mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
support changing chart data source type
This commit is contained in:
@@ -624,6 +624,14 @@ 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',
|
||||
'Expense Chart': 'Expense Chart',
|
||||
'Expense By Account': 'Expense By Account',
|
||||
'Expense By Primary Category': 'Expense By Primary Category',
|
||||
'Expense By Secondary Category': 'Expense By Secondary Category',
|
||||
'Income Chart': 'Income Chart',
|
||||
'Income By Account': 'Income By Account',
|
||||
'Income By Primary Category': 'Income By Primary Category',
|
||||
'Income By Secondary Category': 'Income By Secondary Category',
|
||||
'User Profile': 'User Profile',
|
||||
'Language': 'Language',
|
||||
'Auto Update Exchange Rates Data': 'Auto Update Exchange Rates Data',
|
||||
|
||||
@@ -624,6 +624,14 @@ export default {
|
||||
'No transaction data': '没有交易数据',
|
||||
'Are you sure you want to delete this transaction?': '您确定要删除该交易?',
|
||||
'Unable to delete this transaction': '无法删除该交易',
|
||||
'Expense Chart': '支出图表',
|
||||
'Expense By Account': '账号支出',
|
||||
'Expense By Primary Category': '一级分类支出',
|
||||
'Expense By Secondary Category': '二级分类支出',
|
||||
'Income Chart': '收入图表',
|
||||
'Income By Account': '账号收入',
|
||||
'Income By Primary Category': '一级分类收入',
|
||||
'Income By Secondary Category': '二级分类收入',
|
||||
'User Profile': '用户信息',
|
||||
'Language': '语言',
|
||||
'Auto Update Exchange Rates Data': '自动更新汇率数据',
|
||||
|
||||
Reference in New Issue
Block a user