support filtering transactions by time zone minute offset, day of week, day of month, month of year and transaction hour in insights explorer

This commit is contained in:
MaysWind
2026-04-12 22:04:52 +08:00
parent d605a8f4ec
commit f214b7db88
27 changed files with 613 additions and 12 deletions
+4
View File
@@ -119,6 +119,7 @@
"hoursMinutesBehindDefaultTimezone": "기본 시간대보다 {hours}시간 {minutes}분 느립니다",
"hoursMinutesAheadOfDefaultTimezone": "기본 시간대보다 {hours}시간 {minutes}분 빠릅니다",
"monthDay": "{ordinal}일",
"lastMonthDay": "Last {ordinal} day",
"eachMonthDayInMonthDays": "{ordinal}",
"monthDays": "{multiMonthDays}일",
"everyMultiDaysOfWeek": "매주 {days}",
@@ -1540,6 +1541,7 @@
"Recent 5 years": "최근 5년",
"Previous Billing Cycle": "이전 청구 주기",
"Current Billing Cycle": "현재 청구 주기",
"Last day": "Last day",
"Custom Date": "사용자 지정 날짜",
"Start Date": "시작 날짜",
"End Date": "종료 날짜",
@@ -1573,6 +1575,8 @@
"Does not end with": "Does not end with",
"Matches regex": "Matches regex",
"Does not match regex": "Does not match regex",
"Minute offset is between": "Minute offset is between",
"Minute offset is not between": "Minute offset is not between",
"Latitude is between": "Latitude is between",
"Latitude is not between": "Latitude is not between",
"Longitude is between": "Longitude is between",