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" + } + } +}