Files
vscode/i18n/kor/extensions/php/out/features/validationProvider.i18n.json
2016-03-18 22:01:19 +01:00

9 lines
724 B
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.
{
"noPHP": "php 파일의 유효성을 검사할 수 없습니다. php 프로그램을 찾을 수 없습니다. 'php.validate.executablePath' 설정을 사용하여 'php'의 위치를 구성하세요.",
"unknownReason": "{0} 경로를 사용하여 php를 실행하지 못했습니다. 이유를 알 수 없습니다."
}