2018-03-28. Merged in translations from Transifex.

This commit is contained in:
Daniel Ye
2018-03-28 18:20:16 -07:00
parent 5126026376
commit 5e51bf9fd8
883 changed files with 8089 additions and 2047 deletions

View File

@@ -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": "Разрешить выполнять {0} (определяется как параметр рабочей области) для обработки PHP-файлов через lint?",
"php.yes": "Разрешить",
"php.no": "Запретить",
"wrongExecutable": "Не удается проверить, так как {0} не является допустимым исполняемым PHP-файлом. Используйте параметр php.validate.executablePath, чтобы настроить исполняемый PHP-файл.",
"noExecutable": "Не удается проверить, так как не задан исполняемый PHP-файл. Используйте параметр php.validate.executablePath, чтобы настроить исполняемый PHP-файл.",
"unknownReason": "Не удалось запустить PHP-файл, используя путь {0}. Причина неизвестна."
}