中英文切换

This commit is contained in:
2023-11-23 17:41:41 +08:00
parent b5e59c6fb3
commit f0902782e6
10 changed files with 105 additions and 263 deletions

View File

@@ -1,9 +1,11 @@
module.exports = {
message: {
title: 'Sport Brands'
},
top: {
run: 'run',
auto: 'auto'
login: {
passwordlogin: 'Password login',
configuration: 'Configuration',
username: 'Username',
password: 'Password',
domainnameaddress: 'Domain name address',
refreshtime: 'Refresh time(s)',
login: 'Login'
}
}

View File

@@ -1,9 +1,11 @@
module.exports = {
message: {
title: '运动品牌'
},
top: {
run: '运行',
auto: '自动'
login: {
passwordlogin: '密码登录',
configuration: '配置',
username: '用户名',
password: '密码',
domainnameaddress: '域名地址',
refreshtime: '刷新时间(秒)',
login: '登录'
}
}