mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 08:44:25 +08:00
tag filter supports selecting both included and excluded tags simultaneously
This commit is contained in:
+15
-6
@@ -1300,7 +1300,7 @@
|
||||
"balanceTime": "Saldozeit",
|
||||
"startTime": "Startzeit",
|
||||
"endTime": "Endzeit",
|
||||
"tagFilterType": "Tag-Filtertyp",
|
||||
"tagFilter": "Tag Filter",
|
||||
"amountFilter": "Betragsfilter",
|
||||
"sourceAccountId": "Quellkonto-ID",
|
||||
"destinationAccountId": "Zielkonto-ID",
|
||||
@@ -1328,7 +1328,8 @@
|
||||
"parameter invalid email format": "{parameter} hat ein ungültiges Format",
|
||||
"parameter invalid currency": "{parameter} hat ein ungültiges Format",
|
||||
"parameter invalid color": "{parameter} hat ein ungültiges Format",
|
||||
"parameter invalid amount filter": "{parameter} hat ein ungültiges Format"
|
||||
"parameter invalid amount filter": "{parameter} hat ein ungültiges Format",
|
||||
"parameter invalid tag filter": "{parameter} hat ein ungültiges Format"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
@@ -1442,6 +1443,8 @@
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Verschiedenes",
|
||||
"Default": "Standard",
|
||||
"Included": "Included",
|
||||
"Excluded": "Excluded",
|
||||
"Done": "Fertig",
|
||||
"Continue": "Weiter",
|
||||
"Previous": "Zurück",
|
||||
@@ -1549,6 +1552,12 @@
|
||||
"Invert Selection in This Page": "Auswahl auf dieser Seite umkehren",
|
||||
"Select All Valid Items": "Alle gültigen Elemente auswählen",
|
||||
"Select All Invalid Items": "Alle ungültigen Elemente auswählen",
|
||||
"Set All to Included": "Set All to Included",
|
||||
"Set All to Default": "Set All to Default",
|
||||
"Set All to Excluded": "Set All to Excluded",
|
||||
"Set All Visible Items to Included": "Set All Visible Items to Included",
|
||||
"Set All Visible Items to Default": "Set All Visible Items to Default",
|
||||
"Set All Visible Items to Excluded": "Set All Visible Items to Excluded",
|
||||
"Back": "Zurück",
|
||||
"Load More": "Mehr laden",
|
||||
"Export Results": "Export Results",
|
||||
@@ -1802,10 +1811,10 @@
|
||||
"Destination Account": "Zielkonto",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Ohne Tags",
|
||||
"With Any Selected Tags": "Mit ausgewählten Tags",
|
||||
"With All Selected Tags": "Mit allen ausgewählten Tags",
|
||||
"Without Any Selected Tags": "Ohne ausgewählte Tags",
|
||||
"Without All Selected Tags": "Ohne alle ausgewählten Tags",
|
||||
"Include Any Selected Tags": "Include Any Selected Tags",
|
||||
"Include All Selected Tags": "Include All Selected Tags",
|
||||
"Exclude Any Selected Tags": "Exclude Any Selected Tags",
|
||||
"Exclude All Selected Tags": "Exclude All Selected Tags",
|
||||
"Multiple Tags": "Mehrere Tags",
|
||||
"Transaction Time": "Transaktionszeit",
|
||||
"Scheduled Transaction Frequency": "Häufigkeit der geplanten Transaktion",
|
||||
|
||||
Reference in New Issue
Block a user