From a566ced0c21c008e30e5b122032740af4f58bd39 Mon Sep 17 00:00:00 2001 From: thasave14 <93542339+thasave14@users.noreply.github.com> Date: Sun, 4 May 2025 03:33:11 +0200 Subject: [PATCH] add: `it_IT` translations for the WebUI (#154) This commit adds Italian translations for ReZygisk WebUI. Signed-off-by: thasave14 <93542339+thasave14@users.noreply.github.com> --- TRANSLATOR.md | 1 + webroot/lang/it_IT.json | 93 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+) create mode 100644 webroot/lang/it_IT.json diff --git a/TRANSLATOR.md b/TRANSLATOR.md index 7c32b53..d0d409a 100644 --- a/TRANSLATOR.md +++ b/TRANSLATOR.md @@ -5,6 +5,7 @@ - **fr_FR** by [@GhostFRR](https://github.com/GhostFRR) - **ja_JP** by [@Fyphen1223](https://github.com/Fyphen1223) - **id_ID** by [@bpanca05](https://github.com/bpanca05) & [@LuckyKiddos](https://github.com/GuitarHeroStyles) +- **it_IT** by [@thasave14](https://github.com/thasave14) - **pt_BR** by [@ThePedroo](https://github.com/ThePedroo) - **ro_RO** by [@ExtremeXT](https://github.com/ExtremeXT) - **ru_RU** by [@Emulond](https://github.com/Emulond) & [@AJleKcAHgP68](https://github.com/AJleKcAHgP68) diff --git a/webroot/lang/it_IT.json b/webroot/lang/it_IT.json new file mode 100644 index 0000000..5fb1a15 --- /dev/null +++ b/webroot/lang/it_IT.json @@ -0,0 +1,93 @@ +{ + "langName": "Italiano (Italia)", + "global": { + "unknown": "Sconosciuto" + }, + "smallPage": { + "language": { + "header": "Scegli la tua nuova lingua" + }, + "theme": { + "header": "Scegli il tuo nuovo tema", + "dark": "Scuro", + "light": "Chiaro", + "system": "Sistema" + }, + "errorh": { + "buttons": { + "copy": "COPIA", + "clear": "CANCELLA TUTTI I LOGS" + }, + "header": "Storico degli Errori", + "placeholder": "Nessun errore è stato registrato qui!" + } + }, + "page": { + "home": { + "header": "Home", + "status": { + "notWorking": "Non funzionante", + "ok": "Funzionante", + "partially": "Funzionante Parzialmente" + }, + "info": { + "version": "Versione", + "root": "Implementazione root", + "zygote": { + "injected": "Iniettato", + "notInjected": "Non Iniettato", + "unknown": "Sconosciuto" + } + } + }, + "modules": { + "header": "Moduli", + "notAvaliable": "Nessun modulo che utilizza Zygisk qui.", + "arch": "Architettura: " + }, + "settings": { + "header": "Impostazioni", + "font": { + "header": "Abilita font di sistema", + "description": "Questa opzione abiliterà il font di sistema nella WebUI. NOTA: Potrebbe non funzionare bene con FlipFont" + }, + "theme": { + "header": "Tema di sistema", + "description": "Scegli il tuo tema di sistema per la WebUI" + }, + "language": { + "header": "Cambia lingua", + "description": "Cambia alla tua nuova lingua" + }, + "logs": { + "header": "Storico degli errori", + "description": "Visualizza tutto il log dell'errore" + }, + "credits": { + "module": "Programmatore del Modulo", + "original": "Programmatore del Modulo Originale", + "web": "Programmatore della WebUI" + }, + "license": { + "module": "Licenza del modulo", + "web": "Licenza della WebUI" + } + }, + "actions": { + "header": "Azioni", + "monitorButton": { + "pause": "Pausa", + "stop": "Ferma", + "start": "Avvia" + }, + "monitor": "Controlla", + "status": { + "tracing": "Tracing", + "stopping": "Fermando", + "stopped": "Fermato", + "exiting": "Uscendo", + "unknown": "Sconosciuto" + } + } + } +}