- {i18next.t("user:Third-party Logins")}:
+ {i18next.t("user:Third-party logins")}:
@@ -346,7 +346,7 @@ class UserEditPage extends React.Component {
- {i18next.t("user:Is Admin")}:
+ {i18next.t("user:Is admin")}:
{
@@ -356,7 +356,7 @@ class UserEditPage extends React.Component {
- {i18next.t("user:Is Global Admin")}:
+ {i18next.t("user:Is global admin")}:
{
diff --git a/web/src/UserListPage.js b/web/src/UserListPage.js
index dd788a6b..15ffbb76 100644
--- a/web/src/UserListPage.js
+++ b/web/src/UserListPage.js
@@ -121,7 +121,7 @@ class UserListPage extends React.Component {
}
},
{
- title: i18next.t("general:Created Time"),
+ title: i18next.t("general:Created time"),
dataIndex: 'createdTime',
key: 'createdTime',
width: '160px',
@@ -131,7 +131,7 @@ class UserListPage extends React.Component {
}
},
// {
- // title: 'Password Type',
+ // title: 'Password type',
// dataIndex: 'passwordType',
// key: 'passwordType',
// width: '150px',
@@ -145,7 +145,7 @@ class UserListPage extends React.Component {
// sorter: (a, b) => a.password.localeCompare(b.password),
// },
{
- title: i18next.t("general:Display Name"),
+ title: i18next.t("general:Display name"),
dataIndex: 'displayName',
key: 'displayName',
// width: '100px',
@@ -200,7 +200,7 @@ class UserListPage extends React.Component {
sorter: (a, b) => a.tag.localeCompare(b.tag),
},
{
- title: i18next.t("user:Is Admin"),
+ title: i18next.t("user:Is admin"),
dataIndex: 'isAdmin',
key: 'isAdmin',
width: '120px',
@@ -212,7 +212,7 @@ class UserListPage extends React.Component {
}
},
{
- title: i18next.t("user:Is Global Admin"),
+ title: i18next.t("user:Is global admin"),
dataIndex: 'isGlobalAdmin',
key: 'isGlobalAdmin',
width: '120px',
diff --git a/web/src/locales/en.json b/web/src/locales/en.json
index d93b61f4..e82c14ff 100644
--- a/web/src/locales/en.json
+++ b/web/src/locales/en.json
@@ -12,14 +12,14 @@
"Edit": "Edit",
"Delete": "Delete",
"Organization": "Organization",
- "Created Time": "Created Time",
+ "Created time": "Created time",
"Name": "Name",
- "Display Name": "Display Name",
+ "Display name": "Display name",
"Avatar": "Avatar",
"URL": "URL",
"Preview": "Preview",
- "User Type": "User Type",
- "Password Type": "Password Type",
+ "User type": "User type",
+ "Password type": "Password type",
"Password": "Password",
"Email": "Email",
"Phone": "Phone",
@@ -59,7 +59,7 @@
{
"Type": "Type",
"Client ID": "Client ID",
- "Client Secret": "Client Secret",
+ "Client secret": "Client secret",
"Provider URL": "Provider URL",
"Edit Provider": "Edit Provider"
},
@@ -72,16 +72,16 @@
"Set new profile picture": "Set new profile picture",
"Affiliation": "Affiliation",
"Tag": "Tag",
- "Third-party Logins": "Third-party Logins",
+ "Third-party logins": "Third-party logins",
"Link": "Link",
"Unlink": "Unlink",
- "Is Admin": "Is Admin",
- "Is Global Admin": "Is Global Admin"
+ "Is admin": "Is admin",
+ "Is global admin": "Is global admin"
},
"application":
{
"Edit Application": "Edit Application",
- "Enable Password": "Enable Password",
- "Login Page Preview": "Login Page Preview"
+ "Enable password": "Enable password",
+ "Login page preview": "Login page preview"
}
}
diff --git a/web/src/locales/zh.json b/web/src/locales/zh.json
index 31cfb714..d3c576c1 100644
--- a/web/src/locales/zh.json
+++ b/web/src/locales/zh.json
@@ -12,14 +12,14 @@
"Edit": "修改",
"Delete": "删除",
"Organization": "组织",
- "Created Time": "创建时间",
+ "Created time": "创建时间",
"Name": "用户名",
- "Display Name": "姓名",
+ "Display name": "姓名",
"Avatar": "头像",
"URL": "链接",
"Preview": "预览",
- "User Type": "用户类型",
- "Password Type": "密码类型",
+ "User type": "用户类型",
+ "Password type": "密码类型",
"Password": "密码",
"Email": "电子邮箱",
"Phone": "手机号",
@@ -58,10 +58,10 @@
"provider":
{
"Name": "用户名",
- "Display Name": "姓名",
+ "Display name": "姓名",
"Type": "类型",
"Client ID": "Client ID",
- "Client Secret": "Client Secret",
+ "Client secret": "Client secret",
"Provider URL": "第三方URL",
"Edit Provider": "修改第三方"
},
@@ -74,16 +74,16 @@
"Set new profile picture": "设置新头像",
"Affiliation": "单位",
"Tag": "标签",
- "Third-party Logins": "第三方登录",
+ "Third-party logins": "第三方登录",
"Link": "绑定",
"Unlink": "解绑",
- "Is Admin": "是管理员",
- "Is Global Admin": "是全局管理员"
+ "Is admin": "是管理员",
+ "Is global admin": "是全局管理员"
},
"application":
{
"Edit Application": "修改应用",
- "Enable Password": "开启密码",
- "Login Page Preview": "登录页面预览"
+ "Enable password": "开启密码",
+ "Login page preview": "登录页面预览"
}
}