module.exports = { loading: '加载中...', optionalField: '可选', sendMessage: '发送', showMore: '显示更多', channel: { action: { newThread: '新建话题' } }, directMessages: '私信', home: '主页', error: '错误', errorNotFound: '找不到此页面', groupNew: '新建群组', groupFind: { action: { findAGroup: '查找群组', newGroup: '创建此群组' }, state: { groupNotFound: '此群组未被创建' }, flash: { createFirstThread: '发布第一个话题来开始群组讨论' } }, groupIndex: '群组列表', settings: '设置', threadNew: { pageTitle: '新建话题', field: { to: '发送给', subject: '主题', channel: '频道' } }, threadShow: '所有私信', userFind: { action: { findAUser: '查找用户' } }, userShow: { action: { follow: '关注', unfollow: '取消关注', directMessage: '创建私信' }, state: { friends: '你们成为了好友', youFollow: '你关注了的', theyFollow: '关注了你的', userIsInGroups: '所在的群组:', userConversationsWith: '参与的话题', follow: '关注', friendsInCommon: '共同的好友' } } }