mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-12 23:36:55 +08:00
fix(web): 修正 FAQ 翻译文件中的错误信息 (#552)
- 删除 OKX 虚假支持声明(后端未实现) - 补充 Aster DEX 的 API 配置说明 - 修正测试网说明为暂时不支持
This commit is contained in:
@@ -537,7 +537,7 @@ export const translations = {
|
|||||||
|
|
||||||
faqSupportedExchanges: 'Which exchanges are supported?',
|
faqSupportedExchanges: 'Which exchanges are supported?',
|
||||||
faqSupportedExchangesAnswer:
|
faqSupportedExchangesAnswer:
|
||||||
'Binance Futures, Hyperliquid, Aster DEX, and OKX are supported. More exchanges coming soon.',
|
'Binance Futures, Hyperliquid, and Aster DEX are supported. More exchanges coming soon.',
|
||||||
|
|
||||||
faqIsProfitable: 'Is NOFX profitable?',
|
faqIsProfitable: 'Is NOFX profitable?',
|
||||||
faqIsProfitableAnswer:
|
faqIsProfitableAnswer:
|
||||||
@@ -567,7 +567,7 @@ export const translations = {
|
|||||||
|
|
||||||
faqGetApiKeys: 'How do I get API keys?',
|
faqGetApiKeys: 'How do I get API keys?',
|
||||||
faqGetApiKeysAnswer:
|
faqGetApiKeysAnswer:
|
||||||
'For Binance: Account → API Management → Create API → Enable Futures. For Hyperliquid: Visit Hyperliquid App → API Settings.',
|
'For Binance: Account → API Management → Create API → Enable Futures. For Hyperliquid: Visit Hyperliquid App → API Settings. For Aster DEX: Configure main wallet address (User), API wallet address (Signer), and private key (Private Key).',
|
||||||
|
|
||||||
faqUseSubaccount: 'Should I use a subaccount?',
|
faqUseSubaccount: 'Should I use a subaccount?',
|
||||||
faqUseSubaccountAnswer:
|
faqUseSubaccountAnswer:
|
||||||
@@ -583,7 +583,7 @@ export const translations = {
|
|||||||
|
|
||||||
faqTestnet: 'Can I use testnet for testing?',
|
faqTestnet: 'Can I use testnet for testing?',
|
||||||
faqTestnetAnswer:
|
faqTestnetAnswer:
|
||||||
'Binance testnet exists but is not well maintained. Prices often stay flat and data quality is poor. We recommend using real trading with small amounts (10-50 USDT) for testing instead.',
|
'Testnet is not supported at the moment. We recommend using real trading with small amounts (10-50 USDT) for testing.',
|
||||||
|
|
||||||
// Trading Questions
|
// Trading Questions
|
||||||
faqNoTrades: "Why isn't my trader making any trades?",
|
faqNoTrades: "Why isn't my trader making any trades?",
|
||||||
@@ -1178,7 +1178,7 @@ export const translations = {
|
|||||||
|
|
||||||
faqSupportedExchanges: '支持哪些交易所?',
|
faqSupportedExchanges: '支持哪些交易所?',
|
||||||
faqSupportedExchangesAnswer:
|
faqSupportedExchangesAnswer:
|
||||||
'支持币安合约(Binance Futures)、Hyperliquid、Aster DEX 和 OKX。更多交易所开发中。',
|
'支持币安合约(Binance Futures)、Hyperliquid 和 Aster DEX。更多交易所开发中。',
|
||||||
|
|
||||||
faqIsProfitable: 'NOFX 能盈利吗?',
|
faqIsProfitable: 'NOFX 能盈利吗?',
|
||||||
faqIsProfitableAnswer:
|
faqIsProfitableAnswer:
|
||||||
@@ -1208,7 +1208,7 @@ export const translations = {
|
|||||||
|
|
||||||
faqGetApiKeys: '如何获取 API 密钥?',
|
faqGetApiKeys: '如何获取 API 密钥?',
|
||||||
faqGetApiKeysAnswer:
|
faqGetApiKeysAnswer:
|
||||||
'币安:账户 → API 管理 → 创建 API → 启用合约。Hyperliquid:访问 Hyperliquid App → API 设置。',
|
'币安:账户 → API 管理 → 创建 API → 启用合约。Hyperliquid:访问 Hyperliquid App → API 设置。Aster DEX:配置主钱包地址(User)、API 钱包地址(Signer)和私钥(Private Key)。',
|
||||||
|
|
||||||
faqUseSubaccount: '应该使用子账户吗?',
|
faqUseSubaccount: '应该使用子账户吗?',
|
||||||
faqUseSubaccountAnswer:
|
faqUseSubaccountAnswer:
|
||||||
@@ -1224,7 +1224,7 @@ export const translations = {
|
|||||||
|
|
||||||
faqTestnet: '可以使用测试网测试吗?',
|
faqTestnet: '可以使用测试网测试吗?',
|
||||||
faqTestnetAnswer:
|
faqTestnetAnswer:
|
||||||
'币安测试网存在但维护不佳,价格经常横盘,数据质量差。我们建议使用真实交易但小额资金(10-50 USDT)进行测试。',
|
'暂时不支持测试网。我们建议使用真实交易但小额资金(10-50 USDT)进行测试。',
|
||||||
|
|
||||||
// Trading Questions
|
// Trading Questions
|
||||||
faqNoTrades: '为什么我的交易员不开仓?',
|
faqNoTrades: '为什么我的交易员不开仓?',
|
||||||
|
|||||||
Reference in New Issue
Block a user