2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
2020-11-09 14:52:11 -08:00
'does_not_exist' => 'Este acessório [:id] não existe.' ,
2023-12-19 09:23:16 -08:00
'not_found' => 'Esse acessório não foi encontrado.' ,
2016-03-25 01:18:05 -07:00
'assoc_users' => 'Este acessório tem atualmente :count itens alocado para os usuários. Por favor, verifique em acessórios e e tente novamente. ' ,
2022-01-13 21:27:29 -08:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Acessório não criado, Por favor tente novamente.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Acessório criado com sucesso.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Acessório não atualizado, Por favor tente novamente' ,
2022-01-13 21:27:29 -08:00
'success' => 'Acessório atualizado com sucesso.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-06-02 19:01:09 -07:00
'confirm' => 'Tem certeza de que deseja excluir este acessório?' ,
'error' => 'Ocorreu um problema ao remover o acessório. Por favor, tente novamente.' ,
2022-01-13 21:27:29 -08:00
'success' => 'O acessório foi excluído com sucesso.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkout' => array (
2016-03-25 01:18:05 -07:00
'error' => 'O acessório não foi alocado, por favor tente novamente' ,
'success' => 'Acessório alocado com sucesso.' ,
2023-06-13 09:12:01 -07:00
'unavailable' => 'Acessório não está disponível para check-out. Verifique a quantidade disponível' ,
2024-07-19 09:47:22 -07:00
'user_does_not_exist' => 'Este usuário é inválido. Tente novamente.' ,
'checkout_qty' => array (
'lte' => 'There is currently only one available accessory of this type, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.|There are :number_currently_remaining total available accessories, and you are trying to check out :checkout_qty. Please adjust the checkout quantity or the total stock of this accessory and try again.' ,
),
2022-01-13 21:27:29 -08:00
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'checkin' => array (
2016-03-25 01:18:05 -07:00
'error' => 'O acessório não foi devolvido, por favor, tente novamente' ,
'success' => 'Acessório devolvido com sucesso.' ,
2022-01-13 21:27:29 -08:00
'user_does_not_exist' => 'Este usuário é inválido. Tente novamente.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);