mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
add chart date type settings for trend analysis
This commit is contained in:
@@ -759,6 +759,12 @@ export default {
|
||||
'Last month': 'Last month',
|
||||
'This year': 'This year',
|
||||
'Last year': 'Last year',
|
||||
'Recent 12 months': 'Recent 12 months',
|
||||
'Recent 24 months': 'Recent 24 months',
|
||||
'Recent 36 months': 'Recent 36 months',
|
||||
'Recent 2 years': 'Recent 2 years',
|
||||
'Recent 3 years': 'Recent 3 years',
|
||||
'Recent 5 years': 'Recent 5 years',
|
||||
'Custom Date': 'Custom Date',
|
||||
'Start Time': 'Start Time',
|
||||
'End Time': 'End Time',
|
||||
|
||||
@@ -759,6 +759,12 @@ export default {
|
||||
'Last month': '上月',
|
||||
'This year': '今年',
|
||||
'Last year': '去年',
|
||||
'Recent 12 months': '最近12个月',
|
||||
'Recent 24 months': '最近24个月',
|
||||
'Recent 36 months': '最近36个月',
|
||||
'Recent 2 years': '最近2年',
|
||||
'Recent 3 years': '最近3年',
|
||||
'Recent 5 years': '最近5年',
|
||||
'Custom Date': '自定义日期',
|
||||
'Start Time': '开始时间',
|
||||
'End Time': '结束时间',
|
||||
|
||||
Reference in New Issue
Block a user