Files
azuredatastudio/i18n/language-pack-fr/translations/extensions/php-language-features.i18n.json
Karl Burtram 2ed9a93bae Add initial lang pack resources (#6035)
* Initial vs code lang packs

* Update resource to merge in ADS-specific strings
2019-06-14 13:38:04 -07:00

31 lines
2.0 KiB
JSON
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"version": "1.0.0",
"contents": {
"package": {
"configuration.suggest.basic": "Contrôle si les suggestions de langage PHP intégrées sont activées. Le support suggère les globales et variables PHP.",
"configuration.validate.enable": "Activez/désactivez la validation PHP intégrée.",
"configuration.validate.executablePath": "Pointe vers l'exécutable PHP.",
"configuration.validate.run": "Spécifie si linter est exécuté au moment de l'enregistrement ou de la saisie.",
"configuration.title": "PHP",
"commands.categroy.php": "PHP",
"command.untrustValidationExecutable": "Interdire l'exécutable de validation PHP (défini comme paramètre d'espace de travail)",
"displayName": "Fonctionnalités de langage PHP",
"description": "Fournit une prise en charge de langage riche pour les fichiers PHP."
},
"out/features/validationProvider": {
"php.useExecutablePath": "Autorisez-vous l'exécution de {0} (défini en tant que paramètre d'espace de travail) pour effectuer une validation lint sur les fichiers PHP ?",
"php.yes": "Autoriser",
"php.no": "Interdire",
"wrongExecutable": "Impossible d'effectuer la validation, car {0} n'est pas un exécutable PHP valide. Utilisez le paramètre 'php.validate.executablePath' pour configurer l'exécutable PHP.",
"noExecutable": "Impossible d'effectuer la validation, car aucun exécutable PHP n'est défini. Utilisez le paramètre 'php.validate.executablePath' pour configurer l'exécutable PHP.",
"unknownReason": "Échec de l'exécution de php avec le chemin : {0}. Raison inconnue."
}
}
}