mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge VS Code 1.23.1 (#1520)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"php.useExecutablePath": "Consentire l'esecuzione di {0} (definito come impostazione dell'area di lavoro) per il lint dei file PHP?",
|
||||
"php.yes": "Consenti",
|
||||
"php.no": "Non consentire",
|
||||
"wrongExecutable": "Non è possibile eseguire la convalida perché {0} non è un file eseguibile di PHP valido. Usare l'impostazione 'php.validate.executablePath' per convalidare il file eseguibile di PHP.",
|
||||
"noExecutable": "Non è possibile eseguire la convalida perché non è impostato alcun file eseguibile di PHP. Usare l'impostazione 'php.validate.executablePath' per convalidare il file eseguibile di PHP.",
|
||||
"unknownReason": "Non è stato possibile eseguire php con il percorso {0}. Il motivo è sconosciuto."
|
||||
}
|
||||
18
i18n/ita/extensions/php-language-features/package.i18n.json
Normal file
18
i18n/ita/extensions/php-language-features/package.i18n.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"configuration.suggest.basic": "Consente di configurare l'abilitazione dei suggerimenti predefiniti per il linguaggio PHP. Il supporto suggerisce variabili e variabili globali PHP.",
|
||||
"configuration.validate.enable": "Abilita/Disabilita la convalida PHP predefinita.",
|
||||
"configuration.validate.executablePath": "Punta all'eseguibile di PHP.",
|
||||
"configuration.validate.run": "Indica se il linter viene eseguito durante il salvataggio o la digitazione.",
|
||||
"configuration.title": "PHP",
|
||||
"commands.categroy.php": "PHP",
|
||||
"command.untrustValidationExecutable": "Non consentire la convalida di PHP eseguibile (definito come impostazione dell'area di lavoro)",
|
||||
"displayName": "Funzionalità del linguaggio PHP",
|
||||
"description": "Fornisce supporto avanzato del linguaggio per i file PHP."
|
||||
}
|
||||
Reference in New Issue
Block a user