From 89287d7b6d504398499fc6020f38f99f356c53f1 Mon Sep 17 00:00:00 2001 From: albyalex96 <72573722+albyalex96@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:59:34 +0100 Subject: [PATCH] Add parental guide labels and severity translations --- src/i18n/locales/it.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/i18n/locales/it.json b/src/i18n/locales/it.json index 3115c2e4..a56240f2 100644 --- a/src/i18n/locales/it.json +++ b/src/i18n/locales/it.json @@ -462,6 +462,21 @@ "cancel": "Annulla", "remove": "Rimuovi" }, + "parentalGuide": { + "labels": { + "nudity": "Nudità", + "violence": "Violenza", + "profanity": "Volgarità", + "alcohol": "Alcol/Droga", + "frightening": "Paura" + }, + "severity": { + "severe": "Severa", + "moderate": "Moderata", + "mild": "Lieve", + "none": "Nessuna" + } + }, "addons": { "title": "Addon", "reorder_mode": "Modalità riordino",