mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 18:24:57 +00:00
feat: SMS and email OTP texts (#6281)
* manage 2 custom texts proto * implement methods * default texts * console * improve translations * lint * test: fix e2e timeout * fix translations * add missing console translations * remove unused text parts --------- Co-authored-by: Livio Spring <livio.a@gmail.com>
This commit is contained in:
@@ -1294,6 +1294,8 @@
|
||||
"INIT": "Inicialização",
|
||||
"VE": "Verificar Email",
|
||||
"VP": "Verificar Telefone",
|
||||
"VSO": "Verificar OTP de SMS",
|
||||
"VEO": "Verificar OTP de Email",
|
||||
"PR": "Redefinição de Senha",
|
||||
"DC": "Reivindicação de Domínio",
|
||||
"PL": "Sem senha",
|
||||
@@ -1314,7 +1316,9 @@
|
||||
"verifiedPhone": "Telefone verificado",
|
||||
"changedate": "Data de alteração",
|
||||
"username": "Nome de usuário",
|
||||
"tempUsername": "Nome de usuário temporário"
|
||||
"tempUsername": "Nome de usuário temporário",
|
||||
"otp": "Senha de uso único",
|
||||
"verifyUrl": "URL para verificar a senha de uso único"
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "Textos personalizados salvos."
|
||||
|
Reference in New Issue
Block a user