mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
14 lines
1.3 KiB
JSON
14 lines
1.3 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
||
* 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.
|
||
{
|
||
"noExecutable": "Не удается проверить, так как не задан исполняемый PHP-файл. Используйте параметр php.validate.executablePath, чтобы настроить исполняемый PHP-файл.",
|
||
"php.more": "Подробнее",
|
||
"php.no": "Нет",
|
||
"php.useExecutablePath": "Разрешить выполнять {0} для обработки PHP-файлов через lint?",
|
||
"php.yes": "Да",
|
||
"unknownReason": "Не удалось запустить PHP-файл, используя путь {0}. Причина неизвестна.",
|
||
"wrongExecutable": "Не удается проверить, так как {0} не является допустимым исполняемым PHP-файлом. Используйте параметр php.validate.executablePath, чтобы настроить исполняемый PHP-файл."
|
||
} |