snipe-it/resources/lang/tr/admin/consumables/general.php
2017-08-25 07:32:57 -07:00

14 lines
695 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' => 'Kullanıcıya Sarf malzemesi Satın Alma',
'consumable_name' => 'Sarf Malzemesi Adı',
'create' => 'Sarf Malzemesi Oluştur',
'item_no' => 'Nesne numarası.',
'remaining' => 'Kalan',
'total' => 'Toplam',
'update' => 'Sarf malzemesini Güncelle',
);