add translation for expert breeder

This commit is contained in:
KimJeongSun 2024-09-20 18:04:16 +09:00
parent 9a39a4a03c
commit c3855b76d8
2 changed files with 18 additions and 18 deletions

View File

@ -1,30 +1,30 @@
{ {
"intro": "It's a trainer carrying tons of Pokémon Eggs!", "intro": "엄청난 수의 포켓몬 알을\n가지고 있는 트레이너가 나타났다!",
"intro_dialogue": "Hey there, trainer!$It looks like some of your\npartner Pokémon are feeling a little down.$Why not have a battle with me to cheer them up?", "intro_dialogue": "안녕하세요, 트레이너!$당신의 몇몇 파트너 포켓몬이\n조금 기운 없어 보이네요.$저와 배틀을 해서\n기운이 나게끔 해주는 건 어떨까요?",
"title": "The Expert Breeder", "title": "전문 브리더",
"description": "You've been challenged to a battle where @[TOOLTIP_TITLE]{you can only use a single Pokémon}. It might be tough, but it would surely deepen the bond you have with the Pokémon you choose!\nThe breeder will also give you some @[TOOLTIP_TITLE]{Pokémon Eggs} if you win!", "description": "브리더를 상대로 @[TOOLTIP_TITLE]{한 마리 포켓몬만} 가지고 배틀을 해야 합니다. 힘든 싸움이 되겠지만, 선택한 포켓몬과의 유대감이 더욱 깊어질 겁니다!\n뿐만 아니라 승리하면 @[TOOLTIP_TITLE]{포켓몬 알}까지 준다고 합니다!",
"query": "Who will you battle with?", "query": "어떤 포켓몬으로 싸우겠습니까?",
"cleffa_1_nickname": "Ace", "cleffa_1_nickname": "에이스",
"cleffa_2_nickname": "Clefablest", "cleffa_2_nickname": "픽시짱",
"cleffa_3_nickname": "{{speciesName}} the Great", "cleffa_3_nickname": "{{speciesName}} 대왕",
"option": { "option": {
"1": { "1": {
"label": "{{pokemon1Name}}", "label": "{{pokemon1Name}}",
"tooltip_base": "(-) Tough Battle\n(+) Gain Friendship with {{pokemon1Name}}" "tooltip_base": "(-) 힘든 배틀\n(+) {{pokemon1Name}} 친밀도 상승"
}, },
"2": { "2": {
"label": "{{pokemon2Name}}", "label": "{{pokemon2Name}}",
"tooltip_base": "(-) Tough Battle\n(+) Gain Friendship with {{pokemon2Name}}" "tooltip_base": "(-) 힘든 배틀\n(+) {{pokemon2Name}} 친밀도 상승"
}, },
"3": { "3": {
"label": "{{pokemon3Name}}", "label": "{{pokemon3Name}}",
"tooltip_base": "(-) Tough Battle\n(+) Gain Friendship with {{pokemon3Name}}" "tooltip_base": "(-) 힘든 배틀\n(+) {{pokemon3Name}} 친밀도 상승"
}, },
"selected": "Let's do this!" "selected": "그럼 갑니다!"
}, },
"outro": "Look how happy your {{chosenPokemon}} is now!$Here, you can have these as well.", "outro": "{{chosenPokemon}} 정말 행복해 보이지 않나요?$여기, 이것도 드릴게요.",
"gained_eggs": "@s{item_fanfare}You received {{numEggs}}!", "gained_eggs": "@s{item_fanfare}{{numEggs}}[[를]] 받았습니다!",
"eggs_tooltip": "\n(+) Earn {{eggs}}", "eggs_tooltip": "\n(+) {{eggs}} 획득",
"numEggs_one": "{{count}} {{rarity}} Egg", "numEggs_one": "{{rarity}}알 {{count}}개",
"numEggs_other": "{{count}} {{rarity}} Eggs" "numEggs_other": "{{rarity}}알 {{count}}개"
} }

View File

@ -173,5 +173,5 @@
"vicky": "영아", "vicky": "영아",
"vito": "철준", "vito": "철준",
"bug_type_superfan": "벌레타입 마니아", "bug_type_superfan": "벌레타입 마니아",
"expert_pokemon_breeder": "Expert Pokémon Breeder" "expert_pokemon_breeder": "전문 포켓몬 브리더"
} }