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