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": "h:mm A"
},
"yearQuarter": {
"q1": "ไตรมาสที่ 1 {year}",
"q2": "ไตรมาสที่ 2 {year}",
"q3": "ไตรมาสที่ 3 {year}",
"q4": "ไตรมาสที่ 4 {year}"
"content": "{quarter} {year}"
},
"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": {