fix: 修复翻译问题

This commit is contained in:
Bai
2023-02-09 14:31:53 +08:00
committed by Jiangjie.Bai
parent 9e9dea6e57
commit fa42ea7cdf
4 changed files with 8 additions and 5 deletions

View File

@@ -130,7 +130,8 @@
"users": "User", "users": "User",
"Rules": "Rule", "Rules": "Rule",
"Action": "Action", "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": { "applications": {
"": "", "": "",
@@ -2028,4 +2029,4 @@
"PublishStatus": "Publish status", "PublishStatus": "Publish status",
"NoPublished": "Unpublished" "NoPublished": "Unpublished"
} }
} }

View File

@@ -130,7 +130,8 @@
"apply_login_system_user": "システムユーザーへのログイン申請", "apply_login_system_user": "システムユーザーへのログイン申請",
"apply_login_user": "ログインユーザーの申請", "apply_login_user": "ログインユーザーの申請",
"login_confirm_user": "登録再確認受付者", "login_confirm_user": "登録再確認受付者",
"RuleDetail": "ルールの詳細" "RuleDetail": "ルールの詳細",
"apply_login_account": "ログインアカウントの申請"
}, },
"applications": { "applications": {
"": "", "": "",
@@ -2019,4 +2020,4 @@
"PublishStatus": "投稿ステータス", "PublishStatus": "投稿ステータス",
"NoPublished": "未発表" "NoPublished": "未発表"
} }
} }

View File

@@ -97,6 +97,7 @@
} }
}, },
"acl": { "acl": {
"apply_login_account": "申请登录账号",
"IgnoreCase": "忽略大小写", "IgnoreCase": "忽略大小写",
"Content": "内容", "Content": "内容",
"CommandFilterACL": "命令过滤", "CommandFilterACL": "命令过滤",

View File

@@ -15,7 +15,7 @@
<span class="item-value">{{ session.asset }}</span> <span class="item-value">{{ session.asset }}</span>
</el-col> </el-col>
<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> <span class="item-value">{{ session.account }}</span>
</el-col> </el-col>
<el-col> <el-col>