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

This commit is contained in:
zhangyu
2022-06-18 21:51:31 +08:00
parent 3f43d5a438
commit 8011cf182a
2 changed files with 13 additions and 4 deletions

View File

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

View File

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