add exchange rates page

This commit is contained in:
MaysWind
2023-06-23 00:21:00 +08:00
parent 88d5dc2f17
commit d6440d31f2
5 changed files with 317 additions and 3 deletions
+2
View File
@@ -917,6 +917,8 @@ export default {
'Transaction Detail': 'Transaction Detail',
'No transaction data': 'No transaction data',
'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?',
'Amount value is not number': 'Amount value is not number',
'Amount value exceeds limitation': 'Amount value exceeds limitation',
'Unable to delete this transaction': 'Unable to delete this transaction',
'Transaction Data': 'Transaction Data',
'Statistics Data': 'Statistics Data',
+2
View File
@@ -917,6 +917,8 @@ export default {
'Transaction Detail': '交易详情',
'No transaction data': '没有交易数据',
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',
'Amount value is not number': '金额值不是数值',
'Amount value exceeds limitation': '金额数值超出限制',
'Unable to delete this transaction': '无法删除该交易',
'Transaction Data': '交易数据',
'Statistics Data': '统计数据',