[Fix][UI Next][V1.0.0-Alpha] The problem of multi-language support in FeiShu alert instance. (#8981)
parent
9fbc62f784
commit
7ca5cddc2f
|
|
@ -1079,6 +1079,7 @@ const security = {
|
|||
instance_parameter_exception: 'Instance parameter exception',
|
||||
WebHook: 'WebHook',
|
||||
webHook: 'WebHook',
|
||||
WarningType: 'Warning Type',
|
||||
IsEnableProxy: 'Enable Proxy',
|
||||
Proxy: 'Proxy',
|
||||
Port: 'Port',
|
||||
|
|
|
|||
|
|
@ -1066,6 +1066,7 @@ const security = {
|
|||
instance_parameter_exception: '实例参数异常',
|
||||
WebHook: 'Web钩子',
|
||||
webHook: 'Web钩子',
|
||||
WarningType: '告警类型',
|
||||
IsEnableProxy: '启用代理',
|
||||
Proxy: '代理',
|
||||
Port: '端口',
|
||||
|
|
|
|||
Loading…
Reference in New Issue