TerminalMap.ts 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. export const TerminalMap = {
  2. "MT4": {
  3. "desktop": {
  4. "windows": [
  5. {
  6. "nameKey": "Downloadpage.item4",
  7. "descriptionKey": "Downloadpage.item5",
  8. "url": "{myLink}/mt/cwgmarketssvgltd4setup.exe",
  9. "filename": "cwgmarketssvgltd4setup.exe",
  10. "icon": "windows-os-1-48.png"
  11. },
  12. {
  13. "nameKey": "Downloadpage.item4-1",
  14. "descriptionKey": "Downloadpage.item5",
  15. "url": "{myLink}/mt/mt4.zip",
  16. "filename": "mt4.zip",
  17. "icon": "windows-os-1-48.png"
  18. }
  19. ],
  20. "mac": [
  21. {
  22. "nameKey": "Downloadpage.item6",
  23. "descriptionKey": "Downloadpage.item5",
  24. "url": "{myLink}/mt/MetaTrader4.pkg",
  25. "filename": "MetaTrader4.pkg",
  26. "icon": "apple-os-1-48.png"
  27. }
  28. ]
  29. },
  30. "web": {
  31. "url": "https://www.{domain}.com/{lang}/vu-mt4-web-trading/web",
  32. "descriptionKey": "Downloadpage.item40"
  33. },
  34. "mobile": {
  35. "android": [
  36. {
  37. "name": "Google Play",
  38. "descriptionKey": "Downloadpage.item9",
  39. "url": "https://www.metatrader4.com/en/download#download-block-android?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live",
  40. "qrText": "https://www.metatrader4.com/en/download#download-block-android?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live"
  41. },
  42. {
  43. "name": "MetaTrader .Apk",
  44. "descriptionKey": "Downloadpage.item9",
  45. "url": "https://secure.{domain}.com/metatrader/metatrader4.apk",
  46. "qrText": "https://secure.{domain}.com/metatrader/metatrader4.apk"
  47. }
  48. ],
  49. "ios": [
  50. {
  51. "name": "App Store",
  52. "descriptionKey": "Downloadpage.item10",
  53. "url": "https://apps.apple.com/us/app/metatrader-4/id496212596?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live",
  54. "qrText": "https://apps.apple.com/us/app/metatrader-4/id496212596?server=CWGMarketsSVGLtd-Demo,CWGMarketsSVGLtd-Live"
  55. }
  56. ]
  57. }
  58. },
  59. "MT5": {
  60. "desktop": {
  61. "windows": [
  62. {
  63. "nameKey": "Downloadpage.item4",
  64. "descriptionKey": "Downloadpage.item5",
  65. "url": "{myLink}/mt/cwgmarketssvg5setup.exe",
  66. "filename": "cwgmarketssvg5setup.exe",
  67. "icon": "windows-os-1-48.png"
  68. },
  69. {
  70. "nameKey": "Downloadpage.item4-1",
  71. "descriptionKey": "Downloadpage.item5",
  72. "url": "{myLink}/mt/mt5.zip",
  73. "filename": "mt5.zip",
  74. "icon": "windows-os-1-48.png"
  75. }
  76. ],
  77. "mac": [
  78. {
  79. "nameKey": "Downloadpage.item6",
  80. "descriptionKey": "Downloadpage.item5",
  81. "url": "{myLink}/mt/MetaTrader5.pkg",
  82. "filename": "MetaTrader5.dmg",
  83. "icon": "apple-os-1-48.png"
  84. }
  85. ]
  86. },
  87. "web": {
  88. "url": "https://www.{domain}.com/{lang}/mt5/web",
  89. "descriptionKey": "Downloadpage.item40"
  90. },
  91. "mobile": {
  92. "android": [
  93. {
  94. "name": "Google Play",
  95. "descriptionKey": "Downloadpage.item14",
  96. "url": "https://download.metatrader.com/cdn/mobile/mt5/android?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live",
  97. "qrText": "https://download.metatrader.com/cdn/mobile/mt5/android?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live"
  98. },
  99. {
  100. "name": "MetaTrader .Apk",
  101. "descriptionKey": "Downloadpage.item14",
  102. "url": "{myLink}/mt/metatrader5.apk",
  103. "qrText": "{myLink}/mt/metatrader5.apk"
  104. }
  105. ],
  106. "ios": [
  107. {
  108. "name": "App Store",
  109. "descriptionKey": "Downloadpage.item15",
  110. "url": "https://download.metatrader.com/cdn/mobile/mt5/ios?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live",
  111. "qrText": "https://download.metatrader.com/cdn/mobile/mt5/ios?server=CWGMarketsSVG-Demo,CWGMarketsSVG-Live"
  112. }
  113. ]
  114. }
  115. }
  116. }