Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Translate in Italian for Brackets 1.4 #11318

Merged
merged 5 commits into from
Jul 13, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
125 changes: 111 additions & 14 deletions src/nls/it/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ define({
"ERROR_INVALID_SHORTCUTS" : "Queste scorciatoie non sono valide: {0}",
"ERROR_NONEXISTENT_COMMANDS" : "Stai assegnando scorciatoie a comandi inesistenti: {0}",


// Application preferences corrupt error strings
"ERROR_PREFS_CORRUPT_TITLE" : "Errore nella lettura delle preferenze",
"ERROR_PREFS_CORRUPT" : "Le tue preferenze non sono in un file JSON valido. Il file verrà aperto in modo da poter correggere il formato. Dovrai riavviare {APP_NAME} così le modifiche avranno effetto.",

"ERROR_PROJ_PREFS_CORRUPT" : "Il file delle preferenze di progetto non è valido JSON. Il file verrà aperto in modo da poter correggere il formato. Avrete bisogno di ricaricare il progetto affinché le modifiche abbiano effetto.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be better Le preferenze del progetto non sono in un file JSON valido. Il file verrà aperto ... (Similar to line 90)


// Application error strings
"ERROR_IN_BROWSER_TITLE" : "Oops! {APP_NAME} non può essere ancora eseguita nel browser.",
"ERROR_IN_BROWSER" : "{APP_NAME} è scritta in HTML, ma al momento viene eseguita come applicazione desktop per avere la possibilità di modificare file locali. Puoi usare la shell dal repository <b>github.com/adobe/brackets-shell</b> per eseguire {APP_NAME}.",
Expand Down Expand Up @@ -295,7 +295,6 @@ define({
"LINTER_TIMED_OUT" : "{0} è scaduto dopo aver atteso per {1} ms",
"LINTER_FAILED" : "{0} terminato con errore: {1}",


/**
* Command Name Constants
*/
Expand All @@ -319,6 +318,7 @@ define({
"CMD_FILE_SAVE_ALL" : "Salva tutto",
"CMD_FILE_SAVE_AS" : "Salva come\u2026",
"CMD_LIVE_FILE_PREVIEW" : "Anteprima Live",
"CMD_TOGGLE_LIVE_PREVIEW_MB_MODE" : "Abilita esperimento di Anteprima Live",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about Abilita l'Anteprima Live sperimentale.?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By enabling this feature Live Preview go launched with your favorite browser (e.g. Firefox, IE, Opera...) and not only with Chrome.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita l'Anteprima Live nel tuo browser preferito (sperimentale).?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 I like @nicolo-ribaudo!

"CMD_RELOAD_LIVE_PREVIEW" : "Forza ricarica Anteprima Live",
"CMD_PROJECT_SETTINGS" : "Impostazioni del progetto\u2026",
"CMD_FILE_RENAME" : "Rinomina",
Expand Down Expand Up @@ -566,7 +566,6 @@ define({
/**
* Unit names
*/

"UNIT_PIXELS" : "pixel",

// extensions/default/DebugCommands
Expand All @@ -585,28 +584,29 @@ define({
"CMD_RESTART_NODE" : "Riavvia Node",
"CMD_SHOW_ERRORS_IN_STATUS_BAR" : "Mostra errori nella barra di stato",
"CMD_OPEN_BRACKETS_SOURCE" : "Apri {APP_NAME} sorgente",
"ERROR_CREATING_LAUNCH_SCRIPT" : "Si è verificato un errore durante la creazione {APP_NAME} strumento a riga di comando al <code>/usr/local/bin</code>. Per favore riferisci a <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments#troubleshooting'>linea di comando</a> wiki per la risoluzione dei problemi.<br/><br/>Motivo: ",

"CREATING_LAUNCH_SCRIPT_TITLE" : "Scorciatoia Riga di comando di {APP_NAME}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scorciatoiadariga di comando di {APP_NAME}

"ERROR_CREATING_LAUNCH_SCRIPT" : "Si è verificato un errore durante la creazione della funzione Riga di comando. Per favore riferisci a <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments#troubleshooting'>linea di comando</a> wiki per la risoluzione dei problemi.<br/><br/>Motivo: ",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Si è verificato un errore durante la creazione dellascorciatoia dariga di comando. Per favore,leggi la guida della<a href="...">rigadi comando</a> per la risoluzione dei problemi.<br/><br/>Motivo:

I don't know which is better between riga di comando and linea di comando, but I think it is better to use the same translation everywhere. (On wikipedia it is translated as riga di comando: https://it.wikipedia.org/wiki/Interfaccia_a_riga_di_comando)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I vote fore riga di comando :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I vote for "riga di comando" +1

"ERROR_CLTOOLS_RMFAILED" : "Impossibile rimuovere collegamento simbolico esistente {APP_NAME} a <code>/usr/local/bin.</code>",
"ERROR_CLTOOLS_MKDIRFAILED" : "Impossibile creare <code>/usr/local/bin</code> struttura di directory.",
"ERROR_CLTOOLS_LNFAILED" : "Impossibile creare {APP_NAME} collegamento simbolico a <code>/usr/local/bin</code>.",
"ERROR_CLTOOLS_SERVFAILED" : "Impossibile creare l'oggetto autorizzato.",
"ERROR_CLTOOLS_NOTSUPPORTED" : "{APP_NAME} comando di installazione strumento linea non è supportato su questo SO.",

"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Strumento a riga di comando installato correttamente! Ora si può facilmente lanciare {APP_NAME} dalla riga di comando utilizzando <code>{APP_NAME} myFile.txt</code> o <code>{APP_NAME} myFolder</code>. <br/><br/>Per favore riferisci a <a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>linea du comando</a> wiki per maggiori informazioni.",
"CREATING_LAUNCH_SCRIPT_TITLE" : "Aggiungi la linea di comando di Brackets",
"ERROR_CLTOOLS_MKDIRFAILED" : "Impossibile creare la cartella <code>/usr/local/bin</code>.",
"ERROR_CLTOOLS_LNFAILED" : "Impossibile creare il collegamento simbolico <code>/usr/local/bin/brackets</code>.",
"ERROR_CLTOOLS_SERVFAILED" : "Errore interno.",
"ERROR_CLTOOLS_NOTSUPPORTED" : "Collegamento Riga di comando non è supportato su questo SO.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

La scorciatoia dariga di comando non è supportata su questo sistema operativo.

sistema operativo is operating system, SO is OS, but I think that SO is used very rarely.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In other cases, we used OS . In some software such as AutoCAD for the Italian version in use SO.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if strings are translated in Italian litterally we can use SO otherwise OS.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think OS is better. (I corrected some other strings which were translated too literally)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to dissolve any doubts, use 'sistema operativo' XD
the international OS is good.

"LAUNCH_SCRIPT_CREATE_SUCCESS" : "Successo! Ora si può facilmente avviare {APP_NAME} dalla riga di comando: <code>brackets myFile.txt</code> per aprire un file o <code>myFolder</code> parentesi per passare progetti. <br/><br/><a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>Saperne di più</a> per usare {APP_NAME} dalla riga di comando.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successo! Ora si può facilmente avviare {APP_NAME} dalla riga di comandoeseguendo<code>brackets myFile.txt</code> per aprire un file o <code>myFolder</code> parentesi peraprire un progetto.<br/><br/><a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>Altre informazioni sulla riga di comando di {APP_NAME}</a>.",

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from root strings:
<code>brackets myFolder</code>
in our strings file brackets translate 'parentesi', and is in the wrong place.
Delete 'parentesi' and correct the command line code.

Successo! Ora si può facilmente avviare {APP_NAME} dalla riga di comando eseguendo: <code>brackets myFile.txt</code> per aprire un file o <code>brackets myFolder</code> per aprire un progetto. <br/><br/><a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>Altre informazioni sulla riga di comando di {APP_NAME}</a>


"LANGUAGE_TITLE" : "Cambia la lingua",
"LANGUAGE_MESSAGE" : "Lingua:",
"LANGUAGE_SUBMIT" : "Riavvia {APP_NAME}",
"LANGUAGE_CANCEL" : "Annulla",
"LANGUAGE_SYSTEM_DEFAULT" : "Default di sistema",
"LANGUAGE_SYSTEM_DEFAULT" : "Preferita dal sistema",

// extensions/default/HealthData
"HEALTH_DATA_NOTIFICATION" : "Preferenze Health Data",
"HEALTH_FIRST_POPUP_TITLE" : "Brackets Health Report",
"HEALTH_DATA_DO_TRACK" : "Sì, mi piacerebbe condividere informazioni su come uso Brackets.",
"HEALTH_DATA_NOTIFICATION_MESSAGE" : "Al fine di migliorare Brackets stiamo implementando un nuovo Health Report che invia <strong>anonimo</strong> dati a Adobe su come usi Brackets. Questo rapporto aiuterà il gruppo di sviluppo e gli sviluppatori di estensioni sulle caratteristiche prioritarie, bug, problemi di usabilità e reperibilità.<br><br>È possibile visualizzare i dati inviati così come cambiare la vostra preferenza in qualsiasi momento visitando <strong>Help->Health Data Report</strong>. Ulteriori informazioni su Brackets Health Report e sullo stato <a href='https://github.com/adobe/brackets/wiki/Health-Data'>nella pagina wiki</a>.",
"HEALTH_DATA_PREVIEW" : "Anteprima Health Data",
"HEALTH_DATA_PREVIEW_INTRO" : "<p>Al fine di migliorare {APP_NAME}, periodicamente invieremo limitate, statistiche <strong>anonime</strong> a Adobe su come usi {APP_NAME}. Queste informazioni aiutano priorità caratteristiche , trovare i bug , e individuare problemi di usabilità. <a href='https://github.com/adobe/brackets/wiki/Health-Data'>Per saperne di più {APP_NAME} Health Report</a> e come si avvantaggia la comunità di {APP_NAME} mentre la tua privacy é protetta.</p><p>Qui di seguito è una anteprima dei dati che saranno inviati nella tua prossima Health Report <em>se</em> é abilitato.</p>",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. No comma after limitate and trovare i bug
  2. No space before commas

<p>Al fine di migliorare {APP_NAME}, periodicamente invieremo limitate statistiche <strong>anonime</strong> a Adobe su come usi {APP_NAME}. Queste informazioni aiutanoad assegnare una priorità ad alcunecaratteristiche,atrovare i bug eaindividuare problemi di usabilità. <a href='https://github.com/adobe/brackets/wiki/Health-Data'>Clicca quiper saperne di più su {APP_NAME} Health Report</a> e su come si avvantaggia la comunità di {APP_NAME}mantenendola tua privacy protetta.</p><p>Ecco un'anteprima dei dati che saranno inviati nella tua prossima Health Report(<em>se</em> abilitato):</p>


// extensions/default/InlineTimingFunctionEditor
"INLINE_TIMING_EDITOR_TIME" : "Tempo",
Expand Down Expand Up @@ -648,7 +648,104 @@ define({
"EXPAND_ALL" : "Espandi tutto",
"COLLAPSE_CURRENT" : "Comprimi attuale",
"EXPAND_CURRENT" : "Espandi attuale"

// Descriptions of core preferences
"DESCRIPTION_CLOSE_BRACKETS" : "Vero per chiudere automaticamente parentesi graffe, staffe e parentesi",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper chiudere automaticamenteleparentesitonde, quadre e graffe

I think true is better than Vero because true is the JSON value

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that too!

the JSON value true is much better.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for "true"

"DESCRIPTION_CLOSE_OTHERS_ABOVE" : "Falso per rimuovere le Chiudere Altri Sopra dal menu contestuale di file di lavoro",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false per rimuovere il comandoChiudi tutto il restodal menùdello spazio di lavoro.

I think false is better than Falso because false is the JSON value

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 for "false"

"DESCRIPTION_CLOSE_OTHERS_BELOW" : "Falso per rimuovere le Chiudere Altri Sotto dal menu contestuale di file di lavoro",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false per rimuovere il comandoChiudi tutto al di sottodal menùdello spazio di lavoro.

"DESCRIPTION_CLOSE_OTHERS" : "Falso per rimuovere le Chiudi Altri dal menu contestuale di file di lavoro",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

false per rimuovere il comandoChiudi tutto al di sopradal menùdello spazio di lavoro.

"DESCRIPTION_CLOSE_TAGS" : "Imposta le opzioni di tag di chiusura",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Imposta le opzionideitag di chiusura

"DESCRIPTION_CLOSE_TAGS_DONT_CLOSE_TAGS" : "Una serie di tag che non dovrebbe essere auto-chiusura",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Una serie di tag che non dovrebbe esserechiusa automaticamente.

"DESCRIPTION_CLOSE_TAGS_WHEN_OPENING" : "Chiudi quando > di tag di apertura viene digitato",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chiudi quandoviene digitato > nei tag di apertura.

"DESCRIPTION_CLOSE_TAGS_WHEN_CLOSING" : "Chiudi quando / del tag di chiusura viene digitato",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chiudi quandoviene digitato / nei tag di chiusura.

"DESCRIPTION_CLOSE_TAGS_INDENT_TAGS" : "Una serie di tag che, quando aperto ha una riga vuota",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Una serie dei tagnei quali inserire una riga vuota quando aperti.

"DESCRIPTION_CODE_FOLDING_ALWAY_USE_INDENT_FOLD" : "Vero per generare sempre sezione marcatori pieghevoli in caso di modifiche a livello di rientro",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per mostrare le icone per comprimere il codice anche a livello di indentazione.

"DESCRIPTION_CODE_FOLDING_ENABLED" : "Vero per consentire il raggruppamento del codice",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire il raggruppamento del codice

"DESCRIPTION_CODE_FOLDING_HIDE_UNTIL_MOUSEOVER" : "Vero per rendere i marcatori Sezione-Compresso visibile solo quando si sposta il mouse sopra la grondaia",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

truepermostrare le icone per comprimere il codicesolo quando si sposta il mouse soprala barra di sinistra

"DESCRIPTION_CODE_FOLDING_MAX_FOLD_LEVEL" : "Limiti quanti livelli si applica profondo Comprimi tutto",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Limita il numero di livelli da comprimere quando si usa il comandoComprimi tutto

"DESCRIPTION_CODE_FOLDING_MIN_FOLD_SIZE" : "Prima appare l'icona di sezione comprimibile linee minimi",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il minimo numero di righe necessario affinché appaia l'icona per comprimere il codice

"DESCRIPTION_CODE_FOLDING_SAVE_FOLD_STATES" : "Vero ricorda le selezioni Compresse se chiudi o riapri un file od un progetto",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per ricordare quali parti di codice sono compresse quandochiudi o riapri un file od un progetto

"DESCRIPTION_ATTR_HINTS" : "Abilita/Disabilitala suggerimenti attributi HTML",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita/Disabilitaisuggerimentiper gliattributi HTML

"DESCRIPTION_CSS_PROP_HINTS" : "Abilita/Disabilitala suggerimenti delle proprietà CSS/LESS/SCSS",
"DESCRIPTION_JS_HINTS" : "Abilita/Disabilitala suggerimenti del codice JavaScript",
"DESCRIPTION_PREF_HINTS" : "Abilita/Disabilitala suggerimenti del codice delle Preferenze",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(Lines 669-671)
Abilita/Disabilitaisuggerimenti ...

"DESCRIPTION_SPECIAL_CHAR_HINTS" : "Abilita/Disabilitala suggerimenti entità HTML",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita/Disabilitaisuggerimentidelleentità HTML

"DESCRIPTION_SVG_HINTS" : "Abilita/Disabilitala suggerimenti di codice SVG",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita/Disabilitaisuggerimentidelcodice SVG

"DESCRIPTION_HTML_TAG_HINTS" : "Abilita/Disabilitala suggerimenti di tag HTML",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita/Disabilitaisuggerimentideitag HTML

"DESCRIPTION_URL_CODE_HINTS" : "Abilita/Disabilitala suggerimenti URL in HTML & CSS/LESS/SCSS",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita/DisabilitaisuggerimentidegliURL in ...

"DESCRIPTION_DRAG_DROP_TEXT" : "Abilita/Disabilitala funzionalità del Drag & Drop",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Abilita/DisabilitàlafunzionalitadelDrag & Drop

"DESCRIPTION_HEALTH_DATA_TRACKING" : "Abilita il tracciamento di Health Data",
"DESCRIPTION_HIGHLIGHT_MATCHES" : "Abilita l'evidenziazione automatica delle stringhe corrispondenti in tutto il documento",
"DESCRIPTION_HIGHLIGHT_MATCHES_SHOW_TOKEN" : "Evidenziare tutte le stringhe che corrispondono il token il cursore si trova attualmente in (nessuna selezione necessaria)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

... corrispondonoaltokensul quale si trova il cursore (non è necessaria nessuna selezione)

"DESCRIPTION_HIGHLIGHT_MATCHES_WORDS_ONLY" : "Evidenziare solo quando la selezione è un token completo",
"DESCRIPTION_INSERT_HINT_ON_TAB" : "Vero per inserire il codice suggerimento attualmente selezionato nella scheda",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper inserire il codicesuggerito alla pressione del tasto TAB

"DESCRIPTION_NO_HINTS_ON_DOT" : "Vero per non mostrare automaticamente JS suggerimenti sul codice quando . viene digitato",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper non mostrare automaticamentei suggerimenti del codice JavaScript quando viene digitato .

"DESCRIPTION_JSLINT_OPTIONS" : "Un oggetto con le opzioni predefinite per JSLint",
"DESCRIPTION_JSLINT_OPTIONS_ASS" : "Vero per consentire espressioni di assegnamento",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire le espressioni di assignamentoal di fuori delle dichiarazioni

(This isn't clear in src/nls/root/strings.js too, see http://old.jslint.com/lint.html#options)

"DESCRIPTION_JSLINT_OPTIONS_BITWISE" : "Vero per consentire agli operatori bit a bit",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentireglioperatori bit a bit

"DESCRIPTION_JSLINT_OPTIONS_BROWSER" : "Vero se globali del browser standard, devono essere predefinite",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true se le variabili globali dei browser devono essere abilitate

"DESCRIPTION_JSLINT_OPTIONS_CLOSURE" : "Vero per consentire idiomi Google Closure",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentiregliidiomidiGloogle Closure

"DESCRIPTION_JSLINT_OPTIONS_CONTINUE" : "Vero per consentire istruzione continue",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentirel'istruzionecontinue

"DESCRIPTION_JSLINT_OPTIONS_COUCH" : "Vero se CouchDB globali devono essere predefiniti",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true se le variabili globali di CouchDB devono essere abilitate

"DESCRIPTION_JSLINT_OPTIONS_DEBUG" : "Vero per consentire dichiarazioni debugger",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentirel'istruzionedebugger

"DESCRIPTION_JSLINT_OPTIONS_DEVEL" : "Vero se globali del browser utili in fase di sviluppo devono essere predefiniti",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true se le variabili globali deibrowser utili in fase di sviluppo devono essereabilitate

"DESCRIPTION_JSLINT_OPTIONS_EQEQ" : "Vero per consentire == e !=",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire == e !=

"DESCRIPTION_JSLINT_OPTIONS_ES6" : "Vero se ES6 globali dovrebbero essere predefinite",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true se le variabili globali di ES6 devono essere abilitate

"DESCRIPTION_JSLINT_OPTIONS_EVIL" : "Vero per consentire eval",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire eval

"DESCRIPTION_JSLINT_OPTIONS_FORIN" : "Vero per consentire non filtrato per in",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentirei cicli for...in non filtrati

"DESCRIPTION_JSLINT_OPTIONS_INDENT" : "Imposta una specifica larghezza del tab",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il numero di spazi usati per l'indentazione

(Translated from http://old.jslint.com/lint.html#options)

"DESCRIPTION_JSLINT_OPTIONS_MAXERR" : "Il massimo numero di avvertimenti",
"DESCRIPTION_JSLINT_OPTIONS_MAXLEN" : "Il massimo numero di caratteri in una linea",
"DESCRIPTION_JSLINT_OPTIONS_NEWCAP" : "True per consentire costruttori in minuscolo",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire i costruttori in minuscolo

(true should be lower case)

"DESCRIPTION_JSLINT_OPTIONS_NODE" : "Vero se le globali Node.js dovrebbero essere predefinite",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true se le variabili globali di Node.js devono essere abilitate

"DESCRIPTION_JSLINT_OPTIONS_NOMEN" : "Vero per consentire penzoloni di sottolineatura in identificatori",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per consentire gli underscore all'inizio e alla fine dei nomi

"DESCRIPTION_JSLINT_OPTIONS_PASSFAIL" : "Vero per fermarsi al primo errore",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper fermarsi al primo errore

"DESCRIPTION_JSLINT_OPTIONS_PLUSPLUS" : "Vero per consentire ++ e --",
"DESCRIPTION_JSLINT_OPTIONS_REGEXP" : "Vero per consentire . e [^...]. in RegExp",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lines 703-704

trueper consentire ...

"DESCRIPTION_JSLINT_OPTIONS_RHINO" : "Vero se globali Rhino devono essere predefiniti",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true se le variabili globali di Rhino devono essere abilitate

"DESCRIPTION_JSLINT_OPTIONS_SLOPPY" : "Vero per consentire di omettere `use strict`",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per consentire di omettere use strict

"DESCRIPTION_JSLINT_OPTIONS_STUPID" : "Vero per consentire la stupidità",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire pratiche stupide

"DESCRIPTION_JSLINT_OPTIONS_SUB" : "Vero per consentire indicizzazione inefficiente",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentireil riferimento agli elementi degli oggetti utilizzando le parentesi quadre

"DESCRIPTION_JSLINT_OPTIONS_TODO" : "Vero per consentire commenti Cose da fare",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire i commentiTODO

"DESCRIPTION_JSLINT_OPTIONS_UNPARAM" : "Vero per consentire parametri non utilizzati",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire ...

"DESCRIPTION_JSLINT_OPTIONS_VARS" : "Vero per consentire a più di 1 var in una funzione",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper consentire più diun'espressionevarperfunzione

"DESCRIPTION_JSLINT_OPTIONS_WHITE" : "Vero per ignorare le regole spazio-bianco",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

truepernon controllare l'indentazione

"DESCRIPTION_LANGUAGE" : "Impostazioni specifiche della lingua",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impostazioni specifichedei linguaggi

"DESCRIPTION_LANGUAGE_FILE_EXTENSIONS" : "Ulteriori mappature di estensione a nome di lingua",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ulteriori mappaturedei linguaggi corrispondenti alle estensioni

"DESCRIPTION_LANGUAGE_FILE_NAMES" : "Ulteriori mappature da nome di file a nome di lingua",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ulteriori mappaturedei linguaggi corrispondenti ai nomi dei file

"DESCRIPTION_LINTING_ENABLED" : "Vero abilità Code Inspection",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per abilitare il controllo del codice

"DESCRIPTION_ASYNC_TIMEOUT" : "Il tempo in millisecondi dopo la pausa del linter asincrono",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il tempo in millisecondi dopoil quale il controllo del codice viene interrotto

"DESCRIPTION_LINTING_PREFER" : "Vettore di linter da eseguire prima",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Un arraydi linter da eseguireper primi

"DESCRIPTION_LIVE_DEV_MULTIBROWSER" : "Vero abilita Esperimento Anteprima Live",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per abilitare l'Anteprima Live sperimentale

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nicolo-ribaudo Qui va come sopra Linea 321:

true per abilitare l'Anteprima Live nel tuo browser preferito (sperimentale)

"DESCRIPTION_USE_PREFERED_ONLY" : "Vero avvia fornitori solo da linting.prefer",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per abilitare soltanto i linter specificati inlinting.prefer

"DESCRIPTION_MAX_CODE_HINTS" : "Massimo numero di suggerimenti visualizzati alla volta",
"DESCRIPTION_PATH" : "Impostazioni di percorso specifiche",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Impostazionispecifiche di un percorso

"DESCRIPTION_PROXY" : "L'URL del server proxy utilizzato per l'installazione ampliamento",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L'URL del server proxy utilizzato perinstallare le estensioni

"DESCRIPTION_SCROLL_PAST_END" : "Vero per attivare lo scorrimento oltre la fine del documento",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper attivare ...

"DESCRIPTION_SHOW_CODE_HINTS" : "Falso per disattivare tutti i suggerimenti sul codice",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

falseper disattivare ...

"DESCRIPTION_SHOW_CURSOR_WHEN_SELECTING" : "Mantiene il cursore lampeggiante visibile quando si dispone di una selezione di testo",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mantiene il cursore lampeggiantevisibilequandodel testo è selezionato

"DESCRIPTION_SHOW_LINE_NUMBERS" : "Vero per mostrare i numeri di riga in un " grondaia " a sinistra del codice",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper mostrare i numeri delle righe a sinistra del codice

(This line also is syntactically invalid)

"DESCRIPTION_SMART_INDENT" : "Automaticamente trattino quando si crea un nuovo blocco",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indenta automaticamente il codicequando si crea un nuovo blocco

"DESCRIPTION_SOFT_TABS" : "False per disattivare il comportamento soft tab",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

falseper disattivare ...

"DESCRIPTION_SORT_DIRECTORIES_FIRST" : "Vero per ordinare prima le cartelle nella struttura del progetto",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per mostrareprima le cartellenell'albero dei file

"DESCRIPTION_SPACE_UNITS" : "Numero di spazi da utilizzare per il rientro dello spazio",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Numero di spazi da utilizzare perl'indentazione

"DESCRIPTION_STATIC_SERVER_PORT" : "Numero di porta che il built-in server dovrebbe usare per Anteprima Live",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Numerodellaportadausare perl'AnteprimaLive

"DESCRIPTION_STYLE_ACTIVE_LINE" : "Vero per evidenziare il colore della linea di fondo si trova il cursore",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper evidenziarelalineadi fondodove si trova il cursore

"DESCRIPTION_TAB_SIZE" : "Numero di spazi da visualizzare per le tabulazioni",
"DESCRIPTION_USE_TAB_CHAR" : "Vero utilizzare le tabulazioni al posto degli spazi",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper utilizzare ...

"DESCRIPTION_UPPERCASE_COLORS" : "Vero per generare caratteri maiuscoli nei colori hex in Inline Color Editor",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper generare caratteri maiuscoli nei coloriesadecimalinell'editor dei colori inline

"DESCRIPTION_WORD_WRAP" : "Riga ad ogni ritorno la larghezza viewport",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostra su più linee le righe più larghe dell'editor

"DESCRIPTION_DETECTED_EXCLUSIONS" : "Un elenco dei file che sono stati rilevati per causare a Tern di correre fuori controllo",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Un elenco dei file checausano problemi a Tern

"DESCRIPTION_INFERENCE_TIMEOUT" : "La quantità di tempo dopo il quale Tern scadrà quando si cerca di capire i file",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il tempo in millisecondidopo il quale Ternviene interrotto mentre cerca di leggere un file

"DESCRIPTION_SHOW_ERRORS_IN_STATUS_BAR" : "Vero per mostrare gli errori nella barra di stato",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper mostrare ...

"DESCRIPTION_QUICK_VIEW_ENABLED" : "Vero per abilitare Quick View",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper abilitare ...

"DESCRIPTION_EXTENSION_LESS_IMAGE_PREVIEW" : "Vero per visualizzare le anteprime delle immagini degli URL delle estensioni mancanti",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper visualizzare le anteprime delle immaginianche se non hanno un'estensione

"DESCRIPTION_THEME" : "Seleziona un tema di {APP_NAME}",
"DESCRIPTION_USE_THEME_SCROLLBARS" : "Vero per consentire le barre di scorrimento su misura",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

trueper utilizzare le barre di scorrimento del tema

"DESCRIPTION_LINTING_COLLAPSED" : "Vero al collasso pannello linting",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true per non mostrare il pannello del controllo del codice

"DESCRIPTION_FONT_FAMILY" : "Modifica famiglia di carattere",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modificail font usato in {APP_NAME}

"DESCRIPTION_FONT_SIZE" : "Modifica dimensioni carattere; e.s, 13px"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Modificaledimensionidei caratteri; ad esempio, 13px

});

/* Last translation of: 671629589db5b7d0a91a1c5bbac954cc93bdff57*/
/* Last translation of: eda6874dfbb9b7f8ad4c5a5d145f19699d4aef30*/