mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 17:40:30 -04:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
11
i18n/ita/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/ita/extensions/npm/out/npmView.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"npm.noDebugOptions": "Non è possibile avviare \"{0}\" per eseguire il debug perché negli script manca un'opzione di debug dei nodi, ad esempio \"--inspect-brk\".",
|
||||
"npm.scriptInvalid": "Non è stato possibile trovare lo script \"{0}\". Provare ad aggiornare la visualizzazione."
|
||||
}
|
||||
10
i18n/ita/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/ita/extensions/npm/out/tasks.i18n.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"npm.parseError": "Rilevamento attività npm: non è stato possibile analizzare il file {0}"
|
||||
}
|
||||
@@ -2,7 +2,7 @@
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
@@ -12,7 +12,15 @@
|
||||
"config.npm.runSilent": "Eseguire comandi npm con l'opzione `--silent`.",
|
||||
"config.npm.packageManager": "Il gestore dei pacchetti utilizzato per eseguire script.",
|
||||
"config.npm.exclude": "Configura i modelli glob per le cartelle che dovrebbero essere escluse dalla rilevazione automatica di script.",
|
||||
"config.npm.enableScriptExplorer": "Abilita una visualizzazione di esplorazione per gli script di npm quando l'area di lavoro contiene un file 'package.json'.",
|
||||
"npm.parseError": "Rilevamento attività NPM: Impossibile analizzare il file {0}",
|
||||
"taskdef.script": "Lo script di npm da personalizzare.",
|
||||
"taskdef.path": "Il percorso della cartella del file package.json che fornisce lo script. Può essere omesso."
|
||||
"taskdef.path": "Il percorso della cartella del file package.json che fornisce lo script. Può essere omesso.",
|
||||
"view.name": "Script di npm",
|
||||
"command.refresh": "Aggiorna",
|
||||
"command.run": "Esegui",
|
||||
"command.debug": "Debug",
|
||||
"command.openScript": "Apri",
|
||||
"npm.scriptInvalid": "Non è stato possibile trovare lo script '{0}'. Provare ad aggiornare la visualizzazione.",
|
||||
"npm.noDebugOptions": "Non è stato possibile avviare '{0}' per eseguire il debug perché negli script manca un'opzione di debug dei nodi, ad esempio '--inspect-brk'."
|
||||
}
|
||||
Reference in New Issue
Block a user