mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add asset summary card in home page, add 6 more months in trend card
This commit is contained in:
+3
-1
@@ -71,7 +71,8 @@ export default {
|
||||
'hoursBehindDefaultTimezone': '{hours} hour(s) behind default timezone',
|
||||
'hoursAheadOfDefaultTimezone': '{hours} hour(s) ahead of default timezone',
|
||||
'hoursMinutesBehindDefaultTimezone': '{hours} hour(s) and {minutes} minutes behind default timezone',
|
||||
'hoursMinutesAheadOfDefaultTimezone': '{hours} hour(s) and {minutes} minutes ahead of default timezone'
|
||||
'hoursMinutesAheadOfDefaultTimezone': '{hours} hour(s) and {minutes} minutes ahead of default timezone',
|
||||
'youHaveAccounts': 'You have recorded {count} accounts'
|
||||
}
|
||||
},
|
||||
'dataExport': {
|
||||
@@ -837,6 +838,7 @@ export default {
|
||||
'PIN code is wrong': 'PIN code is wrong',
|
||||
'Sign Up': 'Sign Up',
|
||||
'Overview': 'Overview',
|
||||
'Asset Summary': 'Asset Summary',
|
||||
'Trend in Income and Expense': 'Trend in Income and Expense',
|
||||
'View Details': 'View Details',
|
||||
'Transaction List': 'Transaction List',
|
||||
|
||||
@@ -71,7 +71,8 @@ export default {
|
||||
'hoursBehindDefaultTimezone': '比默认时区晚{hours}小时',
|
||||
'hoursAheadOfDefaultTimezone': '比默认时区早{hours}小时',
|
||||
'hoursMinutesBehindDefaultTimezone': '比默认时区晚{hours}小时{minutes}分',
|
||||
'hoursMinutesAheadOfDefaultTimezone': '比默认时区早{time}小时{minutes}分'
|
||||
'hoursMinutesAheadOfDefaultTimezone': '比默认时区早{time}小时{minutes}分',
|
||||
'youHaveAccounts': '您已经记录 {count} 个账户'
|
||||
}
|
||||
},
|
||||
'dataExport': {
|
||||
@@ -837,6 +838,7 @@ export default {
|
||||
'PIN code is wrong': 'PIN码错误',
|
||||
'Sign Up': '注册',
|
||||
'Overview': '总览',
|
||||
'Asset Summary': '资产概要',
|
||||
'Trend in Income and Expense': '收入与支出趋势',
|
||||
'View Details': '查看详情',
|
||||
'Transaction List': '交易列表',
|
||||
|
||||
Reference in New Issue
Block a user