diff --git a/web/src/i18n/translations.ts b/web/src/i18n/translations.ts index 8b76de1b..ed5caaad 100644 --- a/web/src/i18n/translations.ts +++ b/web/src/i18n/translations.ts @@ -179,19 +179,16 @@ export const translations = { user: 'User', signer: 'Signer', passphrase: 'Passphrase', - enterSecretKey: 'Enter Secret Key', enterPrivateKey: 'Enter Private Key', enterWalletAddress: 'Enter Wallet Address', enterUser: 'Enter User', enterSigner: 'Enter Signer Address', + enterSecretKey: 'Enter Secret Key', enterPassphrase: 'Enter Passphrase (Required for OKX)', hyperliquidPrivateKeyDesc: 'Hyperliquid uses private key for trading authentication', hyperliquidWalletAddressDesc: 'Wallet address corresponding to the private key', - securityWarning: '⚠️ Security Notice', - securityTip1: '• API keys will be encrypted and stored. Recommend using read-only or futures trading permissions', - securityTip2: '• Do not grant withdrawal permissions to ensure fund safety', - securityTip3: '• After deleting configuration, related traders will not be able to trade normally', - testnetDescription: 'Enable to connect to exchange testnet environment for simulation trading', + testnetDescription: 'Enable to connect to exchange test environment for simulated trading', + securityWarning: 'Security Warning', saveConfiguration: 'Save Configuration', // Trader Configuration @@ -249,10 +246,6 @@ export const translations = { addExchange: 'Add Exchange', confirmDeleteExchange: 'Are you sure you want to delete this exchange configuration?', pleaseSelectExchange: 'Please select an exchange', - enterSecretKey: 'Enter secret key', - enterPassphrase: 'Enter Passphrase (Required for OKX)', - testnetDescription: 'Enable to connect to exchange test environment for simulated trading', - securityWarning: 'Security Warning', exchangeConfigWarning1: '• API keys will be encrypted, recommend using read-only or futures trading permissions', exchangeConfigWarning2: '• Do not grant withdrawal permissions to ensure fund security', exchangeConfigWarning3: '• After deleting configuration, related traders will not be able to trade', @@ -511,11 +504,8 @@ export const translations = { enterPassphrase: '输入Passphrase (OKX必填)', hyperliquidPrivateKeyDesc: 'Hyperliquid 使用私钥进行交易认证', hyperliquidWalletAddressDesc: '与私钥对应的钱包地址', - securityWarning: '⚠️ 安全提示', - securityTip1: '• API密钥将被加密存储,建议使用只读或期货交易权限', - securityTip2: '• 不要授予提现权限,确保资金安全', - securityTip3: '• 删除配置后,相关交易员将无法正常交易', testnetDescription: '启用后将连接到交易所测试环境,用于模拟交易', + securityWarning: '安全提示', saveConfiguration: '保存配置', // Trader Configuration @@ -573,10 +563,6 @@ export const translations = { addExchange: '添加交易所', confirmDeleteExchange: '确定要删除此交易所配置吗?', pleaseSelectExchange: '请选择交易所', - enterSecretKey: '输入密钥', - enterPassphrase: '输入Passphrase (OKX必填)', - testnetDescription: '启用后将连接到交易所测试环境,用于模拟交易', - securityWarning: '安全提示', exchangeConfigWarning1: '• API密钥将被加密存储,建议使用只读或期货交易权限', exchangeConfigWarning2: '• 不要授予提现权限,确保资金安全', exchangeConfigWarning3: '• 删除配置后,相关交易员将无法正常交易',