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

10 lines
218 B
PHP
Raw Normal View History

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