mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 09:14:27 +08:00
add summary card in home page
This commit is contained in:
@@ -46,6 +46,42 @@ export default {
|
||||
},
|
||||
'Sunday': {
|
||||
'short': 'Sun'
|
||||
},
|
||||
'January': {
|
||||
'long': 'January'
|
||||
},
|
||||
'February': {
|
||||
'long': 'February'
|
||||
},
|
||||
'March': {
|
||||
'long': 'March'
|
||||
},
|
||||
'April': {
|
||||
'long': 'April'
|
||||
},
|
||||
'May': {
|
||||
'long': 'May'
|
||||
},
|
||||
'June': {
|
||||
'long': 'June'
|
||||
},
|
||||
'July': {
|
||||
'long': 'July'
|
||||
},
|
||||
'August': {
|
||||
'long': 'August'
|
||||
},
|
||||
'September': {
|
||||
'long': 'September'
|
||||
},
|
||||
'October': {
|
||||
'long': 'October'
|
||||
},
|
||||
'November': {
|
||||
'long': 'November'
|
||||
},
|
||||
'December': {
|
||||
'long': 'December'
|
||||
}
|
||||
},
|
||||
'currency': {
|
||||
@@ -503,6 +539,7 @@ export default {
|
||||
'This Week': 'This Week',
|
||||
'This Month': 'This Month',
|
||||
'This Year': 'This Year',
|
||||
'Income of this month': 'Income of this month',
|
||||
'Unable to get transaction overview': 'Unable to get transaction overview',
|
||||
'Net assets': 'Net assets',
|
||||
'Total assets': 'Total assets',
|
||||
|
||||
Reference in New Issue
Block a user