en.js 1.3 KB

123456789101112131415161718192021222324252627
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.appstore = MWF.xApplication.appstore || {};
  3. MWF.xApplication.appstore.LP={
  4. "title": "appstore",
  5. "all": "All",
  6. "searchPlaceholder": "Please enter a search keyword",
  7. "close": "Close",
  8. "install": "Install",
  9. "installed": "Installed",
  10. "update": "Update",
  11. "installVip": "Contact Us",
  12. "installing": "Installing...",
  13. "updateInfoTitle": "Update App Confirmation",
  14. "installInfoTitle": "Install Application Confirmation",
  15. "updateInfo": "Are you sure to update this app? If your app has been modified, this update will replace your modified design.",
  16. "installInfo": "Are you sure you want to install this app?",
  17. "installSuccess": "App installed successfully!",
  18. "contactUs": "Scan the QR code on WeChat to contact a sales consultant for more information!",
  19. "phoneNumber": "400-888-0545",
  20. "clickToConfig": "Click here for system configuration",
  21. "clickToDoc": "Click here for configuration instructions",
  22. "notAdmin": "Sorry, only administrators can access the app market, you have insufficient permissions!",
  23. "offlineInstall": "Offline Install",
  24. "offlineInstallInfo": "You can click here to install the application package offline",
  25. "configDocUrl": "https://www.o2oa.net/cms/serverdeployment/112.html"
  26. }
  27. MWF.xApplication.appstore["lp."+o2.language] = MWF.xApplication.appstore.LP