snipe-it/resources/lang/tr-TR/admin/consumables/general.php

13 lines
591 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-08-25 07:32:57 -07:00
'checkout' => 'Kullanıcıya Sarf malzemesi Satın Alma',
2016-10-04 12:23:02 -07:00
'consumable_name' => 'Sarf Malzemesi Adı',
2017-08-25 07:32:57 -07:00
'create' => 'Sarf Malzemesi Oluştur',
'item_no' => 'Nesne numarası.',
2016-10-04 12:23:02 -07:00
'remaining' => 'Kalan',
'total' => 'Toplam',
2017-08-25 07:32:57 -07:00
'update' => 'Sarf malzemesini Güncelle',
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
);