en.js 1.5 KB

123456789101112131415161718192021222324252627282930
  1. MWF.xApplication = MWF.xApplication || {};
  2. MWF.xApplication.appstore = MWF.xApplication.appstore || {};
  3. MWF.xApplication.appstore.application = MWF.xApplication.appstore.application || {};
  4. MWF.xApplication.appstore.application.LP={
  5. "title": "App Market",
  6. "category": "category",
  7. "install": "Install",
  8. "installed": "installed",
  9. "update": "Update",
  10. "installVip": "Contact us",
  11. "installing": "Installing...",
  12. "download": "Download offline installation package",
  13. "communityUrl": "https://www.o2oa.net/forum/forum-42-1.html",
  14. "community": "Lotus Root Flour Community",
  15. "communityInfo": "If you have any questions or ideas, please come to our lotus root powder community to communicate!",
  16. "o2Version": "O2OA version support:",
  17. "updateInfoTitle": "Update Application Confirmation",
  18. "installInfoTitle": "Install Application Confirmation",
  19. "updateInfo": "Are you sure to update this app? If your app has been modified, this update will replace your modified design.",
  20. "installInfo": "Are you sure you want to install this application?",
  21. "installSuccess": "Application installed successfully!",
  22. "contactUs": "Scan the QR code on WeChat to contact the sales consultant for more information!",
  23. "phoneNumber": "400-888-0545",
  24. "describe": "Function Introduction",
  25. "installSteps": "Installation and use",
  26. "video": "Video",
  27. "appPic": "App Picture",
  28. "updateTime": "Update Time"
  29. }
  30. MWF.xApplication.appstore.application["lp."+o2.language] = MWF.xApplication.appstore.application.LP