en.js 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.cms = MWF.xApplication.cms || {};
  3. MWF.xApplication.cms.ColumnManager = MWF.xApplication.cms.ColumnManager || {};
  4. MWF.xApplication.cms.ColumnManager.LP={
  5. "title": "Content Management Column Settings",
  6. "categoryTitle": "Category Management",
  7. "description": "Description",
  8. "deleteItems": "Delete selected items",
  9. "copy": "Copy",
  10. "copyto": "Copy to...",
  11. "copyInfor": "Select multiple elements, press Ctrl+C to copy the elements, press Ctrl+V to paste the copied elements into the current application",
  12. "copyed": "The selected element has been copied",
  13. "copyConfirmTitle": "Copy element confirmation",
  14. "copyConfirmInfor": "The target area already contains the same elements:",
  15. "copySource": "Original file:",
  16. "copyTarget": "Copy file:",
  17. "copyConfirm_overwrite": "Replace",
  18. "copyConfirm_new": "New",
  19. "copyConfirm_skip": "Skip",
  20. "copyConfirm_cancel": "Cancel",
  21. "copynew": "New",
  22. "setting": "Settings",
  23. "ok": "OK",
  24. "edit": "Edit",
  25. "save": "Save",
  26. "cancel": "Cancel",
  27. "phone": "Mobile",
  28. "mail": "Mail",
  29. "deleteElementTitle": "Delete Design Confirmation",
  30. "deleteElement": "Are you sure you want to delete the selected design element?",
  31. "setControllerSuccess": "Set Controller Success",
  32. "noAdministratorAccess": "You do not have the administrative authority for this column",
  33. "createSelectTemplate": "New: Select Template",
  34. "templateCategory": "Template Category:",
  35. "all": "All",
  36. "formType": {
  37. "empty": "Empty form",
  38. "publishEdit": "Publish Edit Form",
  39. "publishRead": "Publish Reading Form",
  40. "publishEditGreen": "Publish Edit form (Green)",
  41. "publishReadGreen": "Publish Read Form (Green)",
  42. "dataInput": "Data Input Form"
  43. },
  44. "category": {
  45. "create": "New category",
  46. "search": "Search Category",
  47. "searchText": "Please enter a keyword",
  48. "noCategoryNoticeText": "This AppInfo Doesn't has category, you can click here to create a new category",
  49. "loaded": "Category loaded",
  50. "deleteCategoryTitle": "Delete Category Confirmation",
  51. "deleteCategoryConfirm": "Are you sure you want to delete the current category?",
  52. "deleteFailAsHasDocument": "Failed to delete category '{title}', please delete the document under this category first.",
  53. "idLabel": "Category Label",
  54. "nameLabel": "Category Name",
  55. "aliasLabel": "Category Alias",
  56. "sendNotify": "Send Message",
  57. "sendNotifyInfo": "The specific message policy is configured in the form",
  58. "blankToAllNotify": "Notify all when the release range is empty",
  59. "descriptionLabel": "Category description",
  60. "sortLabel": "Queue Number",
  61. "columnLabel": "AppInfo",
  62. "iconLabel": "Category Icon",
  63. "formLabel": "Corresponding form",
  64. "formLabelEdit": "Edit Status Form",
  65. "formLabelRead": "Reading status form",
  66. "viewLabel": "Use List",
  67. "defaultViewLabel": "Default List",
  68. "cancel": "Cancel",
  69. "ok": "OK",
  70. "inputName": "Please enter the category name",
  71. "create_cancel_title": "Cancel New Category Confirmation",
  72. "create_cancel": "Are you sure you want to cancel the new category?",
  73. "noDescription": "There is no description for this category",
  74. "delete": "Delete category",
  75. "edit": "Edit category",
  76. "createCategorySuccess": "Category created successfully",
  77. "updateCategorySuccess": "Category modified succeeded",
  78. "defaultView": "Default",
  79. "insertCateogryBefore": "Insert Category",
  80. "insertCateogryAfter": "Add Category",
  81. "deleteCategory": "Delete Category",
  82. "moveCategory": "Adjust the sort order",
  83. "saveCategory": "Save Category",
  84. "editCategory": "Edit Category",
  85. "cancelEdit": "Cancel",
  86. "categoryProperty": "Category Property",
  87. "baseProperty": "Basic Property",
  88. "useProcess": "Use Process",
  89. "setProcessAppSucess": "Set Process App Sucess",
  90. "setProcessSucess": "Set Process Sucess",
  91. "selectProcess": "Select Process",
  92. "selectProcessApp": "Select Process App",
  93. "setCategoryManager": "Set Category Manager",
  94. "none": "None",
  95. "noProcess": "There is no process in the system that you can manage",
  96. "documentType": "Document Type",
  97. "excelImportView": "Data Import and Export View",
  98. "useProcessForm": "Use Process Form",
  99. "useProcessFormNote": "Note: If using a process form, then use the process form to open the published document, otherwise use the form set by category to open.",
  100. "setSucess": "Set successfully"
  101. },
  102. "form": {
  103. "create": "New Form",
  104. "search": "Search Form",
  105. "searchText": "Please enter a keyword",
  106. "selectCategoryForm": "Select category form",
  107. "noFormNoticeText": "There is no form in this column, you can click here to create a new form",
  108. "loaded": "The form is loaded",
  109. "deleteFormTitle": "Delete Form Confirmation",
  110. "deleteForm": "Deleting a form will also delete the associated list of this form. Are you sure you want to delete the current form?",
  111. "deleteFormTemplateTitle": "Confirm to delete form template",
  112. "deleteFormTemplate": "Are you sure you want to delete the current template?"
  113. },
  114. "view": {
  115. "create": "New List",
  116. "search": "Search List",
  117. "searchText": "Please enter a keyword",
  118. "selectRelativeForm": "Select Relative Form",
  119. "noViewNoticeText": "This design element has been deprecated, please use the view or query configuration to present the data.",
  120. "noViewNoCreateNoticeText": "There is no list for this AppInfo now",
  121. "loaded": "The list is loaded",
  122. "deleteFormTitle": "Confirm Delete List",
  123. "deleteForm": "Are you sure you want to delete the current list?",
  124. "selectRelativeFormNoticeText": "Please select the related form of the view to be pasted"
  125. },
  126. "dictionary": {
  127. "create": "Create a new data dictionary",
  128. "search": "Search Data Dictionary",
  129. "searchText": "Please enter a keyword",
  130. "noDictionaryNoticeText": "There is no data dictionary for this AppInfo, you can click here to create a new data dictionary",
  131. "noDictionaryNoCreateNoticeText": "There is no data dictionary for this AppInfo now",
  132. "loaded": "Data dictionary loaded",
  133. "deleteFormTitle": "Confirm Delete Data Dictionary",
  134. "deleteForm": "Are you sure you want to delete the current data dictionary?"
  135. },
  136. "script": {
  137. "create": "New Script",
  138. "search": "Search script",
  139. "searchText": "Please enter a keyword",
  140. "noScriptNoticeText": "There is no script for this column, you can click here to create a new script",
  141. "loaded": "Script loaded",
  142. "deleteFormTitle": "Delete Script Confirmation",
  143. "deleteForm": "Are you sure you want to delete the current script?"
  144. },
  145. "application": {
  146. "inputApplicationName": "Please enter the AppInfo name",
  147. "saveSuccess": "Save successfully",
  148. "id": "AppInfo ID",
  149. "property": "Basic Properties",
  150. "name": "AppInfo Name",
  151. "alias": "AppInfo alias",
  152. "description": "AppInfo Description",
  153. "sort": "AppInfo Sorting",
  154. "documentType": "Document Type",
  155. "showAllDocumentViews": "AppInfo Views",
  156. "icon": "AppInfo Icon",
  157. "sign": "AppInfo alias",
  158. "controllerList": "Manager",
  159. "appType": "AppInfo Type",
  160. "ignoreTitle": "Ignore Title",
  161. "latest": "Check Draft",
  162. "delayView": "Delayed View",
  163. "saveDraftOnClose": "Auto Save",
  164. "defaultEditForm": "Default Edit Form",
  165. "defaultReadForm": "Default Read Form",
  166. "editformNote": "Note: The default edit form when creating a category",
  167. "readformNote": "Note: The default reading form when creating a category, if not selected, it will be the same as the editing form",
  168. "viewerSetting": {
  169. "title": "Visible Range",
  170. "set": "Set visible range",
  171. "setSuccess": "Set visible range successfully"
  172. },
  173. "publisherSetting": {
  174. "title": "Publisher",
  175. "set": "Set Publisher",
  176. "setSuccess": "Successfully set publisher"
  177. },
  178. "managerSetting": {
  179. "title": "Manager",
  180. "set": "Set Manager",
  181. "setSuccess": "Set manager success"
  182. }
  183. },
  184. "queryView": {
  185. "create": "New Data View",
  186. "search": "Search Data View",
  187. "searchText": "Please enter a keyword",
  188. "selectRelativeForm": "Select View Related Form",
  189. "noViewNoticeText": "There is no data view for this column, you can click here to create a data view",
  190. "noViewNoCreateNoticeText": "There is no data view for this AppInfo now",
  191. "loaded": "Data view loaded",
  192. "deleteFormTitle": "Delete Data View Confirmation",
  193. "deleteForm": "Are you sure you want to delete the current data view?"
  194. },
  195. "file": {
  196. "create": "Create a new attachment",
  197. "search": "Search for attachments",
  198. "searchText": "Please enter a keyword",
  199. "description": "Attachment Information",
  200. "noScriptNoticeText": "This app has no attachments yet, you can click here to create a new attachment",
  201. "loaded": "Attachment is loaded",
  202. "deleteFormTitle": "Confirm Delete Attachment",
  203. "deleteForm": "Are you sure you want to delete the current attachment?",
  204. "saveSuccess": "The attachment has been saved!",
  205. "saveConfirm": "Save Confirmation",
  206. "saveConfirmText": "The attachment has been modified, do you want to save the modified content?",
  207. "uploadSuccess": "Attachment has been uploaded",
  208. "loadFiles": "Batch upload attachments"
  209. },
  210. "enable": "enable",
  211. "disable": "disable",
  212. "name": "Name",
  213. "alias": "Alias",
  214. "attachment": "Attachment",
  215. "upload": "Upload attachments",
  216. "selectDataView": "Select View",
  217. "selectDataViewTitle": "Select from an existing view",
  218. "selectList": "Select List",
  219. "selectListTitle": "Select from an existing list",
  220. "categoryDisplay": "Category Display",
  221. "setCategoryListSuccess": "Set the category list successfully",
  222. "setDefaultViewSuccess": "Set the default view successfully",
  223. "cancelCategoryListSuccess": "Cancel the category list successfully",
  224. "setImpExpViewSuccess": "Set the category import and export view successfully",
  225. "setCategoryAliasSuccess": "Set category alias successfully",
  226. "setDocumentTypeSuccess": "Set the document type successfully",
  227. "setSendNotifySuccess": "Set Send Messsage successfully",
  228. "setBlankToAllNotifySuccess": "Whether the message is sent successfully when the release range is empty",
  229. "setEditFormSuccess": "Set Edit Form Success",
  230. "setReadFormSuccess": "Set Read Form Success",
  231. "setProjectionSuccess": "Set data mapping success",
  232. "inputCategoryNotice": "Please enter the category name",
  233. "noCategoryNotice": "Please create or select a category first",
  234. "saveCategoryNotice": "Please save the category first",
  235. "dragToDesktopNotice": "Can be dragged to the desktop",
  236. "asEditForm": "Set as Edit Form",
  237. "asReadForm": "Set as Reading Form",
  238. "delete": "Delete",
  239. "notAddListOrView": "Not added list or data view",
  240. "systemList": "System List",
  241. "selectCategoryNotice": "Please select a category first",
  242. "conflictedListNotice": "The list {text} already exists, so won’t add it again!",
  243. "selectView": "Select View",
  244. "conflictedViewNotice": "The view {text} already exists, so won’t add it again!",
  245. "list": "List",
  246. "view1": "View",
  247. "setAsDefaultList": "Set As Default List",
  248. "adjustOrder": "Adjust Order",
  249. "cancelEdit": "Cancel Edit",
  250. "enableProcess": "Enable the approval process",
  251. "disableProcess": "Disable the approval process",
  252. "documentTypeSelectValue": [
  253. "信息",
  254. "数据"
  255. ],
  256. "documentTypeSelectText": [
  257. "Information",
  258. "Data"
  259. ],
  260. "sendNotifySelectText": [
  261. "yes",
  262. "no"
  263. ],
  264. "sendNotifySelectValue": [
  265. "true",
  266. "false"
  267. ],
  268. "blankToAllNotifySelectText": [
  269. "yes",
  270. "no"
  271. ],
  272. "blankToAllNotifySelectValue": [
  273. "true",
  274. "false"
  275. ],
  276. "infor": "Information",
  277. "data": "Data",
  278. "type": "Type",
  279. "listName": "List Name",
  280. "relativeForm": "Related Form",
  281. "dataView": "View",
  282. "viewName": "View Name",
  283. "column": "AppInfo",
  284. "categorySetting": "Category Configuration",
  285. "formSetting": "Form Configuration",
  286. "dataSetting": "Data Configuration",
  287. "scriptSetting": "Script Editing",
  288. "listSetting": "List Configuration",
  289. "queryViewSetting": "dataView Configuration",
  290. "attachmentSetting": "Attachment Setting",
  291. "resourceFile": "Resource File",
  292. "findDesign": "Search Code",
  293. "new": "New",
  294. "appProperty": "App Property",
  295. "changeIcon": "Change Icon",
  296. "ignoreTitleSelectText": [
  297. "Do not fill in the title of the new interface",
  298. "The title of the new interface needs to be filled in"
  299. ],
  300. "checkDraftSelectText": [
  301. "New interface check draft",
  302. "New interface does not check draft"
  303. ],
  304. "showAllDocumentSelectText": [
  305. "Show all document views",
  306. "Hide all document views"
  307. ],
  308. "showDelayDocumentSelectText": [
  309. "Show timed release document view",
  310. "Hide timed release document view"
  311. ],
  312. "saveDraftOnClose": [
  313. "Save the document when closing the draft",
  314. "Do not save the document when closing the draft"
  315. ],
  316. "selectRelateFormNotice": "Please select the related form of the view to be pasted",
  317. "projectionTitle": "Mapping business data",
  318. "projectionActionNode_add": "Add mapping entry",
  319. "projectionActionNode_modify": "Modify the mapping entry",
  320. "projectionDataName": "Name",
  321. "projectionPath": "Path",
  322. "projectionType": "Type",
  323. "projectionColumnName": "Column name",
  324. "projectionInputError": "Please enter the data name and data path",
  325. "projectionTypeCountError": "{type} type data mapping entries, up to {count} allowed.",
  326. "projectionSameNameError": "Same data name already exists",
  327. "projectionDeleteItemTitle": "Delete mapping confirmation",
  328. "projectionDeleteItem": "Are you sure you want to delete the data mapping entry named \"{name}\" and path \"{path}\"?",
  329. "projectionRunActionNode": "Run data mapping immediately",
  330. "projectionRunTitle": "Execute confirmation immediately",
  331. "projectionRunText": "Execute mapping confirmation",
  332. "projectionRunSuccess": "Data mapping has been executed",
  333. "projectionRunError": "No need to perform data mapping",
  334. "mapping": "Mapping",
  335. "mappingData": "Mapping Data",
  336. "dataName": "Name",
  337. "dataPath": "Path",
  338. "dataType": "Type"
  339. }
  340. MWF.xApplication.cms.ColumnManager["lp."+o2.language] = MWF.xApplication.cms.ColumnManager.LP