Improve translation.

This commit is contained in:
Yang Luo 2021-07-10 10:31:01 +08:00
parent 49ede30fb8
commit 6ae8e537b9
2 changed files with 8 additions and 8 deletions

View File

@ -227,7 +227,7 @@ class PromptPage extends React.Component {
</Col>
</Row>
<div style={{marginTop: "50px"}}>
<Button disabled={!Setting.isPromptAnswered(this.state.user, application)} type="primary" size="large" onClick={() => {this.submitUserEdit(true)}}>{i18next.t("signup:Submit and complete")}</Button>
<Button disabled={!Setting.isPromptAnswered(this.state.user, application)} type="primary" size="large" onClick={() => {this.submitUserEdit(true)}}>{i18next.t("code:Submit and complete")}</Button>
</div>
</div>
</Col>

View File

@ -60,17 +60,17 @@
"Access token": "访问令牌",
"Expires in": "有效期",
"Scope": "范围",
"Description": "Description",
"Description": "描述信息",
"Description - Tooltip": "与此有关的描述信息",
"Token expire": "Token expire",
"Token expire": "令牌过期时间",
"Token expire - Tooltip": "签发的令牌的授权时间",
"Forget URL": "Forget URL",
"Forget URL": "忘记密码URL",
"Forget URL - Tooltip": "Forget URL - Tooltip",
"Affiliation URL": "Affiliation URL",
"Affiliation URL": "工作单位URL",
"Affiliation URL - Tooltip": "Affiliation URL - Tooltip",
"Signup URL": "注册地址",
"Signup URL": "注册URL",
"Signup URL - Tooltip": "展示给用户的注册地址",
"Signin URL": "登录地址",
"Signin URL": "登录URL",
"Signin URL - Tooltip": "用户的登录地址",
"ID - Tooltip": "唯一的随机字符串",
"Favicon - Tooltip": "网站的图标"
@ -233,7 +233,7 @@
},
"application": {
"Edit Application": "修改应用",
"Password ON": "Password ON",
"Password ON": "开启密码",
"Password ON - Tooltip": "是否允许密码登录",
"Enable signup": "启用注册",
"Enable signup - Tooltip": "是否允许用户注册",