135 lines
3.2 KiB
Text
135 lines
3.2 KiB
Text
cosmic-text-editor = COSMIC Text Editor
|
|
comment = Editor di testo di COSMIC
|
|
keywords = Testo;Editor;Note;Blocco;
|
|
new-document = Nuovo documento
|
|
open-project = Apri progetto
|
|
todo = TODO
|
|
|
|
# Context Pages
|
|
|
|
|
|
## About
|
|
|
|
repository = Repository
|
|
support = Supporto
|
|
|
|
## Document statistics
|
|
|
|
document-statistics = Statistiche documento
|
|
word-count = Conteggio parole
|
|
character-count = Caratteri
|
|
character-count-no-spaces = Caratteri (senza spazi)
|
|
line-count = Righe
|
|
|
|
## Git management
|
|
|
|
git-management = Gestione Git
|
|
git-management-description = Gestione Git è uno strumento per sviluppatori, usato per le operazioni di controllo versione.
|
|
git-management-loading = Caricamento Gestione Git...
|
|
stage = Prepara modifiche
|
|
staged-changes = Modifiche preparate
|
|
unstaged-changes = Modifiche non preparate
|
|
|
|
## Project search
|
|
|
|
project-search = Ricerca nel progetto
|
|
|
|
## Prompt save changes
|
|
|
|
prompt-save-changes-title = Modifiche non salvate
|
|
prompt-unsaved-changes = Hai delle modifiche non salvate. Vuoi salvarle?
|
|
cancel = Annulla
|
|
discard = Ignora modifiche
|
|
save-all = Salva tutto
|
|
|
|
## 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 = Carattere predefinito
|
|
default-font-size = Dimensione del carattere predefinita
|
|
default-zoom-step = Livello zoom
|
|
|
|
### Keyboard shortcuts
|
|
|
|
keyboard-shortcuts = Scorciatoie da tastiera
|
|
# Find
|
|
find-placeholder = Trova...
|
|
find-previous = Trova precedente
|
|
find-next = Trova successivo
|
|
replace-placeholder = Sostituisci...
|
|
replace = Sostituisci
|
|
replace-all = Sostituisci tutto
|
|
case-sensitive = Maiuscole/minuscole
|
|
use-regex = Usa espressione regolare
|
|
wrap-around = Continua dalla fine
|
|
|
|
# Menu
|
|
|
|
|
|
## File
|
|
|
|
file = File
|
|
new-file = Nuovo file
|
|
new-window = Nuova finestra
|
|
open-file = Apri file...
|
|
open-recent-file = Apri file 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
|
|
find-in-project = Trova nel progetto...
|
|
spell-check = Controllo ortografico...
|
|
|
|
## View
|
|
|
|
view = Visualizza
|
|
zoom-in = Aumenta zoom
|
|
default-size = Dimensione predefinita
|
|
zoom-out = Diminuisci zoom
|
|
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 = A capo automatico
|
|
show-line-numbers = Mostra numeri riga
|
|
highlight-current-line = Evidenzia riga corrente
|
|
syntax-highlighting = Evidenziazione sintassi...
|
|
menu-settings = Impostazioni...
|
|
menu-keyboard-shortcuts = Scorciatoie da tastiera...
|
|
menu-about = Informazioni su COSMIC Text Editor...
|
|
unstage = Rimuovi modifiche
|
|
enable-vim-bindings = Abilita comandi Vim
|