From 8d2bf0a3a26a8782161a1ab49e37342d5de151c6 Mon Sep 17 00:00:00 2001 From: guilherme monteiro Date: Tue, 23 Jul 2024 03:45:03 +0200 Subject: [PATCH 1/4] Added translation using Weblate (Portuguese) --- front/translations/pt.json | 284 +++++++++++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 front/translations/pt.json diff --git a/front/translations/pt.json b/front/translations/pt.json new file mode 100644 index 00000000..2672550c --- /dev/null +++ b/front/translations/pt.json @@ -0,0 +1,284 @@ +{ + "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": "", + "default": "", + "duration": "", + "size": "", + "novideo": "", + "nocontainer": "" + }, + "admin": { + "users": { + "label": "", + "adminUser": "", + "regularUser": "", + "set-permissions": "", + "delete": "", + "unverifed": "", + "verify": "" + }, + "scanner": { + "label": "", + "scan": "", + "empty": "" + } + } +} From 43a189e5ff5a054a6531d25165cbcf30aa7ea417 Mon Sep 17 00:00:00 2001 From: guilherme monteiro Date: Tue, 23 Jul 2024 01:48:32 +0000 Subject: [PATCH 2/4] Translated using Weblate (Portuguese) Currently translated at 2.4% (5 of 206 strings) Translation: Kyoo/Kyoo Translate-URL: https://hosted.weblate.org/projects/kyoo/kyoo/pt/ --- front/translations/pt.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/front/translations/pt.json b/front/translations/pt.json index 2672550c..0315757f 100644 --- a/front/translations/pt.json +++ b/front/translations/pt.json @@ -1,10 +1,10 @@ { "home": { - "recommended": "", - "news": "", - "watchlist": "", - "info": "", - "none": "", + "recommended": "Recomendados", + "news": "Notícias", + "watchlist": "Continue assistindo", + "info": "Veja mais", + "none": "Nenhum episódio", "watchlistLogin": "", "refreshMetadata": "", "episodeMore": { From 8592a7a0a394d2f1510d35beacb6cf91f3b71160 Mon Sep 17 00:00:00 2001 From: guilherme monteiro Date: Tue, 23 Jul 2024 03:54:43 +0200 Subject: [PATCH 3/4] Added translation using Weblate (Portuguese (Brazil)) --- front/translations/pt_br.json | 284 ++++++++++++++++++++++++++++++++++ 1 file changed, 284 insertions(+) create mode 100644 front/translations/pt_br.json diff --git a/front/translations/pt_br.json b/front/translations/pt_br.json new file mode 100644 index 00000000..2672550c --- /dev/null +++ b/front/translations/pt_br.json @@ -0,0 +1,284 @@ +{ + "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": "", + "default": "", + "duration": "", + "size": "", + "novideo": "", + "nocontainer": "" + }, + "admin": { + "users": { + "label": "", + "adminUser": "", + "regularUser": "", + "set-permissions": "", + "delete": "", + "unverifed": "", + "verify": "" + }, + "scanner": { + "label": "", + "scan": "", + "empty": "" + } + } +} From a00b5bf4329f4be3c542fb03135759e17d66d300 Mon Sep 17 00:00:00 2001 From: guilherme monteiro Date: Tue, 23 Jul 2024 01:55:24 +0000 Subject: [PATCH 4/4] Translated using Weblate (Portuguese (Brazil)) Currently translated at 39.3% (81 of 206 strings) Translation: Kyoo/Kyoo Translate-URL: https://hosted.weblate.org/projects/kyoo/kyoo/pt_BR/ --- front/translations/pt_br.json | 162 +++++++++++++++++----------------- 1 file changed, 81 insertions(+), 81 deletions(-) diff --git a/front/translations/pt_br.json b/front/translations/pt_br.json index 2672550c..3cca6324 100644 --- a/front/translations/pt_br.json +++ b/front/translations/pt_br.json @@ -1,128 +1,128 @@ { "home": { - "recommended": "", - "news": "", - "watchlist": "", - "info": "", - "none": "", - "watchlistLogin": "", - "refreshMetadata": "", + "recommended": "Recomendados", + "news": "Notícias", + "watchlist": "Continue assistindo", + "info": "Veja mais", + "none": "Nenhum episódio", + "watchlistLogin": "Para salvar o que você assistiu ou planeja assistir, é necessário fazer login.", + "refreshMetadata": "Atualizar metadados", "episodeMore": { "goToShow": "", - "download": "", - "mediainfo": "" + "download": "Baixar", + "mediainfo": "Veja informação do arquivo" } }, "show": { - "play": "", - "trailer": "", - "studio": "", - "genre": "", - "genre-none": "", - "staff": "", - "staff-none": "", - "noOverview": "", - "episode-none": "", - "episodeNoMetadata": "", + "play": "Reproduzir", + "trailer": "Reproduzir Trailer", + "studio": "Estúdio", + "genre": "Gêneros", + "genre-none": "Nenhum gênero", + "staff": "Staff", + "staff-none": "A staff é desconhecida", + "noOverview": "Resumo indisponível", + "episode-none": "Nenhum episódio nessa temporada", + "episodeNoMetadata": "Metadado indisponível", "tags": "", "links": "", - "jumpToSeason": "", - "partOf": "", + "jumpToSeason": "Pular para temporada", + "partOf": "Parte de", "watchlistAdd": "", "watchlistEdit": "", - "watchlistRemove": "", - "watchlistLogin": "", + "watchlistRemove": "Marque como não assistido", + "watchlistLogin": "Faça login para adicionar a sua lista", "watchlistMark": { - "completed": "", - "planned": "", - "watching": "", - "droped": "", - "null": "" + "completed": "Marque como assistido", + "planned": "Marque como planejado", + "watching": "Marque como assistindo", + "droped": "Marque como desistido", + "null": "Marque como não assistido" }, - "nextUp": "", - "season": "" + "nextUp": "Próximo", + "season": "Temporada {{number}}" }, "browse": { "mediatypekey": { - "all": "", - "movie": "", - "show": "", - "collection": "" + "all": "Todos", + "movie": "Filmes", + "show": "Séries", + "collection": "Coleção" }, - "mediatype-tt": "", - "mediatypelabel": "", - "sortby": "", - "sortby-tt": "", + "mediatype-tt": "Tipo de mídia", + "mediatypelabel": "Tipo de mídia", + "sortby": "Ordenar por {{key}}", + "sortby-tt": "Ordenar por", "sortkey": { - "relevance": "", - "name": "", - "airDate": "", + "relevance": "Relevância", + "name": "Nome", + "airDate": "Data de transmissão", "startAir": "", "endAir": "", - "addedDate": "", - "rating": "" + "addedDate": "Adicionado na data", + "rating": "Avaliações" }, "sortord": { - "asc": "", - "desc": "" + "asc": "crescente", + "desc": "decrescente" }, - "switchToGrid": "", - "switchToList": "" + "switchToGrid": "Mudara para visualização em grade", + "switchToList": "Mudara para visualização de lista" }, "genres": { - "Action": "", - "Adventure": "", - "Animation": "", - "Comedy": "", + "Action": "Ação", + "Adventure": "Aventura", + "Animation": "Animação", + "Comedy": "Comédia", "Crime": "", - "Documentary": "", + "Documentary": "Documentário", "Drama": "", - "Family": "", - "Fantasy": "", - "History": "", - "Horror": "", - "Music": "", - "Mystery": "", + "Family": "Família", + "Fantasy": "Fantasia", + "History": "História", + "Horror": "Terror", + "Music": "Música", + "Mystery": "Mistério", "Romance": "", - "ScienceFiction": "", + "ScienceFiction": "Ficção cientifica", "Thriller": "", - "War": "", + "War": "Guerra", "Western": "", - "Kids": "", - "News": "", - "Reality": "", + "Kids": "Infantil", + "News": "Notícias", + "Reality": "Realidade", "Soap": "", "Talk": "", - "Politics": "" + "Politics": "Política" }, "misc": { - "settings": "", - "prev-page": "", - "next-page": "", - "delete": "", - "cancel": "", - "more": "", - "expand": "", + "settings": "Configurações", + "prev-page": "Pagina anterior", + "next-page": "Próxima pagina", + "delete": "Deletar", + "cancel": "Cancelar", + "more": "Mais", + "expand": "Expandir", "collapse": "", - "edit": "", - "or": "", - "loading": "" + "edit": "Editar", + "or": "OU", + "loading": "Carregando" }, "navbar": { "home": "", - "browse": "", - "download": "", - "search": "", + "browse": "Navegar", + "download": "Baixar", + "search": "Pesquisar", "login": "", - "admin": "" + "admin": "Painel de admin" }, "settings": { "general": { - "label": "", + "label": "Geral", "theme": { - "label": "", + "label": "Tema", "description": "", - "auto": "", + "auto": "Sistema", "light": "", "dark": "" },