Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ita/src/vs/workbench/parts')
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json2
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json8
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json6
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json3
-rw-r--r--i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json3
-rw-r--r--i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json3
-rw-r--r--i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json2
-rw-r--r--i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json8
-rw-r--r--i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json2
-rw-r--r--i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json1
-rw-r--r--i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json3
17 files changed, 28 insertions, 19 deletions
diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
index b3b797b17a0..cd95d333b64 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugQuickOpen.i18n.json
@@ -6,6 +6,8 @@
{
"entryAriaLabel": "{0}, debug",
"debugAriaLabel": "Digitare il nome di una configurazione di avvio da eseguire.",
+ "addConfigTo": "Aggiungi configurazione ({0})...",
+ "addConfiguration": "Aggiungi configurazione...",
"noConfigurationsMatching": "Non esistono configurazioni di debug corrispondenti",
"noConfigurationsFound": "Non è stata trovata alcuna configurazione di debug. Creare un file 'launch.json'."
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
new file mode 100644
index 00000000000..8eeb71caf1a
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugStatus.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "debug": "Debug"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
new file mode 100644
index 00000000000..8b6ad71cd4e
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/parts/debug/browser/debugViewlet.i18n.json
@@ -0,0 +1,6 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
index 2b0ce6dfdf4..7729690837e 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugConfigurationManager.i18n.json
@@ -15,7 +15,6 @@
"vscode.extension.contributes.debuggers.initialConfigurations": "Configurazioni per generare la versione iniziale di 'launch.json'.",
"vscode.extension.contributes.debuggers.languages": "Elenco dei linguaggi. per cui l'estensione di debug può essere considerata il \"debugger predefinito\".",
"vscode.extension.contributes.debuggers.adapterExecutableCommand": "Se è specificato, Visual Studio Code chiamerà questo comando per determinare il percorso eseguibile della scheda di debug e gli argomenti da passare.",
- "vscode.extension.contributes.debuggers.startSessionCommand": "Se è specificato, Visual Studio Code chiamerà questo comando per le azioni \"debug\" o \"run\" previste come destinazione di questa estensione.",
"vscode.extension.contributes.debuggers.configurationSnippets": "Frammenti per l'aggiunta di nuove configurazioni in 'launch.json'.",
"vscode.extension.contributes.debuggers.configurationAttributes": "Configurazioni dello schema JSON per la convalida di 'launch.json'.",
"vscode.extension.contributes.debuggers.windows": "Impostazioni specifiche di Windows.",
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
index 70ec9c0d711..c70e4e525c6 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/debugService.i18n.json
@@ -12,10 +12,7 @@
"breakpointRemoved": "Rimosso un punto di interruzione a riga {0} del file {1}",
"compoundMustHaveConfigurations": "Per avviare più configurazioni, deve essere impostato l'attributo \"configurations\" dell'elemento compounds.",
"configMissing": "In 'launch.json' manca la configurazione '{0}'.",
- "debugRequestNotSupported": "La configurazione di debug scelta contiene un valore di attributo `{0}` che non è supportato: '{1}'.",
- "debugRequesMissing": "Nella configurazione di debug scelta manca l'attributo '{0}'.",
"debugTypeNotSupported": "Il tipo di debug configurato '{0}' non è supportato.",
- "debugTypeMissing": "Manca la proprietà 'type' per la configurazione di avvio scelta.",
"preLaunchTaskErrors": "Sono stati rilevati errori di compilazione durante preLaunchTask '{0}'.",
"preLaunchTaskError": "È stato rilevato un errore di compilazione durante preLaunchTask '{0}'.",
"preLaunchTaskExitCode": "L'attività di preavvio '{0}' è stata terminata ed è stato restituito il codice di uscita {1}.",
diff --git a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
index fff7cbcba9e..2740934029a 100644
--- a/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/debug/electron-browser/replViewer.i18n.json
@@ -7,6 +7,5 @@
"stateCapture": "Lo stato dell'oggetto viene acquisito dalla prima valutazione",
"replVariableAriaLabel": "Il valore della variabile {0} è {1}, ciclo Read Eval Print, debug",
"replExpressionAriaLabel": "Il valore dell'espressione {0} è {1}, ciclo Read Eval Print, debug",
- "replValueOutputAriaLabel": "{0}, ciclo Read Eval Print, debug",
- "replKeyValueOutputAriaLabel": "Il valore della variabile di output {0} è {1}, ciclo Read Eval Print, debug"
+ "replValueOutputAriaLabel": "{0}, ciclo Read Eval Print, debug"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json
index f1f608e1731..d68d405085a 100644
--- a/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/files/browser/fileActions.i18n.json
@@ -37,8 +37,6 @@
"openToSide": "Apri lateralmente",
"compareSource": "Seleziona per il confronto",
"globalCompareFile": "Confronta file attivo con...",
- "pickHistory": "Selezionare un file aperto in precedenza per il confronto",
- "unableToFileToCompare": "Non è possibile confrontare il file selezionato con '{0}'.",
"openFileToCompare": "Aprire prima un file per confrontarlo con un altro file.",
"compareWith": "Confronta '{0}' con '{1}'",
"compareFiles": "Confronta file",
@@ -47,7 +45,6 @@
"saveAs": "Salva con nome...",
"saveAll": "Salva tutto",
"saveAllInGroup": "Salva tutto nel gruppo",
- "saveFiles": "Salva file modificati ma non salvati",
"revert": "Ripristina file",
"focusOpenEditors": "Stato attivo su visualizzazione editor aperti",
"focusFilesExplorer": "Stato attivo su Esplora file",
diff --git a/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json b/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json
index 9ae2216ff99..586895b4e44 100644
--- a/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/files/browser/views/emptyView.i18n.json
@@ -6,6 +6,6 @@
{
"noWorkspace": "Nessuna cartella aperta",
"explorerSection": "Sezione Esplora file",
- "noWorkspaceHelp": "Non ci sono ancora cartelle aperte.",
+ "noFolderHelp": "Non ci sono ancora cartelle aperte.",
"openFolder": "Apri cartella"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json b/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json
new file mode 100644
index 00000000000..bcb8c50044f
--- /dev/null
+++ b/i18n/ita/src/vs/workbench/parts/markers/browser/markersFileDecorations.i18n.json
@@ -0,0 +1,8 @@
+/*---------------------------------------------------------------------------------------------
+ * Copyright (c) Microsoft Corporation. All rights reserved.
+ * Licensed under the MIT License. See License.txt in the project root for license information.
+ *--------------------------------------------------------------------------------------------*/
+// Do not edit this file. It is machine generated.
+{
+ "label": "Problemi"
+} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json
index 237ebccfb39..36b2ac76a3a 100644
--- a/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/preferences/browser/preferencesRenderers.i18n.json
@@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"emptyUserSettingsHeader": "Inserire le impostazioni qui per sovrascrivere quelle predefinite.",
- "errorInvalidConfiguration": "Impossibile scrivere nelle impostazioni. Correggere eventuali errori o avvisi nel file e riprovare.",
"emptyWorkspaceSettingsHeader": "Inserire le impostazioni qui per sovrascrivere le impostazioni utente.",
"emptyFolderSettingsHeader": "Inserire le impostazioni cartella qui per sovrascrivere quelle dell'area di lavoro.",
"defaultFolderSettingsTitle": "Impostazioni cartella predefinite",
diff --git a/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json b/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json
index 28964d0cf5c..543c602df83 100644
--- a/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/quickopen/browser/commandsHandler.i18n.json
@@ -13,7 +13,6 @@
"actionNotEnabled": "Il comando '{0}' non è abilitato nel contesto corrente.",
"recentlyUsed": "usate di recente",
"morecCommands": "altri comandi",
- "commandLabel": "{0}: {1}",
"cat.title": "{0}: {1}",
"noCommandsMatching": "Non ci sono comandi corrispondenti"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
index 7b4843f3a16..65fd721bb17 100644
--- a/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/search/browser/search.contribution.i18n.json
@@ -17,7 +17,6 @@
"exclude": "Consente di configurare i criteri GLOB per escludere file e cartelle nelle ricerche. Eredita tutti i criteri GLOB dall'impostazione files.exclude.",
"exclude.boolean": "Criterio GLOB da usare per trovare percorsi file. Impostare su True o False per abilitare o disabilitare il criterio.",
"exclude.when": "Controllo aggiuntivo sugli elementi di pari livello di un file corrispondente. Usare $(basename) come variabile del nome file corrispondente.",
- "useRipgrep": "Controlla se usare ripgrep durante la ricerca di testo",
"useIgnoreFilesByDefault": "Controlla se utilizzare i file .gitignore e .ignore come impostazione predefinita durante la ricerca in una nuova area di lavoro",
"search.quickOpen.includeSymbols": "Configurare questa opzione per includere i risultati di una ricerca di simboli globale nei risultati dei file per Quick Open."
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json b/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json
index 942721004df..7faf8ff218a 100644
--- a/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/search/browser/searchActions.i18n.json
@@ -19,7 +19,6 @@
"ClearSearchResultsAction.label": "Cancella risultati della ricerca",
"FocusNextSearchResult.label": "Sposta lo stato attivo sul risultato della ricerca successivo",
"FocusPreviousSearchResult.label": "Sposta lo stato attivo sul risultato della ricerca precedente",
- "RemoveAction.label": "Rimuovi",
"file.replaceAll.label": "Sostituisci tutto",
"match.replace.label": "Sostituisci"
} \ No newline at end of file
diff --git a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json
index 09e4993b61b..8b2ae57561b 100644
--- a/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/snippets/electron-browser/snippetsService.i18n.json
@@ -10,8 +10,8 @@
"vscode.extension.contributes.snippets": "Frammenti per contributes.",
"vscode.extension.contributes.snippets-language": "Identificatore di linguaggio per cui si aggiunge come contributo questo frammento.",
"vscode.extension.contributes.snippets-path": "Percorso del file snippets. È relativo alla cartella delle estensioni e in genere inizia con './snippets/'.",
- "badFile": "Non è stato possibile leggere il file di frammento \"{0}\".",
"badVariableUse": "Il frammento \"{0}\" molto probabilmente confonde variabili-frammento con segnaposti-frammento. Vedere https://code.visualstudio.com/docs/editor/userdefinedsnippets#_snippet-syntax per ulteriori dettagli.",
+ "badFile": "Non è stato possibile leggere il file di frammento \"{0}\".",
"source.snippet": "Frammento utente",
"detail.snippet": "{0} ({1})",
"snippetSuggest.longLabel": "{0}, {1}"
diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
index ad495da28bf..9941d145008 100644
--- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalActions.i18n.json
@@ -16,7 +16,6 @@
"workbench.action.terminal.new.short": "Nuovo terminale",
"workbench.action.terminal.focus": "Sposta stato attivo su terminale",
"workbench.action.terminal.focusNext": "Sposta stato attivo su terminale successivo",
- "workbench.action.terminal.focusAtIndex": "Sposta stato attivo su terminale {0}",
"workbench.action.terminal.focusPrevious": "Sposta stato attivo su terminale precedente",
"workbench.action.terminal.paste": "Incolla nel terminale attivo",
"workbench.action.terminal.DefaultShell": "Selezionare la Shell di Default",
diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json
index e32834163e9..adc0b4440da 100644
--- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalPanel.i18n.json
@@ -5,7 +5,6 @@
// Do not edit this file. It is machine generated.
{
"copy": "Copia",
- "createNewTerminal": "Nuovo terminale",
"paste": "Incolla",
"selectAll": "Seleziona tutto",
"clear": "Cancella"
diff --git a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
index e21d2d1aaf0..6055f7da096 100644
--- a/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
+++ b/i18n/ita/src/vs/workbench/parts/terminal/electron-browser/terminalService.i18n.json
@@ -10,6 +10,5 @@
"never again": "OK, non visualizzare più",
"terminal.integrated.chooseWindowsShell": "Seleziona la shell di terminale preferita - è possibile modificare questa impostazione dopo",
"terminalService.terminalCloseConfirmationSingular": "C'è una sessione di terminale attiva. Terminarla?",
- "terminalService.terminalCloseConfirmationPlural": "Ci sono {0} sessioni di terminale attive. Terminarle?",
- "yes": "Sì"
+ "terminalService.terminalCloseConfirmationPlural": "Ci sono {0} sessioni di terminale attive. Terminarle?"
} \ No newline at end of file