support hiding transaction amount

This commit is contained in:
MaysWind
2021-04-28 23:37:02 +08:00
parent 9cf25081ad
commit 4ec59bd0bd
8 changed files with 53 additions and 6 deletions
+2
View File
@@ -787,6 +787,8 @@ export default {
'Income Amount': 'Income Amount',
'Transfer Out Amount': 'Transfer Out Amount',
'Transfer In Amount': 'Transfer In Amount',
'Show Amount': 'Show Amount',
'Hide Amount': 'Hide Amount',
'Category': 'Category',
'Account': 'Account',
'Source Account': 'Source Account',
+2
View File
@@ -787,6 +787,8 @@ export default {
'Income Amount': '收入金额',
'Transfer Out Amount': '转出金额',
'Transfer In Amount': '转入金额',
'Show Amount': '显示金额',
'Hide Amount': '隐藏金额',
'Category': '分类',
'Account': '账户',
'Source Account': '来源账户',