en.js 1.6 KB

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