module.exports = { blogIndex: { title: 'Discover', }, blogNav: { blogsAll: 'Dynamics', blogSearch: 'Search' }, blogNew: { field: { title: 'Title', }, actions: { edit: 'Edit', preview: 'Preview', writeBlog: 'Write a blog', } }, channel: 'Channel', loading: 'Loading...', optionalField: 'optional', writeMessage: 'Write a message', peopleNearby: 'People nearby', sendMessage: 'Send', showMore: 'Show More', directMessages: 'Direct Messages', home: "Home", error: "Error", errorNotFound: "The page wasn't found", groupNew: "New Group", groupFind: { action: { findAGroup: 'Find Group', newGroup: 'Create this group' }, state: { groupNotFound: 'This group does not exist yet.' }, flash: { createFirstThread: 'Start this group by posting the first thread.' } }, groupIndex: "Group Index", settingsPage: { title: "Settings", action: { edit: 'Edit', }, section: { name: 'Name', introduction: 'Introduction', language: 'Language', zoom: 'Zoom' } }, threadNew: { pageTitle: 'New Thread', field: { to: 'To', subject: 'Subject', }, action: { new: 'New Message' } }, threadShow: 'Direct Messages', userEdit: { section: { avatar: 'Avatar', name: 'Name', introduction: 'Introduction', }, instruction: { crop: 'Click and drag to crop your avatar' }, action: { okay: 'Okay', cancel: 'Cancel', save: 'Save' } }, userFind: { action: { findAUser: 'Find a user', } }, userShow: { action: { follow: 'Follow', unfollow: 'Unfollow', directMessage: 'New Direct Message' }, state: { friends: 'You are friends', youFollow: 'You follow them', theyFollow: 'They follow you', userIsInGroups: "is in groups:", userConversationsWith: 'conversations you\'ve had with', follow: "Follow", friendsInCommon: 'friends in common' } }, languages: { en: 'English', zh: 'Chinese' } }