fix: 补充setup页面缺少的国际化数据
This commit is contained in:
@@ -67,13 +67,18 @@ const newcn = {
|
|||||||
},
|
},
|
||||||
asset: {
|
asset: {
|
||||||
host: 'Host',
|
host: 'Host',
|
||||||
port: '端口'
|
port: '端口',
|
||||||
|
talon: {
|
||||||
|
enable: '启用'
|
||||||
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
username: '用户名'
|
username: '用户名'
|
||||||
},
|
},
|
||||||
overall: {
|
overall: {
|
||||||
system: '系统'
|
system: '系统',
|
||||||
|
back: '返回'
|
||||||
},
|
},
|
||||||
...zhLocale
|
...zhLocale
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -75,13 +75,17 @@ const newen = {
|
|||||||
},
|
},
|
||||||
asset: {
|
asset: {
|
||||||
host: 'Host',
|
host: 'Host',
|
||||||
port: 'Port'
|
port: 'Port',
|
||||||
|
talon: {
|
||||||
|
enable: 'Enable'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
profile: {
|
profile: {
|
||||||
username: 'User name'
|
username: 'User name'
|
||||||
},
|
},
|
||||||
overall: {
|
overall: {
|
||||||
system: 'System'
|
system: 'System',
|
||||||
|
back: 'Back'
|
||||||
},
|
},
|
||||||
...enLocale
|
...enLocale
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user