2016-03-25 01:18:05 -07:00
|
|
|
|
<?php
|
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
|
return array(
|
2017-08-25 07:32:57 -07:00
|
|
|
|
'checkout' => 'Kullanıcıya Sarf malzemesi Satın Alma',
|
2016-10-04 12:23:02 -07:00
|
|
|
|
'consumable_name' => 'Sarf Malzemesi Adı',
|
2017-08-25 07:32:57 -07:00
|
|
|
|
'create' => 'Sarf Malzemesi Oluştur',
|
|
|
|
|
'item_no' => 'Nesne numarası.',
|
2016-10-04 12:23:02 -07:00
|
|
|
|
'remaining' => 'Kalan',
|
|
|
|
|
'total' => 'Toplam',
|
2017-08-25 07:32:57 -07:00
|
|
|
|
'update' => 'Sarf malzemesini Güncelle',
|
2024-07-23 10:14:19 -07:00
|
|
|
|
'inventory_warning' => 'The inventory of this consumable is below the minimum amount of :min_count',
|
2022-01-13 21:27:29 -08:00
|
|
|
|
);
|