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