en.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.Module = MWF.xApplication.cms.Module || {};
  4. MWF.xApplication.cms.Module.LP={
  5. "title": "Content Management",
  6. "draftStatus": "Draft",
  7. "delayStatus": "Scheduled",
  8. "publishedStatus": "Published",
  9. "archivedStatus": "Archived",
  10. "noDescription": "Undefined description",
  11. "searchKey": "Please enter a keyword",
  12. "all": "All",
  13. "allDocument": "All Documents",
  14. "filter": "Filter",
  15. "ok": "OK",
  16. "cancel": "Cancel",
  17. "clear": "Clear",
  18. "defaultView": "Default View",
  19. "setDefaultView": "Set the next time you open the category to default to this view",
  20. "setDefaultSuccess": "Set the default view successfully!",
  21. "import": "Import",
  22. "export": "Export",
  23. "documentTitle": "Title",
  24. "activity": "activity",
  25. "status": "Status",
  26. "action": "Action",
  27. "person": "Drafter",
  28. "completedTime": "Completed Time",
  29. "process": "Process",
  30. "batchRemove": "Remove",
  31. "batchRemoveConfirm": "Confirm to clear",
  32. "processList": "Process",
  33. "activityNameList": "Activity",
  34. "creatorCompanyList": "Creator Company",
  35. "creatorDepartmentList": "Creator Department",
  36. "startTimeMonthList": "Create Time",
  37. "completedTimeMonthList": "Completed Time",
  38. "documentStatusList": "Process Status",
  39. "start": "New",
  40. "key": "Keyword",
  41. "noFormSelected": "No form is set for this category, please notify the administrator",
  42. "documentStartedMessage": "You created a document:",
  43. "copy": "Copy",
  44. "copyto": "Copy to...",
  45. "copyInfor": "Select documents, press Ctrl+C to copy the document, press Ctrl+V to paste the copied document into the column (this operation is cross-server)",
  46. "copyed": "The selected document has been copied",
  47. "copyConfirmTitle": "Copy Document Confirmation",
  48. "copyConfirmInfor": "The target area already contains the same elements:",
  49. "copySource": "Original file:",
  50. "copyTarget": "Copy file:",
  51. "copyConfirm_overwrite": "Replace",
  52. "copyConfirm_new": "New",
  53. "copyConfirm_skip": "Skip",
  54. "copyConfirm_cancel": "Cancel",
  55. "copynew": "New",
  56. "copyConfirmCategoryTitle": "Copy document category confirmation",
  57. "copyConfirmCategoryInfor_noCategory": "Cannot find the category in the new column according to the original category {name} of the document, please select which category you want to copy to",
  58. "copyConfirmCategoryInfor_hasSameAlias": "Cannot find the category in the new column according to the original category ID of the document, but there is a category {alias} with the same alias (alias)",
  59. "copyConfirmCategoryInfor_hasSameName": "Cannot find the category in the new column according to the original category ID of the document, but there is a category {name} with the same name (name)",
  60. "copyConfirmCateogyrInfor_withChoice": "Or select the category to copy (if you choose to copy according to the selected category):",
  61. "copyConfirm_SameCategory": "Subsequent documents of the same category are copied according to this operation",
  62. "notSelectCategory": "Please select a category",
  63. "open": "Open",
  64. "delete": "Delete",
  65. "edit": "Edit",
  66. "setTop": "SetTop",
  67. "share": "Share",
  68. "phone": "Phone",
  69. "mail": "Mail",
  70. "deleteDocumentTitle": "Delete Confirmation",
  71. "deleteDocument": "Are you sure you want to delete {title}?",
  72. "deleteDocumentOK": "Document deleted successfully",
  73. "currentDocument": "The document",
  74. "untitled": "Untitled",
  75. "select": "Select",
  76. "cancelSelect": "Cancel Selection",
  77. "move": "Move",
  78. "selectDocNotice": "Please select the document",
  79. "moveDocConfirmTitle": "Move Confirmation",
  80. "moveDocConfirmContent": "After moving, it will be deleted in this category. Are you sure you want to move the selected {count} documents to {category}?",
  81. "moveDocSuccessNotice": "Move Succeeded",
  82. "clearDocConfirmTitle": "Clear Confirmation",
  83. "clearDocConfirmContent": "Cannot be restored after deletion. Are you sure you want to delete the selected {count} documents?",
  84. "clearDocSuccessNotice": "Clear successfully",
  85. "selectCategoryText": "Select the category of {title}",
  86. "systemList": "System List",
  87. "enableCopy": "Enable Copy",
  88. "attachmentBlankNotice": "The uploaded file cannot contain spaces",
  89. "selectCategory": "Select Category",
  90. "subject": "Title",
  91. "appName": "App Name",
  92. "category": "Category",
  93. "creatorCompany": "Create Company",
  94. "creatorDepartment": "Create Department",
  95. "creatorPerson": "Creator",
  96. "publishTime": "Publish Time",
  97. "publishTimeDelay": "Timed publishing time"
  98. }
  99. MWF.xApplication.cms.Module["lp."+o2.language] = MWF.xApplication.cms.Module.LP