From b8986d17e492a5bf7afe1abfa9e606e35a0cb67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloi=20Barcon=20Pi=C3=B1eiro?= Date: Mon, 24 Mar 2025 14:11:16 +0100 Subject: [PATCH 1/3] Translated using Weblate (Spanish) Currently translated at 100.0% (209 of 209 strings) Translation: Kyoo/Kyoo Translate-URL: https://hosted.weblate.org/projects/kyoo/kyoo/es/ --- front/translations/es.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/front/translations/es.json b/front/translations/es.json index d440b14c..741ffb8c 100644 --- a/front/translations/es.json +++ b/front/translations/es.json @@ -264,7 +264,9 @@ "duration": "Duración", "size": "Tamaño", "novideo": "Sin vídeo", - "nocontainer": "Contenedor invalido" + "nocontainer": "Contenedor invalido", + "unknown": "Desconocido", + "hearing-impaired": "CC" }, "admin": { "users": { From c08e233bfde84410fe81aec7c08441d710cd77a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloi=20Barcon=20Pi=C3=B1eiro?= Date: Mon, 24 Mar 2025 14:11:28 +0100 Subject: [PATCH 2/3] Added translation using Weblate (Galician) --- front/translations/gl.json | 287 +++++++++++++++++++++++++++++++++++++ 1 file changed, 287 insertions(+) create mode 100644 front/translations/gl.json diff --git a/front/translations/gl.json b/front/translations/gl.json new file mode 100644 index 00000000..90dd00b1 --- /dev/null +++ b/front/translations/gl.json @@ -0,0 +1,287 @@ +{ + "home": { + "recommended": "", + "news": "", + "watchlist": "", + "info": "", + "none": "", + "watchlistLogin": "", + "refreshMetadata": "", + "episodeMore": { + "goToShow": "", + "download": "", + "mediainfo": "" + } + }, + "show": { + "play": "", + "trailer": "", + "studio": "", + "genre": "", + "genre-none": "", + "staff": "", + "staff-none": "", + "noOverview": "", + "episode-none": "", + "episodeNoMetadata": "", + "tags": "", + "links": "", + "jumpToSeason": "", + "partOf": "", + "watchlistAdd": "", + "watchlistEdit": "", + "watchlistRemove": "", + "watchlistLogin": "", + "watchlistMark": { + "completed": "", + "planned": "", + "watching": "", + "droped": "", + "null": "" + }, + "nextUp": "", + "season": "" + }, + "browse": { + "mediatypekey": { + "all": "", + "movie": "", + "show": "", + "collection": "" + }, + "mediatype-tt": "", + "mediatypelabel": "", + "sortby": "", + "sortby-tt": "", + "sortkey": { + "relevance": "", + "name": "", + "airDate": "", + "startAir": "", + "endAir": "", + "addedDate": "", + "rating": "" + }, + "sortord": { + "asc": "", + "desc": "" + }, + "switchToGrid": "", + "switchToList": "" + }, + "genres": { + "Action": "", + "Adventure": "", + "Animation": "", + "Comedy": "", + "Crime": "", + "Documentary": "", + "Drama": "", + "Family": "", + "Fantasy": "", + "History": "", + "Horror": "", + "Music": "", + "Mystery": "", + "Romance": "", + "ScienceFiction": "", + "Thriller": "", + "War": "", + "Western": "", + "Kids": "", + "News": "", + "Reality": "", + "Soap": "", + "Talk": "", + "Politics": "" + }, + "misc": { + "settings": "", + "prev-page": "", + "next-page": "", + "delete": "", + "cancel": "", + "more": "", + "expand": "", + "collapse": "", + "edit": "", + "or": "", + "loading": "" + }, + "navbar": { + "home": "", + "browse": "", + "download": "", + "search": "", + "login": "", + "admin": "" + }, + "settings": { + "general": { + "label": "", + "theme": { + "label": "", + "description": "", + "auto": "", + "light": "", + "dark": "" + }, + "language": { + "label": "", + "description": "", + "system": "" + } + }, + "playback": { + "label": "", + "playmode": { + "label": "", + "description": "" + }, + "audioLanguage": { + "label": "", + "description": "" + }, + "subtitleLanguage": { + "label": "", + "description": "", + "none": "" + } + }, + "account": { + "label": "", + "username": { + "label": "" + }, + "avatar": { + "label": "", + "description": "" + }, + "email": { + "label": "" + }, + "password": { + "label": "", + "description": "", + "oldPassword": "", + "newPassword": "" + } + }, + "oidc": { + "label": "", + "connected": "", + "not-connected": "", + "open-profile": "", + "link": "", + "delete": "" + }, + "about": { + "label": "", + "android-app": { + "label": "", + "description": "" + }, + "git": { + "label": "", + "description": "" + } + } + }, + "player": { + "back": "", + "previous": "", + "next": "", + "play": "", + "pause": "", + "mute": "", + "volume": "", + "quality": "", + "audios": "", + "subtitles": "", + "subtitle-none": "", + "fullscreen": "", + "direct": "", + "transmux": "", + "auto": "", + "notInPristine": "", + "unsupportedError": "" + }, + "search": { + "empty": "" + }, + "login": { + "login": "", + "register": "", + "guest": "", + "guest-forbidden": "", + "via": "", + "add-account": "", + "logout": "", + "server": "", + "email": "", + "username": "", + "password": "", + "confirm": "", + "or-register": "", + "or-login": "", + "password-no-match": "", + "delete": "", + "delete-confirmation": "" + }, + "downloads": { + "empty": "", + "error": "", + "delete": "", + "deleteMessage": "", + "pause": "", + "resume": "", + "retry": "" + }, + "errors": { + "connection": "", + "connection-tips": "", + "unknown": "", + "try-again": "", + "re-login": "", + "offline": "", + "unauthorized": "", + "needVerification": "", + "needAccount": "", + "setup": { + "MissingAdminAccount": "", + "NoVideoFound": "" + } + }, + "mediainfo": { + "file": "", + "container": "", + "video": "", + "audio": "", + "subtitles": "", + "forced": "", + "hearing-impaired": "", + "default": "", + "external": "", + "duration": "", + "size": "", + "novideo": "", + "nocontainer": "", + "unknown": "" + }, + "admin": { + "users": { + "label": "", + "adminUser": "", + "regularUser": "", + "set-permissions": "", + "delete": "", + "unverifed": "", + "verify": "" + }, + "scanner": { + "label": "", + "scan": "", + "empty": "" + } + } +} From aec2b0d9bf6505188ac82a6de58a9f86a80653fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloi=20Barcon=20Pi=C3=B1eiro?= Date: Mon, 24 Mar 2025 14:25:16 +0100 Subject: [PATCH 3/3] Translated using Weblate (Galician) Currently translated at 24.8% (52 of 209 strings) Translation: Kyoo/Kyoo Translate-URL: https://hosted.weblate.org/projects/kyoo/kyoo/gl/ --- front/translations/gl.json | 104 ++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/front/translations/gl.json b/front/translations/gl.json index 90dd00b1..d07f8ff8 100644 --- a/front/translations/gl.json +++ b/front/translations/gl.json @@ -1,70 +1,70 @@ { "home": { - "recommended": "", - "news": "", - "watchlist": "", - "info": "", - "none": "", - "watchlistLogin": "", - "refreshMetadata": "", + "recommended": "Recomendado", + "news": "Novas", + "watchlist": "Continuar vendo", + "info": "Ver máis", + "none": "Sen episodios", + "watchlistLogin": "Para facer un seguimento do que viu ou planea ver, cómpre iniciar sesión.", + "refreshMetadata": "Refrescar metadatos", "episodeMore": { - "goToShow": "", - "download": "", - "mediainfo": "" + "goToShow": "Ir ao show", + "download": "Descargar", + "mediainfo": "Ver información do ficheiro" } }, "show": { - "play": "", - "trailer": "", - "studio": "", - "genre": "", - "genre-none": "", - "staff": "", - "staff-none": "", - "noOverview": "", - "episode-none": "", - "episodeNoMetadata": "", - "tags": "", - "links": "", - "jumpToSeason": "", - "partOf": "", - "watchlistAdd": "", - "watchlistEdit": "", - "watchlistRemove": "", - "watchlistLogin": "", + "play": "Reproducir", + "trailer": "Reproducir tráiler", + "studio": "Estudio", + "genre": "Xéneros", + "genre-none": "Sen xéneros", + "staff": "Persoal", + "staff-none": "O persoal é descoñecido", + "noOverview": "Resumo non dispoñíbel", + "episode-none": "Non hai episodios nesta tempada", + "episodeNoMetadata": "Metadatos non dispoñíbeis", + "tags": "Etiquetas", + "links": "Ligazóns", + "jumpToSeason": "Ir á tempada", + "partOf": "Parte de", + "watchlistAdd": "Engádeo á túa lista de planificados", + "watchlistEdit": "Modificar o estado de visualización", + "watchlistRemove": "Marcar como non visto", + "watchlistLogin": "Inicia sesión para engadir á túa lista de planificados", "watchlistMark": { - "completed": "", - "planned": "", - "watching": "", - "droped": "", - "null": "" + "completed": "Marcar como completado", + "planned": "Marcar como planificado", + "watching": "Marcar como visualizando", + "droped": "Marcar como abandonado", + "null": "Marcar como non visto" }, - "nextUp": "", - "season": "" + "nextUp": "Seguinte", + "season": "Tempada {{number}}" }, "browse": { "mediatypekey": { - "all": "", - "movie": "", - "show": "", - "collection": "" + "all": "Todo", + "movie": "Filmes", + "show": "Series", + "collection": "Colección" }, - "mediatype-tt": "", - "mediatypelabel": "", - "sortby": "", - "sortby-tt": "", + "mediatype-tt": "Tipo de contido multimedia", + "mediatypelabel": "Tipo de contido multimedia", + "sortby": "Ordenar por {{key}}", + "sortby-tt": "Ordenar por", "sortkey": { - "relevance": "", - "name": "", - "airDate": "", - "startAir": "", - "endAir": "", - "addedDate": "", - "rating": "" + "relevance": "Relevancia", + "name": "Nome", + "airDate": "Data de emisión", + "startAir": "Comezo de emisión", + "endAir": "Fin da emisión", + "addedDate": "Data de incorporación", + "rating": "Valoracións" }, "sortord": { - "asc": "", - "desc": "" + "asc": "ascendente", + "desc": "descendente" }, "switchToGrid": "", "switchToList": ""