mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 10:45:47 +08:00
Improve translation.
This commit is contained in:
parent
49ede30fb8
commit
6ae8e537b9
@ -227,7 +227,7 @@ class PromptPage extends React.Component {
|
|||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<div style={{marginTop: "50px"}}>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</Col>
|
</Col>
|
||||||
|
@ -60,17 +60,17 @@
|
|||||||
"Access token": "访问令牌",
|
"Access token": "访问令牌",
|
||||||
"Expires in": "有效期",
|
"Expires in": "有效期",
|
||||||
"Scope": "范围",
|
"Scope": "范围",
|
||||||
"Description": "Description",
|
"Description": "描述信息",
|
||||||
"Description - Tooltip": "与此有关的描述信息",
|
"Description - Tooltip": "与此有关的描述信息",
|
||||||
"Token expire": "Token expire",
|
"Token expire": "令牌过期时间",
|
||||||
"Token expire - Tooltip": "签发的令牌的授权时间",
|
"Token expire - Tooltip": "签发的令牌的授权时间",
|
||||||
"Forget URL": "Forget URL",
|
"Forget URL": "忘记密码URL",
|
||||||
"Forget URL - Tooltip": "Forget URL - Tooltip",
|
"Forget URL - Tooltip": "Forget URL - Tooltip",
|
||||||
"Affiliation URL": "Affiliation URL",
|
"Affiliation URL": "工作单位URL",
|
||||||
"Affiliation URL - Tooltip": "Affiliation URL - Tooltip",
|
"Affiliation URL - Tooltip": "Affiliation URL - Tooltip",
|
||||||
"Signup URL": "注册地址",
|
"Signup URL": "注册URL",
|
||||||
"Signup URL - Tooltip": "展示给用户的注册地址",
|
"Signup URL - Tooltip": "展示给用户的注册地址",
|
||||||
"Signin URL": "登录地址",
|
"Signin URL": "登录URL",
|
||||||
"Signin URL - Tooltip": "用户的登录地址",
|
"Signin URL - Tooltip": "用户的登录地址",
|
||||||
"ID - Tooltip": "唯一的随机字符串",
|
"ID - Tooltip": "唯一的随机字符串",
|
||||||
"Favicon - Tooltip": "网站的图标"
|
"Favicon - Tooltip": "网站的图标"
|
||||||
@ -233,7 +233,7 @@
|
|||||||
},
|
},
|
||||||
"application": {
|
"application": {
|
||||||
"Edit Application": "修改应用",
|
"Edit Application": "修改应用",
|
||||||
"Password ON": "Password ON",
|
"Password ON": "开启密码",
|
||||||
"Password ON - Tooltip": "是否允许密码登录",
|
"Password ON - Tooltip": "是否允许密码登录",
|
||||||
"Enable signup": "启用注册",
|
"Enable signup": "启用注册",
|
||||||
"Enable signup - Tooltip": "是否允许用户注册",
|
"Enable signup - Tooltip": "是否允许用户注册",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user