mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Merge pull request #117 from turbodog03/turbodog03
fix: improve i18n and add some translation
This commit is contained in:
@ -5,7 +5,9 @@
|
||||
"Organizations": "Organizations",
|
||||
"Providers": "Providers",
|
||||
"Users": "Users",
|
||||
"User": "User",
|
||||
"Applications": "Applications",
|
||||
"Application": "Application",
|
||||
"Save": "Save",
|
||||
"Add": "Add",
|
||||
"Action": "Action",
|
||||
@ -35,7 +37,11 @@
|
||||
"Applications that requires authentication": "Applications that requires authentication",
|
||||
"Swagger": "Swagger",
|
||||
"Phone Prefix": "Phone Prefix",
|
||||
"Enter the code": "Enter the code"
|
||||
"Enter the code": "Enter the code",
|
||||
"Authorization code":"Authorization code",
|
||||
"Access token":"Access token",
|
||||
"Expires in":"Expires in",
|
||||
"Scope":"Scope"
|
||||
},
|
||||
"signup":
|
||||
{
|
||||
@ -56,7 +62,21 @@
|
||||
"sign in now": "sign in now",
|
||||
"Your account has been created!": "Your account has been created!",
|
||||
"Please click the below button to sign in": "Please click the below button to sign in",
|
||||
"code sent": "code sent",
|
||||
"Missing parameter.": "Missing parameter."
|
||||
},
|
||||
"code":
|
||||
{
|
||||
"Verify code": "Verify code",
|
||||
"Please input your verification code!": "Please input your verification code!",
|
||||
"Send code": "Send code",
|
||||
"Empty Code": "Empty Code",
|
||||
"Code Sent": "Code Sent",
|
||||
"Code You Received": "Code You Received",
|
||||
"Enter your code": "Enter your code",
|
||||
"You can only send one code in 60s.": "You can only send one code in 60s.",
|
||||
"Code has not been sent yet!": "Code has not been sent yet!",
|
||||
"You should verify your code in 5 min!": "You should verify your code in 5 min!",
|
||||
"Wrong code!": "Wrong code!",
|
||||
"Email code": "Email code",
|
||||
"Phone code": "Phone code",
|
||||
"PhoneCode has not been sent yet!": "Phone code has not been sent yet!",
|
||||
@ -151,23 +171,14 @@
|
||||
"input password": "input password",
|
||||
"Reset Email...": "Reset Email...",
|
||||
"Reset Phone...": "Reset Phone...",
|
||||
"Send code": "Send code",
|
||||
"Empty email": "Empty Email",
|
||||
"Empty phone": "Empty Phone",
|
||||
"Empty Code": "Empty Code",
|
||||
"phone reset": "Phone Reset",
|
||||
"email reset": "Email Reset",
|
||||
"Code Sent": "Code Sent",
|
||||
"Input your email": "Input your email",
|
||||
"Input your phone number": "Input your phone number",
|
||||
"New phone": "New Phone",
|
||||
"New email": "New Email",
|
||||
"Code You Received": "Code You Received",
|
||||
"Enter your code": "Enter your code",
|
||||
"You can only send one code in 60s.": "You can only send one code in 60s.",
|
||||
"Code has not been sent yet!": "Code has not been sent yet!",
|
||||
"You should verify your code in 5 min!": "You should verify your code in 5 min!",
|
||||
"Wrong code!": "Wrong code!",
|
||||
"Invalid phone number": "Invalid phone number",
|
||||
"Invalid Email address": "Invalid Email address",
|
||||
"Turing test failed.": "Turing test failed.",
|
||||
@ -194,7 +205,6 @@
|
||||
"Please input your password!": "Please input your password!",
|
||||
"Please confirm your password!": "Please confirm your password!",
|
||||
"Please input your Email/Phone string!": "Please input your Email/Phone string!",
|
||||
"Please input your verification code!": "Please input your verification code!",
|
||||
"Your confirmed password is inconsistent with the password!": "Your confirmed password is inconsistent with the password!",
|
||||
"Account": "Account",
|
||||
"Verify": "Verify",
|
||||
@ -203,7 +213,6 @@
|
||||
"Password": "Password",
|
||||
"Next Step": "Next Step",
|
||||
"Confirm": "Confirm",
|
||||
"Verify code": "Verify code",
|
||||
"Email/Phone's format wrong!": "Email/Phone's format wrong!",
|
||||
"Email/Phone": "Email/Phone",
|
||||
"Change Password": "Change Password",
|
||||
|
@ -5,7 +5,9 @@
|
||||
"Organizations": "组织",
|
||||
"Providers": "提供商",
|
||||
"Users": "用户",
|
||||
"User": "用户",
|
||||
"Applications": "应用",
|
||||
"Application": "应用",
|
||||
"Save": "保存",
|
||||
"Add": "添加",
|
||||
"Action": "操作",
|
||||
@ -35,7 +37,11 @@
|
||||
"Applications that requires authentication": "需要鉴权的应用",
|
||||
"Swagger": "API总览",
|
||||
"Phone Prefix": "手机号前缀",
|
||||
"Enter the code": "输入验证码"
|
||||
"Enter the code": "输入验证码",
|
||||
"Authorization code": "授权码",
|
||||
"Access token": "访问令牌",
|
||||
"Expires in": "有效期",
|
||||
"Scope": "范围"
|
||||
},
|
||||
"signup":
|
||||
{
|
||||
@ -56,6 +62,20 @@
|
||||
"sign in now": "立即登录",
|
||||
"Your account has been created!": "您的账号已创建!",
|
||||
"Please click the below button to sign in": "请点击下方按钮登录",
|
||||
"Missing parameter.": "缺少参数"
|
||||
},
|
||||
"code":
|
||||
{
|
||||
"Please input your verification code!": "请输入您的验证码",
|
||||
"Verify code": "验证码",
|
||||
"Enter your code": "输入你的验证码",
|
||||
"You can only send one code in 60s.": "每分钟你只能发送一次验证码",
|
||||
"Code has not been sent yet!": "你还没有发送验证码",
|
||||
"You should verify your code in 5 min!": "验证码已超时。你应该在 5 分钟内完成验证。",
|
||||
"Wrong code!": "验证码错误!",
|
||||
"Code You Received": "验证码",
|
||||
"Empty Code": "验证码为空",
|
||||
"Send code": "发送验证码",
|
||||
"code sent": "验证码已发送",
|
||||
"Email code": "邮箱验证码",
|
||||
"Phone code": "手机验证码",
|
||||
@ -151,23 +171,14 @@
|
||||
"input password": "输入密码",
|
||||
"Reset Email...": "重置邮箱...",
|
||||
"Reset Phone...": "重置手机号...",
|
||||
"Send code": "发送验证码",
|
||||
"Empty email": "邮箱为空",
|
||||
"Empty phone": "手机号为空",
|
||||
"Empty Code": "验证码为空",
|
||||
"phone reset": "手机号已设置",
|
||||
"email reset": "邮箱已设置",
|
||||
"Code Sent": "验证码已发送",
|
||||
"Input your email": "请输入邮箱",
|
||||
"Input your phone number": "输入手机号",
|
||||
"New phone": "新手机号",
|
||||
"New email": "新邮箱",
|
||||
"Code You Received": "验证码",
|
||||
"Enter your code": "输入你的验证码",
|
||||
"You can only send one code in 60s.": "每分钟你只能发送一次验证码",
|
||||
"Code has not been sent yet!": "你还没有发送验证码",
|
||||
"You should verify your code in 5 min!": "验证码已超时。你应该在 5 分钟内完成验证。",
|
||||
"Wrong code!": "验证码错误!",
|
||||
"Invalid phone number": "手机号格式错误",
|
||||
"Invalid Email address": "邮箱格式错误",
|
||||
"Turing test failed.": "图灵验证失败,无法确认你是人类!",
|
||||
@ -194,9 +205,7 @@
|
||||
"Please input your password!": "请输入您的密码!",
|
||||
"Please confirm your password!": "请确认您的密码!",
|
||||
"Please input your Email/Phone string!": "请输入您的邮箱/手机号!",
|
||||
"Please input your verification code!": "请输入您的验证码",
|
||||
"Your confirmed password is inconsistent with the password!": "您确认的密码与密码不一致!",
|
||||
"Verify code": "验证码",
|
||||
"Password": "密码",
|
||||
"Next Step": "下一步",
|
||||
"Choose email verification or mobile verification": "选择邮箱验证或手机验证",
|
||||
|
Reference in New Issue
Block a user