From 197b64e97853bbea403a1b9f72bbee8d057b669e Mon Sep 17 00:00:00 2001 From: pierrot-p <83146584+pierrot-p@users.noreply.github.com> Date: Thu, 22 Feb 2024 12:20:13 +0000 Subject: [PATCH] inlang: update translations --- assets/translations/strings_pt-BR.i18n.json | 64 +++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 assets/translations/strings_pt-BR.i18n.json diff --git a/assets/translations/strings_pt-BR.i18n.json b/assets/translations/strings_pt-BR.i18n.json new file mode 100644 index 00000000..1a8b9e4c --- /dev/null +++ b/assets/translations/strings_pt-BR.i18n.json @@ -0,0 +1,64 @@ +{ + "general": { + "toggle": { + "enabled": "Habilitado", + "disabled": "Desabilitado" + }, + "state": { + "disable": "Desabilitar" + }, + "sort": "Ordernar", + "sortBy": "Ordenar Por", + "agree": "Aceitar", + "decline": "Recusar" + }, + "home": { + "pageTitle": "Inicio", + "noActiveProfileMsg": "Escolha um perfil", + "connection": { + "connecting": "Conectando", + "disconnecting": "Desconectando", + "connected": "Conectado" + }, + "stats": { + "connection": "Conexão" + } + }, + "profile": { + "overviewPageTitle": "Perfis", + "detailsPageTitle": "Perfil", + "activeProfileBtnSemanticLabel": "Ver todos os perfis.", + "subscription": { + "traffic": "Tráfico", + "expired": "Expirado" + }, + "add": { + "buttonText": "Novo Perfil", + "shortBtnTxt": "Novo Perfil" + }, + "update": { + "buttonTxt": "Atualizar", + "tooltip": "Atualizar Perfil", + "failureMsg": "Falha ao atualizar perfil", + "successMsg": "Perfil atualizado com sucesso" + }, + "share": { + "buttonText": "Compartilhar" + }, + "edit": { + "buttonTxt": "Editar" + }, + "delete": { + "buttonTxt": "Deletar" + }, + "save": { + "buttonText": "Salvar" + }, + "detailsForm": { + "nameLabel": "Nome", + "nameHint": "Nome do Perfil", + "urlLabel": "URL", + "invalidUrlMsg": "URL inválido" + } + } +} \ No newline at end of file