mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
feat: move User.PhonePrefix to Organization.PhonePrefix
Signed-off-by: Kininaru <shiftregister233@outlook.com>
This commit is contained in:
@ -29,7 +29,8 @@
|
||||
"Users under all organizations": "Users under all organizations",
|
||||
"OAuth providers": "OAuth providers",
|
||||
"Applications that requires authentication": "Applications that requires authentication",
|
||||
"Swagger": "Swagger"
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix"
|
||||
},
|
||||
"signup":
|
||||
{
|
||||
@ -126,7 +127,7 @@
|
||||
"email reset": "Email Reset",
|
||||
"Code Sent": "Code Sent",
|
||||
"Input your email": "Input your email",
|
||||
"Phone prefix is needed": "Phone prefix is needed",
|
||||
"Input your phone number": "Input your phone number",
|
||||
"New phone": "New Phone",
|
||||
"New email": "New Email",
|
||||
"Code You Received": "Code You Received",
|
||||
|
@ -29,7 +29,8 @@
|
||||
"Users under all organizations": "所有组织里的用户",
|
||||
"OAuth providers": "OAuth提供方",
|
||||
"Applications that requires authentication": "需要鉴权的应用",
|
||||
"Swagger": "API总览"
|
||||
"Swagger": "API总览",
|
||||
"Phone Prefix": "电话前缀"
|
||||
},
|
||||
"signup":
|
||||
{
|
||||
@ -128,7 +129,7 @@
|
||||
"email reset": "邮箱已设置",
|
||||
"Code Sent": "验证码已发送",
|
||||
"Input your email": "请输入邮箱",
|
||||
"Phone prefix is needed": "记得输入地区前缀(+86)",
|
||||
"Input your phone number": "输入电话号码",
|
||||
"New phone": "新的电话号",
|
||||
"New email": "新的邮箱",
|
||||
"Code You Received": "你收到的验证码",
|
||||
|
Reference in New Issue
Block a user