| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- export const TerminalMap = {
- "MT4": {
- "desktop": {
- "windows": [
- {
- "nameKey": "Downloadpage.item4",
- "descriptionKey": "Downloadpage.item5",
- "url": "{myLink}/mt/cwgmarketssvgltd4setup.exe",
- "filename": "cwgmarketssvgltd4setup.exe",
- "icon": "windows-os-1-48.png"
- },
- {
- "nameKey": "Downloadpage.item4-1",
- "descriptionKey": "Downloadpage.item5",
- "url": "{myLink}/mt/mt4.zip",
- "filename": "mt4.zip",
- "icon": "windows-os-1-48.png"
- }
- ],
- "mac": [
- {
- "nameKey": "Downloadpage.item6",
- "descriptionKey": "Downloadpage.item5",
- "url": "{myLink}/mt/MetaTrader4.pkg",
- "filename": "MetaTrader4.pkg",
- "icon": "apple-os-1-48.png"
- }
- ]
- },
- "web": {
- "url": "https://www.{domain}.com/{lang}/vu-mt4-web-trading/web",
- "descriptionKey": "Downloadpage.item40"
- },
- "mobile": {
- "android": [
- {
- "name": "Google Play",
- "descriptionKey": "Downloadpage.item9",
- "url": "https://www.metatrader4.com/en/download#download-block-android?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live",
- "qrText": "https://www.metatrader4.com/en/download#download-block-android?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live"
- },
- {
- "name": "MetaTrader .Apk",
- "descriptionKey": "Downloadpage.item9",
- "url": "https://secure.{domain}.com/metatrader/metatrader4.apk",
- "qrText": "https://secure.{domain}.com/metatrader/metatrader4.apk"
- }
- ],
- "ios": [
- {
- "name": "App Store",
- "descriptionKey": "Downloadpage.item10",
- "url": "https://apps.apple.com/us/app/metatrader-4/id496212596?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live",
- "qrText": "https://apps.apple.com/us/app/metatrader-4/id496212596?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live"
- }
- ]
- }
- },
- "MT5": {
- "desktop": {
- "windows": [
- {
- "nameKey": "Downloadpage.item4",
- "descriptionKey": "Downloadpage.item5",
- "url": "{myLink}/mt/cwgmarketssvg5setup.exe",
- "filename": "cwgmarketssvg5setup.exe",
- "icon": "windows-os-1-48.png"
- },
- {
- "nameKey": "Downloadpage.item4-1",
- "descriptionKey": "Downloadpage.item5",
- "url": "{myLink}/mt/mt5.zip",
- "filename": "mt5.zip",
- "icon": "windows-os-1-48.png"
- }
- ],
- "mac": [
- {
- "nameKey": "Downloadpage.item6",
- "descriptionKey": "Downloadpage.item5",
- "url": "{myLink}/mt/MetaTrader5.pkg",
- "filename": "MetaTrader5.dmg",
- "icon": "apple-os-1-48.png"
- }
- ]
- },
- "web": {
- "url": "https://www.{domain}.com/{lang}/mt5/web",
- "descriptionKey": "Downloadpage.item40"
- },
- "mobile": {
- "android": [
- {
- "name": "Google Play",
- "descriptionKey": "Downloadpage.item14",
- "url": "https://download.metatrader.com/cdn/mobile/mt5/android?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live",
- "qrText": "https://download.metatrader.com/cdn/mobile/mt5/android?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live"
- },
- {
- "name": "MetaTrader .Apk",
- "descriptionKey": "Downloadpage.item14",
- "url": "{myLink}/mt/metatrader5.apk",
- "qrText": "{myLink}/mt/metatrader5.apk"
- }
- ],
- "ios": [
- {
- "name": "App Store",
- "descriptionKey": "Downloadpage.item15",
- "url": "https://download.metatrader.com/cdn/mobile/mt5/ios?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live",
- "qrText": "https://download.metatrader.com/cdn/mobile/mt5/ios?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live"
- }
- ]
- }
- }
- }
|