Merge branch 'dev-3.8' of git.mesalab.cn:nezha/nezha-fronted into dev-3.9
This commit is contained in:
@@ -590,7 +590,7 @@ const en = {
|
||||
},
|
||||
validate: { // 校验规则
|
||||
required: 'Required', // '必填项'
|
||||
number: 'Numberic', // '必须是数字'
|
||||
number: 'Numeric', // '必须是数字'
|
||||
integer: 'Integer',
|
||||
positiveInteger: 'Positive integer',
|
||||
email: 'Invalid email', // '不合法的E-mail地址'
|
||||
|
||||
@@ -83,7 +83,7 @@ const newen = {
|
||||
validate: {
|
||||
required: 'Required',
|
||||
host: 'Invalid Host',
|
||||
number: 'Numberic',
|
||||
number: 'Numeric',
|
||||
port: 'Invalid port',
|
||||
special: 'Cannot contain special characters',
|
||||
unavailable: 'Unavailable'
|
||||
|
||||
@@ -1334,7 +1334,7 @@ const i18nData = {
|
||||
'asset.brandAndModel': 'Brand & Model',
|
||||
'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',
|
||||
'validate.number': 'Numberic',
|
||||
'validate.number': 'Numeric',
|
||||
mongodb_db_stats_avg_obj_size: 'Average size of all documents in the database',
|
||||
'el.pagination.goto': 'Go to',
|
||||
'overall.select': 'Select',
|
||||
|
||||
Reference in New Issue
Block a user