en.js 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.Forum = MWF.xApplication.Forum || {};
  3. MWF.xApplication.Forum.LP={
  4. "title": "Forum Homepage",
  5. "delete": "Delete",
  6. "deleteDocumentTitle": "Delete Confirmation",
  7. "deleteDocument": "Are you sure you want to delete?",
  8. "deleteDocumentOK": "Delete successfully",
  9. "createSuccess": "Created successfully",
  10. "updateSuccess": "Update successful",
  11. "createReplySuccess": "Reply success",
  12. "inputName": "Please enter a name",
  13. "deleteAttachmentTitle": "Delete attachment confirmation",
  14. "deleteAttachment": "Are you sure you want to delete this attachment?",
  15. "search": "Search",
  16. "searchKey": "Please enter the search key",
  17. "searchTitle": "Keywords can be topics, divisions, sections, creators",
  18. "searchTitleNick": "Keywords can be topics, divisions, sections",
  19. "noSearchContentNotice": "Please enter the search keyword, and then perform the search",
  20. "dateFormatMonth": "%Y-%m",
  21. "dateFormatOnlyMonth": "%m",
  22. "dateFormatDay": "%Y-%m-%d",
  23. "dateFormatMonthDayLocal": "%m-%d",
  24. "dateFormat": "db",
  25. "SelectOrgForm": "Personnel Organization Selection",
  26. "month": "month",
  27. "today": "today",
  28. "day": "Day",
  29. "cancel": "Cancel",
  30. "close": "Close",
  31. "ok": "OK",
  32. "edit": "Edit",
  33. "remove": "Remove",
  34. "action": "Action",
  35. "login": "Login",
  36. "signup": "Sign up",
  37. "logout": "Logout",
  38. "name": "Name",
  39. "create_cancel_title": "Cancel New Confirmation",
  40. "create_cancel": "Are you sure you want to cancel the new creation?",
  41. "systemSettingFormTitle": "System Settings",
  42. "configName": "Configuration Name",
  43. "configCode": "Configuration Code",
  44. "configValue": "Configuration Value",
  45. "categoryManager": "Manager",
  46. "setting": "Settings",
  47. "createCategory": "Create Partition",
  48. "createSection": "Create Section",
  49. "categoryFormTitle": "Partition Settings",
  50. "sectionFormTitle": "Section Setting",
  51. "baseSetting": "Basic Settings",
  52. "permissionSetting": "Permission Setting",
  53. "forumName": "Partition Name",
  54. "forumManagerName": "Partition Manager",
  55. "forumNotice": "Notice",
  56. "forumVisible": "Visible User",
  57. "forumVisibleButton": "Select a visible user",
  58. "allPerson": "Everyone",
  59. "byPermission": "ByPermission",
  60. "forumVisibleValue": "Everyone, according to permissions",
  61. "indexListStyle": "Homepage style list",
  62. "indexListStyleValue": "Classic, Simple rectangle, Picture rectangle",
  63. "indexListStyleButton": "Select Homepage Style",
  64. "selectIndexType": "Select Homepage Style",
  65. "all": "All",
  66. "all1": "All",
  67. "disable": "Disable",
  68. "typeColumn": "Number of columns per row",
  69. "indexListStyleImage": "Picture Rectangle",
  70. "forumIndexStyle": "Section Homepage Style",
  71. "forumIndexStyleValue": "Classic, News, Photo",
  72. "indexRecommendable": "Allow recommendation to the homepage",
  73. "subjectNeedAudit": "SubjectNeedAudit",
  74. "replyNeedAudit": "Reply needs to be reviewed",
  75. "sectionCreateAble": "Enable section creation",
  76. "sectionTotal": "Number of Sections",
  77. "subjectTotal": "Subject Total",
  78. "replyTotal": "Reply Quantity",
  79. "creatorName": "creator",
  80. "forumStatus": "Partition Status",
  81. "forumStatusValue": "Enable, Disable",
  82. "orderNumber": "Order Number",
  83. "yesOrNo": "Yes, No",
  84. "yes": "Yes",
  85. "owneForum": "Owning Partition",
  86. "createTime": "Create Time",
  87. "time": "Time",
  88. "create": "Create",
  89. "replyCount": "Reply",
  90. "auditPerson": "auditor",
  91. "forumColor": "Partition Color",
  92. "forumColorFormTitle": "Select section color",
  93. "defaultForumColor": "#7e7e7e",
  94. "optionsForumColors": [
  95. [
  96. "#ff4040",
  97. "#ff421e",
  98. "#ffbf18",
  99. "#e1e100",
  100. "#00e100",
  101. "#00e1ad",
  102. "#00e0e0",
  103. "#0082bf",
  104. "#0080ff",
  105. "#4181ff",
  106. "#8242ff",
  107. "#c140ff",
  108. "#ff42f9",
  109. "#ff40a0",
  110. "#ff4070",
  111. "#606060"
  112. ],
  113. [
  114. "#ff1f35",
  115. "#ff1f10",
  116. "#ff8100",
  117. "#bfbf00",
  118. "#00c200",
  119. "#00c197",
  120. "#00c1c2",
  121. "#4181c0",
  122. "#0062e1",
  123. "#4141ff",
  124. "#4200ff",
  125. "#c200ff",
  126. "#ff22ff",
  127. "#f52b97",
  128. "#ff2259",
  129. "#5f5f5f"
  130. ],
  131. [
  132. "#e01f25",
  133. "#e12000",
  134. "#e26200",
  135. "#a1a100",
  136. "#00a000",
  137. "#009f82",
  138. "#3f8080",
  139. "#0060a0",
  140. "#0041c2",
  141. "#0021bf",
  142. "#4100c2",
  143. "#8100ff",
  144. "#ff00ff",
  145. "#ff0080",
  146. "#79656a",
  147. "#4f4f4f"
  148. ],
  149. [
  150. "#c20000",
  151. "#ff0000",
  152. "#bf4100",
  153. "#80803f",
  154. "#3f803f",
  155. "#008250",
  156. "#006062",
  157. "#004080",
  158. "#001fe2",
  159. "#0021bf",
  160. "#4000a2",
  161. "#6000a1",
  162. "#e000e0",
  163. "#df007f",
  164. "#c20041",
  165. "#3f3f3f"
  166. ],
  167. [
  168. "#a00000",
  169. "#e10000",
  170. "#a13f00",
  171. "#626200",
  172. "#006000",
  173. "#00603c",
  174. "#004041",
  175. "#002f80",
  176. "#0000ff",
  177. "#2020a0",
  178. "#2200a1",
  179. "#400080",
  180. "#a1009f",
  181. "#c0007f",
  182. "#9f000f",
  183. "#2f2f2f"
  184. ],
  185. [
  186. "#600000",
  187. "#c21212",
  188. "#824200",
  189. "#424200",
  190. "#004200",
  191. "#004023",
  192. "#00323f",
  193. "#002060",
  194. "#0020c2",
  195. "#2222c0",
  196. "#000080",
  197. "#1f007f",
  198. "#800080",
  199. "#820040",
  200. "#800000",
  201. "#1f1f1f"
  202. ],
  203. [
  204. "#400000",
  205. "#a11f12",
  206. "#604200",
  207. "#212100",
  208. "#002100",
  209. "#00201f",
  210. "#002041",
  211. "#00204f",
  212. "#0000e0",
  213. "#0000a1",
  214. "#000061",
  215. "#1f0062",
  216. "#40005f",
  217. "#620042",
  218. "#620012",
  219. "#0f0f0f"
  220. ]
  221. ],
  222. "replyMessageNotify": "Enable reply message reminder",
  223. "replyMessageNotifyType": "Notify the partition administrator,notify the moderator,notify the poster",
  224. "subjectMessageNotify": "Enable posting message reminder",
  225. "subjectMessageNotifyType": "Notify partition administrator,notify moderator",
  226. "selectColor": "Select Color",
  227. "selectList": "Select List",
  228. "effect": "Effect",
  229. "column": "Column",
  230. "mainSection": "Main Section",
  231. "welcomeTitle": "{user}, hello!",
  232. "seePersonCenter": "Click to view personal center",
  233. "closeNavi": "Close the navigation",
  234. "navi": "Navigation",
  235. "naviLayout": "Navigation Layout",
  236. "sectionName": "Section Name",
  237. "mainSectionName": "Main Section Name",
  238. "sectionLevel": "Section Level",
  239. "sectionLevelValue": "Main section, subsection",
  240. "sectionDescription": "section description",
  241. "sectionNotice": "Notice",
  242. "sectionVisible": "Section Visible",
  243. "sectionVisibleValue": "Everyone, according to permissions",
  244. "replyVisible": "Reply to visible range",
  245. "replyVisibleValue": "Everyone, according to permissions",
  246. "subjectPublishAble": "Able to post range",
  247. "subjectPublishAbleValue": "Everyone, according to permissions",
  248. "replyPublishAble": "Able to reply range",
  249. "replyPublishAbleValue": "Everyone, according to permissions",
  250. "moderatorNames": "Manager",
  251. "sectionType": "Type",
  252. "sectionTypeValue": "Classic, photo news, general news, announcement",
  253. "subSectionCreateAble": "Allow the creation of subsections",
  254. "sectionStatus": "Status",
  255. "sectionStatusValue": "Enable, Disable",
  256. "sectionGrade": "Grade",
  257. "sectionGradeValue": "No,Yes",
  258. "sectionIcon": "Section Icon",
  259. "uploadIcon": "Upload local icon",
  260. "selectIcon": "Select Icon",
  261. "sectionIconFormTitle": "Select section icon",
  262. "indexRecommenPerson": "Recommended Person",
  263. "permissionFormTitle": "Permission Settings",
  264. "permissionType": "Permission Type",
  265. "permissionTypeValue": "Forum permissions, section permissions, other permissions",
  266. "permissionName": "permission name",
  267. "permissionCode": "Permission Code",
  268. "description": "Description",
  269. "roleFormTitle": "Role Form",
  270. "createRole": "Create Role Setting",
  271. "roleType": "Role Type",
  272. "roleTypeValue": "Forum role, forum role",
  273. "roleName": "role name",
  274. "roleCode": "Role Code",
  275. "selectPerson": "Select Person",
  276. "selectDepartment": "Select Department",
  277. "selectCompany": "Select Company",
  278. "recommanded": "Recommended",
  279. "subject": "Subject",
  280. "allSubject": "All Subjects",
  281. "selectSubjectType": "Select SubjectType",
  282. "recommandedSubject": "Recommended Subject",
  283. "primeSubject": "prime subject",
  284. "type": "Type",
  285. "typeValue": "Discussion, voting, news, rewards, debate, irrigation, knowledge, dynamics",
  286. "subjectType": "Subject Type Option",
  287. "subjectTypeDefaultValue": "Discussion|News|News|Knowledge|Watering",
  288. "vote": "Vote",
  289. "sectionApp": "App Market",
  290. "typeCategoryDefaultValue": "Information|Question|Vote",
  291. "typeCatagory": "Theme Type Option",
  292. "typeCategorySelectValue": "Information|Question|Vote",
  293. "portalImage": "Homepage Image",
  294. "summary": "Summary",
  295. "content": "Content",
  296. "createSubject": "Post",
  297. "anonymousSubject": "Post anonymously",
  298. "saveSubject": "Post",
  299. "selectCurrentDocumentFile": "Select Post Picture",
  300. "selectCloudFile": "Select Cloud File Picture",
  301. "insertUrl": "Insert Image Link",
  302. "voteLimitTime": "Time limit",
  303. "voteResultVisible": "Result is visible",
  304. "votePersonVisible": "Privacy",
  305. "votePersonValue": "Public, Anonymous",
  306. "voteOptions": "Options",
  307. "option": "Option",
  308. "opt": "Item",
  309. "voteCountLimit": "Choose limit",
  310. "group": "Group",
  311. "addVoteGroup": "Add Voting Group",
  312. "removeVoteGroup": "Remove this group",
  313. "confirmRemoveVoteGroupTitle": "Confirm to delete voting group",
  314. "confirmRemoveVoteGroupContent": "Are you sure you want to delete this voting group?",
  315. "confirmPublishVoteDocumentTitle": "Post Confirmation",
  316. "confirmPublishVoteDocumentContent": "This post is a voting post. In order to ensure the authenticity of the vote, it cannot be modified after publishing. Are you sure you want to publish the post?",
  317. "voteSubject": "Voting Subject",
  318. "timeToEndText": ", there is {time} before the end",
  319. "voteCompleteText": "The voting has ended",
  320. "votedPersonCountText": ", There are {count} people participating so far",
  321. "noPersonVoteText": ", No one has participated yet",
  322. "privateVoteText": "This is a private vote, only the poster can see the result of the vote",
  323. "publicVoteText": "(This is a public vote, others can see your voted items)",
  324. "anonymousVoteText": "(This is an anonymous vote, others cannot view your vote)",
  325. "submit": "Submit",
  326. "youAreVoted": "You have already voted, thank you for your participation",
  327. "picture": "Picture",
  328. "word": "text",
  329. "multiSelectText": "Multiple choice (at most {n} items can be selected):",
  330. "singleSelectText": "Single choice:",
  331. "uploadPicture": "Upload Picture",
  332. "notSelectGroupNotice": "Please select at least one item for each group before submitting",
  333. "notSelectItemNotice": "Please select at least one item before submitting",
  334. "second": "second",
  335. "minute": "minute",
  336. "hour": "Hour",
  337. "seeVotedPerson": "See Voting Participants",
  338. "group1": "Group:",
  339. "option1": "Option:",
  340. "attachmentArea": "Attachment Area",
  341. "selectAttachment": "Select Attachment",
  342. "attachment": "Attachment",
  343. "bindObject": "Object",
  344. "replyAndReadCount": "Reply/View",
  345. "lastReply": "Last Reply",
  346. "acceptReplySuccess": "Accept Reply Success",
  347. "readed": "Read",
  348. "reply": "Reply",
  349. "allReply": "Reply all",
  350. "accessed": "popularity",
  351. "prime": "The Best",
  352. "experience": "Experience",
  353. "nextSubject": "Next Subject",
  354. "prevSubject": "Previous Subject",
  355. "floor": "Floor",
  356. "mainFloor": "Subject",
  357. "publishAt": "Published at",
  358. "at": "at",
  359. "saveReply": "Post a reply",
  360. "noNextSubject": "Currently is the last subject",
  361. "noPrevSubject": "Currently is the first subject",
  362. "recommandSubject": "Recommendation",
  363. "replyFormTitle": "Reply to subject",
  364. "setRecommend": "Recommend to the homepage",
  365. "cancelRecommend": "Cancel Recommendation",
  366. "setTop": "SetTop",
  367. "cancelTop": "Cancel Top",
  368. "setPrime": "Set to best",
  369. "setRecommendSuccess": "Recommend to the homepage successfully",
  370. "cancelRecommendSuccess": "Cancel recommendation success",
  371. "saveReplySuccess": "Reply success",
  372. "deleteReplySuccess": "Delete Reply Success",
  373. "deleteReplyTitle": "Delete Reply",
  374. "deleteReplyText": "It cannot be restored after deletion. Are you sure to delete this reply?",
  375. "quoteReplyBeingDeleted": "The quoted reply has been deleted!",
  376. "setPrimeSuccess": "Set to best Success",
  377. "cancelPrime": "Cancel Prime",
  378. "cancelPrimeSuccess": "Cancel Prime Success",
  379. "moveto": "Moveto",
  380. "lock": "Lock",
  381. "unlock": "Unlock",
  382. "lockSuccess": "Successfully locked the post, the post cannot be replied to",
  383. "unlockSuccess": "Unlock the post successfully, the post can be replied",
  384. "topFormTitle": "Set Top Form",
  385. "topType": "Please select the top type, multiple choice are allowed:",
  386. "topTypeText": "Homepage on top, section on top, section on top",
  387. "topTypeValue": "bbs,forum,section",
  388. "setTopSuccess": "Top setting is successful",
  389. "setToFail": "Top Setting Failed",
  390. "cancelTopSuccess": "Top cancel successfully",
  391. "topToBBS": "Top page on top",
  392. "topToForum": "Top Partition",
  393. "topToSection": "Section on top",
  394. "returnToList": "Return to List",
  395. "invalid": "Disable",
  396. "personCenter": "Personal Center",
  397. "company": "Company",
  398. "department": "Department",
  399. "mail": "Mail",
  400. "weixin": "WeChat",
  401. "mobile": "Mobile",
  402. "signature": "Signature",
  403. "mySubject": "My Post",
  404. "myReply": "My Reply",
  405. "hisSubject": "His Post",
  406. "herSubject": "Her Subject",
  407. "replyContent": "Reply Content",
  408. "replyTime": "Reply Time",
  409. "changePersonSetting": "Change Personal Information",
  410. "sendMessage": "Send Message",
  411. "todaySubject": "Today Subject",
  412. "todayReply": "Today Reply",
  413. "replyTo": "Reply",
  414. "newSubjectPublishedText": "There are {count} newly published topics, click to view",
  415. "hotPicture": "Hot Picture",
  416. "cancelHotPicture": "Cancel hotspot",
  417. "setHot": "Hot",
  418. "setHotPicture": "Set HotPicture",
  419. "setHotLinkSuccess": "Set hotspot picture successfully",
  420. "cancelHotLinkSuccess": "Cancel Hot Link Success",
  421. "selectDocPicture": "Select Document Picture",
  422. "selectFilePicture": "Select Cloud File Picture",
  423. "hotLinkDescription": "Note: The selected picture will be used as the top picture of the mobile APP on this platform, and the best aspect ratio of the picture is 1:2",
  424. "unselectHotPic": "Please select a picture first",
  425. "cancelHotPicComfirmTitle": "Cancel Hotspot",
  426. "cancelHotPicComfirmContent": "Are you sure to cancel the hot spot of this document?",
  427. "replyNeedLoginText": "You need to log in to reply",
  428. "signUp": "Sign Up",
  429. "satisfiedReply": "Accepted Reply",
  430. "satisfiedAnswer": "Satisfied Reply",
  431. "question": "Question",
  432. "gotoTop": "Top",
  433. "forumConfig": "Forum Settings",
  434. "yesterday": "Yesterday",
  435. "twoDaysAgo": "The day before yesterday",
  436. "weekAgo": " Week Ago",
  437. "dayAgo": " Day Ago",
  438. "hourAgo": " Hours ago",
  439. "minuteAgo": " minutes ago",
  440. "justNow": "JustNow",
  441. "publishJustNow": "Just published",
  442. "selectTargetSection": "Select the section to move to",
  443. "moveSuccess": "The post has been moved to {section}",
  444. "replyAbbr": "reply",
  445. "editPermissionFormTitle": "Set edit permission",
  446. "editorSetting": "Editor",
  447. "setEditorSuccess": "Set editing permission successfully!",
  448. "setEditorFail": "Error setting editing permissions!",
  449. "muteSettingFormTitle": "Mute Management",
  450. "addMutePerson": "Add Mute Person",
  451. "mute1SettingFormTitle": "Mute Person Settings",
  452. "mutePerson": "Mute Person",
  453. "muteTime": "Mute Time",
  454. "unmuteDate": "Unmute Date",
  455. "unmuteDateNote": "Automatically unmute after expiration",
  456. "unmute": "unmute",
  457. "unmuteTitle": "Unmute Confirmation",
  458. "unmuteDocument": "Are you sure you want to unmute:{person}?",
  459. "multReason": "Mute Reason",
  460. "unmuteSuccess": "Unmute Success!",
  461. "unmuteTimeUnvalid": "Unblock date needs to be later than today",
  462. "muteNote": "You have been muted to post and reply.",
  463. "muteInfor": "Unblock Date: {unmuteDate}, Mute Reason: {reason}.",
  464. "poster": "Poster",
  465. "sType": "Topic category filtering",
  466. "gradeNotice": "Please rate and submit"
  467. }
  468. MWF.xApplication.Forum["lp."+o2.language] = MWF.xApplication.Forum.LP