12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.FindDesigner = MWF.xApplication.FindDesigner || {};
- MWF.xApplication.FindDesigner.LP={
- "title": "Find Designer",
- "filter": "Find",
- "range": "Find Range",
- "script": "Script",
- "form": "Form",
- "process": "Process",
- "page": "Page",
- "widget": "Widget",
- "view": "View",
- "statement": "Statement",
- "stat": "Stat",
- "property": "Property",
- "value": "value",
- "processPlatform": "process",
- "cms": "CMS",
- "portal": "Portal",
- "query": "Query",
- "service": "service",
- "search_placeholder": "Please enter the query content",
- "dockToBottom": "Fixed to the bottom",
- "dockToRight": "Fixed to the right",
- "nothingFind": "No results were found, please modify the query conditions",
- "nothingFind_keyword": "No results found\nPlease enter search keywords",
- "nothingFind_noFilter": "No results found\nPlease enter select query type",
- "nothingFind_noRange": "No results found\n Please confirm the scope of inquiry",
- "nothingPreview": "Select the search result list, you can preview it here",
- "selectRange": "Search range",
- "patternCount": "{n} matches",
- "receiveToFind": "Preparing to query data...",
- "readyToFind": "The design elements are ready ({n} in total)...",
- "findPatternCount": "{N} matches found",
- "findPatternCountCompleted": "After the query is complete, {n} matches have been found",
- "elementPattern": "<b>Element:</b> {element}, <b>Attributes:</b> {property}: ",
- "element": "Element",
- "saveDesigner": "Save",
- "openDesigner": "Open",
- "findInfor": "You found a match in this design element:",
- "findInforOpen": "Click here to open design elements",
- "notice": {
- "save_success": "Saved successfully!"
- }
- }
- MWF.xApplication.FindDesigner["lp."+o2.language] = MWF.xApplication.FindDesigner.LP
|