en.js 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. const en = {
  2. h5: {
  3. discover: 'Discover',
  4. chat: 'Chat',
  5. mine: 'Mine',
  6. nickname: 'Nickname',
  7. username: 'ID',
  8. avatar: 'Avatar',
  9. editInfo: 'Edit info',
  10. notBind: 'Not bind',
  11. logout: 'Logout',
  12. chatInfo: 'Chat info',
  13. groupAvatar: 'Group avatar',
  14. groupName: 'Group name',
  15. input: 'Please input',
  16. edit: 'Edit',
  17. typeNames: ['Group name', 'Group info', 'Nickname', 'ID'],
  18. selectContact: 'Select contact',
  19. createGroup: 'Create group',
  20. groupNotice: 'Group Notice',
  21. meechatLogin: 'Meechat Login'
  22. },
  23. mini: {
  24. logout: 'Logout',
  25. accountSetting: 'Account setting',
  26. openWeb: 'Chat in new tab',
  27. admin: 'Admin',
  28. logining: 'Login...',
  29. login: 'Login',
  30. // aboutMeeChat: 'Powered by MeeChat',
  31. server: 'Server'
  32. },
  33. chat: {
  34. noMore: 'No more',
  35. yesterday: 'Yesterday',
  36. redpack: 'RedPacket',
  37. image: 'Image',
  38. audio: 'Audio',
  39. video: 'Video',
  40. send: 'Send',
  41. unreadMsg: ' Messages unread',
  42. joinGroup: 'Join Group',
  43. hotGroupRecommend: 'Hot Groups',
  44. enterTips: 'Enter Send,Ctrl + Enter NewLine',
  45. hava: '',
  46. atYouWithPeople: 'people @ you',
  47. atYou: '@ you',
  48. youAreBan: 'You are prohibitions',
  49. cannotBeEmpty: 'Chat content can not be empty',
  50. maxUploadTips: 'Upload file size limitation: audio 2M or video 3M',
  51. news: 'News',
  52. closePinMsg: 'Do you want to close the top message?',
  53. closeSessionMsg: 'Do you want to delete this session?',
  54. quote: 'Quote',
  55. copy: 'Copy',
  56. paste: 'Paste',
  57. forward: 'Forward',
  58. sticky: 'Sticky',
  59. revoke: 'Revoke',
  60. revoked: ' revoke',
  61. aMsg: 'a message',
  62. liftaBan: 'Lift a ban',
  63. revokeMsg: ' revoke a message',
  64. deleteSession: 'Delete session',
  65. otherRevoke: 'Someone revoke a message.',
  66. msgType: ['image', 'video', 'audio', 'redpack', 'ext'],
  67. imageComfirm: 'Send Image',
  68. videoComfirm: 'Send Video/Audio'
  69. },
  70. redPacket: {
  71. title: 'Send Red Packet',
  72. random: 'R',
  73. totalAmount: 'Total',
  74. tip1: 'Current mode: random amount',
  75. num: 'Number',
  76. unit: 'Packets',
  77. placeholder1: 'number',
  78. tip2: 'The group has {num} members',
  79. memo: 'Good luck',
  80. tip3: 'Unclaimed red packet will be refunded after 24 hours',
  81. sendBtn: 'Put money into red packet',
  82. helpTitle: 'Help',
  83. helpRule1: '1. The red envelopes are all hand-made red envelopes, and the amount of red envelopes grabbed is random; the maximum number of red envelopes is 100 at a time.',
  84. helpRule2: '2. The money can be selected when sending the red envelope; the amount of the red envelope is transferred directly to the binding account of the corresponding currency; if the account is not bound, the balance of the currency will be transferred immediately after the binding account.',
  85. helpRule3: '3. MeeChat charges 2% of the amount of each red envelope to cover the cost of the chain.',
  86. maxMoneyTip: 'Total money can not more than',
  87. minMoneyTip: 'Total money can not less than',
  88. singleMinMoneyTip: 'Single packet can not less than',
  89. maxNumberTip: 'Max pakcet number is',
  90. noPacketTips: 'Slow hand, red packet is over',
  91. expiredPacketTips: 'Packet is expired',
  92. open: 'open',
  93. seePacketDetail: 'See packet detail',
  94. transferTo: 'Transferred to the corresponding account',
  95. account: ' account',
  96. best: ' Best luck',
  97. received: 'already received',
  98. lootAll: 'Loot all',
  99. expired: 'expired',
  100. tip4: 'Total {total} {unit}, {num} {unit} Has been open',
  101. drawed: 'got',
  102. whos: ' ',
  103. sendForEosTips: 'Red Packet Sending is only available to EOS logged-in users',
  104. bindForEosTips: 'you have not yet bound {type} account',
  105. receiveRedpack: 'received a red redpack'
  106. },
  107. group: {
  108. recommendGroup: 'Recommend group',
  109. groupName: 'Group name',
  110. enter: 'Enter',
  111. join: 'Join',
  112. searchMember: 'Search members',
  113. add: 'Add',
  114. delete: 'Delete',
  115. showAll: 'Slide down',
  116. hideAll: 'Slide up',
  117. setGroupAvatar: 'Group avatar',
  118. groupPin: 'Info',
  119. noPin: 'No info',
  120. groupInviteLink: 'Share Link',
  121. groupId: 'Group ID',
  122. doNotDisturb: 'Mute Session',
  123. cancelDisturb: 'Unmute Session',
  124. topChat: 'Pin Session',
  125. admin: 'Group admin',
  126. quitGroup: 'Leave Group',
  127. groupPinInput: 'Write group info',
  128. adminSetting: 'Group admin setting',
  129. groupCertification: 'Application for group certification',
  130. groupTypeSetting: 'Group Type Setting',
  131. relateTelegram: 'Relate Telegram',
  132. needRelateTip: "Haven't bound your Telegram account ,so you need to do follow-up after binding.",
  133. teleStep1: 'Search for @meechatbot in Telegram and pull the account from the administrator into the Telegram group that needs synchronization. Follow the boot steps to complete the synchronization.',
  134. teleStep2: 'After synchronization, the messages of MeeChat group and Telegram group are synchronized in real time.',
  135. clickBind: 'Bind',
  136. needRelateTelegram: 'Relate Telegram',
  137. relate: 'Realte',
  138. createGroupToRelate: 'Create New Group To Relate',
  139. createSuccess: 'Create Success',
  140. groupNameTips: 'Please Enter Group Name',
  141. groupNameLengthTips: 'Group name is too long, please enter less than 16 characters',
  142. groupMgrMostTips: 'Group administrators can only set up five people at most.',
  143. groupMgrComfime: 'Determine to transfer group owners to',
  144. groupMgrResult: 'Transferred group owner to',
  145. leaveComfirm: 'Confirm to quit the group chat?',
  146. leaveTip: 'Has withdrawn from the group chat',
  147. joinTip: 'Please join the group first'
  148. },
  149. emoji: {
  150. lastestUse: 'Lastest use',
  151. person: 'Person',
  152. nature: 'Nature',
  153. food: 'Food',
  154. activity: 'Activity',
  155. trip: 'Trip',
  156. symbol: 'Symbol'
  157. },
  158. userinfo: {
  159. changePhoto: 'Change avatar',
  160. bindAccounts: 'Bind accounts',
  161. notBindOrHide: 'Not bind or hide',
  162. openingSoon: 'Opening soon',
  163. public: 'Public',
  164. private: 'Private',
  165. bind: 'Bind',
  166. unbind: 'Unbind',
  167. unbindSuccess: 'Unbind Success',
  168. unbindMsg: 'Do you want to unbind',
  169. nickTooLong: 'Nickname too long , please write it in 16 chars',
  170. wrongPattern: 'Only allow number letter and underline between 5-20 chars',
  171. maxUploadTips: 'Please upload image within 2M',
  172. editAvatar: 'Edit avatar',
  173. editGroupAvatar: 'Edit group avatar',
  174. inputIsEmpty: 'Input value can not be empty',
  175. groupNameTooLong: 'Group name too long , please write it in 16 chars'
  176. },
  177. invite: {
  178. searchContact: 'Search contact',
  179. noContact: 'No contact',
  180. transferGroupOwner: 'Transfer group owner',
  181. seleted: 'Already select',
  182. numberMember: ' members',
  183. checkDeleteMemberTips: 'Please check the person that need to be deleted',
  184. checkAddMemberTips: 'Please check the person that need to be add',
  185. writeGroupName: 'Please write group name'
  186. },
  187. public: {
  188. confirm: 'Confirm',
  189. cancel: 'Cancel',
  190. complete: 'Complete',
  191. updateSucc: 'Update success',
  192. uploadSucc: 'Upload success',
  193. loading: 'Loading',
  194. admin: '(Admin)',
  195. owner: '(Owner)',
  196. contact: '(Contact)',
  197. sendMessage: 'Send message',
  198. loginTip: 'Please login',
  199. noMoney: 'The balance of account is insufficient.',
  200. badNetwork: 'The network is too bad. please try again. ',
  201. close: 'Close',
  202. ban: 'Prohibitions',
  203. setting: 'Setting',
  204. remove: 'Remove',
  205. you: 'you',
  206. quit: 'Logout',
  207. feedback: 'Feedback',
  208. chinese: '中文',
  209. english: '英文',
  210. closeMsg: 'Close notification',
  211. openMsg: 'Open notification',
  212. search: 'Search',
  213. searchHotGroup: 'Search Hot Group',
  214. item: 'item',
  215. me: 'I',
  216. other: 'the other side',
  217. pswSetting: 'Password Setting',
  218. pswEdit: 'Password Edit',
  219. installPwa: 'Install MeeChat Desktop Edition'
  220. },
  221. login: {
  222. login: 'login',
  223. accountLogin: 'Account Login',
  224. autoLogin: 'Auto login',
  225. loginWithScatter: 'Log in using scatter',
  226. loadScatter: 'Not installed? download scatter program',
  227. installScatter: 'Please install scatter plugin',
  228. otherType: 'Login',
  229. loginTipAccount: 'Please Enter MeeChat Username',
  230. loginTipPsw: 'Please Enter MeeChat Password',
  231. loginForSecurity: 'For data security, please login again'
  232. },
  233. psw: {
  234. setPsw: 'Password Setting',
  235. oldPsw: 'Old Password',
  236. oldPswTip: 'Please Enter Old Password',
  237. newPsw: 'New Password',
  238. newPswTip: 'Please Enter Old Password',
  239. comfirmPsw: 'Comfirm Password',
  240. comfirmPswTip: 'Please Enter Old Password',
  241. lenTip: 'Password must be at least 8 characters',
  242. pswAdd: 'After setting MeeChat password, you can login to MeeChat through MeeChat account + password.'
  243. }
  244. }
  245. export default en