updated translations

This commit is contained in:
denisdulici
2017-12-13 15:01:55 +03:00
parent 91dcd4a3b4
commit 77b0b67b0c
35 changed files with 180 additions and 49 deletions

View File

@ -6,12 +6,17 @@ return [
'added' => ':type adicionado!',
'updated' => ':type atualizado!',
'deleted' => ':type excluído!',
'duplicated' => ':type duplicated!',
'imported' => ':type imported!',
],
'error' => [
'not_user_company' => 'Erro: você não tem permissão para gerenciar esta empresa!',
'customer' => 'Error: You can not created user! :name use this email address.',
'no_file' => 'Error: No file selected!',
],
'warning' => [
'deleted' => 'Atenção: Você não pode excluir :type. Por causa de :text',
'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.',
],
];