mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-25 09:42:10 +08:00
New translations common.php (Portuguese, Brazilian)
Some checks failed
analyse-php / build (push) Has been cancelled
lint-php / build (push) Has been cancelled
test-migrations / build (8.1) (push) Has been cancelled
test-migrations / build (8.2) (push) Has been cancelled
test-migrations / build (8.3) (push) Has been cancelled
test-php / build (8.1) (push) Has been cancelled
test-php / build (8.2) (push) Has been cancelled
test-php / build (8.3) (push) Has been cancelled
Some checks failed
analyse-php / build (push) Has been cancelled
lint-php / build (push) Has been cancelled
test-migrations / build (8.1) (push) Has been cancelled
test-migrations / build (8.2) (push) Has been cancelled
test-migrations / build (8.3) (push) Has been cancelled
test-php / build (8.1) (push) Has been cancelled
test-php / build (8.2) (push) Has been cancelled
test-php / build (8.3) (push) Has been cancelled
This commit is contained in:
parent
8a76fe9c91
commit
055950437f
|
@ -5,27 +5,32 @@
|
|||
return [
|
||||
|
||||
// Buttons
|
||||
'cancel' => 'Cancelar',
|
||||
'close' => 'Fechar',
|
||||
'confirm' => 'Confirmar',
|
||||
'back' => 'Voltar',
|
||||
'save' => 'Salvar',
|
||||
'continue' => 'Continuar',
|
||||
'select' => 'Selecionar',
|
||||
'toggle_all' => 'Alternar Todos',
|
||||
'more' => 'Mais',
|
||||
'cancel' => 'Cancela',
|
||||
'close' => 'Fecha',
|
||||
'confirm' => 'Confirma',
|
||||
'back' => 'Volta',
|
||||
'save' => 'Salva',
|
||||
'continue' => 'Continua',
|
||||
'select' => 'Seleciona',
|
||||
'toggle_all' => 'Alternar Tudo',
|
||||
'more' => 'Mais
|
||||
',
|
||||
|
||||
// Form Labels
|
||||
'name' => 'Nome',
|
||||
'description' => 'Descrição',
|
||||
'role' => 'Cargo',
|
||||
'cover_image' => 'Imagem de capa',
|
||||
'cover_image_description' => 'Esta imagem deve ter aproximadamente 440x250px, embora seja dimensionada e cortada de forma flexível para se ajustar à interface do usuário em diferentes cenários, conforme necessário, portanto, as dimensões reais para exibição serão diferentes.',
|
||||
'name' => 'Nome
|
||||
',
|
||||
'description' => 'Descrição
|
||||
',
|
||||
'role' => 'Função',
|
||||
'cover_image' => 'Imagem da capa',
|
||||
'cover_image_description' => 'Esta imagem deve ter cerca de 440x250px, embora seja dimensionada e cortada de forma flexível para se ajustar à "interface" do usuário em diferentes cenários, conforme necessário, portanto, as dimensões reais para exibição serão diferentes.',
|
||||
|
||||
// Actions
|
||||
'actions' => 'Ações',
|
||||
'actions' => 'Ações
|
||||
',
|
||||
'view' => 'Visualizar',
|
||||
'view_all' => 'Visualizar Tudo',
|
||||
'view_all' => 'Visualizar Tudo
|
||||
',
|
||||
'new' => 'Novo',
|
||||
'create' => 'Criar',
|
||||
'update' => 'Atualizar',
|
||||
|
@ -44,7 +49,7 @@ return [
|
|||
'configure' => 'Configurar',
|
||||
'manage' => 'Administrar',
|
||||
'fullscreen' => 'Tela cheia',
|
||||
'favourite' => 'Favoritos',
|
||||
'favourite' => 'Favorito',
|
||||
'unfavourite' => 'Remover dos Favoritos',
|
||||
'next' => 'Seguinte',
|
||||
'previous' => 'Anterior',
|
||||
|
@ -109,5 +114,5 @@ return [
|
|||
'terms_of_service' => 'Termos de Serviço',
|
||||
|
||||
// OpenSearch
|
||||
'opensearch_description' => 'Search :appName',
|
||||
'opensearch_description' => 'Procurar: nome do aplicativo',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user