mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54: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