NEZ-3257 fix:新建Agent,Port输入非数字值时提示语错误
This commit is contained in:
@@ -590,7 +590,7 @@ const en = {
|
|||||||
},
|
},
|
||||||
validate: { // 校验规则
|
validate: { // 校验规则
|
||||||
required: 'Required', // '必填项'
|
required: 'Required', // '必填项'
|
||||||
number: 'Numberic', // '必须是数字'
|
number: 'Numeric', // '必须是数字'
|
||||||
integer: 'Integer',
|
integer: 'Integer',
|
||||||
positiveInteger: 'Positive integer',
|
positiveInteger: 'Positive integer',
|
||||||
email: 'Invalid email', // '不合法的E-mail地址'
|
email: 'Invalid email', // '不合法的E-mail地址'
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ const newen = {
|
|||||||
validate: {
|
validate: {
|
||||||
required: 'Required',
|
required: 'Required',
|
||||||
host: 'Invalid Host',
|
host: 'Invalid Host',
|
||||||
number: 'Numberic',
|
number: 'Numeric',
|
||||||
port: 'Invalid port',
|
port: 'Invalid port',
|
||||||
special: 'Cannot contain special characters',
|
special: 'Cannot contain special characters',
|
||||||
unavailable: 'Unavailable'
|
unavailable: 'Unavailable'
|
||||||
|
|||||||
@@ -1334,7 +1334,7 @@ const i18nData = {
|
|||||||
'asset.brandAndModel': 'Brand & Model',
|
'asset.brandAndModel': 'Brand & Model',
|
||||||
'config.assetMeta.editGroup': 'Edit group',
|
'config.assetMeta.editGroup': 'Edit group',
|
||||||
consul_serf_snapshot_appendLine_median: 'Measures the median time it takes for the Consul agent to append entries to an existing log',
|
consul_serf_snapshot_appendLine_median: 'Measures the median time it takes for the Consul agent to append entries to an existing log',
|
||||||
'validate.number': 'Numberic',
|
'validate.number': 'Numeric',
|
||||||
mongodb_db_stats_avg_obj_size: 'Average size of all documents in the database',
|
mongodb_db_stats_avg_obj_size: 'Average size of all documents in the database',
|
||||||
'el.pagination.goto': 'Go to',
|
'el.pagination.goto': 'Go to',
|
||||||
'overall.select': 'Select',
|
'overall.select': 'Select',
|
||||||
|
|||||||
Reference in New Issue
Block a user