@codingame/monaco-vscode-language-pack-ko 7.0.10 → 7.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-ko",
|
|
3
|
-
"version": "7.0
|
|
3
|
+
"version": "7.1.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@7.0
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@7.1.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"version": "1.0.0",
|
|
10
10
|
"contents": {
|
|
11
11
|
"bundle": {
|
|
12
|
-
"Choose an account that you would like to log in to": "Choose an account that you would like to log in to",
|
|
13
12
|
"Continue to GitHub": "GitHub로 계속 진행",
|
|
14
13
|
"Continue to GitHub to create a Personal Access Token (PAT)": "GitHub로 계속 진행하여 PAT(개인용 액세스 토큰) 만들기",
|
|
15
14
|
"Copy & Continue to GitHub": "복사 후 GitHub에서 계속 진행",
|
|
@@ -18,9 +17,10 @@
|
|
|
18
17
|
"Incorrect account detected": "Incorrect account detected",
|
|
19
18
|
"Keep {0}": "Keep {0}",
|
|
20
19
|
"Login with {0}": "Login with {0}",
|
|
21
|
-
"New account...": "New account...",
|
|
22
20
|
"No": "아니요",
|
|
23
21
|
"Open [{0}]({0}) in a new tab and paste your one-time code: {1}/The [{0}]({0}) will be a url and the {1} will be a code, e.g. 123-456{Locked=\"[{0}]({0})\"}": "새 탭에서 [{0}]({0})을 열고 일회성 코드 {1}을(를) 붙여넣습니다.",
|
|
22
|
+
"Please reload the window to apply the new setting.": "Please reload the window to apply the new setting.",
|
|
23
|
+
"Reload Window": "Reload Window",
|
|
24
24
|
"Sign in failed: {0}": "로그인 실패: {0}",
|
|
25
25
|
"Sign out failed: {0}": "로그아웃 실패: {0}",
|
|
26
26
|
"Signing in to {0}.../The {0} will be a url, e.g. github.com": "{0}에 로그인하는 중...",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"configuration.markdown.editor.filePaste.enabled.smart": "코드 블록 또는 다른 특수 요소에 붙여넣지 않을 때 기본적으로 Markdown 링크를 스마트하게 만듭니다. 붙여넣기 위젯을 사용하여 일반 텍스트로 붙여넣기 또는 Markdown 링크로 붙여넣기 간에 전환합니다.",
|
|
95
95
|
"configuration.markdown.editor.filePaste.videoSnippet": "Markdown에 비디오를 추가할 때 사용되는 코드 조각입니다. 이 코드 조각은 다음 변수를 사용할 수 있습니다.\r\n- `${src}` - 비디오 파일의 확인된 경로입니다.\r\n- `${title}` - 비디오에 사용되는 제목입니다. 이 변수에 대한 코드 조각 자리 표시자가 자동으로 만들어집니다.",
|
|
96
96
|
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "URL을 Markdown 편집기에 붙여넣을 때 Markdown 링크가 만들어지는지 여부를 제어합니다. '#editor.pasteAs.enabled#'을 사용하도록 설정해야 합니다.",
|
|
97
|
-
"configuration.markdown.
|
|
97
|
+
"configuration.markdown.editor.updateLinksOnPaste.enabled": "Enable/disable updating of links in text that is copied and pasted from one Markdown editor to another.",
|
|
98
98
|
"configuration.markdown.links.openLocation.beside": "활성 편집기 옆에 있는 링크를 엽니다.",
|
|
99
99
|
"configuration.markdown.links.openLocation.currentGroup": "활성 편집기 그룹에서 링크를 엽니다.",
|
|
100
100
|
"configuration.markdown.links.openLocation.description": "Markdown 파일의 링크를 열어야 하는 위치를 제어합니다.",
|