mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
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:
@@ -119,6 +119,7 @@
|
||||
"hoursMinutesBehindDefaultTimezone": "比預設時區晚{hours}小時{minutes}分",
|
||||
"hoursMinutesAheadOfDefaultTimezone": "比預設時區早{hours}小時{minutes}分",
|
||||
"monthDay": "{ordinal}日",
|
||||
"lastMonthDay": "倒數第{ordinal}日",
|
||||
"eachMonthDayInMonthDays": "{ordinal}日",
|
||||
"monthDays": "{multiMonthDays}",
|
||||
"everyMultiDaysOfWeek": "每{days}",
|
||||
@@ -1540,6 +1541,7 @@
|
||||
"Recent 5 years": "最近5年",
|
||||
"Previous Billing Cycle": "上個帳單週期",
|
||||
"Current Billing Cycle": "當前帳單週期",
|
||||
"Last day": "倒數第1日",
|
||||
"Custom Date": "自訂日期",
|
||||
"Start Date": "開始日期",
|
||||
"End Date": "結束日期",
|
||||
@@ -1573,6 +1575,8 @@
|
||||
"Does not end with": "結尾不是",
|
||||
"Matches regex": "正則匹配",
|
||||
"Does not match regex": "不匹配正則",
|
||||
"Minute offset is between": "分钟偏移量介於",
|
||||
"Minute offset is not between": "分钟偏移量不介於",
|
||||
"Latitude is between": "緯度介於",
|
||||
"Latitude is not between": "緯度不介於",
|
||||
"Longitude is between": "經度介於",
|
||||
|
||||
Reference in New Issue
Block a user