From 984608e23f816966cd9a1d87150b12eb34aca3ec Mon Sep 17 00:00:00 2001 From: Bardo98 <46172278+Bardo98@users.noreply.github.com> Date: Mon, 7 Jan 2019 22:05:26 +0100 Subject: [PATCH] Added Italian translation of "FEELS" --- translations/it.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translations/it.json b/translations/it.json index a5eaf2f2..e1a5b806 100644 --- a/translations/it.json +++ b/translations/it.json @@ -29,5 +29,7 @@ "UPDATE_NOTIFICATION": "E' disponibile un aggiornamento di MagicMirror².", "UPDATE_NOTIFICATION_MODULE": "E' disponibile un aggiornamento del modulo {MODULE_NAME}.", "UPDATE_INFO_SINGLE": "L'installazione è {COMMIT_COUNT} commit indietro rispetto all'attuale branch {BRANCH_NAME}.", - "UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}." + "UPDATE_INFO_MULTIPLE": "L'installazione è {COMMIT_COUNT} commits indietro rispetto all'attuale branch {BRANCH_NAME}.", + + "FEELS": "Percepiti" }