snipe-it/resources/lang/fa-IR/admin/consumables/general.php

13 lines
659 B
PHP
Raw Normal View History

2016-05-16 21:54:13 -07:00
<?php
return array(
2017-10-17 18:52:20 -07:00
'checkout' => 'پرداخت هزینه قابل مصرف به کاربر',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'نام های مصرفی',
'create' => 'ایجاد مواد مصرفی',
'item_no' => 'شماره مورد ',
'remaining' => 'یاقیمانده',
'total' => 'مجموع',
2016-05-19 23:27:08 -07:00
'update' => 'به روز رسانی لوازم مصرفي',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);