add translation (#14)

This commit is contained in:
Leo Kim 2024-09-17 23:08:53 +09:00 committed by GitHub
parent 8b55a3de37
commit 1fbb495f11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 17 deletions

View File

@ -1,27 +1,27 @@
{ {
"intro": "A man in a dark coat approaches you.", "intro": "검은 코트를 입은 남자가 다가왔다.",
"speaker": "Shady Salesman", "speaker": "수상한 상인",
"intro_dialogue": ".@d{16}.@d{16}.@d{16}$I've got the goods if you've got the money.$Make sure your Pokémon can handle it though.", "intro_dialogue": ".@d{16}.@d{16}.@d{16}$아-주 좋은 물건이 있는데, 관심 있어?$물론, 네 포켓몬이 이걸 감당할 수 있을지는 모르지만.",
"title": "The Vitamin Dealer", "title": "영양제 딜러(?)",
"description": "The man opens his jacket to reveal some Pokémon vitamins. The numbers he quotes seem like a really good deal. Almost too good...\nHe offers two package deals to choose from.", "description": "남자가 코트를 살짝 열어 보여주자,\n코트 안쪽에 포켓몬 영양제들이 빼곡히 들어있습니다.\n그가 부른 가격은 아주 매력적입니다. 좋아도 너무 좋군요…\n그는 두가지 선택지를 제시했습니다.",
"query": "Which deal will you choose?", "query": "거래를 받아들일까요?",
"invalid_selection": "Pokémon must be healthy enough.", "invalid_selection": "포켓몬이 충분히 건강하지 않습니다.",
"option": { "option": {
"1": { "1": {
"label": "The Cheap Deal", "label": "저렴한 거래",
"tooltip": "(-) Pay {{option1Money, money}}\n(-) Side Effects?\n(+) Chosen Pokémon Gains 2 Random Vitamins" "tooltip": "(-) {{option1Money, money}} 지불\n(-) 부작용?\n(+) 선택한 포켓몬이 2가지 무작위 영양제 효과를 얻음"
}, },
"2": { "2": {
"label": "The Pricey Deal", "label": "비싼 거래",
"tooltip": "(-) Pay {{option2Money, money}}\n(+) Chosen Pokémon Gains 2 Random Vitamins" "tooltip": "(-) {{option2Money, money}} 지불\n(+) 선택한 포켓몬이 2가지 무작위 영양제 효과를 얻음"
}, },
"3": { "3": {
"label": "Leave", "label": "떠난다",
"tooltip": "(-) No Rewards", "tooltip": "(-) 보상 없음",
"selected": "Heh, wouldn't have figured you for a coward." "selected": "흥, 너같은 겁쟁이한테는 안 팔아."
}, },
"selected": "The man hands you two bottles and quickly disappears.${{selectedPokemon}} gained {{boost1}} and {{boost2}} boosts!" "selected": "남자는 영양제 두 병을 건넨 뒤,\n빠르게 사라졌다.${{selectedPokemon}}[[는]] {{boost1}}[[과]] {{boost2}} 효과를 얻었다!"
}, },
"cheap_side_effects": "But the medicine had some side effects!$Your {{selectedPokemon}} takes some damage,\nand its Nature is changed to {{newNature}}!", "cheap_side_effects": "그런데 약이 부작용이 있는 것 같다!${{selectedPokemon}}[[가]] 약간 고통스러워 한다.\n성격이 {{newNature}}[[로]] 변해버렸다!",
"no_bad_effects": "Looks like there were no side-effects from the medicine!" "no_bad_effects": "딱히 부작용도 없는 것 같다!"
} }