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": "Ora saldo",
|
||||
"startTime": "Ora di inizio",
|
||||
"endTime": "Ora di fine",
|
||||
"tagFilterType": "Tipo filtro tag",
|
||||
"tagFilter": "Tag Filter",
|
||||
"amountFilter": "Filtro importo",
|
||||
"sourceAccountId": "ID conto di origine",
|
||||
"destinationAccountId": "ID conto di destinazione",
|
||||
@@ -1328,7 +1328,8 @@
|
||||
"parameter invalid email format": "{parameter} ha un formato non valido",
|
||||
"parameter invalid currency": "{parameter} ha un formato non valido",
|
||||
"parameter invalid color": "{parameter} ha un formato non valido",
|
||||
"parameter invalid amount filter": "{parameter} ha un formato non valido"
|
||||
"parameter invalid amount filter": "{parameter} ha un formato non valido",
|
||||
"parameter invalid tag filter": "{parameter} ha un formato non valido"
|
||||
},
|
||||
"encoding": {
|
||||
"utf-8": "UTF-8",
|
||||
@@ -1442,6 +1443,8 @@
|
||||
"Auto detect": "Rilevamento automatico",
|
||||
"Miscellaneous": "Varie",
|
||||
"Default": "Predefinito",
|
||||
"Included": "Included",
|
||||
"Excluded": "Excluded",
|
||||
"Done": "Fatto",
|
||||
"Continue": "Continua",
|
||||
"Previous": "Precedente",
|
||||
@@ -1549,6 +1552,12 @@
|
||||
"Invert Selection in This Page": "Inverti selezione in questa pagina",
|
||||
"Select All Valid Items": "Seleziona tutti gli elementi validi",
|
||||
"Select All Invalid Items": "Seleziona tutti gli elementi non validi",
|
||||
"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": "Indietro",
|
||||
"Load More": "Carica altro",
|
||||
"Export Results": "Export Results",
|
||||
@@ -1802,10 +1811,10 @@
|
||||
"Destination Account": "Conto di destinazione",
|
||||
"Transaction Tag": "Transaction Tag",
|
||||
"Without Tags": "Senza tag",
|
||||
"With Any Selected Tags": "Con qualsiasi tag selezionato",
|
||||
"With All Selected Tags": "Con tutti i tag selezionati",
|
||||
"Without Any Selected Tags": "Senza alcun tag selezionato",
|
||||
"Without All Selected Tags": "Senza tutti i tag selezionati",
|
||||
"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": "Tag multipli",
|
||||
"Transaction Time": "Ora transazione",
|
||||
"Scheduled Transaction Frequency": "Frequenza transazione pianificata",
|
||||
|
||||
Reference in New Issue
Block a user