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": "Balance Time",
|
||||
"startTime": "Start Time",
|
||||
"endTime": "End Time",
|
||||
"tagFilterType": "Tag Filter Type",
|
||||
"tagFilter": "Tag Filter",
|
||||
"amountFilter": "Amount Filter",
|
||||
"sourceAccountId": "Source Account ID",
|
||||
"destinationAccountId": "Destination Account ID",
|
||||
@@ -1328,7 +1328,8 @@
|
||||
"parameter invalid email format": "{parameter} is invalid format",
|
||||
"parameter invalid currency": "{parameter} is invalid format",
|
||||
"parameter invalid color": "{parameter} is invalid format",
|
||||
"parameter invalid amount filter": "{parameter} is invalid format"
|
||||
"parameter invalid amount filter": "{parameter} is invalid format",
|
||||
"parameter invalid tag filter": "{parameter} is invalid format"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
@@ -1442,6 +1443,8 @@
|
||||
"Auto detect": "Auto detect",
|
||||
"Miscellaneous": "Miscellaneous",
|
||||
"Default": "Default",
|
||||
"Included": "Included",
|
||||
"Excluded": "Excluded",
|
||||
"Done": "Done",
|
||||
"Continue": "Continue",
|
||||
"Previous": "Previous",
|
||||
@@ -1549,6 +1552,12 @@
|
||||
"Invert Selection in This Page": "Invert Selection in This Page",
|
||||
"Select All Valid Items": "Select All Valid Items",
|
||||
"Select All Invalid Items": "Select All Invalid Items",
|
||||
"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": "Back",
|
||||
"Load More": "Load More",
|
||||
"Export Results": "Export Results",
|
||||
@@ -1802,10 +1811,10 @@
|
||||
"Destination Account": "Destination Account",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Without Tags",
|
||||
"With Any Selected Tags": "With Any Selected Tags",
|
||||
"With All Selected Tags": "With All Selected Tags",
|
||||
"Without Any Selected Tags": "Without Any Selected Tags",
|
||||
"Without All Selected Tags": "Without All Selected 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": "Multiple Tags",
|
||||
"Transaction Time": "Transaction Time",
|
||||
"Scheduled Transaction Frequency": "Scheduled Transaction Frequency",
|
||||
|
||||
Reference in New Issue
Block a user