en.js 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.query = MWF.xApplication.query || {};
  3. MWF.xApplication.query.StatementDesigner = MWF.xApplication.query.StatementDesigner || {};
  4. MWF.xApplication.query.StatementDesigner.LP={
  5. "title": "Query Design",
  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. "action": {
  25. "move": "Move",
  26. "delete": "Delete",
  27. "add": "Add"
  28. },
  29. "notice": {
  30. "save_success": "The view was saved successfully!",
  31. "saveAs_success": "The view is saved as successfully. You can open a new view in the view settings!",
  32. "deleteFilterTitle": "Delete FilterTitle Confirmation",
  33. "deleteFilter": "Are you sure you want to delete the filter criteria?",
  34. "deleteColumnTitle": "Delete column confirmation",
  35. "deleteColumn": "Are you sure you want to delete the current column?",
  36. "changeTypeTitle": "Change Data Type Confirmation",
  37. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  38. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
  39. "inputTypeError": "The data type you entered is wrong, please re-enter",
  40. "sameKey": "The item name you entered already exists in the object, please re-enter",
  41. "emptyKey": "Project name cannot be empty, please re-enter",
  42. "numberKey": "The item name cannot be a number, please re-enter",
  43. "inputName": "Please enter the view name",
  44. "noModifyName": "Cannot modify the name or alias",
  45. "deleteEventTitle": "Delete Event Confirmation",
  46. "deleteEvent": "Are you sure you want to delete the current event?",
  47. "selectProcess": "Please select an application or process",
  48. "selectCMS": "Please select content management column or category",
  49. "selectDateRange": "The period type is a range, please select the start date and end date"
  50. },
  51. "actionbar": {
  52. "readhide": "Set whether to display when reading",
  53. "edithide": "Set whether to display when editing",
  54. "hideCondition": "Set hiding conditions",
  55. "title": "Title",
  56. "img": "Icon",
  57. "action": "Action",
  58. "condition": "Display Condition",
  59. "editScript": "Operation Script Editing",
  60. "editCondition": "Hide condition editing (return true to hide operation)",
  61. "up": "Move up",
  62. "property": "Property",
  63. "addCustomTool": "Add custom operation",
  64. "delete": "Delete",
  65. "setProperties": "Set operation properties",
  66. "restoreDefaultTool": "Restore deleted system operations",
  67. "selectDefaultTool": "Select System Operation"
  68. },
  69. "actionBar": {
  70. "exportExcel": "Export Excel"
  71. },
  72. "mastInputPath": "Please enter the data path",
  73. "mastInputTitle": "Please enter a title",
  74. "filter": {
  75. "and": "and",
  76. "or": "Or",
  77. "equals": "Equals",
  78. "notEquals": "Not Equals",
  79. "greaterThan": "Greater Than",
  80. "greaterThanOrEqualTo": "Greater Than Equal To",
  81. "lessThan": "less than",
  82. "lessThanOrEqualTo": "Less than or equal to",
  83. "like": "match",
  84. "notLike": "Does not match",
  85. "range": "range",
  86. "logic": "Logic",
  87. "path": "Path",
  88. "compare": "Compare",
  89. "value": "Value",
  90. "columnValue": "Column Value",
  91. "contain": "Contain",
  92. "from": "from",
  93. "in": "contain",
  94. "script": "Script",
  95. "input": "Input"
  96. },
  97. "delete_filterItem_title": "Confirm Delete Filter Condition",
  98. "delete_filterItem": "Are you sure you want to delete the current filter?",
  99. "propertyTemplate": {
  100. "base": "Basic",
  101. "event": "Event",
  102. "html": "HTML",
  103. "json": "JSON",
  104. "action": "Action",
  105. "select": "Select",
  106. "alias": "Alias",
  107. "id": "Id",
  108. "name": "Name",
  109. "description": "Description",
  110. "appearance": "Appearance Type",
  111. "style": "Style",
  112. "attribute": "Attribute",
  113. "systemAction": "System Action",
  114. "show": "Show",
  115. "hide": "Hide",
  116. "columnTitle": "Column Title",
  117. "columnName": "Column Name",
  118. "defaultValue": "Default Value",
  119. "openDocument": "Open Document",
  120. "yes": "Yes",
  121. "no": "No",
  122. "openDocumentScript": "Open Document Script",
  123. "data": "Data",
  124. "selectData": "Select Data",
  125. "selectTitle": "(Please select)",
  126. "title": "title",
  127. "startTime": "Create Time",
  128. "startTimeMonth": "Create Month",
  129. "completedTime": "Completed Time",
  130. "completedTimeMonth": "Complete Month",
  131. "creatorPerson": "Drafter",
  132. "creatorIdentity": "Author's Identity",
  133. "creatorUnit": "Draft Organization",
  134. "creatorUnitLevelName": "Draft Organization Level",
  135. "application": "application ID",
  136. "applicationName": "application name",
  137. "applicationAlias": "application alias",
  138. "process": "Process ID",
  139. "processName": "process name",
  140. "processAlias": "process alias",
  141. "serial": "Number",
  142. "activityType": "Activity Type",
  143. "activityName": "activity name",
  144. "activityArrivedTime": "Activity ArrivedTime",
  145. "workId": "work ID",
  146. "workCompletedId": "Completed work ID",
  147. "job": "JOB's ID(job)",
  148. "completed": "Is it completed (completed)",
  149. "publishTime": "Publish Time",
  150. "creatorUnitName": "Drafting Organization",
  151. "creatorTopUnitName": "Draft Top Unit",
  152. "appId": "Column ID",
  153. "appName": "Column Name",
  154. "categoryId": "category ID",
  155. "categoryName": "Category Name",
  156. "categoryAlias": "Category Alias",
  157. "documentId": "Document ID",
  158. "dataPath": "Data Path",
  159. "order": "Order",
  160. "none": "None",
  161. "asc": "ascending order",
  162. "desc": "Descending Order",
  163. "orderToNumber": "Convert to numeric sort",
  164. "category": "category",
  165. "hidden": "Hidden",
  166. "org": "Organization Object",
  167. "htmlValue": "HTML Value",
  168. "showScript": "Show Script",
  169. "titleStyles": "Title Cell Styles",
  170. "titleProperties": "Title Cell Properties",
  171. "contentStyles": "Content cell styles",
  172. "contentProperties": "Content cell properties",
  173. "buttonStyles": "Button Styles",
  174. "round": "rounded corners",
  175. "rect": "square angle",
  176. "showNumberPaging": "Show NumberPaging",
  177. "numberShowCount": "Number of Digital Shows",
  178. "showBeforeAfter": "Show Before and After",
  179. "page": "页:",
  180. "hasFirstLastPage": "Display the last page of the first page",
  181. "hasPreNextPage": "Display the previous page and the next page",
  182. "hasPageJumper": "Show Jumping Page",
  183. "firstPageText": "First Page Text",
  184. "lastPageText": "Last Page Text",
  185. "prevPageText": "PrevPage Text",
  186. "nextPageText": "Next Page Text",
  187. "hideView": "Hidden",
  188. "orderNumber": "Order Number",
  189. "viewStyles": "View Styles",
  190. "expandView": "Expand Category",
  191. "showSequence": "Show Sequence Number",
  192. "maxRow": "Maximum number of rows",
  193. "pageSize": "Number of rows per page",
  194. "pageMaxCountNotice": "Note: The maximum number of lines per page is 2000",
  195. "actionbarHidden": "Hide actionbar",
  196. "pagingbarHidden": " Hide page bar",
  197. "searchbarHidden": " Hide searchbar",
  198. "radio": "Single Selection",
  199. "checkbox": "Multiple Selection",
  200. "selectBoxShow": "When to show select Box",
  201. "always": "Always",
  202. "mouseover": "Mouse over",
  203. "allowSelectAll": "Allow select all",
  204. "firstTdHidden": "No category and selection to hide the first column",
  205. "noDataText": "No data to display",
  206. "cacheAccess": "Enable cache",
  207. "cacheAccessNotice": "Note: Enabling the cache will invalidate the permissions in the scope!",
  208. "executable": "executable",
  209. "availableIdentityList": "Executive Identity",
  210. "availableUnitList": "Executive Organization",
  211. "defaultSelectedScript": "default selected line script",
  212. "selectedAbleScript": "Allow select row script",
  213. "range": "Range",
  214. "timeRange": "Time Period",
  215. "timeRangeNotice": "Note: It is recommended to set the time range to improve efficiency!",
  216. "rangeType": "Period Type",
  217. "all": "All",
  218. "year": "year",
  219. "season": "Quarter",
  220. "monthly": "Month",
  221. "week": "week",
  222. "date": "date",
  223. "beginDate": "Start Date",
  224. "endDate": "End Date",
  225. "currentYear": "Current Year",
  226. "currentSeason": "Current Season",
  227. "firstSeason": "First Season",
  228. "secondSeason": "Second Season",
  229. "thirdSeason": "third season",
  230. "fourthSeason": "Fourth Season",
  231. "currentMonth": "Current Month",
  232. "month": "月",
  233. "monthNumber": "month",
  234. "currentWeek": "Current Week",
  235. "weekNumber": "(i)",
  236. "dateNumber": "(i)",
  237. "today": "Today",
  238. "adjust": "Offset",
  239. "processPlatform": "ProcessPlatform Data",
  240. "cmsPlatform": "CMS Data",
  241. "authority": "Authority",
  242. "check": "with permission",
  243. "ignore": "ignore",
  244. "processStatus": "Circulation Status",
  245. "work": "Circulation in",
  246. "workCompleted": "Completed",
  247. "selectApplicationNotice": "Take the union of application and process",
  248. "selectApplication": "Select Application",
  249. "selectProcess": "Select Process",
  250. "dataType": "Data Type",
  251. "dataTypeValue": [
  252. "Information Type",
  253. "Data Type"
  254. ],
  255. "showDraft": "Show Draft",
  256. "selectColumnNotice": "Take the union of column and category",
  257. "selectColumn": "Select Column",
  258. "selectCategory": "Select Category",
  259. "selectOrgNotice": "Take the union of organization, personnel, and identity",
  260. "selectUnit": "Draft Organization",
  261. "selectPerson": "Drafter",
  262. "selectIdentity": "Draft Identity",
  263. "filter": "Filter",
  264. "path": "Path",
  265. "textValue": "Text",
  266. "numberValue": "Number",
  267. "dateTimeValue": "DateTime",
  268. "dateValue": "Date",
  269. "timeValue": "Time",
  270. "booleanValue": "Boolean",
  271. "equals": "equals",
  272. "notEquals": "Not Equals",
  273. "greaterThan": "Greater Than",
  274. "greaterThanOrEqualTo": "Greater than or equal to",
  275. "lessThan": "less than",
  276. "lessThanOrEqualTo": "less than or equal to",
  277. "like": "match",
  278. "notLike": "Does not match",
  279. "inRange": "Range",
  280. "in": "Contains",
  281. "filterRestrict": "As the default filter condition",
  282. "customFilterRestrict": "As a custom filter Condition",
  283. "logic": "Logic",
  284. "or": "Or",
  285. "and": "and",
  286. "comparison": "Compare",
  287. "value": "value",
  288. "multiValueNotice": "Multi-values are separated by commas (,)",
  289. "now": "Current Time",
  290. "currentPerson": "currentPerson",
  291. "currentIdentity": "Current Identity",
  292. "currentPersonDirectUnit": "The current person's direct organization",
  293. "currentPersonAllUnit": "All organizations where the current person belongs",
  294. "currentPersonGroupList": "The current person's group",
  295. "currentPersonRoleList": "Roles owned by the current person",
  296. "to": "to",
  297. "input": "input",
  298. "selectable": "Optional",
  299. "selectOptionScriptNotice": "return [\"option text|option value\"]",
  300. "selectOptionScript": "Option Script",
  301. "defaultFilterCondition": "Default Filter Condition",
  302. "customFilterCondition": "Custom filter Condition",
  303. "byScript": "byScript",
  304. "language": "Language",
  305. "languageInfo": "Return a JSON object containing language information; use \"o2.language\" get current language",
  306. "desciption": "Paging Information",
  307. "position": "position",
  308. "top": "Forward",
  309. "bottom": "rear",
  310. "format": "format",
  311. "script": "script",
  312. "forceClearCustomViewStyle": "Clear custom styles",
  313. "export": "export",
  314. "exportNotice": "Export up to 2000 items at once",
  315. "exportWidth": "width",
  316. "exportEnable": "Allow export",
  317. "isTime": "Time type",
  318. "isNumber": "Number type",
  319. "viewEnable": "Enable View",
  320. "total": "total",
  321. "notNeeded": "No need",
  322. "totalValue": "numerical value",
  323. "totalCount": "quantity",
  324. "headText": "Table header text",
  325. "headStyle": "Table header style",
  326. "columnTitleStyle": "Column header style",
  327. "columnContentStyle": "Column Content Style"
  328. },
  329. "viewStyle": {
  330. "default": "Default",
  331. "redSimple": "Red Simple",
  332. "blueSimple": "Blue Simple",
  333. "official": "Official",
  334. "deepBlue": "Deep Blue",
  335. "blueFlat": "Blue and white flat",
  336. "greenFlat": "Green Flat",
  337. "lightBlue": "Light blue style"
  338. },
  339. "formToolbar": {
  340. "save": "Save",
  341. "saveAs": "save as",
  342. "autoSave": "Auto Save",
  343. "preview": "preview",
  344. "help": "help"
  345. },
  346. "newStatement": "New Statement",
  347. "statement": "Statement",
  348. "run": "Run",
  349. "runTest": "Test Statement",
  350. "statementType": "Statement Type",
  351. "statementTable": "Data Table",
  352. "selectTable": "Select Data Table",
  353. "save_success": "The query configuration was saved successfully!",
  354. "inputStatementName": "Please enter the query configuration name",
  355. "inputStatementData": "Please edit the statement",
  356. "saveStatementNotice": "Please save!",
  357. "cannotDisabledViewNotice": "View not enabled",
  358. "noViewNotice": "The view has not been created, please create the view!",
  359. "previewNotSelectStatementNotice": "Only when the statement type is ‘Select’ can it be previewed",
  360. "field": "Field",
  361. "fileldSelectNote": "-Insert a field after select-",
  362. "statementFormat": "How to create a statement:",
  363. "statementJpql": "JPQL",
  364. "statementScript": "JPQL Script",
  365. "nativeSql": "SQL",
  366. "nativeSqlScript": "SQL Script",
  367. "queryParameter": "Query Parameter",
  368. "filterList": "Filter conditions",
  369. "pageNo": "page no",
  370. "perPage": "count",
  371. "size": "strip",
  372. "statementCategory": "Access Object Type",
  373. "scriptTitle": "Create JPQL by script",
  374. "sqlScriptTitle": "Create SQL by script",
  375. "countMethod": "Count Statement",
  376. "jpqlType": "JPQL Type",
  377. "jpqlFromResult": "Query start entry",
  378. "jpqlMaxResult": "Maximum return result",
  379. "jpqlSelectTitle": "JPQL Statement",
  380. "inputWhere": "You can enter the Where clause in the edit box below",
  381. "jpqlRunSuccess": "JPQL executed successfully",
  382. "newLineSuccess": "Insert data successfully",
  383. "newLineJsonError": "Insert data error, data format is wrong",
  384. "queryStatement": "Query Statement",
  385. "countStatement": "Count Statement",
  386. "currentPerson": "currentPerson",
  387. "currentIdentity": "Current Identity",
  388. "currentPersonDirectUnit": "The current person's direct organization",
  389. "currentPersonAllUnit": "All organizations where the current person belongs",
  390. "currentPersonGroupList": "The current person's group",
  391. "currentPersonRoleList": "Roles owned by the current person",
  392. "defaultCondition": "Automatic assignment condition:",
  393. "ignore": "Ignore",
  394. "auto": "Auto",
  395. "assign": "Assign",
  396. "mastInputParameter": "Please enter a parameter",
  397. "pathExecption": "The path is written as \"table alias. Field name\", the format is incorrect",
  398. "modifyViewFilterNote": "The statement format has changed, please modify the filter conditions",
  399. "systemTable": "System Table",
  400. "customTable": "self-built table",
  401. "taskInstance": "To do (Task)",
  402. "taskCompletedInstance": "TaskCompleted (TaskCompleted)",
  403. "readInstance": "Reading (Read)",
  404. "readedInstance": "Read (ReadCompleted)",
  405. "workInstance": "Process instance (Work)",
  406. "workCompletedInstance": "Completed process instance (WorkCompleted)",
  407. "reviewInstance": "Readable (Review)",
  408. "documentInstance": "Content Management Document (Document)",
  409. "taskInstanceSql": "To do (PP_C_TASK)",
  410. "taskCompletedInstanceSql": "TaskCompleted (PP_C_TASKCOMPLETED)",
  411. "readInstanceSql": "Reading (PP_C_READ)",
  412. "readedInstanceSql": "Read (PP_C_READCOMPLETED)",
  413. "workInstanceSql": "Process instance (PP_C_WORK)",
  414. "workCompletedInstanceSql": "Completed process instance (PP_C_WORKCOMPLETED)",
  415. "reviewInstanceSql": "Readable (PP_C_REVIEW)",
  416. "documentInstanceSql": "Content Management Document (CMS_DOCUMENT)",
  417. "autoAddColumns": "Generate columns from the data table ",
  418. "cmsReviewInstance": "Readable (Review)",
  419. "DocumentViewRecord": "Content Management Reading Record (DocumentViewRecord)",
  420. "documentViewRecord": "Content Management Reading Record (DocumentViewRecord)",
  421. "documentCommentInfo": "Content Management Comment Record (DocumentCommentInfo)",
  422. "cmsReviewInstanceSql": "Content Management Readable (PP-C-REView)",
  423. "documentViewRecordSql": "Content Management Reading Record (PP-C-REView)",
  424. "documentCommentInfoSql": "Content Management Comment Record (PP-C-REView)"
  425. }
  426. MWF.xApplication.query.StatementDesigner["lp."+o2.language] = MWF.xApplication.query.StatementDesigner.LP