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: {
host: 'Host',
port: '端口'
port: '端口',
talon: {
enable: '启用'
}
},
profile: {
username: '用户名'
},
overall: {
system: '系统'
system: '系统',
back: '返回'
},
...zhLocale
}

View File

@@ -75,13 +75,17 @@ const newen = {
},
asset: {
host: 'Host',
port: 'Port'
port: 'Port',
talon: {
enable: 'Enable'
}
},
profile: {
username: 'User name'
},
overall: {
system: 'System'
system: 'System',
back: 'Back'
},
...enLocale
}