web/languages: translate buttons texts json

This commit is contained in:
Gabriel Moreira 2025-02-13 09:29:46 -04:00
parent 7c964f97a2
commit f4e308f5c5

20
web/i18n/ptbr/button.json Normal file
View file

@ -0,0 +1,20 @@
{
"gotit": "ir",
"cancel": "cancelar",
"reset": "resetar",
"done": "pronto",
"download.audio": "baixar áudio",
"download": "baixar",
"share": "compartilhar",
"copy": "copiar",
"copy.section": "copiar a sessão do link",
"copied": "copiado",
"import": "importar",
"continue": "continuar",
"star": "estrela",
"follow": "seguir",
"save": "salvar",
"export": "exportar",
"yes": "sim",
"no": "não"
}