user.js 908 Bytes
Newer Older
shuiluo's avatar
shuiluo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
export default {
    profile: ['个人中心', 'Profile'],
    setting: ['个人设置', 'Setting'],
    loginOut: ['退出登录', 'Login Out'],
    tabNotice: ['通知', 'Notice'],
    tabTodo: ['待办', 'Todo'],
    'user.modifyPassword': ['修改密码', 'ModifyPassword'],
    'user.account': ['用户账户', 'Account'],
    'user.name': ['姓名', 'Name'],
    'user.email': ['电子邮箱', 'Email'],
    'user.fixedPhone': ['固定电话', 'Fixed Telephone'],
    'user.mobilePhone': ['移动电话', 'Mobile Phone'],
    'user.updateInfo': ['更新信息', 'Update Info'],
    'user.avator': ['头像', 'Avator'],
    'user.upload': ['上传', 'Upload'],
    'table.createTime': ['创建时间', 'Create Time'],
    'table.hasRead': ['是否已读', 'hasRead'],
    'table.read': ['已读', 'Read'],
    'table.unread': ['未读', 'Unread'],
    'user.readTime': ['已读时间', 'Read Time'],
};