@codingame/monaco-vscode-language-pack-ko 19.1.1 → 19.1.3
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": "19.1.
|
|
3
|
+
"version": "19.1.3",
|
|
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
|
-
"@codingame/monaco-vscode-api": "19.1.
|
|
21
|
+
"@codingame/monaco-vscode-api": "19.1.3"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"Are you sure you want to stage {0} with merge conflicts?": "병합 충돌이 있는 {0}을(를) 스테이징하시겠습니까?",
|
|
45
45
|
"Ask Me Later": "나중에 물어보기",
|
|
46
46
|
"Branch \"{0}\" already exists": "분기 \"{0}\"이(가) 이미 있습니다.",
|
|
47
|
-
"Branch \"{0}\" is already checked out in the current repository.": "
|
|
47
|
+
"Branch \"{0}\" is already checked out in the current repository.": "분기 \"{0}\"이(가) 현재 리포지토리에서 이미 체크 아웃되었습니다.",
|
|
48
48
|
"Branch \"{0}\" is already checked out in the worktree at \"{1}\".": "'{0}' 분기가 '{1}'의 작업 트리에서 이미 체크 아웃되어 있습니다.",
|
|
49
49
|
"Branch name": "분기 이름",
|
|
50
50
|
"Branch name needs to match regex: {0}": "분기 이름은 regex {0}과(와) 일치해야 합니다.",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"Copy Commit Hash": "커밋 해시 복사",
|
|
99
99
|
"Could not clone your repository as Git is not installed.": "Git이 설치되지 않아 저장소를 복제할 수 없습니다.",
|
|
100
100
|
"Create Empty Commit": "빈 커밋 만들기",
|
|
101
|
-
"Create New Branch": "
|
|
101
|
+
"Create New Branch": "새 분기 만들기",
|
|
102
102
|
"Current": "현재",
|
|
103
103
|
"Current commit message only contains whitespace characters": "현재 커밋 메시지에는 공백 문자만 포함됩니다.",
|
|
104
104
|
"Delete All {0} Files": "모든 {0} 파일 삭제",
|