✨ feat(profile): Update localization strings and enhance third-party account binding
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
"accountSettings": {
|
||||
"accountSettings": "Configurações da Conta",
|
||||
"loginPassword": "Senha de Login",
|
||||
"newPassword": "Nova Senha",
|
||||
"passwordMismatch": "As senhas digitadas não coincidem",
|
||||
"repeatNewPassword": "Repita a Nova Senha",
|
||||
@@ -9,21 +8,64 @@
|
||||
"updateSuccess": "Atualização bem-sucedida"
|
||||
},
|
||||
"notify": {
|
||||
"balanceChange": "Mudança de Saldo",
|
||||
"bind": "Ir para Vinculação",
|
||||
"channels": "Canais de Notificação",
|
||||
"emailNotification": "Notificação por e-mail",
|
||||
"finance": "Finanças",
|
||||
"login": "Login",
|
||||
"notificationSettings": "Configurações de notificação",
|
||||
"telegramId": "ID do Telegram",
|
||||
"notificationTypes": "Tipos de Notificação",
|
||||
"save": "Salvar Alterações",
|
||||
"subscribe": "Inscrever-se",
|
||||
"telegramIdPlaceholder": "Insira o ID do Telegram",
|
||||
"telegramNotification": "Notificação do Telegram",
|
||||
"unbind": "Desvincular",
|
||||
"updateSuccess": "Atualização bem-sucedida"
|
||||
},
|
||||
"notifyEvent": {
|
||||
"balanceChange": "Mudança de saldo",
|
||||
"finance": "Finanças",
|
||||
"login": "Login",
|
||||
"notificationEvents": "Eventos de notificação",
|
||||
"subscribe": "Inscrever-se",
|
||||
"updateSuccess": "Atualização bem-sucedida"
|
||||
"thirdParty": {
|
||||
"apple": {
|
||||
"description": "Faça login com Apple"
|
||||
},
|
||||
"bind": "Conectar",
|
||||
"bindFailed": "Falha ao conectar",
|
||||
"bindMobile": "Conectar Celular",
|
||||
"bindSuccess": "Conectado com sucesso",
|
||||
"change": "Alterar",
|
||||
"confirm": "Confirmar",
|
||||
"email": {
|
||||
"description": "Vincule seu endereço de email",
|
||||
"invalid": "Por favor, insira um endereço de email válido",
|
||||
"placeholder": "Digite seu endereço de email",
|
||||
"title": "Alterar Email"
|
||||
},
|
||||
"facebook": {
|
||||
"description": "Faça login com Facebook"
|
||||
},
|
||||
"github": {
|
||||
"description": "Faça login com GitHub"
|
||||
},
|
||||
"google": {
|
||||
"description": "Faça login com Google"
|
||||
},
|
||||
"mobile": {
|
||||
"description": "Vincule seu número de celular",
|
||||
"invalid": "Por favor, insira um número de celular válido",
|
||||
"placeholder": "Digite seu número de celular",
|
||||
"title": "Alterar Número de Celular"
|
||||
},
|
||||
"phone": {
|
||||
"description": "Vincule seu número de telefone",
|
||||
"placeholder": "Digite seu número de telefone",
|
||||
"title": "Alterar Telefone"
|
||||
},
|
||||
"save": "Salvar",
|
||||
"telegram": {
|
||||
"description": "Faça login com Telegram"
|
||||
},
|
||||
"title": "Contas Conectadas",
|
||||
"unbind": "Desconectar",
|
||||
"update": "Atualizar",
|
||||
"updateSuccess": "Atualização Bem-Sucedida"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user