110 lines
3.4 KiB
JSON
Raw Normal View History

{
"general":
{
"Home": "主页",
"Organizations": "组织",
2021-04-29 13:50:29 +08:00
"Providers": "提供商",
"Users": "用户",
"Applications": "应用",
"Save": "保存",
"Add": "添加",
"Action": "行为",
"Edit": "修改",
"Delete": "删除",
"Organization": "组织",
2021-04-28 00:13:50 +08:00
"Created time": "创建时间",
2021-04-29 13:50:29 +08:00
"Name": "名称",
"Display name": "显示名称",
"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总览"
},
2021-04-28 00:47:12 +08:00
"signup":
{
"Username": "用户名",
"Please input your display name!": "请输入您的姓名!",
"Please input your affiliation!": "请输入您所在的工作单位!",
"The input is not valid Email!": "您输入的电子邮箱格式错误!",
"Please input your Email!": "请输入您的电子邮箱!",
"Confirm password": "确认密码",
"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": "请点击下方按钮登录"
2021-04-28 00:47:12 +08:00
},
2021-04-27 22:03:22 +08:00
"login":
{
2021-05-01 20:23:20 +08:00
"Please input your username, Email or phone number!": "请输入您的用户名、Email或手机号",
"username, Email or phone number": "用户名、Email或手机号",
2021-04-28 00:47:12 +08:00
"Please input your password!": "请输入您的密码!",
2021-04-27 22:03:22 +08:00
"password": "密码",
"Auto login": "下次自动登录",
"Forgot password?": "忘记密码?",
"Sign In": "登录",
"No account yet?": "没有账号?",
"sign up now": "立即注册"
},
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": "显示名称",
"Type": "类型",
"Client ID": "Client ID",
2021-04-28 00:13:50 +08:00
"Client secret": "Client secret",
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...": "上传头像...",
"Upload a photo": "上传头像",
"Select a photo...": "选择图片...",
"Set new profile picture": "设置新头像",
2021-04-28 00:47:12 +08:00
"Affiliation": "工作单位",
"Tag": "标签",
2021-04-28 00:13:50 +08:00
"Third-party logins": "第三方登录",
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": "被禁用"
},
2021-03-26 21:56:51 +08:00
"application":
{
"Edit Application": "修改应用",
2021-04-28 00:13:50 +08:00
"Enable password": "开启密码",
"Login page preview": "登录页面预览"
}
2021-03-26 21:56:51 +08:00
}