From 060ff88059b25abe5cebfd133da4d953573866ae Mon Sep 17 00:00:00 2001 From: nicejs is cool <75738950+nicejs-is-cool@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:19:01 -0300 Subject: [PATCH 1/2] Add Brazilian Portuguese language --- tizenbrew-app/TizenBrew/js/translation.js | 5 +- tizenbrew-app/TizenBrew/lang/pt_BR.json | 59 +++++++++++++++++++++++ 2 files changed, 62 insertions(+), 2 deletions(-) create mode 100644 tizenbrew-app/TizenBrew/lang/pt_BR.json diff --git a/tizenbrew-app/TizenBrew/js/translation.js b/tizenbrew-app/TizenBrew/js/translation.js index 25a7ba1..e65348c 100644 --- a/tizenbrew-app/TizenBrew/js/translation.js +++ b/tizenbrew-app/TizenBrew/js/translation.js @@ -13,8 +13,9 @@ const languages = { "nl_NL": "Dutch (Nederlands)", "vi_VN": "Vietnamese (Tiếng Việt)", "pl_PL": "Polish (Polski)", - "zh_TW": "Chinese Traditional (Taiwan)" - "el-GR": "Greek (Ελληνικά)" + "zh_TW": "Chinese Traditional (Taiwan)", + "el-GR": "Greek (Ελληνικά)", + "pt_BR": "Brazilian Portuguese (Português Brasileiro)" }; function loadTranslation(lang) { diff --git a/tizenbrew-app/TizenBrew/lang/pt_BR.json b/tizenbrew-app/TizenBrew/lang/pt_BR.json new file mode 100644 index 0000000..2543774 --- /dev/null +++ b/tizenbrew-app/TizenBrew/lang/pt_BR.json @@ -0,0 +1,59 @@ +{ + "mainMenu": { + "modules": "Módulos", + "description": "Inicie seus aplicativos favoritos com modificações no seu dispositivo Tizen.", + "moduleManagerAccess": "Use o botão {buttons.green} para acessar o gerenciador de módulos.", + "settingsAccess": "Use o botão {buttons.blue} para acessar as configurações.", + "navigationHelp": "Use as teclas de seta ESQUERDA e DIREITA para navegar a lista.", + "autoLaunch": "

AutoLaunch está habilitado. Pressione o botão [Seta Para Cima] para desativar o AutoLaunch.

" + }, + "service": { + "alreadyRunning": "Serviço já está executando.", + "started": "Serviço iniciado.", + "connected": "Serviço conectado ao aplicativo." + }, + "buttons": { + "red": "VERMELHO", + "green": "VERDE", + "yellow": "AMARELO", + "blue": "AZUL" + }, + "errors": { + "serviceDidntConnectYet": "Você não pode iniciar módulos enquanto o serviço ainda não estiver conectado ao aplicativo.", + "moduleNotFound": "Erro: Não foi possivel achar o módulo {moduleName}.", + "crashedServices": "Erro: Os seguintes serviços cairam: {services}.", + "debuggingNotEnabled": "Erro: Não foi possivel conectar a Daemon SDB. Tem certeza que trocou o Host PC IP para 127.0.0.1? Se sim, segure o botão de desligar até ver o logotipo da Samsung.", + "noModules": "Parcee que não instalou nenhum módulo ainda. Use o botão [VERDE] para acessar o gerenciador de módulos." + }, + "moduleManager": { + "confirmDelete": "Você quer remover {packageName}?", + "addNPM": "Adicionar módulo NPM", + "addNPMDesc": "Isso é primariamente para produção e para usuários.", + "addGH": "Adicionar módulo GitHub", + "addGHDesc": "Isso é primariamente para desenvolvimento e para desenvolvedores.", + "addModule": "Adicionar Módulo", + "moduleName": "Nome do Módulo (Para {type}):" + }, + "settings": { + "autolaunch": "Autolaunch Configurações", + "autolaunchDesc": "Inicie seu módulo favorito automaticamente quando iniciar o TizenBrew.", + "autolaunchService": "Configurações do Autolaunch para serviços", + "autolaunchServiceDesc": "Inicie seu serviço favorito automaticamente quando iniciar o TizenBrew.", + "useragent": "Configurações do User-Agent", + "useragentDesc": "Mudar o User-Agent dos módulos do TizenBrew para alguns efeitos como corrigir a UI no TizenTube.", + "enableAutolaunchPrompt": "Você quer que {packageName} inicie automaticamente?", + "disableAutolaunchPrompt": "Você quer desativar o Autolaunch?", + "disableAutolaunch": "Desativar Autolaunch", + "noModules": "Nenhum módulo encontrado.", + "default": "Padrão", + "worksOnTizen": "(Funciona no Tizen {version}+)", + "uaBasedOnDevice": "User-Agent baseado no Dispositivo (deve trazer alguns recursos)", + "setUaTo": "Você quer mudar o User-Agent para {userAgent}?", + "uaNegativeEffects": "Note que mesmo que isso possa ter efeitos positivos, também poderá ter efeitos negativos.", + "language": "Configurações de idioma", + "languageDesc": "Mudar o idioma do aplicativo." + }, + "__contributors": [ + "nicejs-is-cool" + ] +} \ No newline at end of file From 068545a0c999b8d4e391bcce95ec98bbe9c1f050 Mon Sep 17 00:00:00 2001 From: nicejs is cool <75738950+nicejs-is-cool@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:28:23 -0300 Subject: [PATCH 2/2] small fix, this should not be uppercase i think --- tizenbrew-app/TizenBrew/lang/pt_BR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizenbrew-app/TizenBrew/lang/pt_BR.json b/tizenbrew-app/TizenBrew/lang/pt_BR.json index 2543774..c3b1a29 100644 --- a/tizenbrew-app/TizenBrew/lang/pt_BR.json +++ b/tizenbrew-app/TizenBrew/lang/pt_BR.json @@ -5,7 +5,7 @@ "moduleManagerAccess": "Use o botão {buttons.green} para acessar o gerenciador de módulos.", "settingsAccess": "Use o botão {buttons.blue} para acessar as configurações.", "navigationHelp": "Use as teclas de seta ESQUERDA e DIREITA para navegar a lista.", - "autoLaunch": "

AutoLaunch está habilitado. Pressione o botão [Seta Para Cima] para desativar o AutoLaunch.

" + "autoLaunch": "

AutoLaunch está habilitado. Pressione o botão [Seta para Cima] para desativar o AutoLaunch.

" }, "service": { "alreadyRunning": "Serviço já está executando.",