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