90 lines
2.3 KiB
JSON
Raw Normal View History

{
"general":
{
"Home": "主页",
"Organizations": "组织",
"Providers": "第三方",
"Users": "用户",
"Applications": "应用",
"Save": "保存",
"Add": "添加",
"Action": "行为",
"Edit": "修改",
"Delete": "删除",
"Organization": "组织",
"Created Time": "创建时间",
2021-04-27 18:08:21 +08:00
"Name": "用户名",
"Display Name": "姓名",
"Avatar": "头像",
2021-04-27 20:59:50 +08:00
"URL": "链接",
"Preview": "预览",
2021-04-26 19:00:23 +08:00
"User Type": "用户类型",
"Password Type": "密码类型",
"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-27 22:03:22 +08:00
"login":
{
"Please input your Username!": "请输入用户名!",
"username": "用户名",
"Please input your Password!": "请输入密码!",
"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": "登出",
"Register": "注册"
},
"organization":
{
"Edit Organization": "修改组织",
"Website URL": "网页地址"
},
"provider":
{
2021-04-27 18:08:21 +08:00
"Name": "用户名",
"Display Name": "姓名",
"Type": "类型",
"Client ID": "Client ID",
"Client Secret": "Client Secret",
"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": "设置新头像",
"Affiliation": "单位",
"Tag": "标签",
2021-04-26 18:33:06 +08:00
"Third-party Logins": "第三方登录",
2021-04-27 20:59:50 +08:00
"Link": "绑定",
"Unlink": "解绑",
"Is Admin": "是管理员",
"Is Global Admin": "是全局管理员"
},
2021-03-26 21:56:51 +08:00
"application":
{
"Edit Application": "修改应用",
"Enable Password": "开启密码",
2021-03-26 21:56:51 +08:00
"Login Page Preview": "登录页面预览"
}
2021-03-26 21:56:51 +08:00
}