Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Korean translation #259

Merged
merged 1 commit into from
Oct 16, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions package.nls.ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"vscodePets.spawnPet": "펫 소환하기",
"vscodePets.petPanel": "펫 패널",
"vscodePets.selectPet": "펫을 선택합니다.",
"vscodePets.selectColor": "색깔을 정합니다.",
"vscodePets.selectPetToRemove": "제거할 펫을 선택합니다.",
"vscodePets.leaveBlank": "비어있으면 무작위 이름이 적용됩니다.",
"vscodePets.nameYourPet": "펫의 이름을 정합니다.",
"vscodePets.cancelledSpawningPet":"펫의 생성을 취소했습니다.",
"vscodePets.spawnPetWithClosedPlayground": "펫이 돌아다닐 수 있는 공간이 만들어졌습니다. \"Spawn Additional Pet\" 명령으로 더 많은 펫을 추가할 수 있습니다.",
"vscodePets.removePetsWithClosedPlayground": "펫이 돌아다닐 수 있는 공간이 만들어졌습니다. \"Remove All Pets\" 명령으로 모든 펫을 제거할 수 있습니다.",

"vscodePets.black": "검정",
"vscodePets.brown": "갈색",
"vscodePets.green": "초록",
"vscodePets.yellow": "노랑",
"vscodePets.gray": "회색",
"vscodePets.red": "빨강",
"vscodePets.white": "흰색",

"vscodePets.cat": "고양이",
"vscodePets.clippy": "클립",
"vscodePets.cockatiel": "왕관 앵무",
"vscodePets.crab": "게",
"vscodePets.dog": "강아지",
"vscodePets.rocky": "돌덩이",
"vscodePets.rubber-duck": "고무 오리",
"vscodePets.snake": "뱀",
"vscodePets.totoro": "토토로",
"vscodePets.zappy": "번쩍이"
}