module.exports = { loading: '加载中...', optionalField: '可选', sendMessage: '发送', showMore: '显示更多', channel: '频道', directMessages: '私信', home: '主页', error: '错误', errorNotFound: '找不到此页面', groupNew: '新建群组', writeMessage: '发私信', writeComment: '留言', peopleNearby: '附件的朋友', addressBook: { heading: { people: '用户', }, section: { friends: '好友', following: '我关注的', followers: '关注我的', }, action: { addUser: '添加好友', find: { friends: '查找好友', following: '查找我关注的人', followers: '查找关注我的人', search: '查找用户', } }, }, blogIndex: { title: '发现' }, blogNew: { field: { title: '标题', summary: '序言', }, actions: { edit: '编辑', preview: '预览', writeBlog: '撰文' } }, channelShow: { action: { subscribe: '订阅', unsubscribe: '取消订阅', } }, topNav: { blogsAll: '最新', blogSearch: '搜索' }, groupFind: { action: { findAGroup: '查找群组', newGroup: '创建此群组' }, state: { groupNotFound: '此群组未被创建' }, flash: { createFirstThread: '发布第一个话题来开始群组讨论' } }, groupIndex: '群组列表', settingsPage: { title: '设置', action: { edit: '编辑', }, section: { language: '语言', profile: '自我介绍', name: '名称', introduction: '简介', zoom: '放大' } }, threadNew: { pageTitle: '新建话题', field: { to: '发送给', subject: '主题', }, action: { new: '创建私信', addMoreRecps: '添加多个用户(可选)', } }, threadShow: '所有私信', userEdit: { section: { name: '名称', avatar: '头像', introduction: '简介' }, instruction: { crop: '点击编辑头像' }, action: { okay: '完成', cancel: '取消', save: '保存', }, }, userFind: { action: { findAUser: '查找用户' } }, userShow: { action: { follow: '关注', unfollow: '取消关注', directMessage: '创建私信', block: '拉黑', unblock: '原谅', blockConfirmationMessage: '拉黑意味着您再也不会接收到此用户的信息', cancel: '取消', }, state: { friends: '你们成为了好友', youFollow: '你关注了的', theyFollow: '关注了你的', userIsInGroups: '所在的群组:', userConversationsWith: '参与的话题', follow: '关注', friendsInCommon: '共同的好友' } }, subscriptions: { user: '我的订阅', friends: '朋友的订阅', state: { noSubscriptions: '您还没有任何订阅', } }, languages: { en: 'English', zh: '中文' } }