snipe-it/resources/lang/tr/admin/consumables/general.php
2016-12-03 17:10:05 -08:00

14 lines
659 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.',
'checkout' => 'Checkout Consumable to User',
'consumable_name' => 'Sarf Malzemesi Adı',
'create' => 'Create Consumable',
'item_no' => 'Item No.',
'remaining' => 'Kalan',
'total' => 'Toplam',
'update' => 'Update Consumable',
);