SmartParks_uniapp/common/locales/zh_CN.js

41 lines
679 B
JavaScript
Raw Normal View History

2025-06-19 14:44:00 +08:00
/**
* Copyright (c) 2013-Now http://aidex.vip All rights reserved.
*/
export default {
common: {
title: 'Aidex',
},
nav: {
home: '消息',
workbench: '工作台',
user: '我的',
book: '通讯录',
msg: '消息',
},
login: {
title: '登录',
placeholderAccount: '请输入账号',
placeholderPassword: '请输入密码',
autoLogin: '自动登录',
loginButton: '登录',
logoutButton: '退出登录',
forget: '忘记密码',
reg: '注册账号',
noLogin: '未登录'
},
home: {
title: '消息'
},
workbench: {
title: '工作台'
},
user: {
title: '用户中心'
},
msg: {
title: '消息'
},
book: {
title: '通讯录'
}
}