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

14 lines
659 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about_consumables_title' => 'Sarf Malzemeleri Hakkında',
'about_consumables_text' => 'Sarf malzemeleri satın alınan ve zamanla tüketilen ürünlerdir. Örneğin yazıcı kartuşu, fotokopi kağıdı vs.',
2016-10-04 12:23:02 -07:00
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Sarf Malzemesi Adı',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Kalan',
'total' => 'Toplam',
2016-03-25 01:18:05 -07:00
'update' => 'Update Consumable',
);