mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-30 22:02:24 +00:00
fix: 修复翻译问题
This commit is contained in:
parent
9e9dea6e57
commit
fa42ea7cdf
@ -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": {
|
||||
"": "",
|
||||
@ -2028,4 +2029,4 @@
|
||||
"PublishStatus": "Publish status",
|
||||
"NoPublished": "Unpublished"
|
||||
}
|
||||
}
|
||||
}
|
@ -130,7 +130,8 @@
|
||||
"apply_login_system_user": "システムユーザーへのログイン申請",
|
||||
"apply_login_user": "ログインユーザーの申請",
|
||||
"login_confirm_user": "登録再確認受付者",
|
||||
"RuleDetail": "ルールの詳細"
|
||||
"RuleDetail": "ルールの詳細",
|
||||
"apply_login_account": "ログインアカウントの申請"
|
||||
},
|
||||
"applications": {
|
||||
"": "",
|
||||
@ -2019,4 +2020,4 @@
|
||||
"PublishStatus": "投稿ステータス",
|
||||
"NoPublished": "未発表"
|
||||
}
|
||||
}
|
||||
}
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user