mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
11
i18n/fra/extensions/npm/out/npmView.i18n.json
Normal file
11
i18n/fra/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": "Impossible de lancer \"{0}\" pour le débogage, car les scripts n'ont pas d'option de débogage de nœud, par exemple, \"--inspect-brk\".",
|
||||
"npm.scriptInvalid": "Script \"{0}\" introuvable. Essayez d'actualiser la vue."
|
||||
}
|
||||
10
i18n/fra/extensions/npm/out/tasks.i18n.json
Normal file
10
i18n/fra/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": "Détection de tâche Npm : impossible d’analyser le fichier {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": "Exécutez les commandes npm avec l'option `--silent`.",
|
||||
"config.npm.packageManager": "Le gestionnaire de paquets utilisé pour exécuter des scripts.",
|
||||
"config.npm.exclude": "Configurer les profils glob pour les dossiers qui doivent être exclus de la détection de script automatique.",
|
||||
"config.npm.enableScriptExplorer": "Activez une vue Explorateur pour les scripts npm quand l'espace de travail contient un fichier 'package.json'.",
|
||||
"npm.parseError": "Détection de tâche Npm : impossible d’analyser le fichier {0}",
|
||||
"taskdef.script": "Le script npm à personnaliser.",
|
||||
"taskdef.path": "Le chemin d’accès au dossier du fichier package.json qui fournit le script. Peut être oublié."
|
||||
"taskdef.path": "Le chemin d’accès au dossier du fichier package.json qui fournit le script. Peut être oublié.",
|
||||
"view.name": "Scripts npm",
|
||||
"command.refresh": "Actualiser",
|
||||
"command.run": "Exécuter",
|
||||
"command.debug": "Déboguer",
|
||||
"command.openScript": "Ouvrir",
|
||||
"npm.scriptInvalid": "Script '{0}' introuvable. Essayez d'actualiser la vue.",
|
||||
"npm.noDebugOptions": "Impossible de lancer '{0}' pour le débogage, car les scripts n'ont pas d'option de débogage de nœud, par exemple, '--inspect-brk'."
|
||||
}
|
||||
Reference in New Issue
Block a user