add swap account and/or amount menu in transaction edit page

This commit is contained in:
MaysWind
2024-03-04 00:28:20 +08:00
parent deb465377e
commit 8c83af1543
4 changed files with 52 additions and 0 deletions
+3
View File
@@ -957,6 +957,9 @@ export default {
'Transfer In Amount': 'Transfer In Amount',
'Show Amount': 'Show Amount',
'Hide Amount': 'Hide Amount',
'Swap Account': 'Swap Account',
'Swap Amount': 'Swap Amount',
'Swap Account and Amount': 'Swap Account and Amount',
'Category': 'Category',
'Account': 'Account',
'Source Account': 'Source Account',
+3
View File
@@ -957,6 +957,9 @@ export default {
'Transfer In Amount': '转入金额',
'Show Amount': '显示金额',
'Hide Amount': '隐藏金额',
'Swap Account': '交换账户',
'Swap Amount': '交换金额',
'Swap Account and Amount': '交换账户和金额',
'Category': '分类',
'Account': '账户',
'Source Account': '来源账户',