feat: 重命名交易对管理为代币化交易对管理,并新增交易对的添加和编辑功能

This commit is contained in:
2026-01-07 17:16:57 +07:00
parent c9c2288c2a
commit 7fd004e4d2
9 changed files with 15 additions and 17 deletions

View File

@@ -245,7 +245,7 @@ const local: App.I18n.Schema = {
transfer: 'Transfer',
withdraw_approved: 'Approved Withdraw',
asset: 'Asset Management',
tradingpairs: 'Trading Pairs Management',
'tokenization_trading-pairs': 'Trading Pairs Management',
tokenization: 'Tokenization Management',
tokenization_product: 'Tokenization Product'
},

View File

@@ -241,7 +241,7 @@ const local: App.I18n.Schema = {
user_transfer: '用户转账记录',
transfer: '转账管理',
asset: '资产管理',
tradingpairs: '交易对管理',
'tokenization_trading-pairs': '交易对管理',
tokenization: '代币化管理',
tokenization_product: '代币化产品'
},