From 92548344ca1b5c7773b73cb7544510134540d1c4 Mon Sep 17 00:00:00 2001 From: Erhardt Stiefel <49943365+erhardtstiefel@users.noreply.github.com> Date: Fri, 13 Dec 2019 15:04:09 +0100 Subject: [PATCH] Update it.json I added the missing italian verbs just for the display of "donations" but I see a lot more verbs missing. Does it make sense to translate and fill in everything which is to be found in en.json ? --- webapp/locales/it.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/webapp/locales/it.json b/webapp/locales/it.json index a44cc8d42..20acc01c5 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -238,10 +238,10 @@ "description": "" }, "donations": { - "name": "", - "goal": "", - "progress": "", - "successfulUpdate": "" + "name": "Info donazioni", + "goal": "Donazioni mensili necessarie", + "progress": "Donazioni raccolte finora", + "successfulUpdate": "Informazioni sulle donazioni aggiornate con successo!" } }, "post": { @@ -745,8 +745,8 @@ } }, "donations": { - "donations-for": "", - "donate-now": "", - "amount-of-total": "" + "donations-for": "Donazioni per", + "donate-now": "Dona ora", + "amount-of-total": "{amount} of {total} € collezionato" } }