mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
17 lines
819 B
PHP
17 lines
819 B
PHP
<?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ı',
|
||
'cost' => 'Satın Alma Maliyeti',
|
||
'create' => 'Create Consumable',
|
||
'date' => 'Satın Alma Tarihi',
|
||
'item_no' => 'Item No.',
|
||
'order' => 'Sipariş Numarası',
|
||
'remaining' => 'Kalan',
|
||
'total' => 'Toplam',
|
||
'update' => 'Update Consumable',
|
||
);
|