Blame view

src/views/system/registerProtocolLang.js 562 Bytes
a42b3256   wuxw   HC小区管理系统前段vue版正在开发中
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  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: '用户协议',
e3a9add5   wuxw   v1.9 dev账户支持修改隐私政策
15
        merchantProtocol: '隐私政策',
a42b3256   wuxw   HC小区管理系统前段vue版正在开发中
16
17
18
19
20
        editorPlaceholder: '必填,请填写内容',
        fetchError: '获取注册协议失败'
      }
    }
  }