fix:补充setup页面国际化数据
This commit is contained in:
@@ -71,7 +71,11 @@ const newcn = {
|
||||
talon: {
|
||||
enable: '启用'
|
||||
}
|
||||
|
||||
},
|
||||
validate: {
|
||||
required: '必填项',
|
||||
host: '不合法的IP',
|
||||
number: '必须是数字'
|
||||
},
|
||||
profile: {
|
||||
username: '用户名'
|
||||
|
||||
@@ -80,6 +80,11 @@ const newen = {
|
||||
enable: 'Enable'
|
||||
}
|
||||
},
|
||||
validate: {
|
||||
required: 'Required',
|
||||
host: 'Invalid Host',
|
||||
number: 'Numberic'
|
||||
},
|
||||
profile: {
|
||||
username: 'User name'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user