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",
"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"
}
}
}

View File

@ -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": "未発表"
}
}
}

View File

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

View File

@ -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>