mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-13 02:39:25 +00:00
feat(console): phone number validation with flags (#5139)
Formats the phonenumber according to the preselected country
This commit is contained in:
@@ -413,6 +413,7 @@
|
||||
"TITLE": "Profil",
|
||||
"EMAIL": "E-Mail",
|
||||
"PHONE": "Telefonnummer",
|
||||
"PHONE_HINT": "Verwenden Sie 00 oder das Symbol + gefolgt von der Landesvorwahl des Anrufers oder wählen Sie das Land aus der Dropdown-Liste aus und geben anschließend die Telefonnummer ein",
|
||||
"USERNAME": "Benutzername",
|
||||
"CHANGEUSERNAME": "bearbeiten",
|
||||
"CHANGEUSERNAME_TITLE": "Benutzername ändern",
|
||||
@@ -432,7 +433,8 @@
|
||||
"PREVIEW": "Vorschau",
|
||||
"DELETESUCCESS": "Erfolgreich gelöscht!",
|
||||
"CROPPERERROR": "Ein Fehler beim hochladen Ihrer Datei ist fehlgeschlagen. Versuchen Sie es mit ggf mit einem anderen Format und Grösse."
|
||||
}
|
||||
},
|
||||
"COUNTRY": "Land"
|
||||
},
|
||||
"MACHINE": {
|
||||
"TITLE": "Details Service-Benutzer",
|
||||
|
@@ -413,6 +413,7 @@
|
||||
"TITLE": "Profile",
|
||||
"EMAIL": "E-mail",
|
||||
"PHONE": "Phone number",
|
||||
"PHONE_HINT": "Use 00 or the + symbol followed by the calling country code, or select the country from the dropdown and finally enter the phone number",
|
||||
"USERNAME": "User Name",
|
||||
"CHANGEUSERNAME": "modify",
|
||||
"CHANGEUSERNAME_TITLE": "Change username",
|
||||
@@ -432,7 +433,8 @@
|
||||
"PREVIEW": "Preview",
|
||||
"DELETESUCCESS": "Deleted successfully!",
|
||||
"CROPPERERROR": "An error while uploading your file occurred. Try a different format and size if necessary."
|
||||
}
|
||||
},
|
||||
"COUNTRY": "Country"
|
||||
},
|
||||
"MACHINE": {
|
||||
"TITLE": "Service User Details",
|
||||
|
@@ -413,6 +413,7 @@
|
||||
"TITLE": "Profil",
|
||||
"EMAIL": "Courriel",
|
||||
"PHONE": "Numéro de téléphone",
|
||||
"PHONE_HINT": "Utilisez 00 ou le symbole + suivi de l'indicatif du pays de l'appelant, ou sélectionnez le pays dans la liste déroulante et saisissez enfin le numéro de téléphone",
|
||||
"USERNAME": "Nom de l'utilisateur",
|
||||
"CHANGEUSERNAME": "modifier",
|
||||
"CHANGEUSERNAME_TITLE": "Modifier le nom d'utilisateur",
|
||||
@@ -432,7 +433,8 @@
|
||||
"PREVIEW": "Prévisualiser",
|
||||
"DELETESUCCESS": "Supprimé avec succès !",
|
||||
"CROPPERERROR": "Une erreur s'est produite lors du téléchargement de votre fichier. Essayez un autre format et une autre taille si nécessaire."
|
||||
}
|
||||
},
|
||||
"COUNTRY": "Pays"
|
||||
},
|
||||
"MACHINE": {
|
||||
"TITLE": "Détails de l'utilisateur du service",
|
||||
|
@@ -413,6 +413,7 @@
|
||||
"TITLE": "Profilo",
|
||||
"EMAIL": "E-mail",
|
||||
"PHONE": "Numero di telefono",
|
||||
"PHONE_HINT": "Utilizza 00 o il simbolo + seguito dal prefisso del paese, o seleziona il paese ed inserisci il numero di telefono",
|
||||
"USERNAME": "Nome utente",
|
||||
"CHANGEUSERNAME": "cambia",
|
||||
"CHANGEUSERNAME_TITLE": "Cambia nome utente",
|
||||
@@ -432,7 +433,8 @@
|
||||
"PREVIEW": "Anteprima",
|
||||
"DELETESUCCESS": "Rimosso con successo!",
|
||||
"CROPPERERROR": "È successo un errore durante il caricamento del tuo file. Prova un formato e una dimensione diversi, se necessario."
|
||||
}
|
||||
},
|
||||
"COUNTRY": "Paese"
|
||||
},
|
||||
"MACHINE": {
|
||||
"TITLE": "Dettagli dell'utente del servizio",
|
||||
|
@@ -413,6 +413,7 @@
|
||||
"TITLE": "信息",
|
||||
"EMAIL": "电子邮件",
|
||||
"PHONE": "手机号码",
|
||||
"PHONE_HINT": "使用 00 或 + 符号后跟呼叫者的国家代码,或从下拉列表中选择国家,最后输入电话号码",
|
||||
"USERNAME": "用户名",
|
||||
"CHANGEUSERNAME": "修改",
|
||||
"CHANGEUSERNAME_TITLE": "修改用户名称",
|
||||
@@ -432,7 +433,8 @@
|
||||
"PREVIEW": "预览",
|
||||
"DELETESUCCESS": "删除成功!",
|
||||
"CROPPERERROR": "上传文件时出错。如有必要,请尝试不同的格式和大小。"
|
||||
}
|
||||
},
|
||||
"COUNTRY": "国家"
|
||||
},
|
||||
"MACHINE": {
|
||||
"TITLE": "服务用户详情",
|
||||
|
Reference in New Issue
Block a user