en.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.query = MWF.xApplication.query || {};
  3. MWF.xApplication.query.StatDesigner = MWF.xApplication.query.StatDesigner || {};
  4. MWF.xApplication.query.StatDesigner.LP={
  5. "title": "Statistics Editor",
  6. "newStat": "New Statistics",
  7. "property": "Property",
  8. "item": "Item",
  9. "type": "Type",
  10. "value": "Value",
  11. "stat": "Statistics",
  12. "unnamed": "Untitled column",
  13. "unCategory": "Uncategorized",
  14. "id": "Id",
  15. "name": "Name",
  16. "alias": "Alias",
  17. "description": "Description",
  18. "application": "Data Application",
  19. "copyStat": "Copy Statistics",
  20. "newStatName": "New Statistics Name",
  21. "copy": "Copy",
  22. "ok": "OK",
  23. "cancel": "Cancel",
  24. "view": "View",
  25. "saveViewNotice": "Please save statistics first!",
  26. "action": {
  27. "move": "Move",
  28. "delete": "Delete",
  29. "add": "Add"
  30. },
  31. "notice": {
  32. "save_success": "Statistics saved successfully!",
  33. "saveAs_success": "The statistic is saved as successfully. You can open the new statistic in the statistic settings!",
  34. "deleteFilterTitle": "Delete FilterTitle Confirmation",
  35. "deleteFilter": "Are you sure you want to delete the filter criteria?",
  36. "deleteColumnTitle": "Delete column confirmation",
  37. "deleteColumn": "Are you sure you want to delete the current column?",
  38. "changeTypeTitle": "Change Data Type Confirmation",
  39. "changeTypeDeleteChildren": "Changing the data type will delete all child data. Are you sure you want to execute it?",
  40. "changeType": "Changing the data type will change the value of the data. Are you sure you want to execute it?",
  41. "inputTypeError": "The data type you entered is wrong, please re-enter",
  42. "sameKey": "The item name you entered already exists in the object, please re-enter",
  43. "emptyKey": "Project name cannot be empty, please re-enter",
  44. "numberKey": "The item name cannot be a number, please re-enter",
  45. "inputName": "Please enter the statistical name",
  46. "noModifyName": "Cannot modify the name or alias",
  47. "inputView": "Please select a view first",
  48. "errorViewColumn": "There is an error in the view column selection, please select again"
  49. },
  50. "category": "Category",
  51. "amount": "Total",
  52. "propertyTemplate": {
  53. "base": "Basic",
  54. "event": "Event",
  55. "html": "HTML",
  56. "json": "JSON",
  57. "action": "Action",
  58. "select": "Select",
  59. "alias": "Alias",
  60. "id": "Identification",
  61. "name": "Name",
  62. "description": "Description",
  63. "appearance": "Appearance Type",
  64. "style": "Style",
  65. "attribute": "Attribute",
  66. "display": "Display",
  67. "hidden": "Hidden",
  68. "orderNumber": "Order Number",
  69. "view": "View",
  70. "viewNote": "The view needs to set the classification column",
  71. "column": "View Column",
  72. "columnNote": "Please select a view for statistics first",
  73. "calculateType": "Calculation Type",
  74. "sum": "Sum",
  75. "average": "Average",
  76. "count": "Count",
  77. "formatType": "Format",
  78. "number": "number",
  79. "percent": "Percent",
  80. "currency": "Currency",
  81. "decimal": "Decimal Places",
  82. "defaultValue": "Default Value",
  83. "code": "Display script",
  84. "chart": "Chart",
  85. "bar": "Bar Chart",
  86. "pie": "Pie Chart",
  87. "line": "Line chart",
  88. "authority": "Execution Authority",
  89. "availableIdentity": "executable person",
  90. "availableUnit": "Executive Organization",
  91. "category": "Category",
  92. "isGroup": "Classified Statistics",
  93. "yes": "Yes",
  94. "no": "No",
  95. "categoryTitle": "Category Title",
  96. "isAmount": "Total",
  97. "sort": "Sort",
  98. "none": "None",
  99. "desc": "Ascending",
  100. "asc": "Descending",
  101. "orderColumn": "Order Column",
  102. "categoryValue": "Category value",
  103. "categoryDisplay": "Category Display",
  104. "item": "Calculate according to column view",
  105. "specified": "Based on the specified category value",
  106. "intersection": "The intersection of column view calculation and specified category value",
  107. "sum1": "Collection of column view calculation and specified category value",
  108. "groupSpecifiedList": "Specified category value",
  109. "conversion": "Row and column conversion"
  110. },
  111. "formToolbar": {
  112. "save": "Save",
  113. "saveAs": "Save As",
  114. "autoSave": "Auto Save",
  115. "preview": "preview",
  116. "help": "help"
  117. }
  118. }
  119. MWF.xApplication.query.StatDesigner["lp."+o2.language] = MWF.xApplication.query.StatDesigner.LP