fix:补充setup页面国际化数据

This commit is contained in:
zhangyu
2022-06-20 15:03:18 +08:00
parent 513614e4f5
commit fca29d2973
2 changed files with 10 additions and 1 deletions

View File

@@ -71,7 +71,11 @@ const newcn = {
talon: {
enable: '启用'
}
},
validate: {
required: '必填项',
host: '不合法的IP',
number: '必须是数字'
},
profile: {
username: '用户名'

View File

@@ -80,6 +80,11 @@ const newen = {
enable: 'Enable'
}
},
validate: {
required: 'Required',
host: 'Invalid Host',
number: 'Numberic'
},
profile: {
username: 'User name'
},