mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Updated translations with latest Crowdin changes (#5188)
This commit is contained in:
@ -107,4 +107,7 @@ return [
|
||||
// Not directly used but available for convenience to users.
|
||||
'privacy_policy' => 'Política de Privacidade',
|
||||
'terms_of_service' => 'Termos de Utilização',
|
||||
|
||||
// OpenSearch
|
||||
'opensearch_description' => 'Search :appName',
|
||||
];
|
||||
|
@ -224,6 +224,8 @@ return [
|
||||
'pages_edit_switch_to_markdown_clean' => '(Conteúdo Limitado)',
|
||||
'pages_edit_switch_to_markdown_stable' => '(Conteúdo Estável)',
|
||||
'pages_edit_switch_to_wysiwyg' => 'Alternar para o editor WYSIWYG',
|
||||
'pages_edit_switch_to_new_wysiwyg' => 'Switch to new WYSIWYG',
|
||||
'pages_edit_switch_to_new_wysiwyg_desc' => '(In Alpha Testing)',
|
||||
'pages_edit_set_changelog' => 'Relatar Alterações',
|
||||
'pages_edit_enter_changelog_desc' => 'Digite uma breve descrição das alterações efetuadas por si',
|
||||
'pages_edit_enter_changelog' => 'Inserir Alterações',
|
||||
|
@ -78,6 +78,7 @@ return [
|
||||
// Users
|
||||
'users_cannot_delete_only_admin' => 'Não pode excluir o único administrador',
|
||||
'users_cannot_delete_guest' => 'Não pode excluir o usuário convidado',
|
||||
'users_could_not_send_invite' => 'Could not create user since invite email failed to send',
|
||||
|
||||
// Roles
|
||||
'role_cannot_be_edited' => 'Este cargo não pode ser editado',
|
||||
|
@ -295,6 +295,7 @@ return [
|
||||
'bs' => 'Bosanski',
|
||||
'ca' => 'Catalão',
|
||||
'cs' => 'Česky',
|
||||
'cy' => 'Cymraeg',
|
||||
'da' => 'Dansk',
|
||||
'de' => 'Deutsch (Sie)',
|
||||
'de_informal' => 'Deutsch (Du)',
|
||||
|
Reference in New Issue
Block a user