mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add account total assets/liabilities chart
This commit is contained in:
@@ -647,6 +647,9 @@ 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 Amount': 'Total Amount',
|
||||
'Total Assets': 'Total Assets',
|
||||
'Total Liabilities': 'Total Liabilities',
|
||||
'Total Expense': 'Total Expense',
|
||||
'Total Income': 'Total Income',
|
||||
'Expense Chart': 'Expense Chart',
|
||||
@@ -657,6 +660,8 @@ export default {
|
||||
'Income By Account': 'Income By Account',
|
||||
'Income By Primary Category': 'Income By Primary Category',
|
||||
'Income By Secondary Category': 'Income By Secondary Category',
|
||||
'Account Total Assets': 'Account Total Assets',
|
||||
'Account Total Liabilities': 'Account Total Liabilities',
|
||||
'Statistics Settings': 'Statistics Settings',
|
||||
'Default Chart Type': 'Default Chart Type',
|
||||
'Default Chart Data Type': 'Default Chart Data Type',
|
||||
|
||||
@@ -647,6 +647,9 @@ export default {
|
||||
'No transaction data': '没有交易数据',
|
||||
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',
|
||||
'Unable to delete this transaction': '无法删除该交易',
|
||||
'Total Amount': '总金额',
|
||||
'Total Assets': '总资产',
|
||||
'Total Liabilities': '总负债',
|
||||
'Total Expense': '总支出',
|
||||
'Total Income': '总收入',
|
||||
'Expense Chart': '支出图表',
|
||||
@@ -657,6 +660,8 @@ export default {
|
||||
'Income By Account': '账户收入',
|
||||
'Income By Primary Category': '一级分类收入',
|
||||
'Income By Secondary Category': '二级分类收入',
|
||||
'Account Total Assets': '账户总资产',
|
||||
'Account Total Liabilities': '账户总负债',
|
||||
'Statistics Settings': '统计设置',
|
||||
'Default Chart Type': '默认图表类型',
|
||||
'Default Chart Data Type': '默认图表数据类型',
|
||||
|
||||
Reference in New Issue
Block a user