From 53094448c1dc09511ce00b0e2663520f8a2e48c1 Mon Sep 17 00:00:00 2001 From: Federico Liva Date: Fri, 9 Oct 2020 11:16:40 +0200 Subject: [PATCH 1/2] Update italian translation --- resources/lang/it.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/resources/lang/it.json b/resources/lang/it.json index 2e3528e..fb37d07 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -403,5 +403,17 @@ "There was a problem submitting the form.": "C'è stato un problema nell'invio dei dati.", "There was a problem executing the action.": "C'è stato un problema nell'esecuzione dell'azione.", "The file was deleted!": "Il file è stato cancellato!", - "This file field is read-only.": "Questo campo è di sola lettura." + "This file field is read-only.": "Questo campo è di sola lettura.", + "No additional information...": "Nessuna informazione aggiuntiva...", + "ID": "ID", + "30 Days": "30 giorni", + "60 Days": "60 giorni", + "90 Days": "90 giorni", + "Today": "Oggi", + "Month To Date": "Un mese ad oggi", + "Quarter To Date": "Un trimestre ad oggi", + "Year To Date": "Un anno ad oggi", + "Customize": "Personalizza", + "Update :resource: :title": "Aggiorna :resource: :title", + "Update attached :resource: :title": "Aggiorna :resource: :title collegata", } From b729bfdec489dd027d6087ea252aaf422cf5978c Mon Sep 17 00:00:00 2001 From: Federico Liva Date: Fri, 9 Oct 2020 11:26:36 +0200 Subject: [PATCH 2/2] Add italian translation for undocumented ":resource Details: :title" --- resources/lang/it.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lang/it.json b/resources/lang/it.json index fb37d07..65dfad5 100644 --- a/resources/lang/it.json +++ b/resources/lang/it.json @@ -416,4 +416,5 @@ "Customize": "Personalizza", "Update :resource: :title": "Aggiorna :resource: :title", "Update attached :resource: :title": "Aggiorna :resource: :title collegata", + ":resource Details: :title": "Dettagli :resource: :title" }