add time-based categories "Transaction Day of Week", "Transaction Day of Month", "Transaction Month of Year" and "Transaction Quarter of Year" in insights & explore

This commit is contained in:
MaysWind
2025-12-31 00:38:36 +08:00
parent f5e4d82efc
commit 8ea8a9fe2a
22 changed files with 193 additions and 75 deletions
+7 -4
View File
@@ -97,10 +97,7 @@
"hh_mm_a": "hh:mm A"
},
"yearQuarter": {
"q1": "{year}년 1사분기",
"q2": "{year}년 2사분기",
"q3": "{year}년 3사분기",
"q4": "{year}년 4사분기"
"content": "{year}년 {quarter}"
},
"fiscalYear": {
"StartYYYY_EndYYYY": "{StartYYYY}-{EndYYYY}년도",
@@ -282,6 +279,12 @@
"29": "29",
"30": "30",
"31": "31"
},
"quarter": {
"q1": "1사분기",
"q2": "2사분기",
"q3": "3사분기",
"q4": "4사분기"
}
},
"granularity": {