Files
xiaozhi-esp32-shhkAICam/main/assets/locales/it-IT/language.json
0Xiao0 165219cee0
Some checks failed
Build Boards / Determine boards to build (push) Has been cancelled
Build Boards / Build ${{ matrix.board }} (push) Has been cancelled
first commit
2026-02-02 14:29:15 +08:00

55 lines
2.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"language": {
"type": "it-IT"
},
"strings": {
"WARNING": "Avviso",
"INFO": "Informazione",
"ERROR": "Errore",
"VERSION": "Versione ",
"LOADING_PROTOCOL": "Connessione al server...",
"INITIALIZING": "Inizializzazione...",
"PIN_ERROR": "Inserire la scheda SIM",
"REG_ERROR": "Impossibile accedere alla rete, controllare lo stato della scheda dati",
"DETECTING_MODULE": "Rilevamento modulo...",
"REGISTERING_NETWORK": "In attesa della rete...",
"CHECKING_NEW_VERSION": "Controllo nuova versione...",
"CHECK_NEW_VERSION_FAILED": "Controllo nuova versione fallito, riprovo tra %d secondi: %s",
"SWITCH_TO_WIFI_NETWORK": "Passaggio a Wi-Fi...",
"SWITCH_TO_4G_NETWORK": "Passaggio a 4G...",
"STANDBY": "In attesa",
"CONNECT_TO": "Connetti a ",
"CONNECTING": "Connessione...",
"CONNECTED_TO": "Connesso a ",
"LISTENING": "In ascolto...",
"SPEAKING": "Parlando...",
"SERVER_NOT_FOUND": "Ricerca servizio disponibile",
"SERVER_NOT_CONNECTED": "Impossibile connettersi al servizio, riprovare più tardi",
"SERVER_TIMEOUT": "Timeout risposta",
"SERVER_ERROR": "Invio fallito, controllare la rete",
"CONNECT_TO_HOTSPOT": "Connetti telefono al hotspot ",
"ACCESS_VIA_BROWSER": "accedi tramite browser ",
"WIFI_CONFIG_MODE": "Modalità configurazione rete",
"ENTERING_WIFI_CONFIG_MODE": "Entrata in modalità configurazione rete...",
"SCANNING_WIFI": "Scansione Wi-Fi...",
"NEW_VERSION": "Nuova versione ",
"OTA_UPGRADE": "Aggiornamento OTA",
"UPGRADING": "Aggiornamento sistema...",
"UPGRADE_FAILED": "Aggiornamento fallito",
"ACTIVATION": "Attivazione dispositivo",
"BATTERY_LOW": "Batteria scarica",
"BATTERY_CHARGING": "In carica",
"BATTERY_FULL": "Batteria piena",
"BATTERY_NEED_CHARGE": "Batteria scarica, ricaricare",
"VOLUME": "Volume ",
"MUTED": "Silenziato",
"MAX_VOLUME": "Volume massimo",
"RTC_MODE_OFF": "AEC disattivato",
"RTC_MODE_ON": "AEC attivato",
"DOWNLOAD_ASSETS_FAILED": "Impossibile scaricare le risorse",
"LOADING_ASSETS": "Caricamento risorse...",
"PLEASE_WAIT": "Attendere prego...",
"FOUND_NEW_ASSETS": "Trovate nuove risorse: %s",
"HELLO_MY_FRIEND": "Ciao, amico mio!"
}
}