mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 00:34:28 +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": "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",
|
||||
|
||||
Reference in New Issue
Block a user