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

16 lines
426 B
PHP
Raw Normal View History

2017-10-28 06:15:09 +00:00
<?php
return [
'quantities' => 'Количество | Количества',
'sales_price' => 'Цена продажи',
'purchase_price' => 'Цена покупки',
'sku' => 'SKU',
2018-03-06 14:05:58 +00:00
'notification' => [
'message' => 'You are receiving this email because the :name is running out of stock.',
'button' => 'View Now',
],
2017-10-28 06:15:09 +00:00
];