perf(settings): 修改翻译

This commit is contained in:
ibuler
2021-01-22 20:04:08 +08:00
committed by Orange
parent c40bd0a9ab
commit 38b21357b7
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
:content="fields"
:form="basicForm"
label-position="right"
label-width="17%"
label-width="20%"
v-bind="$attrs"
v-on="$listeners"
>

View File

@@ -708,8 +708,7 @@
"emailTest": "测试连接",
"emailUserSSL": "使用SSL",
"emailUserTLS": "使用TLS",
"SecurityInsecureCommand": "危险命令告警",
"Insecure_Command_Alert": "危险命令告警",
"InsecureCommandAlert": "危险命令告警",
"SecurityInsecureCommandEmailReceiver": "告警接收邮件",
"MailSend": "邮件发送",
"LDAPServerInfo": "LDAP 服务器",

View File

@@ -704,6 +704,7 @@
"MailSend": "Mail send",
"LDAPServerInfo": "LDAP Server",
"LDAPUser": "LDAP User",
"InsecureCommandAlert": "Insecure command alert",
"helpText": {
"ApiKeyList": "The API key is used to sign the request header. The header of each request is different. Please refer to the usage documentation",
"authLdapSearchFilter": "Choice may be (cn|uid|sAMAccountName)=%(user)s)",

View File

@@ -43,7 +43,7 @@ export default {
]
],
[
this.$t('setting.Insecure_Command_Alert'),
this.$t('setting.InsecureCommandAlert'),
[
'SECURITY_INSECURE_COMMAND', 'SECURITY_INSECURE_COMMAND_EMAIL_RECEIVER'
]