From 56fe90d0499fa674b6833d3ccd99a8b17bd7a0f0 Mon Sep 17 00:00:00 2001 From: "Weblate (bot)" Date: Sun, 19 Feb 2023 17:24:03 +0100 Subject: [PATCH] Translations update from Hosted Weblate (#241) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added translation using Weblate (Norwegian Bokmål) * Translated using Weblate (French) Currently translated at 100.0% (2 of 2 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/fr/ * Deleted translation using Weblate (French) * Translated using Weblate (Norwegian Bokmål) Currently translated at 100.0% (2 of 2 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/nb_NO/ * Deleted translation using Weblate (Norwegian Bokmål) * Added translation using Weblate (German) * Added translation using Weblate (Arabic) * Translated using Weblate (German) Currently translated at 20.0% (1 of 5 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/de/ * Added translation using Weblate (Spanish) * Translated using Weblate (Arabic) Currently translated at 11.1% (1 of 9 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/ar/ * Translated using Weblate (Spanish) Currently translated at 100.0% (9 of 9 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/es/ * Added translation using Weblate (French) * Translated using Weblate (German) Currently translated at 100.0% (9 of 9 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/de/ * Translated using Weblate (French) Currently translated at 100.0% (9 of 9 strings) Translation: Suwayomi/Tachidesk-WebUI Translate-URL: https://hosted.weblate.org/projects/suwayomi/tachidesk-webui/fr/ --------- Co-authored-by: Allan Nordhøy Co-authored-by: Aria Moradi Co-authored-by: Shippo Co-authored-by: PedroJLR Co-authored-by: J. Lavoie --- src/i18n/resources/ar.json | 7 +++++++ src/i18n/resources/de.json | 19 +++++++++++++++++++ src/i18n/resources/es.json | 19 +++++++++++++++++++ src/i18n/resources/fr.json | 19 +++++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 src/i18n/resources/ar.json create mode 100644 src/i18n/resources/de.json create mode 100644 src/i18n/resources/es.json create mode 100644 src/i18n/resources/fr.json diff --git a/src/i18n/resources/ar.json b/src/i18n/resources/ar.json new file mode 100644 index 00000000..e8113e9b --- /dev/null +++ b/src/i18n/resources/ar.json @@ -0,0 +1,7 @@ +{ + "screens": { + "Library": { + "Library": "المكتبة" + } + } +} diff --git a/src/i18n/resources/de.json b/src/i18n/resources/de.json new file mode 100644 index 00000000..8a2121ef --- /dev/null +++ b/src/i18n/resources/de.json @@ -0,0 +1,19 @@ +{ + "screens": { + "Library": { + "Library": "Bibliotek", + "could-not-load-categories": "Kategorien konnten nicht geladen werden", + "category-is-empty": "Kategorie ist leer", + "could-not-load-manga": "Manga konnte nicht geladen werden", + "your-library-is-empty": "Deine Bibliothek ist leer" + }, + "Browse": { + "sources": "Quellen", + "extensions": "Erweiterungen" + }, + "DownloadQueue": { + "no-downloads": "Keine Downloads", + "download-queue": "Herunterladen-Warteschlange" + } + } +} diff --git a/src/i18n/resources/es.json b/src/i18n/resources/es.json new file mode 100644 index 00000000..8fa868d0 --- /dev/null +++ b/src/i18n/resources/es.json @@ -0,0 +1,19 @@ +{ + "screens": { + "Library": { + "Library": "Biblioteca", + "could-not-load-categories": "No se pudieron cargar las categorías", + "your-library-is-empty": "Tu biblioteca esta vacia", + "category-is-empty": "La categoría está vacía", + "could-not-load-manga": "No se pudo cargar el manga" + }, + "DownloadQueue": { + "no-downloads": "No hay descargas", + "download-queue": "Descarga en la cola" + }, + "Browse": { + "extensions": "Extensiones", + "sources": "Fuentes" + } + } +} diff --git a/src/i18n/resources/fr.json b/src/i18n/resources/fr.json new file mode 100644 index 00000000..5e01d6c7 --- /dev/null +++ b/src/i18n/resources/fr.json @@ -0,0 +1,19 @@ +{ + "screens": { + "Library": { + "Library": "Bibliothèque", + "could-not-load-categories": "Impossible de charger les catégories", + "your-library-is-empty": "Votre bibliothèque est vide", + "category-is-empty": "La catégorie est vide", + "could-not-load-manga": "Impossible de charger le manga" + }, + "Browse": { + "sources": "Sources", + "extensions": "Extensions" + }, + "DownloadQueue": { + "no-downloads": "Aucun téléchargement", + "download-queue": "File d’attente des téléchargements" + } + } +}