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

Updated translations with latest Crowdin changes (#4163)

This commit is contained in:
Dan Brown
2023-05-01 19:37:49 +01:00
committed by GitHub
parent c41baa1b76
commit 9d74508ae3
140 changed files with 681 additions and 555 deletions

View File

@@ -6,6 +6,9 @@ return [
// Image Manager
'image_select' => 'Selecionar Imagem',
'image_upload' => 'Upload Image',
'image_intro' => 'Here you can select and manage images that have been previously uploaded to the system.',
'image_intro_upload' => 'Upload a new image by dragging an image file into this window, or by using the "Upload Image" button above.',
'image_all' => 'Todas',
'image_all_title' => 'Visualizar todas as imagens',
'image_book_title' => 'Visualizar imagens relacionadas a este livro',
@@ -18,12 +21,12 @@ return [
'image_delete_confirm_text' => 'Tem certeza de que deseja eliminar esta imagem?',
'image_select_image' => 'Selecionar Imagem',
'image_dropzone' => 'Arraste imagens ou carregue aqui para fazer upload',
'image_dropzone_drop' => 'Drop images here to upload',
'images_deleted' => 'Imagens Eliminadas',
'image_preview' => 'Pré-visualização de Imagem',
'image_upload_success' => 'Carregamento da imagem efetuado com sucesso',
'image_update_success' => 'Detalhes da imagem atualizados com sucesso',
'image_delete_success' => 'Imagem eliminada com sucesso',
'image_upload_remove' => 'Remover',
// Code Editor
'code_editor' => 'Editar Código',