2017-07-07 13:14:51 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2017-10-17 18:52:20 -07:00
|
|
|
'checkout' => 'Kasutaja saab tellimuse',
|
2017-07-07 13:14:51 -07:00
|
|
|
'consumable_name' => 'Kuluvahendi nimi',
|
2017-10-17 18:52:20 -07:00
|
|
|
'create' => 'Loo tarbitav',
|
|
|
|
'item_no' => 'Objekti nr',
|
2017-07-07 13:14:51 -07:00
|
|
|
'remaining' => 'Alles',
|
|
|
|
'total' => 'Kokku',
|
|
|
|
'update' => 'Muuda kuluvahendit',
|
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
|
|
|
);
|