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] =?UTF-8?q?chore:=20update=20translations=20with=20Fink=20?= =?UTF-8?q?=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