fix: 补充setup页面缺少的国际化数据
This commit is contained in:
@@ -67,13 +67,18 @@ const newcn = {
|
||||
},
|
||||
asset: {
|
||||
host: 'Host',
|
||||
port: '端口'
|
||||
port: '端口',
|
||||
talon: {
|
||||
enable: '启用'
|
||||
}
|
||||
|
||||
},
|
||||
profile: {
|
||||
username: '用户名'
|
||||
},
|
||||
overall: {
|
||||
system: '系统'
|
||||
system: '系统',
|
||||
back: '返回'
|
||||
},
|
||||
...zhLocale
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user