-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.nls.ko.json
More file actions
25 lines (25 loc) · 1.05 KB
/
package.nls.ko.json
File metadata and controls
25 lines (25 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"command.open": "Git Graph+: 열기",
"command.refresh": "Git Graph+: 새로고침",
"command.fetch": "Git Graph+: Fetch",
"command.pull": "Git Graph+: Pull",
"command.push": "Git Graph+: Push",
"command.publishBranch": "Git Graph+: 브랜치 게시",
"command.createBranch": "브랜치 생성",
"command.stashSave": "변경 사항 Stash",
"command.createTag": "태그 생성",
"command.pushTag": "태그를 리모트에 Push",
"command.pushAllTags": "모든 태그를 리모트에 Push",
"command.deleteRemoteTag": "리모트에서 태그 삭제",
"command.deleteBranch": "브랜치 삭제",
"command.renameBranch": "브랜치 이름 변경",
"command.deleteTag": "태그 삭제",
"command.mergeBranch": "브랜치 Merge",
"command.checkoutRemoteBranch": "리모트 브랜치 Checkout",
"command.stashApply": "Stash 적용",
"command.stashPop": "Stash Pop",
"command.stashDrop": "Stash 삭제",
"command.removeWorktree": "Worktree 제거",
"command.addWorktree": "Worktree 추가",
"command.pruneWorktrees": "Worktree 정리"
}