mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add initial lang pack resources (#6035)
* Initial vs code lang packs * Update resource to merge in ADS-specific strings
This commit is contained in:
2
i18n/language-pack-ko/.gitignore
vendored
Normal file
2
i18n/language-pack-ko/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
*.vsix
|
||||
5
i18n/language-pack-ko/.vscodeignore
Normal file
5
i18n/language-pack-ko/.vscodeignore
Normal file
@@ -0,0 +1,5 @@
|
||||
.vscode/**
|
||||
.vscode-test/**
|
||||
.gitignore
|
||||
vsc-extension-quickstart.md
|
||||
node_modules
|
||||
17
i18n/language-pack-ko/CHANGELOG.md
Normal file
17
i18n/language-pack-ko/CHANGELOG.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Change Log
|
||||
All notable changes to the "vscode-language-pack-ko" language pack will be documented in this file.
|
||||
|
||||
## [Released]
|
||||
* June 6, 2019 - Release for VS Code 1.35
|
||||
* May 15, 2019 - Release for VS Code 1.34
|
||||
* April 3, 2019 - Release for VS Code 1.33
|
||||
* March 6, 2019 - Release for VS Code 1.32
|
||||
* February 6, 2019 - Release for VS Code 1.31
|
||||
* December 12, 2018 - Release for VS Code 1.30
|
||||
* November 7, 2018 - Release for VS Code 1.29
|
||||
* October 3, 2018 - Release for VS Code 1.28
|
||||
* September 5, 2018 - Release for VS Code 1.27
|
||||
* August 8, 2018 - Release for VS Code 1.26
|
||||
* July 5, 2018 - Release for VS Code 1.25
|
||||
* June 6, 2018 - Release for VS Code 1.24
|
||||
* May 9, 2018 - Initial release for VS Code 1.23
|
||||
88
i18n/language-pack-ko/README.md
Normal file
88
i18n/language-pack-ko/README.md
Normal file
@@ -0,0 +1,88 @@
|
||||
# Azure Data Studio용 한국어 팩
|
||||
|
||||
한국어 팩은 지역화된 Azure Data Studio용 UI 환경을 제공합니다.
|
||||
|
||||
## 사용법
|
||||
|
||||
설치가 완료되면 `locale.json`에서 `"locale": "ko"`를 설정하여 한국어 팩을 로드합니다. `locale.json`을 수정하려면 `Ctrl+Shift+P`를 눌러 **명령 팔레트**를 불러온 이후 "config"를 입력하여 사용 가능한 명령 목록을 필터링합니다. 그다음 **언어 구성** 명령을 선택합니다. 자세한 내용은 [Docs](https://go.microsoft.com/fwlink/?LinkId=761051)를 참조하세요.
|
||||
|
||||
## 기여
|
||||
|
||||
번역 문자열은 MLCP(Microsoft 지역화 커뮤니티 플랫폼)의 "DevTools - Azure Data Studio" 프로젝트에 유지 관리됩니다.
|
||||
|
||||
번역에 기여하거나 번역을 향상하려면 [커뮤니티 지역화 페이지](https://aka.ms/vscodeloc)에서 자세히 알아보세요.
|
||||
|
||||
## 라이선스
|
||||
|
||||
소스 코드 및 문자열은 [SOURCE EULA](https://github.com/Microsoft/azuredatastudio/blob/master/LICENSE.txt) 라이선스에 따라 사용이 허가됩니다.
|
||||
|
||||
## 크레딧
|
||||
|
||||
한국어 팩은 "커뮤니티에 의한, 커뮤니티를 위한" 커뮤니티 지역화 노력의 산물입니다.
|
||||
|
||||
도움을 주신 커뮤니티 기여자분들께 진심으로 감사드립니다.
|
||||
|
||||
**우수 기여자:**
|
||||
|
||||
* ChangJoon Lee
|
||||
|
||||
**기여자:**
|
||||
|
||||
* Kyunghee Ko
|
||||
* Ian Y. Choi
|
||||
* partrita
|
||||
* Sei Kwang Chung
|
||||
* PaulNara
|
||||
* Woosuk Park
|
||||
* Young Rok Kim
|
||||
* jaeyeon Kim
|
||||
* Kwangjin Hwang
|
||||
* HANSEULMARO KIM
|
||||
* Junseong Jang
|
||||
|
||||
**감사합니다.**
|
||||
|
||||
# Korean Language Pack for VS Code
|
||||
|
||||
Korean Language Pack provides localized UI experience for VS Code.
|
||||
|
||||
## Usage
|
||||
|
||||
Once installed, set `"locale": "ko"` in `locale.json` to load Korean Language Pack. To modify `locale.json` press `Ctrl+Shift+P` to bring up the **Command Palette**, start typing "config" to filter the list of available commands, then select the **Configure Language** command. See [Docs](https://go.microsoft.com/fwlink/?LinkId=761051) for more information.
|
||||
|
||||
## Contributing
|
||||
|
||||
The translation strings are maintained in "DevTools - VS Code" project in Microsoft Localization Community Platform (MLCP).
|
||||
|
||||
If you'd like to participate in the effort either to contribute translation or improve translation, see [community localization page](https://aka.ms/vscodeloc) for more information.
|
||||
|
||||
## License
|
||||
|
||||
The source code and strings are licensed under the [MIT](https://github.com/Microsoft/vscode-loc/blob/master/LICENSE.md) license.
|
||||
|
||||
## Credits
|
||||
|
||||
Korean Language Pack is brought to you through "By the community, for the community" community localization effort.
|
||||
|
||||
Special thanks to community contributors for making it available.
|
||||
|
||||
**Top Contributors:**
|
||||
|
||||
* ChangJoon Lee
|
||||
|
||||
**Contributors:**
|
||||
|
||||
* Kyunghee Ko
|
||||
* Ian Y. Choi
|
||||
* partrita
|
||||
* Sei Kwang Chung
|
||||
* PaulNara
|
||||
* Woosuk Park
|
||||
* Young Rok Kim
|
||||
* jaeyeon Kim
|
||||
* Kwangjin Hwang
|
||||
* HANSEULMARO KIM
|
||||
* Junseong Jang
|
||||
|
||||
**Enjoy!**
|
||||
|
||||
BIN
i18n/language-pack-ko/languagepack.png
Normal file
BIN
i18n/language-pack-ko/languagepack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
326
i18n/language-pack-ko/package.json
Normal file
326
i18n/language-pack-ko/package.json
Normal file
@@ -0,0 +1,326 @@
|
||||
{
|
||||
"name": "zzlp-ads-language-pack-ko",
|
||||
"displayName": "Korean Language Pack for Azure Data Studio",
|
||||
"description": "Language pack extension for Korean",
|
||||
"version": "1.8.0",
|
||||
"publisher": "Microsoft",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/azuredatastudio"
|
||||
},
|
||||
"license": "SEE SOURCE EULA LICENSE IN LICENSE.txt",
|
||||
"engines": {
|
||||
"vscode": "^1.34.0",
|
||||
"azdata": ">=1.8.0"
|
||||
},
|
||||
"icon": "languagepack.png",
|
||||
"categories": [
|
||||
"Language Packs"
|
||||
],
|
||||
"contributes": {
|
||||
"localizations": [
|
||||
{
|
||||
"languageId": "ko",
|
||||
"languageName": "Korean",
|
||||
"localizedLanguageName": "한국어",
|
||||
"translations": [
|
||||
{
|
||||
"id": "vscode",
|
||||
"path": "./translations/main.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.bat",
|
||||
"path": "./translations/extensions/bat.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.clojure",
|
||||
"path": "./translations/extensions/clojure.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.coffeescript",
|
||||
"path": "./translations/extensions/coffeescript.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.configuration-editing",
|
||||
"path": "./translations/extensions/configuration-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.cpp",
|
||||
"path": "./translations/extensions/cpp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.csharp",
|
||||
"path": "./translations/extensions/csharp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.css-language-features",
|
||||
"path": "./translations/extensions/css-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.css",
|
||||
"path": "./translations/extensions/css.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.debug-auto-launch",
|
||||
"path": "./translations/extensions/debug-auto-launch.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.debug-server-ready",
|
||||
"path": "./translations/extensions/debug-server-ready.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.docker",
|
||||
"path": "./translations/extensions/docker.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.emmet",
|
||||
"path": "./translations/extensions/emmet.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.extension-editing",
|
||||
"path": "./translations/extensions/extension-editing.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.fsharp",
|
||||
"path": "./translations/extensions/fsharp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.git",
|
||||
"path": "./translations/extensions/git.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.go",
|
||||
"path": "./translations/extensions/go.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.groovy",
|
||||
"path": "./translations/extensions/groovy.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.grunt",
|
||||
"path": "./translations/extensions/grunt.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.gulp",
|
||||
"path": "./translations/extensions/gulp.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.handlebars",
|
||||
"path": "./translations/extensions/handlebars.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.hlsl",
|
||||
"path": "./translations/extensions/hlsl.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.html-language-features",
|
||||
"path": "./translations/extensions/html-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.html",
|
||||
"path": "./translations/extensions/html.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.ini",
|
||||
"path": "./translations/extensions/ini.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.jake",
|
||||
"path": "./translations/extensions/jake.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.java",
|
||||
"path": "./translations/extensions/java.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.javascript",
|
||||
"path": "./translations/extensions/javascript.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json-language-features",
|
||||
"path": "./translations/extensions/json-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.json",
|
||||
"path": "./translations/extensions/json.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.less",
|
||||
"path": "./translations/extensions/less.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.log",
|
||||
"path": "./translations/extensions/log.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.lua",
|
||||
"path": "./translations/extensions/lua.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.make",
|
||||
"path": "./translations/extensions/make.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-basics",
|
||||
"path": "./translations/extensions/markdown-basics.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.markdown-language-features",
|
||||
"path": "./translations/extensions/markdown-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.merge-conflict",
|
||||
"path": "./translations/extensions/merge-conflict.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.npm",
|
||||
"path": "./translations/extensions/npm.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.objective-c",
|
||||
"path": "./translations/extensions/objective-c.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.perl",
|
||||
"path": "./translations/extensions/perl.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.php-language-features",
|
||||
"path": "./translations/extensions/php-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.php",
|
||||
"path": "./translations/extensions/php.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.powershell",
|
||||
"path": "./translations/extensions/powershell.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.pug",
|
||||
"path": "./translations/extensions/pug.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.python",
|
||||
"path": "./translations/extensions/python.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.r",
|
||||
"path": "./translations/extensions/r.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.razor",
|
||||
"path": "./translations/extensions/razor.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.ruby",
|
||||
"path": "./translations/extensions/ruby.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.rust",
|
||||
"path": "./translations/extensions/rust.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.scss",
|
||||
"path": "./translations/extensions/scss.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.shaderlab",
|
||||
"path": "./translations/extensions/shaderlab.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.shellscript",
|
||||
"path": "./translations/extensions/shellscript.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.sql",
|
||||
"path": "./translations/extensions/sql.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.swift",
|
||||
"path": "./translations/extensions/swift.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-abyss",
|
||||
"path": "./translations/extensions/theme-abyss.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-defaults",
|
||||
"path": "./translations/extensions/theme-defaults.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-kimbie-dark",
|
||||
"path": "./translations/extensions/theme-kimbie-dark.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-monokai-dimmed",
|
||||
"path": "./translations/extensions/theme-monokai-dimmed.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-monokai",
|
||||
"path": "./translations/extensions/theme-monokai.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-quietlight",
|
||||
"path": "./translations/extensions/theme-quietlight.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-red",
|
||||
"path": "./translations/extensions/theme-red.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-seti",
|
||||
"path": "./translations/extensions/theme-seti.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-solarized-dark",
|
||||
"path": "./translations/extensions/theme-solarized-dark.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-solarized-light",
|
||||
"path": "./translations/extensions/theme-solarized-light.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.theme-tomorrow-night-blue",
|
||||
"path": "./translations/extensions/theme-tomorrow-night-blue.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.typescript-basics",
|
||||
"path": "./translations/extensions/typescript-basics.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.typescript-language-features",
|
||||
"path": "./translations/extensions/typescript-language-features.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.vb",
|
||||
"path": "./translations/extensions/vb.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.vscode-chrome-debug-core",
|
||||
"path": "./translations/extensions/vscode-chrome-debug-core.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "ms-vscode.node-debug",
|
||||
"path": "./translations/extensions/vscode-node-debug.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "ms-vscode.node-debug2",
|
||||
"path": "./translations/extensions/vscode-node-debug2.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.xml",
|
||||
"path": "./translations/extensions/xml.i18n.json"
|
||||
},
|
||||
{
|
||||
"id": "vscode.yaml",
|
||||
"path": "./translations/extensions/yaml.i18n.json"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"update": "cd ../vscode && npm run update-localization-extension ko"
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/bat.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/bat.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Windows Bat 언어 기본",
|
||||
"description": "Windows 배치 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Clojure 언어 기본 사항",
|
||||
"description": "Clojure 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "CoffeeScript 언어 기본",
|
||||
"description": "CoffeeScript 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "구성 편집",
|
||||
"description": "설정, 시작 및 확장 추천 파일과 같은 구성 파일에서 기능(고급 IntelliSense, 자동 수정)을 제공합니다."
|
||||
},
|
||||
"out/settingsDocumentHelper": {
|
||||
"activeEditorShort": "파일 이름(예: myFile.txt)",
|
||||
"activeEditorMedium": "작업 영역 폴더에 상대적인 파일 경로(예: myFolder/myFileFolder/myFile.txt)",
|
||||
"activeEditorLong": "파일의 전체 경로(예: /Users/Development/myFolder/myFileFolder/myFile.txt)",
|
||||
"activeFolderShort": "파일이 포함된 폴더의 이름(예: myFileFolder)",
|
||||
"activeFolderMedium": "작업 영역 폴더에 상대적인, 파일이 포함된 폴더의 경로(예: myFolder/myFileFolder)",
|
||||
"activeFolderLong": "파일이 포함된 폴더의 전체 경로(예: /Users/Development/myFolder/myFileFolder)",
|
||||
"rootName": "작업 영역 이름(예: myFolder 또는 myWorkspace)",
|
||||
"rootPath": "작업 영역 파일 경로(예: /Users/Development/myWorkspace)",
|
||||
"folderName": "파일이 포함된 작업 영역 폴더의 이름(예: myFolder)",
|
||||
"folderPath": "파일이 포함된 작업 영역 폴더의 파일 경로(예: /Users/Development/myFolder)",
|
||||
"appName": "예: VS Code",
|
||||
"dirty": "활성 편집기가 더티인 경우 더티 표시기",
|
||||
"separator": "값이 있는 변수로 둘러싸인 경우에만 표시되는 조건부 구분 기호 (' - ')",
|
||||
"assocLabelFile": "확장명이 있는 파일",
|
||||
"assocDescriptionFile": "파일 이름에서 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
|
||||
"assocLabelPath": "경로가 있는 파일",
|
||||
"assocDescriptionPath": "경로에서 절대 경로 GLOB 패턴과 일치하는 모든 파일을 지정된 ID를 사용하는 언어에 매핑합니다.",
|
||||
"fileLabel": "확장명별 파일",
|
||||
"fileDescription": "특정 파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"filesLabel": "여러 확장명이 있는 파일",
|
||||
"filesDescription": "파일 확장명이 있는 모든 파일을 일치시킵니다.",
|
||||
"derivedLabel": "이름별 형제가 있는 파일",
|
||||
"derivedDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"topFolderLabel": "이름별 폴더(최상위)",
|
||||
"topFolderDescription": "특정 이름의 최상위 폴더를 일치시킵니다.",
|
||||
"topFoldersLabel": "이름이 여러 개 있는 폴더(최상위)",
|
||||
"topFoldersDescription": "여러 최상위 폴더를 일치시킵니다.",
|
||||
"folderLabel": "이름별 폴더(모든 위치)",
|
||||
"folderDescription": "모든 위치에 있는 특정 이름의 폴더를 일치시킵니다.",
|
||||
"falseDescription": "패턴을 사용하지 않도록 설정합니다.",
|
||||
"trueDescription": "패턴을 사용하도록 설정합니다.",
|
||||
"siblingsDescription": "동일한 이름의 형제가 있지만 확장명이 다른 파일을 일치시킵니다.",
|
||||
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
||||
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
||||
},
|
||||
"out/extension": {
|
||||
"workspaceFolder": "VS Code에서 연 폴더의 경로",
|
||||
"workspaceFolderBasename": "VS Code에서 연 폴더의 이름(슬래시(/) 제외)",
|
||||
"relativeFile": "${workspaceFolder}을(를) 기준으로 현재 열려 있는 파일",
|
||||
"file": "현재 열린 파일",
|
||||
"cwd": "시작 시 작업 실행기의 현재 작업 디렉터리",
|
||||
"lineNumber": "활성 파일에서 현재 선택된 줄 번호",
|
||||
"selectedText": "활성 파일에서 현재 선택된 텍스트",
|
||||
"fileDirname": "현재 열려 있는 파일의 dirname",
|
||||
"fileExtname": "현재 열려 있는 파일의 확장명",
|
||||
"fileBasename": "현재 열려 있는 파일의 기본 이름",
|
||||
"fileBasenameNoExtension": "현재 열려 있는 파일의 기본 이름(파일 확장명 제외)",
|
||||
"exampleExtension": "예제"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/cpp.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/cpp.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "C/C++ 언어 기본",
|
||||
"description": "C/C++ 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "C# 언어 기본",
|
||||
"description": "C# 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "CSS 언어 기능",
|
||||
"description": "CSS, LESS 및 SCSS 파일에 대한 다양한 언어 지원을 제공합니다.",
|
||||
"css.title": "CSS",
|
||||
"css.completion.triggerPropertyValueCompletion.desc": "기본적으로 VS Code는 CSS 속성을 선택한 후 속성 값 완료를 트리거합니다. 이 동작을 비활성화하려면 이 설정을 사용합니다.",
|
||||
"css.lint.argumentsInColorFunction.desc": "잘못된 매개 변수 수입니다.",
|
||||
"css.lint.boxModel.desc": "'padding' 또는 'border'를 사용하는 경우 'width' 또는 'height'를 사용하지 마세요.",
|
||||
"css.lint.compatibleVendorPrefixes.desc": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.",
|
||||
"css.lint.duplicateProperties.desc": "중복된 스타일 정의를 사용하지 마세요.",
|
||||
"css.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
|
||||
"css.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
||||
"css.lint.fontFaceProperties.desc": "`@font-face` 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
|
||||
"css.lint.hexColorLength.desc": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.",
|
||||
"css.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
|
||||
"css.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
|
||||
"css.lint.important.desc": "'!important'는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.",
|
||||
"css.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
|
||||
"css.lint.propertyIgnoredDueToDisplay.desc": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 'width', 'height', 'margin-top', 'margin-bottom' 및 'float' 속성은 적용되지 않습니다.",
|
||||
"css.lint.universalSelector.desc": "범용 선택기(*)는 느린 것으로 알려져 있습니다.",
|
||||
"css.lint.unknownAtRules.desc": "알 수 없는 @ 규칙 입니다.",
|
||||
"css.lint.unknownProperties.desc": "알 수 없는 속성입니다.",
|
||||
"css.lint.validProperties.desc": "`unknownProperties` 규칙에 따라 유효성이 검사되지 않은 속성 목록입니다.",
|
||||
"css.lint.unknownVendorSpecificProperties.desc": "알 수 없는 공급업체 관련 속성입니다.",
|
||||
"css.lint.vendorPrefix.desc": "공급업체 관련 접두사를 사용할 경우 표준 속성도 포함합니다.",
|
||||
"css.lint.zeroUnits.desc": "0에는 단위가 필요하지 않습니다.",
|
||||
"css.trace.server.desc": "VS Code와 CSS 언어 서버 간 통신을 추적합니다.",
|
||||
"css.validate.title": "CSS 유효성 검사 및 문제 심각도를 제어합니다.",
|
||||
"css.validate.desc": "모든 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"less.title": "LESS",
|
||||
"less.lint.argumentsInColorFunction.desc": "잘못된 매개 변수 수입니다.",
|
||||
"less.lint.boxModel.desc": "'padding' 또는 'border'를 사용하는 경우 'width' 또는 'height'를 사용하지 마세요.",
|
||||
"less.lint.compatibleVendorPrefixes.desc": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.",
|
||||
"less.lint.duplicateProperties.desc": "중복된 스타일 정의를 사용하지 마세요.",
|
||||
"less.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
|
||||
"less.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
||||
"less.lint.fontFaceProperties.desc": "`@font-face` 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
|
||||
"less.lint.hexColorLength.desc": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.",
|
||||
"less.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
|
||||
"less.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
|
||||
"less.lint.important.desc": "'!important'는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.",
|
||||
"less.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
|
||||
"less.lint.propertyIgnoredDueToDisplay.desc": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 'width', 'height', 'margin-top', 'margin-bottom' 및 'float' 속성은 적용되지 않습니다.",
|
||||
"less.lint.universalSelector.desc": "범용 선택기(*)는 느린 것으로 알려져 있습니다.",
|
||||
"less.lint.unknownProperties.desc": "알 수 없는 속성입니다.",
|
||||
"less.lint.validProperties.desc": "`unknownProperties` 규칙에 따라 유효성이 검사되지 않은 속성 목록입니다.",
|
||||
"less.lint.unknownVendorSpecificProperties.desc": "알 수 없는 공급업체 관련 속성입니다.",
|
||||
"less.lint.vendorPrefix.desc": "공급업체 관련 접두사를 사용할 경우 표준 속성도 포함합니다.",
|
||||
"less.lint.zeroUnits.desc": "0에는 단위가 필요하지 않습니다.",
|
||||
"less.validate.title": "LESS 유효성 검사 및 문제 심각도를 제어합니다.",
|
||||
"less.validate.desc": "모든 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"scss.title": "SCSS(Sass)",
|
||||
"scss.lint.argumentsInColorFunction.desc": "잘못된 매개 변수 수입니다.",
|
||||
"scss.lint.boxModel.desc": "'padding' 또는 'border'를 사용하는 경우 'width' 또는 'height'를 사용하지 마세요.",
|
||||
"scss.lint.compatibleVendorPrefixes.desc": "공급업체 관련 접두사를 사용할 경우 다른 모든 공급업체 관련 속성도 포함합니다.",
|
||||
"scss.lint.duplicateProperties.desc": "중복된 스타일 정의를 사용하지 마세요.",
|
||||
"scss.lint.emptyRules.desc": "빈 규칙 집합을 사용하지 마세요.",
|
||||
"scss.lint.float.desc": "'float'를 사용하지 않도록 합니다. Float를 사용하면 레이아웃의 한쪽이 바뀔 경우 CSS가 쉽게 깨질 수 있습니다.",
|
||||
"scss.lint.fontFaceProperties.desc": "`@font-face` 규칙에서 'src' 및 'font-family' 속성을 정의해야 합니다.",
|
||||
"scss.lint.hexColorLength.desc": "16진수 색은 3개 또는 6개의 16진수로 구성되어야 합니다.",
|
||||
"scss.lint.idSelector.desc": "이러한 규칙은 HTML과 긴밀하게 결합되므로 선택기에 ID를 포함하면 안 됩니다.",
|
||||
"scss.lint.ieHack.desc": "IE 핵(Hack)은 IE7 이상을 지원할 때만 필요합니다.",
|
||||
"scss.lint.important.desc": "'!important'는 사용하지 않도록 합니다. 이것은 전체 CSS의 특정성에 문제가 있어서 리팩터링해야 함을 나타냅니다.",
|
||||
"scss.lint.importStatement.desc": "Import 문은 병렬로 로드되지 않습니다.",
|
||||
"scss.lint.propertyIgnoredDueToDisplay.desc": "display 때문에 속성이 무시됩니다. 예를 들어 'display: inline'을 사용할 경우 'width', 'height', 'margin-top', 'margin-bottom' 및 'float' 속성은 적용되지 않습니다.",
|
||||
"scss.lint.universalSelector.desc": "범용 선택기(*)는 느린 것으로 알려져 있습니다.",
|
||||
"scss.lint.unknownProperties.desc": "알 수 없는 속성입니다.",
|
||||
"scss.lint.validProperties.desc": "`unknownProperties` 규칙에 따라 유효성이 검사되지 않은 속성 목록입니다.",
|
||||
"scss.lint.unknownVendorSpecificProperties.desc": "알 수 없는 공급업체 관련 속성입니다.",
|
||||
"scss.lint.vendorPrefix.desc": "공급업체 관련 접두사를 사용할 경우 표준 속성도 포함합니다.",
|
||||
"scss.lint.zeroUnits.desc": "0에는 단위가 필요하지 않습니다.",
|
||||
"scss.validate.title": "SCSS 유효성 검사 및 문제 심각도를 제어합니다.",
|
||||
"scss.validate.desc": "모든 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"css.colorDecorators.enable.deprecationMessage": "`css.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
|
||||
"scss.colorDecorators.enable.deprecationMessage": "`scss.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
|
||||
"less.colorDecorators.enable.deprecationMessage": "`less.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다."
|
||||
},
|
||||
"client\\out/cssMain": {
|
||||
"cssserver.name": "CSS 언어 서버",
|
||||
"folding.start": "영역 접기 시작",
|
||||
"folding.end": "접기 영역 끝"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/css.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/css.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "CSS 언어 기본 사항",
|
||||
"description": "CSS,LESS,SCSS 파일에서 구문 강조 표시와 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "노드 디버그 자동 연결",
|
||||
"description": "노드 디버그 확장이 비활성화될 때 자동 연결 기능을 위한 도우미입니다.",
|
||||
"debug.node.autoAttach.description": "통합 터미널의 디버그 모드에서 node.js가 시작될 때 노드 디버거를 자동 연결합니다.",
|
||||
"debug.node.autoAttach.disabled.description": "자동 연결이 사용하지 않도록 설정되어 있고 상태 표시줄에 표시되지 않습니다.",
|
||||
"debug.node.autoAttach.on.description": "자동 연결이 활성 상태입니다.",
|
||||
"debug.node.autoAttach.off.description": "자동 연결이 비활성 상태입니다.",
|
||||
"toggle.auto.attach": "자동 연결 설정/해제"
|
||||
},
|
||||
"out/extension": {
|
||||
"status.text.auto.attach.on": "자동 연결: 켜기",
|
||||
"status.text.auto.attach.off": "자동 연결: 끄기",
|
||||
"status.tooltip.auto.attach": "디버그 모드에서 node.js 프로세스에 자동 연결"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "서버 준비 작업",
|
||||
"description": "디버깅 중인 서버가 준비되면 브라우저에서 URI를 엽니다.",
|
||||
"debug.server.ready.serverReadyAction.description": "디버깅중인 서버 프로그램이 준비되면 URI에 따라 작동합니다( '포트 3000에서 수신 대기'또는 '지금 수신 대기 중 : https : // localhost : 5001'양식의 출력을 디버그 콘솔에 보내면 나타남).",
|
||||
"debug.server.ready.action.description": "서버가 준비되었을 때 URI로 무엇을 하시겠습니까?",
|
||||
"debug.server.ready.action.openExternally.description": "기본 애플리케이션에서 외부 URI 열기",
|
||||
"debug.server.ready.action.debugWithChrome.description": "'Debugger for Chrome'을 사용하여 디버깅을 시작하세요.",
|
||||
"debug.server.ready.pattern.description": "이 패턴이 디버그 콘솔에 나타나면 서버가 준비됩니다. 첫 번째 캡처 그룹에는 URI 또는 포트 번호가 포함되어야 합니다.",
|
||||
"debug.server.ready.uriFormat.description": "포트 번호에서 URI를 구성할 때 사용되는 형식 문자열입니다. 첫 번째 '%s'는 포트 번호로 대체됩니다.",
|
||||
"debug.server.ready.webRoot.description": "'Debugger for Chrome'의 디버그 구성에 전달된 값입니다."
|
||||
},
|
||||
"out/extension": {
|
||||
"server.ready.nocapture.error": "형식 uri( '{0}')은(는) 대체 자리 표시자를 사용하지만 패턴은 아무것도 캡처하지 않습니다.",
|
||||
"server.ready.placeholder.error": "형식 uri('{0}')는 하나의 대체 자리 표시자만 포함해야 합니다.",
|
||||
"server.ready.chrome.not.installed": "'debugWithChrome' 작업에 '{0}' 필수"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Docker 언어 기본",
|
||||
"description": "Docker 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "VS Code에 대한 Emmet 지원",
|
||||
"command.wrapWithAbbreviation": "약어로 래핑",
|
||||
"command.wrapIndividualLinesWithAbbreviation": "약어로 개별 줄 래핑",
|
||||
"command.removeTag": "태그 제거",
|
||||
"command.updateTag": "태그 업데이트",
|
||||
"command.matchTag": "일치하는 쌍으로 이동",
|
||||
"command.balanceIn": "균형있게(안쪽으로)",
|
||||
"command.balanceOut": "균형있게(바깥쪽으로)",
|
||||
"command.prevEditPoint": "이전 편집 점으로 이동",
|
||||
"command.nextEditPoint": "다음 편집 점으로 이동",
|
||||
"command.mergeLines": "줄 병합",
|
||||
"command.selectPrevItem": "이전 항목 선택",
|
||||
"command.selectNextItem": "다음 항목 선택",
|
||||
"command.splitJoinTag": "태그 분할/조인",
|
||||
"command.toggleComment": "주석 토글",
|
||||
"command.evaluateMathExpression": "수식 평가",
|
||||
"command.updateImageSize": "이미지 크기 업데이트",
|
||||
"command.reflectCSSValue": "CSS 값 반영",
|
||||
"command.incrementNumberByOne": "1씩 증가",
|
||||
"command.decrementNumberByOne": "1씩 감소",
|
||||
"command.incrementNumberByOneTenth": "0.1씩 증가",
|
||||
"command.decrementNumberByOneTenth": "0.1씩 감소",
|
||||
"command.incrementNumberByTen": "10씩 증가",
|
||||
"command.decrementNumberByTen": "10씩 감소",
|
||||
"emmetSyntaxProfiles": "지정된 구문에 대한 프로필을 정의하거나 특정 규칙이 포함된 고유한 프로필을 사용하세요.",
|
||||
"emmetExclude": "Emmet 약어는 확장하면 안 되는 언어의 배열입니다.",
|
||||
"emmetExtensionsPath": "Emmet 프로필과 코드 조각이 있는 폴더의 경로입니다.",
|
||||
"emmetShowExpandedAbbreviation": "확장된 Emmet 약어를 제안으로 표시합니다.\n\"inMarkupAndStylesheetFilesOnly\" 옵션은 html, haml, jade, slim, xml, xsl, css, scss, sass, less 및 stylus에 적용됩니다.\n\"always\" 옵션은 마크업/css에 관계없이 파일의 모든 부분에 적용됩니다.",
|
||||
"emmetShowAbbreviationSuggestions": "가능한 Emmet 약어를 제안으로 표시합니다. 스타일시트에는 적용되지 않고 emmet.showExpandedAbbreviation이 \"never\"로 설정되어 있을 때도 적용되지 않습니다.",
|
||||
"emmetIncludeLanguages": "기본적으로 지원하지 않는 언어에서 Emmet 약어를 사용하도록 설정합니다. 여기에서 해당 언어와 emmet 지원 언어 사이의 매핑을 추가합니다.\n예: {\"vue-html\": \"html\", \"javascript\": \"javascriptreact\"}",
|
||||
"emmetVariables": "emmet 조각에 사용되는 변수",
|
||||
"emmetTriggerExpansionOnTab": "사용하도록 설정하면 emmet 약어는 Tab 키를 눌렀을 때 확장됩니다.",
|
||||
"emmetPreferences": "Emmet의 일부 작업 및 해결 프로그램의 동작을 수정하는 데 사용되는 기본 설정입니다.",
|
||||
"emmetPreferencesIntUnit": "정수 값의 기본 단위",
|
||||
"emmetPreferencesFloatUnit": "부동 소수점 값의 기본 단위",
|
||||
"emmetPreferencesCssAfter": "CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
|
||||
"emmetPreferencesSassAfter": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
|
||||
"emmetPreferencesStylusAfter": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성의 끝에 배치할 기호",
|
||||
"emmetPreferencesCssBetween": "CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
|
||||
"emmetPreferencesSassBetween": "Sass 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
|
||||
"emmetPreferencesStylusBetween": "Stylus 파일에서 CSS 약어를 확장할 때 CSS 속성 및 값 사이에 배치할 기호",
|
||||
"emmetShowSuggestionsAsSnippets": "'True'이면 Emmet 제안이 코드 조각으로 표시되며 `#editor.snippetSuggestions#` 설정에 따라 코드 조각을 정렬할 수 있습니다.",
|
||||
"emmetPreferencesBemElementSeparator": "BEM 필터 사용시 요소 구분자를 클래스로 사용합니다.",
|
||||
"emmetPreferencesBemModifierSeparator": "BEM 필터 사용시 변경된 구분자를 클래스로 사용합니다.",
|
||||
"emmetPreferencesFilterCommentBefore": "코멘트 필터가 적용 될때 코맨트 표시는 해당된 요소 앞에 배치 해야합니다.",
|
||||
"emmetPreferencesFilterCommentAfter": "코멘트 필터가 적용 될때 코맨트 표시는 해당된 요소 뒤에 배치 해야합니다.",
|
||||
"emmetPreferencesFilterCommentTrigger": "콤마로 구분된 리스트의 속성은 코멘트 필터 약어로 존재해야 합니다.",
|
||||
"emmetPreferencesFormatNoIndentTags": "내부 들여쓰기하면 안 되는 태그 이름 배열",
|
||||
"emmetPreferencesFormatForceIndentTags": "항상 내부 들여쓰기를 해야 하는 태그 이름의 배열",
|
||||
"emmetPreferencesAllowCompactBoolean": "true인 경우 부울 속성의 축소된 표기법이 생성됩니다.",
|
||||
"emmetPreferencesCssWebkitProperties": "`-`로 시작하는 Emmet 약어에서 사용될 때 'webkit' 공급업체 접두사를 가져오는 쉼표로 구분된 CSS 속성입니다. 항상 'webkit' 접두사를 사용하지 않으려면 빈 문자열로 설정합니다.",
|
||||
"emmetPreferencesCssMozProperties": "`-`로 시작하는 Emmet 약어에서 사용될 때 'moz' 공급업체 접두사를 가져오는 쉼표로 구분된 CSS 속성입니다. 항상 'moz' 접두사를 사용하지 않으려면 빈 문자열로 설정합니다.",
|
||||
"emmetPreferencesCssOProperties": "`-`로 시작하는 emmet 약어에서 사용할 때 'o' 공급업체 접두사를 가져오는 쉼표로 구분된 CSS 속성입니다. 항상 'o' 접두사를 사용하지 않으려면 빈 문자열로 설정합니다.",
|
||||
"emmetPreferencesCssMsProperties": "`-`로 시작하는 emmet 약어에서 사용할 때 'ms' 공급업체 접두사를 가져오는 쉼표로 구분된 CSS 속성입니다. 항상 'ms' 접두사를 사용하지 않으려면 빈 문자열로 설정합니다.",
|
||||
"emmetPreferencesCssFuzzySearchMinScore": "유사 일치 약어가 획득해야 하는 최소 점수(0에서 1 사이)입니다. 값이 낮을수록 가양성 일치 항목이 늘 수 있고, 값이 높을수록 가능한 일치 항목이 줄 수 있습니다.",
|
||||
"emmetOptimizeStylesheetParsing": "'False'로 설정할 경우 전체 파일이 구문 분석되어 현재 위치가 Emmet 약어 확장에 유효한지 확인합니다. 'True'로 설정할 경우 css/scss/less 파일에서 현재 위치 주변의 콘텐츠만 구문 분석합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "확장 제작",
|
||||
"description": "확장 제작을 위한 Lint 기능을 제공합니다."
|
||||
},
|
||||
"out/packageDocumentHelper": {
|
||||
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
||||
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
||||
},
|
||||
"out/extensionLinter": {
|
||||
"httpsRequired": "이미지는 HTTPS 프로토콜을 사용해야 합니다.",
|
||||
"svgsNotValid": "SVG는 올바른 이미지 소스가 아닙니다.",
|
||||
"embeddedSvgsNotValid": "내장 SVG는 올바른 이미지 소스가 아닙니다.",
|
||||
"dataUrlsNotValid": "데이터 URL은 올바른 이미지 소스가 아닙니다.",
|
||||
"relativeUrlRequiresHttpsRepository": "관계형 이미지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"relativeIconUrlRequiresHttpsRepository": "아이콘은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
||||
"relativeBadgeUrlRequiresHttpsRepository": "관계형 배지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "F# 언어 기본",
|
||||
"description": "F# 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
321
i18n/language-pack-ko/translations/extensions/git.i18n.json
Normal file
321
i18n/language-pack-ko/translations/extensions/git.i18n.json
Normal file
@@ -0,0 +1,321 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Git",
|
||||
"description": "Git SCM 통합",
|
||||
"command.clone": "복제",
|
||||
"command.init": "리포지토리 초기화",
|
||||
"command.openRepository": "리포지토리 열기",
|
||||
"command.close": "리포지토리 닫기",
|
||||
"command.refresh": "새로 고침",
|
||||
"command.openChange": "변경 내용 열기",
|
||||
"command.openFile": "파일 열기",
|
||||
"command.openHEADFile": "파일 열기(HEAD)",
|
||||
"command.stage": "변경 내용 스테이징",
|
||||
"command.stageAll": "모든 변경 내용 스테이징",
|
||||
"command.stageSelectedRanges": "선택한 범위 스테이징",
|
||||
"command.revertSelectedRanges": "선택한 범위 되돌리기",
|
||||
"command.stageChange": "변경 내용 스테이징",
|
||||
"command.revertChange": "변경 내용 되돌리기",
|
||||
"command.unstage": "변경 내용 스테이징 취소",
|
||||
"command.unstageAll": "모든 변경 내용 스테이징 취소",
|
||||
"command.unstageSelectedRanges": "선택한 범위 스테이징 취소",
|
||||
"command.clean": "변경 내용 취소",
|
||||
"command.cleanAll": "모든 변경 내용 취소",
|
||||
"command.commit": "커밋",
|
||||
"command.commitStaged": "스테이징된 항목 커밋",
|
||||
"command.commitEmpty": "빈 내용을 커밋합니다.",
|
||||
"command.commitStagedSigned": "스테이징된 항목 커밋(로그오프됨)",
|
||||
"command.commitStagedAmend": "스테이징된 항목 커밋(수정)",
|
||||
"command.commitAll": "모두 커밋",
|
||||
"command.commitAllSigned": "모두 커밋(로그오프됨)",
|
||||
"command.commitAllAmend": "모두 커밋 (수정)",
|
||||
"command.restoreCommitTemplate": "커밋 템플릿 복원",
|
||||
"command.undoCommit": "마지막 커밋 실행 취소",
|
||||
"command.checkout": "다음으로 체크 아웃...",
|
||||
"command.branch": "분기 만들기...",
|
||||
"command.branchFrom": "분기를 만듭니다...",
|
||||
"command.deleteBranch": "분기 삭제...",
|
||||
"command.renameBranch": "분기 이름 바꾸기...",
|
||||
"command.merge": "분기 병합...",
|
||||
"command.createTag": "태그 만들기",
|
||||
"command.fetch": "페치",
|
||||
"command.fetchPrune": "페치(정리)",
|
||||
"command.fetchAll": "모든 원격에서 페치",
|
||||
"command.pull": "풀",
|
||||
"command.pullRebase": "풀(다시 지정)",
|
||||
"command.pullFrom": "가져올 위치...",
|
||||
"command.push": "푸시",
|
||||
"command.pushForce": "푸시(강제)",
|
||||
"command.pushTo": "다음으로 푸시...",
|
||||
"command.pushToForce": "...로 푸시 (강제)",
|
||||
"command.pushWithTags": "태그로 푸시",
|
||||
"command.pushWithTagsForce": "태그와 함께 푸시 (강제)",
|
||||
"command.addRemote": "원격 추가",
|
||||
"command.removeRemote": "원격 제거",
|
||||
"command.sync": "동기화",
|
||||
"command.syncRebase": "동기화(다시 지정)",
|
||||
"command.publish": "분기 게시",
|
||||
"command.showOutput": "Git 출력 표시",
|
||||
"command.ignore": ".gitignore에 파일 추가",
|
||||
"command.stashIncludeUntracked": "스태시(미추적 포함)",
|
||||
"command.stash": "스태시",
|
||||
"command.stashPop": "스태시 표시...",
|
||||
"command.stashPopLatest": "최신 슬래시 표시",
|
||||
"command.stashApply": "스태시 적용하기",
|
||||
"command.stashApplyLatest": "최신 스태시 적용하기",
|
||||
"config.enabled": "Git을 사용하도록 설정했는지 여부입니다.",
|
||||
"config.path": "Git 실행 파일의 경로 및 파일 이름(예: `C:\\Program Files\\Git\\bin\\git.exe`(Windows)입니다.",
|
||||
"config.autoRepositoryDetection": "리포지토리가 자동으로 감지되어야 하는 경우를 구성합니다.",
|
||||
"config.autoRepositoryDetection.true": "현재 열려 있는 폴더의 하위 폴더와 열려 있는 파일의 부모 폴더를 모두 검사합니다.",
|
||||
"config.autoRepositoryDetection.false": "자동 리포지토리 검사를 사용하지 않습니다.",
|
||||
"config.autoRepositoryDetection.subFolders": "현재 열려 있는 폴더의 하위 폴더를 검사합니다.",
|
||||
"config.autoRepositoryDetection.openEditors": "열려 있는 파일의 부모 폴더를 검사합니다.",
|
||||
"config.autorefresh": "자동 새로 고침을 사용할지 여부입니다.",
|
||||
"config.autofetch": "사용하도록 설정하는 경우 현재 Git 리포지토리의 기본 원격에서 커밋을 자동으로 가져옵니다.",
|
||||
"config.autofetchPeriod": "`git.autofetch`가 사용되는 경우 각 자동 git fetch 사이의 시간(초)입니다.",
|
||||
"config.confirmSync": "Git 리포지토리를 동기화하기 전에 확인합니다.",
|
||||
"config.countBadge": "Git 배지 카운터를 제어합니다.",
|
||||
"config.countBadge.all": "모든 변경 내용을 계산합니다.",
|
||||
"config.countBadge.tracked": "추적된 변경 내용만 계산합니다.",
|
||||
"config.countBadge.off": "카운터를 끕니다.",
|
||||
"config.checkoutType": "'다음으로 체크 아웃...'을 실행할 때 나열되는 분기 유형을 제어합니다.",
|
||||
"config.checkoutType.all": "모든 참조를 표시합니다.",
|
||||
"config.checkoutType.local": "로컬 분기만 표시합니다.",
|
||||
"config.checkoutType.tags": "태그만 표시합니다.",
|
||||
"config.checkoutType.remote": "원격 분기만 표시합니다.",
|
||||
"config.branchValidationRegex": "새 분기 이름의 유효성을 검사하는 정규식입니다.",
|
||||
"config.branchWhitespaceChar": "새 브랜치 이름에서 공백을 대체하는 문자.",
|
||||
"config.ignoreLegacyWarning": "레거시 Git 경고를 무시합니다.",
|
||||
"config.ignoreMissingGitWarning": "Git이 없으면 경고를 무시합니다.",
|
||||
"config.ignoreLimitWarning": "리포지토리에 변경 내용이 너무 많으면 경고를 무시합니다.",
|
||||
"config.defaultCloneDirectory": "Git 리포지토리를 복제할 기본 위치입니다.",
|
||||
"config.enableSmartCommit": "단계적 변경 사항이 없는 경우 모든 변경 사항을 저장합니다.",
|
||||
"config.enableCommitSigning": "GPG를 사용한 커밋 서명을 사용하도록 설정합니다.",
|
||||
"config.discardAllScope": "`모든 변경 내용 취소` 명령으로 취소되는 변경 내용을 제어합니다. `all`이면 모든 변경 내용을 취소합니다. `tracked`이면 추적된 파일만 취소합니다. `prompt`이면 작업을 실행할 때마다 프롬프트 대화 상자를 표시합니다.",
|
||||
"config.decorations.enabled": "Git에서 색과 배지를 탐색기와 열려 있는 편집기 뷰에 적용하는지 여부를 제어합니다.",
|
||||
"config.promptToSaveFilesBeforeCommit": "Git가 제출(commit)하기 전에 저장되지 않은 파일을 검사할지를 제어합니다. ",
|
||||
"config.postCommitCommand": "커밋 후 git 명령을 실행합니다.",
|
||||
"config.postCommitCommand.none": "커밋 후 명령을 실행하지 않습니다.",
|
||||
"config.postCommitCommand.push": "성공적인 커밋 후 'Git Push'를 실행합니다.",
|
||||
"config.postCommitCommand.sync": "성공적인 커밋 후 'Git Sync'를 실행합니다.",
|
||||
"config.showInlineOpenFileAction": "Git 변경점 보기에서 파일 열기 동작 줄을 표시할지의 여부를 제어합니다.",
|
||||
"config.showPushSuccessNotification": "푸시가 성공했을 때 알림을 표시할지 여부를 제어합니다.",
|
||||
"config.inputValidation": "커밋 메시지 입력 유효성 검사를 언제 표시할지 제어합니다.",
|
||||
"config.inputValidationLength": "경고 표시를 위한 커밋 메시지 길이 임계값을 제어합니다.",
|
||||
"config.inputValidationSubjectLength": "경고 표시를 위한 커밋 메시지 제목 길이 임계값을 제어합니다. `config.inputValidationLength` 값을 상속하려면 이 임계값 설정을 해제하세요.",
|
||||
"config.detectSubmodules": "Git 하위 모듈을 자동으로 검색할지 여부를 제어합니다.",
|
||||
"config.detectSubmodulesLimit": "Git submodules 검출 개수의 제한을 제어합니다.",
|
||||
"config.alwaysShowStagedChangesResourceGroup": "스테이징된 변경 내용 리소스 그룹을 항상 표시합니다.",
|
||||
"config.alwaysSignOff": "모든 커밋에 대한 확인 플래그를 제어합니다.",
|
||||
"config.ignoredRepositories": "무시할 Git 리포지토리의 목록입니다.",
|
||||
"config.scanRepositories": "Git 리포지토리를 검색할 경로의 목록입니다.",
|
||||
"config.showProgress": "Git 작업에서 진행률을 표시할지 여부를 제어합니다.",
|
||||
"config.rebaseWhenSync": "동기화 명령을 실행할 때 Git에서 다시 지정을 사용하게 합니다.",
|
||||
"config.confirmEmptyCommits": "빈 커밋의 생성을 항상 확인합니다.",
|
||||
"config.fetchOnPull": "풀링할 때 모든 분기를 페치하거나 현재 분기만 페치합니다.",
|
||||
"config.autoStash": "풀하기 전에 변경 내용을 스태시하고 풀하는 데 성공한 후 변경 내용을 복원합니다.",
|
||||
"config.allowForcePush": "강제 푸시(임대 사용 또는 사용 안 함)가 가능한지 여부를 제어합니다.",
|
||||
"config.useForcePushWithLease": "강제 푸시가 좀 더 안전한 force-with-lease 변형을 사용하는지 여부를 제어합니다.",
|
||||
"config.confirmForcePush": "강제 푸시하기 전에 확인을 요청할지 여부를 제어합니다.",
|
||||
"config.openDiffOnClick": "변경을 클릭할 때 Diff 편집기가 열릴지 여부를 제어합니다. 그렇지 않으면 일반 편집기가 열립니다.",
|
||||
"colors.added": "추가된 리소스의 색입니다.",
|
||||
"colors.modified": "수정된 리소스의 색상입니다.",
|
||||
"colors.deleted": "삭제된 리소스의 색상입니다.",
|
||||
"colors.untracked": "추적되지 않은 리소스의 색상입니다.",
|
||||
"colors.ignored": "무시된 리소스의 색상입니다.",
|
||||
"colors.conflict": "충돌이 발생한 리소스의 색상입니다.",
|
||||
"colors.submodule": "서브모듈 자원의 색상"
|
||||
},
|
||||
"out/statusbar": {
|
||||
"rebasing": "기준 주소 다시 지정",
|
||||
"checkout": "체크 아웃...",
|
||||
"sync changes": "변경 내용 동기화",
|
||||
"publish changes": "변경 내용 게시",
|
||||
"syncing changes": "변경 내용을 동기화하는 중..."
|
||||
},
|
||||
"out/repository": {
|
||||
"open": "열기",
|
||||
"index modified": "인덱스 수정됨",
|
||||
"modified": "수정",
|
||||
"index added": "인덱스 추가됨",
|
||||
"index deleted": "인덱스 삭제됨",
|
||||
"deleted": "삭제",
|
||||
"index renamed": "인덱스 이름 변경됨",
|
||||
"index copied": "인덱스 복사됨",
|
||||
"untracked": "추적되지 않음",
|
||||
"ignored": "무시됨",
|
||||
"intent to add": "추가할 의도",
|
||||
"both deleted": "둘 다 삭제됨",
|
||||
"added by us": "본인이 추가함",
|
||||
"deleted by them": "타인이 삭제함",
|
||||
"added by them": "타인이 추가함",
|
||||
"deleted by us": "본인이 삭제함",
|
||||
"both added": "둘 다 추가됨",
|
||||
"both modified": "둘 다 수정됨",
|
||||
"commitMessage": "메시지(커밋하려면 {0} 누르기)",
|
||||
"commit": "커밋",
|
||||
"merge changes": "변경 내용 병합",
|
||||
"staged changes": "스테이징된 변경 내용",
|
||||
"changes": "변경 내용",
|
||||
"push success": "성공적으로 푸시 되었습니다.",
|
||||
"commit in rebase": "기준 주소를 다시 지정하는 중에는 커밋 메시지를 변경할 수 없습니다. 기준 주소 다시 지정 작업을 완료하고, 대신 대화형 기준 주소 다시 지정을 사용하세요.",
|
||||
"commitMessageWhitespacesOnlyWarning": "현재 커밋 메시지에는 공백 문자만 포함됩니다.",
|
||||
"commitMessageCountdown": "현재 줄에서 {0} 글자 남음",
|
||||
"commitMessageWarning": "현재 줄에서 {0} 글자 초과 {1}",
|
||||
"huge": "'{0}'의 Git 리포지토리에 활성 변경 내용이 너무 많습니다. Git 기능의 하위 집합만 사용할 수 있도록 설정됩니다.",
|
||||
"neveragain": "다시 표시 안 함",
|
||||
"add known": "'{0}'을(를) .gitignore에 추가하시겠어요?",
|
||||
"yes": "예"
|
||||
},
|
||||
"out/model": {
|
||||
"not supported": "'git.scanRepositories' 설정에서는 절대 경로를 사용할 수 없습니다.",
|
||||
"too many submodules": "'{0}' 리포지토리에 자동으로 열리지 않는 {1}개의 하위 모듈이 있습니다. 모듈 내의 파일을 열러 각 모듈을 개별적으로 열 수는 있습니다.",
|
||||
"no repositories": "사용 가능한 리포지토리가 없습니다.",
|
||||
"pick repo": "리포지토리 선택"
|
||||
},
|
||||
"out/main": {
|
||||
"looking": "다음에서 git을 찾는 중: {0}",
|
||||
"using git": "{1}에서 git {0}을(를) 사용하는 중",
|
||||
"downloadgit": "Git 다운로드",
|
||||
"neverShowAgain": "다시 표시 안 함",
|
||||
"notfound": "Git을 찾을 수 없습니다. 'git.path'를 사용하여 Git을 설치하거나 구성합니다.",
|
||||
"updateGit": "Git 업데이트",
|
||||
"git20": "Git {0}이(가) 설치된 것 같습니다. 코드는 2 이하의 Git에서 최적으로 작동합니다."
|
||||
},
|
||||
"out/commands": {
|
||||
"tag at": "{0}의 태그",
|
||||
"remote branch at": "{0}에서 원격 분기",
|
||||
"create branch": "$(plus) 새 분기 만들기...",
|
||||
"create branch from": "$(plus) 새 분기 만들기...",
|
||||
"repourl": "리포지토리 URL",
|
||||
"selectFolder": "리포지토리 위치 선택",
|
||||
"cloning": "Git 리포지토리 '{0}'을(를) 복제하는 중...",
|
||||
"proposeopen": "복제된 리포지토리를 여시겠습니까?",
|
||||
"openrepo": "리포지토리 열기",
|
||||
"add": "작업 영역에 추가",
|
||||
"proposeopen2": "복제된 리포지토리를 열거나 현재 작업 영역에 추가하시겠습니까?",
|
||||
"init": "Git 리포지토리를 초기화할 작업 영역 폴더 선택",
|
||||
"choose": "폴더 선택...",
|
||||
"init repo": "리포지토리 초기화",
|
||||
"create repo": "리포지토리 초기화",
|
||||
"are you sure": "'{0}'에서 Git 리포지토리가 만들어집니다. 계속하시겠습니까?",
|
||||
"proposeopen init": "초기화된 리포지토리를 여시겠습니까?",
|
||||
"proposeopen2 init": "초기화된 리포지토리를 열거나 현재 작업 영역에 추가하겠습니까?",
|
||||
"open repo": "리포지토리 열기",
|
||||
"HEAD not available": "'{0}'의 HEAD 버전이 없습니다.",
|
||||
"confirm stage files with merge conflicts": "병합 충돌이 있는 {0} 파일을 스테이징하시겠습니까?",
|
||||
"confirm stage file with merge conflicts": "병합 충돌이 있는 {0}을(를) 스테이징하시겠습니까?",
|
||||
"yes": "예",
|
||||
"keep ours": "현재 버전 유지",
|
||||
"delete": "파일 삭제",
|
||||
"deleted by them": "'{0}' 파일을 다른 사용자가 삭제하고 본인이 수정했습니다. \n\n무엇을 하시겠습니까?",
|
||||
"keep theirs": "다른 사용자 버전 유지",
|
||||
"deleted by us": "'{0}' 파일을 본인이 삭제하고 다른 사용자가 수정했습니다.\n\n 무엇을 하겠습니까?",
|
||||
"discard": "변경 내용 취소",
|
||||
"confirm delete": "{0}을(를) 삭제하시겠습니까?",
|
||||
"delete file": "파일 삭제",
|
||||
"restore file": "파일 복원",
|
||||
"confirm restore": "{0}을(를) 복원하시겠습니까?",
|
||||
"confirm discard": "{0}의 변경 내용을 취소하시겠습니까?",
|
||||
"restore files": "파일 복원",
|
||||
"confirm restore multiple": "{0}개 파일을 복원하겠습니까?",
|
||||
"confirm discard multiple": "{0}개 파일의 변경 내용을 취소하시겠습니까?",
|
||||
"warn untracked": "{0}개의 추적되지 않은 파일을 삭제합니다.",
|
||||
"confirm discard all single": "{0}의 변경 내용을 취소하시겠습니까?",
|
||||
"confirm discard all": "{0} 파일에서 변경 내용을 모두 취소하시겠습니까?\n이 작업은 되돌릴 수 없습니다.\n현재 작업 설정이 영구적으로 손실됩니다.",
|
||||
"discardAll multiple": "1개 파일 취소",
|
||||
"discardAll": "{0}개 파일 모두 버리기",
|
||||
"confirm delete multiple": "{0}개 파일을 삭제하시겠습니까?",
|
||||
"delete files": "파일 삭제",
|
||||
"there are untracked files single": "취소한 경우 다음 추적되지 않은 파일이 디스크에서 삭제됩니다. {0}.",
|
||||
"there are untracked files": "취소하는 경우 {0}개의 추적되지 않은 파일이 디스크에서 삭제됩니다.",
|
||||
"confirm discard all 2": "{0}\n\n이 작업은 되돌릴 수 없으며, 현재 작업 설정이 영구적으로 손실됩니다.",
|
||||
"yes discard tracked": "1개의 추적된 파일 취소",
|
||||
"yes discard tracked multiple": "{0}개의 추적된 파일 취소",
|
||||
"unsaved files single": "다음 파일이 저장되지 않았습니다: {0}.\n\n커밋하기 전에 저장하시겠습니까?",
|
||||
"unsaved files": "저장되지 않은 {0}개의 파일이 있습니다.\n\n커밋하기 전에 저장하시겠습니까?",
|
||||
"save and commit": "모두 저장 및 커밋",
|
||||
"commit": "그냥 제출",
|
||||
"no staged changes": "저장할 단계적 변경 사항이 없습니다.\n\n모든 변경 사항을 자동으로 스테이징하고 직접 저장하시겠습니까?",
|
||||
"always": "항상",
|
||||
"no changes": "커밋할 변경 내용이 없습니다.",
|
||||
"commit message": "커밋 메시지",
|
||||
"provide commit message": "커밋 메시지를 제공하세요.",
|
||||
"confirm emtpy commit": "빈 커밋을 만드시겠습니까?",
|
||||
"yes never again": "예, 다시 표시 안 함",
|
||||
"no more": "HEAD가 커밋을 가리키지 않으므로 실행 취소할 수 없습니다.",
|
||||
"select a ref to checkout": "체크아웃할 참조 선택",
|
||||
"branch name": "분기 이름",
|
||||
"provide branch name": "분기 이름을 입력하세요.",
|
||||
"branch name format invalid": "분기 이름은 regex {0}과(와) 일치해야 합니다.",
|
||||
"select a ref to create a new branch from": "ref를 선택하여 다음에서 '{0}' 분기를 만듭니다.",
|
||||
"select branch to delete": "삭제할 분기 선택",
|
||||
"confirm force delete branch": "'{0}' 분기가 완벽히 병합되지 않았습니다. 그래도 삭제할까요?",
|
||||
"delete branch": "분기 삭제",
|
||||
"invalid branch name": "잘못된 분기 이름",
|
||||
"branch already exists": "이름이 '{0}'인 분기가 이미 있습니다.",
|
||||
"select a branch to merge from": "병합할 분기 선택",
|
||||
"tag name": "태그 이름",
|
||||
"provide tag name": "태그 이름을 입력하세요.",
|
||||
"tag message": "메시지",
|
||||
"provide tag message": "태그에 주석을 달 메시지를 입력하세요.",
|
||||
"no remotes to fetch": "이 리포지토리에 페치할 원격 항목이 구성되어 있지 않습니다.",
|
||||
"no remotes to pull": "리포지토리에 풀하도록 구성된 원격 항목이 없습니다.",
|
||||
"pick remote pull repo": "분기를 가져올 원격 선택",
|
||||
"pick branch pull": "다음에서 가져올 분기 선택",
|
||||
"no remotes to push": "리포지토리에 푸시하도록 구성된 원격이 없습니다.",
|
||||
"force push not allowed": "강제 푸시가 허용되지 않습니다. 'git.allowForcePush' 설정으로 사용하도록 설정하세요.",
|
||||
"confirm force push": "변경 내용을 강제 푸시하려고 하는데, 이렇게 하면 다른 사람의 변경 내용을 망가뜨리거나 의도하지 않게 덮어쓸 수 있습니다.\n\n 그래도 계속하시겠습니까?",
|
||||
"ok": "확인",
|
||||
"never ask again": "네, 다시 표시 안 함",
|
||||
"push with tags success": "태그와 함께 푸시되었습니다.",
|
||||
"nobranch": "원격에 푸시할 분기를 체크 아웃하세요.",
|
||||
"confirm publish branch": "'{0}' 분기에는 상향 분기가 없습니다. 이 분기를 게시하시겠습니까?",
|
||||
"pick remote": "'{0}' 분기를 다음에 게시하려면 원격을 선택하세요.",
|
||||
"remote name": "원격 이름",
|
||||
"provide remote name": "원격 이름을 제공하세요.",
|
||||
"remote name format invalid": "잘못된 원격 이름 형식",
|
||||
"remote already exists": "원격 '{0}'이(가) 이미 존재합니다.",
|
||||
"remote url": "원격 URL",
|
||||
"provide remote URL": "원격 \"{0}\"의 URL을 입력합니다.",
|
||||
"no remotes added": "리포지토리에 원격 항목이 없습니다.",
|
||||
"remove remote": "제거할 원격 선택",
|
||||
"sync is unpredictable": "이 작업은 '{0}/{1}' 간에 커밋을 푸시하고 풀합니다. ",
|
||||
"never again": "다시 표시 안 함",
|
||||
"no remotes to publish": "리포지토리에 게시하도록 구성된 원격이 없습니다.",
|
||||
"no changes stash": "스태시할 변경 내용이 없습니다.",
|
||||
"provide stash message": "필요한 경우 스태시 메시지를 입력하세요.",
|
||||
"stash message": "스태시 메시지",
|
||||
"pick stash to pop": "표시할 스태시 선택",
|
||||
"no stashes": "리포지토리에 스태시가 없습니다.",
|
||||
"pick stash to apply": "적용할 스태시 선택",
|
||||
"open git log": "Git 로그 열기",
|
||||
"clean repo": "체크 아웃하기 전에 리포지토리 작업 트리를 정리하세요.",
|
||||
"cant push": "참조를 원격에 푸시할 수 없습니다. 먼저 '풀'을 실행하여 변경 내용을 통합하세요.",
|
||||
"merge conflicts": "병합 충돌이 있습니다. 해결한 후 계속하십시오.",
|
||||
"stash merge conflicts": "스태시를 적용하는 중 병합 충돌이 발생했습니다.",
|
||||
"missing user info": "Git에서 'user.name' 및 'user.email'을 구성하세요.",
|
||||
"learn more": "자세한 정보",
|
||||
"git error details": "Git: {0}",
|
||||
"git error": "Git 오류"
|
||||
},
|
||||
"out/autofetch": {
|
||||
"yes": "예",
|
||||
"no": "아니요",
|
||||
"not now": "나중에 물어보기",
|
||||
"suggest auto fetch": "Code에서 ['git fetch']({0})를 정기적으로 실행하도록 하시겠습니까?"
|
||||
},
|
||||
"out/askpass-main": {
|
||||
"missOrInvalid": "자격 증명이 없거나 잘못되었습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/go.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/go.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Go 언어 기본",
|
||||
"description": "Go 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Groovy 언어 기본",
|
||||
"description": "Groovy 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "VS Code에 Grunt 기능을 추가할 확장입니다.",
|
||||
"displayName": "VS Code에 대한 Grunt 지원",
|
||||
"config.grunt.autoDetect": "Grunt 작업의 자동 검색을 사용할지 여부를 제어합니다. 기본값은 [켜기]입니다.",
|
||||
"grunt.taskDefinition.type.description": "사용자 지정할 Grunt 작업입니다.",
|
||||
"grunt.taskDefinition.file.description": "작업을 제공하는 Grunt 파일이며 생략할 수 있습니다."
|
||||
},
|
||||
"out/main": {
|
||||
"gulpTaskDetectError": "jake 작업을 찾는 데 문제가 있습니다. 자세한 내용은 출력을 참조하세요.",
|
||||
"jakeShowOutput": "출력으로 이동",
|
||||
"execFailed": "폴더 {0}에 대해 Grunt 자동 검색에 실패하고 {1} 오류가 발생했습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
24
i18n/language-pack-ko/translations/extensions/gulp.i18n.json
Normal file
24
i18n/language-pack-ko/translations/extensions/gulp.i18n.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "VSCode에 Gulp 기능을 추가할 확장입니다.",
|
||||
"displayName": "VSCode에 대한 Gulp 지원",
|
||||
"config.gulp.autoDetect": "Gulp 작업의 자동 검색을 사용할지 여부를 제어합니다. 기본값은 [켜기]입니다.",
|
||||
"gulp.taskDefinition.type.description": "사용자 지정할 Gulp 작업입니다.",
|
||||
"gulp.taskDefinition.file.description": "작업을 제공하는 Gulp 파일이며 생략할 수 있습니다."
|
||||
},
|
||||
"out/main": {
|
||||
"gulpTaskDetectError": "Gulp 작업을 찾는 데 문제가 있습니다. 자세한 내용은 출력을 참조하세요.",
|
||||
"gulpShowOutput": "출력으로 이동",
|
||||
"execFailed": "폴더 {0}에 대해 Gulp 자동 검색에 실패하고 {1} 오류가 발생했습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Handlebars 언어 기본",
|
||||
"description": "Handlebars 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/hlsl.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/hlsl.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "HLSL 언어 기본 사항",
|
||||
"description": "HLSL 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "HTML 언어 기능",
|
||||
"description": "HTML 및 Handlebar 파일에 대해 다양한 언어 지원을 제공합니다.",
|
||||
"html.format.enable.desc": "기본 HTML 포맷터를 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"html.format.wrapLineLength.desc": "한 줄당 최대 문자 수입니다(0 = 사용 안 함).",
|
||||
"html.format.unformatted.desc": "쉼표로 분리된 태그 목록으로, 서식을 다시 지정해서는 안 됩니다. https://www.w3.org/TR/html5/dom.html#phrasing-content에 나열된 모든 태그의 기본값은 'null'로 설정됩니다.",
|
||||
"html.format.contentUnformatted.desc": "쉼표로 분리된 태그 목록으로, 콘텐츠의 서식을 다시 지정해서는 안 됩니다. 'pre' 태그의 기본값은 'null'로 설정됩니다.",
|
||||
"html.format.indentInnerHtml.desc": "`<헤드>` 및 `<본문>` 섹션을 들여씁니다.",
|
||||
"html.format.preserveNewLines.desc": "요소 앞에 있는 기존 줄 바꿈을 유지해야 하는지 제어합니다. 요소 앞에만 적용되며 태그 안에서나 텍스트에는 적용되지 않습니다.",
|
||||
"html.format.maxPreserveNewLines.desc": "청크 한 개에 유지할 수 있는 최대 줄 바꿈 수입니다. 무제한일 때는 'null'을 사용합니다.",
|
||||
"html.format.indentHandlebars.desc": "`{{#foo}}` 및 `{{/foo}}`를 서식 지정하고 들여쓰기합니다.",
|
||||
"html.format.endWithNewline.desc": "줄 바꿈으로 끝납니다.",
|
||||
"html.format.extraLiners.desc": "쉼표로 분리된 태그 목록으로 앞에 줄 바꿈을 추가로 넣어야 합니다. '\"head, body, /html\"'의 기본값은 'null'로 설정됩니다.",
|
||||
"html.format.wrapAttributes.desc": "특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.auto": "줄 길이를 초과하는 경우에만 특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.force": "첫 번째 특성을 제외한 각 특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.forcealign": "첫 번째 특성을 제외한 각 특성을 래핑하고 정렬된 상태를 유지합니다.",
|
||||
"html.format.wrapAttributes.forcemultiline": "각 특성을 래핑합니다.",
|
||||
"html.format.wrapAttributes.alignedmultiple": "줄 길이를 초과하는 경우 줄 바꿈하여 특성을 세로로 정렬합니다.",
|
||||
"html.format.wrapAttributes.preserve": "특성 줄 바꿈 유지",
|
||||
"html.format.wrapAttributes.preservealigned": "특성의 줄 바꿈을 유지하되 정렬합니다.",
|
||||
"html.suggest.html5.desc": "기본으로 제공하는 HTML 언어 지원에서 HTML5 태그와 속성 및 값을 제안할지 여부를 제어합니다.",
|
||||
"html.trace.server.desc": "VS Code와 HTML 언어 서버 간 통신을 추적합니다.",
|
||||
"html.validate.scripts": "기본으로 제공하는 HTML 언어 지원에서 포함된 스크립트 유효성을 검사할지 여부를 제어합니다.",
|
||||
"html.validate.styles": "기본으로 제공하는 HTML 언어 지원에서 포함된 스타일의 유효성을 검사할지 여부를 제어합니다.",
|
||||
"html.autoClosingTags": "HTML 태그의 자동 닫기를 사용하거나 사용하지 않습니다."
|
||||
},
|
||||
"client\\out/htmlMain": {
|
||||
"htmlserver.name": "HTML 언어 서버",
|
||||
"folding.start": "영역 접기 시작",
|
||||
"folding.end": "접기 영역 끝",
|
||||
"folding.html": "간단한 HTML5 시작 지점"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/html.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/html.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "HTML 언어 기본 사항",
|
||||
"description": "HTML 파일에서 구문 강조 표시, 대괄호 일치 및 코드 조각을 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/ini.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/ini.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Ini 언어 기본 사항",
|
||||
"description": "Ini 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
24
i18n/language-pack-ko/translations/extensions/jake.i18n.json
Normal file
24
i18n/language-pack-ko/translations/extensions/jake.i18n.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "VS Code에 Jake 기능을 추가할 확장입니다.",
|
||||
"displayName": "VS Code에 대한 Jake 지원",
|
||||
"jake.taskDefinition.type.description": "사용자 지정할 Jake 작업입니다.",
|
||||
"jake.taskDefinition.file.description": "작업을 제공하는 Jake 파일이며 생략할 수 있습니다.",
|
||||
"config.jake.autoDetect": "Jake 작업에 대한 자동 검색 사용 여부를 설정합니다. 기본값은 [켜기]입니다."
|
||||
},
|
||||
"out/main": {
|
||||
"gulpTaskDetectError": "jake 작업을 찾는 데 문제가 있습니다. 자세한 내용은 출력을 참조하세요.",
|
||||
"jakeShowOutput": "출력으로 이동",
|
||||
"execFailed": "폴더 {0}에 대해 Jake 자동 검색에 실패하고 {1} 오류가 발생했습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/java.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/java.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Java 언어 기본",
|
||||
"description": "Java 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "JavaScript 언어 기본",
|
||||
"description": "JavaScript 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "JSON 언어 기능",
|
||||
"description": "JSON 파일에 대한 다양한 언어 지원을 제공합니다.",
|
||||
"json.schemas.desc": "현재 프로젝트에서 스키마를 JSON 파일에 연결",
|
||||
"json.schemas.url.desc": "현재 디렉터리에 있는 스키마의 URL 또는 상대 경로",
|
||||
"json.schemas.fileMatch.desc": "스키마에 대한 JSON 파일을 확인할 때 일치할 파일 패턴의 배열입니다.",
|
||||
"json.schemas.fileMatch.item.desc": "스키마에 대한 JSON 파일을 확인할 때 일치할 '*'를 포함할 수 있는 파일 패턴입니다.",
|
||||
"json.schemas.schema.desc": "지정된 URL에 대한 스키마 정의입니다. 스키마 URL에 대한 액세스 방지를 위해서만 스키마를 제공해야 합니다.",
|
||||
"json.format.enable.desc": "기본 JSON 포맷터를 사용하거나 사용하지 않습니다.",
|
||||
"json.tracing.desc": "VS Code와 JSON 언어 서버 간 통신을 추적합니다.",
|
||||
"json.colorDecorators.enable.desc": "색 데코레이터 사용 또는 사용 안 함",
|
||||
"json.colorDecorators.enable.deprecationMessage": "`json.colorDecorators.enable` 설정은 `editor.colorDecorators`를 위해 사용되지 않습니다.",
|
||||
"json.schemaResolutionErrorMessage": "스키마를 확인할 수 없습니다.",
|
||||
"json.clickToRetry": "다시 시도하려면 클릭하세요."
|
||||
},
|
||||
"client\\out/jsonMain": {
|
||||
"json.schemaResolutionErrorMessage": "스키마를 확인할 수 없습니다.",
|
||||
"json.clickToRetry": "다시 시도하려면 클릭하세요.",
|
||||
"jsonserver.name": "JSON 언어 서버"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/json.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/json.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "JSON 언어 기본 사항",
|
||||
"description": "JSON 파일에 구문 강조 표시 및 대괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/less.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/less.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Less 언어 기본",
|
||||
"description": "Less 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/log.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/log.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "로그",
|
||||
"description": "확장명이 .log인 파일에 대해 구문 강조 표시를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/lua.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/lua.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Lua 언어 기본 사항",
|
||||
"description": "Lua 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/make.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/make.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Make 언어 기본",
|
||||
"description": "Make 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Markdown 언어 기본 사항",
|
||||
"description": "Markdown에 대해 코드 조각 및 구문 강조 표시를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Markdown 언어 기능",
|
||||
"description": "Markdown에 대한 다양한 언어 지원을 제공합니다.",
|
||||
"markdown.preview.breaks.desc": "Markdown 미리 보기에서 줄 바꿈 렌더링 방법을 설정합니다. 'true'로 설정하면 모든 줄 바꿈에 대해 <br>를 만듭니다.",
|
||||
"markdown.preview.linkify": "Markdown 미리 보기에서 URL 같은 텍스트를 링크로 변환을 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"markdown.preview.doubleClickToSwitchToEditor.desc": "markdown 미리 보기에서 두 번 클릭하여 편집기로 전환합니다.",
|
||||
"markdown.preview.fontFamily.desc": "markdown 미리 보기에서 사용되는 글꼴 패밀리를 제어합니다.",
|
||||
"markdown.preview.fontSize.desc": "markdown 미리 보기에서 사용되는 글꼴 크기(픽셀)를 제어합니다.",
|
||||
"markdown.preview.lineHeight.desc": "markdown 미리 보기에 사용되는 줄 높이를 제어합니다. 이 숫자는 글꼴 크기에 상대적입니다.",
|
||||
"markdown.preview.markEditorSelection.desc": "markdown 미리 보기에 현재 편집기 선택을 표시합니다.",
|
||||
"markdown.preview.scrollEditorWithPreview.desc": "Markdown 미리 보기를 스크롤할 때 편집기의 보기를 업데이트합니다.",
|
||||
"markdown.preview.scrollPreviewWithEditor.desc": "Markdown 편집기를 스크롤할 때 미리 보기의 보기를 업데이트합니다.",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.desc": "[사용되지 않음] markdown 미리 보기를 스크롤하여 편집기에서 현재 선택한 줄을 표시합니다.",
|
||||
"markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "이 설정은 'markdown.preview.scrollPreviewWithEditor'로 대체되었으며 더 이상 영향을 주지 않습니다.",
|
||||
"markdown.preview.title": "미리 보기 열기",
|
||||
"markdown.previewSide.title": "측면에서 미리 보기 열기",
|
||||
"markdown.showLockedPreviewToSide.title": "측면에서 잠긴 미리 보기 열기",
|
||||
"markdown.showSource.title": "소스 표시",
|
||||
"markdown.styles.dec": "markdown 미리 보기에서 사용할 CSS 스타일시트의 URL 또는 로컬 경로 목록입니다. 상대 경로는 탐색기에서 열린 폴더를 기준으로 해석됩니다. 열린 폴더가 없으면 markdown 파일의 위치를 기준으로 해석됩니다. 모든 '\\'는 '\\\\'로 써야 합니다.",
|
||||
"markdown.showPreviewSecuritySelector.title": "미리 보기 보안 설정 변경",
|
||||
"markdown.trace.desc": "Markdown 확장에 대해 디버그 로깅을 사용하도록 설정합니다.",
|
||||
"markdown.preview.refresh.title": "미리 보기 새로 고침",
|
||||
"markdown.preview.toggleLock.title": "미리 보기 잠금 설정/해제",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "미리 보기에서 markdown 파일에 대한 링크를 클릭할 때 처리할 방법입니다.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "편집기에서 링크를 열어 보세요.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Markdown 미리 보기에서 링크를 열어 보세요."
|
||||
},
|
||||
"out/features/previewContentProvider": {
|
||||
"preview.securityMessage.text": "이 문서에서 일부 콘텐츠가 사용하지 않도록 설정되었습니다.",
|
||||
"preview.securityMessage.title": "Markdown 미리 보기에서 잠재적으로 안전하지 않거나 보안되지 않은 콘텐츠가 사용하지 않도록 설정되어 있습니다. 이 콘텐츠나 스크립트를 허용하려면 Markdown 미리 보기 보안 설정을 변경하세요.",
|
||||
"preview.securityMessage.label": "콘텐츠 사용할 수 없음 보안 경고",
|
||||
"preview.notFound": "{0}을(를) 찾을 수 없습니다."
|
||||
},
|
||||
"out/features/preview": {
|
||||
"onPreviewStyleLoadError": "'markdown.styles': {0}을 불러올 수 없음",
|
||||
"lockedPreviewTitle": "[미리 보기] {0}",
|
||||
"previewTitle": "미리 보기 {0}",
|
||||
"preview.clickOpenFailed": "{0}을(를) 열 수 없습니다."
|
||||
},
|
||||
"out/security": {
|
||||
"strict.title": "Strict",
|
||||
"strict.description": "보안 콘텐츠만 로드",
|
||||
"insecureLocalContent.title": "안전하지 않은 로컬 콘텐츠 허용",
|
||||
"insecureLocalContent.description": "localhost에서 제공되는 http를 통한 콘텐츠 로드 사용",
|
||||
"insecureContent.title": "안전하지 않은 콘텐츠 허용",
|
||||
"insecureContent.description": "http를 통한 콘텐츠 로드 사용",
|
||||
"disable.title": "사용 안 함",
|
||||
"disable.description": "모든 콘텐츠 및 스크립트 실행을 허용합니다. 권장하지 않습니다.",
|
||||
"moreInfo.title": "추가 정보",
|
||||
"enableSecurityWarning.title": "이 작업 영역에서 미리 보기 보안 경고 사용",
|
||||
"disableSecurityWarning.title": "이 작업 영역에서 미리보기 보안 경고 사용 안 함",
|
||||
"toggleSecurityWarning.description": "콘텐츠 보안 수준에 영향을 주지 않습니다.",
|
||||
"preview.showPreviewSecuritySelector.title": "이 작업 영역에 대해 Markdown 미리 보기의 보안 설정 선택"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "충돌 병합",
|
||||
"description": "인라인 병합 충돌에 대한 강조 표시 및 명령입니다.",
|
||||
"command.category": "충돌 병합",
|
||||
"command.accept.all-current": "모든 현재 사항 수락",
|
||||
"command.accept.all-incoming": "수신 모두 수락",
|
||||
"command.accept.all-both": "둘 다 모두 수락",
|
||||
"command.accept.current": "현재 수락",
|
||||
"command.accept.incoming": "수신 수락",
|
||||
"command.accept.selection": "선택 수락",
|
||||
"command.accept.both": "둘 다 수락",
|
||||
"command.next": "다음 충돌",
|
||||
"command.previous": "이전 충돌",
|
||||
"command.compare": "현재 충돌 비교",
|
||||
"config.title": "충돌 병합",
|
||||
"config.autoNavigateNextConflictEnabled": "병합 충돌을 해결한 후 다음 병합 충돌로 자동으로 이동할지 여부입니다.",
|
||||
"config.codeLensEnabled": "편집기 내에서 병합 충돌 블록에 대한 Code Lens를 만듭니다.",
|
||||
"config.decoratorsEnabled": "편집기 내에서 병합 충돌 블록에 대한 decorator를 만듭니다."
|
||||
},
|
||||
"out/mergeDecorator": {
|
||||
"currentChange": "(현재 변경 사항)",
|
||||
"incomingChange": "(수신 변경 사항)"
|
||||
},
|
||||
"out/commandHandler": {
|
||||
"cursorNotInConflict": "편집기 커서가 병합 충돌 내에 없음",
|
||||
"compareChangesTitle": "{0}: 현재 변경 사항 ⟷ 수신 변경 사항",
|
||||
"cursorOnCommonAncestorsRange": "편집기 커서가 공통 과거 블록 내에 있습니다. \"현재\" 또는 \"수신\" 블록으로 옮기세요.",
|
||||
"cursorOnSplitterRange": "편집기 커서가 병합 충돌 스플리터 내에 있습니다. \"현재\" 또는 \"수신\" 블록으로 옮기세요.",
|
||||
"noConflicts": "이 파일에서 발견된 병합 충돌 없음",
|
||||
"noOtherConflictsInThisFile": "이 파일 내에 다른 병합 충돌 없음"
|
||||
},
|
||||
"out/codelensProvider": {
|
||||
"acceptCurrentChange": "현재 변경 사항 수락",
|
||||
"acceptIncomingChange": "수신 변경 사항 수락",
|
||||
"acceptBothChanges": "두 변경 사항 모두 수락",
|
||||
"compareChanges": "변경 사항 비교"
|
||||
}
|
||||
}
|
||||
}
|
||||
65
i18n/language-pack-ko/translations/extensions/npm.i18n.json
Normal file
65
i18n/language-pack-ko/translations/extensions/npm.i18n.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"description": "npm 스크립트에 대한 작업 지원을 추가할 확장입니다.",
|
||||
"displayName": "VS Code에 대한 Npm 지원",
|
||||
"config.npm.autoDetect": "npm 스크립트가 자동으로 감지되어야 하는지 여부를 제어합니다.",
|
||||
"config.npm.runSilent": " `--silent` 옵션으로 npm 명령 실행.",
|
||||
"config.npm.packageManager": "스크립트를 실행하는 데 사용하는 패키지 관리자.",
|
||||
"config.npm.exclude": "자동 스크립트 검색에서 제외할 폴더에 대한 Glob 패턴을 구성합니다.",
|
||||
"config.npm.enableScriptExplorer": "npm 스크립트에 대한 탐색기 뷰를 사용하도록 설정합니다.",
|
||||
"config.npm.scriptExplorerAction": "스크립트 탐색기에서 사용되는 기본 클릭 동작은 '열기' 또는 '실행'이며, 기본값은 '열기'입니다.",
|
||||
"config.npm.fetchOnlinePackageInfo": "npm 종속성의 가리키기 기능에 대한 자동 완성 및 정보를 제공하는 https://registry.npmjs/org 및 https://registry.bower.io에서 데이터를 페치합니다.",
|
||||
"npm.parseError": "Npm 작업 검색: {0} 파일을 구문 분석하지 못했습니다. ",
|
||||
"taskdef.script": "사용자 지정할 npm 스크립트입니다.",
|
||||
"taskdef.path": "스크립트를 제공하는 package.json 파일의 폴더 경로이며 생략할 수 있습니다.",
|
||||
"view.name": "Npm 스크립트",
|
||||
"command.refresh": "새로 고침",
|
||||
"command.run": "실행",
|
||||
"command.debug": "디버그",
|
||||
"command.openScript": "열기",
|
||||
"command.runInstall": "설치 실행",
|
||||
"command.runSelectedScript": "스크립트 실행"
|
||||
},
|
||||
"out/features/packageJSONContribution": {
|
||||
"json.package.default": "기본 package.json",
|
||||
"json.npm.error.repoaccess": "NPM 리포지토리 요청 실패: {0}",
|
||||
"json.npm.latestversion": "패키지의 현재 최신 버전",
|
||||
"json.npm.majorversion": "최신 주 버전(1.x.x)을 일치시킵니다.",
|
||||
"json.npm.minorversion": "최신 부 버전(1.2.x)을 일치시킵니다.",
|
||||
"json.npm.version.hover": "최신 버전: {0}"
|
||||
},
|
||||
"out/features/bowerJSONContribution": {
|
||||
"json.bower.default": "기본 bower.json",
|
||||
"json.bower.error.repoaccess": "Bower 리포지토리 요청 실패: {0}",
|
||||
"json.bower.latest.version": "최신"
|
||||
},
|
||||
"out/tasks": {
|
||||
"npm.parseError": "Npm 작업 검색: {0} 파일을 구문 분석하지 못했습니다. "
|
||||
},
|
||||
"out/scriptHover": {
|
||||
"runScript": "스크립트 실행",
|
||||
"runScript.tooltip": "작업으로 스크립트 실행",
|
||||
"debugScript": "디버그 스크립트",
|
||||
"debugScript.tooltip": "디버거에서 스크립트 실행"
|
||||
},
|
||||
"out/npmView": {
|
||||
"noScripts": "스크립트를 찾을 수 없음",
|
||||
"noDebugOptions": "스크립트에 노드 디버그 옵션(예: '--inspect-brk')이 없으므로 디버깅에 사용할 \"{0}\"을(를) 시작할 수 없습니다.",
|
||||
"learnMore": "자세한 정보",
|
||||
"ok": "확인",
|
||||
"scriptInvalid": "\"{0}\" 스크립트를 찾을 수 없습니다. 뷰로 새로 고쳐 보세요."
|
||||
},
|
||||
"out/commands": {
|
||||
"noScriptFound": "선택 영역에서 유효한 npm 스크립트를 찾을 수 없습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Objective-C 언어 기본",
|
||||
"description": "Objective-C 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/perl.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/perl.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Perl 언어 기본 사항",
|
||||
"description": "Perl 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"configuration.suggest.basic": "기본 제공 PHP 언어 제안을 사용하는지 여부를 구성합니다. 지원에서는 PHP 전역 및 변수를 제안합니다.",
|
||||
"configuration.validate.enable": "기본 제공 PHP 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"configuration.validate.executablePath": "PHP 실행 파일을 가리킵니다.",
|
||||
"configuration.validate.run": "저장 시 또는 입력 시 Linter의 실행 여부입니다.",
|
||||
"configuration.title": "PHP",
|
||||
"commands.categroy.php": "PHP",
|
||||
"command.untrustValidationExecutable": "PHP 유효성 검사 실행 파일을 허용하지 않음(작업\n 영역 설정으로 정의됨)",
|
||||
"displayName": "PHP 언어 기능",
|
||||
"description": "PHP 파일에 대한 다양한 언어 지원을 제공합니다. "
|
||||
},
|
||||
"out/features/validationProvider": {
|
||||
"php.useExecutablePath": "PHP 파일을 lint하기 위해 {0}(작업 영역 설정으로 정의됨)의 실행을 허용하시겠습니까?",
|
||||
"php.yes": "허용",
|
||||
"php.no": "허용 안 함",
|
||||
"wrongExecutable": "{0}은(는) 유효한 PHP 실행 파일이 아니기 때문에 유효성을 검사할 수 없습니다. 'php.validate.executablePath' 설정을 사용하여 PHP 실행 파일을 구성하세요.",
|
||||
"noExecutable": "PHP 실행 파일이 설정되지 않았기 때문에 유효성을 검사할 수 없습니다. 'php.validate.executablePath' 설정을 사용하여 PHP 실행 파일을 구성하세요.",
|
||||
"unknownReason": "{0} 경로를 사용하여 php를 실행하지 못했습니다. 이유를 알 수 없습니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/php.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/php.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "PHP 언어 기본 사항",
|
||||
"description": "PHP 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다. "
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Powershell 언어 기본 사항",
|
||||
"description": "Powershell 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/pug.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/pug.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Pug 언어 기본 사항",
|
||||
"description": "Pug 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Python 언어 기본",
|
||||
"description": "Python 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/r.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/r.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "R 언어 기본 사항",
|
||||
"description": "R 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Razor 언어 기본",
|
||||
"description": "Razor 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/ruby.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/ruby.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Ruby 언어 기본",
|
||||
"description": "Ruby 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/rust.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/rust.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Rust 언어 기본",
|
||||
"description": "Rust 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/scss.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/scss.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "SCSS 언어 기본 사항",
|
||||
"description": "SCSS 파일에서 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Shaderlab 언어 기본",
|
||||
"description": "Shaderlab 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "셸 스크립트 언어 기본",
|
||||
"description": "셸 스크립트 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/sql.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/sql.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "SQL 언어 기본 사항",
|
||||
"description": "SQL 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Swift 언어 기본",
|
||||
"description": "Swift 파일에서 코드 조각, 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "심해 테마",
|
||||
"description": "Visual Studio Code용 심해 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "기본 테마",
|
||||
"description": "기본 Visual Studio 밝은 테마 및 어두운 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Kimbie 어두운 테마",
|
||||
"description": "Visual Studio Code용 Kimbie 어두운 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Monokai 흐릿한 테마",
|
||||
"description": "Visual Studio Code용 Monokai 흐릿한 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Monokai 테마",
|
||||
"description": "Visual Studio Code용 Monokai 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "고요한 밝은 테마",
|
||||
"description": "Visual Studio Code용 고요한 밝은 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "빨간색 테마",
|
||||
"description": "Visual Studio Code용 빨간색 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Seti 파일 아이콘 테마",
|
||||
"description": "Seti UI 파일 아이콘으로 만든 파일 아이콘 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "노출 어두운 테마",
|
||||
"description": "Visual Studio Code용 노출 어두운 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "노출 밝은 테마",
|
||||
"description": "Visual Studio Code용 노출 밝은 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "내일 밤 파란색 테마",
|
||||
"description": "Visual Studio Code용 내일 밤 파란색 테마"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "TypeScript 언어 기본 사항",
|
||||
"description": "TypeScript 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,191 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "TypeScript 및 JavaScript 언어 기능",
|
||||
"description": "JavaScript 및 TypeScript에 대한 다양한 언어 지원을 제공합니다.",
|
||||
"reloadProjects.title": "프로젝트 다시 로드",
|
||||
"configuration.typescript": "TypeScript",
|
||||
"configuration.suggest.completeFunctionCalls": "매개 변수 서명으로 함수를 완료하세요.",
|
||||
"typescript.tsdk.desc": "사용할 tsserver 및 lib*.d.ts 파일이 들어 있는 폴더 경로를 지정합니다.",
|
||||
"typescript.disableAutomaticTypeAcquisition": "자동 형식 인식을 사용하지 않도록 설정합니다. 자동 형식 인식은 npm에서 `@types` 패키지를 가져와 외부 라이브러리의 IntelliSense를 향상합니다.",
|
||||
"typescript.tsserver.log": "파일에 대해 TS 서버 로깅을 사용하도록 설정합니다. 이 로그는 TS 서버 문제를 진단하는 데 사용될 수 있습니다. 로그에는 파일 경로, 소스 코드 및 프로젝트에서 잠재적으로 중요한 기타 정보가 포함될 수 있습니다.",
|
||||
"typescript.tsserver.pluginPaths": "Typescript 언어 서비스 플러그 인을 검색할 추가 경로입니다. 작업 영역에서 TypeScript 2.3.0 이상을 사용해야 합니다.",
|
||||
"typescript.tsserver.pluginPaths.item": "절대 또는 상대 경로입니다. 상대 경로는 작업 영역 폴더를 기준으로 확인됩니다.",
|
||||
"typescript.tsserver.trace": "TS 서버로 전송한 메시지 추적을 사용하도록 설정합니다. 이\n 추적은 TS 서버 문제를 진단하는 데 사용될 수 있습니다. 추적에는 파일 경로, 소스 코드 및 프로젝트에서 잠재적으로 중요한\n 기타 정보가 포함될 수 있습니다.",
|
||||
"typescript.validate.enable": "TypeScript 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"typescript.format.enable": "기본 TypeScript 포맷터를 사용하거나 사용하지 않습니다.",
|
||||
"javascript.format.enable": "기본 JavaScript 포맷터를 사용하거나 사용하지 않습니다.",
|
||||
"format.insertSpaceAfterCommaDelimiter": "쉼표 구분 기호 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterConstructor": "생성자 키워드 뒤에 오는 공백 처리를 정의합니다. 작업 영역에서 TypeScript 2.3.0 이상을 사용해야 합니다.",
|
||||
"format.insertSpaceAfterSemicolonInForStatements": "for 문에서 세미콜론 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceBeforeAndAfterBinaryOperators": "이항 연산자 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterKeywordsInControlFlowStatements": "제어 흐름 문의 키워드 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": "익명 함수의 function 키워드 뒤에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceBeforeFunctionParenthesis": "함수 인수 괄호 앞에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": "비어 있지 않은 여는 괄호 뒤와 닫는 괄호 앞에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": "비어 있지 않은 여는 대괄호 뒤와 닫는 대괄호 앞에 오는 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": "비어 있지 않은 여는 중괄호 뒤와 닫는 중괄호 앞의 공백 처리를 정의합니다. 작업 영역에서 TypeScript 2.3.0 이상을 사용해야 합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": "템플릿 문자열의 여는 중괄호 뒤와 닫는 중괄호 앞의 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": "JSX 식의 여는 중괄호 뒤와 닫는 중괄호 앞의 공백 처리를 정의합니다.",
|
||||
"format.insertSpaceAfterTypeAssertion": "TypeScript에서 형식 어설션 뒤에 오는 공백 처리를 정의합니다. 작업 영역에서 TypeScript 2.4 이상을 사용해야 합니다.",
|
||||
"format.placeOpenBraceOnNewLineForFunctions": "함수의 새 줄에 여는 중괄호를 넣을지 정의합니다.",
|
||||
"format.placeOpenBraceOnNewLineForControlBlocks": "제어 블록의 새 줄에 여는 중괄호를 넣을지 정의합니다.",
|
||||
"javascript.validate.enable": "JavaScript 유효성 검사를 사용하거나 사용하지 않습니다.",
|
||||
"goToProjectConfig.title": "프로젝트 구성으로 이동",
|
||||
"javascript.referencesCodeLens.enabled": "JavaScript 파일에서 CodeLense 참조를 사용/사용 안 함으로 설정합니다.",
|
||||
"typescript.referencesCodeLens.enabled": "TypeScript 파일에서 참조 CodeLens를 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"typescript.implementationsCodeLens.enabled": "CodeLens 구현을 사용하거나 사용하지 않습니다. 이 CodeLens는 인터페이스의 구현자를 표시합니다.",
|
||||
"typescript.openTsServerLog.title": "TS 서버 로그 열기",
|
||||
"typescript.restartTsServer": "TS 서버 다시 시작",
|
||||
"typescript.selectTypeScriptVersion.title": "TypeScript 버전 선택...",
|
||||
"typescript.reportStyleChecksAsWarnings": "스타일 검사를 경고로 보고합니다.",
|
||||
"javascript.implicitProjectConfig.checkJs": "JavaScript 파일의 의미 체계 검사를 사용하거나 사용하지 않도록 설정합니다. 기존 jsconfig.json 또는 tsconfig.json 파일은 이 설정을 재정의합니다. 작업 영역에서 TypeScript 2.3.1 이상을 사용해야 합니다. ",
|
||||
"typescript.npm": "자동 형식 인식에 사용되는 NPM 실행 파일의 경로를 지정합니다. 작업 영역에서 TypeScript 2.3.4 이상을 사용해야 합니다.",
|
||||
"typescript.check.npmIsInstalled": "자동 입력 인식에 대해 NPM이 설치되어 있는지 확인합니다.",
|
||||
"configuration.suggest.names": "JavaScript 제안의 파일에서 고유한 이름 포함을 사용/사용 안 함으로 설정합니다.",
|
||||
"typescript.tsc.autoDetect": "tsc 작업의 자동 검색을 제어합니다.",
|
||||
"typescript.tsc.autoDetect.off": "이 기능을 사용하지 않도록 설정합니다.",
|
||||
"typescript.tsc.autoDetect.on": "빌드 및 조사식 작업을 모두 만듭니다.",
|
||||
"typescript.tsc.autoDetect.build": "단일 실행 컴파일 작업만 만듭니다.",
|
||||
"typescript.tsc.autoDetect.watch": "컴파일 및 조사식 작업만 만듭니다.",
|
||||
"typescript.problemMatchers.tsc.label": "TypeScript 문제",
|
||||
"typescript.problemMatchers.tscWatch.label": "TypeScript 문제(감시 모드)",
|
||||
"configuration.suggest.paths": "import 문 및 요청 호출의 경로에 대한 제안을 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"typescript.locale": "JavaScript 및 TypeScript 오류를 보고하는 데 사용하는 로캘을 설정합니다. 작업 영역에서 TypeScript 2.6.0 이상을 사용해야 합니다. 기본값 'null'을 설정하면 VS Code의 로캘이 사용됩니다.",
|
||||
"javascript.implicitProjectConfig.experimentalDecorators": "프로젝트의 일부가 아닌 JavaScript 파일에 대해 'experimentalDecorators'를 사용하거나 사용하지 않도록 설정합니다. 기존 jsconfig.json 또는 tsconfig.json 파일은 이 설정을 재정의합니다. 작업 영역에서 TypeScript 2.3.1 이상을 사용해야 합니다.",
|
||||
"configuration.suggest.autoImports": "자동 가져오기 제안을 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 2.6.1 이상을 사용해야 합니다.",
|
||||
"taskDefinition.tsconfig.description": "TS 빌드를 정의하는 tsconfig 파일입니다.",
|
||||
"javascript.suggestionActions.enabled": "편집기에서 JavaScript 파일에 대한 제안 진단을 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 2.8 이상을 사용해야 합니다.",
|
||||
"typescript.suggestionActions.enabled": "편집기에서 TypeScript 파일에 대한 제안 진단을 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 2.8 이상을 사용해야 합니다.",
|
||||
"typescript.preferences.quoteStyle": "빠른 수정에 사용할 기본 따옴표 스타일은 '작은' 따옴표, '큰' 따옴표 또는 '자동'입니다. '자동'이면 기존 가져오기에서 따옴표 형식이 유추됩니다. 작업 영역에서 TypeScript 2.9 이상을 사용해야 합니다.",
|
||||
"typescript.preferences.importModuleSpecifier": "자동 가져오기의 기본 경로 스타일입니다.",
|
||||
"typescript.preferences.importModuleSpecifier.auto": "최단 경로 유형을 유추합니다.",
|
||||
"typescript.preferences.importModuleSpecifier.relative": "파일 위치를 기준으로 합니다.",
|
||||
"typescript.preferences.importModuleSpecifier.nonRelative": "`jsconfig.json`/`tsconfig.json`에 구성된 `baseUrl`을 기준으로 합니다.",
|
||||
"typescript.updateImportsOnFileMove.enabled": "VS Code에서 파일을 이동하거나 이름을 바꿀 때 가져오기 경로의 자동 업데이트를 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 2.9 이상을 사용해야 합니다.",
|
||||
"typescript.updateImportsOnFileMove.enabled.prompt": "이름을 바꿀 때마다 프롬프트를 표시합니다.",
|
||||
"typescript.updateImportsOnFileMove.enabled.always": "항상 경로를 자동으로 업데이트합니다.",
|
||||
"typescript.updateImportsOnFileMove.enabled.never": "경로 이름을 바꾸지 않고 메시지를 표시하지 않습니다.",
|
||||
"typescript.autoClosingTags": "JSX 태그 자동 닫기를 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 3.0 이상을 사용해야 합니다.",
|
||||
"typescript.suggest.enabled": "자동 완성 제안을 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"configuration.surveys.enabled": "VS Code의 Javascript 및 Typescript 지원을 개선하는 데 도움이 되는 가끔 있는 설문을 사용하거나 사용하지 않도록 설정합니다.",
|
||||
"configuration.suggest.completeJSDocs": "제안을 사용하거나 사용하지 않도록 설정하여 JSDoc 주석을 완료합니다.",
|
||||
"typescript.preferences.renameShorthandProperties": "이름을 바꾸는 중 개체 줄임 속성의 별칭 지정을 사용하거나 사용하지 않도록 설정합니다. 작업 영역에서 TypeScript 3.4 이상을 사용해야 합니다."
|
||||
},
|
||||
"out/utils/versionProvider": {
|
||||
"couldNotLoadTsVersion": "이 경로에서 TypeScript 버전을 로드할 수 없음",
|
||||
"noBundledServerFound": "잘못 동작하는 바이러스 감지 도구와 같은 다른 애플리케이션에서 VS Code의 tsserver가 삭제되었습니다. VS Code를 다시 설치하세요."
|
||||
},
|
||||
"out/utils/versionPicker": {
|
||||
"useVSCodeVersionOption": "VS Code의 버전 사용",
|
||||
"useWorkspaceVersionOption": "작업 영역 버전 사용",
|
||||
"learnMore": "자세한 정보",
|
||||
"selectTsVersion": "JavaScript 및 TypeScript 언어 기능에 사용되는 TypeScript 버전 선택"
|
||||
},
|
||||
"out/utils/typingsStatus": {
|
||||
"installingPackages": "TypeScript IntelliSense를 개선하기 위해 정보를 가져오는 중",
|
||||
"typesInstallerInitializationFailed.title": "JavaScript 언어 기능에 대한 입력 파일을 설치할 수 없습니다. NPM이 설치되어 있는지 확인하거나 사용자 설정에서 'typescript.npm'을 구성하세요. 자세히 알아보려면 [여기]({0})를 클릭하세요.",
|
||||
"typesInstallerInitializationFailed.doNotCheckAgain": "다시 표시 안 함"
|
||||
},
|
||||
"out/utils/surveyor": {
|
||||
"survey.checkJs.prompt": "JavaScript의 [checkJs](https://code.visualstudio.com/Docs/languages/javascript#_type-checking)에 대한 VS Code의 지원을 개선할 수 있도록 도와주세요! 이 기능을 사용하고 있으니 사용 경험에 대한 간단한 설문에 대답해 주시겠습니까?",
|
||||
"takeShortSurvey": "간단한 설문 조사 참여",
|
||||
"remindLater": "나중에 알림",
|
||||
"neverAgain": "JS/TS 설문 사용 안 함"
|
||||
},
|
||||
"out/utils/projectStatus": {
|
||||
"hintExclude": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 {0}과(와) 같이 파일이 많은 폴더를 제외하세요.",
|
||||
"hintExclude.generic": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 사용하지 않는 소스 파일이 포함된 큰 폴더를 제외하세요.",
|
||||
"large.label": "제외 구성",
|
||||
"hintExclude.tooltip": "프로젝트 전체에서 JavaScript/TypeScript 언어 기능을 사용하도록 설정하려면 사용하지 않는 소스 파일이 포함된 큰 폴더를 제외하세요."
|
||||
},
|
||||
"out/utils/logger": {
|
||||
"channelName": "TypeScript"
|
||||
},
|
||||
"out/utils/api": {
|
||||
"invalidVersion": "잘못 된 버전"
|
||||
},
|
||||
"out/features/updatePathsOnRename": {
|
||||
"renameProgress.title": "JS/TS 가져오기 업데이트 확인",
|
||||
"prompt": "이동된 파일 '{0}'의 가져오기를 업데이트하시겠습니까?",
|
||||
"reject.title": "아니요",
|
||||
"accept.title": "예",
|
||||
"always.title": "항상 자동으로 가져오기 업데이트",
|
||||
"never.title": "자동으로 가져오기를 업데이트하지 않음"
|
||||
},
|
||||
"out/features/task": {
|
||||
"buildTscLabel": "빌드 - {0}",
|
||||
"buildAndWatchTscLabel": "감시 - {0}"
|
||||
},
|
||||
"out/features/rename": {
|
||||
"fileRenameFail": "파일 이름을 바꾸는 중 오류 발생"
|
||||
},
|
||||
"out/features/referencesCodeLens": {
|
||||
"oneReferenceLabel": "참조 1개",
|
||||
"manyReferenceLabel": "참조 {0}개"
|
||||
},
|
||||
"out/features/refactor": {
|
||||
"refactoringFailed": "리팩터링을 적용할 수 없습니다."
|
||||
},
|
||||
"out/features/quickFix": {
|
||||
"fixAllInFileLabel": "{0} (파일에서 모두 수정)"
|
||||
},
|
||||
"out/features/organizeImports": {
|
||||
"organizeImportsAction.title": "가져오기 구성"
|
||||
},
|
||||
"out/features/jsDocCompletions": {
|
||||
"typescript.jsDocCompletionItem.documentation": "JSDoc 주석"
|
||||
},
|
||||
"out/features/implementationsCodeLens": {
|
||||
"oneImplementationLabel": "1개 구현",
|
||||
"manyImplementationLabel": "{0}개 구현"
|
||||
},
|
||||
"out/features/fixAll": {
|
||||
"autoFix.label": "자동 수정"
|
||||
},
|
||||
"out/features/directiveCommentCompletions": {
|
||||
"ts-check": "JavaScript 파일에서 의미 검사를 사용합니다. 파일의 최상단에 있어야 합니다.",
|
||||
"ts-nocheck": "JavaScript 파일에서 의미 검사를 사용하지 않습니다. 파일의 최상단에 있어야 합니다.",
|
||||
"ts-ignore": "파일의 다음 행에서 @ts-check 오류를 억제합니다."
|
||||
},
|
||||
"out/features/completions": {
|
||||
"selectCodeAction": "적용할 코드 동작 선택",
|
||||
"acquiringTypingsLabel": "typings를 가져오는 중...",
|
||||
"acquiringTypingsDetail": "IntelliSense에 대한 typings 정의를 가져오는 중입니다.",
|
||||
"autoImportLabel": "{0}에서 자동으로 가져오기"
|
||||
},
|
||||
"out/features/baseCodeLensProvider": {
|
||||
"referenceErrorLabel": "참조를 확인할 수 없음"
|
||||
},
|
||||
"out/commands/goToProjectConfiguration": {
|
||||
"typescript.projectConfigNoWorkspace": "TypeScript 또는 JavaScript 프로젝트를 사용하려면 VS Code의 폴더를 여세요.",
|
||||
"typescript.projectConfigUnsupportedFile": "TypeScript 또는 JavaScript 프로젝트를 확인할 수 없습니다. 지원되지 않는 파일 형식",
|
||||
"typescript.projectConfigCouldNotGetInfo": "TypeScript 또는 JavaScript 프로젝트를 확인할 수 없습니다.",
|
||||
"typescript.noTypeScriptProjectConfig": "파일이 TypeScript 프로젝트의 일부가 아닙니다. 자세히 알아보려면 [여기]({0})를 클릭하세요.",
|
||||
"typescript.noJavaScriptProjectConfig": "파일이 JavaScript 프로젝트의 일부가 아닙니다. 자세히 알아보려면 [여기]({0})를 클릭하세요.",
|
||||
"typescript.configureTsconfigQuickPick": "tsconfig.json 구성",
|
||||
"typescript.configureJsconfigQuickPick": "jsconfig.json 구성"
|
||||
},
|
||||
"out/typescriptServiceClient": {
|
||||
"noServerFound": "경로 {0}이(가) 올바른 tsserver 설치를 가리키지 않습니다. 포함된 TypeScript 버전을 대신 사용합니다.",
|
||||
"serverExitedWithError": "오류가 발생하여 TypeScript 언어 서버가 종료되었습니다. 오류 메시지: {0}",
|
||||
"typescript.openTsServerLog.notSupported": "TS 서버 로깅을 사용하려면 TS 2.2.2 이상이 필요합니다.",
|
||||
"typescript.openTsServerLog.loggingNotEnabled": "TS 서버 로깅이 꺼져 있습니다. `typescript.tsserver.log`를 설정하고 TS 서버를 다시 시작하여 로깅을 사용하도록 설정하세요.",
|
||||
"typescript.openTsServerLog.enableAndReloadOption": "로깅 사용 및 TS 서버 다시 시작",
|
||||
"typescript.openTsServerLog.noLogFile": "TS 서버에서 로깅을 시작하지 않았습니다.",
|
||||
"openTsServerLog.openFileFailedFailed": "TS 서버 로그 파일을 열 수 없습니다.",
|
||||
"serverDiedAfterStart": "TypeScript 언어 서비스가 시작된 직후 5번 종료되었습니다. 서비스가 다시 시작되지 않습니다.",
|
||||
"serverDiedReportIssue": "문제 신고",
|
||||
"serverDied": "TypeScript 언어 서비스가 지난 5분 동안 예기치 않게 5번 종료되었습니다.",
|
||||
"serverLoading.progress": "JS/TS 언어 기능 초기화"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/vb.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/vb.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "Visual Basic 언어 기본 사항",
|
||||
"description": "Visual Basic 파일에서 코드 조각, 구문 강조 표시, 괄호 일치 및 접기를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"errors": {
|
||||
"eval.not.available": "사용할 수 없음",
|
||||
"not.connected": "런타임에 연결되지 않음",
|
||||
"restartFrame.cannot": "프레임을 다시 시작할 수 없음",
|
||||
"attribute.path.not.exist": "특성 '{0}'이(가) 없습니다('{1}').",
|
||||
"attribute.path.not.absolute": "'{0}'이(가) 절대 특성('{1}')이 아닙니다. '{2}'을(를) 접두사로 추가하여 절대 특성으로 만드는 것이 좋습니다.",
|
||||
"more.information": "추가 정보",
|
||||
"setVariable.error": "설정값이 지원되지 않습니다.",
|
||||
"source.not.found": "콘텐츠를 검색할 수 없습니다.",
|
||||
"VSND2010": "런타임 프로세스에 연결할 수 없습니다. {0}ms 후 시간 초과됨 - (이유: {1}).",
|
||||
"VSND2023": "사용할 수 있는 호출 스택이 없습니다."
|
||||
},
|
||||
"chrome/chromeDebugAdapter": {
|
||||
"exceptions.all": "모든 예외",
|
||||
"exceptions.uncaught": "확인할 수 없는 예외",
|
||||
"exceptions.promise": "약속 거부",
|
||||
"setBPTimedOut": "중단점 설정 요청 시간 초과",
|
||||
"bp.fail.unbound": "중단점이 설정되었지만 아직 바인딩되지 않았습니다.",
|
||||
"bp.fail.noscript": "중단점 요청을 위한 스크립트를 찾을 수 없음",
|
||||
"validateBP.sourcemapFail": "생성된 코드를 찾을 수 없으므로 중단점이 무시되었습니다(소스 맵의 문제?).",
|
||||
"validateBP.notFound": "대상 경로를 찾을 수 없으므로 중단점이 무시되었습니다.",
|
||||
"invalidHitCondition": "잘못된 일치 조건: {0}",
|
||||
"skipReason": "('{0}' 건너뜀)",
|
||||
"scope.exception": "예외"
|
||||
},
|
||||
"chrome/chromeTargetDiscoveryStrategy": {
|
||||
"attach.responseButNoTargets": "대상 앱에서 응답을 수신했으나 대상 페이지를 찾을 수 없음",
|
||||
"attach.cannotConnect": "대상에 연결할 수 없음: {0}",
|
||||
"attach.invalidResponse": "대상의 응답이 유효하지 않은 것 같습니다. 오류: {0}. 응답: {1}",
|
||||
"attach.invalidResponseArray": "대상의 응답이 유효하지 않음: {0}",
|
||||
"attach.noMatchingTarget": "일치하는 유효한 대상을 찾을 수 없습니다. {0}. 사용 가능한 페이지: {1}",
|
||||
"attach.devToolsAttached": "Chrome DevTools이 연결된 이 대상에 연결할 수 없음: {0}"
|
||||
},
|
||||
"chrome/stoppedEvent": {
|
||||
"reason.description.step": "단계에서 일시 중지됨",
|
||||
"reason.description.breakpoint": "중단점에서 일시 중지됨",
|
||||
"reason.description.exception": "예외에서 일시 중지됨",
|
||||
"reason.description.uncaughtException": "catch되지 않은 예외에서 일시 중지됨",
|
||||
"reason.description.caughtException": "catch된 예외에서 일시 중지됨",
|
||||
"reason.description.user": "사용자 요청에서 일시 중지됨",
|
||||
"reason.description.entry": "항목에서 일시 중지됨",
|
||||
"reason.description.debugger": "디버거 문에서 일시 중지됨",
|
||||
"reason.description.restart": "프레임 항목에서 일시 중지됨",
|
||||
"reason.description.promiseRejection": "약속 거부에서 일시 중지됨"
|
||||
},
|
||||
"transformers/baseSourceMapTransformer": {
|
||||
"origin.inlined.source.map": "소스 맵의 읽기 전용 인라인 콘텐츠"
|
||||
},
|
||||
"transformers/remotePathTransformer": {
|
||||
"localRootAndRemoteRoot": "localRoot 및 remoteRoot를 모두 지정해야 합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"extension.description": "Node.js 디버깅 지원(버전 8.0 미만)",
|
||||
"node.label": "Node.js",
|
||||
"open.loaded.script": "로드된 스크립트 열기",
|
||||
"attach.node.process": "Node 프로세스에 연결 ",
|
||||
"toggle.skipping.this.file": "이 파일에 대한 건너뛰기 토글",
|
||||
"start.with.stop.on.entry": "디버깅 시작 및 항목에서 중지",
|
||||
"smartStep.description": "생성된 코드 중 원래 소스로 다시 매핑할 수 없는 코드를 단계별로 자동 실행합니다.",
|
||||
"skipFiles.description": "디버그할 때 건너뛰는 파일의 GLOB 패턴 배열입니다. `<node_internals>/**` 패턴은 모든 내부 Node.js 모듈과 일치합니다.",
|
||||
"outFiles.description": "소스 맵이 사용되는 경우 이러한 GLOB 패턴은 생성된 JavaScript 파일을 지정합니다. 패턴이 '!'로 시작하면 파일이 제외됩니다. 지정하지 않으면 생성된 코드가 소스와 동일한 디렉터리에 있습니다.",
|
||||
"outDir.deprecationMessage": "특성 'outDir'은(는) 사용되지 않습니다. 대신 'outFiles'를 사용하세요.",
|
||||
"trace.description": "진단 출력을 생성합니다. true로 설정하는 대신 하나 이상의 선택기를 쉼표로 구분하여 나열할 수 있습니다. '자세한 정보 표시' 선택기를 통해 아주 자세한 출력을 사용할 수 있습니다.",
|
||||
"launch.args.description": "프로그램에 전달된 명령줄 인수입니다.",
|
||||
"node.protocol.description": "사용할 Node.js 디버그 프로토콜입니다.",
|
||||
"node.protocol.auto.description": "Node 8.0 이상 버전을 실행할 때 '검사기'를 선택하여, 가장 적합한 프로토콜을 자동으로 검색합니다.",
|
||||
"node.protocol.inspector.description": "Node.js 버전 6.3 이상에서 지원되는 새 프로토콜",
|
||||
"node.protocol.legacy.description": "Node.js 버전 8.0 미만에서 지원되는 이전 프로토콜",
|
||||
"node.sourceMaps.description": "JavaScript 소스 맵을 사용합니다(있는 경우에만).",
|
||||
"node.stopOnEntry.description": "시작한 후 자동으로 프로그램을 중지합니다.",
|
||||
"node.port.description": "연결할 디버그 포트입니다. 기본값은 5858입니다.",
|
||||
"node.address.description": "디버그할 프로세스의 TCP/IP 주소입니다(Node.js >= 5.0인 경우에만). 기본값은 'localhost'입니다.",
|
||||
"node.timeout.description": "이 시간(밀리초) 동안 Node.js에 연결하려고 다시 시도합니다. 기본값은 10000ms입니다.",
|
||||
"node.restart.description": "Node.js가 종료된 후 세션을 다시 시작합니다.",
|
||||
"node.localRoot.description": "프로그램이 포함된 로컬 디렉터리의 경로입니다.",
|
||||
"node.remoteRoot.description": "프로그램이 포함된 원격 디렉터리의 절대 경로입니다.",
|
||||
"node.showAsyncStacks.description": "현재 호출 스택을 발생시킨 비동기 호출을 표시합니다. 'inspector' 프로토콜에만 해당됩니다.",
|
||||
"node.sourceMapPathOverrides.description": "소스맵의 정보로부터 디스크의 위치로 소스 파일 위치를 다시 쓰기 위한 매핑 집합입니다.",
|
||||
"node.disableOptimisticBPs.description": "소스 맵이 해당 파일에 대해 로드될 때까지 파일에 중단점을 설정하지 않습니다.",
|
||||
"node.launch.program.description": "프로그램의 절대 경로입니다. 생성된 값은 package.json 및 열린 파일을 보고 추측한 것입니다. 이 특성을 편집하세요.",
|
||||
"node.launch.externalConsole.deprecationMessage": "'externalConsole' 특성은 사용되지 않으므로 대신 'console'을 사용하세요.",
|
||||
"node.launch.console.description": "디버그 대상을 시작할 위치입니다.",
|
||||
"node.launch.console.internalConsole.description": "VS Code 디버그 콘솔(프로그램에서 입력 읽기를 지원하지 않음)",
|
||||
"node.launch.console.integratedTerminal.description": "VS Code의 통합 터미널",
|
||||
"node.launch.console.externalTerminal.description": "사용자 설정을 통해 구성 가능한 외부 터미널",
|
||||
"node.launch.cwd.description": "디버그 중인 프로그램의 작업 디렉터리의 절대 경로입니다.",
|
||||
"node.launch.runtimeExecutable.description": "사용할 런타임입니다. PATH에서 사용할 수 있는 런타임의 이름 또는 절대 경로입니다. 생략하면 `node`로 간주합니다.",
|
||||
"node.launch.runtimeArgs.description": "선택적 인수가 런타임 실행 파일에 전달되었습니다.",
|
||||
"node.launch.runtimeVersion.description": "사용할 `node` 런타임의 버전입니다. `nvm`이 필요합니다.",
|
||||
"node.launch.env.description": "프로그램에 전달된 환경 변수입니다. 'null' 값으로 설정하면 변수가 환경에서 제거됩니다.",
|
||||
"node.launch.envFile.description": "환경 변수 정의가 포함된 파일의 절대 경로입니다.",
|
||||
"node.launch.useWSL.description": "Linux용 Windows 하위 시스템을 사용합니다.",
|
||||
"node.launch.outputCapture.description": "출력 메시지를 캡처하는 위치: 디버그 API 또는 stdout/stderr 스트림",
|
||||
"node.launch.autoAttachChildProcesses.description": "디버거를 새로 생성된 자식 프로세스에 자동으로 연결합니다.",
|
||||
"node.launch.config.name": "시작",
|
||||
"node.attach.processId.description": "연결할 프로세스 ID입니다.",
|
||||
"node.attach.config.name": "연결",
|
||||
"node.processattach.config.name": "프로세스에 연결",
|
||||
"node.snippet.launch.label": "Node.js: 프로그램 실행",
|
||||
"node.snippet.launch.description": "디버그 모드에서 노드 프로그램 시작",
|
||||
"node.snippet.npm.label": "Node.js: NPM을 통해 시작",
|
||||
"node.snippet.npm.description": "npm 'debug' 스크립트를 통해 노드 프로그램 시작",
|
||||
"node.snippet.attach.label": "Node.js: 연결",
|
||||
"node.snippet.attach.description": "실행 중인 노드 프로그램에 연결",
|
||||
"node.snippet.remoteattach.label": "Node.js: 원격 프로그램에 연결",
|
||||
"node.snippet.remoteattach.description": "원격 노드 프로그램의 디버그 포트에 연결합니다.",
|
||||
"node.snippet.attachProcess.label": "Node.js: 프로세스에 연결",
|
||||
"node.snippet.attachProcess.description": "프로세스 선택기를 열어 연결할 Node 프로세스 선택 ",
|
||||
"node.snippet.nodemon.label": "Node.js: Nodemon 설정",
|
||||
"node.snippet.nodemon.description": "nodemon을 사용하여 소스 변경 내용에 대한 디버그 세션 다시 시작",
|
||||
"node.snippet.mocha.label": "Node.js: Mocha 테스트",
|
||||
"node.snippet.mocha.description": "Mocha 테스트 디버그",
|
||||
"node.snippet.yo.label": "Node.js: Yeoman 생성기",
|
||||
"node.snippet.yo.description": "yeoman 생성기 디버그(프로젝트 폴더에서 `npm link`를 실행하여 설치)",
|
||||
"node.snippet.gulp.label": "Node.js: Gulp 작업",
|
||||
"node.snippet.gulp.description": "Gulp 작업 디버그(프로젝트에 로컬 Gulp가 설치되어 있는지 확인하세요.)",
|
||||
"node.snippet.electron.label": "Node.js: Electron 주",
|
||||
"node.snippet.electron.description": "Electron 주 프로세스 디버그"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"extension.description": "Node.js 디버깅 지원",
|
||||
"node.label": "검사 프로토콜을 통한 Node.js v6.3+",
|
||||
"node.sourceMaps.description": "JavaScript 소스 맵을 사용합니다(있는 경우에만).",
|
||||
"outDir.deprecationMessage": "특성 'outDir'은(는) 사용되지 않습니다. 대신 'outFiles'를 사용하세요.",
|
||||
"node.outFiles.description": "소스 맵이 사용되는 경우 이러한 GLOB 패턴은 생성된 JavaScript 파일을 지정합니다. 패턴이 '!'로 시작하면 파일이 제외됩니다. 지정하지 않으면 생성된 코드가 소스와 동일한 디렉터리에 있습니다.",
|
||||
"node.stopOnEntry.description": "시작한 후 자동으로 프로그램을 중지합니다.",
|
||||
"node.port.description": "연결할 디버그 포트입니다. 기본값은 9229입니다.",
|
||||
"node.address.description": "디버그 포트의 TCP/IP 주소입니다. 기본값은 'localhost'입니다.",
|
||||
"node.timeout.description": "이 시간(밀리초) 동안 Node.js에 연결하려고 다시 시도합니다. 기본값은 10000ms입니다.",
|
||||
"node.smartStep.description": "생성된 코드 중 원래 소스로 다시 매핑할 수 없는 코드를 단계별로 자동 실행합니다.",
|
||||
"node.enableSourceMapCaching.description": "URL에서 소스 맵을 다운로드할 때 소스 맵을 디스크로 캐시합니다.",
|
||||
"node.diagnosticLogging.description": "true로 설정할 경우 어댑터가 자체 진단 정보를 콘솔에 로깅",
|
||||
"node.diagnosticLogging.deprecationMessage": "'diagnosticLogging'은 사용되지 않습니다. 'trace'를 대신 사용하세요.",
|
||||
"node.verboseDiagnosticLogging.description": "true로 설정할 경우 어댑터가 클라이언트 및 타겟에서 모든 트래픽을 로깅('diagnosticLogging'으로 로깅된 정보 포함)",
|
||||
"node.verboseDiagnosticLogging.deprecationMessage": "'verboseDiagnosticLogging'은 사용되지 않습니다. 대신 'trace'를 사용하세요.",
|
||||
"node.trace.description": "'true'로 설정하면 디버그가 추적 정보를 파일로 로깅합니다. 'verbose'로 설정하면 콘솔에 로그를 표시합니다.",
|
||||
"node.sourceMapPathOverrides.description": "소스맵의 정보로부터 디스크의 위치로 소스 파일 위치를 다시 쓰기 위한 매핑 세트입니다. README에서 자세한 정보를 참조하세요.",
|
||||
"node.skipFiles.description": "디버그할 때 건너뛸 파일 또는 폴더 이름, GLOB 패턴의 배열입니다.",
|
||||
"node.restart.description": "Node.js가 종료된 후 세션을 다시 시작합니다.",
|
||||
"node.showAsyncStacks.description": "현재 호출 스택을 발생시킨 비동기 호출을 표시합니다.",
|
||||
"node.disableOptimisticBPs.description": "소스 맵이 해당 파일에 대해 로드될 때까지 파일에 중단점을 설정하지 않습니다.",
|
||||
"node.launch.program.description": "프로그램의 절대 경로입니다.",
|
||||
"node.launch.console.description": "디버그 대상 실행 위치: 내부 콘솔, 통합 터미널 또는 외부 터미널.",
|
||||
"node.launch.args.description": "프로그램에 전달된 명령줄 인수입니다.",
|
||||
"node.launch.cwd.description": "디버그 중인 프로그램의 작업 디렉터리의 절대 경로입니다.",
|
||||
"node.launch.runtimeExecutable.description": "사용할 런타임입니다. PATH에서 사용할 수 있는 런타임의 이름 또는 절대 경로입니다. 생략하면 'node'로 간주합니다.",
|
||||
"node.launch.runtimeArgs.description": "선택적 인수가 런타임 실행 파일에 전달되었습니다.",
|
||||
"node.launch.env.description": "프로그램에 전달된 환경 변수입니다. 'null' 값으로 설정하면 변수가 환경에서 제거됩니다.",
|
||||
"node.launch.envFile.description": "환경 변수 정의가 포함된 파일의 절대 경로입니다.",
|
||||
"node.launch.outputCapture.description": "출력 메시지를 캡처하는 위치: 디버그 API 또는 stdout/stderr 스트림",
|
||||
"node.launch.config.name": "시작",
|
||||
"node.attach.processId.description": "연결할 프로세스 ID입니다.",
|
||||
"node.attach.localRoot.description": "'remoteRoot'에 대응하는 로컬 소스 루트입니다.",
|
||||
"node.attach.remoteRoot.description": "원격 호스트의 소스 루트입니다.",
|
||||
"node.attach.config.name": "연결",
|
||||
"node.processattach.config.name": "프로세스에 연결",
|
||||
"toggle.skipping.this.file": "이 파일에 대한 건너뛰기 토글",
|
||||
"extensionHost.label": "VS Code 확장 개발",
|
||||
"extensionHost.launch.runtimeExecutable.description": "VS Code의 절대 경로입니다.",
|
||||
"extensionHost.launch.stopOnEntry.description": "시작한 후 자동으로 확장 호스트를 중지합니다.",
|
||||
"extensionHost.launch.env.description": "확장 호스트에 전달된 환경 변수입니다.",
|
||||
"extensionHost.snippet.launch.label": "VS Code 확장 개발",
|
||||
"extensionHost.snippet.launch.description": "디버그 모드에서 VS Code 확장 시작",
|
||||
"extensionHost.launch.config.name": "확장 시작"
|
||||
},
|
||||
"out/src/errors": {
|
||||
"VSND2001": "경로에서 '{0}' 런타임을 찾을 수 없습니다. '{0}'이(가) 설치되어 있나요?",
|
||||
"VSND2011": "터미널({0})에서 디버그 대상을 시작할 수 없습니다.",
|
||||
"VSND2017": "디버그 대상({0})을 시작할 수 없습니다.",
|
||||
"VSND2035": "확장({0})을 디버그할 수 없습니다.",
|
||||
"VSND2028": "알 수 없는 콘솔 유형 '{0}'입니다.",
|
||||
"VSND2002": "프로그램 '{0}'을(를) 시작할 수 없습니다. 소스 맵을 구성하는 것이 좋습니다.",
|
||||
"VSND2003": "프로그램 '{0}'을(를) 시작할 수 없습니다. '{1}' 특성을 설정하는 것이 좋습니다.",
|
||||
"VSND2009": "해당 JavaScript를 찾을 수 없기 때문에 '{0}' 프로그램을 시작할 수 없습니다.",
|
||||
"VSND2029": "파일({0})에서 환경 변수를 로드할 수 없습니다."
|
||||
},
|
||||
"out/src/nodeDebugAdapter": {
|
||||
"attribute.wsl.not.exist": "Windows Subsystem for Linux 설치를 찾을 수 없습니다.",
|
||||
"program.path.case.mismatch.warning": "프로그램 경로에 사용된 대소문자가 디스크 상의 파일과 다릅니다. 이로 인해 중단점이 적중되지 않을 수 있습니다.",
|
||||
"node.console.title": "노드 디버그 콘솔",
|
||||
"attribute.path.not.exist": "특성 '{0}'이(가) 없습니다('{1}').",
|
||||
"attribute.path.not.absolute": "'{0}'이(가) 절대 특성('{1}')이 아닙니다. '{2}'을(를) 접두사로 추가하여 절대 특성으로 만드는 것이 좋습니다.",
|
||||
"VSND2001": "PATH에서 런타임 '{0}'을(를) 찾을 수 없습니다. '{0}'이(가) 설치되어 있는지 확인합니다.",
|
||||
"more.information": "추가 정보",
|
||||
"origin.from.node": "Node.js의 읽기 전용 콘텐츠",
|
||||
"origin.core.module": "읽기 전용 코어 모듈"
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/xml.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/xml.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "XML 언어 기본 사항",
|
||||
"description": "XML 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
16
i18n/language-pack-ko/translations/extensions/yaml.i18n.json
Normal file
16
i18n/language-pack-ko/translations/extensions/yaml.i18n.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"contents": {
|
||||
"package": {
|
||||
"displayName": "YAML 언어 기본 사항",
|
||||
"description": "YAML 파일에서 구문 강조 표시 및 괄호 일치를 제공합니다."
|
||||
}
|
||||
}
|
||||
}
|
||||
6057
i18n/language-pack-ko/translations/main.i18n.json
Normal file
6057
i18n/language-pack-ko/translations/main.i18n.json
Normal file
File diff suppressed because it is too large
Load Diff
26
i18n/language-pack-ko/vsc-extension-quickstart.md
Normal file
26
i18n/language-pack-ko/vsc-extension-quickstart.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Welcome to the Korean language pack
|
||||
|
||||
## What's in the folder
|
||||
* `package.json` - the manifest file, defining the name and description of the localization extension. It also contains the `localizations` contribution point that defines the language id:
|
||||
```json
|
||||
"contributes": {
|
||||
"localization": [{
|
||||
"languageId": "ko",
|
||||
"languageName": "Korean",
|
||||
"localizedLanguageName": "한국어"
|
||||
}]
|
||||
}
|
||||
```
|
||||
* `translations` - the folder containing the translation strings
|
||||
|
||||
|
||||
To populate or update the `translations` folder as with the latest strings from transifex:
|
||||
- Check out the `master` branch of the [VS Code repository](https://github.com/Microsoft/vscode).
|
||||
- Preferably, place the VSCode repo next to the language pack extension (so both have the same parent folder).
|
||||
- `cd vscode` and run `yarn` to initialize the VS Code repo.
|
||||
- Get an API token from https://www.transifex.com/user/settings/api.
|
||||
- Set the API token to the environment variable `TRANSIFEX_API_TOKEN`.
|
||||
- `cd` to the VS Code repo
|
||||
- If the language pack extension is placed next to the VS Code repository: `npm run update-localization-extension ko`
|
||||
- Otherwise: `npm run update-localization-extension {path_to_lang_pack_ext}`
|
||||
- This will download translation files to the folder `translations`, as well as populate a `translations` property in the `localizations` contribution point.
|
||||
Reference in New Issue
Block a user