en.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.FindDesigner = MWF.xApplication.FindDesigner || {};
  3. MWF.xApplication.FindDesigner.LP={
  4. "title": "Find Designer",
  5. "filter": "Find",
  6. "range": "Find Range",
  7. "script": "Script",
  8. "form": "Form",
  9. "process": "Process",
  10. "page": "Page",
  11. "widget": "Widget",
  12. "view": "View",
  13. "statement": "Statement",
  14. "stat": "Stat",
  15. "property": "Property",
  16. "value": "value",
  17. "processPlatform": "process",
  18. "cms": "CMS",
  19. "portal": "Portal",
  20. "query": "Query",
  21. "service": "service",
  22. "search_placeholder": "Please enter the query content",
  23. "dockToBottom": "Fixed to the bottom",
  24. "dockToRight": "Fixed to the right",
  25. "nothingFind": "No results were found, please modify the query conditions",
  26. "nothingFind_keyword": "No results found\nPlease enter search keywords",
  27. "nothingFind_noFilter": "No results found\nPlease enter select query type",
  28. "nothingFind_noRange": "No results found\n Please confirm the scope of inquiry",
  29. "nothingPreview": "Select the search result list, you can preview it here",
  30. "selectRange": "Search range",
  31. "patternCount": "{n} matches",
  32. "receiveToFind": "Preparing to query data...",
  33. "readyToFind": "The design elements are ready ({n} in total)...",
  34. "findPatternCount": "{N} matches found",
  35. "findPatternCountCompleted": "After the query is complete, {n} matches have been found",
  36. "elementPattern": "<b>Element:</b> {element}, <b>Attributes:</b> {property}: ",
  37. "element": "Element",
  38. "saveDesigner": "Save",
  39. "openDesigner": "Open",
  40. "findInfor": "You found a match in this design element:",
  41. "findInforOpen": "Click here to open design elements",
  42. "notice": {
  43. "save_success": "Saved successfully!"
  44. }
  45. }
  46. MWF.xApplication.FindDesigner["lp."+o2.language] = MWF.xApplication.FindDesigner.LP