Merge branch 'dev-3.8' of git.mesalab.cn:nezha/nezha-fronted into dev-3.9

This commit is contained in:
zyh
2023-10-25 13:46:21 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -590,7 +590,7 @@ const en = {
},
validate: { // 校验规则
required: 'Required', // '必填项'
number: 'Numberic', // '必须是数字'
number: 'Numeric', // '必须是数字'
integer: 'Integer',
positiveInteger: 'Positive integer',
email: 'Invalid email', // '不合法的E-mail地址'

View File

@@ -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'

View File

@@ -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',