From c7d7884d2b2bd0179e7fb5fd5da79ae464a79f14 Mon Sep 17 00:00:00 2001 From: CoderMageFox Date: Wed, 5 Nov 2025 13:26:05 +0800 Subject: [PATCH] feat: add Aster API wallet links to help tooltips Added direct links to Aster API wallet page in help tooltips for easier access. Changes: - Added English link: https://www.asterdex.com/en/api-wallet - Added Chinese link: https://www.asterdex.com/zh-CN/api-wallet - Updated asterSignerDesc with API wallet URL - Updated asterPrivateKeyDesc with API wallet URL and security note - Users can now directly access the API wallet page from tooltips Co-Authored-By: tinkle-community --- web/src/i18n/translations.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/i18n/translations.ts b/web/src/i18n/translations.ts index 25eb75d5..a48b96b1 100644 --- a/web/src/i18n/translations.ts +++ b/web/src/i18n/translations.ts @@ -200,9 +200,9 @@ export const translations = { asterUserDesc: 'Main wallet address - The EVM wallet address you use to log in to Aster', asterSignerDesc: - 'API wallet address - Generate from Aster API Wallet page', + 'API wallet address - Generate from https://www.asterdex.com/en/api-wallet', asterPrivateKeyDesc: - 'API wallet private key - Only used locally for signing, never transmitted', + 'API wallet private key - Get from https://www.asterdex.com/en/api-wallet (only used locally for signing, never transmitted)', asterUsdtWarning: 'Important: Aster only tracks USDT balance. Please ensure you use USDT as margin currency to avoid P&L calculation errors caused by price fluctuations of other assets (BNB, ETH, etc.)', testnetDescription: @@ -669,9 +669,9 @@ export const translations = { asterUserDesc: '主钱包地址 - 您用于登录 Aster 的 EVM 钱包地址', asterSignerDesc: - 'API 钱包地址 - 从 Aster API 钱包页面生成', + 'API 钱包地址 - 从 https://www.asterdex.com/zh-CN/api-wallet 生成', asterPrivateKeyDesc: - 'API 钱包私钥 - 仅在本地用于签名,不会被传输', + 'API 钱包私钥 - 从 https://www.asterdex.com/zh-CN/api-wallet 获取(仅在本地用于签名,不会被传输)', asterUsdtWarning: '重要提示:Aster 仅统计 USDT 余额。请确保您使用 USDT 作为保证金币种,避免其他资产(BNB、ETH等)的价格波动导致盈亏统计错误', testnetDescription: '启用后将连接到交易所测试环境,用于模拟交易',