mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-04-22 13:31:32 +00:00
Add complete Italian (it) translations for all 7 namespaces: common, auth, settings, sidebar, chat, codeEditor, and tasks. Register Italian in languages.js and i18n config. Add .gitignore exception for it/tasks.json. Co-authored-by: Simos Mikelatos <simosmik@gmail.com>
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"toolbar": {
|
|
"changes": "modifiche",
|
|
"previousChange": "Modifica precedente",
|
|
"nextChange": "Modifica successiva",
|
|
"hideDiff": "Nascondi evidenziazione differenze",
|
|
"showDiff": "Mostra evidenziazione differenze",
|
|
"settings": "Impostazioni editor",
|
|
"collapse": "Comprimi editor",
|
|
"expand": "Espandi editor a larghezza piena"
|
|
},
|
|
"loading": "Caricamento {{fileName}}...",
|
|
"header": {
|
|
"showingChanges": "Visualizzazione modifiche"
|
|
},
|
|
"actions": {
|
|
"download": "Scarica file",
|
|
"save": "Salva",
|
|
"saving": "Salvataggio...",
|
|
"saved": "Salvato!",
|
|
"exitFullscreen": "Esci dalla modalità schermo intero",
|
|
"fullscreen": "Schermo intero",
|
|
"close": "Chiudi",
|
|
"previewMarkdown": "Anteprima markdown",
|
|
"editMarkdown": "Modifica markdown"
|
|
},
|
|
"footer": {
|
|
"lines": "Righe:",
|
|
"characters": "Caratteri:",
|
|
"shortcuts": "Premi Ctrl+S per salvare • Esc per chiudere"
|
|
},
|
|
"binaryFile": {
|
|
"title": "File binario",
|
|
"message": "Il file \"{{fileName}}\" non può essere visualizzato nell'editor di testo perché è un file binario."
|
|
}
|
|
}
|