Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json')
-rw-r--r--i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json b/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json
index 8b6ad71cd4e..9a43f2f7cce 100644
--- a/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json
+++ b/i18n/kor/extensions/extension-editing/out/extensionLinter.i18n.json
@@ -3,4 +3,10 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "httpsRequired": "이미지는 HTTPS 프로토콜을 사용해야 합니다.",
+ "svgsNotValid": "SVG는 올바른 이미지 소스가 아닙니다.",
+ "embeddedSvgsNotValid": "내장 SVG는 올바른 이미지 소스가 아닙니다.",
+ "dataUrlsNotValid": "데이터 URL은 올바른 이미지 소스가 아닙니다.",
+ "relativeUrlRequiresHttpsRepository": "관계형 이미지 URL은 package.json에 HTTPS 프로토콜이 있는 저장소가 필요합니다."
+} \ No newline at end of file