feat: 新增通知管理的国际化支持,更新英文和中文语言文件
This commit is contained in:
@@ -241,13 +241,13 @@ const local: App.I18n.Schema = {
|
||||
bank: 'User Bank',
|
||||
user_bankcard: 'User Bank Card',
|
||||
user_list: 'User List',
|
||||
user_transfer: 'User Transfer',
|
||||
transfer: 'Transfer',
|
||||
withdraw_approved: 'Approved Withdraw',
|
||||
asset: 'Asset Management',
|
||||
'tokenization_trading-pairs': 'Trading Pairs Management',
|
||||
tokenization: 'Tokenization Management',
|
||||
tokenization_product: 'Tokenization Product'
|
||||
tokenization_product: 'Tokenization Product',
|
||||
notification: 'Notification Management'
|
||||
},
|
||||
page: {
|
||||
login: {
|
||||
|
||||
@@ -238,12 +238,12 @@ const local: App.I18n.Schema = {
|
||||
user_list: '用户列表',
|
||||
user_bankcard: '用户银行卡',
|
||||
bank: '银行管理',
|
||||
user_transfer: '用户转账记录',
|
||||
transfer: '转账管理',
|
||||
asset: '资产管理',
|
||||
'tokenization_trading-pairs': '交易对管理',
|
||||
tokenization: '代币化管理',
|
||||
tokenization_product: '代币化产品'
|
||||
tokenization_product: '代币化产品',
|
||||
notification: '通知管理'
|
||||
},
|
||||
page: {
|
||||
login: {
|
||||
|
||||
Reference in New Issue
Block a user