Skip to content

Commit

Permalink
minor #3735 Add missing pt_BR translations (Carlos Gonser)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

Add missing pt_BR translations

Commits
-------

90b2438 add missing pt_BR translations
  • Loading branch information
javiereguiluz committed Sep 5, 2020
2 parents cc875a1 + 90b2438 commit e440f0b
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/Resources/translations/EasyAdminBundle.pt_BR.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'page_title' => [
// 'dashboard' => '',
'dashboard' => 'Painel de Controle',
'detail' => '%entity_label_singular% <small>(#%entity_short_id%)</small>',
'edit' => 'Editar %entity_label_singular% <small>(#%entity_short_id%)</small>',
'index' => '%entity_label_plural%',
Expand Down Expand Up @@ -37,8 +37,8 @@
],

'field' => [
// 'code_editor.view_code' => '',
// 'text_editor.view_content' => '',
'code_editor.view_code' => 'Visualizar código',
'text_editor.view_content' => 'Visualizar conteúdo',
],

'action' => [
Expand All @@ -54,18 +54,18 @@
'add_new_item' => 'Adicionar um novo item',
'remove_item' => 'Remover o item',
'choose_file' => 'Escolher arquivo',
// 'close' => '',
// 'create' => '',
// 'create_and_add_another' => '',
// 'create_and_continue' => '',
'close' => 'Fechar',
'create' => 'Criar',
'create_and_add_another' => 'Criar e adicionar outro',
'create_and_continue' => 'Criar e continuar editando',
'save' => 'Salvar alterações',
// 'save_and_continue' => '',
'save_and_continue' => 'Salvar e continuar editando',
],

'batch_action_modal' => [
// 'title' => '',
// 'content' => '',
// 'action' => '',
'title' => 'Você realmente deseja alterar os itens selecionados?',
'content' => 'Esta operação é irreversível.',
'action' => 'Continuar',
],

'delete_modal' => [
Expand Down Expand Up @@ -101,6 +101,7 @@
'form' => [
'are_you_sure' => 'Você não salvou as alterações feitas nesse formulário.',
'tab.error_badge_title' => 'Uma entrada válida|%count% entradas inválidas',
'slug.confirm_text' => 'Ao alterar o slug, você poderá quebrar links em outras páginas.',
],

'user' => [
Expand All @@ -121,6 +122,6 @@
'entity_not_found' => 'Este item não está mais disponível.',
'entity_remove' => 'Esse item não pode ser excluído porque outros itens dependem dele.',
'forbidden_action' => 'A ação requisitada não pode ser executada nesse item.',
// 'insufficient_entity_permission' => 'You don't have permission to access this item.',
'insufficient_entity_permission' => 'Você não possui permissão para acessar este item.',
],
];

0 comments on commit e440f0b

Please sign in to comment.