add missing "filters" IT translations (#12069)

This commit is contained in:
SteelRazor47
2025-04-07 09:58:29 +02:00
committed by GitHub
parent 20c55f1e2c
commit 5b5fea29c7

View File

@@ -298,6 +298,9 @@
}
},
"filters": {
"sortLabel": "Ordina",
"filterLabel": "Filtra",
"searchLabel": "Cerca",
"date": {
"today": "Oggi",
"lastSevenDays": "Ultimi 7 giorni",
@@ -306,7 +309,9 @@
"lastTwelveMonths": "Ultimi 12 mesi",
"custom": "Personalizzato",
"from": "Da",
"to": "A"
"to": "A",
"starting": "Inizio",
"ending": "Fine"
},
"compare": {
"lessThan": "Meno di",
@@ -317,6 +322,12 @@
"greaterThanLabel": "maggiore di {{value}}",
"andLabel": "e"
},
"sorting": {
"alphabeticallyAsc": "A - Z",
"alphabeticallyDesc": "Z - A",
"dateAsc": "Più recente",
"dateDesc": "Meno recente"
},
"radio": {
"yes": "Sì",
"no": "No",