NEZ-973 fix: asset Talon 列表,内容国际化补充
This commit is contained in:
@@ -153,7 +153,11 @@ const cn = {
|
|||||||
operationRecord: '操作记录',
|
operationRecord: '操作记录',
|
||||||
changePassword: '修改密码',
|
changePassword: '修改密码',
|
||||||
relabelConfigRegex: '默认是 (.*) ',
|
relabelConfigRegex: '默认是 (.*) ',
|
||||||
relabelConfigReplacement: '默认是 $1'
|
relabelConfigReplacement: '默认是 $1',
|
||||||
|
oid: 'OID格式校验错误',
|
||||||
|
normal: '正常',
|
||||||
|
unusual: '不正常',
|
||||||
|
AuthenticationFailed: '认证失败'
|
||||||
},
|
},
|
||||||
setup: {
|
setup: {
|
||||||
step0: '欢迎',
|
step0: '欢迎',
|
||||||
@@ -1257,7 +1261,8 @@ const cn = {
|
|||||||
config: {
|
config: {
|
||||||
name: '名称',
|
name: '名称',
|
||||||
receiver: '用户组',
|
receiver: '用户组',
|
||||||
expr: '表达式',
|
expr: '表达式/OID',
|
||||||
|
exprBox: '表达式',
|
||||||
for: '持续(秒)',
|
for: '持续(秒)',
|
||||||
second: '秒',
|
second: '秒',
|
||||||
link: '关联',
|
link: '关联',
|
||||||
|
|||||||
@@ -158,7 +158,11 @@ const en = {
|
|||||||
operationRecord: 'Operation record',
|
operationRecord: 'Operation record',
|
||||||
changePassword: 'Change password',
|
changePassword: 'Change password',
|
||||||
relabelConfigRegex: 'Default is (.*) ',
|
relabelConfigRegex: 'Default is (.*) ',
|
||||||
relabelConfigReplacement: 'Default is $1'
|
relabelConfigReplacement: 'Default is $1',
|
||||||
|
oid: 'OID format check error',
|
||||||
|
normal: 'Normal',
|
||||||
|
unusual: 'Unusual',
|
||||||
|
AuthenticationFailed: 'Authentication failed'
|
||||||
},
|
},
|
||||||
pageSize: '/page',
|
pageSize: '/page',
|
||||||
setup: {
|
setup: {
|
||||||
@@ -1260,7 +1264,8 @@ const en = {
|
|||||||
config: {
|
config: {
|
||||||
name: 'Name', // "名称"
|
name: 'Name', // "名称"
|
||||||
receiver: 'Receiver', // "用户组"
|
receiver: 'Receiver', // "用户组"
|
||||||
expr: 'Expression', // "表达式"
|
expr: 'Expression/OID', // "表达式"
|
||||||
|
exprBox: 'Expression',
|
||||||
for: 'Duration (s)', // For (s)
|
for: 'Duration (s)', // For (s)
|
||||||
second: 'second',
|
second: 'second',
|
||||||
link: 'Link', // '关联'
|
link: 'Link', // '关联'
|
||||||
|
|||||||
Reference in New Issue
Block a user