+ {isEn ? group.labelEn : group.labelZh} +
++ {isEn ? group.descriptionEn : group.descriptionZh} +
+-
+ {group.cities.map((city) => (
+
- + + {cityDisplayName(city)} + + + {city.icao} + + + ))} +
+ {isEn ? "Supported cities" : "当前支持城市"} +
++ {isEn + ? "Coverage is generated from the same city list used by the terminal. If your market is not listed, contact us to evaluate the settlement station, source cadence, and alert workflow." + : "这里复用终端同一份城市列表生成。未列出的市场可以联系评估结算站、数据源频率和提醒工作流。"} +
+ + {isEn ? "Open terminal" : "进入终端"} ++ {isEn ? group.descriptionEn : group.descriptionZh} +
+