en.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.ftsearch = MWF.xApplication.ftsearch || {};
  3. MWF.xApplication.ftsearch.LP={
  4. "title": "Search",
  5. "searchCondition": "Search Condition",
  6. "searchInfor": "Find about {count} of relevant results for you, which takes {time} seconds",
  7. "location": "Your location:",
  8. "searchDisable": "Search Disabled",
  9. "cms": "CMS",
  10. "processPlatform": "Process Management",
  11. "processManager": "Process Management",
  12. "cmsManager": "Content Management",
  13. "noData": "No data was found according to the condition",
  14. "noSearchkey": "Please enter a keyword to search",
  15. "noSearchkeyAndCondition": "Please enter a keyword or click filter to search",
  16. "searchPlacholder": "Please enter a keyword and press \"Enter\" to search",
  17. "docTotalInfor": "Find <span class='mainColor_color'>{count}</span> related results, it took {time} seconds",
  18. "mainPage": "Home",
  19. "search": "Search",
  20. "index": "Advanced Search",
  21. "ftsearch": "Full Text Search",
  22. "filter": "Filter",
  23. "summary": "Summary",
  24. "docTitle": "Title",
  25. "createTime": "Create Time",
  26. "completedTime": "End Time",
  27. "activityName": "Node",
  28. "creatorUnit": "Department",
  29. "creatorIdentity": "Creator",
  30. "publishTime": "Publish Time",
  31. "processList": "Process",
  32. "creatorUnitList": "Create Organization",
  33. "startTimeMonthList": "Creation month",
  34. "completedTimeMonthList": "Completed Month",
  35. "activityNameList": "Activity",
  36. "workStatusList": "Process Status",
  37. "updateTime": "Update Time",
  38. "completed": "Completed",
  39. "true": "true",
  40. "false": "false",
  41. "application": "Process Application",
  42. "process": "Process",
  43. "appInfo": "Content Management",
  44. "categoryInfo": "Category",
  45. "general": "General",
  46. "column": "Column",
  47. "category": "Category",
  48. "unit": "Organization",
  49. "app": "App",
  50. "createTimeMonth": "Create month",
  51. "updateTimeMonth": "Update Month",
  52. "creatorPerson": "Creator",
  53. "workCompleted": "Work Completed",
  54. "work": "Working in Circulation",
  55. "document": "Content Management Document",
  56. "applicationName": "Process Application",
  57. "processName": "Process Application",
  58. "appName": "Content Management Section",
  59. "categoryName": "Content Management Category",
  60. "selectConditionNote": "Please select",
  61. "fieldSelect": "Column Select",
  62. "more": "more",
  63. "collapse": "Collapse",
  64. "multiSelect": "Multiple Select",
  65. "ok": "OK",
  66. "cancel": "Cancel",
  67. "reset": "Reset",
  68. "export": "Export",
  69. "moreFilter": "More filter criteria",
  70. "collapseFilter": "Collapse filter criteria",
  71. "rangeSeparator": "to",
  72. "startPlaceholder": "Start time",
  73. "endPlaceholder": "End time",
  74. "to": "to",
  75. "min": "minimum value",
  76. "max": "Maximum value",
  77. "fromValue": "Start Value",
  78. "toValue": "End Value",
  79. "minGreatThanMaxError": "Start value cannot be greater than end value",
  80. "tooMinError": "Cannot be less than the minimum value",
  81. "tooMaxError": "Cannot be greater than the maximum value",
  82. "moreFieldSelect": "More column selection",
  83. "collapseFieldSelect": "Collapse column selection",
  84. "firstPage": "First Page",
  85. "lastPage": "Last Page",
  86. "selectModule": "Select Application",
  87. "searching": "You are searching",
  88. "switch": "Switch",
  89. "searchCorePlacholder": "Please enter a keyword and press \"Enter\" to search for an application or process",
  90. "expandCondition": "Expand",
  91. "collapseCondition": "Collapse"
  92. }
  93. MWF.xApplication.ftsearch["lp."+o2.language] = MWF.xApplication.ftsearch.LP