From f43210635bfdda07e4a6c2850ee23a7d79868a0c Mon Sep 17 00:00:00 2001 From: Mikhail Fedosov Date: Mon, 6 Jan 2025 18:41:08 +0400 Subject: [PATCH] feat(translations): add new governance-related strings --- app/translations/es.json | 8 +++++++- app/translations/fr.json | 8 +++++++- app/translations/pt.json | 8 +++++++- app/translations/zh.json | 8 +++++++- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/app/translations/es.json b/app/translations/es.json index e8c5a15..c836b75 100644 --- a/app/translations/es.json +++ b/app/translations/es.json @@ -214,7 +214,13 @@ "members": "Miembros", "member": "Miembro del Consejo", "balance": "Balance en Stake", - "motion": "Moción" + "motion": "Moción", + "vote": "Votar", + "active_account": "Cuenta Activa", + "select_account": "Seleccionar cuenta", + "no_accounts": "No hay cuentas disponibles. Crea o importa una cuenta para participar en la gobernanza.", + "already_voted": "Ya has votado", + "mock_mode": "Modo de Prueba (Sin Red)" } } } diff --git a/app/translations/fr.json b/app/translations/fr.json index 34d4e18..60d8a8f 100644 --- a/app/translations/fr.json +++ b/app/translations/fr.json @@ -214,7 +214,13 @@ "members": "Membres", "member": "Membre du Conseil", "balance": "Solde en Stake", - "motion": "Motion" + "motion": "Motion", + "vote": "Voter", + "active_account": "Compte Actif", + "select_account": "Sélectionner un compte", + "no_accounts": "Aucun compte disponible. Créez ou importez un compte pour participer à la gouvernance.", + "already_voted": "Déjà voté", + "mock_mode": "Mode Test (Sans Réseau)" } } } diff --git a/app/translations/pt.json b/app/translations/pt.json index d9c22ef..3f4e75f 100644 --- a/app/translations/pt.json +++ b/app/translations/pt.json @@ -214,7 +214,13 @@ "members": "Membros", "member": "Membro do Conselho", "balance": "Saldo em Stake", - "motion": "Moção" + "motion": "Moção", + "vote": "Votar", + "active_account": "Conta Ativa", + "select_account": "Selecionar conta", + "no_accounts": "Nenhuma conta disponível. Crie ou importe uma conta para participar da governança.", + "already_voted": "Já votou", + "mock_mode": "Modo de Teste (Sem Rede)" } } } diff --git a/app/translations/zh.json b/app/translations/zh.json index ee079e8..8ce3a31 100644 --- a/app/translations/zh.json +++ b/app/translations/zh.json @@ -214,7 +214,13 @@ "members": "成员", "member": "理事会成员", "balance": "质押余额", - "motion": "提案" + "motion": "提案", + "vote": "投票", + "active_account": "活跃账户", + "select_account": "选择账户", + "no_accounts": "没有可用账户。创建或导入账户以参与治理。", + "already_voted": "已投票", + "mock_mode": "测试模式(无网络)" } } }