From 18c90acda54cb46815a081ecfc36ea8f2b9e93fd Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Mon, 29 Jun 2026 00:12:04 +0800
Subject: [PATCH] Fix custom hotkey settings UI for 8.2.1

---
 src/Apptag/Localization/it.json |   37 ++++++++++++++++++++++++++++++-------
 1 files changed, 30 insertions(+), 7 deletions(-)

diff --git a/src/Apptag/Localization/it.json b/src/Apptag/Localization/it.json
index cb27fae..c562e8a 100644
--- a/src/Apptag/Localization/it.json
+++ b/src/Apptag/Localization/it.json
@@ -105,16 +105,16 @@
   "smart.category.productivity": "Produttività",
   "smart.category.file-management": "Gestione file",
   "smart.category.transfer": "Caricamenti e download",
-  "smart.category.development": "Sviluppo",
+  "smart.category.development": "Programmazione",
   "smart.category.design": "Progettazione",
   "smart.category.writing": "Scrittura",
   "smart.category.media": "Contenuti multimediali",
   "smart.category.video": "Filmati",
   "smart.category.audio": "Suono",
-  "smart.category.picture-photo": "Immagini e foto",
+  "smart.category.picture-photo": "Foto",
   "smart.category.utilities": "Utility",
   "smart.category.system": "App di sistema",
-  "smart.category.system-enhancement": "Miglioramenti di sistema",
+  "smart.category.system-enhancement": "Strumenti di sistema",
   "smart.category.entertainment": "Intrattenimento",
   "smart.category.game": "Giochi",
   "smart.category.finance": "Finanza",
@@ -187,10 +187,13 @@
   "quickSearch.globalHotkey": "Quick Search (global)",
   "quickSearch.globalHotkeyDesc": "Open Quick Search globally when the TagLauncher app list is not visible.",
   "quickSearch.spaceDisplay": "Space",
+  "trackpadGesture.title": "Gesto del trackpad",
+  "trackpadGesture.description": "Associa un gesto del trackpad in uno strumento di terze parti a questo URL per mostrare l’elenco delle app.",
+  "trackpadGesture.status": "Strumento esterno",
   "smart.category.GTD": "Attività e GTD",
   "smart.category.Notes": "Note",
   "smart.category.Meeting": "Riunioni",
-  "smart.category.office": "Ufficio",
+  "smart.category.office": "Ufficio e documenti",
   "smart.category.PDF": "PDF",
   "smart.category.api-tools": "Strumenti API",
   "smart.category.database-tools": "Database",
@@ -235,13 +238,13 @@
   "usageTips.tip8.title": "Suggerimento 8 - Modificare note",
   "usageTips.tip8.detail": "Fai clic destro su un’app, inserisci una nota.",
   "theme.default": "Predefinito",
-  "theme.deepBlue": "Blu profondo",
+  "theme.deepBlue": "Colorato scuro",
   "theme.black": "Nero",
   "theme.pink": "Rosa",
   "theme.purple": "Viola",
   "theme.green": "Verde",
   "theme.blue": "Blu",
-  "theme.colorful": "Colorato",
+  "theme.colorful": "Colorato chiaro",
   "usageTips.closeReminder.title": "Rivedere i suggerimenti più tardi",
   "usageTips.closeReminder.message": "Puoi mostrarli di nuovo in Impostazioni > Generali disattivando “Nascondi suggerimenti d’uso”.",
   "usageTips.closeReminder.doNotRemind": "Ho capito. Non ricordarmelo più quando chiudo i suggerimenti.",
@@ -290,5 +293,25 @@
   "pro.theme.preview.status": "Anteprima del tema Pro",
   "pro.theme.status.free": "I temi gratuiti sono pronti ora. Sblocca Pro per mantenere tutti i temi avanzati.",
   "pro.theme.status.preview": "Anteprima di un tema Pro. Sblocca Pro per conservarlo al termine dell'anteprima.",
-  "pro.theme.status.unlocked": "Tutti i temi sono sbloccati su questo Mac."
+  "pro.theme.status.previewCountdown": "Anteprima · %time% rimasti",
+  "pro.theme.status.unlocked": "Tutti i temi sono sbloccati su questo Mac.",
+  "theme.tuning.dark": "Regola colorato scuro",
+  "theme.tuning.light": "Regola colorato chiaro",
+  "theme.tuning.desc": "Regola il flusso liquido dei colori. Il tema mantiene lo stile chiaro o scuro corrente. I temi cambiano solo lo sfondo della griglia delle app. I contenitori mantengono una superficie in vetro uniforme.",
+  "pro.feature.customHotkeys": "Scorciatoie personalizzate",
+  "pro.feature.customHotkeys.benefit": "Imposta scorciatoie globali per elenco app e Quick Search.",
+  "pro.prompt.customHotkeys": "Le scorciatoie personalizzate fanno parte di Pro. Sblocca Pro per impostarle.",
+  "hotkeys.customize": "Personalizza",
+  "hotkeys.restoreDefault": "Ripristina predefinito",
+  "hotkeys.recording": "Premi ora la nuova scorciatoia. Premi Esc per annullare.",
+  "hotkeys.recordingInline": "Registrazione",
+  "hotkeys.recordingCancelled": "Registrazione scorciatoia annullata.",
+  "hotkeys.saved": "Scorciatoia salvata.",
+  "hotkeys.restored": "Scorciatoia predefinita ripristinata.",
+  "hotkeys.proRequired": "Sblocca Pro per personalizzare le scorciatoie.",
+  "hotkeys.error.modifierRequired": "Usa almeno Command, Control o due modificatori.",
+  "hotkeys.error.unsupportedKey": "Questo tasto non è supportato.",
+  "hotkeys.error.reserved": "Questa scorciatoia è riservata da macOS o dall’app.",
+  "hotkeys.error.duplicate": "Questa scorciatoia è già usata da un’altra azione TagLauncher.",
+  "hotkeys.error.registrationFailed": "Impossibile registrare la scorciatoia. Codice errore: %status%."
 }

--
Gitblit v1.9.3