mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-05-12 15:54:38 +00:00
feat(i18n): add Italian language support (#677)
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>
This commit is contained in:
36
src/i18n/locales/it/codeEditor.json
Normal file
36
src/i18n/locales/it/codeEditor.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user