From 0fa5c4f056640293004fcf0f1e92e38357456d5d Mon Sep 17 00:00:00 2001 From: lucamosca1 Date: Tue, 23 Sep 2025 01:26:18 +0200 Subject: [PATCH] Update cosmic_edit.ftl ITA (#403) Just fixed newlines to match english ones (easier to spot new strings to be translated) --- i18n/it/cosmic_edit.ftl | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/i18n/it/cosmic_edit.ftl b/i18n/it/cosmic_edit.ftl index d797396..efcf64e 100644 --- a/i18n/it/cosmic_edit.ftl +++ b/i18n/it/cosmic_edit.ftl @@ -5,13 +5,11 @@ todo = TODO # Context Pages - ## About - -git-description = Git commit { $hash } del { $date } +repository = Repository +support = Supporto ## Document statistics - document-statistics = Statistiche documento word-count = Conteggio parole character-count = Caratteri @@ -28,11 +26,9 @@ staged-changes = Modifiche preparate unstaged-changes = Modifiche non confirmate ## 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 @@ -40,11 +36,9 @@ discard = Ignora modifiche save-all = Salva tutto ## Settings - settings = Impostazioni ## Appearance - appearance = Aspetto theme = Tema match-desktop = Sistema @@ -56,8 +50,8 @@ default-font = Font predefinito default-font-size = Dimensione font predefinita default-zoom-step = Quantità zoom -### Keyboard shortcuts +### Keyboard shortcuts keyboard-shortcuts = Scorciatoie da tastiera enable-vim-bindings = Abilita scorciatoie VIM @@ -74,9 +68,7 @@ wrap-around = Wrap Around # Menu - ## File - file = File new-file = Nuovo file new-window = Nuova finestra @@ -97,7 +89,6 @@ print = Stampa quit = Esci ## Edit - edit = Modifica undo = Annulla redo = Ripeti @@ -110,7 +101,6 @@ find-in-project = Trova nel progetto... spell-check = Controllo ortografico... ## View - view = Visualizza zoom-in = Aumenta zoom default-size = Dimensione predefinita @@ -118,11 +108,11 @@ 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 linea highlight-current-line = Evidenzia linea corrente @@ -130,4 +120,3 @@ syntax-highlighting = Evidenziazione sintassi... menu-settings = Impostazioni... menu-keyboard-shortcuts = Scorciatoie da tastiera... menu-about = Informazioni su "COSMIC - Editor di testo" -support = Supporto