Akaunting/resources/lang/ru-RU/items.php

10 lines
219 B
PHP
Raw Normal View History

2017-10-28 06:15:09 +00:00
<?php
return [
2021-03-18 15:51:37 +00:00
'sales_price' => 'Цена продажи',
'purchase_price' => 'Цена покупки',
'enter_item_description' => 'Введите описание пункта',
2018-03-06 14:05:58 +00:00
2017-10-28 06:15:09 +00:00
];