a42b3256
wuxw
HC小区管理系统前段vue版正在开发中
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
export const messages = {
en: {
registerProtocol: {
title: 'Registration Agreement',
userProtocol: 'User Agreement',
merchantProtocol: 'Merchant Agreement',
editorPlaceholder: 'Required, please fill in the content',
fetchError: 'Failed to fetch registration agreement'
}
},
zh: {
registerProtocol: {
title: '注册协议',
userProtocol: '用户协议',
merchantProtocol: '商家协议',
editorPlaceholder: '必填,请填写内容',
fetchError: '获取注册协议失败'
}
}
}
|