mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54: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": "Saldo-tijdstip",
|
||||
"startTime": "Starttijd",
|
||||
"endTime": "Eindtijd",
|
||||
"tagFilterType": "Tag-filtertype",
|
||||
"tagFilter": "Tag Filter",
|
||||
"amountFilter": "Bedragfilter",
|
||||
"sourceAccountId": "Bronrekening-ID",
|
||||
"destinationAccountId": "Bestemmingsrekening-ID",
|
||||
@@ -1328,7 +1328,8 @@
|
||||
"parameter invalid email format": "{parameter} heeft een ongeldig formaat",
|
||||
"parameter invalid currency": "{parameter} heeft een ongeldig formaat",
|
||||
"parameter invalid color": "{parameter} heeft een ongeldig formaat",
|
||||
"parameter invalid amount filter": "{parameter} heeft een ongeldig formaat"
|
||||
"parameter invalid amount filter": "{parameter} heeft een ongeldig formaat",
|
||||
"parameter invalid tag filter": "{parameter} heeft een ongeldig formaat"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
@@ -1442,6 +1443,8 @@
|
||||
"Auto detect": "Automatisch detecteren",
|
||||
"Miscellaneous": "Diversen",
|
||||
"Default": "Standaard",
|
||||
"Included": "Included",
|
||||
"Excluded": "Excluded",
|
||||
"Done": "Klaar",
|
||||
"Continue": "Doorgaan",
|
||||
"Previous": "Vorige",
|
||||
@@ -1549,6 +1552,12 @@
|
||||
"Invert Selection in This Page": "Selectie op deze pagina omkeren",
|
||||
"Select All Valid Items": "Alle geldige items selecteren",
|
||||
"Select All Invalid Items": "Alle ongeldige items selecteren",
|
||||
"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": "Terug",
|
||||
"Load More": "Meer laden",
|
||||
"Export Results": "Resultaten exporteren",
|
||||
@@ -1802,10 +1811,10 @@
|
||||
"Destination Account": "Bestemmingsrekening",
|
||||
"Transaction Tag": "Transactietag",
|
||||
"Without Tags": "Zonder tags",
|
||||
"With Any Selected Tags": "Met willekeurige geselecteerde tags",
|
||||
"With All Selected Tags": "Met alle geselecteerde tags",
|
||||
"Without Any Selected Tags": "Zonder geselecteerde tags",
|
||||
"Without All Selected Tags": "Zonder alle geselecteerde 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": "Meerdere tags",
|
||||
"Transaction Time": "Transactietijd",
|
||||
"Scheduled Transaction Frequency": "Frequentie geplande transactie",
|
||||
|
||||
Reference in New Issue
Block a user