From 65a51ea471c68eb41705c3aa88358390dee32b3a Mon Sep 17 00:00:00 2001 From: Erhardt Stiefel <49943365+erhardtstiefel@users.noreply.github.com> Date: Wed, 11 Dec 2019 13:30:06 +0100 Subject: [PATCH] Update it.json These two lines added to give the user the chance to delete his posts and/or his comments when deleting his account, too "contributionsCount": "Cancellare i miei {count} messaggi", "commentedCount": "Cancella i miei {count} commenti", --- webapp/locales/it.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webapp/locales/it.json b/webapp/locales/it.json index 7d7dd2507..a44cc8d42 100644 --- a/webapp/locales/it.json +++ b/webapp/locales/it.json @@ -114,6 +114,8 @@ }, "deleteUserAccount": { "name": "Cancellare l'account utente", + "contributionsCount": "Cancellare i miei {count} messaggi", + "commentedCount": "Cancella i miei {count} commenti", "accountDescription": "Essere consapevoli che i tuoi post e commenti sono importanti per la nostra comunità. Se cancelli il tuo account utente, tutto scomparirà per sempre - e sarebbe un vero peccato!", "accountWarning": "Attenzione!Tu Non puoi gestire e Non puoi recuperare il tuo account, i tuoi messaggi o commenti dopo aver cancellato il tuo account!", "success": "Account eliminato con successo!",