mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
fix: OTP SMS texts (#6387)
This commit is contained in:
parent
6672dcd87d
commit
a99f49999a
@ -37,7 +37,7 @@ VerifySMSOTP:
|
||||
Text: >-
|
||||
{{.OTP}} es su contraseña de un solo uso para {{ .Domain }}. Úselo dentro de los próximos {{.Expiry}}.
|
||||
|
||||
@{{.Dominio}} #{{.OTP}}
|
||||
@{{.Domain}} #{{.OTP}}
|
||||
DomainClaimed:
|
||||
Title: ZITADEL - Se ha reclamado un dominio
|
||||
PreHeader: Cambiar dirección de correo electrónico / nombre de usuario
|
||||
|
@ -37,7 +37,7 @@ VerifySMSOTP:
|
||||
Text: >-
|
||||
{{.OTP}} est votre mot de passe à usage unique pour {{ .Domain }}. Utilisez-le dans le prochain {{.Expiry}}.
|
||||
|
||||
@{{.Domaine}} #{{.OTP}}
|
||||
@{{.Domain}} #{{.OTP}}
|
||||
DomainClaimed:
|
||||
Title: ZITADEL - Le domaine a été réclamé
|
||||
PreHeader: Modifier l'email / le nom d'utilisateur
|
||||
|
@ -37,7 +37,7 @@ VerifySMSOTP:
|
||||
Text: >-
|
||||
{{.OTP}} è la tua password monouso per {{ .Domain }}. Usalo entro il prossimo {{.Expiry}}.
|
||||
|
||||
@{{.Dominio}} #{{.OTP}}
|
||||
@{{.Domain}} #{{.OTP}}
|
||||
DomainClaimed:
|
||||
Title: ZITADEL - Il dominio è stato rivendicato
|
||||
PreHeader: Cambiare email / nome utente
|
||||
|
@ -37,7 +37,7 @@ VerifySMSOTP:
|
||||
Text: >-
|
||||
{{.OTP}} は、{{ .Domain }} のワンタイムパスワードです。次の {{.Expiry}} 以内に使用してください。
|
||||
|
||||
@{{.ドメイン}} #{{.OTP}}
|
||||
@{{.Domain}} #{{.OTP}}
|
||||
DomainClaimed:
|
||||
Title: ZITADEL - ドメインの登録
|
||||
PreHeader: メールアドレス・ユーザー名の変更
|
||||
|
@ -35,9 +35,9 @@ VerifyEmailOTP:
|
||||
ButtonText: Автентицирај
|
||||
VerifySMSOTP:
|
||||
Text: >-
|
||||
{{.OTP}} е вашата еднократна лозинка за {{ .Домен }}. Користете го во следниот {{.Истек}}.
|
||||
{{.OTP}} е вашата еднократна лозинка за {{ .Domain }}. Користете го во следниот {{.Expiry}}.
|
||||
|
||||
@{{.Домен}} #{{.OTP}}
|
||||
@{{.Domain}} #{{.OTP}}
|
||||
DomainClaimed:
|
||||
Title: ZITADEL - Доменот е преземен
|
||||
PreHeader: Промена на е-пошта / корисничко име
|
||||
|
@ -37,7 +37,7 @@ VerifySMSOTP:
|
||||
Text: >-
|
||||
{{.OTP}} to Twoje jednorazowe hasło do domeny {{ .Domain }}. Użyj go w ciągu najbliższych {{.Expiry}}.
|
||||
|
||||
@{{.Domena}} #{{.OTP}}
|
||||
@{{.Domain}} #{{.OTP}}
|
||||
DomainClaimed:
|
||||
Title: ZITADEL - Domena została zarejestrowana
|
||||
PreHeader: Zmiana adresu e-mail / nazwy użytkownika
|
||||
|
Loading…
Reference in New Issue
Block a user