mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24: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} Stunde(n) und {minutes} Minute(n) hinter der Standardzeitzone",
|
||||
"hoursMinutesAheadOfDefaultTimezone": "{hours} Stunde(n) und {minutes} Minute(n) vor der Standardzeitzone",
|
||||
"monthDay": "{ordinal} Tag",
|
||||
"lastMonthDay": "Last {ordinal} day",
|
||||
"eachMonthDayInMonthDays": "{ordinal}",
|
||||
"monthDays": "{multiMonthDays} Tage",
|
||||
"everyMultiDaysOfWeek": "Jeden {days}",
|
||||
@@ -1540,6 +1541,7 @@
|
||||
"Recent 5 years": "Letzte 5 Jahre",
|
||||
"Previous Billing Cycle": "Vorheriger Abrechnungszeitraum",
|
||||
"Current Billing Cycle": "Aktueller Abrechnungszeitraum",
|
||||
"Last day": "Last day",
|
||||
"Custom Date": "Benutzerdefiniertes Datum",
|
||||
"Start Date": "Startdatum",
|
||||
"End Date": "Enddatum",
|
||||
@@ -1573,6 +1575,8 @@
|
||||
"Does not end with": "Endet nicht mit",
|
||||
"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": "Breitengrad zwischen",
|
||||
"Latitude is not between": "Breitengrad nicht zwischen",
|
||||
"Longitude is between": "Längengrad zwischen",
|
||||
|
||||
Reference in New Issue
Block a user