1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

New Crowdin updates (#3710)

This commit is contained in:
Dan Brown
2022-09-20 13:16:15 +01:00
committed by GitHub
parent dce6a82954
commit 2e4d29e062
52 changed files with 388 additions and 388 deletions

View File

@@ -38,14 +38,14 @@ return [
'book_sort_notification' => 'Livro reordenado com sucesso',
// Bookshelves
'bookshelf_create' => 'created shelf',
'bookshelf_create_notification' => 'Shelf successfully created',
'bookshelf_create_from_book' => 'converted book to shelf',
'bookshelf_create' => 'estante criada',
'bookshelf_create_notification' => 'Estante criada com sucesso',
'bookshelf_create_from_book' => 'livro convertido para estante',
'bookshelf_create_from_book_notification' => 'Livro convertido em prateleira com sucesso',
'bookshelf_update' => 'updated shelf',
'bookshelf_update_notification' => 'Shelf successfully updated',
'bookshelf_delete' => 'deleted shelf',
'bookshelf_delete_notification' => 'Shelf successfully deleted',
'bookshelf_update' => 'estante atualizada',
'bookshelf_update_notification' => 'Estante atualizada com sucesso',
'bookshelf_delete' => 'prateleira excluída',
'bookshelf_delete_notification' => 'Estante eliminada com sucesso',
// Favourites
'favourite_add_notification' => '":name" foi adicionado aos seus favoritos',

View File

@@ -91,20 +91,20 @@ return [
'shelves_drag_books' => 'Arraste os livros abaixo para adicioná-los a esta prateleira',
'shelves_empty_contents' => 'Esta estante não tem livros atribuídos',
'shelves_edit_and_assign' => 'Editar estante para atribuir livros',
'shelves_edit_named' => 'Edit Shelf :name',
'shelves_edit' => 'Edit Shelf',
'shelves_delete' => 'Delete Shelf',
'shelves_delete_named' => 'Delete Shelf :name',
'shelves_delete_explain' => "This will delete the shelf with the name ':name'. Contained books will not be deleted.",
'shelves_delete_confirmation' => 'Are you sure you want to delete this shelf?',
'shelves_permissions' => 'Shelf Permissions',
'shelves_permissions_updated' => 'Shelf Permissions Updated',
'shelves_permissions_active' => 'Shelf Permissions Active',
'shelves_permissions_cascade_warning' => 'Permissions on shelves do not automatically cascade to contained books. This is because a book can exist on multiple shelves. Permissions can however be copied down to child books using the option found below.',
'shelves_edit_named' => 'Editar Estante :name',
'shelves_edit' => 'Editar estante',
'shelves_delete' => 'Excluir estante',
'shelves_delete_named' => 'Excluir Estante :name',
'shelves_delete_explain' => "A ação vai eliminar a estante ':name'. Os livros nela presentes não serão eliminados.",
'shelves_delete_confirmation' => 'Tem a certeza que deseja eliminar esta estante?',
'shelves_permissions' => 'Permissões da Estante',
'shelves_permissions_updated' => 'Permissões da Estante Atualizada',
'shelves_permissions_active' => 'Permissões da Estante Ativas',
'shelves_permissions_cascade_warning' => 'As permissões nas estantes não são passadas automaticamente em efeito dominó para os livros contidos. Isto acontece porque um livro pode existir em várias estantes. As permissões podem, no entanto, ser copiadas para livros filhos usando a opção abaixo.',
'shelves_copy_permissions_to_books' => 'Copiar Permissões para Livros',
'shelves_copy_permissions' => 'Copiar Permissões',
'shelves_copy_permissions_explain' => 'This will apply the current permission settings of this shelf to all books contained within. Before activating, ensure any changes to the permissions of this shelf have been saved.',
'shelves_copy_permission_success' => 'Shelf permissions copied to :count books',
'shelves_copy_permissions_explain' => 'Isto aplicará as configurações de permissões atuais desta estante a todos os livros nela contidos. Antes de ativar, assegure-se de que quaisquer alterações nas permissões desta estante foram guardadas.',
'shelves_copy_permission_success' => 'Permissões da estante copiadas para :count livros',
// Books
'book' => 'Livro',

View File

@@ -58,7 +58,7 @@ return [
// Entities
'entity_not_found' => 'Entidade não encontrada',
'bookshelf_not_found' => 'Shelf not found',
'bookshelf_not_found' => 'Estante não encontrada',
'book_not_found' => 'Livro não encontrado',
'page_not_found' => 'Página não encontrada',
'chapter_not_found' => 'Capítulo não encontrado',

View File

@@ -161,7 +161,7 @@ return [
'roles_system_warning' => 'Esteja ciente de que o acesso a qualquer uma das três permissões acima pode permitir que um utilizador altere os seus próprios privilégios ou privilégios de outros no sistema. Apenas atribua cargos com essas permissões a utilizadores de confiança.',
'role_asset_desc' => 'Estas permissões controlam o acesso padrão para os ativos dentro do sistema. Permissões em Livros, Capítulos e Páginas serão sobrescritas por estas permissões.',
'role_asset_admins' => 'Os administradores recebem automaticamente acesso a todo o conteúdo, mas estas opções podem mostrar ou ocultar as opções da Interface de Usuário.',
'role_asset_image_view_note' => 'This relates to visibility within the image manager. Actual access of uploaded image files will be dependant upon system image storage option.',
'role_asset_image_view_note' => 'Isto está relacionado com a visibilidade do gerenciador de imagens. O acesso real dos arquivos de imagem enviados dependerá da opção de armazenamento de imagens do sistema.',
'role_all' => 'Todos',
'role_own' => 'Próprio',
'role_controlled_by_asset' => 'Controlado pelo ativo para o qual eles são enviados',