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