You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: src/nls/it/strings.js
+36-6Lines changed: 36 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ define({
76
76
"LIVE_DEVELOPMENT_ERROR_MESSAGE" : "Per effettuare una connessione con Anteprima Live, Chrome deve essere rilanciato con il debugging remoto abilitato.<br /><br />Vuoi rilanciare Chrome e abilitare il debugging remoto?",
77
77
"LIVE_DEV_NEED_HTML_MESSAGE" : "Apri un file HTML per lanciare l'Anteprima Live.",
78
78
"LIVE_DEV_NEED_BASEURL_MESSAGE" : "To launch live preview with a server-side file, you need to specify a Base URL for this project.",
79
+
"LIVE_DEV_SERVER_NOT_READY_MESSAGE" : "Errore durante l'avvio del server HTTP server per i file di sviluppo in tempo reale. Riprova ancora.",
"LIVE_DEVELOPMENT_INFO_MESSAGE" : "Anteprima Live connette {APP_NAME} al tuo browser. Lancia una anteprima del tuo file HTML nel browser e dopo ogni tua modifica l'anteprima verrà aggiornata istantaneamente per riflettere le modifiche del tuo codice.<br /><br />In questa versione preliminare di {APP_NAME}, Anteprima Live funziona solo per le modifiche su <strong>file CSS</strong> e solo con <strong>Google Chrome</strong>. Verrà implementata presto anche per HTML e JavaScript!<br /><br />(Vedrai questo messaggio una sola volta.)",
81
82
"LIVE_DEVELOPMENT_TROUBLESHOOTING" : "Per magiorni informazioni leggi <a class=\"clickable-link\" data-href=\"{0}\">Risoluzione dei problemi di connessione a Anteprima Live</a>.",
@@ -168,16 +169,25 @@ define({
168
169
"CMD_FILE_SAVE" : "Salva",
169
170
"CMD_FILE_SAVE_ALL" : "Salva tutto",
170
171
"CMD_LIVE_FILE_PREVIEW" : "Anteprima Live",
172
+
"CMD_LIVE_HIGHLIGHT" : "Evidenziatura Live",
171
173
"CMD_PROJECT_SETTINGS" : "Impostazioni del progetto\u2026",
0 commit comments