diff --git a/src/i18n/resources/ar.json b/src/i18n/resources/ar.json deleted file mode 100644 index d220a37a..00000000 --- a/src/i18n/resources/ar.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "library": { - "title": "المكتبة" - } -} diff --git a/src/i18n/resources/de.json b/src/i18n/resources/de.json deleted file mode 100644 index 0ac712b1..00000000 --- a/src/i18n/resources/de.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "category": { - "error": { - "label": { - "empty": "Kategorie ist leer", - "request_failure": "Kategorien konnten nicht geladen werden" - } - } - }, - "download": { - "queue": { - "label": { - "no_downloads": "Keine Downloads" - }, - "title": "Herunterladen-Warteschlange" - } - }, - "extension": { - "title": "Erweiterungen" - }, - "library": { - "error": { - "label": { - "empty": "Deine Bibliothek ist leer" - } - }, - "title": "Bibliotek" - }, - "manga": { - "error": { - "label": { - "request_failure": "Manga konnte nicht geladen werden" - } - } - }, - "source": { - "title": "Quellen" - } -} diff --git a/src/i18n/resources/es.json b/src/i18n/resources/es.json deleted file mode 100644 index be5e0e64..00000000 --- a/src/i18n/resources/es.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "category": { - "error": { - "label": { - "empty": "La categoría está vacía", - "request_failure": "No se pudieron cargar las categorías" - } - } - }, - "download": { - "queue": { - "label": { - "no_downloads": "No hay descargas" - }, - "title": "Descarga en la cola" - } - }, - "extension": { - "title": "Extensiones" - }, - "library": { - "error": { - "label": { - "empty": "Tu biblioteca esta vacia" - } - }, - "title": "Biblioteca" - }, - "manga": { - "error": { - "label": { - "request_failure": "No se pudo cargar el manga" - } - } - }, - "source": { - "title": "Fuentes" - } -}