213 lines
8.1 KiB
JSON
Raw Normal View History

{
"general":
{
"Home": "主页",
"Organizations": "组织",
2021-04-29 13:50:29 +08:00
"Providers": "提供商",
"Users": "用户",
"Applications": "应用",
"Save": "保存",
"Add": "添加",
2021-06-14 17:18:40 +08:00
"Action": "操作",
"Edit": "修改",
"Delete": "删除",
2021-06-14 17:18:40 +08:00
"Up": "上移",
"Down": "下移",
"Organization": "组织",
2021-04-28 00:13:50 +08:00
"Created time": "创建时间",
2021-04-29 13:50:29 +08:00
"Name": "名称",
"Display name": "显示名称",
2021-06-16 15:25:54 +08:00
"Personal name": "姓名",
"Avatar": "头像",
2021-06-17 01:12:03 +08:00
"Default avatar": "默认头像",
2021-04-27 20:59:50 +08:00
"URL": "链接",
"Preview": "预览",
2021-04-28 00:13:50 +08:00
"User type": "用户类型",
"Password type": "密码类型",
2021-05-05 23:40:18 +08:00
"Password salt": "密码Salt值",
"Password": "密码",
2021-04-27 18:08:21 +08:00
"Email": "电子邮箱",
"Phone": "手机号",
"Logo": "图标",
"User containers": "用户容器",
"Users under all organizations": "所有组织里的用户",
"OAuth providers": "OAuth提供方",
"Applications that requires authentication": "需要鉴权的应用",
"Swagger": "API总览",
"Phone Prefix": "手机号前缀",
"Enter the code": "输入验证码"
},
2021-04-28 00:47:12 +08:00
"signup":
{
"Username": "用户名",
2021-06-16 15:25:54 +08:00
"Please input your display name!": "请输入您的显示名称!",
"Please input your personal name!": "请输入您的姓名!",
2021-06-04 20:47:27 +08:00
"Please input your address!": "请输入您的地址!",
2021-04-28 00:47:12 +08:00
"Please input your affiliation!": "请输入您所在的工作单位!",
"The input is not valid Email!": "您输入的电子邮箱格式错误!",
"Please input your Email!": "请输入您的电子邮箱!",
"Confirm": "确认密码",
2021-04-28 00:47:12 +08:00
"Please confirm your password!": "请再次确认您的密码!",
"Your confirmed password is inconsistent with the password!": "您两次输入的密码不一致!",
"Please input your phone number!": "请输入您的手机号码!",
"Accept": "阅读并接受",
"Terms of Use": "《用户协议》",
"Have account?": "已有账号?",
2021-04-28 21:25:58 +08:00
"sign in now": "立即登录",
"Your account has been created!": "您的账号已创建!",
"Please click the below button to sign in": "请点击下方按钮登录",
"code sent": "验证码已发送",
2021-06-15 22:12:50 +08:00
"Email code": "邮箱验证码",
"Phone code": "手机验证码",
"PhoneCode has not been sent yet!": "尚未发送验证码至手机",
"EmailCode has not been sent yet!": "尚未发送验证码至邮箱",
"PhoneYou should verify your code in 10 min!": "你应该在 10 分钟之内验证手机号",
"EmailYou should verify your code in 10 min!": "你应该在 10 分钟之内验证邮箱",
"PhoneWrong code!": "手机验证码错误",
"EmailWrong code!": "邮箱验证码错误",
2021-06-18 02:05:19 +08:00
"Missing parameter.": "缺少参数",
"Submit and complete": "完成提交"
2021-04-28 00:47:12 +08:00
},
2021-04-27 22:03:22 +08:00
"login":
{
2021-05-23 23:40:44 +08:00
"Please input your username, Email or phone!": "请输入您的用户名、Email或手机号",
"username, Email or phone": "用户名、Email或手机号",
2021-04-28 00:47:12 +08:00
"Please input your password!": "请输入您的密码!",
2021-05-14 23:45:20 +08:00
"Password": "密码",
2021-04-27 22:03:22 +08:00
"Auto login": "下次自动登录",
"Forgot password?": "忘记密码?",
"Sign In": "登录",
"No account yet?": "没有账号?",
2021-06-11 20:33:22 +08:00
"sign up now": "立即注册",
"To access": "访问",
"Sign in with {type}": "{type}登录"
2021-04-27 22:03:22 +08:00
},
2021-03-26 21:56:51 +08:00
"account":
{
"My Account": "我的账户",
2021-04-27 20:59:50 +08:00
"Settings for your account": "账户设置选项",
"Login": "登录",
"Logout": "登出",
2021-04-27 22:47:44 +08:00
"Sign Up": "注册"
},
"organization":
{
"Edit Organization": "修改组织",
"Website URL": "网页地址"
},
"provider":
{
2021-04-29 13:50:29 +08:00
"Name": "名称",
"Display name": "显示名称",
2021-05-14 23:45:20 +08:00
"Category": "分类",
"Type": "类型",
"Client ID": "Client ID",
2021-04-28 00:13:50 +08:00
"Client secret": "Client secret",
2021-05-15 13:43:21 +08:00
"Host": "主机",
"Port": "端口号",
2021-05-24 20:21:41 +08:00
"Email Title": "邮件标题",
"Email Content": "邮件内容",
2021-05-15 13:43:21 +08:00
"Region ID": "地域ID",
"Sign Name": "签名名称",
"Template Code": "模板CODE",
2021-04-29 13:50:29 +08:00
"Provider URL": "提供商URL",
"Edit Provider": "修改提供商"
},
"user":
{
"Edit User": "修改用户",
2021-04-27 18:08:21 +08:00
"Upload a photo": "上传头像",
"Select a photo...": "选择图片...",
"Set new profile picture": "设置新头像",
2021-05-09 14:53:05 +08:00
"Set password...": "设置密码...",
"Modify password...": "修改密码...",
2021-06-04 20:47:27 +08:00
"Address": "地址",
2021-04-28 00:47:12 +08:00
"Affiliation": "工作单位",
2021-05-24 21:27:00 +08:00
"Modify affiliation": "修改工作单位",
"Tag": "标签",
2021-04-28 00:13:50 +08:00
"Third-party logins": "第三方登录",
2021-05-30 18:35:05 +08:00
"Properties": "属性",
2021-04-27 20:59:50 +08:00
"Link": "绑定",
"Unlink": "解绑",
2021-04-28 00:13:50 +08:00
"Is admin": "是管理员",
2021-05-02 12:18:28 +08:00
"Is global admin": "是全局管理员",
"Is forbidden": "被禁用",
"Empty input!": "输入为空!",
"Two passwords you typed do not match.": "两次输入的密码不匹配。",
"Password Set": "密码已设置",
"Set Password": "设置密码",
"Old Password": "旧密码",
"New Password": "新密码",
"Re-enter New": "重复新密码",
"Please login first.": "请先登录。",
"Session outdated. Please login again.": "会话已过期,请重新登陆。",
"Invalid user id.": "用户 ID 错误",
"You don't have the permission to do this.": "你没有权限这么做。",
"Old password wrong.": "旧密码错误!",
"New password contains blank space.": "新密码包含空格。",
"Invalid new password": "非法的新密码。",
"Password": "密码",
"Cancel": "取消",
"input password": "输入密码",
2021-05-24 20:48:04 +08:00
"Reset Email...": "重置邮箱...",
"Reset Phone...": "重置手机号...",
2021-06-15 22:12:50 +08:00
"Send code": "发送验证码",
"Empty email": "邮箱为空",
2021-05-14 23:45:20 +08:00
"Empty phone": "手机号为空",
"Empty Code": "验证码为空",
2021-05-14 17:39:53 +08:00
"phone reset": "手机号已设置",
"email reset": "邮箱已设置",
"Code Sent": "验证码已发送",
"Input your email": "请输入邮箱",
2021-05-14 17:39:53 +08:00
"Input your phone number": "输入手机号",
2021-05-14 18:19:47 +08:00
"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.": "图灵验证失败,无法确认你是人类!",
"Missing parameter.": "缺少参数!请确认所有信息都已填写!"
},
2021-03-26 21:56:51 +08:00
"application":
{
"Edit Application": "修改应用",
2021-04-28 00:13:50 +08:00
"Enable password": "开启密码",
2021-06-14 13:13:39 +08:00
"Login page preview": "登录页面预览",
"Test signup page..": "测试注册页面..",
2021-06-14 17:18:40 +08:00
"Test signin page..": "测试登录页面..",
2021-06-18 02:05:19 +08:00
"Test prompt page..": "测试提醒页面..",
2021-06-14 17:18:40 +08:00
"Redirect URL": "回调URL",
2021-06-16 14:06:41 +08:00
"Redirect URLs": "回调URLs",
"Signup items": "注册项"
},
"forget":
{
"Please input your application!": "请输入您的应用名称!",
"Please input your organization!": "请输入您的组织名称!",
"Unknown forgot type:": "未知的忘记类型:",
"Please input your username!": "请输入您的用户名!",
"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": "选择邮箱验证或手机验证",
"Retrieve password": "找回密码",
"Confirm": "验证密码",
"Email/Phone's format wrong!": "邮箱/手机号格式错误!",
"Change Password": "修改密码",
"Account": "账号",
"Email/Phone": "邮箱/手机号",
"Verify": "验证",
"Reset": "重置"
}
2021-03-26 21:56:51 +08:00
}