add translation for safari-zone (#13)

* add translation

* Update src/locales/ko/mystery-encounters/safari-zone-dialogue.json

Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>

* Update src/locales/ko/mystery-encounters/safari-zone-dialogue.json

Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>

---------

Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com>
This commit is contained in:
Leo Kim 2024-09-17 22:21:26 +09:00 committed by GitHub
parent 98c71855c3
commit b68c1343fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 28 deletions

View File

@ -1,46 +1,46 @@
{ {
"intro": "It's a safari zone!", "intro": "사파리존이다!",
"title": "The Safari Zone", "title": "사파리존",
"description": "There are all kinds of rare and special Pokémon that can be found here!\nIf you choose to enter, you'll have a time limit of 3 wild encounters where you can try to catch these special Pokémon.\n\nBeware, though. These Pokémon may flee before you're able to catch them!", "description": "여기에는 오만가지 희귀하고 특별한 포켓몬들이 살고 있습니다! 최대 3마리까지, 특별한 포켓몬을 만나고 잡을 기회가 있답니다.\n\n하지만 조심하세요! 잡기도 전에 포켓몬이 도망칠 수도 있으니까요!",
"query": "Would you like to enter?", "query": "들어가시겠습니까?",
"option": { "option": {
"1": { "1": {
"label": "Enter", "label": "들어간다",
"tooltip": "(-) Pay {{option1Money, money}}\n@[SUMMARY_GREEN]{(?) Safari Zone}", "tooltip": "(-) {{option1Money, money}} 지불\n@[SUMMARY_GREEN]{(?) 사파리존 입장}",
"selected": "Time to test your luck!" "selected": "행운을 시험할 시간입니다!"
}, },
"2": { "2": {
"label": "Leave", "label": "떠난다",
"tooltip": "(-) No Rewards", "tooltip": "(-) 보상 없음",
"selected": "You hurry along your way,\nwith a slight feeling of regret." "selected": "약간의 아쉬움을 남기고, 서둘러 길을 떠났다"
} }
}, },
"safari": { "safari": {
"1": { "1": {
"label": "Throw a Pokéball", "label": "몬스터볼을 던진다",
"tooltip": "(+) Throw a Pokéball", "tooltip": "(+) 몬스터볼을 던짐",
"selected": "You throw a Pokéball!" "selected": "몬스터볼을 던졌다!"
}, },
"2": { "2": {
"label": "Throw Bait", "label": "먹이를 던진다",
"tooltip": "(+) Increases Capture Rate\n(-) Chance to Increase Flee Rate", "tooltip": "(+) 포획률 상승\n(-) 도망칠 확률 상승",
"selected": "You throw some bait!" "selected": "먹이를 던졌다!"
}, },
"3": { "3": {
"label": "Throw Mud", "label": "진흙을 던진다",
"tooltip": "(+) Decreases Flee Rate\n(-) Chance to Decrease Capture Rate", "tooltip": "(+) 도망칠 확률 감소\n(-) 포획률 감소",
"selected": "You throw some mud!" "selected": "진흙을 던졌다!"
}, },
"4": { "4": {
"label": "Flee", "label": "도망친다",
"tooltip": "(?) Flee from this Pokémon" "tooltip": "(?) 이 포켓몬에게서 도망친다"
}, },
"watching": "{{pokemonName}} is watching carefully!", "watching": "{{pokemonName}}[[는]] 조심스럽게 바라보고 있다!",
"eating": "{{pokemonName}} is eating!", "eating": "{{pokemonName}}[[가]] 먹이를 먹고 있다!",
"busy_eating": "{{pokemonName}} is busy eating!", "busy_eating": "{{pokemonName}}[[가]] 먹이를 먹기 바쁘다!",
"angry": "{{pokemonName}} is angry!", "angry": "{{pokemonName}}[[가]] 화가 난 것 같다!",
"beside_itself_angry": "{{pokemonName}} is beside itself with anger!", "beside_itself_angry": "{{pokemonName}}[[가]] 머리 끝까지 화가 난 것 같다!",
"remaining_count": "{{remainingCount}} Pokémon remaining!" "remaining_count": "포켓몬이 {{remainingCount}}마리 남았다!"
}, },
"outro": "That was a fun little excursion!" "outro": "재미있는 사파리 체험이었다!"
} }