2017-09-21 09:55:58 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
'added' => ':type adicionado!',
|
|
|
|
'updated' => ':type atualizado!',
|
|
|
|
'deleted' => ':type excluído!',
|
2017-12-13 15:01:55 +03:00
|
|
|
'duplicated' => ':type duplicated!',
|
|
|
|
'imported' => ':type imported!',
|
2017-09-21 09:55:58 +03:00
|
|
|
],
|
|
|
|
'error' => [
|
2018-05-03 12:16:18 +03:00
|
|
|
'over_payment' => 'Error: Payment not added! Amount passes the total.',
|
2017-09-21 09:55:58 +03:00
|
|
|
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
|
2018-05-03 12:16:18 +03:00
|
|
|
'customer' => 'Error: User not created! :name already uses this email address.',
|
2017-12-13 15:01:55 +03:00
|
|
|
'no_file' => 'Error: No file selected!',
|
2018-05-03 12:16:18 +03:00
|
|
|
'last_category' => 'Error: Can not delete the last :type category!',
|
|
|
|
'invalid_token' => 'Error: The token entered is invalid!',
|
2017-09-21 09:55:58 +03:00
|
|
|
],
|
|
|
|
'warning' => [
|
2017-12-13 15:01:55 +03:00
|
|
|
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
|
|
|
|
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
|
2017-09-21 09:55:58 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
];
|