diff --git a/.github/translators.txt b/.github/translators.txt index 5d4752c94..cea524bd3 100644 --- a/.github/translators.txt +++ b/.github/translators.txt @@ -329,3 +329,7 @@ Mosi Wang (mosiwang) :: Chinese Traditional Stickers Gaming Shøw (StickerSGSHOW) :: French Le Van Chinh (Chino) (lvanchinh86) :: Vietnamese Rubens nagios (rubenix) :: Catalan +Patrick Dantas (pa-tiq) :: Portuguese, Brazilian +Michal (michalgurcik) :: Slovak +Nepomacs :: German +Rubens (rubenix) :: Catalan diff --git a/bookstack-system-cli b/bookstack-system-cli index dbb16470a..0a643e114 100755 Binary files a/bookstack-system-cli and b/bookstack-system-cli differ diff --git a/composer.lock b/composer.lock index 5157a43c6..75d8d8a58 100644 --- a/composer.lock +++ b/composer.lock @@ -288,16 +288,16 @@ }, { "name": "barryvdh/laravel-snappy", - "version": "v1.0.1", + "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/barryvdh/laravel-snappy.git", - "reference": "283d9c908e4d63b328edea0ed841bc492b3b73fa" + "reference": "940eec2d99b89cbc9bea2f493cf068382962a485" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/283d9c908e4d63b328edea0ed841bc492b3b73fa", - "reference": "283d9c908e4d63b328edea0ed841bc492b3b73fa", + "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/940eec2d99b89cbc9bea2f493cf068382962a485", + "reference": "940eec2d99b89cbc9bea2f493cf068382962a485", "shasum": "" }, "require": { @@ -350,7 +350,7 @@ ], "support": { "issues": "https://github.com/barryvdh/laravel-snappy/issues", - "source": "https://github.com/barryvdh/laravel-snappy/tree/v1.0.1" + "source": "https://github.com/barryvdh/laravel-snappy/tree/v1.0.2" }, "funding": [ { @@ -362,7 +362,7 @@ "type": "github" } ], - "time": "2023-02-05T15:10:01+00:00" + "time": "2023-04-07T10:38:54+00:00" }, { "name": "brick/math", @@ -1378,21 +1378,21 @@ }, { "name": "guzzlehttp/guzzle", - "version": "7.5.1", + "version": "7.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9" + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b964ca597e86b752cd994f27293e9fa6b6a95ed9", - "reference": "b964ca597e86b752cd994f27293e9fa6b6a95ed9", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fb7566caccf22d74d1ab270de3551f72a58399f5", + "reference": "fb7566caccf22d74d1ab270de3551f72a58399f5", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.5", + "guzzlehttp/promises": "^1.5.3 || ^2.0", "guzzlehttp/psr7": "^1.9.1 || ^2.4.5", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", @@ -1404,7 +1404,8 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.8.1", "ext-curl": "*", - "php-http/client-integration-tests": "^3.0", + "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999", + "php-http/message-factory": "^1.1", "phpunit/phpunit": "^8.5.29 || ^9.5.23", "psr/log": "^1.1 || ^2.0 || ^3.0" }, @@ -1418,9 +1419,6 @@ "bamarni-bin": { "bin-links": true, "forward-command": false - }, - "branch-alias": { - "dev-master": "7.5-dev" } }, "autoload": { @@ -1486,7 +1484,7 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/7.5.1" + "source": "https://github.com/guzzle/guzzle/tree/7.7.0" }, "funding": [ { @@ -1502,20 +1500,20 @@ "type": "tidelift" } ], - "time": "2023-04-17T16:30:08+00:00" + "time": "2023-05-21T14:04:53+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "b94b2807d85443f9719887892882d0329d1e2598" + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", - "reference": "b94b2807d85443f9719887892882d0329d1e2598", + "url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e", + "reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e", "shasum": "" }, "require": { @@ -1525,11 +1523,6 @@ "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.5-dev" - } - }, "autoload": { "files": [ "src/functions_include.php" @@ -1570,7 +1563,7 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.5.2" + "source": "https://github.com/guzzle/promises/tree/1.5.3" }, "funding": [ { @@ -1586,7 +1579,7 @@ "type": "tidelift" } ], - "time": "2022-08-28T14:55:35+00:00" + "time": "2023-05-21T12:31:43+00:00" }, { "name": "guzzlehttp/psr7", @@ -3517,16 +3510,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.15.4", + "version": "v4.15.5", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290" + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6bb5176bc4af8bcb7d926f88718db9b96a2d4290", - "reference": "6bb5176bc4af8bcb7d926f88718db9b96a2d4290", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/11e2663a5bc9db5d714eedb4277ee300403b4a9e", + "reference": "11e2663a5bc9db5d714eedb4277ee300403b4a9e", "shasum": "" }, "require": { @@ -3567,9 +3560,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.4" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.5" }, - "time": "2023-03-05T19:49:14+00:00" + "time": "2023-05-19T20:20:00+00:00" }, { "name": "nunomaduro/termwind", @@ -8018,16 +8011,16 @@ }, { "name": "fakerphp/faker", - "version": "v1.21.0", + "version": "v1.22.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d" + "reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/92efad6a967f0b79c499705c69b662f738cc9e4d", - "reference": "92efad6a967f0b79c499705c69b662f738cc9e4d", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/f85772abd508bd04e20bb4b1bbe260a68d0066d2", + "reference": "f85772abd508bd04e20bb4b1bbe260a68d0066d2", "shasum": "" }, "require": { @@ -8080,9 +8073,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.21.0" + "source": "https://github.com/FakerPHP/Faker/tree/v1.22.0" }, - "time": "2022-12-13T13:54:32+00:00" + "time": "2023-05-14T12:31:37+00:00" }, { "name": "filp/whoops", @@ -8789,16 +8782,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.10.14", + "version": "1.10.15", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d232901b09e67538e5c86a724be841bea5768a7c" + "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d232901b09e67538e5c86a724be841bea5768a7c", - "reference": "d232901b09e67538e5c86a724be841bea5768a7c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/762c4dac4da6f8756eebb80e528c3a47855da9bd", + "reference": "762c4dac4da6f8756eebb80e528c3a47855da9bd", "shasum": "" }, "require": { @@ -8847,7 +8840,7 @@ "type": "tidelift" } ], - "time": "2023-04-19T13:47:27+00:00" + "time": "2023-05-09T15:28:01+00:00" }, { "name": "phpunit/php-code-coverage", @@ -9169,16 +9162,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.7", + "version": "9.6.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2" + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", - "reference": "c993f0d3b0489ffc42ee2fe0bd645af1538a63b2", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/17d621b3aff84d0c8b62539e269e87d8d5baa76e", + "reference": "17d621b3aff84d0c8b62539e269e87d8d5baa76e", "shasum": "" }, "require": { @@ -9252,7 +9245,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.8" }, "funding": [ { @@ -9268,7 +9261,7 @@ "type": "tidelift" } ], - "time": "2023-04-14T08:58:40+00:00" + "time": "2023-05-11T05:14:45+00:00" }, { "name": "sebastian/cli-parser", diff --git a/lang/de/components.php b/lang/de/components.php index c5ed9ab82..476e1931d 100644 --- a/lang/de/components.php +++ b/lang/de/components.php @@ -6,9 +6,9 @@ return [ // Image Manager 'image_select' => 'Bild auswählen', - '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_upload' => 'Bild hochladen', + 'image_intro' => 'Hier können Sie die zuvor hochgeladenen Bilder auswählen und verwalten.', + 'image_intro_upload' => 'Laden Sie ein neues Bild hoch, indem Sie eine Bilddatei in dieses Fenster ziehen oder über die Schaltfläche "Bild hochladen" oben klicken.', 'image_all' => 'Alle', 'image_all_title' => 'Alle Bilder anzeigen', 'image_book_title' => 'Zeige alle Bilder, die in dieses Buch hochgeladen wurden', @@ -21,7 +21,7 @@ return [ 'image_delete_confirm_text' => 'Möchten Sie dieses Bild wirklich löschen?', 'image_select_image' => 'Bild auswählen', 'image_dropzone' => 'Ziehen Sie Bilder hierher oder klicken Sie hier, um ein Bild auszuwählen', - 'image_dropzone_drop' => 'Drop images here to upload', + 'image_dropzone_drop' => 'Ziehe Dateien hierher, um sie hochzuladen', 'images_deleted' => 'Bilder gelöscht', 'image_preview' => 'Bildvorschau', 'image_upload_success' => 'Bild erfolgreich hochgeladen', diff --git a/lang/de/entities.php b/lang/de/entities.php index 57c94b4d4..066623c66 100644 --- a/lang/de/entities.php +++ b/lang/de/entities.php @@ -313,10 +313,10 @@ return [ 'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.', 'attachments_upload' => 'Datei hochladen', 'attachments_link' => 'Link hinzufügen', - 'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.', + 'attachments_upload_drop' => 'Alternativ können Sie eine Datei per Drag & Drop hier hochladen, um sie als Anhang hochzuladen.', 'attachments_set_link' => 'Link setzen', 'attachments_delete' => 'Sind Sie sicher, dass Sie diesen Anhang löschen möchten?', - 'attachments_dropzone' => 'Drop files here to upload', + 'attachments_dropzone' => 'Ziehe Dateien hierher, um sie hochzuladen', 'attachments_no_files' => 'Es wurden bisher keine Dateien hochgeladen.', 'attachments_explain_link' => 'Wenn Sie keine Datei hochladen möchten, können Sie stattdessen einen Link hinzufügen. Dieser Link kann auf eine andere Seite oder eine Datei im Internet weisen.', 'attachments_link_name' => 'Link-Name', diff --git a/lang/de/errors.php b/lang/de/errors.php index 92d930cd6..e74d5eb06 100644 --- a/lang/de/errors.php +++ b/lang/de/errors.php @@ -53,7 +53,7 @@ return [ // Attachments 'attachment_not_found' => 'Anhang konnte nicht gefunden werden.', - 'attachment_upload_error' => 'An error occurred uploading the attachment file', + 'attachment_upload_error' => 'Beim Hochladen des Anhangs trat ein Fehler auf', // Pages 'page_draft_autosave_fail' => 'Fehler beim Speichern des Entwurfs. Stellen Sie sicher, dass Sie mit dem Internet verbunden sind, bevor Sie den Entwurf dieser Seite speichern.', diff --git a/lang/de_informal/components.php b/lang/de_informal/components.php index bcea98427..90bdfb720 100644 --- a/lang/de_informal/components.php +++ b/lang/de_informal/components.php @@ -6,9 +6,9 @@ return [ // Image Manager 'image_select' => 'Bild auswählen', - '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_upload' => 'Bild hochladen', + 'image_intro' => 'Hier können Sie die zuvor hochgeladenen Bilder auswählen und verwalten.', + 'image_intro_upload' => 'Laden Sie ein neues Bild hoch, indem Sie eine Bilddatei in dieses Fenster ziehen oder über die Schaltfläche "Bild hochladen" oben klicken.', 'image_all' => 'Alle', 'image_all_title' => 'Alle Bilder anzeigen', 'image_book_title' => 'Zeige alle Bilder, die in dieses Buch hochgeladen wurden', @@ -21,7 +21,7 @@ return [ 'image_delete_confirm_text' => 'Bist Du sicher, dass Du diese Seite löschen möchtest?', 'image_select_image' => 'Bild auswählen', 'image_dropzone' => 'Ziehe Bilder hierher oder klicke hier, um ein Bild auszuwählen', - 'image_dropzone_drop' => 'Drop images here to upload', + 'image_dropzone_drop' => 'Ziehe Dateien hierher, um sie hochzuladen', 'images_deleted' => 'Bilder gelöscht', 'image_preview' => 'Bildvorschau', 'image_upload_success' => 'Bild erfolgreich hochgeladen', diff --git a/lang/de_informal/entities.php b/lang/de_informal/entities.php index 8e1274f0e..cf7a5218f 100644 --- a/lang/de_informal/entities.php +++ b/lang/de_informal/entities.php @@ -313,10 +313,10 @@ return [ 'attachments_explain_instant_save' => 'Änderungen werden direkt gespeichert.', 'attachments_upload' => 'Datei hochladen', 'attachments_link' => 'Link hinzufügen', - 'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.', + 'attachments_upload_drop' => 'Alternativ können Sie eine Datei per Drag & Drop hier hochladen, um sie als Anhang hochzuladen.', 'attachments_set_link' => 'Link setzen', 'attachments_delete' => 'Bist du sicher, dass du diesen Anhang löschen möchtest?', - 'attachments_dropzone' => 'Drop files here to upload', + 'attachments_dropzone' => 'Ziehe Dateien hierher, um sie hochzuladen', 'attachments_no_files' => 'Es wurden bisher keine Dateien hochgeladen.', 'attachments_explain_link' => 'Wenn du keine Datei hochladen möchtest, kannst du stattdessen einen Link hinzufügen. Dieser Link kann auf eine andere Seite oder eine Datei im Internet verweisen.', 'attachments_link_name' => 'Link-Name', diff --git a/lang/de_informal/errors.php b/lang/de_informal/errors.php index 99ed10164..2b3b2536c 100644 --- a/lang/de_informal/errors.php +++ b/lang/de_informal/errors.php @@ -53,7 +53,7 @@ return [ // Attachments 'attachment_not_found' => 'Anhang konnte nicht gefunden werden.', - 'attachment_upload_error' => 'An error occurred uploading the attachment file', + 'attachment_upload_error' => 'Beim Hochladen des Anhangs trat ein Fehler auf', // Pages 'page_draft_autosave_fail' => 'Fehler beim Speichern des Entwurfs. Stelle sicher, dass du mit dem Internet verbunden bist, bevor du den Entwurf dieser Seite speicherst.', diff --git a/lang/fr/components.php b/lang/fr/components.php index 04bedf7d8..4fb4c4113 100644 --- a/lang/fr/components.php +++ b/lang/fr/components.php @@ -8,7 +8,7 @@ return [ 'image_select' => 'Sélectionner une image', 'image_upload' => 'Téléverser une image', 'image_intro' => 'Ici, vous pouvez sélectionner et gérer les images qui ont été précédemment téléversées sur le système.', - 'image_intro_upload' => 'Téléverser une nouvelle image en glissant un fichier image dans cette fenêtre, ou en utilisant le bouton "Téléverser une image" ci-dessus.', + 'image_intro_upload' => 'Téléversez une nouvelle image en glissant un fichier image dans cette fenêtre, ou en utilisant le bouton "Téléverser une image" ci-dessus.', 'image_all' => 'Toutes', 'image_all_title' => 'Voir toutes les images', 'image_book_title' => 'Voir les images ajoutées à ce livre', diff --git a/lang/pt_BR/components.php b/lang/pt_BR/components.php index 32ce5ef93..e1976e92d 100644 --- a/lang/pt_BR/components.php +++ b/lang/pt_BR/components.php @@ -6,9 +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_upload' => 'Fazer upload de imagem', + 'image_intro' => 'Aqui você pode selecionar e gerenciar imagens que foram previamente enviadas para o sistema.', + 'image_intro_upload' => 'Faça upload de uma imagem arrastando um arquivo de imagem para esta janela, ou usando o botão "Fazer upload de imagem" acima.', 'image_all' => 'Todas', 'image_all_title' => 'Visualizar todas as imagens', 'image_book_title' => 'Visualizar imagens relacionadas a esse livro', @@ -21,7 +21,7 @@ return [ 'image_delete_confirm_text' => 'Tem certeza de que deseja excluir essa imagem?', 'image_select_image' => 'Selecionar Imagem', 'image_dropzone' => 'Arraste imagens ou clique aqui para fazer upload', - 'image_dropzone_drop' => 'Drop images here to upload', + 'image_dropzone_drop' => 'Arrastar imagens até aqui para fazer upload', 'images_deleted' => 'Imagens Excluídas', 'image_preview' => 'Pré-Visualização de Imagem', 'image_upload_success' => 'Upload de imagem efetuado com sucesso', diff --git a/lang/pt_BR/entities.php b/lang/pt_BR/entities.php index 2aac777ae..27df1ef1d 100644 --- a/lang/pt_BR/entities.php +++ b/lang/pt_BR/entities.php @@ -23,7 +23,7 @@ return [ 'meta_updated' => 'Atualizado :timeLength', 'meta_updated_name' => 'Atualizado :timeLength por :user', 'meta_owned_name' => 'De :user', - 'meta_reference_page_count' => 'Referenced on :count page|Referenced on :count pages', + 'meta_reference_page_count' => 'Referenciado em :count página|Referenciado em :count páginas', 'entity_select' => 'Seleção de Entidade', 'entity_select_lack_permission' => 'Você não tem as permissões necessárias para selecionar este item', 'images' => 'Imagens', @@ -141,7 +141,7 @@ return [ 'books_search_this' => 'Pesquisar neste livro', 'books_navigation' => 'Navegação do Livro', 'books_sort' => 'Ordenar Conteúdos do Livro', - 'books_sort_desc' => 'Move chapters and pages within a book to reorganise its contents. Other books can be added which allows easy moving of chapters and pages between books.', + 'books_sort_desc' => 'Mova capítulos e páginas de um livro para reorganizar seu conteúdo. É possível acrescentar outros livros, o que permite uma movimentação fácil de capítulos e páginas entre livros.', 'books_sort_named' => 'Ordenar Livro :bookName', 'books_sort_name' => 'Ordernar por Nome', 'books_sort_created' => 'Ordenar por Data de Criação', @@ -150,17 +150,17 @@ return [ 'books_sort_chapters_last' => 'Capítulos por Último', 'books_sort_show_other' => 'Mostrar Outros Livros', 'books_sort_save' => 'Salvar Nova Ordenação', - 'books_sort_show_other_desc' => 'Add other books here to include them in the sort operation, and allow easy cross-book reorganisation.', - 'books_sort_move_up' => 'Move Up', - 'books_sort_move_down' => 'Move Down', - 'books_sort_move_prev_book' => 'Move to Previous Book', - 'books_sort_move_next_book' => 'Move to Next Book', - 'books_sort_move_prev_chapter' => 'Move Into Previous Chapter', - 'books_sort_move_next_chapter' => 'Move Into Next Chapter', - 'books_sort_move_book_start' => 'Move to Start of Book', - 'books_sort_move_book_end' => 'Move to End of Book', - 'books_sort_move_before_chapter' => 'Move to Before Chapter', - 'books_sort_move_after_chapter' => 'Move to After Chapter', + 'books_sort_show_other_desc' => 'Adicione outros livros aqui para incluí-los na operação de ordenação e permitir a reorganização fácil de todos os livros.', + 'books_sort_move_up' => 'Mover para cima', + 'books_sort_move_down' => 'Mover para baixo', + 'books_sort_move_prev_book' => 'Mover para Livro Anterior', + 'books_sort_move_next_book' => 'Mover para o Próximo Livro', + 'books_sort_move_prev_chapter' => 'Mover para o Capítulo Anterior', + 'books_sort_move_next_chapter' => 'Mover para o Próximo Capítulo', + 'books_sort_move_book_start' => 'Mover para o Início do Livro', + 'books_sort_move_book_end' => 'Mover para o Final do Livro', + 'books_sort_move_before_chapter' => 'Mover para Antes do Capítulo', + 'books_sort_move_after_chapter' => 'Mover para Depois do Capítulo', 'books_copy' => 'Copiar Livro', 'books_copy_success' => 'Livro criado com sucesso', @@ -313,10 +313,10 @@ return [ 'attachments_explain_instant_save' => 'Mudanças são salvas instantaneamente.', 'attachments_upload' => 'Upload de Arquivos', 'attachments_link' => 'Links Anexados', - 'attachments_upload_drop' => 'Alternatively you can drag and drop a file here to upload it as an attachment.', + 'attachments_upload_drop' => 'Como alternativa, você pode arrastar e soltar um arquivo aqui para enviá-lo como um anexo.', 'attachments_set_link' => 'Definir Link', 'attachments_delete' => 'Tem certeza de que deseja excluir esse anexo?', - 'attachments_dropzone' => 'Drop files here to upload', + 'attachments_dropzone' => 'Arraste os arquivos até aqui para fazer o upload', 'attachments_no_files' => 'Nenhum arquivo foi enviado', 'attachments_explain_link' => 'Você pode anexar um link se preferir não fazer o upload do arquivo. O link poderá ser para uma outra página ou para um arquivo na nuvem.', 'attachments_link_name' => 'Nome do Link', diff --git a/lang/pt_BR/errors.php b/lang/pt_BR/errors.php index d6fa21c95..bfd5fad49 100644 --- a/lang/pt_BR/errors.php +++ b/lang/pt_BR/errors.php @@ -53,7 +53,7 @@ return [ // Attachments 'attachment_not_found' => 'Anexo não encontrado', - 'attachment_upload_error' => 'An error occurred uploading the attachment file', + 'attachment_upload_error' => 'Um erro ocorreu ao efetuar o upload do arquivo anexado', // Pages 'page_draft_autosave_fail' => 'Falha ao tentar salvar o rascunho. Certifique-se que a conexão de internet está funcional antes de tentar salvar essa página', diff --git a/lang/pt_BR/settings.php b/lang/pt_BR/settings.php index 33841bab0..d5db9b434 100644 --- a/lang/pt_BR/settings.php +++ b/lang/pt_BR/settings.php @@ -33,9 +33,9 @@ return [ 'app_custom_html_desc' => 'Quaisquer conteúdos aqui adicionados serão inseridos no final da seção
de cada página. Essa é uma maneira útil de sobrescrever estilos e adicionar códigos de análise de site.', 'app_custom_html_disabled_notice' => 'O conteúdo customizado do HTML está desabilitado nesta página de configurações, para garantir que quaisquer alterações danosas possam ser revertidas.', 'app_logo' => 'Logo da Aplicação', - 'app_logo_desc' => 'This is used in the application header bar, among other areas. This image should be 86px in height. Large images will be scaled down.', - 'app_icon' => 'Application Icon', - 'app_icon_desc' => 'This icon is used for browser tabs and shortcut icons. This should be a 256px square PNG image.', + 'app_logo_desc' => 'Isto é usado na barra de cabeçalho do aplicativo, entre outras áreas. Esta imagem deve ter 86px de altura. Imagens grandes serão reduzidas.', + 'app_icon' => 'Ícone do Aplicativo', + 'app_icon_desc' => 'Este ícone é usado para guias e ícones de atalhos do navegador. Deve ser uma imagem PNG quadrada de 256px.', 'app_homepage' => 'Página Inicial', 'app_homepage_desc' => 'Selecione uma opção para ser exibida como página inicial em vez da padrão. Permissões de página serão ignoradas para as páginas selecionadas.', 'app_homepage_select' => 'Selecione uma página', @@ -49,12 +49,12 @@ return [ 'app_disable_comments_desc' => 'Desativar comentários em todas as páginas no aplicativo.