mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 添加翻译
This commit is contained in:
@@ -323,6 +323,7 @@
|
||||
"ReLoginErr": "Login time has exceeded 5 minutes, please login again"
|
||||
},
|
||||
"common": {
|
||||
"ApproverNumbers": "Approver numbers",
|
||||
"Overview": "Overview",
|
||||
"Now": "Now",
|
||||
"EnterToContinue": "Press Enter to continue",
|
||||
@@ -1122,6 +1123,7 @@
|
||||
"Ldap": "LDAP",
|
||||
"License": "License",
|
||||
"LicenseFile": "License file",
|
||||
"ExpirationTimeout": "Expiration timeout",
|
||||
"PasswordCheckRule": "Password check rule",
|
||||
"Security": "Security",
|
||||
"SecuritySetting": "Security",
|
||||
|
||||
@@ -326,6 +326,7 @@
|
||||
"ReLoginErr": "ログイン時間が 5 分を超えました。もう一度ログインしてください"
|
||||
},
|
||||
"common": {
|
||||
"ApproverNumbers": "承認者数",
|
||||
"Overview": "概要",
|
||||
"Now": "今",
|
||||
"EnterToContinue": "Enter キーを押して続行します了",
|
||||
@@ -1142,6 +1143,7 @@
|
||||
"License": "ライセンス",
|
||||
"Senior": "高度",
|
||||
"LicenseFile": "ライセンスファイル",
|
||||
"ExpirationTimeout": "期限切れタイムアウト時間",
|
||||
"PasswordCheckRule": "パスワード強弱ルール",
|
||||
"Security": "セキュリティ設定",
|
||||
"SecuritySetting": "セキュリティ設定",
|
||||
|
||||
@@ -425,6 +425,7 @@
|
||||
"ReLoginErr": "登录时长已超过 5 分钟,请重新登录"
|
||||
},
|
||||
"common": {
|
||||
"ApproverNumbers": "审批人数量",
|
||||
"Overview": "概览",
|
||||
"Now": "现在",
|
||||
"EnterToContinue": "按回车继续输入",
|
||||
@@ -1359,6 +1360,7 @@
|
||||
"License": "许可证",
|
||||
"Senior": "高级",
|
||||
"LicenseFile": "许可证文件",
|
||||
"ExpirationTimeout": "过期超时时间",
|
||||
"PasswordCheckRule": "密码强弱规则",
|
||||
"Security": "安全设置",
|
||||
"SecuritySetting": "安全设置",
|
||||
|
||||
@@ -27,6 +27,9 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
reviewers_amount: {
|
||||
label: this.$t('common.ApproverNumbers')
|
||||
},
|
||||
actions: {
|
||||
formatterArgs: {
|
||||
hasClone: false,
|
||||
|
||||
@@ -79,6 +79,9 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
VERIFY_CODE_TTL: {
|
||||
label: this.$t('setting.ExpirationTimeout')
|
||||
},
|
||||
PasswordRule: {
|
||||
label: this.$t('setting.PasswordCheckRule'),
|
||||
component: PasswordRule
|
||||
|
||||
Reference in New Issue
Block a user