123456789101112131415161718192021222324252627 |
- MWF.xApplication = MWF.xApplication || {};
- MWF.xApplication.appstore = MWF.xApplication.appstore || {};
- MWF.xApplication.appstore.LP={
- "title": "appstore",
- "all": "All",
- "searchPlaceholder": "Please enter a search keyword",
- "close": "Close",
- "install": "Install",
- "installed": "Installed",
- "update": "Update",
- "installVip": "Contact Us",
- "installing": "Installing...",
- "updateInfoTitle": "Update App 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 app?",
- "installSuccess": "App installed successfully!",
- "contactUs": "Scan the QR code on WeChat to contact a sales consultant for more information!",
- "phoneNumber": "400-888-0545",
- "clickToConfig": "Click here for system configuration",
- "clickToDoc": "Click here for configuration instructions",
- "notAdmin": "Sorry, only administrators can access the app market, you have insufficient permissions!",
- "offlineInstall": "Offline Install",
- "offlineInstallInfo": "You can click here to install the application package offline",
- "configDocUrl": "https://www.o2oa.net/cms/serverdeployment/112.html"
- }
- MWF.xApplication.appstore["lp."+o2.language] = MWF.xApplication.appstore.LP
|