From b14edcc36129b85ead087bd51d8f7b9e47228388 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:52:47 -0300 Subject: [PATCH 01/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.inlang/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/project.inlang/settings.json b/project.inlang/settings.json index 456711d3..276888ec 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -1,8 +1,9 @@ { - "sourceLanguageTag": "en", + "sourceLanguageTag": "pt-BR", "languageTags": [ - "en", + "pt-BR", "de", + "en", "nl", "ru", "sh", From d807690a0e8a3a78ecd1e143fa7ab9965629fdf6 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:02:02 -0300 Subject: [PATCH 02/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 7 +++++++ materialious/src/lib/i18n/locales/ru.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 materialious/src/lib/i18n/locales/pt-BR.json diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json new file mode 100644 index 00000000..46e9895d --- /dev/null +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -0,0 +1,7 @@ +{ + "enabled": "Ativado", + "copyUrl": "Copiar URL", + "loadMore": "Carregar mais", + "views": "visualizações", + "invidiousBlockWarning": "Invidious está sendo bloqueado pelo Google. Se os vídeos não estiverem carregando para esta instância, por gentileza, use esta instância do Materialious no {android} ou {desktop} para contornar isso com o fallback de vídeo local." +} \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index 11725038..f37e6078 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -3,6 +3,7 @@ "copyUrl": "Копировать ссылку", "loadMore": "Загрузить ещё", "views": "просмотров", + "invidiousBlockWarning": "Google блокирует Invidious. Если видео не загружается для этого экземпляра, используйте этот экземпляр Materialious на {android} или {desktop}, чтобы обойти эту проблему с помощью локального резервного видео.", "videos": "видео", "cancel": "Отмена", "create": "Создать", From 02988ae1c2f24a2fd36b628613aa761959def78a Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:05:15 -0300 Subject: [PATCH 03/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 7 ++++++- project.inlang/settings.json | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 46e9895d..16719e61 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -3,5 +3,10 @@ "copyUrl": "Copiar URL", "loadMore": "Carregar mais", "views": "visualizações", - "invidiousBlockWarning": "Invidious está sendo bloqueado pelo Google. Se os vídeos não estiverem carregando para esta instância, por gentileza, use esta instância do Materialious no {android} ou {desktop} para contornar isso com o fallback de vídeo local." + "invidiousBlockWarning": "Invidious está sendo bloqueado pelo Google. Se os vídeos não estiverem carregando para esta instância, por gentileza, use esta instância do Materialious no {android} ou {desktop} para contornar isso com o fallback de vídeo local.", + "videos": "vídeos", + "cancel": "Cancelar", + "create": "Criar", + "title": "Título", + "searchPlaceholder": "Pesquisar" } \ No newline at end of file diff --git a/project.inlang/settings.json b/project.inlang/settings.json index 276888ec..704bd621 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -1,10 +1,10 @@ { - "sourceLanguageTag": "pt-BR", + "sourceLanguageTag": "en", "languageTags": [ - "pt-BR", - "de", "en", + "de", "nl", + "pt-BR", "ru", "sh", "tr" From 5d893d37917bf2ffb456cab756b4a766b4452ee5 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:06:58 -0300 Subject: [PATCH 04/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 7 ++++++- materialious/src/lib/i18n/locales/ru.json | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 16719e61..f6ae7c72 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -8,5 +8,10 @@ "cancel": "Cancelar", "create": "Criar", "title": "Título", - "searchPlaceholder": "Pesquisar" + "searchPlaceholder": "Pesquisar", + "donate": "Doar", + "deleteAllHistory": "Apagar todo o histórico", + "skipping": "Pulando", + "replies": "respostas", + "region": "Região" } \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index f37e6078..37849839 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -10,6 +10,7 @@ "title": "Заголовок", "searchPlaceholder": "Искать...", "delete": "Удалить", + "donate": "Пожертвовать", "deleteAllHistory": "Удалить всю историю", "skipping": "Пропускаю", "replies": "ответ(а/ов)", From dd0d882a352dfa26dc867fa2c40eb3b60518b0c4 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:07:18 -0300 Subject: [PATCH 05/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index f6ae7c72..c326be7a 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -13,5 +13,6 @@ "deleteAllHistory": "Apagar todo o histórico", "skipping": "Pulando", "replies": "respostas", - "region": "Região" + "region": "Região", + "noResult": "Sem resultados" } \ No newline at end of file From 6eafd6ac9969d1a617aec10fd657d5e384e7d459 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:08:01 -0300 Subject: [PATCH 06/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 1 + 1 file changed, 1 insertion(+) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index c326be7a..4abc2b0b 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -9,6 +9,7 @@ "create": "Criar", "title": "Título", "searchPlaceholder": "Pesquisar", + "delete": "Excluir", "donate": "Doar", "deleteAllHistory": "Apagar todo o histórico", "skipping": "Pulando", From 3f780362318819b5a1c5f86a25118c328cddc112 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:09:42 -0300 Subject: [PATCH 07/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 8 +++++++- materialious/src/lib/i18n/locales/ru.json | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 4abc2b0b..92d93661 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -15,5 +15,11 @@ "skipping": "Pulando", "replies": "respostas", "region": "Região", - "noResult": "Sem resultados" + "noResult": "Sem resultados", + "language": "Idioma", + "channels": "canais", + "transcript": "Transcrição", + "noCaptionData": "Legendas não contêm dados.", + "selectLang": "Selecione o idioma", + "letterCase": "Letras maiúsculas para títulos" } \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index 37849839..30981f7a 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -17,6 +17,7 @@ "region": "Регион", "noResult": "Без результатов", "language": "Язык", + "channels": "каналы", "transcript": "Транскрипция", "noCaptionData": "Субтитры не содержат данных.", "selectLang": "Выбрать язык", From e64b0bce3601b2fe5beb3099ccc5d8453a8e0a14 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:16:06 -0300 Subject: [PATCH 08/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 92d93661..9ca135ce 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -21,5 +21,20 @@ "transcript": "Transcrição", "noCaptionData": "Legendas não contêm dados.", "selectLang": "Selecione o idioma", - "letterCase": "Letras maiúsculas para títulos" + "letterCase": "Letras maiúsculas/minúsculas para títulos", + "hideReplies": "Ocultar respostas", + "hideVideo": "Ocultar vídeo", + "syncParty": { + "userJoined": "Usuário adicionado à sua sala de cinema.", + "userLeft": "Usuário deixou sua sala de cinema.", + "userOnPrivatePage": "O usuário está visualizando uma página privada, a sincronização será retomada em breve." + }, + "videoTabs": { + "all": "Todos", + "videos": "Vídeos", + "playlists": "Listas de reprodução", + "channels": "Canais", + "shorts": "Shorts", + "streams": "Ao vivo" + } } \ No newline at end of file From 6fa39f5da5b446c0659938f052f91af5164596f7 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:22:51 -0300 Subject: [PATCH 09/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 9ca135ce..877658e7 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -36,5 +36,20 @@ "channels": "Canais", "shorts": "Shorts", "streams": "Ao vivo" + }, + "subscriptions": { + "manageSubscriptions": "Gerenciar assinaturas" + }, + "playlist": { + "createPlaylist": "Criar lista de reprodução", + "public": "Pública", + "unlisted": "Não listada", + "private": "Privada", + "playVideos": "Reproduzir vídeos", + "shuffleVideos": "Aleatorizar reprodução", + "loopPlaylist": "Repetir reprodução" + }, + "thumbnail": { + "live": "AO VIVO" } } \ No newline at end of file From ed06a1e0190153986c9cf0607f285452e3765e9b Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:23:33 -0300 Subject: [PATCH 10/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 877658e7..53cf0323 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -50,6 +50,12 @@ "loopPlaylist": "Repetir reprodução" }, "thumbnail": { - "live": "AO VIVO" + "live": "AO VIVO", + "failedToLoadImage": "Falha ao carregar a imagem" + }, + "pages": { + "home": "Início", + "trending": "Popular", + "subscriptions": "Inscrições" } } \ No newline at end of file From 461e7a11d36c2bb2e421c5c4dc6d0b153d623426 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:34:41 -0300 Subject: [PATCH 11/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 30 +++++++++++++++++++- materialious/src/lib/i18n/locales/ru.json | 8 ++++++ 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 53cf0323..e2dc38ba 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -56,6 +56,34 @@ "pages": { "home": "Início", "trending": "Popular", - "subscriptions": "Inscrições" + "subscriptions": "Inscrições", + "history": "Histórico", + "playlists": "Listas de reprodução" + }, + "subscribers": "inscritos", + "unsubscribe": "Cancelar inscrição", + "loginRequired": "Login necessário", + "player": { + "audioOnly": "Somente áudio", + "theatreMode": "Modo teatro", + "pauseTimer": "Pausar temporizador", + "pauseVideoIn": "Pausar vídeo em ", + "share": { + "title": "Compartilhar", + "materialiousLink": "Copiar link Materialious", + "invidiousRedirect": "Copiar link de redirecionamento Invidious", + "youtubeLink": "Copiar link do Youtube" + }, + "download": "Baixar", + "downloadSteps": { + "merging": "Mesclando vídeo e áudio juntos", + "video": "Baixando vídeo", + "audio": "Baixando áudio", + "ffmpeg": "Baixando biblioteca e componentes ffmpeg", + "classWorker": "Baixando o webworker do ffmpeg", + "core": "Baixando o núcleo do ffmpeg", + "wasm": "Baixando o wasm do ffmpeg", + "worker": "Baixando o worker do ffmpeg" + } } } \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index 30981f7a..6465217a 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -66,6 +66,8 @@ "player": { "audioOnly": "Только звук", "theatreMode": "Широкий экран", + "pauseTimer": "Таймер паузы", + "pauseVideoIn": "Приостановите видео на", "share": { "title": "Поделиться", "materialiousLink": "Скопировать ссылку на Materialious", @@ -73,6 +75,12 @@ "youtubeLink": "Скопировать ссылку на Youtube" }, "download": "Скачать", + "downloadSteps": { + "merging": "Объединение видео и аудио", + "video": "Загрузка видео", + "audio": "Загрузка аудио", + "ffmpeg": "Загрузка библиотеки и компонентов ffmpeg" + }, "noPlaylists": "Нет списков воспроизведения", "unableToLoadComments": "Невозможно загрузить комментарии", "addToPlaylist": "Добавить в плейлист" From e8af8928998527e645c5e5f38cde8f2b62813a44 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:44:41 -0300 Subject: [PATCH 12/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 33 ++++++++++++++++++++ materialious/src/lib/i18n/locales/ru.json | 1 + 2 files changed, 34 insertions(+) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index e2dc38ba..c994133f 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -84,6 +84,39 @@ "core": "Baixando o núcleo do ffmpeg", "wasm": "Baixando o wasm do ffmpeg", "worker": "Baixando o worker do ffmpeg" + }, + "noPlaylists": "Sem listas de reprodução", + "unableToLoadComments": "Incapaz de carregar os comentários", + "addToPlaylist": "Adicionar à lista de reprodução", + "youtubeJsFallBack": "Fallback de vídeo local sendo usado" + }, + "layout": { + "interface": "Interface", + "star": "Avalie-nos com uma estrela no Github! ☆", + "syncParty": "Sincronizar sala", + "syncPartyWarning": "Por gentileza, lembre-se que seu IP ficará visível para os usuários que você convidar.", + "startSyncParty": "Iniciar sincronização da sala", + "endSyncParty": "Encerrar sincronização da sala", + "notifications": "Notificações", + "noNewNotifications": "Sem notificações recentes por aqui", + "settings": "Configurações", + "login": "Fazer login", + "logout": "Sair", + "customize": "Personalizar", + "lowBandwidthMode": "Modo de baixo consumo de banda larga", + "theme": { + "theme": "Tema", + "darkMode": "Modo escuro", + "lightMode": "Modo claro", + "AmoledTheme": "Tema Amoled", + "color": "Cor" + }, + "searchSuggestions": "Sugestões de pesquisa", + "previewVideoOnHover": "Pré-visualizar vídeo com passagem do mouse", + "expandDescription": "Expandir descrição por padrão", + "expandComments": "Expandir comentários por padrão", + "dataPreferences": { + "content": "Procurando importar/exportar inscrições, alterar senha ou excluir conta? Clique aqui e navegue até o fim da página." } } } \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index 6465217a..59098dc3 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -86,6 +86,7 @@ "addToPlaylist": "Добавить в плейлист" }, "layout": { + "interface": "Интерфейс", "star": "Поставить нам звезду на GitHub!", "syncParty": "Совместный просмотр", "syncPartyWarning": "Помните, ваш IP должен быть доступен для тех кого вы приглашаете.", From e17bd3604a699d12a169f8c8f883842263338f53 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:49:32 -0300 Subject: [PATCH 13/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index c994133f..81e2bbf1 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -116,7 +116,20 @@ "expandDescription": "Expandir descrição por padrão", "expandComments": "Expandir comentários por padrão", "dataPreferences": { - "content": "Procurando importar/exportar inscrições, alterar senha ou excluir conta? Clique aqui e navegue até o fim da página." + "content": "Procurando importar/exportar inscrições, alterar senha ou excluir conta? Clique aqui e navegue até o fim da página.", + "dataPreferences": "Preferências de dados" + }, + "player": { + "title": "Reprodutor", + "autoPlay": "Reprodução automática de vídeo", + "alwaysLoopVideo": "Sempre repetir o vídeo", + "savePlaybackPosition": "Salvar progresso da reprodução", + "listenByDefault": "Apenas escutar por padrão", + "theatreModeByDefault": "Modo teatro por padrão", + "autoPlayNextByDefault": "Reprodução automática por padrão", + "miniPlayer": "Reprodutor pequeno", + "proxyVideos": "Vídeos proxy", + "backgroundPlay": "Reproduzir áudio em segundo plano" } } } \ No newline at end of file From 95bf936c28533aeeb7bd2e5ed8181eb5dc05e129 Mon Sep 17 00:00:00 2001 From: araujosemacento <60983392+araujosemacento@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:59:37 -0300 Subject: [PATCH 14/15] =?UTF-8?q?chore:=20update=20translations=20with=20F?= =?UTF-8?q?ink=20=F0=9F=90=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- materialious/src/lib/i18n/locales/pt-BR.json | 29 ++++++++++++++++++-- materialious/src/lib/i18n/locales/ru.json | 1 + 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/materialious/src/lib/i18n/locales/pt-BR.json b/materialious/src/lib/i18n/locales/pt-BR.json index 81e2bbf1..e6156562 100644 --- a/materialious/src/lib/i18n/locales/pt-BR.json +++ b/materialious/src/lib/i18n/locales/pt-BR.json @@ -129,7 +129,32 @@ "autoPlayNextByDefault": "Reprodução automática por padrão", "miniPlayer": "Reprodutor pequeno", "proxyVideos": "Vídeos proxy", - "backgroundPlay": "Reproduzir áudio em segundo plano" + "backgroundPlay": "Reproduzir áudio em segundo plano", + "dash": "Hífen", + "silenceSkipper": "Pular silêncio (Experimental)", + "youtubeJsFallback": "Fallback para processamento de vídeo local", + "youtubeJsAlways": "Sempre usar processamento de vídeo local", + "lockOrientation": "Orientação travada para igualar aspecto de proporção" + }, + "bookmarklet": "Favoritos", + "instanceUrl": "URL da instância", + "sponsors": { + "sponsor": "Patrocinador", + "disableToast": "Desativar avisos", + "disableTimeline": "Desabilitar segmentos na linha do tempo", + "Catagories": "Categorias", + "unpaidSelfPromotion": "Não remunerado/Auto promoção", + "interactionReminder": "Lembrete de interação (Inscreva-se)", + "intermissionIntroAnimation": "Intervalo/Animação de introdução", + "credits": "Cartões finais/Créditos", + "preViewRecapHook": "Prévia/Recapitulação/Gancho", + "tangentJokes": "Tangente não relacionada/Piadas" + }, + "deArrow": { + "title": "DeArrow", + "thumbnailInstanceUrl": "URL da instância de miniatura", + "titleOnly": "Somente títulos" } - } + }, + "subscribe": "Inscrever-se" } \ No newline at end of file diff --git a/materialious/src/lib/i18n/locales/ru.json b/materialious/src/lib/i18n/locales/ru.json index 59098dc3..46e6c238 100644 --- a/materialious/src/lib/i18n/locales/ru.json +++ b/materialious/src/lib/i18n/locales/ru.json @@ -129,6 +129,7 @@ "instanceUrl": "URL инстанса", "sponsors": { "sponsor": "Спонсор", + "Catagories": "Категории", "unpaidSelfPromotion": "Самореклама", "interactionReminder": "Напоминание о подписке", "intermissionIntroAnimation": "Интро", From 43fd5c2cbf7dbc88ceafdccaff606900146fe232 Mon Sep 17 00:00:00 2001 From: Ward Date: Sat, 16 Nov 2024 19:38:32 +1300 Subject: [PATCH 15/15] Update index.ts --- materialious/src/lib/i18n/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/materialious/src/lib/i18n/index.ts b/materialious/src/lib/i18n/index.ts index 87ec9abe..12f04088 100644 --- a/materialious/src/lib/i18n/index.ts +++ b/materialious/src/lib/i18n/index.ts @@ -10,6 +10,7 @@ register('tr', () => import('./locales/tr.json')); register('nl', () => import('./locales/nl.json')); register('de', () => import('./locales/de.json')); register('sh', () => import('./locales/sh.json')); +register('pt-BR', () => import('./locales/pt-BR.json')); init({ fallbackLocale: defaultLocale,