mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-01 23:17:46 +00:00
fix: 修复翻译问题
This commit is contained in:
@@ -130,7 +130,8 @@
|
||||
"users": "User",
|
||||
"Rules": "Rule",
|
||||
"Action": "Action",
|
||||
"ip_group_help_text": "The format is a comma-separated string, * means match all. Example: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64"
|
||||
"ip_group_help_text": "The format is a comma-separated string, * means match all. Example: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64",
|
||||
"apply_login_account": "Apply login account"
|
||||
},
|
||||
"applications": {
|
||||
"": "",
|
||||
|
@@ -130,7 +130,8 @@
|
||||
"apply_login_system_user": "システムユーザーへのログイン申請",
|
||||
"apply_login_user": "ログインユーザーの申請",
|
||||
"login_confirm_user": "登録再確認受付者",
|
||||
"RuleDetail": "ルールの詳細"
|
||||
"RuleDetail": "ルールの詳細",
|
||||
"apply_login_account": "ログインアカウントの申請"
|
||||
},
|
||||
"applications": {
|
||||
"": "",
|
||||
|
@@ -97,6 +97,7 @@
|
||||
}
|
||||
},
|
||||
"acl": {
|
||||
"apply_login_account": "申请登录账号",
|
||||
"IgnoreCase": "忽略大小写",
|
||||
"Content": "内容",
|
||||
"CommandFilterACL": "命令过滤",
|
||||
|
@@ -15,7 +15,7 @@
|
||||
<span class="item-value">{{ session.asset }}</span>
|
||||
</el-col>
|
||||
<el-col>
|
||||
<span class="item-label">{{ $t('tickets.Account') }}:</span>
|
||||
<span class="item-label">{{ $t('assets.Account') }}:</span>
|
||||
<span class="item-value">{{ session.account }}</span>
|
||||
</el-col>
|
||||
<el-col>
|
||||
|
Reference in New Issue
Block a user