mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-14 04:37:35 +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:
@@ -1293,6 +1293,8 @@
|
||||
"INIT": "Inicjalizacja",
|
||||
"VE": "Weryfikacja e-mail",
|
||||
"VP": "Weryfikacja telefonu",
|
||||
"VSO": "Zweryfikuj SMS OTP",
|
||||
"VEO": "Zweryfikuj Email OTP",
|
||||
"PR": "Resetowanie hasła",
|
||||
"DC": "Rejestracja domeny",
|
||||
"PL": "Bez hasła",
|
||||
@@ -1313,7 +1315,9 @@
|
||||
"verifiedPhone": "Zweryfikowany telefon",
|
||||
"changedate": "Data zmiany",
|
||||
"username": "Nazwa użytkownika",
|
||||
"tempUsername": "Tymczasowa nazwa użytkownika"
|
||||
"tempUsername": "Tymczasowa nazwa użytkownika",
|
||||
"otp": "Hasło jednorazowe",
|
||||
"verifyUrl": "URL do weryfikacji hasła jednorazowego"
|
||||
},
|
||||
"TOAST": {
|
||||
"UPDATED": "Teksty niestandardowe zapisane."
|
||||
|
Reference in New Issue
Block a user