en.js 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.query = MWF.xApplication.query || {};
  3. MWF.xApplication.query.ViewDesigner = MWF.xApplication.query.ViewDesigner || {};
  4. MWF.xApplication.query.ViewDesigner.LP={
  5. "title": "View Edit",
  6. "newView": "New View",
  7. "property": "Property",
  8. "item": "Item",
  9. "type": "Type",
  10. "value": "Value",
  11. "view": "View",
  12. "unnamed": "Untitled column",
  13. "unCategory": "Uncategorized",
  14. "id": "Id",
  15. "name": "Name",
  16. "alias": "Alias",
  17. "description": "Description",
  18. "saveViewNotice": "Please save the view first!",
  19. "application": "Data Application",
  20. "newViewName": "New View Name",
  21. "copy": "Copy",
  22. "ok": "OK",
  23. "cancel": "Cancel",
  24. "mustSelectFormStyle": "You must select a form style",
  25. "notValidJson": "Wrong json format",
  26. "mustSelectDict": "Please select the data dictionary first",
  27. "mustSelect": "Please select.",
  28. "action": {
  29. "move": "Move",
  30. "delete": "Delete",
  31. "add": "Add"
  32. },
  33. "notice": {
  34. "save_success": "The view was saved successfully!",
  35. "saveAs_success": "The view is saved as successfully. You can open a new view in the view settings!",
  36. "deleteFilterTitle": "Delete FilterTitle Confirmation",
  37. "deleteFilter": "Are you sure you want to delete the filter criteria?",
  38. "deleteColumnTitle": "Delete column confirmation",
  39. "deleteColumn": "Are you sure you want to delete the current column?",
  40. "changeTypeTitle": "Change Data Type Confirmation",
  41. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  42. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
  43. "inputTypeError": "The data type you entered is wrong, please re-enter",
  44. "sameKey": "The item name you entered already exists in the object, please re-enter",
  45. "emptyKey": "Project name cannot be empty, please re-enter",
  46. "numberKey": "The item name cannot be a number, please re-enter",
  47. "inputName": "Please enter the view name",
  48. "noModifyName": "Cannot modify the name or alias",
  49. "deleteEventTitle": "Delete Event Confirmation",
  50. "deleteEvent": "Are you sure you want to delete the current event?",
  51. "selectProcess": "Please select an application or process",
  52. "selectCMS": "Please select content management column or category",
  53. "selectDateRange": "The period type is a range, please select the start date and end date"
  54. },
  55. "actionbar": {
  56. "readhide": "Set whether to display when reading",
  57. "edithide": "Set whether to display when editing",
  58. "hideCondition": "Set hiding conditions",
  59. "title": "Title",
  60. "img": "Icon",
  61. "action": "Action",
  62. "condition": "Display Condition",
  63. "editScript": "Operation Script Editing",
  64. "editCondition": "Hide condition editing (return true to hide operation)",
  65. "up": "Move up",
  66. "property": "Property",
  67. "addCustomTool": "Add custom operation",
  68. "delete": "Delete",
  69. "setProperties": "Set operation properties",
  70. "restoreDefaultTool": "Restore deleted system operations",
  71. "selectDefaultTool": "Select System Operation"
  72. },
  73. "actionBar": {
  74. "exportExcel": "Export Excel"
  75. },
  76. "mastInputPath": "Please enter the data path",
  77. "mastInputTitle": "Please enter a title",
  78. "filter": {
  79. "and": "and",
  80. "or": "Or",
  81. "equals": "Equals",
  82. "notEquals": "Not Equals",
  83. "greaterThan": "Greater Than",
  84. "greaterThanOrEqualTo": "Greater Than Equal To",
  85. "lessThan": "less than",
  86. "lessThanOrEqualTo": "Less than or equal to",
  87. "like": "match",
  88. "notLike": "Does not match",
  89. "range": "range",
  90. "logic": "Logic",
  91. "path": "Path",
  92. "compare": "Compare",
  93. "value": "Value",
  94. "columnValue": "Column Value",
  95. "contain": "Contain",
  96. "from": "from",
  97. "in": "contain",
  98. "script": "Script",
  99. "input": "Input"
  100. },
  101. "delete_filterItem_title": "Confirm Delete Filter Condition",
  102. "delete_filterItem": "Are you sure you want to delete the current filter?",
  103. "propertyTemplate": {
  104. "base": "Basic",
  105. "event": "Event",
  106. "html": "HTML",
  107. "json": "JSON",
  108. "action": "Action",
  109. "select": "Select",
  110. "alias": "Alias",
  111. "id": "Id",
  112. "name": "Name",
  113. "description": "Description",
  114. "appearance": "Appearance Type",
  115. "style": "Style",
  116. "attribute": "Attribute",
  117. "systemAction": "System Action",
  118. "show": "Show",
  119. "hide": "Hide",
  120. "columnTitle": "Column Title",
  121. "columnName": "Column Name",
  122. "defaultValue": "Default Value",
  123. "openDocument": "Open Document",
  124. "yes": "Yes",
  125. "no": "No",
  126. "openDocumentScript": "Open Document Script",
  127. "data": "Data",
  128. "selectData": "Select Data",
  129. "selectTitle": "(Please select)",
  130. "title": "title",
  131. "startTime": "Create Time",
  132. "startTimeMonth": "Create Month",
  133. "completedTime": "Completed Time",
  134. "completedTimeMonth": "Complete Month",
  135. "creatorPerson": "Drafter",
  136. "creatorIdentity": "Author's Identity",
  137. "creatorUnit": "Draft Organization",
  138. "creatorUnitLevelName": "Draft Organization Level",
  139. "application": "application ID",
  140. "applicationName": "application name",
  141. "applicationAlias": "application alias",
  142. "process": "Process ID",
  143. "processName": "process name",
  144. "processAlias": "process alias",
  145. "serial": "Number",
  146. "activityType": "Activity Type",
  147. "activityName": "activity name",
  148. "activityArrivedTime": "Activity ArrivedTime",
  149. "workId": "work ID",
  150. "workCompletedId": "Completed work ID",
  151. "job": "JOB's ID(job)",
  152. "completed": "Is it completed (completed)",
  153. "publishTime": "Publish Time",
  154. "creatorUnitName": "Drafting Organization",
  155. "creatorTopUnitName": "Draft Top Unit",
  156. "appId": "Column ID",
  157. "appName": "Column Name",
  158. "categoryId": "category ID",
  159. "categoryName": "Category Name",
  160. "categoryAlias": "Category Alias",
  161. "documentId": "Document ID",
  162. "dataPath": "Data Path",
  163. "order": "Order",
  164. "none": "None",
  165. "asc": "ascending order",
  166. "desc": "Descending Order",
  167. "orderToNumber": "Convert to numeric sort",
  168. "switchOrder": "Click to switch order",
  169. "switchOrderByCurrent": "Click to sort by current column only",
  170. "category": "category",
  171. "hidden": "Hidden",
  172. "org": "Organization Object",
  173. "htmlValue": "HTML Value",
  174. "showScript": "Show Script",
  175. "titleStyles": "Title Cell Styles",
  176. "titleProperties": "Title Cell Properties",
  177. "contentStyles": "Content cell styles",
  178. "contentProperties": "Content cell properties",
  179. "buttonStyles": "Button Styles",
  180. "round": "rounded corners",
  181. "rect": "square angle",
  182. "showNumberPaging": "Show NumberPaging",
  183. "numberShowCount": "Number of Digital Shows",
  184. "showBeforeAfter": "Show Before and After",
  185. "page": "页:",
  186. "hasFirstLastPage": "Display the last page of the first page",
  187. "hasPreNextPage": "Display the previous page and the next page",
  188. "hasPageJumper": "Show Jumping Page",
  189. "firstPageText": "First Page Text",
  190. "lastPageText": "Last Page Text",
  191. "prevPageText": "PrevPage Text",
  192. "nextPageText": "Next Page Text",
  193. "hideView": "Hidden",
  194. "orderNumber": "Order Number",
  195. "viewStyles": "View Styles",
  196. "expandView": "Expand Category",
  197. "showSequence": "Show Sequence Number",
  198. "maxRow": "Maximum number of rows",
  199. "pageSize": "Number of rows per page",
  200. "pageMaxCountNotice": "Note: The maximum number of lines per page is 2000",
  201. "actionbarHidden": "Hide actionbar",
  202. "pagingbarHidden": " Hide page bar",
  203. "searchbarHidden": " Hide searchbar",
  204. "radio": "Single Selection",
  205. "checkbox": "Multiple Selection",
  206. "selectBoxShow": "When to show select Box",
  207. "always": "Always",
  208. "mouseover": "Mouse over",
  209. "allowSelectAll": "Allow select all",
  210. "firstTdHidden": "No category and selection to hide the first column",
  211. "noDataText": "No data to display",
  212. "cacheAccess": "Enable cache",
  213. "cacheAccessNotice": "Note: Enabling the cache will invalidate the permissions in the scope!",
  214. "executable": "executable",
  215. "availableIdentityList": "Executive Identity",
  216. "availableUnitList": "Executive Organization",
  217. "defaultSelectedScript": "default selected line script",
  218. "selectedAbleScript": "Allow select row script",
  219. "range": "Range",
  220. "timeRange": "Time Period",
  221. "timeRangeNotice": "Note: It is recommended to set the time range to improve efficiency!",
  222. "rangeType": "Period Type",
  223. "all": "All",
  224. "year": "year",
  225. "season": "Quarter",
  226. "monthly": "Month",
  227. "week": "week",
  228. "date": "date",
  229. "beginDate": "Start Date",
  230. "endDate": "End Date",
  231. "currentYear": "Current Year",
  232. "currentSeason": "Current Season",
  233. "firstSeason": "First Season",
  234. "secondSeason": "Second Season",
  235. "thirdSeason": "third season",
  236. "fourthSeason": "Fourth Season",
  237. "currentMonth": "Current Month",
  238. "month": "月",
  239. "monthNumber": "month",
  240. "currentWeek": "Current Week",
  241. "weekNumber": "(i)",
  242. "dateNumber": "(i)",
  243. "today": "Today",
  244. "adjust": "Offset",
  245. "processPlatform": "ProcessPlatform Data",
  246. "cmsPlatform": "CMS Data",
  247. "authority": "Authority",
  248. "check": "with permission",
  249. "ignore": "ignore",
  250. "processStatus": "Circulation Status",
  251. "work": "Circulation in",
  252. "workCompleted": "Completed",
  253. "selectApplicationNotice": "Take the union of application and process",
  254. "selectApplication": "Select Application",
  255. "selectProcess": "Select Process",
  256. "dataType": "Data Type",
  257. "dataTypeValue": [
  258. "Information Type",
  259. "Data Type"
  260. ],
  261. "showDraft": "Show Draft",
  262. "selectColumnNotice": "Take the union of column and category",
  263. "selectColumn": "Select Column",
  264. "selectCategory": "Select Category",
  265. "selectOrgNotice": "Take the union of organization, personnel, and identity",
  266. "selectUnit": "Draft Organization",
  267. "selectPerson": "Drafter",
  268. "selectIdentity": "Draft Identity",
  269. "filter": "Filter",
  270. "path": "Path",
  271. "textValue": "Text",
  272. "numberValue": "Number",
  273. "dateTimeValue": "DateTime",
  274. "dateValue": "Date",
  275. "timeValue": "Time",
  276. "booleanValue": "Boolean",
  277. "equals": "equals",
  278. "notEquals": "Not Equals",
  279. "greaterThan": "Greater Than",
  280. "greaterThanOrEqualTo": "Greater than or equal to",
  281. "lessThan": "less than",
  282. "lessThanOrEqualTo": "less than or equal to",
  283. "like": "match",
  284. "notLike": "Does not match",
  285. "inRange": "Range",
  286. "in": "Contains",
  287. "filterRestrict": "As the default filter condition",
  288. "customFilterRestrict": "As a custom filter Condition",
  289. "logic": "Logic",
  290. "or": "Or",
  291. "and": "and",
  292. "comparison": "Compare",
  293. "value": "value",
  294. "multiValueNotice": "Multi-values are separated by commas (,)",
  295. "now": "Current Time",
  296. "currentPerson": "currentPerson",
  297. "currentIdentity": "Current Identity",
  298. "currentPersonDirectUnit": "The current person's direct organization",
  299. "currentPersonAllUnit": "All organizations where the current person belongs",
  300. "currentPersonGroupList": "The current person's group",
  301. "currentPersonRoleList": "Roles owned by the current person",
  302. "to": "to",
  303. "input": "input",
  304. "selectable": "Optional",
  305. "selectOptionScriptNotice": "return [\"option text|option value\"]",
  306. "selectOptionScript": "Option Script",
  307. "defaultFilterCondition": "Default Filter Condition",
  308. "customFilterCondition": "Custom filter Condition",
  309. "byScript": "byScript",
  310. "language": "Language",
  311. "languageInfo": "Return a JSON object containing language information; use \"o2.language\" get current language",
  312. "desciption": "Paging Information",
  313. "position": "position",
  314. "top": "Forward",
  315. "bottom": "rear",
  316. "format": "format",
  317. "script": "script",
  318. "forceClearCustomViewStyle": "Clear custom styles",
  319. "export": "export",
  320. "exportWidth": "width",
  321. "exportEnable": "Allow export",
  322. "isTime": "Time type",
  323. "isNumber": "Number type",
  324. "viewEnable": "Enable View",
  325. "total": "total",
  326. "notNeeded": "No need",
  327. "totalValue": "numerical value",
  328. "totalCount": "quantity",
  329. "headText": "Table header text",
  330. "headStyle": "Table header style",
  331. "columnTitleStyle": "Column header style",
  332. "columnContentStyle": "Column Content Style",
  333. "exportNotice": "Up to 2000 items can be found everywhere at once"
  334. },
  335. "viewStyle": {
  336. "default": "Default",
  337. "redSimple": "Red Simple",
  338. "blueSimple": "Blue Simple",
  339. "official": "Official",
  340. "deepBlue": "Deep Blue",
  341. "blueFlat": "Blue and white flat",
  342. "greenFlat": "Green Flat",
  343. "lightBlue": "Light blue style"
  344. },
  345. "formToolbar": {
  346. "save": "Save",
  347. "saveAs": "save as",
  348. "autoSave": "Auto Save",
  349. "preview": "preview",
  350. "help": "help",
  351. "add": "newly build",
  352. "gotoApp": "Open the current application"
  353. },
  354. "sorkKeyNote": "-Sort by-",
  355. "createTime": "Creation time",
  356. "updateTime": "Update time",
  357. "asc": "positive sequence",
  358. "desc": "Reverse order",
  359. "searchPlacholder": "Enter name/alias/id search",
  360. "searchAndSort": "Sorting and Search"
  361. }
  362. MWF.xApplication.query.ViewDesigner["lp."+o2.language] = MWF.xApplication.query.ViewDesigner.LP