mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add total expense/income amount in statistics page
This commit is contained in:
@@ -626,6 +626,8 @@ export default {
|
||||
'No transaction data': 'No transaction data',
|
||||
'Are you sure you want to delete this transaction?': 'Are you sure you want to delete this transaction?',
|
||||
'Unable to delete this transaction': 'Unable to delete this transaction',
|
||||
'Total Expense': 'Total Expense',
|
||||
'Total Income': 'Total Income',
|
||||
'Expense Chart': 'Expense Chart',
|
||||
'Expense By Account': 'Expense By Account',
|
||||
'Expense By Primary Category': 'Expense By Primary Category',
|
||||
|
||||
@@ -626,6 +626,8 @@ export default {
|
||||
'No transaction data': '没有交易数据',
|
||||
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',
|
||||
'Unable to delete this transaction': '无法删除该交易',
|
||||
'Total Expense': '总支出',
|
||||
'Total Income': '总收入',
|
||||
'Expense Chart': '支出图表',
|
||||
'Expense By Account': '账号支出',
|
||||
'Expense By Primary Category': '一级分类支出',
|
||||
|
||||
Reference in New Issue
Block a user