91 lines
2.2 KiB
Text
91 lines
2.2 KiB
Text
new-document = Nuovo documento
|
|
open-project = Apri progetto
|
|
todo = TODO
|
|
|
|
# Context Pages
|
|
|
|
## Document statistics
|
|
document-statistics = Statistiche documento
|
|
word-count = Conteggio parole
|
|
character-count = Caratteri
|
|
character-count-no-spaces = Caratteri (senza spazi)
|
|
line-count = Linee
|
|
|
|
## Git management
|
|
git-management = Gestione Git
|
|
unstaged-changes = Modifiche a non committare
|
|
staged-changes = Modifiche a committare
|
|
|
|
## Project search
|
|
project-search = Project search
|
|
|
|
## Settings
|
|
settings = Impostazioni
|
|
|
|
## Appearance
|
|
appearance = Aspetto
|
|
theme = Tema
|
|
match-desktop = Sistema
|
|
dark = Scuro
|
|
light = Chiaro
|
|
syntax-dark = Sintassi scura
|
|
syntax-light = Sintassi chiara
|
|
default-font = Font predefinito
|
|
default-font-size = Dimensione font predefinita
|
|
|
|
### Keyboard shortcuts
|
|
keyboard-shortcuts = Scorciatoie da tastiera
|
|
enable-vim-bindings = Abilita Vim bindings
|
|
|
|
# Menu
|
|
|
|
## File
|
|
file = File
|
|
new-file = Nuovo file
|
|
new-window = Nuova finestra
|
|
open-file = Apri file...
|
|
open-recent-file = Apri recente
|
|
close-file = Chiudi file
|
|
menu-open-project = Apri progetto...
|
|
open-recent-project = Apri progetto recente
|
|
close-project = Chiudi progetto
|
|
save = Salva
|
|
save-as = Salva come...
|
|
revert-all-changes = Annulla tutte le modifiche
|
|
menu-document-statistics = Statistiche documento...
|
|
document-type = Tipo documento...
|
|
encoding = Codifica...
|
|
menu-git-management = Gestione Git...
|
|
print = Stampa
|
|
quit = Esci
|
|
|
|
## Edit
|
|
edit = Modifica
|
|
undo = Annulla
|
|
redo = Ripeti
|
|
cut = Taglia
|
|
copy = Copia
|
|
paste = Incolla
|
|
select-all = Seleziona tutto
|
|
find = Trova
|
|
replace = Sostituisci
|
|
find-in-project = Trova in proggetto...
|
|
spell-check = Controllo ortografico...
|
|
|
|
## View
|
|
view = Vista
|
|
indentation = Indentazione
|
|
|
|
### Indentation
|
|
automatic-indentation = Indentazione automatica
|
|
tab-width = Larghezza tabulazione: {$tab_width}
|
|
convert-indentation-to-spaces = Converti indentazione in spazi
|
|
convert-indentation-to-tabs = Converti indentazione in tabulazioni
|
|
|
|
word-wrap = Andata a capo
|
|
show-line-numbers = Mostra numeri di linea
|
|
highlight-current-line = Evidenzia linea corrente
|
|
syntax-highlighting = Evidenziazione sintassi...
|
|
menu-settings = Impostazioni...
|
|
menu-keyboard-shortcuts = Scorciatoie da tastiera...
|
|
about-cosmic-text-editor = Informazioni su COSMIC Text Editor
|