2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-10-25 12:30:52 -07:00
|
|
|
'checkout' => 'Devolução de suprimento ao usuário',
|
2016-10-04 12:23:02 -07:00
|
|
|
'consumable_name' => 'Nome do Suprimento',
|
|
|
|
'create' => 'Criar um suprimento',
|
|
|
|
'item_no' => 'Nº do Item.',
|
|
|
|
'remaining' => 'Restante',
|
|
|
|
'total' => 'Total',
|
2016-03-25 01:18:05 -07:00
|
|
|
'update' => 'Atualizar um suprimento',
|
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
|
|
|
);
|