Translated using Weblate (Italian)
Currently translated at 100.0% (90 of 90 strings) Translation: Pop OS/COSMIC Edit Translate-URL: https://hosted.weblate.org/projects/pop-os/cosmic-edit/it/
This commit is contained in:
parent
c0e73ffb79
commit
29b1c4c448
1 changed files with 22 additions and 21 deletions
|
|
@ -7,6 +7,7 @@ todo = TODO
|
||||||
|
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
|
||||||
repository = Repository
|
repository = Repository
|
||||||
support = Supporto
|
support = Supporto
|
||||||
|
|
||||||
|
|
@ -16,16 +17,16 @@ document-statistics = Statistiche documento
|
||||||
word-count = Conteggio parole
|
word-count = Conteggio parole
|
||||||
character-count = Caratteri
|
character-count = Caratteri
|
||||||
character-count-no-spaces = Caratteri (senza spazi)
|
character-count-no-spaces = Caratteri (senza spazi)
|
||||||
line-count = Linee
|
line-count = Righe
|
||||||
|
|
||||||
## Git management
|
## Git management
|
||||||
|
|
||||||
git-management = Gestione Git
|
git-management = Gestione Git
|
||||||
git-management-description = "Gestione git" è un tool per sviluppatori, usato per le operazioni di controllo versione.
|
git-management-description = Gestione Git è uno strumento per sviluppatori, usato per le operazioni di controllo versione.
|
||||||
git-management-loading = "Gestione git" in caricamento...
|
git-management-loading = Caricamento Gestione Git...
|
||||||
stage = Prepara modifiche
|
stage = Prepara modifiche
|
||||||
staged-changes = Modifiche preparate
|
staged-changes = Modifiche preparate
|
||||||
unstaged-changes = Modifiche non confirmate
|
unstaged-changes = Modifiche non preparate
|
||||||
|
|
||||||
## Project search
|
## Project search
|
||||||
|
|
||||||
|
|
@ -34,7 +35,7 @@ project-search = Ricerca nel progetto
|
||||||
## Prompt save changes
|
## Prompt save changes
|
||||||
|
|
||||||
prompt-save-changes-title = Modifiche non salvate
|
prompt-save-changes-title = Modifiche non salvate
|
||||||
prompt-unsaved-changes = Hai delle modifiche non salvate, vuoi salvarle?
|
prompt-unsaved-changes = Hai delle modifiche non salvate. Vuoi salvarle?
|
||||||
cancel = Annulla
|
cancel = Annulla
|
||||||
discard = Ignora modifiche
|
discard = Ignora modifiche
|
||||||
save-all = Salva tutto
|
save-all = Salva tutto
|
||||||
|
|
@ -52,25 +53,23 @@ dark = Scuro
|
||||||
light = Chiaro
|
light = Chiaro
|
||||||
syntax-dark = Sintassi scura
|
syntax-dark = Sintassi scura
|
||||||
syntax-light = Sintassi chiara
|
syntax-light = Sintassi chiara
|
||||||
default-font = Font predefinito
|
default-font = Carattere predefinito
|
||||||
default-font-size = Dimensione font predefinita
|
default-font-size = Dimensione del carattere predefinita
|
||||||
default-zoom-step = Quantità zoom
|
default-zoom-step = Livello zoom
|
||||||
|
|
||||||
|
|
||||||
### Keyboard shortcuts
|
### Keyboard shortcuts
|
||||||
keyboard-shortcuts =
|
|
||||||
Scorciatoie da tastiera
|
keyboard-shortcuts = Scorciatoie da tastiera
|
||||||
enable-vim-bindings = Abilita scorciatoie VIM
|
|
||||||
# Find
|
# Find
|
||||||
find-placeholder = Trova...
|
find-placeholder = Trova...
|
||||||
find-previous = Trova precedente
|
find-previous = Trova precedente
|
||||||
find-next = Trove successivo
|
find-next = Trova successivo
|
||||||
replace-placeholder = Sostituisci...
|
replace-placeholder = Sostituisci...
|
||||||
replace = Sostituisci
|
replace = Sostituisci
|
||||||
replace-all = Sostituisci tutto
|
replace-all = Sostituisci tutto
|
||||||
case-sensitive = Case sensitive
|
case-sensitive = Maiuscole/minuscole
|
||||||
use-regex = Usa REGEX
|
use-regex = Usa espressione regolare
|
||||||
wrap-around = Wrap Around
|
wrap-around = Continua dalla fine
|
||||||
|
|
||||||
# Menu
|
# Menu
|
||||||
|
|
||||||
|
|
@ -81,7 +80,7 @@ file = File
|
||||||
new-file = Nuovo file
|
new-file = Nuovo file
|
||||||
new-window = Nuova finestra
|
new-window = Nuova finestra
|
||||||
open-file = Apri file...
|
open-file = Apri file...
|
||||||
open-recent-file = Apri recente
|
open-recent-file = Apri file recente
|
||||||
close-file = Chiudi file
|
close-file = Chiudi file
|
||||||
menu-open-project = Apri progetto...
|
menu-open-project = Apri progetto...
|
||||||
open-recent-project = Apri progetto recente
|
open-recent-project = Apri progetto recente
|
||||||
|
|
@ -123,10 +122,12 @@ automatic-indentation = Indentazione automatica
|
||||||
tab-width = Larghezza tabulazione: { $tab_width }
|
tab-width = Larghezza tabulazione: { $tab_width }
|
||||||
convert-indentation-to-spaces = Converti indentazione in spazi
|
convert-indentation-to-spaces = Converti indentazione in spazi
|
||||||
convert-indentation-to-tabs = Converti indentazione in tabulazioni
|
convert-indentation-to-tabs = Converti indentazione in tabulazioni
|
||||||
word-wrap = "a capo" automatico
|
word-wrap = A capo automatico
|
||||||
show-line-numbers = Mostra numeri linea
|
show-line-numbers = Mostra numeri riga
|
||||||
highlight-current-line = Evidenzia linea corrente
|
highlight-current-line = Evidenzia riga corrente
|
||||||
syntax-highlighting = Evidenziazione sintassi...
|
syntax-highlighting = Evidenziazione sintassi...
|
||||||
menu-settings = Impostazioni...
|
menu-settings = Impostazioni...
|
||||||
menu-keyboard-shortcuts = Scorciatoie da tastiera...
|
menu-keyboard-shortcuts = Scorciatoie da tastiera...
|
||||||
menu-about = Informazioni su "COSMIC - Editor di testo"
|
menu-about = Informazioni su COSMIC Text Editor...
|
||||||
|
unstage = Rimuovi modifiche
|
||||||
|
enable-vim-bindings = Abilita comandi Vim
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue