From d9a66fd9698c44d80627a1fcb89696b8cff59b90 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Sun, 15 Sep 2024 11:05:37 +0900 Subject: [PATCH 001/130] [event]dark-deal-dialogue (#1) * added korean * fixed * fixed * 1 Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: returntoice * Apply suggestions from code review * Apply suggestions from code review * fix newlines and spacing * fix newline --------- Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: returntoice Co-authored-by: KimJeongSun --- .../dark-deal-dialogue.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index 3086ebb0f9b..d475de5e0df 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -1,24 +1,24 @@ { - "intro": "A strange man in a tattered coat\nstands in your way...", - "speaker": "Shady Guy", - "intro_dialogue": "Hey, you!$I've been working on a new device\nto bring out a Pokémon's latent power!$It completely rebinds the Pokémon's atoms\nat a molecular level into a far more powerful form.$Hehe...@d{64} I just need some sac-@d{32}\nErr, test subjects, to prove it works.", - "title": "Dark Deal", - "description": "The disturbing fellow holds up some Pokéballs.\n\"I'll make it worth your while! You can have these strong Pokéballs as payment, All I need is a Pokémon from your team! Hehe...\"", - "query": "What will you do?", + "intro": "너덜너덜한 외투를 입은\n이상한 남자가 길을 막았다....", + "speaker": "수상한 남자", + "intro_dialogue": "거기, 너!$난 포켓몬의 숨겨진 힘을 끌어낼 수 있는\n새로운 장치를 만드는 중이거든!$포켓몬을 분자 수준에서 재결합해서\n훨씬 더 강력한 형태로 만드는거야.$히히...@d{64} 이걸 증명하려면 약간의 희ㅅ-\n음...@d{32} 실험 대상이 필요해.", + "title": "수상한 거래", + "description": "수상한 남자가\n몬스터볼을 여러 개 들고 있습니다.\n\"내가 보장할게! 네 포켓몬을 한 마리만 줘!\n대신 아주 좋은 몬스터볼을 줄 테니까. 히히\"", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Accept", - "tooltip": "(+) 5 Rogue Balls\n(?) Enhance a Random Pokémon", - "selected_dialogue": "Let's see, that {{pokeName}} will do nicely!$Remember, I'm not responsible\nif anything bad happens!@d{32} Hehe...", - "selected_message": "The man hands you 5 Rogue Balls.${{pokeName}} hops into the strange machine...$Flashing lights and weird noises\nstart coming from the machine!$...@d{96} Something emerges\nfrom the device, raging wildly!" + "label": "승낙한다", + "tooltip": "(+) 5 로그볼\n(?) 포켓몬 1마리 랜덤 강화", + "selected_dialogue": "어디 보자, {{pokeName}}[[가]] 좋겠군!$명심해, 나쁜 일이 생겨도\n책임 못 지니까!@d{32} 히히...", + "selected_message": "남자는 로그볼 5개를 건넸다.${{pokeName}}[[는]] 이상한 기계에 들어갔다...$표시등이 깜빡이고 이상한 소리가\n기계에서 들려오기 시작했다!$...@d{96} 기계에서 뭔가가\n맹렬한 기세로, 뛰쳐나왔다!" }, "2": { - "label": "Refuse", - "tooltip": "(-) No Rewards", - "selected": "Not gonna help a poor fellow out?\nPah!" + "label": "거절한다", + "tooltip": "(-) 보상 없음", + "selected": "불쌍한 사람을 그냥 지나칠거야?\n하!" } }, - "outro": "After the harrowing encounter,\nyou collect yourself and depart." + "outro": "꺼림직한 만남을 뒤로 하고,\n침착하게 자리를 떠났다." } \ No newline at end of file From c47e8f58e2a374875db312a72e73c9504f9ddc84 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Sun, 15 Sep 2024 12:25:36 +0900 Subject: [PATCH 002/130] [event]an offer you can't refuse, dance lesson, trash to treasure (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 거절할 수 없는 제안 - 번역 * 댄스 레슨 - 번역 * 쓰레기&보물 - 번역 * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: returntoice * Apply suggestions from code review * Apply suggestions from code review * Update src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json * fin * Update src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json * fix new line and nits * fix mis added char * fix newline * reduce option text length --------- Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: returntoice Co-authored-by: KimJeongSun --- .../an-offer-you-cant-refuse-dialogue.json | 32 ++++++++--------- .../dancing-lessons-dialogue.json | 34 +++++++++---------- .../trash-to-treasure-dialogue.json | 22 ++++++------ 3 files changed, 44 insertions(+), 44 deletions(-) diff --git a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json index 6dd54d302ab..8789e3268a0 100644 --- a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json +++ b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json @@ -1,26 +1,26 @@ { - "intro": "You're stopped by a rich looking boy.", - "speaker": "Rich Boy", - "intro_dialogue": "Good day to you.$I can't help but notice that your\n{{strongestPokemon}} looks positively divine!$I've always wanted to have a pet like that!$I'd pay you handsomely,\nand also give you this old bauble!", - "title": "An Offer You Can't Refuse", - "description": "You're being offered a @[TOOLTIP_TITLE]{Shiny Charm} and {{price, money}} for your {{strongestPokemon}}!\n\nIt's an extremely good deal, but can you really bear to part with such a strong team member?", - "query": "What will you do?", + "intro": "금수저 도련님에게 붙들렸다!", + "speaker": "금수저 도련님", + "intro_dialogue": "안녕하세요.$당신의 {{strongestPokemon}}[[가]] 정말 멋져서 그냥 지나칠수가 없네요!$항상 저런 애완동물을 갖고 싶었거든요!$제가 오래된 장신구랑\n돈도 함께 섭섭지 않게 챙겨주도록 하죠!", + "title": "거절할 수 없는 제안", + "description": "{{strongestPokemon}}[[를]] 넘기는 대신\n@[TOOLTIP_TITLE]{Shiny Charm}과 {{price, money}}을 준다고 합니다!\n\n매우 좋은 조건이지만,\n이렇게 든든한 동료를 보내줘야 할까요?", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Accept the Deal", - "tooltip": "(-) Lose {{strongestPokemon}}\n(+) Gain a @[TOOLTIP_TITLE]{Shiny Charm}\n(+) Gain {{price, money}}", - "selected": "Wonderful!@d{32} Come along, {{strongestPokemon}}!$It's time to show you off to everyone at the yacht club!$They'll be so jealous!" + "label": "제안을 받아들인다", + "tooltip": "(-) {{strongestPokemon}}[[를]] 보내줌.\n(+) @[TOOLTIP_TITLE]{Shiny Charm}[[를]] 획득.\n(+) {{price, money}}[[를]] 획득.", + "selected": "좋아요!@d{32} 이리와, {{strongestPokemon}}!$요트 클럽에 가서 다른 사람들에게 자랑해야겠어!$다들 엄청 부러워하겠는걸!" }, "2": { - "label": "Extort the Kid", - "tooltip": "(+) {{option2PrimaryName}} uses {{moveOrAbility}}\n(+) Gain {{price, money}}", - "tooltip_disabled": "Your Pokémon need to have certain moves or abilities to choose this", - "selected": "My word, we're being robbed, {{liepardName}}!$You'll be hearing from my lawyers for this!" + "label": "꼬마녀석을 혼내준다", + "tooltip": "(+) {{option2PrimaryName}}의 {{moveOrAbility}} 사용.\n(+) {{price, money}} 획득.", + "tooltip_disabled": "이 선택지를 선택하려면 포켓몬이 특정 기술이나 능력을 가지고 있어야 한다.", + "selected": "말도 안 돼!\n{{liepardName}}, 우리 지금 삥 뜯긴거야?!$너...!\n곧 우리 변호사 연락을 받게 될 거다!" }, "3": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "What a rotten day...$Ah, well. Let's return to the yacht club then, {{liepardName}}." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "selected": "재수 없는 날이네요....$뭐, 어때. 요트 클럽이나 가자, {{liepardName}}." } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json index 8e2883ecb16..27526fb5759 100644 --- a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json +++ b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json @@ -1,27 +1,27 @@ { - "intro": "An {{oricorioName}} dances sadly alone, without a partner.", - "title": "Dancing Lessons", - "description": "The {{oricorioName}} doesn't seem aggressive, if anything it seems sad.\n\nMaybe it just wants someone to dance with...", - "query": "What will you do?", + "intro": "{{oricorioName}}[[가]] 외롭게 혼자 춤을 추고 있다.\n주변에 파트너도 없는 것 같다!", + "title": "댄스 댄스 레볼루션", + "description": "{{oricorioName}}[[는]] 공격적이진 않아 보인다.\n오히려 슬퍼 보이기까지 한다.\n\n그저 함께 춤출 누군가를\n원하고 있을지도 모른다….", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Battle It", - "tooltip": "(-) Tough Battle\n(+) Gain a Baton", - "selected": "The {{oricorioName}} is distraught and moves to defend itself!", - "boss_enraged": "The {{oricorioName}}'s fear boosted its stats!" + "label": "싸운다", + "tooltip": "(-) 어려운 배틀\n(+) 바톤 획득", + "selected": "{{oricorioName}}[[는]] 혼란스러워하며 방어태세를 갖췄다!", + "boss_enraged": "{{oricorioName}}[[는]] 겁에 질려 능력치가 상승했다!" }, "2": { - "label": "Learn Its Dance", - "tooltip": "(+) Teach a Pokémon Revelation Dance", - "selected": "You watch the {{oricorioName}} closely as it performs its dance...$@s{level_up_fanfare}Your {{selectedPokemon}} learned from the {{oricorioName}}!" + "label": "춤을 배운다", + "tooltip": "(+) 잠재댄스 기술을 배움", + "selected": "{{oricorioName}}가 춤을 추는 모습을 주의 깊게 지켜보았다….$@s{level_up_fanfare}{{selectedPokemon}}[[는]] {{oricorioName}}에게서 춤을 배웠다!" }, "3": { - "label": "Show It a Dance", - "tooltip": "(-) Teach the {{oricorioName}} a Dance Move\n(+) The {{oricorioName}} Will Like You", - "disabled_tooltip": "Your Pokémon need to know a Dance move for this.", - "select_prompt": "Select a Dance type move to use.", - "selected": "The {{oricorioName}} watches in fascination as\n{{selectedPokemon}} shows off {{selectedMove}}!$It loves the display!$@s{level_up_fanfare}The {{oricorioName}} wants to join your party!" + "label": "춤을 보여준다", + "tooltip": "(-) {{oricorioName}}에게 춤을 가르침. \n(+) {{oricorioName}}[[가]] 매우 기뻐함.", + "disabled_tooltip": "포켓몬이 춤 기술을 알고 있어야 한다.", + "select_prompt": "사용할 춤 기술을 선택한다.", + "selected": "{{oricorioName}}[[가]] {{selectedPokemon}}[[를]] 선보이는 모습을\n흥미진진하게 지켜본다!$마음에 들어하는 것 같다!$@s{level_up_fanfare}{{oricorioName}}[[가]] 동료가 되고 싶어 하는 것 같다!" } }, - "invalid_selection": "This Pokémon doesn't know a Dance move" + "invalid_selection": "이 포켓몬은 춤 기술을 모른다!" } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index ae6e63ed800..453d9890b77 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -1,19 +1,19 @@ { - "intro": "It's a massive pile of garbage!\nWhere did this come from?", - "title": "Trash to Treasure", - "description": "The garbage heap looms over you, and you can spot some items of value buried amidst the refuse. Are you sure you want to get covered in filth to get them, though?", - "query": "What will you do?", + "intro": "엄청난 쓰레기 더미다!\n도대체 어디서 온 걸까?", + "title": "쓰레기 속 보물", + "description": "쓰레기 더미가 눈앞에 펼쳐져있습니다.\n그 속에서 가치있는 물건을 찾을 수도 있겠죠.\n하지만 그 물건들을 얻기 위해\n정말로 오물을 뒤집어쓰고 싶으신가요?", + "query": "무엇을 하시겠습니까?", "option": { "1": { - "label": "Dig for Valuables", - "tooltip": "(-) Lose Healing Items in Shops\n(+) Gain Amazing Items", - "selected": "You wade through the garbage pile, becoming mired in filth.$There's no way any respectable shopkeepers\nwill sell you anything in your grimy state!$You'll just have to make do without shop healing items.$However, you found some incredible items in the garbage!" + "label": "쓸만한 것을 발굴한다", + "tooltip": "(-) 회복 아이템 구매 불가\n(+) 끝내주는 아이템들을 획득", + "selected": "당신 쓰레기 더미를 헤집고다니며, 오물을 뒤집어썼다.$지금 이 상태로는,\n아무리 친절한 점원이라도 아무것도 안 팔 것 같다!$앞으로 상점에서 파는 회복약 없이 버텨야 한다.$하지만, 쓰레기에서 엄청난 물건들을 발견했다!" }, "2": { - "label": "Investigate Further", - "tooltip": "(?) Find the Source of the Garbage", - "selected": "You wander around the heap, searching for any indication as to how this might have appeared here...", - "selected_2": "Suddenly, the garbage shifts! It wasn't just garbage, it was a Pokémon!" + "label": "주변을 조사한다", + "tooltip": "(?) 쓰레기의 근원을 찾는다", + "selected": "쓰레기 더미 주변을 거닐며,\n이게 여기 어떻게 생겨난건지 단서를 찾아본다...", + "selected_2": "갑자기 쓰레기 더미가 움직였다!\n쓰레기가 아니고, 포켓몬이었다!" } } } \ No newline at end of file From 67cbf9cdeb3971ee31de71343a4af4c6ae79e5b9 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Sun, 15 Sep 2024 22:40:58 +0900 Subject: [PATCH 003/130] [event] berries abound, absolute avarice, delibird-y (#5) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 나무열매 풍년 - 번역 * 요씽리스의 절대적 탐욕 - 번역 * 딜리버디 - 번역 * Update src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * fin * 딜리버드 업데이트( 진짜fin) * update newlines and nits --------- Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: KimJeongSun --- .../absolute-avarice-dialogue.json | 30 ++++++++-------- .../berries-abound-dialogue.json | 32 ++++++++--------- .../delibirdy-dialogue.json | 34 +++++++++---------- 3 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json index 1d675d93660..0f25765fed6 100644 --- a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json +++ b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json @@ -1,25 +1,25 @@ { - "intro": "A {{greedentName}} ambushes you\nand steals your party's berries!", - "title": "Absolute Avarice", - "description": "The {{greedentName}} has caught you totally off guard now all your berries are gone!\n\nThe {{greedentName}} looks like it's about to eat them when it pauses to look at you, interested.", - "query": "What will you do?", + "intro": "갑자기 나타난 {{greedentName}}[[가]]\n나무열매를 훔쳐갔다!", + "title": "끝없는 욕심", + "description": "당신이 방심한 틈에 {{greedentName}}[[가]] 나무열매를 모두 훔쳐가버렸다!\n\n{{greedentName}}[[는]] 나무열매를 먹으려다가,\n잠시 멈춰서 당신을 재밌다는 듯 바라보았다.", + "query": "어떻게 할까?", "option": { "1": { - "label": "Battle It", - "tooltip": "(-) Tough Battle\n(+) Rewards from its Berry Hoard", - "selected": "The {{greedentName}} stuffs its cheeks\nand prepares for battle!", - "boss_enraged": "{{greedentName}}'s fierce love for food has it incensed!", - "food_stash": "It looks like the {{greedentName}} was guarding an enormous stash of food!$@s{item_fanfare}Each Pokémon in your party gains a {{foodReward}}!" + "label": "싸우기", + "tooltip": "(-) 어려운 배틀\n(+) 비축한 나무열매 획득", + "selected": "{{greedentName}}[[는]] 볼을 빵빵하게 채우고 덤벼들었다!", + "boss_enraged": "{{greedentName}}[[는]] 식탐으로 가득 차 있다!", + "food_stash": "{{greedentName}}[[는]] 많은 음식을 가지고 있는 것 같다!$@s{item_fanfare}모든 포켓몬이 각각 {{foodReward}}[[를]] 얻었다!" }, "2": { - "label": "Reason with It", - "tooltip": "(+) Regain Some Lost Berries", - "selected": "Your pleading strikes a chord with the {{greedentName}}.$It doesn't give all your berries back, but still tosses a few in your direction." + "label": "설득하기", + "tooltip": "(+) 나무열매 일부를 돌려받음", + "selected": "{{greedentName}}의 마음이 움직인 것 같다.$훔쳐간 나무열매 일부를 이쪽으로 던졌다." }, "3": { - "label": "Let It Have the Food", - "tooltip": "(-) Lose All Berries\n(?) The {{greedentName}} Will Like You", - "selected": "The {{greedentName}} devours the entire\nstash of berries in a flash!$Patting its stomach,\nit looks at you appreciatively.$Perhaps you could feed it\nmore berries on your adventure...$@s{level_up_fanfare}The {{greedentName}} wants to join your party!" + "label": "먹게 두기", + "tooltip": "(-) 모든 나무열매를 잃음\n(?) {{greedentName}}[[가]] 매우 좋아함", + "selected": "{{greedentName}}[[가]] 눈 깜짝할 새에\n모든 나무열매를 먹어치웠다!$흡족하게 이쪽을 바라보면서,\n빵빵해진 배를 두드렸다.$아마 앞으로 식비가 만만치 않을 것 같다…$@s{level_up_fanfare}{{greedentName}}[[는]] 동료가 되고 싶어하는 것 같다!" } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json index 26eae2c6b88..4e4ba75cd80 100644 --- a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json +++ b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json @@ -1,26 +1,26 @@ { - "intro": "There's a huge berry bush\nnear that Pokémon!", - "title": "Berries Abound", - "description": "It looks like there's a strong Pokémon guarding a berry bush. Battling is the straightforward approach, but it looks strong. Perhaps a fast Pokémon could grab some berries without getting caught?", - "query": "What will you do?", - "berries": "Berries!", + "intro": "포켓몬 근처에 열매가\n달린 거대한 나무가 있다!", + "title": "나무열매 풍년", + "description": "나무열매 덤불을 지키고 있는 강력한 포켓몬이 있는 것 같다.\n그냥 싸워볼 수도 있겠지만, 조금 강해보인다.\n혹시 빠른 포켓몬이라면 잡히지 않고 열매를 가져올 수 있지 않을까?", + "query": "어떻게 할까?", + "berries": "나무열매!", "option": { "1": { - "label": "Battle the Pokémon", - "tooltip": "(-) Hard Battle\n(+) Gain Berries", - "selected": "You approach the\nPokémon without fear." + "label": "싸운다", + "tooltip": "(-) 어려운 배틀\n(+) 나무열매 획득", + "selected": "용감하게 포켓몬에게 다가갔다." }, "2": { - "label": "Race to the Bush", - "tooltip": "(-) {{fastestPokemon}} Uses its Speed\n(+) Gain Berries", - "selected": "Your {{fastestPokemon}} races for the berry bush!$It manages to nab {{numBerries}} before the {{enemyPokemon}} can react!$You quickly retreat with your newfound prize.", - "selected_bad": "Your {{fastestPokemon}} races for the berry bush!$Oh no! The {{enemyPokemon}} was faster and blocked off the approach!", - "boss_enraged": "The opposing {{enemyPokemon}} has become enraged!" + "label": "덤불을 향해 뛴다", + "tooltip": "(-) {{fastestPokemon}}의 스피드를 활용\n(+) 나무열매 획득", + "selected": "{{fastestPokemon}}[[가]] 나무열매 덤불을 향해 달려간다!${{enemyPokemon}}[[가]] 반응하기 전에 나무열매 {{numBerries}}개를 낚아챘다!$빼앗은 열매를 들고 재빨리 도망쳤다.", + "selected_bad": "{{fastestPokemon}}[[가]] 나무열매 덤불을 행해 달려간다!$이런! {{enemyPokemon}}[[가]] 더 빨라서, 가로막혔다!", + "boss_enraged": "상대 {{enemyPokemon}}[[는]] 분노했다!" }, "3": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "You leave the strong Pokémon\nwith its prize and continue on." + "label": "떠난다", + "tooltip": "(-) 보상 없음.", + "selected": "강한 포켓몬과 열매를 남겨둔 채 계속 나아갔다." } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/delibirdy-dialogue.json b/src/locales/ko/mystery-encounters/delibirdy-dialogue.json index ca1fefa3a39..12c9615a91b 100644 --- a/src/locales/ko/mystery-encounters/delibirdy-dialogue.json +++ b/src/locales/ko/mystery-encounters/delibirdy-dialogue.json @@ -1,29 +1,29 @@ { - "intro": "A pack of {{delibirdName}} have appeared!", - "title": "Delibir-dy", - "description": "The {{delibirdName}}s are looking at you expectantly, as if they want something. Perhaps giving them an item or some money would satisfy them?", - "query": "What will you give them?", - "invalid_selection": "Pokémon doesn't have that kind of item.", + "intro": "{{delibirdName}} 무리가 나타났다!", + "title": "딜리버-디", + "description": "{{delibirdName}}들의 눈이 초롱초롱하다.\n뭔가 바라는 게 있는 것 같다.\n혹시 아이템이나 돈을 원하는 걸까?", + "query": "무언가 줘 볼까?", + "invalid_selection": "포켓몬이 그런 종류의 아이템이 없다.", "option": { "1": { - "label": "Give Money", - "tooltip": "(-) Give the {{delibirdName}}s {{money, money}}\n(+) Receive a Gift Item", - "selected": "You toss the money to the {{delibirdName}}s,\nwho chatter amongst themselves excitedly.$They turn back to you and happily give you a present!" + "label": "돈을 준다", + "tooltip": "(-) {{delibirdName}}들에게 {{money, money}} 선물\n(+) 선물 아이템 획득", + "selected": "돈을 건네니,\n{{delibirdName}}들은 자기들끼리 신나서 떠들어댔다.$그리고 당신에게 돌아와 행복하게 선물을 건넨다!" }, "2": { - "label": "Give Food", - "tooltip": "(-) Give the {{delibirdName}}s a Berry or Reviver Seed\n(+) Receive a Gift Item", - "select_prompt": "Select an item to give.", - "selected": "You toss the {{chosenItem}} to the {{delibirdName}}s,\nwho chatter amongst themselves excitedly.$They turn back to you and happily give you a present!" + "label": "음식을 준다", + "tooltip": "(-) {{delibirdName}}들에게 나무열매나 기적의씨를 선물\n(+) 선물 아이템 획득", + "select_prompt": "건네줄 아이템을 선택하세요.", + "selected": "{{chosenItem}}}[[를]] 건네니,\n{{delibirdName}}들은 자기들끼리 신나서 떠들어댔다.$그리고 당신에게 돌아와 행복하게 선물을 건넨다!" }, "3": { - "label": "Give an Item", - "tooltip": "(-) Give the {{delibirdName}}s a Held Item\n(+) Receive a Gift Item", - "select_prompt": "Select an item to give.", - "selected": "You toss the {{chosenItem}} to the {{delibirdName}}s,\nwho chatter amongst themselves excitedly.$They turn back to you and happily give you a present!" + "label": "아이템을 준다", + "tooltip": "(-) {{delibirdName}}들에게 지니고 있는 아이템을 선물\n(+) 선물 아이템 획득", + "select_prompt": "건네줄 아이템을 선택하세요.", + "selected": "{{chosenItem}}}[[를]] 건네니,\n{{delibirdName}}들은 자기들끼리 신나서 떠들어댔다.$그리고 당신에게 돌아와 행복하게 선물을 건넨다!" } }, - "outro": "The {{delibirdName}} pack happily waddles off into the distance.$What a curious little exchange!" + "outro": "{{delibirdName}} 무리가 행복하게 뒤뚱거리며 저 멀리 날아간다..$정말 별난 선물교환이었다!" } \ No newline at end of file From b8502309ae7dd3a207265e5b9da54f2e6daf2813 Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Sun, 15 Sep 2024 23:20:09 +0900 Subject: [PATCH 004/130] apply decided rules --- .../mystery-encounters/absolute-avarice-dialogue.json | 10 +++++----- .../an-offer-you-cant-refuse-dialogue.json | 6 +++--- .../ko/mystery-encounters/berries-abound-dialogue.json | 6 +++--- .../mystery-encounters/dancing-lessons-dialogue.json | 4 ++-- .../ko/mystery-encounters/delibirdy-dialogue.json | 4 ++-- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json index 0f25765fed6..34b5c7d5beb 100644 --- a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json +++ b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json @@ -1,23 +1,23 @@ { "intro": "갑자기 나타난 {{greedentName}}[[가]]\n나무열매를 훔쳐갔다!", "title": "끝없는 욕심", - "description": "당신이 방심한 틈에 {{greedentName}}[[가]] 나무열매를 모두 훔쳐가버렸다!\n\n{{greedentName}}[[는]] 나무열매를 먹으려다가,\n잠시 멈춰서 당신을 재밌다는 듯 바라보았다.", - "query": "어떻게 할까?", + "description": "당신이 방심한 틈에 {{greedentName}}[[가]] 나무열매를 모두 훔쳐가버렸습니다!\n\n{{greedentName}}[[는]] 나무열매를 먹으려다가,\n잠시 멈춰서 당신을 재밌다는 듯 바라보고 있습니다.", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "싸우기", + "label": "싸운다", "tooltip": "(-) 어려운 배틀\n(+) 비축한 나무열매 획득", "selected": "{{greedentName}}[[는]] 볼을 빵빵하게 채우고 덤벼들었다!", "boss_enraged": "{{greedentName}}[[는]] 식탐으로 가득 차 있다!", "food_stash": "{{greedentName}}[[는]] 많은 음식을 가지고 있는 것 같다!$@s{item_fanfare}모든 포켓몬이 각각 {{foodReward}}[[를]] 얻었다!" }, "2": { - "label": "설득하기", + "label": "설득한다", "tooltip": "(+) 나무열매 일부를 돌려받음", "selected": "{{greedentName}}의 마음이 움직인 것 같다.$훔쳐간 나무열매 일부를 이쪽으로 던졌다." }, "3": { - "label": "먹게 두기", + "label": "먹게 둔다", "tooltip": "(-) 모든 나무열매를 잃음\n(?) {{greedentName}}[[가]] 매우 좋아함", "selected": "{{greedentName}}[[가]] 눈 깜짝할 새에\n모든 나무열매를 먹어치웠다!$흡족하게 이쪽을 바라보면서,\n빵빵해진 배를 두드렸다.$아마 앞으로 식비가 만만치 않을 것 같다…$@s{level_up_fanfare}{{greedentName}}[[는]] 동료가 되고 싶어하는 것 같다!" } diff --git a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json index 8789e3268a0..a46173968eb 100644 --- a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json +++ b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json @@ -1,19 +1,19 @@ { "intro": "금수저 도련님에게 붙들렸다!", "speaker": "금수저 도련님", - "intro_dialogue": "안녕하세요.$당신의 {{strongestPokemon}}[[가]] 정말 멋져서 그냥 지나칠수가 없네요!$항상 저런 애완동물을 갖고 싶었거든요!$제가 오래된 장신구랑\n돈도 함께 섭섭지 않게 챙겨주도록 하죠!", + "intro_dialogue": "안녕하세요.$당신의 {{strongestPokemon}}[[가]] 정말 멋져서 그냥 지나칠수가 없네요!$항상 저런 애완 포켓몬을 갖고 싶었거든요!$제가 오래된 장신구랑\n돈도 함께 섭섭지 않게 챙겨주도록 하죠!", "title": "거절할 수 없는 제안", "description": "{{strongestPokemon}}[[를]] 넘기는 대신\n@[TOOLTIP_TITLE]{Shiny Charm}과 {{price, money}}을 준다고 합니다!\n\n매우 좋은 조건이지만,\n이렇게 든든한 동료를 보내줘야 할까요?", "query": "어떻게 하시겠습니까?", "option": { "1": { "label": "제안을 받아들인다", - "tooltip": "(-) {{strongestPokemon}}[[를]] 보내줌.\n(+) @[TOOLTIP_TITLE]{Shiny Charm}[[를]] 획득.\n(+) {{price, money}}[[를]] 획득.", + "tooltip": "(-) {{strongestPokemon}}[[를]] 보내줌\n(+) @[TOOLTIP_TITLE]{Shiny Charm}[[를]] 획득\n(+) {{price, money}}[[를]] 획득", "selected": "좋아요!@d{32} 이리와, {{strongestPokemon}}!$요트 클럽에 가서 다른 사람들에게 자랑해야겠어!$다들 엄청 부러워하겠는걸!" }, "2": { "label": "꼬마녀석을 혼내준다", - "tooltip": "(+) {{option2PrimaryName}}의 {{moveOrAbility}} 사용.\n(+) {{price, money}} 획득.", + "tooltip": "(+) {{option2PrimaryName}}의 {{moveOrAbility}} 사용\n(+) {{price, money}} 획득", "tooltip_disabled": "이 선택지를 선택하려면 포켓몬이 특정 기술이나 능력을 가지고 있어야 한다.", "selected": "말도 안 돼!\n{{liepardName}}, 우리 지금 삥 뜯긴거야?!$너...!\n곧 우리 변호사 연락을 받게 될 거다!" }, diff --git a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json index 4e4ba75cd80..166604c05ac 100644 --- a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json +++ b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json @@ -1,8 +1,8 @@ { "intro": "포켓몬 근처에 열매가\n달린 거대한 나무가 있다!", "title": "나무열매 풍년", - "description": "나무열매 덤불을 지키고 있는 강력한 포켓몬이 있는 것 같다.\n그냥 싸워볼 수도 있겠지만, 조금 강해보인다.\n혹시 빠른 포켓몬이라면 잡히지 않고 열매를 가져올 수 있지 않을까?", - "query": "어떻게 할까?", + "description": "나무열매 덤불을 지키고 있는 강력한 포켓몬이 있는 것 같습니다.\n그냥 싸워볼 수도 있겠지만, 조금 강해보입니다.\n혹시 빠른 포켓몬이라면 잡히지 않고 열매를 가져올 수 있지 않을까요?", + "query": "어떻게 하시겠습니까?", "berries": "나무열매!", "option": { "1": { @@ -19,7 +19,7 @@ }, "3": { "label": "떠난다", - "tooltip": "(-) 보상 없음.", + "tooltip": "(-) 보상 없음", "selected": "강한 포켓몬과 열매를 남겨둔 채 계속 나아갔다." } } diff --git a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json index 27526fb5759..927da8730f9 100644 --- a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json +++ b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json @@ -1,7 +1,7 @@ { "intro": "{{oricorioName}}[[가]] 외롭게 혼자 춤을 추고 있다.\n주변에 파트너도 없는 것 같다!", "title": "댄스 댄스 레볼루션", - "description": "{{oricorioName}}[[는]] 공격적이진 않아 보인다.\n오히려 슬퍼 보이기까지 한다.\n\n그저 함께 춤출 누군가를\n원하고 있을지도 모른다….", + "description": "{{oricorioName}}[[는]] 공격적이진 않아 보입니다.\n오히려 슬퍼 보이기까지 하네요.\n\n그저 함께 춤출 누군가를\n원하고 있는지도 모릅니다….", "query": "어떻게 하시겠습니까?", "option": { "1": { @@ -17,7 +17,7 @@ }, "3": { "label": "춤을 보여준다", - "tooltip": "(-) {{oricorioName}}에게 춤을 가르침. \n(+) {{oricorioName}}[[가]] 매우 기뻐함.", + "tooltip": "(-) {{oricorioName}}에게 춤을 가르침\n(+) {{oricorioName}}[[가]] 매우 기뻐함", "disabled_tooltip": "포켓몬이 춤 기술을 알고 있어야 한다.", "select_prompt": "사용할 춤 기술을 선택한다.", "selected": "{{oricorioName}}[[가]] {{selectedPokemon}}[[를]] 선보이는 모습을\n흥미진진하게 지켜본다!$마음에 들어하는 것 같다!$@s{level_up_fanfare}{{oricorioName}}[[가]] 동료가 되고 싶어 하는 것 같다!" diff --git a/src/locales/ko/mystery-encounters/delibirdy-dialogue.json b/src/locales/ko/mystery-encounters/delibirdy-dialogue.json index 12c9615a91b..347719bae05 100644 --- a/src/locales/ko/mystery-encounters/delibirdy-dialogue.json +++ b/src/locales/ko/mystery-encounters/delibirdy-dialogue.json @@ -3,8 +3,8 @@ { "intro": "{{delibirdName}} 무리가 나타났다!", "title": "딜리버-디", - "description": "{{delibirdName}}들의 눈이 초롱초롱하다.\n뭔가 바라는 게 있는 것 같다.\n혹시 아이템이나 돈을 원하는 걸까?", - "query": "무언가 줘 볼까?", + "description": "{{delibirdName}}들의 눈이 초롱초롱합니다.\n뭔가 바라는 게 있는 것 같습니다.\n혹시 아이템이나 돈을 원하는 걸까요?", + "query": "무언가 주시겠습니까?", "invalid_selection": "포켓몬이 그런 종류의 아이템이 없다.", "option": { "1": { From 5e32b386029b28ee89d58a8593e2c444425e8ad7 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:56:10 +0900 Subject: [PATCH 005/130] [event] department store sale, fight or flight, mystery chest (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 백화점 세일 - 번역 * 싸우거나 도망치거나 - 번역 * 미스터리 박스 - 번역 * Update src/locales/ko/mystery-encounters/department-store-sale-dialogue.json Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * fin * fix newline and text length --------- Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: KimJeongSun --- .../department-store-sale-dialogue.json | 30 +++++++++--------- .../fight-or-flight-dialogue.json | 31 ++++++++++--------- .../mysterious-chest-dialogue.json | 30 +++++++++--------- 3 files changed, 46 insertions(+), 45 deletions(-) diff --git a/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json b/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json index d651f32665a..7536b8aef50 100644 --- a/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json +++ b/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json @@ -1,27 +1,27 @@ { - "intro": "It's a lady with a ton of shopping bags.", - "speaker": "Shopper", - "intro_dialogue": "Hello! Are you here for\nthe amazing sales too?$There's a special coupon that you can\nredeem for a free item during the sale!$I have an extra one. Here you go!", - "title": "Department Store Sale", - "description": "There is merchandise in every direction! It looks like there are 4 counters where you can redeem the coupon for various items. The possibilities are endless!", - "query": "Which counter will you go to?", + "intro": "쇼핑백을 잔뜩 가진 여자가 있다!", + "speaker": "백화점 손님", + "intro_dialogue": "안녕!\n너도 대박 세일을 노리고 온 거지?$세일 기간동안 무료로 아이템을 교환할 수 있는 특별한 쿠폰이 있어!$남는 쿠폰을 나눠줄게!", + "title": "백화점 세일", + "description": "사방에 상품이 가득합니다!\n쿠폰을 쓸 수 있는 교환 코너가 4개나 있는 것 같습니다.\n선택지가 너무 많네요!", + "query": "어디로 가시겠습니까?", "option": { "1": { - "label": "TM Counter", - "tooltip": "(+) TM Shop" + "label": "기술머신 코너", + "tooltip": "(+) 기술머신 상점" }, "2": { - "label": "Vitamin Counter", - "tooltip": "(+) Vitamin Shop" + "label": "영양제 코너", + "tooltip": "(+) 영양제 상점" }, "3": { - "label": "Battle Item Counter", - "tooltip": "(+) X Item Shop" + "label": "랭크업 도구 코너", + "tooltip": "(+) 랭크업 도구 상점" }, "4": { - "label": "Pokéball Counter", - "tooltip": "(+) Pokéball Shop" + "label": "몬스터볼 코너", + "tooltip": "(+) 몬스터볼 상점" } }, - "outro": "What a deal! You should shop there more often." + "outro": "대박이다!\n앞으로 자주 쇼핑하러 와야겠다." } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json b/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json index 3eb6cb87c16..76127f0cfbb 100644 --- a/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json +++ b/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json @@ -1,25 +1,26 @@ { - "intro": "Something shiny is sparkling\non the ground near that Pokémon!", - "title": "Fight or Flight", - "description": "It looks like there's a strong Pokémon guarding an item. Battling is the straightforward approach, but it looks strong. Perhaps you could steal the item, if you have the right Pokémon for the job.", - "query": "What will you do?", + "intro": "빛나는 무언가가 포켓몬 근처에서 반짝반짝 빛나고 있다!", + "title": "도망치거나, 맞서 싸우거나", + "description": "강한 포켓몬이 아이템을 지키고 있는 것 같습니다.\n그냥 싸워볼 수도 있지만, 조금 강해보이네요.\n적합한 기술을 가진 포켓몬이 있다면,\n아이템을 빼앗을 수도 있을 것 같습니다.", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Battle the Pokémon", - "tooltip": "(-) Hard Battle\n(+) New Item", - "selected": "You approach the\nPokémon without fear.", - "stat_boost": "The {{enemyPokemon}}'s latent strength boosted one of its stats!" + "label": "포켓몬과 싸운다", + "tooltip": "(-) 어려운 배틀\n(+) 새 아이템", + "selected": "용감하게 포켓몬에게 다가갔다.", + "stat_boost": "{{enemyPokemon}}의 잠재력이 능력치 중 하나를 강화했다!" }, "2": { - "label": "Steal the Item", - "disabled_tooltip": "Your Pokémon need to know certain moves to choose this", - "tooltip": "(+) {{option2PrimaryName}} uses {{option2PrimaryMove}}", - "selected": ".@d{32}.@d{32}.@d{32}$Your {{option2PrimaryName}} helps you out and uses {{option2PrimaryMove}}!$You nabbed the item!" + "label": "아이템을 훔친다", + "disabled_tooltip": "이 선택지를 선택하려면 포켓몬이 특정 기술을 가지고 있어야 합니다.", + "tooltip": "(+) {{option2PrimaryName}}의 {{option2PrimaryMove}} 사용", + "selected": ".@d{32}.@d{32}.@d{32}${{option2PrimaryName}}[[가]] {{option2PrimaryMove}}[[를]] 사용했다!$아이템을 훔쳤다!" }, "3": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "You leave the strong Pokémon\nwith its prize and continue on." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "selected": "강한 포켓몬과 상품을 남겨둔 채\n당신은 계속 나아간다." + } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json index 1de7a5992ed..d949e4d1f40 100644 --- a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json @@ -1,23 +1,23 @@ { - "intro": "You found...@d{32} a chest?", - "title": "The Mysterious Chest", - "description": "A beautifully ornamented chest stands on the ground. There must be something good inside... right?", - "query": "Will you open it?", + "intro": "이건...@d{32} 뭐지?", + "title": "수수께끼 상자", + "description": "아름답게 장식된 상자가 바닥에 놓여있습니다. 보통 이럴 땐, 안에 뭔가 좋은 것이 있는 것이 인지상정...\n그렇지 않을까요?", + "query": "열어보시겠습니까?", "option": { "1": { - "label": "Open It", - "tooltip": "@[SUMMARY_BLUE]{(35%) Something terrible}\n@[SUMMARY_GREEN]{(40%) Okay Rewards}\n@[SUMMARY_GREEN]{(20%) Good Rewards}\n@[SUMMARY_GREEN]{(4%) Great Rewards}\n@[SUMMARY_GREEN]{(1%) Amazing Rewards}", - "selected": "You open the chest to find...", - "normal": "Just some normal tools and items.", - "good": "Some pretty nice tools and items.", - "great": "A couple great tools and items!", - "amazing": "Whoa! An amazing item!", - "bad": "Oh no!@d{32}\nThe chest was actually a {{gimmighoulName}} in disguise!$Your {{pokeName}} jumps in front of you\nbut is KOed in the process!" + "label": "열어본다", + "tooltip": "@[SUMMARY_BLUE]{(35%) 끔찍한 무언가}\n@[SUMMARY_GREEN]{(40%) 평범한 보상}\n@[SUMMARY_GREEN]{(20%) 좋은 보상}\n@[SUMMARY_GREEN]{(4%) 훌륭한 보상}\n@[SUMMARY_GREEN]{(1%) 대단한 보상}", + "selected": "당신이 상자안에서 찾은 것은...", + "normal": "평범한 도구와 아이템이다.", + "good": "꽤 좋은 도구와 아이템이다.", + "great": "훌륭한 도구와 아이템이다!", + "amazing": "앗! 대단한 아이템!", + "bad": "으악!@d{32}\n상자는 사실 변장한 {{gimmighoulName}}이었다!${{pokeName}}[[가]] 앞으로 뛰어들어 막았지만\n기절해버렸다!" }, "2": { - "label": "Too Risky, Leave", - "tooltip": "(-) No Rewards", - "selected": "You hurry along your way,\nwith a slight feeling of regret." + "label": "위험할 수 있으니 떠난다", + "tooltip": "(-) 보상 없음", + "selected": "아쉬움을 뒤로 하고,\n당신은 서둘러 떠났다." } } } \ No newline at end of file From 22f9d88076771edb0d8d24cfc8844ca9965f762b Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Mon, 16 Sep 2024 00:19:14 +0900 Subject: [PATCH 006/130] [event]mysterious chagllengers, field trip, lost at sea (#7) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 미스터리한 도전자 - 번역 * 현장 학습 - 번역 * 바다위의 미아 - 번역 * Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Update src/locales/ko/mystery-encounters/field-trip-dialogue.json * fin * rearrange newlines. nits --------- Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: KimJeongSun --- .../field-trip-dialogue.json | 42 +++++++++---------- .../lost-at-sea-dialogue.json | 36 ++++++++-------- .../mysterious-challengers-dialogue.json | 24 +++++------ 3 files changed, 51 insertions(+), 51 deletions(-) diff --git a/src/locales/ko/mystery-encounters/field-trip-dialogue.json b/src/locales/ko/mystery-encounters/field-trip-dialogue.json index 61900d56cd7..686fd41625b 100644 --- a/src/locales/ko/mystery-encounters/field-trip-dialogue.json +++ b/src/locales/ko/mystery-encounters/field-trip-dialogue.json @@ -1,31 +1,31 @@ { - "intro": "It's a teacher and some school children!", - "speaker": "Teacher", - "intro_dialogue": "Hello, there! Would you be able to\nspare a minute for my students?$I'm teaching them about Pokémon moves\nand would love to show them a demonstration.$Would you mind showing us one of\nthe moves your Pokémon can use?", - "title": "Field Trip", - "description": "A teacher is requesting a move demonstration from a Pokémon. Depending on the move you choose, she might have something useful for you in exchange.", - "query": "Which move category will you show off?", + "intro": "선생님과 어린 학생들이다!", + "speaker": "선생님", + "intro_dialogue": "안녕하세요!\n저희 학생들에게 잠시 시간 좀 내주실 수 있을까요?$포켓몬의 기술에 대해서 가르치고 있는데\n실제 기술을 보게되면 좋아할 것 같아서요.$괜찮으시면 저희에게\n포켓몬이 사용할 수 있는 기술을 보여주실래요?", + "title": "현장 학습", + "description": "학교 선생님이 포켓몬의 기술 시연을 부탁했습니다.\n선택한 기술에 따라, 선생님이 뭔가 쓸 만한 걸 주실 수도 있을 것 같네요.", + "query": "어떤 형태의 기술을 보여주겠습니까?", "option": { "1": { - "label": "A Physical Move", - "tooltip": "(+) Physical Item Rewards" + "label": "물리 기술", + "tooltip": "(+) 물리 아이템 보상" }, "2": { - "label": "A Special Move", - "tooltip": "(+) Special Item Rewards" + "label": "특수 기술", + "tooltip": "(+) 특수 아이템 보상" }, "3": { - "label": "A Status Move", - "tooltip": "(+) Status Item Rewards" + "label": "상태 기술", + "tooltip": "(+) 상태 아이템 보상" }, - "selected": "{{pokeName}} shows off an awesome display of {{move}}!" + "selected": "{{pokeName}}[[는]] 멋지게 {{move}}[[를]] 보여줬다!" }, - "second_option_prompt": "Choose a move for your Pokémon to use.", - "incorrect": "...$That isn't a {{moveCategory}} move!\nI'm sorry, but I can't give you anything.$Come along children, we'll\nfind a better demonstration elsewhere.", - "incorrect_exp": "Looks like you learned a valuable lesson?$Your Pokémon also gained some experience.", - "correct": "Thank you so much for your kindness!\nI hope these items might be of use to you!", - "correct_exp": "{{pokeName}} also gained some valuable experience!", - "status": "Status", - "physical": "Physical", - "special": "Special" + "second_option_prompt": "포켓몬이 사용할 기술을 골라주세요.", + "incorrect": "...$이건 {{moveCategory}} 기술이 아닌데요!\n죄송하지만, 저희는 이만 가볼게요.$얘들아 이리오렴.\n다른 곳에서는 제대로된 기술 시연을 볼 수 있을거야.", + "incorrect_exp": "좋은 경험(?)을 한 것 같다.$포켓몬도 약간의 경험치를 얻었다.", + "correct": "멋진 시연 감사합니다!\n이 아이템이 도움이 되시길 바랄게요!", + "correct_exp": "{{pokeName}}도 좋은 경험을 쌓았다!", + "status": "상태", + "physical": "물리", + "special": "특수" } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json index 41709c66799..4982b9bf388 100644 --- a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json +++ b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json @@ -1,28 +1,28 @@ { - "intro": "Wandering aimlessly through the sea, you've effectively gotten nowhere.", - "title": "Lost at Sea", - "description": "The sea is turbulent in this area, and you're running out of energy.\nThis is bad. Is there a way out of the situation?", - "query": "What will you do?", + "intro": "정처없이 바다를 헤메다보니,\n정말로 당신은 아무 데도 갈 수 없게 되었다.", + "title": "바다 위의 표류", + "description": "이 지역의 바다는 꽤 사나운 편입니다.\n게다가 당신의 기력은 점점 떨어지고 있습니다.\n난감한 상황입니다.\n이 상황을 벗어날 수 있는 방법이 있을까요?", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "{{option1PrimaryName}} Might Help", - "label_disabled": "Can't {{option1RequiredMove}}", - "tooltip": "(+) {{option1PrimaryName}} saves you\n(+) {{option1PrimaryName}} gains some EXP", - "tooltip_disabled": "You have no Pokémon to {{option1RequiredMove}} on", - "selected": "{{option1PrimaryName}} swims ahead, guiding you back on track.${{option1PrimaryName}} seems to also have gotten stronger in this time of need!" + "label": "{{option1PrimaryName}}의 도움", + "label_disabled": "{{option1RequiredMove}} 사용 불가", + "tooltip": "(+) {{option1PrimaryName}}[[가]] 당신을 구함\n(+) {{option1PrimaryName}} 경험치 획득", + "tooltip_disabled": "{{option1RequiredMove}}[[를]] 사용할 수 있는 포켓몬이 없다.", + "selected": "{{option1PrimaryName}}[[가]] 앞장서 헤엄치며, 돌아가는 길을 안내했다.${{option1PrimaryName}} 역시 이번 기회로 더 강해진 것 같다!" }, "2": { - "label": "{{option2PrimaryName}} Might Help", - "label_disabled": "Can't {{option2RequiredMove}}", - "tooltip": "(+) {{option2PrimaryName}} saves you\n(+) {{option2PrimaryName}} gains some EXP", - "tooltip_disabled": "You have no Pokémon to {{option2RequiredMove}} with", - "selected": "{{option2PrimaryName}} flies ahead of your boat, guiding you back on track.${{option2PrimaryName}} seems to also have gotten stronger in this time of need!" + "label": "{{option2PrimaryName}}의 도움", + "label_disabled": "{{option2RequiredMove}} 사용 불가", + "tooltip": "(+) {{option2PrimaryName}}[[가]] 당신을 구함\n(+) {{option2PrimaryName}} 경험치 획득", + "tooltip_disabled": "{{option2RequiredMove}}[[를]] 사용할 수 있는 포켓몬이 없다.", + "selected": "{{option2PrimaryName}}[[가]] 보트 앞에서 날아가며, 돌아가는 길을 안내했다.${{option2PrimaryName}} 역시 이번 기회로 더 강해진 것 같다!" }, "3": { - "label": "Wander Aimlessly", - "tooltip": "(-) Each of your Pokémon lose {{damagePercentage}}% of their total HP", - "selected": "You float about in the boat, steering without direction until you finally spot a landmark you remember.$You and your Pokémon are fatigued from the whole ordeal." + "label": "정처없이 방황한다", + "tooltip": "(-) 모든 포켓몬 HP {{damagePercentage}}% 감소", + "selected": "마침내 기억하는 곳에 다다를 때까지,\n정처없이 배를 타고 떠돌아다닌다.$길고 긴 표류에 포켓몬과 당신 모두 지쳐버렸다." } }, - "outro": "You are back on track." + "outro": "다시 여정으로 돌아왔다." } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json index 01f4e6092eb..56de232ea5b 100644 --- a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json @@ -1,22 +1,22 @@ { - "intro": "Mysterious challengers have appeared!", - "title": "Mysterious Challengers", - "description": "If you defeat a challenger, you might impress them enough to receive a boon. But some look tough, are you up to the challenge?", - "query": "Who will you battle?", + "intro": "수수께끼의 도전자들이 나타났다!", + "title": "수수께끼의 도전자", + "description": "만약 도전자에게 승리한다면, 당신의 배틀에 감명해 보상을 받을 수 있을 것 같습니다.\n그렇지만 어떤 도전자들은 꽤 강해보이기도 합니다.\n도전을 받아들일까요?", + "query": "누구와 배틀하시겠습니까?", "option": { "1": { - "label": "A Clever, Mindful Foe", - "tooltip": "(-) Standard Battle\n(+) Move Item Rewards" + "label": "신중해보이는 도전자", + "tooltip": "(-) 일반 배틀\n(+) 기술 아이템 보상" }, "2": { - "label": "A Strong Foe", - "tooltip": "(-) Hard Battle\n(+) Good Rewards" + "label": "강해보이는 도전자", + "tooltip": "(-) 어려운 배틀\n(+) 좋은 보상" }, "3": { - "label": "The Mightiest Foe", - "tooltip": "(-) Brutal Battle\n(+) Great Rewards" + "label": "가장 강한 도전자", + "tooltip": "(-) 악랄한 배틀\n(+) 훌륭한 보상" }, - "selected": "The trainer steps forward..." + "selected": "선택한 트레이너가 앞으로 걸어나온다..." }, - "outro": "The mysterious challenger was defeated!" + "outro": "수수께끼의 도전자를 물리쳤다!" } \ No newline at end of file From 53e8394de4ecabedfa2bf4b294229bc0a9fd9d81 Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Mon, 16 Sep 2024 02:33:21 +0900 Subject: [PATCH 007/130] add missing translation for continue --- src/locales/ko/modifier-select-ui-handler.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/modifier-select-ui-handler.json b/src/locales/ko/modifier-select-ui-handler.json index 89417c8c1ac..4935dc3c875 100644 --- a/src/locales/ko/modifier-select-ui-handler.json +++ b/src/locales/ko/modifier-select-ui-handler.json @@ -9,6 +9,6 @@ "checkTeamDesc": "파티를 확인하거나 폼 변경 아이템을 사용합니다.", "rerollCost": "₽{{formattedMoney}}", "itemCost": "₽{{formattedMoney}}", - "continueNextWaveButton": "Continue", - "continueNextWaveDescription": "Continue to the next wave" + "continueNextWaveButton": "진행하기", + "continueNextWaveDescription": "다음 웨이브로 진행한다." } From a5bdc738089e09a649ceeb74d2dacd4ff5dc3485 Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Mon, 16 Sep 2024 02:36:37 +0900 Subject: [PATCH 008/130] fix trainer name --- src/locales/ko/trainer-titles.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/trainer-titles.json b/src/locales/ko/trainer-titles.json index 269b607b630..748f397a655 100644 --- a/src/locales/ko/trainer-titles.json +++ b/src/locales/ko/trainer-titles.json @@ -36,5 +36,5 @@ "skull_admin": "스컬단 간부", "macro_admin": "매크로코스모스 간부", - "the_winstrates": "연승가족'" + "the_winstrates": "연승가족" } From 184497b872de3483f5c3697571e66684da73a3c0 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:11:08 +0900 Subject: [PATCH 009/130] =?UTF-8?q?[other]ME=20=EC=B6=94=EA=B0=80=EB=A1=9C?= =?UTF-8?q?=20=EC=9D=B8=ED=95=B4=20=EB=B3=80=EA=B2=BD=EB=90=9C=20```src/lo?= =?UTF-8?q?cales/ko/*.json```=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * marked that changed by ME * Update src/locales/ko/battle.json Co-authored-by: returntoice * Update src/locales/ko/egg.json * Update src/locales/ko/mystery-encounter-messages.json * Update src/locales/ko/bgm-name.json * add initial translation for modifier type * Update src/locales/ko/mystery-encounter-messages.json * add dialogue translation * Update src/locales/ko/modifier-type.json * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/dialogue.json Co-authored-by: returntoice * Update src/locales/ko/modifier-type.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> * update requested changes --------- Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: returntoice Co-authored-by: KimJeongSun --- src/locales/ko/battle.json | 2 +- src/locales/ko/dialogue.json | 86 +++++++++---------- src/locales/ko/egg.json | 2 +- src/locales/ko/modifier-type.json | 26 +++--- .../ko/mystery-encounter-messages.json | 6 +- 5 files changed, 61 insertions(+), 61 deletions(-) diff --git a/src/locales/ko/battle.json b/src/locales/ko/battle.json index 6cf88cc4afc..987f816bbf6 100644 --- a/src/locales/ko/battle.json +++ b/src/locales/ko/battle.json @@ -105,5 +105,5 @@ "congratulations": "축하합니다!", "beatModeFirstTime": "{{speciesName}}[[가]] {{gameMode}} 모드를 처음으로 클리어했다!\n{{newModifier}}[[를]] 손에 넣었다!", "ppReduced": "{{targetName}}의\n{{moveName}}[[를]] {{reduction}} 깎았다!", - "mysteryEncounterAppeared": "What's this?" + "mysteryEncounterAppeared": "어라?" } diff --git a/src/locales/ko/dialogue.json b/src/locales/ko/dialogue.json index ab9ed01bba2..46852479a59 100644 --- a/src/locales/ko/dialogue.json +++ b/src/locales/ko/dialogue.json @@ -935,112 +935,112 @@ }, "stat_trainer_buck": { "encounter": { - "1": "...I'm telling you right now. I'm seriously tough. Act surprised!", - "2": "I can feel my Pokémon shivering inside their Pokéballs!" + "1": "…말해두겠지만 나 강하다고!\n놀라기나 해라!", + "2": "몬스터볼 안에서 내 포켓몬들이 떨고 있다!\n이게 흥분해서 떨린다는 것이구나!" }, "victory": { - "1": "Heeheehee!\nSo hot, you!", - "2": "Heeheehee!\nSo hot, you!" + "1": "이히히!\n너 열정이 뜨거운걸!!", + "2": "이히히!\n너 열정이 뜨거운걸!!" }, "defeat": { - "1": "Whoa! You're all out of gas, I guess.", - "2": "Whoa! You're all out of gas, I guess." + "1": "우왓!\n연료가 다 떨어졌나본데?", + "2": "우왓!\n연료가 다 떨어졌나본데?" } }, "stat_trainer_cheryl": { "encounter": { - "1": "My Pokémon have been itching for a battle.", - "2": "I should warn you, my Pokémon can be quite rambunctious." + "1": "내 포켓몬들\n싸우고 싶어서 근질근질하고 있었어.", + "2": "내 포켓몬들\n꽤나 개구쟁이라니까." }, "victory": { - "1": "Striking the right balance of offense and defense... It's not easy to do.", - "2": "Striking the right balance of offense and defense... It's not easy to do." + "1": "공격하는 것과 방어하는 것\n그 밸런스 유지가 큰일이네.", + "2": "공격하는 것과 방어하는 것\n그 밸런스 유지가 큰일이네." }, "defeat": { - "1": "Do your Pokémon need any healing?", - "2": "Do your Pokémon need any healing?" + "1": "네 포켓몬들 다친 것 같은데?", + "2": "네 포켓몬들 다친 것 같은데?" } }, "stat_trainer_marley": { "encounter": { - "1": "... OK.\nI'll do my best.", - "2": "... OK.\nI... won't lose...!" + "1": "…좋아.\n최선을 다할게.", + "2": "…좋아.\n난…지지않아…!" }, "victory": { - "1": "... Awww.", - "2": "... Awww." + "1": "…으윽.", + "2": "…으윽." }, "defeat": { - "1": "... Goodbye.", - "2": "... Goodbye." + "1": "…잘 가.", + "2": "…잘 가." } }, "stat_trainer_mira": { "encounter": { - "1": "You will be shocked by Mira!", - "2": "Mira will show you that Mira doesn't get lost anymore!" + "1": "너 깜짝 놀랄 거야!", + "2": "더는 헤매거나 하지 않는다는 것을 너에게 보여줄게!" }, "victory": { - "1": "Mira wonders if she can get very far in this land.", - "2": "Mira wonders if she can get very far in this land." + "1": "이거라면 이곳에서\n미루가 활약할 수 없을까.", + "2": "이거라면 이곳에서\n미루가 활약할 수 없을까." }, "defeat": { - "1": "Mira knew she would win!", - "2": "Mira knew she would win!" + "1": "미루가 이길 줄 알았어!", + "2": "미루가 이길 줄 알았어!" } }, "stat_trainer_riley": { "encounter": { - "1": "Battling is our way of greeting!", - "2": "We're pulling out all the stops to put your Pokémon down." + "1": "포켓몬 승부야말로\n우리들의 인사 방식이지!", + "2": "전력을 다해서\n네 포켓몬을 쓰러뜨리겠다." }, "victory": { - "1": "At times we battle, and sometimes we team up...$It's great how Trainers can interact.", - "2": "At times we battle, and sometimes we team up...$It's great how Trainers can interact." + "1": "싸우거나 편을 만들거나…\n트레이너들은 좋겠어.", + "2": "싸우거나 편을 만들거나…\n트레이너들은 좋겠어." }, "defeat": { - "1": "You put up quite the display.\nBetter luck next time.", - "2": "You put up quite the display.\nBetter luck next time." + "1": "꽤 인상적인 실력이었어.\n다음엔 더 잘해봐.", + "2": "꽤 인상적인 실력이었어.\n다음엔 더 잘해봐." } }, "winstrates_victor": { "encounter": { - "1": "That's the spirit! I like you!" + "1": "멋진 배짱이군! 마음에 들었다!" }, "victory": { - "1": "A-ha! You're stronger than I thought!" + "1": "아-앗! 생각보다 더 강하구나!" } }, "winstrates_victoria": { "encounter": { - "1": "My goodness! Aren't you young?$You must be quite the trainer to beat my husband, though.$Now I suppose it's my turn to battle!" + "1": "어머머! 생각보다 어리군요?!$우리 남편을 이기다니\n정말 굉장한 실력의 트레이너인가 보죠?$자 그럼 이번엔 저와 승부해요!" }, "victory": { - "1": "Uwah! Just how strong are you?!" + "1": "에구머니나!\n어쩜 그렇게 강하신가요?!" } }, "winstrates_vivi": { "encounter": { - "1": "You're stronger than Mom? Wow!$But I'm strong, too!\nReally! Honestly!" + "1": "엄마보다 강하다니 굉장하다!$하지만 나도 꽤 강하다고!\n진짜라니까?!" }, "victory": { - "1": "Huh? Did I really lose?\nSnivel... Grandmaaa!" + "1": "너무 분해…\n…훌쩍!$할머니이~이!!" } }, "winstrates_vicky": { "encounter": { - "1": "How dare you make my precious\ngranddaughter cry!$I see I need to teach you a lesson.\nPrepare to feel the sting of defeat!" + "1": "요 녀석~!\n우리 귀여운 손녀에게 무슨 짓을 한 게냐!$이렇게 된 이상 내가 직접\n네 포켓몬을 혼내줄 테니 각오해라잇!" }, "victory": { - "1": "Whoa! So strong!\nMy granddaughter wasn't lying." + "1": "에구! 정말 강하구나!\n우리 손녀 말이 진짜였구나." } }, "winstrates_vito": { "encounter": { - "1": "I trained together with my whole family,\nevery one of us!$I'm not losing to anyone!" + "1": "가족들끼리 포켓몬 수행을 했었어!\n누구에게도 지지 않는다고!" }, "victory": { - "1": "I was better than everyone in my family.\nI've never lost before..." + "1": "난 우리 가족 중에서도 제일 강했어.\n한 번도 져본 적이 없었는데…" } }, "brock": { @@ -2556,7 +2556,7 @@ }, "iono": { "encounter": { - "1": "자~ 오늘의 각오는~ 모야모야~?\n$...\n$그럼, 이제 시작해 볼까! \n$도전자님의 실력은 과연 과연~!?" + "1": "자~ 오늘의 각오는~ 모야모야~?\n$…\n$그럼, 이제 시작해 볼까! \n$도전자님의 실력은 과연 과연~!?" }, "victory": { "1": "너의 반짝임은 1000만볼트!" @@ -2676,7 +2676,7 @@ "1": "장하구나! 실로 견줄 자가 천하에 없도다!" }, "defeat": { - "1": "나의 마음에 상쾌한 바람이 지나갔다...\n$정말 대단한 노력이다!" + "1": "나의 마음에 상쾌한 바람이 지나갔다…\n$정말 대단한 노력이다!" } }, "kieran": { @@ -2684,7 +2684,7 @@ "1": "난 노력을 통해 강해지고 또 강해지지!\n$난 지지 않아." }, "victory": { - "1": "믿을 수 없어...\n$정말 재밌고 가슴 뛰는 배틀이었어!" + "1": "믿을 수 없어…\n$정말 재밌고 가슴 뛰는 배틀이었어!" }, "defeat": { "1": "세상에 마상에! 정말 멋진 배틀이었어!\n$네가 더 열심히 훈련할 시간이야." diff --git a/src/locales/ko/egg.json b/src/locales/ko/egg.json index a1c0739c97f..b8550357dfa 100644 --- a/src/locales/ko/egg.json +++ b/src/locales/ko/egg.json @@ -11,7 +11,7 @@ "gachaTypeLegendary": "레전더리 확률 업", "gachaTypeMove": "희귀 알 기술 확률 업", "gachaTypeShiny": "색이 다른 포켓몬 확률 업", - "eventType": "Mystery Event", + "eventType": "미스터리 이벤트", "selectMachine": "사용할 뽑기 기계를 골라주세요.", "notEnoughVouchers": "바우처가 충분하지 않습니다!", "tooManyEggs": "알을 너무 많이 갖고 있습니다!", diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index 15aaaf3a6d7..d7a6cd5da3c 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -69,18 +69,18 @@ "description": "지니게 하면 {{stat}} 종족값을 10% 올려준다. 개체값이 높을수록 더 많이 누적시킬 수 있다." }, "PokemonBaseStatTotalModifierType": { - "name": "Shuckle Juice", - "description": "{{increaseDecrease}} all of the holder's base stats by {{statValue}}. You were {{blessCurse}} by the Shuckle.", + "name": "단단지주스", + "description": "모든 종족값을 {{statValue}}만큼 {{increaseDecrease}}. 단단지의 {{blessCurse}}[[를]] 받았다.", "extra": { - "increase": "Increases", - "decrease": "Decreases", - "blessed": "blessed", - "cursed": "cursed" + "increase": "올려준다", + "decrease": "떨어뜨린다", + "blessed": "축복", + "cursed": "저주" } }, "PokemonBaseStatFlatModifierType": { - "name": "Old Gateau", - "description": "Increases the holder's {{stats}} base stats by {{statValue}}. Found after a strange dream." + "name": "숲의양갱", + "description": "{{stats}} 종족값을 {{statValue}}만큼 올려준다. 이상한 꿈을 꾸고 얻었다." }, "AllPokemonFullHpRestoreModifierType": { "description": "자신의 포켓몬의 HP를 모두 회복한다." @@ -417,11 +417,11 @@ "description": "야생 포켓몬이 합체되어 등장할 확률이 1% 추가된다." }, - "MYSTERY_ENCOUNTER_SHUCKLE_JUICE": { "name": "Shuckle Juice" }, - "MYSTERY_ENCOUNTER_BLACK_SLUDGE": { "name": "Black Sludge", "description": "The stench is so powerful that shops will only sell you items at a steep cost increase." }, - "MYSTERY_ENCOUNTER_MACHO_BRACE": { "name": "Macho Brace", "description": "Defeating a Pokémon grants the holder a Macho Brace stack. Each stack slightly boosts stats, with an extra bonus at max stacks." }, - "MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "Old Gateau", "description": "Increases the holder's {{stats}} stats by {{statValue}}." }, - "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "Golden Bug Net", "description": "Imbues the owner with luck to find Bug Type Pokémon more often. Has a strange heft to it." } + "MYSTERY_ENCOUNTER_SHUCKLE_JUICE": { "name": "단단지주스" }, + "MYSTERY_ENCOUNTER_BLACK_SLUDGE": { "name": "검은진흙", "description": "악취가 너무 심한 나머지 상점 물건 가격이 크게 비싸진다." }, + "MYSTERY_ENCOUNTER_MACHO_BRACE": { "name": "교정깁스", "description": "포켓몬을 쓰러뜨리면 교정깁스 스택을 얻는다. 스택이 올라갈수록 능력치가 약간 올라가고, 최대 스택에서 추가 보너스를 얻는다." }, + "MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "숲의양갱", "description": "{{stats}} 종족값을 {{statValue}}만큼 올려준다." }, + "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "황금 잠자리채", "description": "벌레타입 포켓몬을 더 자주 만날 수 있는 행운을 부여한다. 묘한 무게감이 든다." } }, "SpeciesBoosterItem": { "LIGHT_BALL": { diff --git a/src/locales/ko/mystery-encounter-messages.json b/src/locales/ko/mystery-encounter-messages.json index aeffe2d13fa..8af1789090f 100644 --- a/src/locales/ko/mystery-encounter-messages.json +++ b/src/locales/ko/mystery-encounter-messages.json @@ -1,7 +1,7 @@ { "paid_money": "₽{{amount, number}}[[를]] 를 지불했다.", "receive_money": "₽{{amount, number}}[[를]] 받았다!", - "affects_pokedex": "Affects Pokédex Data", - "cancel_option": "Return to encounter option select.", - "view_party_button": "View Party" + "affects_pokedex": "도감에 추가 가능", + "cancel_option": "조우 선택지로 돌아가기", + "view_party_button": "파티 확인" } From 2e69b6c7cdd19515f1c0dcf07b40d0a3c1fccd0c Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:13:05 +0900 Subject: [PATCH 010/130] Update src/locales/ko/modifier-type.json --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index d7a6cd5da3c..e6ed564b1fb 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -421,7 +421,7 @@ "MYSTERY_ENCOUNTER_BLACK_SLUDGE": { "name": "검은진흙", "description": "악취가 너무 심한 나머지 상점 물건 가격이 크게 비싸진다." }, "MYSTERY_ENCOUNTER_MACHO_BRACE": { "name": "교정깁스", "description": "포켓몬을 쓰러뜨리면 교정깁스 스택을 얻는다. 스택이 올라갈수록 능력치가 약간 올라가고, 최대 스택에서 추가 보너스를 얻는다." }, "MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "숲의양갱", "description": "{{stats}} 종족값을 {{statValue}}만큼 올려준다." }, - "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "황금 잠자리채", "description": "벌레타입 포켓몬을 더 자주 만날 수 있는 행운을 부여한다. 묘한 무게감이 든다." } + "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "황금잠자리채", "description": "벌레타입 포켓몬을 더 자주 만날 수 있는 행운을 부여한다. 묘한 무게감이 든다." } }, "SpeciesBoosterItem": { "LIGHT_BALL": { From 3fbf905fb7bbb2ef8ae2ad9b3197dd5aeee19198 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:16:31 +0900 Subject: [PATCH 011/130] Update src/locales/ko/modifier-select-ui-handler.json --- src/locales/ko/modifier-select-ui-handler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-select-ui-handler.json b/src/locales/ko/modifier-select-ui-handler.json index 4935dc3c875..ec9096622c5 100644 --- a/src/locales/ko/modifier-select-ui-handler.json +++ b/src/locales/ko/modifier-select-ui-handler.json @@ -10,5 +10,5 @@ "rerollCost": "₽{{formattedMoney}}", "itemCost": "₽{{formattedMoney}}", "continueNextWaveButton": "진행하기", - "continueNextWaveDescription": "다음 웨이브로 진행한다." + "continueNextWaveDescription": "다음 웨이브로 진행합니다." } From 9c15e112fa9062c03e3638b83fd8c1ab4a211df2 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:00:47 +0900 Subject: [PATCH 012/130] a-trainers-test , the-winstrate-challenge (#9) * add translation * Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json --- .../a-trainers-test-dialogue.json | 54 +++++++++---------- .../the-winstrate-challenge-dialogue.json | 28 +++++----- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index c96c0d5f327..55cd61e112d 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -1,47 +1,47 @@ { - "intro": "An extremely strong trainer approaches you...", + "intro": "무척 강해보이는 트레이너가 다가왔다…", "buck": { - "intro_dialogue": "Yo, trainer! My name's Buck.$I have a super awesome proposal\nfor a strong trainer such as yourself!$I'm carrying two rare Pokémon Eggs with me,\nbut I'd like someone else to care for one.$If you can prove your strength as a trainer to me,\nI'll give you the rarer egg!", - "accept": "Whoooo, I'm getting fired up!", - "decline": "Darn, it looks like your\nteam isn't in peak condition.$Here, let me help with that." + "intro_dialogue": "여-, 트레이너!\n나는 맥이라고해.$너처럼 강한 트레이너를 만난 김에\n엄청난 제안을 하나 할게!$희귀한 알을 두 개 가지고 있는데,\n하나를 누군가 맡아줬으면 하거든.$네가 나를 이긴다면,\n더 희귀한 알을 너한테 맡기도록 할게!", + "accept": "좋아, 불타오르는걸!", + "decline": "쳇, 아무래도 네 포켓몬들 컨디션이 별로인 거 같구나.$자, 내가 좀 도와줄게." }, "cheryl": { - "intro_dialogue": "Hello, my name's Cheryl.$I have a particularly interesting request,\nfor a strong trainer such as yourself.$I'm carrying two rare Pokémon Eggs with me,\nbut I'd like someone else to care for one.$If you can prove your strength as a trainer to me,\nI'll give you the rarer Egg!", - "accept": "I hope you're ready!", - "decline": "I understand, it looks like your team\nisn't in the best condition at the moment.$Here, let me help with that." + "intro_dialogue": "안녕, 내 이름은 모미야.$너처럼 강한 트레이너가\n관심 있을만한 제안이 있어.$희귀한 알을 두 개 가지고 있는데,\n하나를 누가 맡아줬으면 해.$네가 승부에서 이긴다면,\n더 희귀한 알을 너한테 맡기도록 할게!", + "accept": "준비 됐겠지!", + "decline": "알았어.\n네 포켓몬들 좀 지쳐보이네.$자, 내가 좀 도와줄게." }, "marley": { - "intro_dialogue": "...@d{64} I'm Marley.$I have an offer for you...$I'm carrying two Pokémon Eggs with me,\nbut I'd like someone else to care for one.$If you're stronger than me,\nI'll give you the rarer Egg.", - "accept": "... I see.", - "decline": "... I see.$Your Pokémon look hurt...\nLet me help." + "intro_dialogue": "…@d{64}난 미정이야.$제안이 있어…$알 두 개가 있는데,\n하나를 다른 사람이 맡아줬으면 해.$네가 나보다 강하다면,\n더 희귀한 알을 줄게.", + "accept": "…알겠어.", + "decline": "…알겠어.$네 포켓몬 좀 다쳤구나…\n내가 도와줄게." }, "mira": { - "intro_dialogue": "Hi! I'm Mira!$Mira has a request\nfor a strong trainer like you!$Mira has two rare Pokémon Eggs,\nbut Mira wants someone else to take one!$If you show Mira that you're strong,\nMira will give you the rarer Egg!", - "accept": "You'll battle Mira?\nYay!", - "decline": "Aww, no battle?\nThat's okay!$Here, Mira will heal your team!" + "intro_dialogue": "안녕!\n나는 미루!$너처럼 강한 트레이너에게\n미루가 제안이 있어!$미루가 지금 희귀한 알 두개가 있거든\n하나를 다른 사람이 맡아줬으면 좋겠어!$미루에게 네가 더 강하다는걸 보여주면,\n미루가 더 희귀한 알을 줄게!", + "accept": "승부하는거지?\n야호!", + "decline": "어라, 승부 안 하는거야?\n괜찮아!$미루가 네 포켓몬들을 치료해줄게!" }, "riley": { - "intro_dialogue": "I'm Riley.$I have an odd proposal\nfor a strong trainer such as yourself.$I'm carrying two rare Pokémon Eggs with me,\nbut I'd like to give one to another trainer.$If you can prove your strength to me,\nI'll give you the rarer Egg!", - "accept": "That look you have...\nLet's do this.", - "decline": "I understand, your team looks beat up.$Here, let me help with that." + "intro_dialogue": "나는 현이.$너처럼 강한 트레이너에게\n별난 제안을 하나 할게.$지금 두 개의 희귀한 알이 있는데,\n하나를 다른 트레이너에게 맡기고 싶어.$네가 승부에서 이긴다면,\n더 희귀한 알을 줄게!", + "accept": "그 얼굴…\n승부다.", + "decline": "알겠어, 네 포켓몬들 지쳐 보이는구나.$자, 내가 도와줄게." }, - "title": "A Trainer's Test", - "description": "It seems this trainer is willing to give you an Egg regardless of your decision. However, if you can manage to defeat this strong trainer, you'll receive a much rarer Egg.", - "query": "What will you do?", + "title": "선배 트레이너의 테스트", + "description": "이 트레이너는 승부를 받아들이든 거절하든 알을 줄 것 같습니다.\n하지만 이 강한 트레이너를 쓰러트릴 수 있다면 훨씬 더 희귀한 알을 받을 수 있을 겁니다.", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Accept the Challenge", - "tooltip": "(-) Tough Battle\n(+) Gain a @[TOOLTIP_TITLE]{Very Rare Egg}" + "label": "승부한다", + "tooltip": "(-) 힘든 전투\n(+) @[TOOLTIP_TITLE]{Very Rare Egg} 획득" }, "2": { - "label": "Refuse the Challenge", - "tooltip": "(+) Full Heal Party\n(+) Gain an @[TOOLTIP_TITLE]{Egg}" + "label": "승부를 거절한다", + "tooltip": "(+) 파티 전체 회복\n(+) @[TOOLTIP_TITLE]{Egg} 획득" } }, "eggTypes": { - "rare": "a Rare Egg", - "epic": "an Epic Egg", - "legendary": "a Legendary Egg" + "rare": "레어 알", + "epic": "에픽 알", + "legendary": "레전더리 알" }, - "outro": "{{statTrainerName}} gave you {{eggType}}!" + "outro": "{{statTrainerName}}[[가]] {{eggType}}[[를]] 줬다!" } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json index 37807a91667..cd62dbbdea6 100644 --- a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json @@ -1,22 +1,22 @@ { - "intro": "It's a family standing outside their house!", - "speaker": "The Winstrates", - "intro_dialogue": "We're the Winstrates!$What do you say to taking on our family in a series of Pokémon battles?", - "title": "The Winstrate Challenge", - "description": "The Winstrates are a family of 5 trainers, and they want to battle! If you beat all of them back-to-back, they'll give you a grand prize. But can you handle the heat?", - "query": "What will you do?", + "intro": "한 가족이 집 앞에 모두 나와있다!", + "speaker": "연승가족", + "intro_dialogue": "우리는 연승가족!$잠깐 어떤가?\n지금 여기서 우리 가족 4명과 포켓몬 승부를 겨뤄보지 않겠나?", + "title": "연승가족", + "description": "모두 5명인 연승가족들이 승부를 바라고 있습니다!\n가족 모두를 연달아 쓰러뜨릴 수 있다면 어마어마한 상품을 줄 겁니다.\n하지만 이걸 감당할 수 있을까요?", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Accept the Challenge", - "tooltip": "(-) Brutal Battle\n(+) Special Item Reward", - "selected": "Let the challenge begin!" + "label": "승부한다", + "tooltip": "(-) 치열한 승부\n(+) 특별한 아이템 획득", + "selected": "승부를 시작하지!" }, "2": { - "label": "Refuse the Challenge", - "tooltip": "(+) Full Heal Party\n(+) Gain a Rarer Candy", - "selected": "That's too bad. Say, your team looks worn out, why don't you stay awhile and rest?" + "label": "승부를 거절한다", + "tooltip": "(+) 파티 전체 회복\n(+) 더희귀한사탕 획득", + "selected": "아쉽군. 근데, 자네 포켓몬들 좀 지쳐보이는구만,\n조금 쉬고 가지 않을텐가?" } }, - "victory": "Congratulations on beating our challenge!$First off, we'd like you to have this Voucher.", - "victory_2": "Also, our family uses this Macho Brace to strengthen\nour Pokémon more effectively during training.$You may not need it considering that you beat the whole lot of us, but we hope you'll accept it anyway!" + "victory": "우리의 시련을 모두 극복하다니 축하하네!$먼저, 이 바우처를 주겠네.", + "victory_2": "우리 가족은 이 교정깁스로 포켓몬을 더 효과적으로 훈련하고 있다네.$우리 전부를 이긴 자네에겐 의미 없을 수도 있겠지만,\n그래도 이걸 받아주게!" } \ No newline at end of file From 3a097d72b31107c9dac0f436401683d1b3f99ad5 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Mon, 16 Sep 2024 21:56:38 +0900 Subject: [PATCH 013/130] [Event] bug type super fan, clowning around, firely fallout (#8) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 벌레타입 매니아-번역 * 어릿광대의 장난-번역 * 불타는 폴아웃 - 번역 --- .../bug-type-superfan-dialogue.json | 56 +++++++++---------- .../clowning-around-dialogue.json | 48 ++++++++-------- .../fiery-fallout-dialogue.json | 32 +++++------ 3 files changed, 68 insertions(+), 68 deletions(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index 5e4e8be90e7..a0d1d45f8c5 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -1,38 +1,38 @@ { - "intro": "An unusual trainer with all kinds of Bug paraphernalia blocks your way!", - "intro_dialogue": "Hey, trainer! I'm on a mission to find the rarest Bug Pokémon in existence!$You must love Bug Pokémon too, right?\nEveryone loves Bug Pokémon!", - "title": "The Bug-Type Superfan", - "speaker": "Bug-Type Superfan", - "description": "The trainer prattles, not even waiting for a response...\n\nIt seems the only way to get out of this situation is by catching the trainer's attention!", - "query": "What will you do?", + "intro": "온갖 종류의 곤충채집 장비를 가진\n특이한 트레이너가 길을 막아섰다!", + "intro_dialogue": "거기, 트레이너!\n난 세상에서 가장 희귀한 벌레 포켓몬을 찾고있어!$너도 벌레 타입 포켓몬 좋아하지?\n모두 벌레 타입 포켓몬을 좋아하니깐!", + "title": "벌레타입 포켓몬 매니아", + "speaker": "벌레타입 매니아", + "description": "이 트레이너는 대답할 틈도 없이, 계속 떠들어대고 있습니다…\n\n이 상황에서 벗어나려면, 트레이너의 주의를 돌려야 할 것 같습니다!", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Offer to Battle", - "tooltip": "(-) Challenging Battle\n(+) Teach a Pokémon a Bug Type Move", - "selected": "A challenge, eh?\nMy bugs are more than ready for you!" + "label": "승부한다", + "tooltip": "(-) 포켓몬 배틀 도전\n(+) 벌레타입 기술을 가르침", + "selected": "나한테 도전하겠다고?\n내 벌레 포켓몬들은 이미 준비됐어!" }, "2": { - "label": "Show Your Bug Types", - "tooltip": "(+) Receive a Gift Item", - "disabled_tooltip": "You need at least 1 Bug Type Pokémon on your team to select this.", - "selected": "You show the trainer all your Bug Type Pokémon...", - "selected_0_to_1": "Huh? You only have {{numBugTypes}}...$Guess I'm wasting my breath on someone like you...", - "selected_2_to_3": "Hey, you've got {{numBugTypes}} Bug Types!\nNot bad.$Here, this might help you on your journey to catch more!", - "selected_4_to_5": "What? You have {{numBugTypes}} Bug Types?\nNice!$You're not quite at my level, but I can see shades of myself in you!\n$Take this, my young apprentice!", - "selected_6": "Whoa! {{numBugTypes}} Bug Types!\n$You must love Bug Types almost as much as I do!$Here, take this as a token of our camaraderie!" + "label": "벌레 포켓몬을 보여준다", + "tooltip": "(+) 아이템 획득", + "disabled_tooltip": "벌레타입 포켓몬이 없다.", + "selected": "트레이너에게 가지고 있는 모든 벌레 포켓몬을 보여주었다...", + "selected_0_to_1": "응? 너 {{numBugTypes}}마리 갖고 있구나...$너 같은 일반인한테 떠들다었다니, 산소가 아깝네…", + "selected_2_to_3": "어라, 너 {{numBugTypes}}마리 갖고 있구나!\n나쁘지 않아.$내가 더 많이 잡는데 도움이 될만 한 걸 줄게!", + "selected_4_to_5": "뭐야? 너 벌레타입을 {{numBugTypes}}마리나 갖고 있네?\n좋아!$아직 수준엔 못 미치지만, 너한테 내 옛날 모습이 보여!\n$이걸 받거라, 내 제자여…!", + "selected_6": "우와!\n{{numBugTypes}}마리 모두 벌레타입!$너도 나만큼 벌레 타입을 사랑하는거지?$이걸 가져가!\n동지의 증표로 나눠줄게!" }, "3": { - "label": "Gift a Bug Item", - "tooltip": "(-) Give the trainer a {{requiredBugItems}}\n(+) Receive a Gift Item", - "disabled_tooltip": "You need to have a {{requiredBugItems}} to select this.", - "select_prompt": "Select an item to give.", - "invalid_selection": "Pokémon doesn't have that kind of item.", - "selected": "You hand the trainer a {{selectedItem}}.", - "selected_dialogue": "Whoa! A {{selectedItem}}, for me?\nYou're not so bad, kid!$As a token of my appreciation,\nI want you to have this special gift!$It's been passed all through my family, and now I want you to have it!" + "label": "벌레 아이템을 준다", + "tooltip": "(-) 트레이너에게 {{requiredBugItems}}[[를]] 건네줌\n(+) 아이템 획득", + "disabled_tooltip": "{{requiredBugItems}}[[를]] 가지고 있어야 한다.", + "select_prompt": "건네줄 아이템을 선택하세요.", + "invalid_selection": "포켓몬이 해당하는 아이템을 갖고 있지 않다.", + "selected": "트레이너에게 {{selectedItem}}[[를]] 건넸다.", + "selected_dialogue": "우와! {{selectedItem}}, 나한테 주는거야?\n너 꽤 괜찮은 꼬마구나!$고마우니깐,\n나도 너한테 특별한 선물을 줄게!$가보로 전해져 내려온 귀한 물건이지만,\n너한테 주고 싶어!" } }, - "battle_won": "Your knowledge and skill were perfect at exploiting our weaknesses!$In exchange for the valuable lesson,\nallow me to teach one of your Pokémon a Bug Type Move!", - "teach_move_prompt": "Select a move to teach a Pokémon.", - "confirm_no_teach": "You sure you don't want to learn one of these great moves?", - "outro": "I see great Bug Pokémon in your future!\nMay our paths cross again!$Bug out!" + "battle_won": "너의 지식과 기술들이 우리 약점을 완벽하게 파고들었어.$귀중한 경험을 했으니,\n나도 벌레타입 기술을 하나 가르쳐 줄게!", + "teach_move_prompt": "기술을 가르칠 포켓몬을 선택하세요.", + "confirm_no_teach": "너, 정말로 이 대단한 기술들이 필요없는 거야?", + "outro": "나중에 멋진 벌레 포켓몬을 만나길 바라며!\n다시 만날 때까지!$사사삭!" } diff --git a/src/locales/ko/mystery-encounters/clowning-around-dialogue.json b/src/locales/ko/mystery-encounters/clowning-around-dialogue.json index 17781240838..59586708686 100644 --- a/src/locales/ko/mystery-encounters/clowning-around-dialogue.json +++ b/src/locales/ko/mystery-encounters/clowning-around-dialogue.json @@ -1,34 +1,34 @@ { - "intro": "It's...@d{64} a clown?", - "speaker": "Clown", - "intro_dialogue": "Bumbling buffoon, brace for a brilliant battle!\nYou'll be beaten by this brawling busker!", - "title": "Clowning Around", - "description": "Something is off about this encounter. The clown seems eager to goad you into a battle, but to what end?\n\nThe {{blacephalonName}} is especially strange, like it has @[TOOLTIP_TITLE]{weird types and ability.}", - "query": "What will you do?", + "intro": "어라...@d{64}어릿광대인 걸까?", + "speaker": "어릿광대", + "intro_dialogue": "거기있는 어리버리한 바보씨, 화려한 배틀을 맞이할 각오를 하시길!\n이 싸움꾼 광대가 당신을 쓰러트리겠습니다!", + "title": "어릿광대의 장난", + "description": "이번 상대는 뭔가 이상합니다.\n어릿광대가 당신을 전투에 끌어들이고 싶어하는 것 같은데, 무슨 목적일까요?\n\n{{blacephalonName}}[[은]] 더욱 수상합니다.\n마치 @[TOOLTIP_TITLE]{이상한 타입과 능력}을 가진 것 같습니다.", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Battle the Clown", - "tooltip": "(-) Strange Battle\n(?) Affects Pokémon Abilities", - "selected": "Your pitiful Pokémon are poised for a pathetic performance!", - "apply_ability_dialogue": "A sensational showcase!\nYour savvy suits a sensational skill as spoils!", - "apply_ability_message": "The clown is offering to permanently Skill Swap one of your Pokémon's ability to {{ability}}!", - "ability_prompt": "Would you like to permanently teach a Pokémon the {{ability}} ability?", - "ability_gained": "@s{level_up_fanfare}{{chosenPokemon}} gained the {{ability}} ability!" + "label": "어릿광대와 싸운다", + "tooltip": "(-) 이상한 배틀\n(?) 포켓몬의 특성 조정", + "selected": "당신의 불쌍한 포켓몬들이 한심한 공연을 할 준비가 된 것 같군요!", + "apply_ability_dialogue": "센세이셔널한 쇼였습니다!\n당신의 멋진 기지에는 이 센세이셔널한 보상이 잘 어울릴 것 같군요!", + "apply_ability_message": "어릿광대가 포켓몬 한 마리의 특성을 영구적으로 {{ability}}로 교환해주겠다고 제안했다!", + "ability_prompt": "포켓몬의 특성을 영구적으로 {{ability}} 특성으로 바꾸시겠습니까?", + "ability_gained": "@s{level_up_fanfare}{{chosenPokemon}}[[는]] {{ability}} 특성을 얻었다!" }, "2": { - "label": "Remain Unprovoked", - "tooltip": "(-) Upsets the Clown\n(?) Affects Pokémon Items", - "selected": "Dismal dodger, you deny a delightful duel?\nFeel my fury!", - "selected_2": "The clown's {{blacephalonName}} uses Trick!\nAll of your {{switchPokemon}}'s items were randomly swapped!", - "selected_3": "Flustered fool, fall for my flawless deception!" + "label": "도발에 응하지 않는다", + "tooltip": "(-) 광대가 화를 냄\n(?) 포켓몬의 아이템 조정", + "selected": "한심한 겁쟁이로군요? 즐거운 배틀을 거부하다니!\n이러면 한 방 먹이고 싶어지잖습니까!", + "selected_2": "광대의 {{blacephalonName}}[[가]] 무언가 사용한 것 같다!\n{{switchPokemon}}의 모든 아이템이 랜덤하게 재조정된다!", + "selected_3": "당황한 바보같은 표정! 완벽한 저의 한 수를 즐겨주시길!" }, "3": { - "label": "Return the Insults", - "tooltip": "(-) Upsets the Clown\n(?) Affects Pokémon Types", - "selected": "Dismal dodger, you deny a delightful duel?\nFeel my fury!", - "selected_2": "The clown's {{blacephalonName}} uses a strange move!\nAll of your team's types were randomly swapped!", - "selected_3": "Flustered fool, fall for my flawless deception!" + "label": "조롱을 되돌려준다", + "tooltip": "(-) 광대가 화를 냄\n(?) 포켓몬의 타입 조정", + "selected": "한심한 겁쟁이로군요? 즐거운 배틀을 거부하다니!\n이러면 한 방 먹이고 싶어지잖습니까!", + "selected_2": "광대의 {{blacephalonName}}[[가]] 무언가 사용한 것 같다!\n멤버 포켓몬들의 타입이 랜덤하게 재조정된다!", + "selected_3": "당황한 바보같은 표정! 완벽한 저의 한 수를 즐겨주시길!" } }, - "outro": "The clown and his cohorts\ndisappear in a puff of smoke." + "outro": "어릿광대는 동료 포켓몬과 함께 연기 속으로 사라져 버렸다." } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json index a1644d89a3f..ef011a64761 100644 --- a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json +++ b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json @@ -1,26 +1,26 @@ { - "intro": "You encounter a blistering storm of smoke and ash!", - "title": "Fiery Fallout", - "description": "The whirling ash and embers have cut visibility to nearly zero. It seems like there might be some... source that is causing these conditions. But what could be behind a phenomenon of this magnitude?", - "query": "What will you do?", + "intro": "매캐한 연기와 화산재의 폭풍을 맞닥뜨렸다!", + "title": "불타는 폴아웃", + "description": "소용돌이치는 화산재와 불씨로 인해 앞이 거의 보이질 않습니다.\n이런 데는 무언가… 원인이 있는 것 같습니다.\n그렇지만 이정도로 큰 규모라면 뒤에 도대체 뭐가 있는 걸까요?", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Find the Source", - "tooltip": "(?) Discover the source\n(-) Hard Battle", - "selected": "You push through the storm, and find two {{volcaronaName}}s in the middle of a mating dance!$They don't take kindly to the interruption and attack!" + "label": "원인을 찾는다", + "tooltip": "(?) 원인을 밝힘\n(-) 어려운 배틀", + "selected": "화산재 폭풍을 뚫고 나아가자,\n구애의 춤을 추고 있는 {{volcaronaName}} 두 마리를 발견했다!$방해받고 싶지 않았던 두 포켓몬이 싸움을 걸어왔다!" }, "2": { - "label": "Hunker Down", - "tooltip": "(-) Suffer the effects of the weather", - "selected": "The weather effects cause significant\nharm as you struggle to find shelter!$Your party takes 20% Max HP damage!", - "target_burned": "Your {{burnedPokemon}} also became burned!" + "label": "낮은 자세로 이동한다", + "tooltip": "(-) 날씨의 피해를 받음", + "selected": "쉘터를 향해 고분고투하는 동안\n재와 불씨로 인해 심각한 피해를 입었다!$모든 포켓몬이 HP가 20% 피해를 받았다!", + "target_burned": "{{burnedPokemon}}도 화상을 입고 말았다!" }, "3": { - "label": "Your Fire Types Help", - "tooltip": "(+) End the conditions\n(+) Gain a Charcoal", - "disabled_tooltip": "You need at least 2 Fire Type Pokémon to choose this", - "selected": "Your {{option3PrimaryName}} and {{option3SecondaryName}} guide you to where two {{volcaronaName}}s are in the middle of a mating dance!$Thankfully, your Pokémon are able to calm them,\nand they depart without issue." + "label": "불꽃 포켓몬들 도움받기", + "tooltip": "(+) 상황 해결\n(+) 목탄 획득", + "disabled_tooltip": "2마리 이상의 불꽃 타입 포켓몬이 필요하다.", + "selected": "{{option3PrimaryName}}[[과]] {{option3SecondaryName}}의 도움으로,\n구애의 춤을 추고 있는 {{volcaronaName}} 두 마리를 발견했다!$다행히 포켓몬들이 그 두 마리를을 진정시키고,\n문제없이 신혼여행을 떠나보냈다." } }, - "found_charcoal": "After the weather clears,\nyour {{leadPokemon}} spots something on the ground.$@s{item_fanfare}{{leadPokemon}} gained a Charcoal!" + "found_charcoal": "날씨가 개자,\n{{leadPokemon}}[[는]] 바닥에서 무언가 발견했다.$@s{item_fanfare}{{leadPokemon}}[[는]] 목탄을 얻었다!" } \ No newline at end of file From 6149a46810095dac13d192147dd76e812e3c86e8 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:15:54 +0900 Subject: [PATCH 014/130] fun game (#10) * add translation * Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --------- Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --- .../fun-and-games-dialogue.json | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index f5d7d6e8ff8..cb9b193483c 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -1,30 +1,30 @@ { - "intro_dialogue": "Step right up, folks! Try your luck\non the brand new {{wobbuffetName}} Whack-o-matic!", - "speaker": "Showman", - "title": "Fun And Games!", - "description": "You've encountered a traveling show with a prize game! You will have @[TOOLTIP_TITLE]{3 turns} to bring the {{wobbuffetName}} as close to @[TOOLTIP_TITLE]{1 HP} as possible @[TOOLTIP_TITLE]{without KOing it} so it can wind up a huge Counter on the bell-ringing machine.\nBut be careful! If you KO the {{wobbuffetName}}, you'll have to pay for the cost of reviving it!", - "query": "Would you like to play?", + "intro_dialogue": "자, 오세요 여러분!\n새로 나온 {{wobbuffetName}} 해머 게임에 도전해 보세요!", + "speaker": "진행자", + "title": "재밌는 놀이!", + "description": "상품이 걸린 게임이 진행 중입니다!\n@[TOOLTIP_TITLE]{3턴}안에 {{wobbuffetName}}[[를]] @[TOOLTIP_TITLE]{기절시키지 않고 HP를 1}에 가깝게 만들어서, {{wobbuffetName}}이 해머기계에 최고로 강력한 카운터를 날리도록 해야합니다.\n하지만 조심하세요! 만약 {{wobbuffetName}}[[가]] 기절해버리면, 치료비를 내야 할테니까요!", + "query": "게임에 참가해볼까요?", "option": { "1": { - "label": "Play the Game", - "tooltip": "(-) Pay {{option1Money, money}}\n(+) Play {{wobbuffetName}} Whack-o-matic", - "selected": "Time to test your luck!" + "label": "게임에 참가한다", + "tooltip": "(-) {{option1Money, money}} 지불\n(+) {{wobbuffetName}} 해머 게임 플레이", + "selected": "시작합니다!" }, "2": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "You hurry along your way,\nwith a slight feeling of regret." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "selected": "약간의 아쉬움을 안고, 서둘러 길을 떠났다." } }, - "ko": "Oh no! The {{wobbuffetName}} fainted!$You lose the game and\nhave to pay for the revive cost...", - "charging_continue": "The Wubboffet keeps charging its counter-swing!", - "turn_remaining_3": "Three turns remaining!", - "turn_remaining_2": "Two turns remaining!", - "turn_remaining_1": "One turn remaining!", - "end_game": "Time's up!$The {{wobbuffetName}} winds up to counter-swing and@d{16}.@d{16}.@d{16}.", - "best_result": "The {{wobbuffetName}} smacks the button so hard\nthe bell breaks off the top!$You win the grand prize!", - "great_result": "The {{wobbuffetName}} smacks the button, nearly hitting the bell!$So close!\nYou earn the second tier prize!", - "good_result": "The {{wobbuffetName}} hits the button hard enough to go midway up the scale!$You earn the third tier prize!", - "bad_result": "The {{wobbuffetName}} barely taps the button and nothing happens...$Oh no!\nYou don't win anything!", - "outro": "That was a fun little game!" + "ko": "안 돼! {{wobbuffetName}}[[가]] 기절해버렸다!$게임에 지고 {{wobbuffetName}} 병원비까지 내야할 판이다…", + "charging_continue": "마자용은 카운터 한 방을 충전하고 있다!", + "turn_remaining_3": "세 턴 남았다!", + "turn_remaining_2": "두 턴 남았다!", + "turn_remaining_1": "남은 턴은 단 한번!", + "end_game": "거기까지!${{wobbuffetName}}[[가]] 한껏 충전한 카운터를 날릴준비를 한다@d{16}.@d{16}.@d{16}.", + "best_result": "{{wobbuffetName}}[[가]] 기계를 때려부술 기세로 내리쳤다!!!$기계 맨 위에 달려있던 벨이\n아예 박살나 날아가 버렸다!$최고 1등상을 얻었다!", + "great_result": "{{wobbuffetName}}[[가]] 버튼을 박살낼 듯 내려쳤다!!$벨에 닿을랑 말랑한 곳까지 올라갔다!\n아깝다!!$2등상을 받았다!", + "good_result": "{{wobbuffetName}}[[가]] 버튼을 내리쳤다!$거의 중간까지 올라갔다!$3등상을 받았다!", + "bad_result": "{{wobbuffetName}}[[는]] 힘차게 휘둘러 봤지만\n버튼을 살짝 건드렸을 뿐 아무일도 일어나지 않았다…$안 돼!\n본전도 못 건졌다!", + "outro": "재밌는 미니게임이었다!" } \ No newline at end of file From 86b388f4c8909df15eb0812bea6b0fc66654bf73 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Tue, 17 Sep 2024 20:28:18 +0900 Subject: [PATCH 015/130] =?UTF-8?q?GTS=20=EC=B4=88=EC=95=88=20=EB=B2=88?= =?UTF-8?q?=EC=97=AD=20(#11)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add translation for gts event * Update src/locales/ko/mystery-encounters/global-trade-system-dialogue.json --- .../global-trade-system-dialogue.json | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json b/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json index 1cc420355b7..ae4dc56b6fd 100644 --- a/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json +++ b/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json @@ -1,32 +1,32 @@ { - "intro": "It's an interface for the Global Trade System!", - "title": "The GTS", - "description": "Ah, the GTS! A technological wonder, you can connect with anyone else around the globe to trade Pokémon with them! Will fortune smile upon your trade today?", - "query": "What will you do?", + "intro": "GTS 단말기가 있다!", + "title": "GTS", + "description": "오, GTS! 세상 참 좋아졌네요.\n이렇게 전세계 사람들과 연결해서 포켓몬을 교환 할 수 있으니 말이에요!\n오늘은 어떤 흥미로운 교환이 이루어질까요?", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Check Trade Offers", - "tooltip": "(+) Select a trade offer for one of your Pokémon", - "trade_options_prompt": "Select a Pokémon to receive through trade." + "label": "교환 제안을 확인한다", + "tooltip": "(+) 포켓몬 1마리와 제안을 골라 교환", + "trade_options_prompt": "교환을 통해 받을 포켓몬을 선택하세요." }, "2": { - "label": "Wonder Trade", - "tooltip": "(+) Send one of your Pokémon to the GTS and get a random Pokémon in return" + "label": "미라클교환 한다", + "tooltip": "(+) 포켓몬 중 하나를 GTS에 보내고 랜덤한 포켓몬을 받는다" }, "3": { - "label": "Trade an Item", - "trade_options_prompt": "Select an item to send.", - "invalid_selection": "This Pokémon doesn't have legal items to trade.", - "tooltip": "(+) Send one of your Items to the GTS and get a random new Item" + "label": "아이템을 교환한다", + "trade_options_prompt": "교환할 아이템을 선택하세요.", + "invalid_selection": "이 포켓몬은 교환할 아이템이 없습니다.", + "tooltip": "(+) 아이템 하나를 GTS에 보내고 랜덤한 아이템을 받는다" }, "4": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "No time to trade today!\nYou continue on." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "selected": "교환할 시간 없다!\n서둘러 떠난다!" } }, - "pokemon_trade_selected": "{{tradedPokemon}} will be sent to {{tradeTrainerName}}.", - "pokemon_trade_goodbye": "Goodbye, {{tradedPokemon}}!", - "item_trade_selected": "{{chosenItem}} will be sent to {{tradeTrainerName}}.$.@d{64}.@d{64}.@d{64}\n@s{level_up_fanfare}Trade complete!$You received a {{itemName}} from {{tradeTrainerName}}!", - "trade_received": "@s{evolution_fanfare}{{tradeTrainerName}} sent over {{received}}!" + "pokemon_trade_selected": "{{tradedPokemon}}[[를]] {{tradeTrainerName}}에게 보냅니다.", + "pokemon_trade_goodbye": "바이바이 {{tradedPokemon}}!", + "item_trade_selected": "{{chosenItem}}[[를]] {{tradeTrainerName}}에게 보냅니다.$.@d{64}.@d{64}.@d{64}\n@s{level_up_fanfare}전송 완료!${{tradeTrainerName}}[[로]]부터 {{itemName}}[[가]] 전송됐다!", + "trade_received": "@s{evolution_fanfare}{{tradeTrainerName}}[[로]]부터 {{received}}[[가]] 전송됐다!${{received}}[[를]] 귀여워해 줘!" } \ No newline at end of file From 98c71855c34f233e6c02999c24f0ea81b0d498b5 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:39:15 +0900 Subject: [PATCH 016/130] Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> --- .../ko/mystery-encounters/trash-to-treasure-dialogue.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index 453d9890b77..3aca078c3ce 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -6,8 +6,8 @@ "option": { "1": { "label": "쓸만한 것을 발굴한다", - "tooltip": "(-) 회복 아이템 구매 불가\n(+) 끝내주는 아이템들을 획득", - "selected": "당신 쓰레기 더미를 헤집고다니며, 오물을 뒤집어썼다.$지금 이 상태로는,\n아무리 친절한 점원이라도 아무것도 안 팔 것 같다!$앞으로 상점에서 파는 회복약 없이 버텨야 한다.$하지만, 쓰레기에서 엄청난 물건들을 발견했다!" + "tooltip": "(-) 회복 아이템 가격 3배로 변경\n(+) 끝내주는 아이템들을 획득", + "selected": "쓰레기 더미를 헤집고 다니며, 오물을 뒤집어썼다.$지금 이 상태로는, 아무리 친절한 점원이라도\n물건을 제 가격에 안 팔 것 같다!$앞으로 상점에서 파는 회복약을 훨씬 비싸게 사야 한다.$하지만, 쓰레기에서 엄청난 물건들을 발견했다!" }, "2": { "label": "주변을 조사한다", From b68c1343fedfbeeb1d8a76eb4911098b28cd4b87 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Tue, 17 Sep 2024 22:21:26 +0900 Subject: [PATCH 017/130] 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> --- .../safari-zone-dialogue.json | 56 +++++++++---------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/locales/ko/mystery-encounters/safari-zone-dialogue.json b/src/locales/ko/mystery-encounters/safari-zone-dialogue.json index 8869f2055e5..05310fe9804 100644 --- a/src/locales/ko/mystery-encounters/safari-zone-dialogue.json +++ b/src/locales/ko/mystery-encounters/safari-zone-dialogue.json @@ -1,46 +1,46 @@ { - "intro": "It's a safari zone!", - "title": "The Safari Zone", - "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!", - "query": "Would you like to enter?", + "intro": "사파리존이다!", + "title": "사파리존", + "description": "여기에는 오만가지 희귀하고 특별한 포켓몬들이 살고 있습니다! 최대 3마리까지, 특별한 포켓몬을 만나고 잡을 기회가 있답니다.\n\n하지만 조심하세요! 잡기도 전에 포켓몬이 도망칠 수도 있으니까요!", + "query": "들어가시겠습니까?", "option": { "1": { - "label": "Enter", - "tooltip": "(-) Pay {{option1Money, money}}\n@[SUMMARY_GREEN]{(?) Safari Zone}", - "selected": "Time to test your luck!" + "label": "들어간다", + "tooltip": "(-) {{option1Money, money}} 지불\n@[SUMMARY_GREEN]{(?) 사파리존 입장}", + "selected": "행운을 시험할 시간입니다!" }, "2": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "You hurry along your way,\nwith a slight feeling of regret." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "selected": "약간의 아쉬움을 남기고, 서둘러 길을 떠났다" } }, "safari": { "1": { - "label": "Throw a Pokéball", - "tooltip": "(+) Throw a Pokéball", - "selected": "You throw a Pokéball!" + "label": "몬스터볼을 던진다", + "tooltip": "(+) 몬스터볼을 던짐", + "selected": "몬스터볼을 던졌다!" }, "2": { - "label": "Throw Bait", - "tooltip": "(+) Increases Capture Rate\n(-) Chance to Increase Flee Rate", - "selected": "You throw some bait!" + "label": "먹이를 던진다", + "tooltip": "(+) 포획률 상승\n(-) 도망칠 확률 상승", + "selected": "먹이를 던졌다!" }, "3": { - "label": "Throw Mud", - "tooltip": "(+) Decreases Flee Rate\n(-) Chance to Decrease Capture Rate", - "selected": "You throw some mud!" + "label": "진흙을 던진다", + "tooltip": "(+) 도망칠 확률 감소\n(-) 포획률 감소", + "selected": "진흙을 던졌다!" }, "4": { - "label": "Flee", - "tooltip": "(?) Flee from this Pokémon" + "label": "도망친다", + "tooltip": "(?) 이 포켓몬에게서 도망친다" }, - "watching": "{{pokemonName}} is watching carefully!", - "eating": "{{pokemonName}} is eating!", - "busy_eating": "{{pokemonName}} is busy eating!", - "angry": "{{pokemonName}} is angry!", - "beside_itself_angry": "{{pokemonName}} is beside itself with anger!", - "remaining_count": "{{remainingCount}} Pokémon remaining!" + "watching": "{{pokemonName}}[[는]] 조심스럽게 바라보고 있다!", + "eating": "{{pokemonName}}[[가]] 먹이를 먹고 있다!", + "busy_eating": "{{pokemonName}}[[가]] 먹이를 먹기 바쁘다!", + "angry": "{{pokemonName}}[[가]] 화가 난 것 같다!", + "beside_itself_angry": "{{pokemonName}}[[가]] 머리 끝까지 화가 난 것 같다!", + "remaining_count": "포켓몬이 {{remainingCount}}마리 남았다!" }, - "outro": "That was a fun little excursion!" + "outro": "재미있는 사파리 체험이었다!" } \ No newline at end of file From 8b55a3de3790d366f28bad8b4c81275e4c211b41 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:03:39 +0900 Subject: [PATCH 018/130] =?UTF-8?q?part=20timer=20=EC=B4=88=EC=95=88=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=20(#12)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * add translation for part timer * update requested changes --- .../part-timer-dialogue.json | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/locales/ko/mystery-encounters/part-timer-dialogue.json b/src/locales/ko/mystery-encounters/part-timer-dialogue.json index 614f1818e3f..4224e28d1fd 100644 --- a/src/locales/ko/mystery-encounters/part-timer-dialogue.json +++ b/src/locales/ko/mystery-encounters/part-timer-dialogue.json @@ -1,31 +1,31 @@ { - "intro": "A busy worker flags you down.", - "speaker": "Worker", - "intro_dialogue": "You look like someone with lots of capable Pokémon!$We can pay you if you're able to help us with some part-time work!", - "title": "Part-Timer", - "description": "Looks like there are plenty of tasks that need to be done. Depending how well-suited your Pokémon is to a task, they might earn more or less money.", - "query": "Which job will you choose?", - "invalid_selection": "Pokémon must be healthy enough.", + "intro": "바빠보이는 작업 팀장이 나를 불러세웠다.", + "speaker": "작업 팀장", + "intro_dialogue": "거기 당신!\n쓸만한 포켓몬들을 가지고 있는거 같네요.$혹시 시간 있으면 알바 안 할래요?", + "title": "아르바이트", + "description": "해야 할 일들이 산더미같이 쌓여 있네요.\n포켓몬이 일을 얼마나 잘하는지에 따라,\n일당을 더 많이 받을 수도, 더 적게 받을 수도 있을 것 같습니다.", + "query": "어떤 아르바이트를 해볼까요?", + "invalid_selection": "포켓몬이 건강하지 않습니다.", "option": { "1": { - "label": "Make Deliveries", - "tooltip": "(-) Your Pokémon Uses its Speed\n(+) Earn @[MONEY]{Money}", - "selected": "Your {{selectedPokemon}} works a shift delivering orders to customers." + "label": "배달하기", + "tooltip": "(-) 포켓몬의 스피드를 활용\n(+) @[MONEY]{Money} 획득", + "selected": "{{selectedPokemon}}[[는]] 배달 아르바이트를 시작했다." }, "2": { - "label": "Warehouse Work", - "tooltip": "(-) Your Pokémon Uses its Strength and Endurance\n(+) Earn @[MONEY]{Money}", - "selected": "Your {{selectedPokemon}} works a shift moving items around the warehouse." + "label": "창고정리", + "tooltip": "(-) 포켓몬의 힘과 튼튼함을 활용\n(+) @[MONEY]{Money} 획득", + "selected": "{{selectedPokemon}}[[는]] 창고 정리를 시작했다." }, "3": { - "label": "Sales Assistant", - "tooltip": "(-) Your {{option3PrimaryName}} uses {{option3PrimaryMove}}\n(+) Earn @[MONEY]{Money}", - "disabled_tooltip": "Your Pokémon need to know certain moves for this job", - "selected": "Your {{option3PrimaryName}} spends the day using {{option3PrimaryMove}} to attract customers to the business!" + "label": "바람잡이", + "tooltip": "(-) {{option3PrimaryName}}의 {{option3PrimaryMove}}를 활용\n(+) @[MONEY]{Money} 획득", + "disabled_tooltip": "포켓몬이 해당 작업에 필요한 기술이 없습니다.", + "selected": "{{option3PrimaryName}}[[는]] {{option3PrimaryMove}}[[로]]\n하루종일 손님들을 끌어모았다!" } }, - "job_complete_good": "Thanks for the assistance!\nYour {{selectedPokemon}} was incredibly helpful!$Here's your check for the day.", - "job_complete_bad": "Your {{selectedPokemon}} helped us out a bit!$Here's your check for the day.", - "pokemon_tired": "Your {{selectedPokemon}} is worn out!\nThe PP of all its moves was reduced to 2!", - "outro": "Come back and help out again sometime!" + "job_complete_good": "도와줘서 고마워요!\n오늘은 거의 {{selectedPokemon}} 혼자서 일을 다한 것 같네요!$여기 일당이에요!", + "job_complete_bad": "{{selectedPokemon}}[[가]] 뭐… 조금은 도움이 된 거 같네요!$여기 일당이에요.", + "pokemon_tired": "{{selectedPokemon}}[[가]] 지친 것 같다!\n모든 기술의 PP가 2까지 줄었다!", + "outro": "다음에 또 도와주러 와요!" } \ No newline at end of file From 1fbb495f111018672169fb184defe2b2cbb14e8a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Tue, 17 Sep 2024 23:08:53 +0900 Subject: [PATCH 019/130] add translation (#14) --- .../shady-vitamin-dealer-dialogue.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json index d0003de07f1..0fdb8225ff4 100644 --- a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json +++ b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json @@ -1,27 +1,27 @@ { - "intro": "A man in a dark coat approaches you.", - "speaker": "Shady Salesman", - "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.", - "title": "The Vitamin Dealer", - "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.", - "query": "Which deal will you choose?", - "invalid_selection": "Pokémon must be healthy enough.", + "intro": "검은 코트를 입은 남자가 다가왔다.", + "speaker": "수상한 상인", + "intro_dialogue": ".@d{16}.@d{16}.@d{16}$아-주 좋은 물건이 있는데, 관심 있어?$물론, 네 포켓몬이 이걸 감당할 수 있을지는 모르지만.", + "title": "영양제 딜러(?)", + "description": "남자가 코트를 살짝 열어 보여주자,\n코트 안쪽에 포켓몬 영양제들이 빼곡히 들어있습니다.\n그가 부른 가격은 아주 매력적입니다. 좋아도 너무 좋군요…\n그는 두가지 선택지를 제시했습니다.", + "query": "거래를 받아들일까요?", + "invalid_selection": "포켓몬이 충분히 건강하지 않습니다.", "option": { "1": { - "label": "The Cheap Deal", - "tooltip": "(-) Pay {{option1Money, money}}\n(-) Side Effects?\n(+) Chosen Pokémon Gains 2 Random Vitamins" + "label": "저렴한 거래", + "tooltip": "(-) {{option1Money, money}} 지불\n(-) 부작용?\n(+) 선택한 포켓몬이 2가지 무작위 영양제 효과를 얻음" }, "2": { - "label": "The Pricey Deal", - "tooltip": "(-) Pay {{option2Money, money}}\n(+) Chosen Pokémon Gains 2 Random Vitamins" + "label": "비싼 거래", + "tooltip": "(-) {{option2Money, money}} 지불\n(+) 선택한 포켓몬이 2가지 무작위 영양제 효과를 얻음" }, "3": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "Heh, wouldn't have figured you for a coward." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "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}}!", - "no_bad_effects": "Looks like there were no side-effects from the medicine!" + "cheap_side_effects": "그런데 약이 부작용이 있는 것 같다!${{selectedPokemon}}[[가]] 약간 고통스러워 한다.\n성격이 {{newNature}}[[로]] 변해버렸다!", + "no_bad_effects": "딱히 부작용도 없는 것 같다!" } \ No newline at end of file From 247b04755c7cc0e9fe606757dd57e0918e40004a Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:41:25 +0900 Subject: [PATCH 020/130] [event]weird dream, uncommon breed, traning session (#15) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * translated 3 of *.json * 나이들어보이는 기라티나 대사 수정 --- .../training-session-dialogue.json | 42 +++++++++---------- .../uncommon-breed-dialogue.json | 32 +++++++------- .../weird-dream-dialogue.json | 26 ++++++------ 3 files changed, 50 insertions(+), 50 deletions(-) diff --git a/src/locales/ko/mystery-encounters/training-session-dialogue.json b/src/locales/ko/mystery-encounters/training-session-dialogue.json index f018018fe4e..329ad38aa20 100644 --- a/src/locales/ko/mystery-encounters/training-session-dialogue.json +++ b/src/locales/ko/mystery-encounters/training-session-dialogue.json @@ -1,33 +1,33 @@ { - "intro": "You've come across some\ntraining tools and supplies.", - "title": "Training Session", - "description": "These supplies look like they could be used to train a member of your party! There are a few ways you could train your Pokémon, by battling against it with the rest of your team.", - "query": "How should you train?", - "invalid_selection": "Pokémon must be healthy enough.", + "intro": "훈련에 쓸 만한 물건들을 발견했다.", + "title": "트레이닝 시간", + "description": "발견한 기구들은 포켓몬들을 훈련시키는 데 쓸 수 있을 것 같습니다!\n파티의 다른 포켓몬들과 싸우면서 원하는 방식으로 훈련해보면 어떨까요?", + "query": "어떻게 훈련할까요?", + "invalid_selection": "포켓몬이 힘들어 보인다.", "option": { "1": { - "label": "Light Training", - "tooltip": "(-) Light Battle\n(+) Improve 2 Random IVs of Pokémon", - "finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its {{stat1}} and {{stat2}} IVs were improved!" + "label": "가벼운 트레이닝", + "tooltip": "(-) 쉬운 배틀 \n(+) 선택 포켓몬 무작위 개체값 2가지 향상", + "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 {{stat1}}[[과]] {{stat2}}[[가]] 상승했다!" }, "2": { - "label": "Moderate Training", - "tooltip": "(-) Moderate Battle\n(+) Change Pokémon's Nature", - "select_prompt": "Select a new nature\nto train your Pokémon in.", - "finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its nature was changed to {{nature}}!" + "label": "일반적인 트레이닝", + "tooltip": "(-) 평범한 배틀\n(+) 선택 포켓몬 성격 변경", + "select_prompt": "포켓몬과 훈련할\n새로운 성격을 선택하세요.", + "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 성격이 {{nature}}[[로]] 바뀌었다!" }, "3": { - "label": "Heavy Training", - "tooltip": "(-) Harsh Battle\n(+) Change Pokémon's Ability", - "select_prompt": "Select a new ability\nto train your Pokémon in.", - "finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its ability was changed to {{ability}}!" + "label": "고강도 트레이닝", + "tooltip": "(-) 힘든 배틀\n(+) 선택 포켓몬 특성 변경", + "select_prompt": "포켓몬과 훈련할\n새로운 특성을 선택을 선택하세요.", + "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 특성이 {{ability}}[[로]] 바뀌었다!" }, "4": { - "label": "Leave", - "tooltip": "(-) No Rewards", - "selected": "You've no time for training.\nTime to move on." + "label": "떠난다", + "tooltip": "(-) 보상 없음", + "selected": "훈련할 시간은 없다.\n바로 길을 떠났다." }, - "selected": "{{selectedPokemon}} moves across\nthe clearing to face you..." + "selected": "{{selectedPokemon}}[[가]] 공터를 가로질러\n이쪽을 보고 마주섰다…" }, - "outro": "That was a successful training session!" + "outro": "성공적인 트레이닝 시간이었다!" } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json index e6f5b3d3fcd..4fab1c56df1 100644 --- a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json +++ b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json @@ -1,26 +1,26 @@ { - "intro": "That isn't just an ordinary Pokémon!", - "title": "Uncommon Breed", - "description": "That {{enemyPokemon}} looks special compared to others of its kind. @[TOOLTIP_TITLE]{Perhaps it knows a special move?} You could battle and catch it outright, but there might also be a way to befriend it.", - "query": "What will you do?", + "intro": "저건 평범한 포켓몬이 아닌 것 같다!", + "title": "흔하지 않은 포켓몬", + "description": "저 {{enemyPokemon}}[[는]] 어딘가 다른 {{enemyPokemon}}[[과]]는 달라보입니다. @[TOOLTIP_TITLE]{아마 특별한 기술을 알고 있을지도?}\n평범하게 배틀로 잡을 수도 있지만, 친구가 되는 방법도 있을 것 같습니다.", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Battle the Pokémon", - "tooltip": "(-) Tricky Battle\n(+) Strong Catchable Foe", - "selected": "You approach the\n{{enemyPokemon}} without fear.", - "stat_boost": "The {{enemyPokemon}}'s heightened abilities boost its stats!" + "label": "포켓몬과 싸운다", + "tooltip": "(-) 까다로운 배틀\n(+) 포획가능한 강한 적", + "selected": "{{enemyPokemon}}에게 용감하게 맞섰다.", + "stat_boost": "{{enemyPokemon}}[[가]] 집중해서 능력치가 상승했다!" }, "2": { - "label": "Give It Food", - "disabled_tooltip": "You need 4 berry items to choose this", - "tooltip": "(-) Give 4 Berries\n(+) The {{enemyPokemon}} Likes You", - "selected": "You toss the berries at the {{enemyPokemon}}!$It eats them happily!$The {{enemyPokemon}} wants to join your party!" + "label": "음식을 준다", + "disabled_tooltip": "선택지를 고르려면 나무열매가 4개 필요하다.", + "tooltip": "(-) 나무열매 4개를 줌\n(+) {{enemyPokemon}}[[가]] 좋아함", + "selected": "{{enemyPokemon}}에게 나무열매를 주었다!$행복한 듯 맛있게 먹기 시작했다!${{enemyPokemon}}[[는]] 동료가 되고 싶어하는 것 같다!" }, "3": { - "label": "Befriend It", - "disabled_tooltip": "Your Pokémon need to know certain moves to choose this", - "tooltip": "(+) {{option3PrimaryName}} uses {{option3PrimaryMove}}\n(+) The {{enemyPokemon}} Likes You", - "selected": "Your {{option3PrimaryName}} uses {{option3PrimaryMove}} to charm the {{enemyPokemon}}!$The {{enemyPokemon}} wants to join your party!" + "label": "친구가 되기", + "disabled_tooltip": "파티의 포켓몬이 특정한 기술을 알고 있어야한다.", + "tooltip": "(+) {{option3PrimaryName}}[[가]] {{option3PrimaryMove}}[[를]] 사용\n(+) {{enemyPokemon}}[[가]] 좋아함", + "selected": "{{option3PrimaryName}}[[가]] {{option3PrimaryMove}}[[를]] 사용해,\n{{enemyPokemon}}를 매료시켰다!${{enemyPokemon}}[[는]] 동료가 되고 싶어하는 것 같다!" } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index 44acde84002..d264cda89a9 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -1,22 +1,22 @@ { - "intro": "A shadowy woman blocks your path.\nSomething about her is unsettling...", - "speaker": "Woman", - "intro_dialogue": "I have seen your futures, your pasts...$Child, do you see them too?", + "intro": "어두운 실루엣의 여자가 앞을 막아선다.\n그녀에게서 뭔가 불안한 느낌이 든다…….", + "speaker": "여자", + "intro_dialogue": "너의 미래와 과거를 봤어….$저기…\n너도 그게 보이는 걸까?", "title": "???", - "description": "The woman's words echo in your head. It wasn't just a singular voice, but a vast multitude, from all timelines and realities. You begin to feel dizzy, the question lingering on your mind...\n\n@[TOOLTIP_TITLE]{\"I have seen your futures, your pasts... Child, do you see them too?\"}", - "query": "What will you do?", + "description": "여자의 말이 머리속에서 메아리처럼 울려 퍼집니다. 이건 단순히 한 사람의 목소리가 아닙니다. 모든 시간선과 현실들에서 온 수많은 사람들의 목소리입니다.\n당신은 어지러움을 느끼기 시작하고, 한 질문이 머릿속을 맴돌기 시작합니다…\n\n@[TOOLTIP_TITLE]{\"너의 미래와 과거를 봤어….저기…너도 그게 보이는 걸까?\"}", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "\"I See Them\"", - "tooltip": "@[SUMMARY_GREEN]{(?) Affects your Pokémon}", - "selected": "Her hand reaches out to touch you,\nand everything goes black.$Then...@d{64} You see everything.\nEvery timeline, all your different selves,\n past and future.$Everything that has made you,\neverything you will become...@d{64}", - "cutscene": "You see your Pokémon,@d{32} converging from\nevery reality to become something new...@d{64}", - "dream_complete": "When you awaken, the woman - was it a woman or a ghost? - is gone...$.@d{32}.@d{32}.@d{32}$Your Pokémon team has changed...\nOr is it the same team you've always had?" + "label": "고개를 끄덕인다", + "tooltip": "@[SUMMARY_GREEN]{(?) 파티의 포켓몬에 영향}", + "selected": "그녀는 당신에게 손을 뻗었고,\n이내 모든 것이 깜깜해졌다.$그리고…@d{64} 당신은 모든 것이 보인다.\n모든 시간선, 또다른 당신의 모습,\n 과거와 미래.$당신을 만들어온 모든 것,\n당신이 될 모든 것…@d{64}", + "cutscene": "당신의 포켓몬들이 보인다.@d{32} 모든 현실이\n합쳐져 새로운 무언가가 되고있다…@d{64}", + "dream_complete": "잠에서 깨어나자, 여자는 사라진 것 같다.\n사람이 아니라 유령이었을지도…$.@d{32}.@d{32}.@d{32}?$파티의 포켓몬이 바뀌었다…?$…아니 원래부터 이 상태였는지도 모른다." }, "2": { - "label": "Quickly Leave", - "tooltip": "(-) Affects your Pokémon", - "selected": "You tear your mind from a numbing grip, and hastily depart.$When you finally stop to collect yourself, you check the Pokémon in your team.$For some reason, all of their levels have decreased!" + "label": "빠르게 떠난다", + "tooltip": "(-) 파티의 포켓몬에 영향", + "selected": "당신을 무감각하게 만들던 손아귀에서 벗어나,\n정신을 차리고 서둘러 자리를 떠났다.$간신히 정신을 추스르고 멈춰서서\n파티의 포켓몬들을 확인했다.$이유는 알 수 없지만\n파티의 모든 포켓몬 레벨이 약간 줄어들었다!" } } } \ No newline at end of file From c45972d6974d1c699fab89677bd6cecea47875c9 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:01:53 +0900 Subject: [PATCH 021/130] [event] strong stuff, pokemon salesman (#16) Co-authored-by: returntoice Co-authored-by: KimJeongSun --- .../the-pokemon-salesman-dialogue.json | 30 +++++++++---------- .../the-strong-stuff-dialogue.json | 26 ++++++++-------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/locales/ko/mystery-encounters/the-pokemon-salesman-dialogue.json b/src/locales/ko/mystery-encounters/the-pokemon-salesman-dialogue.json index 7e8091bbfff..f5b35cb33cb 100644 --- a/src/locales/ko/mystery-encounters/the-pokemon-salesman-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-pokemon-salesman-dialogue.json @@ -1,23 +1,23 @@ { - "intro": "A chipper elderly man approaches you.", - "speaker": "Gentleman", - "intro_dialogue": "Hello there! Have I got a deal just for YOU!", - "title": "The Pokémon Salesman", - "description": "\"This {{purchasePokemon}} is extremely unique and carries an ability not normally found in its species! I'll let you have this swell {{purchasePokemon}} for just {{price, money}}!\"\n\n\"What do you say?\"", - "description_shiny": "\"This {{purchasePokemon}} is extremely unique and has a pigment not normally found in its species! I'll let you have this swell {{purchasePokemon}} for just {{price, money}}!\"\n\n\"What do you say?\"", - "query": "What will you do?", + "intro": "쾌활한 노신사가 다가왔다.", + "speaker": "신사", + "intro_dialogue": "거기, 안녕하신가!\n자네에게 좋은 거래를 제안하지!", + "title": "포켓몬 상인", + "description": "\"이 {{purchasePokemon}}[[는]] 다른 평범한 {{purchasePokemon}}에서는 찾을 수 없는 매우 희귀한 특성을 갖고 있다네!\n내가 이 멋진 {{purchasePokemon}}[[를]] 자네에게 {{price, money}}에 주고 싶은데!\"\n\n\"어떻게 생각하는가?\"", + "description_shiny": "\"이 {{purchasePokemon}}[[는]] 다른 평범한 {{purchasePokemon}}에서는 볼 수 없는 매우 희귀한 색깔이라네!\n내가 이 멋진 {{purchasePokemon}}[[를]] 자네에게 {{price, money}}에 주고 싶은데!\"\n\n\"어떻게 생각하는가?\"", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Accept", - "tooltip": "(-) Pay {{price, money}}\n(+) Gain a {{purchasePokemon}} with its Hidden Ability", - "tooltip_shiny": "(-) Pay {{price, money}}\n(+) Gain a shiny {{purchasePokemon}}", - "selected_message": "You paid an outrageous sum and bought the {{purchasePokemon}}.", - "selected_dialogue": "Excellent choice!$I can see you've a keen eye for business.$Oh, yeah...@d{64} Returns not accepted, got that?" + "label": "승낙한다", + "tooltip": "(-) {{price, money}} 지불\n(+) 숨겨진 특성을 가진 {{purchasePokemon}}[[를]] 얻음", + "tooltip_shiny": "(-) {{price, money}} 지불\n(+) 특별한 색을 가진 {{purchasePokemon}}[[를]] 얻음", + "selected_message": "터무니없는 금액을 내고\n{{purchasePokemon}}[[를]] 데려왔다.", + "selected_dialogue": "탁월한 선택이로군!$자네는 비즈니스에 안목이 있구먼.$아차차…@d{64} 반품은 안 된다네. 알고 있겠지?" }, "2": { - "label": "Refuse", - "tooltip": "(-) No Rewards", - "selected": "No?@d{32} You say no?$I'm only doing this as a favor to you!" + "label": "거절한다", + "tooltip": "(-) 보상 없음", + "selected": "아니?@d{32} 거절하겠다고?$요즘 젊은이들은\n호의를 베풀어도 모른다니까!" } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json b/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json index b5403616c9b..d8da437471e 100644 --- a/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json @@ -1,21 +1,21 @@ { - "intro": "It's a massive {{shuckleName}} and what appears\nto be a large stash of... juice?", - "title": "The Strong Stuff", - "description": "The {{shuckleName}} that blocks your path looks incredibly strong. Meanwhile, the juice next to it is emanating power of some kind.\n\nThe {{shuckleName}} extends its feelers in your direction. It seems like it wants to do something...", - "query": "What will you do?", + "intro": "커다란 {{shuckleName}}를 만났다!\n옆에 한가득 차 있는 저건 주스…?", + "title": "강력한 물질", + "description": "당신을 막아선 {{shuckleName}}[[는]] 엄청나게 강해보입니다. 게다가 그 옆에 있는 주스에서는 무언가 강한 기운이 느껴지는 것 같습니다.\n\n{{shuckleName}}가 당신 쪽으로 다리를 내밉니다.\n무언가 하려는 모양입니다…", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Approach the {{shuckleName}}", - "tooltip": "(?) Something awful or amazing might happen", - "selected": "You black out.", - "selected_2": "@f{150}When you awaken, the {{shuckleName}} is gone\nand juice stash completely drained.${{highBstPokemon1}} and {{highBstPokemon2}}\nfeel a terrible lethargy come over them!$Their base stats were reduced by {{reductionValue}}!$Your remaining Pokémon feel an incredible vigor, though!\nTheir base stats are increased by {{increaseValue}}!" + "label": "{{shuckleName}}에게 다가간다", + "tooltip": "(?) 끔찍하거나 놀라운 일", + "selected": "당신은 기절해버렸다……….", + "selected_2": "@f{150}정신을 차리고 나니, {{shuckleName}}[[는]] 사라지고\n주스도 완전히 비었다.${{highBstPokemon1}}[[과]] {{highBstPokemon2}}[[는]]\n굉장히 무기력해졌다!$두 포켓몬의 종족값이 {{reductionValue}}만큼 감소했다!$하지만 다른 포켓몬들은 놀라울만큼 활력이 넘친다!\n다른 포켓몬의 종족값이 {{increaseValue}}만큼 증가했다!" }, "2": { - "label": "Battle the {{shuckleName}}", - "tooltip": "(-) Hard Battle\n(+) Special Rewards", - "selected": "Enraged, the {{shuckleName}} drinks some of its juice and attacks!", - "stat_boost": "The {{shuckleName}}'s juice boosts its stats!" + "label": "{{shuckleName}}[[과]] 싸운다", + "tooltip": "(-) 어려운 배틀\n(+) 특별한 보상", + "selected": "화가 난 {{shuckleName}}[[가]] 주스를 마시고 공격해 왔다!", + "stat_boost": "주스를 마신 {{shuckleName}}의 능력치가 올라갔다!" } }, - "outro": "What a bizarre turn of events." + "outro": "기묘한 일을 겪은 것 같다…." } \ No newline at end of file From bd42e647abcd227eff6f8f2a0eb0b7f50f0a8dda Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:18:28 +0900 Subject: [PATCH 022/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index 18d754c1389..7c05a58b637 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -43,6 +43,6 @@ "epic": "에픽 알", "legendary": "레전더리 알" }, - "egg_list_full_dialogue": "Oh, it looks like you don't have room to carry another egg.$Here, take these instead!", + "egg_list_full_dialogue": "앗, 너 새로운 알을 받을 자리가 없어 보이는구나.$자, 대신 이걸 줄게!", "outro": "{{statTrainerName}}[[가]] {{eggType}}[[를]] 줬다!" } From 1d5e419b5307d3a81a15ec6f7b61a6acd9746548 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:21:24 +0900 Subject: [PATCH 023/130] Apply suggestions from code review --- .../ko/mystery-encounters/the-strong-stuff-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json b/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json index d8da437471e..28f2832802c 100644 --- a/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json @@ -8,7 +8,7 @@ "label": "{{shuckleName}}에게 다가간다", "tooltip": "(?) 끔찍하거나 놀라운 일", "selected": "당신은 기절해버렸다……….", - "selected_2": "@f{150}정신을 차리고 나니, {{shuckleName}}[[는]] 사라지고\n주스도 완전히 비었다.${{highBstPokemon1}}[[과]] {{highBstPokemon2}}[[는]]\n굉장히 무기력해졌다!$두 포켓몬의 종족값이 {{reductionValue}}만큼 감소했다!$하지만 다른 포켓몬들은 놀라울만큼 활력이 넘친다!\n다른 포켓몬의 종족값이 {{increaseValue}}만큼 증가했다!" + "selected_2": "@f{150}정신을 차리고 나니, {{shuckleName}}[[는]] 사라지고\n주스도 완전히 비었다.${{highBstPokemon1}}[[과]] {{highBstPokemon2}}[[는]]\n굉장히 무기력해졌다!$두 포켓몬의 종족값이 각각 {{reductionValue}}만큼 감소했다!$하지만 다른 포켓몬들은 놀라울만큼 활력이 넘친다!\n다른 포켓몬들의 종족값이 각각 {{increaseValue}}만큼 증가했다!" }, "2": { "label": "{{shuckleName}}[[과]] 싸운다", From 34bc6aa11d8e92f38c458aa067ab565a1cc9fdc0 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:36:46 +0900 Subject: [PATCH 024/130] [event] teleporting hijinks, slumbering snorlax (#17) Co-authored-by: returntoice Co-authored-by: KimJeongSun --- .../slumbering-snorlax-dialogue.json | 30 ++++++++-------- .../teleporting-hijinks-dialogue.json | 34 +++++++++---------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/src/locales/ko/mystery-encounters/slumbering-snorlax-dialogue.json b/src/locales/ko/mystery-encounters/slumbering-snorlax-dialogue.json index cd3bb7465c4..afac8be35e2 100644 --- a/src/locales/ko/mystery-encounters/slumbering-snorlax-dialogue.json +++ b/src/locales/ko/mystery-encounters/slumbering-snorlax-dialogue.json @@ -1,25 +1,25 @@ { - "intro": "As you walk down a narrow pathway, you see a towering silhouette blocking your path.$You get closer to see a {{snorlaxName}} sleeping peacefully.\nIt seems like there's no way around it.", - "title": "Slumbering {{snorlaxName}}", - "description": "You could attack it to try and get it to move, or simply wait for it to wake up. Who knows how long that could take, though...", - "query": "What will you do?", + "intro": "좁은 길을 걷다보니 거대한 실루엣이\n길을 막고 있는 것을 발견했다.$가까이 다가가 보니 평화롭게 자고있는 {{snorlaxName}}였다.\n피할 수 있는 방법은 없는 것 같다….", + "title": "잠자는 {{snorlaxName}}", + "description": "자고있는 {{snorlaxName}}[[를]] 지금 당장 공격해서 자리를 비키게 할 수도, 그냥 알아서 잠에서 깨어날 때까지 기다릴 수도 있습니다.\n얼마나 기다려야 할지는 알 수 없겠지만요….", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Battle It", - "tooltip": "(-) Fight Sleeping {{snorlaxName}}\n(+) Special Reward", - "selected": "You approach the\nPokémon without fear." + "label": "싸운다", + "tooltip": "(-) 잠자는 {{snorlaxName}}[[과]] 배틀\n(+) 특별한 보상", + "selected": "용감하게 포켓몬에게 다가갔다." }, "2": { - "label": "Wait for It to Move", - "tooltip": "(-) Wait a Long Time\n(+) Recover Party", - "selected": ".@d{32}.@d{32}.@d{32}$You wait for a time, but the {{snorlaxName}}'s yawns make your party sleepy...", - "rest_result": "When you all awaken, the {{snorlaxName}} is no where to be found -\nbut your Pokémon are all healed!" + "label": "움직일 때까지 기다린다", + "tooltip": "(-) 긴 시간을 기다림 \n(+) 멤버 HP회복", + "selected": ".@d{32}.@d{32}.@d{32}$한참을 기다리다보니, {{snorlaxName}}의 하품이 모두를 졸리게 만든다….", + "rest_result": "모두가 잠에서 깨어났을 무렵, {{snorlaxName}}[[는]] 어디에도 없었다.\n하지만 모든 포켓몬이 회복되었다!" }, "3": { - "label": "Steal Its Item", - "tooltip": "(+) {{option3PrimaryName}} uses {{option3PrimaryMove}}\n(+) Special Reward", - "disabled_tooltip": "Your Pokémon need to know certain moves to choose this", - "selected": "Your {{option3PrimaryName}} uses {{option3PrimaryMove}}!$@s{item_fanfare}It steals Leftovers off the sleeping\n{{snorlaxName}} and you make out like bandits!" + "label": "아이템을 훔친다", + "tooltip": "(+) {{option3PrimaryName}}[[가]] {{option3PrimaryMove}}[[를]] 사용\n(+) 특별한 보상", + "disabled_tooltip": "포켓몬이 특정 기술을 알고 있어야 한다.", + "selected": "{{option3PrimaryName}}[[는]] {{option3PrimaryMove}}[[를]] 사용했다!$@s{item_fanfare}자고 있는 {{snorlaxName}}[[로]]부터\n남은 음식을 훔쳐서 살금살금 도망쳤다!" } } } \ No newline at end of file diff --git a/src/locales/ko/mystery-encounters/teleporting-hijinks-dialogue.json b/src/locales/ko/mystery-encounters/teleporting-hijinks-dialogue.json index c295867f521..de87ab83858 100644 --- a/src/locales/ko/mystery-encounters/teleporting-hijinks-dialogue.json +++ b/src/locales/ko/mystery-encounters/teleporting-hijinks-dialogue.json @@ -1,27 +1,27 @@ { - "intro": "It's a strange machine, whirring noisily...", - "title": "Teleportating Hijinks", - "description": "The machine has a sign on it that reads:\n \"To use, insert money then step into the capsule.\"\n\nPerhaps it can transport you somewhere...", - "query": "What will you do?", + "intro": "시끄럽게 윙윙거리고 있는\n이상한 기계를 발견했다….", + "title": "텔레포트 대소동", + "description": "기계에는 다음과 같이 설명이 쓰여 있습니다.\n\"사용하려면 돈을 넣고 캡슐에 들어가세요.\"\n\n기계를 작동시키면 어딘가로 이동할 수 있을 듯하다……", + "query": "어떻게 하시겠습니까?", "option": { "1": { - "label": "Put Money In", - "tooltip": "(-) Pay {{price, money}}\n(?) Teleport to New Biome", - "selected": "You insert some money, and the capsule opens.\nYou step inside..." + "label": "돈을 넣는다", + "tooltip": "(-) {{price, money}} 지불\n(?) 다른 바이옴으로 이동", + "selected": "돈을 넣자 캡슐이 열렸다.\n당신은 안으로 들어갔다……." }, "2": { - "label": "A Pokémon Helps", - "tooltip": "(-) {{option2PrimaryName}} Helps\n(+) {{option2PrimaryName}} gains EXP\n(?) Teleport to New Biome", - "disabled_tooltip": "You need a Steel or Electric Type Pokémon to choose this", - "selected": "{{option2PrimaryName}}'s Type allows it to bypass the machine's paywall!$The capsule opens, and you step inside..." + "label": "포켓몬의 도움", + "tooltip": "(-) {{option2PrimaryName}}[[가]] 도와줌\n(+) {{option2PrimaryName}}[[가]] 경험치를 획득\n(?) 다른 바이옴으로 이동", + "disabled_tooltip": "강철 또는 전기 타입 포켓몬이 있어야 한다.", + "selected": "{{option2PrimaryName}} 덕분에\n결제 시스템을 해제할 수 있었다!$캡슐이 열리자\n당신은 안으로 들어갔다…." }, "3": { - "label": "Inspect the Machine", - "tooltip": "(-) Pokémon Battle", - "selected": "You are drawn in by the blinking lights\nand strange noises coming from the machine...$You don't even notice as a wild\nPokémon sneaks up and ambushes you!" + "label": "기계를 조사한다", + "tooltip": "(-) 포켓몬 배틀", + "selected": "기계에서 나오는 깜빡이는 불빛과\n기묘한 소리에 몰두했다…….$정신이 팔려서 야생 포켓몬이\n다가오는 것도 눈치채지 못했다!" } }, - "transport": "The machine shakes violently,\nmaking all sorts of strange noises!$Just as soon as it had started, it quiets once more.", - "attacked": "You step out into a completely new area, startling a wild Pokémon!$The wild Pokémon attacks!", - "boss_enraged": "The opposing {{enemyPokemon}} has become enraged!" + "transport": "별안간 기계가 심하게 흔들리면서\n온갖 이상한 소리가 나기 시작했다!$얼마 안 가서 기계는 다시 조용해졌다.", + "attacked": "새로운 지역에 발을 내딛자마자\n놀란 야생 포켓몬과 마주쳤다!$야생 포켓몬이 달려들었다!", + "boss_enraged": "상대 {{enemyPokemon}}[[는]] 화가 난 것 같다!" } \ No newline at end of file From 4261d312b4456b68ac26506e16027cba2e2841b9 Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:52:27 +0900 Subject: [PATCH 025/130] Apply suggestions from code review --- .../mystery-encounters/an-offer-you-cant-refuse-dialogue.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json index 09124e3b999..e271b9434f9 100644 --- a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json +++ b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json @@ -3,12 +3,12 @@ "speaker": "금수저 도련님", "intro_dialogue": "안녕하세요.$당신의 {{strongestPokemon}}[[가]] 정말 멋져서 그냥 지나칠수가 없네요!$항상 저런 애완 포켓몬을 갖고 싶었거든요!$제가 오래된 장신구랑\n돈도 함께 섭섭지 않게 챙겨주도록 하죠!", "title": "거절할 수 없는 제안", - "description": "{{strongestPokemon}}[[를]] 넘기는 대신\n@[TOOLTIP_TITLE]{Shiny Charm}과 {{price, money}}을 준다고 합니다!\n\n매우 좋은 조건이지만,\n이렇게 든든한 동료를 보내줘야 할까요?", + "description": "{{strongestPokemon}}[[를]] 넘기는 대신\n@[TOOLTIP_TITLE]{빛나는부적}과 {{price, money}}을 준다고 합니다!\n\n매우 좋은 조건이지만,\n이렇게 든든한 동료를 보내줘야 할까요?", "query": "어떻게 하시겠습니까?", "option": { "1": { "label": "제안을 받아들인다", - "tooltip": "(-) {{strongestPokemon}}[[를]] 보내줌\n(+) @[TOOLTIP_TITLE]{Shiny Charm}[[를]] 획득\n(+) {{price, money}}[[를]] 획득", + "tooltip": "(-) {{strongestPokemon}}[[를]] 보내줌\n(+) @[TOOLTIP_TITLE]{빛나는부적}[[를]] 획득\n(+) {{price, money}}[[를]] 획득", "selected": "좋아요!@d{32} 이리와, {{strongestPokemon}}!$요트 클럽에 가서 다른 사람들에게 자랑해야겠어!$다들 엄청 부러워하겠는걸!" }, "2": { From a17a210a6b53c80a968f9c7b3c4fc245889ba65b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:53:49 +0900 Subject: [PATCH 026/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index 7c05a58b637..ac587966089 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -31,7 +31,7 @@ "option": { "1": { "label": "승부한다", - "tooltip": "(-) 힘든 전투\n(+) @[TOOLTIP_TITLE]{Very Rare Egg} 획득" + "tooltip": "(-) 힘든 전투\n(+) @[TOOLTIP_TITLE]{매우 희귀한 알} 획득" }, "2": { "label": "승부를 거절한다", From e30494a35112a1559fb2865717ff06c00821f410 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:53:58 +0900 Subject: [PATCH 027/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index ac587966089..b90defb5309 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -35,7 +35,7 @@ }, "2": { "label": "승부를 거절한다", - "tooltip": "(+) 파티 전체 회복\n(+) @[TOOLTIP_TITLE]{Egg} 획득" + "tooltip": "(+) 파티 전체 회복\n(+) @[TOOLTIP_TITLE]{알} 획득" } }, "eggTypes": { From fc9610c95e11332bf87f4357228065b477d943d1 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:56:51 +0900 Subject: [PATCH 028/130] Update src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --- .../ko/mystery-encounters/the-winstrate-challenge-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json index cd62dbbdea6..7c85b84fec3 100644 --- a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json @@ -13,7 +13,7 @@ }, "2": { "label": "승부를 거절한다", - "tooltip": "(+) 파티 전체 회복\n(+) 더희귀한사탕 획득", + "tooltip": "(+) 파티 전체 회복\n(+) 더이상한사탕 획득", "selected": "아쉽군. 근데, 자네 포켓몬들 좀 지쳐보이는구만,\n조금 쉬고 가지 않을텐가?" } }, From 6b74c624c4f236f3f504a412703c56f80ac3898c Mon Sep 17 00:00:00 2001 From: sodam <66295123+sodaMelon@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:07:13 +0900 Subject: [PATCH 029/130] Update src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json --- .../ko/mystery-encounters/trash-to-treasure-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index 3aca078c3ce..bfd322c3da0 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -6,7 +6,7 @@ "option": { "1": { "label": "쓸만한 것을 발굴한다", - "tooltip": "(-) 회복 아이템 가격 3배로 변경\n(+) 끝내주는 아이템들을 획득", + "tooltip": "(-) 회복 아이템 가격 3배 상승\n(+) 끝내주는 아이템들을 획득", "selected": "쓰레기 더미를 헤집고 다니며, 오물을 뒤집어썼다.$지금 이 상태로는, 아무리 친절한 점원이라도\n물건을 제 가격에 안 팔 것 같다!$앞으로 상점에서 파는 회복약을 훨씬 비싸게 사야 한다.$하지만, 쓰레기에서 엄청난 물건들을 발견했다!" }, "2": { From 1d94651593dbe889700aeeba5ec2d69d0fc3985e Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:52:58 +0900 Subject: [PATCH 030/130] Update src/locales/ko/dialogue.json Co-authored-by: returntoice --- src/locales/ko/dialogue.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/dialogue.json b/src/locales/ko/dialogue.json index 46852479a59..5698772732e 100644 --- a/src/locales/ko/dialogue.json +++ b/src/locales/ko/dialogue.json @@ -943,8 +943,8 @@ "2": "이히히!\n너 열정이 뜨거운걸!!" }, "defeat": { - "1": "우왓!\n연료가 다 떨어졌나본데?", - "2": "우왓!\n연료가 다 떨어졌나본데?" + "1": "우왓!\n연료가 다 떨어졌나 본데?", + "2": "우왓!\n연료가 다 떨어졌나 본데?" } }, "stat_trainer_cheryl": { From e89ae809272a0dc5f74503fdd59de97407468bbc Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:56:09 +0900 Subject: [PATCH 031/130] Update src/locales/ko/dialogue.json Co-authored-by: returntoice --- src/locales/ko/dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/dialogue.json b/src/locales/ko/dialogue.json index 5698772732e..2665efe2517 100644 --- a/src/locales/ko/dialogue.json +++ b/src/locales/ko/dialogue.json @@ -964,7 +964,7 @@ "stat_trainer_marley": { "encounter": { "1": "…좋아.\n최선을 다할게.", - "2": "…좋아.\n난…지지않아…!" + "2": "…좋아.\n난…지지 않아…!" }, "victory": { "1": "…으윽.", From c5c4e1e03cf8fb44b2c86763876ecae1859bd838 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:58:06 +0900 Subject: [PATCH 032/130] Update src/locales/ko/modifier-type.json Co-authored-by: returntoice --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index e6ed564b1fb..5197f33813a 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -70,7 +70,7 @@ }, "PokemonBaseStatTotalModifierType": { "name": "단단지주스", - "description": "모든 종족값을 {{statValue}}만큼 {{increaseDecrease}}. 단단지의 {{blessCurse}}[[를]] 받았다.", + "description": "모든 종족치를 {{statValue}}만큼 {{increaseDecrease}}. 단단지의 {{blessCurse}}[[를]] 받았다.", "extra": { "increase": "올려준다", "decrease": "떨어뜨린다", From e3d03a6b4a9f3568d0dbc41eab8210758e0755f9 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:58:14 +0900 Subject: [PATCH 033/130] Update src/locales/ko/modifier-type.json Co-authored-by: returntoice --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index 5197f33813a..a88790cfb55 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -80,7 +80,7 @@ }, "PokemonBaseStatFlatModifierType": { "name": "숲의양갱", - "description": "{{stats}} 종족값을 {{statValue}}만큼 올려준다. 이상한 꿈을 꾸고 얻었다." + "description": "{{stats}} 종족치를 {{statValue}}만큼 올려준다. 이상한 꿈을 꾸고 얻었다." }, "AllPokemonFullHpRestoreModifierType": { "description": "자신의 포켓몬의 HP를 모두 회복한다." From 9b3e523808f8d16e6ace27dfbfd58b8a2413adcd Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:58:31 +0900 Subject: [PATCH 034/130] Update src/locales/ko/modifier-type.json Co-authored-by: returntoice --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index a88790cfb55..944da9f216e 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -420,7 +420,7 @@ "MYSTERY_ENCOUNTER_SHUCKLE_JUICE": { "name": "단단지주스" }, "MYSTERY_ENCOUNTER_BLACK_SLUDGE": { "name": "검은진흙", "description": "악취가 너무 심한 나머지 상점 물건 가격이 크게 비싸진다." }, "MYSTERY_ENCOUNTER_MACHO_BRACE": { "name": "교정깁스", "description": "포켓몬을 쓰러뜨리면 교정깁스 스택을 얻는다. 스택이 올라갈수록 능력치가 약간 올라가고, 최대 스택에서 추가 보너스를 얻는다." }, - "MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "숲의양갱", "description": "{{stats}} 종족값을 {{statValue}}만큼 올려준다." }, + "MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "숲의양갱", "description": "{{stats}} 종족치를 {{statValue}}만큼 올려준다." }, "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "황금잠자리채", "description": "벌레타입 포켓몬을 더 자주 만날 수 있는 행운을 부여한다. 묘한 무게감이 든다." } }, "SpeciesBoosterItem": { From f7c1b2622c377f1fb8b75270da754441c8187805 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:58:55 +0900 Subject: [PATCH 035/130] Update src/locales/ko/modifier-type.json Co-authored-by: returntoice --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index 944da9f216e..2ddbf84df2d 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -421,7 +421,7 @@ "MYSTERY_ENCOUNTER_BLACK_SLUDGE": { "name": "검은진흙", "description": "악취가 너무 심한 나머지 상점 물건 가격이 크게 비싸진다." }, "MYSTERY_ENCOUNTER_MACHO_BRACE": { "name": "교정깁스", "description": "포켓몬을 쓰러뜨리면 교정깁스 스택을 얻는다. 스택이 올라갈수록 능력치가 약간 올라가고, 최대 스택에서 추가 보너스를 얻는다." }, "MYSTERY_ENCOUNTER_OLD_GATEAU": { "name": "숲의양갱", "description": "{{stats}} 종족치를 {{statValue}}만큼 올려준다." }, - "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "황금잠자리채", "description": "벌레타입 포켓몬을 더 자주 만날 수 있는 행운을 부여한다. 묘한 무게감이 든다." } + "MYSTERY_ENCOUNTER_GOLDEN_BUG_NET": { "name": "황금잠자리채", "description": "벌레 타입 포켓몬을 더 자주 만날 수 있는 행운을 부여한다. 묘한 무게감이 든다." } }, "SpeciesBoosterItem": { "LIGHT_BALL": { From 7f681745d9bac6456ca5916f56d1fea07f1b36ac Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:01:01 +0900 Subject: [PATCH 036/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index b90defb5309..e204d8360c1 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -6,7 +6,7 @@ "decline": "쳇, 아무래도 네 포켓몬들 컨디션이 별로인 거 같구나.$자, 내가 좀 도와줄게." }, "cheryl": { - "intro_dialogue": "안녕, 내 이름은 모미야.$너처럼 강한 트레이너가\n관심 있을만한 제안이 있어.$희귀한 알을 두 개 가지고 있는데,\n하나를 누가 맡아줬으면 해.$네가 승부에서 이긴다면,\n더 희귀한 알을 너한테 맡기도록 할게!", + "intro_dialogue": "안녕, 내 이름은 모미야.$너처럼 강한 트레이너가\n관심 있을 만한 제안이 있어.$희귀한 알을 두 개 가지고 있는데,\n하나를 누가 맡아줬으면 해.$네가 승부에서 이긴다면,\n더 희귀한 알을 너한테 맡기도록 할게!", "accept": "준비 됐겠지!", "decline": "알았어.\n네 포켓몬들 좀 지쳐보이네.$자, 내가 좀 도와줄게." }, From 9625220bf5aa4b4f3ee326e0e0a41694684ccd14 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:01:31 +0900 Subject: [PATCH 037/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index e204d8360c1..d113b9093e9 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -8,7 +8,7 @@ "cheryl": { "intro_dialogue": "안녕, 내 이름은 모미야.$너처럼 강한 트레이너가\n관심 있을 만한 제안이 있어.$희귀한 알을 두 개 가지고 있는데,\n하나를 누가 맡아줬으면 해.$네가 승부에서 이긴다면,\n더 희귀한 알을 너한테 맡기도록 할게!", "accept": "준비 됐겠지!", - "decline": "알았어.\n네 포켓몬들 좀 지쳐보이네.$자, 내가 좀 도와줄게." + "decline": "알았어.\n네 포켓몬들 좀 지쳐 보이네.$자, 내가 좀 도와줄게." }, "marley": { "intro_dialogue": "…@d{64}난 미정이야.$제안이 있어…$알 두 개가 있는데,\n하나를 다른 사람이 맡아줬으면 해.$네가 나보다 강하다면,\n더 희귀한 알을 줄게.", From 7b33e7349dbec9a4a44917b3c8c4e4bcc2be6e62 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:01:54 +0900 Subject: [PATCH 038/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index d113b9093e9..c48e96311ce 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -17,7 +17,7 @@ }, "mira": { "intro_dialogue": "안녕!\n나는 미루!$너처럼 강한 트레이너에게\n미루가 제안이 있어!$미루가 지금 희귀한 알 두개가 있거든\n하나를 다른 사람이 맡아줬으면 좋겠어!$미루에게 네가 더 강하다는걸 보여주면,\n미루가 더 희귀한 알을 줄게!", - "accept": "승부하는거지?\n야호!", + "accept": "승부하는 거지?\n야호!", "decline": "어라, 승부 안 하는거야?\n괜찮아!$미루가 네 포켓몬들을 치료해줄게!" }, "riley": { From 34ca48f3da729fcc1480055c02b8b1e6b0798f34 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:02:20 +0900 Subject: [PATCH 039/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index c48e96311ce..fe1747d32bf 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -18,7 +18,7 @@ "mira": { "intro_dialogue": "안녕!\n나는 미루!$너처럼 강한 트레이너에게\n미루가 제안이 있어!$미루가 지금 희귀한 알 두개가 있거든\n하나를 다른 사람이 맡아줬으면 좋겠어!$미루에게 네가 더 강하다는걸 보여주면,\n미루가 더 희귀한 알을 줄게!", "accept": "승부하는 거지?\n야호!", - "decline": "어라, 승부 안 하는거야?\n괜찮아!$미루가 네 포켓몬들을 치료해줄게!" + "decline": "어라, 승부 안 하는 거야?\n괜찮아!$미루가 네 포켓몬들을 치료해 줄게!" }, "riley": { "intro_dialogue": "나는 현이.$너처럼 강한 트레이너에게\n별난 제안을 하나 할게.$지금 두 개의 희귀한 알이 있는데,\n하나를 다른 트레이너에게 맡기고 싶어.$네가 승부에서 이긴다면,\n더 희귀한 알을 줄게!", From a0abc816a5fcb2dfc7b6896fb8f64c01bd51349a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:02:56 +0900 Subject: [PATCH 040/130] Update src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json index fe1747d32bf..f5d1f8f3e92 100644 --- a/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json +++ b/src/locales/ko/mystery-encounters/a-trainers-test-dialogue.json @@ -26,7 +26,7 @@ "decline": "알겠어, 네 포켓몬들 지쳐 보이는구나.$자, 내가 도와줄게." }, "title": "선배 트레이너의 테스트", - "description": "이 트레이너는 승부를 받아들이든 거절하든 알을 줄 것 같습니다.\n하지만 이 강한 트레이너를 쓰러트릴 수 있다면 훨씬 더 희귀한 알을 받을 수 있을 겁니다.", + "description": "이 트레이너는 승부를 받아들이든 거절하든 알을 줄 것 같습니다.\n하지만 이 강한 트레이너를 쓰러트린다면 훨씬 더 희귀한 알을 받을 수 있을 겁니다.", "query": "어떻게 하시겠습니까?", "option": { "1": { From b0dee7ddfd240d1d8df1905f20714d3d98665a39 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:05:36 +0900 Subject: [PATCH 041/130] Update src/locales/ko/modifier-type.json Co-authored-by: returntoice --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index 2ddbf84df2d..2e91070a6cd 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -66,7 +66,7 @@ "description": "자신의 모든 포켓몬의 레벨이 {{levels}}만큼 상승한다." }, "BaseStatBoosterModifierType": { - "description": "지니게 하면 {{stat}} 종족값을 10% 올려준다. 개체값이 높을수록 더 많이 누적시킬 수 있다." + "description": "지니게 하면 {{stat}} 종족치를 10% 올려준다. 개체값이 높을수록 더 많이 누적시킬 수 있다." }, "PokemonBaseStatTotalModifierType": { "name": "단단지주스", From 299e04ab9f35970de244c04e545610f4ceb82e9b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:07:00 +0900 Subject: [PATCH 042/130] Update src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json --- .../ko/mystery-encounters/absolute-avarice-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json index 34b5c7d5beb..c0a77d7aa1c 100644 --- a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json +++ b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json @@ -1,7 +1,7 @@ { "intro": "갑자기 나타난 {{greedentName}}[[가]]\n나무열매를 훔쳐갔다!", "title": "끝없는 욕심", - "description": "당신이 방심한 틈에 {{greedentName}}[[가]] 나무열매를 모두 훔쳐가버렸습니다!\n\n{{greedentName}}[[는]] 나무열매를 먹으려다가,\n잠시 멈춰서 당신을 재밌다는 듯 바라보고 있습니다.", + "description": "당신이 방심한 틈에 {{greedentName}}[[가]] 나무열매를 모두 훔쳐 가버렸습니다!\n\n{{greedentName}}[[는]] 나무열매를 먹으려다가,\n잠시 멈춰서 당신을 재밌다는 듯 바라보고 있습니다.", "query": "어떻게 하시겠습니까?", "option": { "1": { From f85fbb44a14edb33c09e2fface54851b7b809ea1 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:07:41 +0900 Subject: [PATCH 043/130] Update src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/absolute-avarice-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json index c0a77d7aa1c..5e039af8f08 100644 --- a/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json +++ b/src/locales/ko/mystery-encounters/absolute-avarice-dialogue.json @@ -19,7 +19,7 @@ "3": { "label": "먹게 둔다", "tooltip": "(-) 모든 나무열매를 잃음\n(?) {{greedentName}}[[가]] 매우 좋아함", - "selected": "{{greedentName}}[[가]] 눈 깜짝할 새에\n모든 나무열매를 먹어치웠다!$흡족하게 이쪽을 바라보면서,\n빵빵해진 배를 두드렸다.$아마 앞으로 식비가 만만치 않을 것 같다…$@s{level_up_fanfare}{{greedentName}}[[는]] 동료가 되고 싶어하는 것 같다!" + "selected": "{{greedentName}}[[가]] 눈 깜짝할 새에\n모든 나무열매를 먹어치웠다!$흡족하게 이쪽을 바라보면서\n빵빵해진 배를 두드렸다.$아마 앞으로 식비가 만만치 않을 것 같다…$@s{level_up_fanfare}{{greedentName}}[[는]] 동료가 되고 싶어하는 것 같다!" } } } \ No newline at end of file From bdcc990969f6ddabd8990eac0ab2b4126a7d03d4 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:08:19 +0900 Subject: [PATCH 044/130] Update src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json Co-authored-by: returntoice --- .../mystery-encounters/an-offer-you-cant-refuse-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json index e271b9434f9..f0ab5f656d0 100644 --- a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json +++ b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json @@ -1,7 +1,7 @@ { "intro": "금수저 도련님에게 붙들렸다!", "speaker": "금수저 도련님", - "intro_dialogue": "안녕하세요.$당신의 {{strongestPokemon}}[[가]] 정말 멋져서 그냥 지나칠수가 없네요!$항상 저런 애완 포켓몬을 갖고 싶었거든요!$제가 오래된 장신구랑\n돈도 함께 섭섭지 않게 챙겨주도록 하죠!", + "intro_dialogue": "안녕하세요.$당신의 {{strongestPokemon}}[[가]] 정말 멋져서 그냥 지나칠 수가 없네요!$항상 저런 애완 포켓몬을 갖고 싶었거든요!$제가 오래된 장신구랑\n돈도 함께 섭섭지 않게 챙겨주도록 하죠!", "title": "거절할 수 없는 제안", "description": "{{strongestPokemon}}[[를]] 넘기는 대신\n@[TOOLTIP_TITLE]{빛나는부적}과 {{price, money}}을 준다고 합니다!\n\n매우 좋은 조건이지만,\n이렇게 든든한 동료를 보내줘야 할까요?", "query": "어떻게 하시겠습니까?", From fc4c6ea203f637214e4d072682cd9419f7c622cb Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:09:41 +0900 Subject: [PATCH 045/130] Update src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json Co-authored-by: returntoice --- .../mystery-encounters/an-offer-you-cant-refuse-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json index f0ab5f656d0..122e1cc87ef 100644 --- a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json +++ b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json @@ -12,7 +12,7 @@ "selected": "좋아요!@d{32} 이리와, {{strongestPokemon}}!$요트 클럽에 가서 다른 사람들에게 자랑해야겠어!$다들 엄청 부러워하겠는걸!" }, "2": { - "label": "꼬마녀석을 혼내준다", + "label": "꼬마 녀석을 혼내준다", "tooltip": "(+) {{option2PrimaryName}}의 {{moveOrAbility}} 사용\n(+) {{price, money}} 획득", "tooltip_disabled": "이 선택지를 선택하려면 포켓몬이 특정 기술이나 능력을 가지고 있어야 한다.", "selected": "말도 안 돼!\n{{liepardName}}, 우리 지금 삥 뜯긴거야?!$너...!\n곧 우리 변호사 연락을 받게 될 거다!" From 6e4164776ba30bd7810ac5f36434bacfb66d2569 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:11:01 +0900 Subject: [PATCH 046/130] Update src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json Co-authored-by: returntoice --- .../mystery-encounters/an-offer-you-cant-refuse-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json index 122e1cc87ef..2eefd164182 100644 --- a/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json +++ b/src/locales/ko/mystery-encounters/an-offer-you-cant-refuse-dialogue.json @@ -15,7 +15,7 @@ "label": "꼬마 녀석을 혼내준다", "tooltip": "(+) {{option2PrimaryName}}의 {{moveOrAbility}} 사용\n(+) {{price, money}} 획득", "tooltip_disabled": "이 선택지를 선택하려면 포켓몬이 특정 기술이나 능력을 가지고 있어야 한다.", - "selected": "말도 안 돼!\n{{liepardName}}, 우리 지금 삥 뜯긴거야?!$너...!\n곧 우리 변호사 연락을 받게 될 거다!" + "selected": "말도 안 돼!\n{{liepardName}}, 우리 지금 삥 뜯긴 거야?!$너…!\n곧 우리 변호사 연락을 받게 될 거다!" }, "3": { "label": "떠난다", From 90cb2f2c5b34cddd3cabb1fcab89a116ba33ca2f Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:11:26 +0900 Subject: [PATCH 047/130] Update src/locales/ko/mystery-encounters/berries-abound-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/berries-abound-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json index 166604c05ac..372f3ef87b5 100644 --- a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json +++ b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json @@ -1,7 +1,7 @@ { "intro": "포켓몬 근처에 열매가\n달린 거대한 나무가 있다!", "title": "나무열매 풍년", - "description": "나무열매 덤불을 지키고 있는 강력한 포켓몬이 있는 것 같습니다.\n그냥 싸워볼 수도 있겠지만, 조금 강해보입니다.\n혹시 빠른 포켓몬이라면 잡히지 않고 열매를 가져올 수 있지 않을까요?", + "description": "나무열매 덤불을 지키고 있는 강력한 포켓몬이 있는 것 같습니다.\n그냥 싸워 볼 수도 있겠지만, 조금 강해 보입니다.\n혹시 빠른 포켓몬이 있다면 잡히지 않고도 열매를 가져올 수 있지 않을까요?", "query": "어떻게 하시겠습니까?", "berries": "나무열매!", "option": { From b22f4ac160baa57f14ebf3f965d93ebb3ae3ac61 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:11:49 +0900 Subject: [PATCH 048/130] Update src/locales/ko/mystery-encounters/berries-abound-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/berries-abound-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json index 372f3ef87b5..debcfd6ac34 100644 --- a/src/locales/ko/mystery-encounters/berries-abound-dialogue.json +++ b/src/locales/ko/mystery-encounters/berries-abound-dialogue.json @@ -14,7 +14,7 @@ "label": "덤불을 향해 뛴다", "tooltip": "(-) {{fastestPokemon}}의 스피드를 활용\n(+) 나무열매 획득", "selected": "{{fastestPokemon}}[[가]] 나무열매 덤불을 향해 달려간다!${{enemyPokemon}}[[가]] 반응하기 전에 나무열매 {{numBerries}}개를 낚아챘다!$빼앗은 열매를 들고 재빨리 도망쳤다.", - "selected_bad": "{{fastestPokemon}}[[가]] 나무열매 덤불을 행해 달려간다!$이런! {{enemyPokemon}}[[가]] 더 빨라서, 가로막혔다!", + "selected_bad": "{{fastestPokemon}}[[가]] 나무열매 덤불을 향해 달려간다!$이런! {{enemyPokemon}}[[가]] 더 빨라서 가로막혔다!", "boss_enraged": "상대 {{enemyPokemon}}[[는]] 분노했다!" }, "3": { From 40a8382ca329b67975abe73f6c631f4a7105e7f1 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:12:03 +0900 Subject: [PATCH 049/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index a0d1d45f8c5..ddbb0a4a9d0 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -1,6 +1,6 @@ { "intro": "온갖 종류의 곤충채집 장비를 가진\n특이한 트레이너가 길을 막아섰다!", - "intro_dialogue": "거기, 트레이너!\n난 세상에서 가장 희귀한 벌레 포켓몬을 찾고있어!$너도 벌레 타입 포켓몬 좋아하지?\n모두 벌레 타입 포켓몬을 좋아하니깐!", + "intro_dialogue": "거기, 트레이너!\n난 세상에서 가장 희귀한 벌레 포켓몬을 찾고 있어!$너도 벌레 타입 포켓몬 좋아하지?\n모두 벌레 타입 포켓몬을 좋아하니깐!", "title": "벌레타입 포켓몬 매니아", "speaker": "벌레타입 매니아", "description": "이 트레이너는 대답할 틈도 없이, 계속 떠들어대고 있습니다…\n\n이 상황에서 벗어나려면, 트레이너의 주의를 돌려야 할 것 같습니다!", From f649b853d4d8a8678a159517d9576f9137e2ff56 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:12:18 +0900 Subject: [PATCH 050/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index ddbb0a4a9d0..da852b35352 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -1,8 +1,8 @@ { "intro": "온갖 종류의 곤충채집 장비를 가진\n특이한 트레이너가 길을 막아섰다!", "intro_dialogue": "거기, 트레이너!\n난 세상에서 가장 희귀한 벌레 포켓몬을 찾고 있어!$너도 벌레 타입 포켓몬 좋아하지?\n모두 벌레 타입 포켓몬을 좋아하니깐!", - "title": "벌레타입 포켓몬 매니아", - "speaker": "벌레타입 매니아", + "title": "벌레 타입 포켓몬 매니아", + "speaker": "벌레 타입 매니아", "description": "이 트레이너는 대답할 틈도 없이, 계속 떠들어대고 있습니다…\n\n이 상황에서 벗어나려면, 트레이너의 주의를 돌려야 할 것 같습니다!", "query": "어떻게 하시겠습니까?", "option": { From d5eeb2901d3c58ee96d8b221d97edb8d9479c852 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:12:34 +0900 Subject: [PATCH 051/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index da852b35352..bd7be7575a2 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -3,7 +3,7 @@ "intro_dialogue": "거기, 트레이너!\n난 세상에서 가장 희귀한 벌레 포켓몬을 찾고 있어!$너도 벌레 타입 포켓몬 좋아하지?\n모두 벌레 타입 포켓몬을 좋아하니깐!", "title": "벌레 타입 포켓몬 매니아", "speaker": "벌레 타입 매니아", - "description": "이 트레이너는 대답할 틈도 없이, 계속 떠들어대고 있습니다…\n\n이 상황에서 벗어나려면, 트레이너의 주의를 돌려야 할 것 같습니다!", + "description": "이 트레이너는 대답할 틈도 없이 계속 떠들어대고 있습니다…\n\n이 상황에서 벗어나려면, 트레이너의 주의를 돌려야 할 것 같습니다!", "query": "어떻게 하시겠습니까?", "option": { "1": { From 6f9930853f73aa77adcdb433b458dd0abc36d61d Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:12:47 +0900 Subject: [PATCH 052/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index bd7be7575a2..1580eb065bb 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -8,7 +8,7 @@ "option": { "1": { "label": "승부한다", - "tooltip": "(-) 포켓몬 배틀 도전\n(+) 벌레타입 기술을 가르침", + "tooltip": "(-) 포켓몬 배틀 도전\n(+) 벌레 타입 기술을 가르침", "selected": "나한테 도전하겠다고?\n내 벌레 포켓몬들은 이미 준비됐어!" }, "2": { From 7e1eb1692074cc16f2cc40d16f5338d3c6eaf47f Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:12:59 +0900 Subject: [PATCH 053/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index 1580eb065bb..750a2fd94ca 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -14,7 +14,7 @@ "2": { "label": "벌레 포켓몬을 보여준다", "tooltip": "(+) 아이템 획득", - "disabled_tooltip": "벌레타입 포켓몬이 없다.", + "disabled_tooltip": "벌레 타입 포켓몬이 없다.", "selected": "트레이너에게 가지고 있는 모든 벌레 포켓몬을 보여주었다...", "selected_0_to_1": "응? 너 {{numBugTypes}}마리 갖고 있구나...$너 같은 일반인한테 떠들다었다니, 산소가 아깝네…", "selected_2_to_3": "어라, 너 {{numBugTypes}}마리 갖고 있구나!\n나쁘지 않아.$내가 더 많이 잡는데 도움이 될만 한 걸 줄게!", From abbae6c968ec0776752480f8e2b9b2d67e488c7a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:13:39 +0900 Subject: [PATCH 054/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index 750a2fd94ca..bd7e84217a8 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -16,7 +16,7 @@ "tooltip": "(+) 아이템 획득", "disabled_tooltip": "벌레 타입 포켓몬이 없다.", "selected": "트레이너에게 가지고 있는 모든 벌레 포켓몬을 보여주었다...", - "selected_0_to_1": "응? 너 {{numBugTypes}}마리 갖고 있구나...$너 같은 일반인한테 떠들다었다니, 산소가 아깝네…", + "selected_0_to_1": "응? 너 {{numBugTypes}}마리밖에 안 갖고 있구나...$너 같은 일반인한테 떠들었다니, 쓸데없이 입만 아팠네…", "selected_2_to_3": "어라, 너 {{numBugTypes}}마리 갖고 있구나!\n나쁘지 않아.$내가 더 많이 잡는데 도움이 될만 한 걸 줄게!", "selected_4_to_5": "뭐야? 너 벌레타입을 {{numBugTypes}}마리나 갖고 있네?\n좋아!$아직 수준엔 못 미치지만, 너한테 내 옛날 모습이 보여!\n$이걸 받거라, 내 제자여…!", "selected_6": "우와!\n{{numBugTypes}}마리 모두 벌레타입!$너도 나만큼 벌레 타입을 사랑하는거지?$이걸 가져가!\n동지의 증표로 나눠줄게!" From ace6b106e86be760bfb1ccf8edbc0a869fe5b119 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:14:07 +0900 Subject: [PATCH 055/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index bd7e84217a8..2df8b1fdcd4 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -17,9 +17,9 @@ "disabled_tooltip": "벌레 타입 포켓몬이 없다.", "selected": "트레이너에게 가지고 있는 모든 벌레 포켓몬을 보여주었다...", "selected_0_to_1": "응? 너 {{numBugTypes}}마리밖에 안 갖고 있구나...$너 같은 일반인한테 떠들었다니, 쓸데없이 입만 아팠네…", - "selected_2_to_3": "어라, 너 {{numBugTypes}}마리 갖고 있구나!\n나쁘지 않아.$내가 더 많이 잡는데 도움이 될만 한 걸 줄게!", - "selected_4_to_5": "뭐야? 너 벌레타입을 {{numBugTypes}}마리나 갖고 있네?\n좋아!$아직 수준엔 못 미치지만, 너한테 내 옛날 모습이 보여!\n$이걸 받거라, 내 제자여…!", - "selected_6": "우와!\n{{numBugTypes}}마리 모두 벌레타입!$너도 나만큼 벌레 타입을 사랑하는거지?$이걸 가져가!\n동지의 증표로 나눠줄게!" + "selected_2_to_3": "어라, 너 {{numBugTypes}}마리 갖고 있구나!\n나쁘지 않아.$내가 더 많이 잡는 데 도움이 될만한 걸 줄게!", + "selected_4_to_5": "뭐야? 너 벌레 타입을 {{numBugTypes}}마리나 갖고 있네?\n좋아!$아직 수준엔 못 미치지만, 너한테 내 옛날 모습이 보여!\n$이걸 받거라, 내 제자여…!", + "selected_6": "우와!\n{{numBugTypes}}마리 모두 벌레 타입!$너도 나만큼 벌레 타입을 사랑하는 거지?$이걸 가져가!\n동지의 증표로 나눠줄게!" }, "3": { "label": "벌레 아이템을 준다", From 4705001c66c4785d005c449156f24858def0fc3e Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:14:32 +0900 Subject: [PATCH 056/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index 2df8b1fdcd4..5a6a90e5727 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -28,7 +28,7 @@ "select_prompt": "건네줄 아이템을 선택하세요.", "invalid_selection": "포켓몬이 해당하는 아이템을 갖고 있지 않다.", "selected": "트레이너에게 {{selectedItem}}[[를]] 건넸다.", - "selected_dialogue": "우와! {{selectedItem}}, 나한테 주는거야?\n너 꽤 괜찮은 꼬마구나!$고마우니깐,\n나도 너한테 특별한 선물을 줄게!$가보로 전해져 내려온 귀한 물건이지만,\n너한테 주고 싶어!" + "selected_dialogue": "우와! {{selectedItem}}, 나한테 주는 거야?\n너 꽤 괜찮은 꼬마구나!$고마우니깐,\n나도 너한테 특별한 선물을 줄게!$가보로 전해져 내려온 귀한 물건이지만\n너한테 주고 싶어!" } }, "battle_won": "너의 지식과 기술들이 우리 약점을 완벽하게 파고들었어.$귀중한 경험을 했으니,\n나도 벌레타입 기술을 하나 가르쳐 줄게!", From 46fa4d05b7d6e87dffda1607524880845dc07a71 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:15:09 +0900 Subject: [PATCH 057/130] Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/bug-type-superfan-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json index 5a6a90e5727..21ca20481ca 100644 --- a/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json +++ b/src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json @@ -31,7 +31,7 @@ "selected_dialogue": "우와! {{selectedItem}}, 나한테 주는 거야?\n너 꽤 괜찮은 꼬마구나!$고마우니깐,\n나도 너한테 특별한 선물을 줄게!$가보로 전해져 내려온 귀한 물건이지만\n너한테 주고 싶어!" } }, - "battle_won": "너의 지식과 기술들이 우리 약점을 완벽하게 파고들었어.$귀중한 경험을 했으니,\n나도 벌레타입 기술을 하나 가르쳐 줄게!", + "battle_won": "너의 지식과 기술들이 우리 약점을 완벽하게 파고들었어.$귀중한 경험을 했으니,\n나도 벌레 타입 기술을 하나 가르쳐 줄게!", "teach_move_prompt": "기술을 가르칠 포켓몬을 선택하세요.", "confirm_no_teach": "너, 정말로 이 대단한 기술들이 필요없는 거야?", "outro": "나중에 멋진 벌레 포켓몬을 만나길 바라며!\n다시 만날 때까지!$사사삭!" From 2bfdebd8591d603dfe3b5eac9400d31ce04de20b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:15:29 +0900 Subject: [PATCH 058/130] Update src/locales/ko/mystery-encounters/weird-dream-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/weird-dream-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index d264cda89a9..8a2662f5fe7 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -3,7 +3,7 @@ "speaker": "여자", "intro_dialogue": "너의 미래와 과거를 봤어….$저기…\n너도 그게 보이는 걸까?", "title": "???", - "description": "여자의 말이 머리속에서 메아리처럼 울려 퍼집니다. 이건 단순히 한 사람의 목소리가 아닙니다. 모든 시간선과 현실들에서 온 수많은 사람들의 목소리입니다.\n당신은 어지러움을 느끼기 시작하고, 한 질문이 머릿속을 맴돌기 시작합니다…\n\n@[TOOLTIP_TITLE]{\"너의 미래와 과거를 봤어….저기…너도 그게 보이는 걸까?\"}", + "description": "여자의 말이 머릿속에서 메아리처럼 울려 퍼집니다. 이건 단순히 한 사람의 목소리가 아닙니다. 모든 시간선과 현실에서 온 수많은 사람들의 목소리입니다.\n당신은 어지러움을 느끼기 시작하고, 한 질문이 머릿속을 맴돌기 시작합니다…\n\n@[TOOLTIP_TITLE]{\"너의 미래와 과거를 봤어….저기… 너도 그게 보이는 걸까?\"}", "query": "어떻게 하시겠습니까?", "option": { "1": { From 9c35a8d9dc453e384bb90d03b16c57844dc2feba Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:15:47 +0900 Subject: [PATCH 059/130] Update src/locales/ko/mystery-encounters/clowning-around-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/clowning-around-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/clowning-around-dialogue.json b/src/locales/ko/mystery-encounters/clowning-around-dialogue.json index 59586708686..9dbf666d041 100644 --- a/src/locales/ko/mystery-encounters/clowning-around-dialogue.json +++ b/src/locales/ko/mystery-encounters/clowning-around-dialogue.json @@ -1,7 +1,7 @@ { "intro": "어라...@d{64}어릿광대인 걸까?", "speaker": "어릿광대", - "intro_dialogue": "거기있는 어리버리한 바보씨, 화려한 배틀을 맞이할 각오를 하시길!\n이 싸움꾼 광대가 당신을 쓰러트리겠습니다!", + "intro_dialogue": "거기 있는 어리버리한 바보씨, 화려한 배틀을 맞이할 각오를 하시길!\n이 싸움꾼 광대가 당신을 쓰러트리겠습니다!", "title": "어릿광대의 장난", "description": "이번 상대는 뭔가 이상합니다.\n어릿광대가 당신을 전투에 끌어들이고 싶어하는 것 같은데, 무슨 목적일까요?\n\n{{blacephalonName}}[[은]] 더욱 수상합니다.\n마치 @[TOOLTIP_TITLE]{이상한 타입과 능력}을 가진 것 같습니다.", "query": "어떻게 하시겠습니까?", From e49072444af77a3fccae62c76a832c5741d5cf66 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:16:13 +0900 Subject: [PATCH 060/130] Update src/locales/ko/mystery-encounters/weird-dream-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/weird-dream-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index 8a2662f5fe7..d885218fe2b 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -9,7 +9,7 @@ "1": { "label": "고개를 끄덕인다", "tooltip": "@[SUMMARY_GREEN]{(?) 파티의 포켓몬에 영향}", - "selected": "그녀는 당신에게 손을 뻗었고,\n이내 모든 것이 깜깜해졌다.$그리고…@d{64} 당신은 모든 것이 보인다.\n모든 시간선, 또다른 당신의 모습,\n 과거와 미래.$당신을 만들어온 모든 것,\n당신이 될 모든 것…@d{64}", + "selected": "그녀는 당신에게 손을 뻗었고,\n이내 모든 것이 깜깜해졌다.$그리고…@d{64} 당신은 모든 것이 보인다.\n모든 시간선, 또 다른 당신의 모습,\n 과거와 미래.$당신을 만들어온 모든 것,\n당신이 될 모든 것…@d{64}", "cutscene": "당신의 포켓몬들이 보인다.@d{32} 모든 현실이\n합쳐져 새로운 무언가가 되고있다…@d{64}", "dream_complete": "잠에서 깨어나자, 여자는 사라진 것 같다.\n사람이 아니라 유령이었을지도…$.@d{32}.@d{32}.@d{32}?$파티의 포켓몬이 바뀌었다…?$…아니 원래부터 이 상태였는지도 모른다." }, From d46a9adb2488329a16dff777c1cd8c8ad0a09ee1 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:16:43 +0900 Subject: [PATCH 061/130] Update src/locales/ko/mystery-encounters/clowning-around-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/clowning-around-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/clowning-around-dialogue.json b/src/locales/ko/mystery-encounters/clowning-around-dialogue.json index 9dbf666d041..f1d8fed6fbf 100644 --- a/src/locales/ko/mystery-encounters/clowning-around-dialogue.json +++ b/src/locales/ko/mystery-encounters/clowning-around-dialogue.json @@ -11,7 +11,7 @@ "tooltip": "(-) 이상한 배틀\n(?) 포켓몬의 특성 조정", "selected": "당신의 불쌍한 포켓몬들이 한심한 공연을 할 준비가 된 것 같군요!", "apply_ability_dialogue": "센세이셔널한 쇼였습니다!\n당신의 멋진 기지에는 이 센세이셔널한 보상이 잘 어울릴 것 같군요!", - "apply_ability_message": "어릿광대가 포켓몬 한 마리의 특성을 영구적으로 {{ability}}로 교환해주겠다고 제안했다!", + "apply_ability_message": "어릿광대가 포켓몬 한 마리의 특성을 영구적으로 {{ability}}로 교환해 주겠다고 제안했다!", "ability_prompt": "포켓몬의 특성을 영구적으로 {{ability}} 특성으로 바꾸시겠습니까?", "ability_gained": "@s{level_up_fanfare}{{chosenPokemon}}[[는]] {{ability}} 특성을 얻었다!" }, From 99d3d1264acf8025b7840085e69a7488815e1430 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:17:08 +0900 Subject: [PATCH 062/130] Update src/locales/ko/mystery-encounters/weird-dream-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/weird-dream-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index d885218fe2b..b7cf6d5b589 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -10,7 +10,7 @@ "label": "고개를 끄덕인다", "tooltip": "@[SUMMARY_GREEN]{(?) 파티의 포켓몬에 영향}", "selected": "그녀는 당신에게 손을 뻗었고,\n이내 모든 것이 깜깜해졌다.$그리고…@d{64} 당신은 모든 것이 보인다.\n모든 시간선, 또 다른 당신의 모습,\n 과거와 미래.$당신을 만들어온 모든 것,\n당신이 될 모든 것…@d{64}", - "cutscene": "당신의 포켓몬들이 보인다.@d{32} 모든 현실이\n합쳐져 새로운 무언가가 되고있다…@d{64}", + "cutscene": "당신의 포켓몬들이 보인다.@d{32} 모든 현실이\n합쳐져 새로운 무언가가 되고 있다…@d{64}", "dream_complete": "잠에서 깨어나자, 여자는 사라진 것 같다.\n사람이 아니라 유령이었을지도…$.@d{32}.@d{32}.@d{32}?$파티의 포켓몬이 바뀌었다…?$…아니 원래부터 이 상태였는지도 모른다." }, "2": { From 4248f862b24e126c89385d55a640e20f8ee416ff Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:17:34 +0900 Subject: [PATCH 063/130] Update src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json index 927da8730f9..cbcd20a4e8e 100644 --- a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json +++ b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json @@ -1,5 +1,5 @@ { - "intro": "{{oricorioName}}[[가]] 외롭게 혼자 춤을 추고 있다.\n주변에 파트너도 없는 것 같다!", + "intro": "{{oricorioName}}[[가]] 외로이 혼자 춤을 추고 있다.\n주변에 파트너도 없는 것 같다!", "title": "댄스 댄스 레볼루션", "description": "{{oricorioName}}[[는]] 공격적이진 않아 보입니다.\n오히려 슬퍼 보이기까지 하네요.\n\n그저 함께 춤출 누군가를\n원하고 있는지도 모릅니다….", "query": "어떻게 하시겠습니까?", From 38fde4a63ead2eb353180737df0761013a4f9a0f Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:18:45 +0900 Subject: [PATCH 064/130] Update src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json index cbcd20a4e8e..c5c721cd5c3 100644 --- a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json +++ b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json @@ -6,7 +6,7 @@ "option": { "1": { "label": "싸운다", - "tooltip": "(-) 어려운 배틀\n(+) 바톤 획득", + "tooltip": "(-) 어려운 배틀\n(+) 배턴 획득", "selected": "{{oricorioName}}[[는]] 혼란스러워하며 방어태세를 갖췄다!", "boss_enraged": "{{oricorioName}}[[는]] 겁에 질려 능력치가 상승했다!" }, From 05966b5227d0ac038c1ed71701727cdb4930fe8e Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Wed, 18 Sep 2024 19:19:45 +0900 Subject: [PATCH 065/130] fix baton translation --- src/locales/ko/modifier-type.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/modifier-type.json b/src/locales/ko/modifier-type.json index 2e91070a6cd..f04dff7b1af 100644 --- a/src/locales/ko/modifier-type.json +++ b/src/locales/ko/modifier-type.json @@ -359,7 +359,7 @@ "description": "이 도구를 지닌 포켓몬은 턴이 끝나는 시점에 상태이상에 걸리지 않았다면 화상 상태가 된다." }, "BATON": { - "name": "바톤", + "name": "배턴", "description": "포켓몬을 교체할 때 효과를 넘겨줄 수 있으며, 함정의 영향을 받지 않게 함" }, "SHINY_CHARM": { From 6ede2bdaf59ee2ff7a1b89916182ab15b4f5c74b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:20:18 +0900 Subject: [PATCH 066/130] Update src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json index c5c721cd5c3..b96417274ff 100644 --- a/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json +++ b/src/locales/ko/mystery-encounters/dancing-lessons-dialogue.json @@ -7,7 +7,7 @@ "1": { "label": "싸운다", "tooltip": "(-) 어려운 배틀\n(+) 배턴 획득", - "selected": "{{oricorioName}}[[는]] 혼란스러워하며 방어태세를 갖췄다!", + "selected": "{{oricorioName}}[[는]] 혼란스러워하며 방어 태세를 갖췄다!", "boss_enraged": "{{oricorioName}}[[는]] 겁에 질려 능력치가 상승했다!" }, "2": { From 79e5c48216fa7bd6b3bd355cc159056d8fcdba21 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:21:02 +0900 Subject: [PATCH 067/130] Update src/locales/ko/mystery-encounters/dark-deal-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dark-deal-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index d475de5e0df..01915c5672f 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -1,7 +1,7 @@ { - "intro": "너덜너덜한 외투를 입은\n이상한 남자가 길을 막았다....", + "intro": "너덜너덜한 외투를 입은\n이상한 남자가 길을 막았다….", "speaker": "수상한 남자", "intro_dialogue": "거기, 너!$난 포켓몬의 숨겨진 힘을 끌어낼 수 있는\n새로운 장치를 만드는 중이거든!$포켓몬을 분자 수준에서 재결합해서\n훨씬 더 강력한 형태로 만드는거야.$히히...@d{64} 이걸 증명하려면 약간의 희ㅅ-\n음...@d{32} 실험 대상이 필요해.", "title": "수상한 거래", From e29cddf096ba27374dd27959c1f8b099f1014095 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:22:08 +0900 Subject: [PATCH 068/130] Update src/locales/ko/mystery-encounters/dark-deal-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dark-deal-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index 01915c5672f..6c59c45a230 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -3,7 +3,7 @@ { "intro": "너덜너덜한 외투를 입은\n이상한 남자가 길을 막았다….", "speaker": "수상한 남자", - "intro_dialogue": "거기, 너!$난 포켓몬의 숨겨진 힘을 끌어낼 수 있는\n새로운 장치를 만드는 중이거든!$포켓몬을 분자 수준에서 재결합해서\n훨씬 더 강력한 형태로 만드는거야.$히히...@d{64} 이걸 증명하려면 약간의 희ㅅ-\n음...@d{32} 실험 대상이 필요해.", + "intro_dialogue": "거기, 너!$난 포켓몬의 숨겨진 힘을 끌어낼 수 있는\n새로운 장치를 만드는 중이거든!$포켓몬을 분자 수준에서 재결합해서\n훨씬 더 강력한 형태로 만드는 거야.$히히…@d{64} 이걸 증명하려면 약간의 희ㅅ-\n음…@d{32} 실험 대상이 필요해.", "title": "수상한 거래", "description": "수상한 남자가\n몬스터볼을 여러 개 들고 있습니다.\n\"내가 보장할게! 네 포켓몬을 한 마리만 줘!\n대신 아주 좋은 몬스터볼을 줄 테니까. 히히\"", "query": "어떻게 하시겠습니까?", From 13e539a8091c83b148f087d176cf26a9b0eb399f Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:22:52 +0900 Subject: [PATCH 069/130] Update src/locales/ko/mystery-encounters/dark-deal-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dark-deal-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index 6c59c45a230..337785a378f 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -5,7 +5,7 @@ "speaker": "수상한 남자", "intro_dialogue": "거기, 너!$난 포켓몬의 숨겨진 힘을 끌어낼 수 있는\n새로운 장치를 만드는 중이거든!$포켓몬을 분자 수준에서 재결합해서\n훨씬 더 강력한 형태로 만드는 거야.$히히…@d{64} 이걸 증명하려면 약간의 희ㅅ-\n음…@d{32} 실험 대상이 필요해.", "title": "수상한 거래", - "description": "수상한 남자가\n몬스터볼을 여러 개 들고 있습니다.\n\"내가 보장할게! 네 포켓몬을 한 마리만 줘!\n대신 아주 좋은 몬스터볼을 줄 테니까. 히히\"", + "description": "수상한 남자가\n몬스터볼을 여러 개 들고 있습니다.\n\"내가 보장할게! 네 포켓몬을 한 마리만 줘!\n대신 아주 좋은 몬스터볼을 줄 테니까. 히히…\"", "query": "어떻게 하시겠습니까?", "option": { "1": { From 86e4fdf16b7b920f22bcfaf02b3a2e8bd4f76394 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:23:09 +0900 Subject: [PATCH 070/130] Update src/locales/ko/mystery-encounters/dark-deal-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dark-deal-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index 337785a378f..6a40a1d966a 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -11,7 +11,7 @@ "1": { "label": "승낙한다", "tooltip": "(+) 5 로그볼\n(?) 포켓몬 1마리 랜덤 강화", - "selected_dialogue": "어디 보자, {{pokeName}}[[가]] 좋겠군!$명심해, 나쁜 일이 생겨도\n책임 못 지니까!@d{32} 히히...", + "selected_dialogue": "어디 보자, {{pokeName}}[[가]] 좋겠군!$명심해, 나쁜 일이 생겨도\n책임 못 지니까!@d{32} 히히…", "selected_message": "남자는 로그볼 5개를 건넸다.${{pokeName}}[[는]] 이상한 기계에 들어갔다...$표시등이 깜빡이고 이상한 소리가\n기계에서 들려오기 시작했다!$...@d{96} 기계에서 뭔가가\n맹렬한 기세로, 뛰쳐나왔다!" }, "2": { From f04735c3f8a199acbda5ec54d083f05ee636b3f8 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:23:36 +0900 Subject: [PATCH 071/130] Update src/locales/ko/mystery-encounters/dark-deal-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dark-deal-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index 6a40a1d966a..d22e564e5d1 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -12,7 +12,7 @@ "label": "승낙한다", "tooltip": "(+) 5 로그볼\n(?) 포켓몬 1마리 랜덤 강화", "selected_dialogue": "어디 보자, {{pokeName}}[[가]] 좋겠군!$명심해, 나쁜 일이 생겨도\n책임 못 지니까!@d{32} 히히…", - "selected_message": "남자는 로그볼 5개를 건넸다.${{pokeName}}[[는]] 이상한 기계에 들어갔다...$표시등이 깜빡이고 이상한 소리가\n기계에서 들려오기 시작했다!$...@d{96} 기계에서 뭔가가\n맹렬한 기세로, 뛰쳐나왔다!" + "selected_message": "남자는 로그볼 5개를 건넸다.${{pokeName}}[[는]] 이상한 기계에 들어갔다…$표시등이 깜빡이고 이상한 소리가\n기계에서 들려오기 시작했다!$…@d{96} 기계에서 뭔가가\n맹렬한 기세로 뛰쳐나왔다!" }, "2": { "label": "거절한다", From 7dfcd219c3adce2a3174c5eb2e05fcd81ae96a23 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:23:55 +0900 Subject: [PATCH 072/130] Update src/locales/ko/mystery-encounters/dark-deal-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/dark-deal-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json index d22e564e5d1..c570bc8d5b4 100644 --- a/src/locales/ko/mystery-encounters/dark-deal-dialogue.json +++ b/src/locales/ko/mystery-encounters/dark-deal-dialogue.json @@ -20,5 +20,5 @@ "selected": "불쌍한 사람을 그냥 지나칠거야?\n하!" } }, - "outro": "꺼림직한 만남을 뒤로 하고,\n침착하게 자리를 떠났다." + "outro": "꺼림직한 만남을 뒤로 하고\n침착하게 자리를 떠났다." } \ No newline at end of file From 5009f73d0ed33ba9f7703999e50b39c1790049d6 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:24:14 +0900 Subject: [PATCH 073/130] Update src/locales/ko/mystery-encounters/delibirdy-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/delibirdy-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/delibirdy-dialogue.json b/src/locales/ko/mystery-encounters/delibirdy-dialogue.json index 347719bae05..9b42742844c 100644 --- a/src/locales/ko/mystery-encounters/delibirdy-dialogue.json +++ b/src/locales/ko/mystery-encounters/delibirdy-dialogue.json @@ -25,5 +25,5 @@ "selected": "{{chosenItem}}}[[를]] 건네니,\n{{delibirdName}}들은 자기들끼리 신나서 떠들어댔다.$그리고 당신에게 돌아와 행복하게 선물을 건넨다!" } }, - "outro": "{{delibirdName}} 무리가 행복하게 뒤뚱거리며 저 멀리 날아간다..$정말 별난 선물교환이었다!" + "outro": "{{delibirdName}} 무리가 행복하게 뒤뚱거리며 저 멀리 날아간다…$정말 별난 선물교환이었다!" } \ No newline at end of file From 4e3c5df20a551a0cb026fe6936078f49aa4caa2b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:24:34 +0900 Subject: [PATCH 074/130] Update src/locales/ko/mystery-encounters/department-store-sale-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/department-store-sale-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json b/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json index 7536b8aef50..96de06d8413 100644 --- a/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json +++ b/src/locales/ko/mystery-encounters/department-store-sale-dialogue.json @@ -1,7 +1,7 @@ { "intro": "쇼핑백을 잔뜩 가진 여자가 있다!", "speaker": "백화점 손님", - "intro_dialogue": "안녕!\n너도 대박 세일을 노리고 온 거지?$세일 기간동안 무료로 아이템을 교환할 수 있는 특별한 쿠폰이 있어!$남는 쿠폰을 나눠줄게!", + "intro_dialogue": "안녕!\n너도 대박 세일을 노리고 온 거지?$세일 기간 동안 무료로 아이템을 교환할 수 있는 특별한 쿠폰이 있어!$남는 쿠폰을 나눠줄게!", "title": "백화점 세일", "description": "사방에 상품이 가득합니다!\n쿠폰을 쓸 수 있는 교환 코너가 4개나 있는 것 같습니다.\n선택지가 너무 많네요!", "query": "어디로 가시겠습니까?", From 88b9c987f51477201a20aa76daa1e0a700efc103 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:24:57 +0900 Subject: [PATCH 075/130] Update src/locales/ko/mystery-encounters/field-trip-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/field-trip-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/field-trip-dialogue.json b/src/locales/ko/mystery-encounters/field-trip-dialogue.json index 686fd41625b..b110562ad3c 100644 --- a/src/locales/ko/mystery-encounters/field-trip-dialogue.json +++ b/src/locales/ko/mystery-encounters/field-trip-dialogue.json @@ -1,7 +1,7 @@ { "intro": "선생님과 어린 학생들이다!", "speaker": "선생님", - "intro_dialogue": "안녕하세요!\n저희 학생들에게 잠시 시간 좀 내주실 수 있을까요?$포켓몬의 기술에 대해서 가르치고 있는데\n실제 기술을 보게되면 좋아할 것 같아서요.$괜찮으시면 저희에게\n포켓몬이 사용할 수 있는 기술을 보여주실래요?", + "intro_dialogue": "안녕하세요!\n저희 학생들에게 잠시 시간 좀 내주실 수 있을까요?$포켓몬의 기술에 대해서 가르치고 있는데\n실제 기술을 보게 되면 좋아할 것 같아서요.$괜찮으시면 저희에게\n포켓몬이 배우고 있는 기술을 보여주실래요?", "title": "현장 학습", "description": "학교 선생님이 포켓몬의 기술 시연을 부탁했습니다.\n선택한 기술에 따라, 선생님이 뭔가 쓸 만한 걸 주실 수도 있을 것 같네요.", "query": "어떤 형태의 기술을 보여주겠습니까?", From 865f24b08fc029411f718113443658d2e99dd3f5 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:25:23 +0900 Subject: [PATCH 076/130] Update src/locales/ko/mystery-encounters/field-trip-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/field-trip-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/field-trip-dialogue.json b/src/locales/ko/mystery-encounters/field-trip-dialogue.json index b110562ad3c..7b0debdf1bb 100644 --- a/src/locales/ko/mystery-encounters/field-trip-dialogue.json +++ b/src/locales/ko/mystery-encounters/field-trip-dialogue.json @@ -3,7 +3,7 @@ "speaker": "선생님", "intro_dialogue": "안녕하세요!\n저희 학생들에게 잠시 시간 좀 내주실 수 있을까요?$포켓몬의 기술에 대해서 가르치고 있는데\n실제 기술을 보게 되면 좋아할 것 같아서요.$괜찮으시면 저희에게\n포켓몬이 배우고 있는 기술을 보여주실래요?", "title": "현장 학습", - "description": "학교 선생님이 포켓몬의 기술 시연을 부탁했습니다.\n선택한 기술에 따라, 선생님이 뭔가 쓸 만한 걸 주실 수도 있을 것 같네요.", + "description": "학교 선생님이 포켓몬의 기술 시연을 부탁했습니다.\n어떤 기술을 선택했는지에 따라 선생님이 뭔가 쓸 만한 걸 주실 수도 있을 것 같네요.", "query": "어떤 형태의 기술을 보여주겠습니까?", "option": { "1": { From 52c053a04e0f06666a63fe94e53f65d9895a27e0 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:25:51 +0900 Subject: [PATCH 077/130] Update src/locales/ko/mystery-encounters/field-trip-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/field-trip-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/field-trip-dialogue.json b/src/locales/ko/mystery-encounters/field-trip-dialogue.json index 7b0debdf1bb..4f7f3797ac9 100644 --- a/src/locales/ko/mystery-encounters/field-trip-dialogue.json +++ b/src/locales/ko/mystery-encounters/field-trip-dialogue.json @@ -21,7 +21,7 @@ "selected": "{{pokeName}}[[는]] 멋지게 {{move}}[[를]] 보여줬다!" }, "second_option_prompt": "포켓몬이 사용할 기술을 골라주세요.", - "incorrect": "...$이건 {{moveCategory}} 기술이 아닌데요!\n죄송하지만, 저희는 이만 가볼게요.$얘들아 이리오렴.\n다른 곳에서는 제대로된 기술 시연을 볼 수 있을거야.", + "incorrect": "…$이건 {{moveCategory}} 기술이 아닌데요!\n죄송하지만, 저희는 이만 가볼게요.$얘들아 이리 오렴.\n다른 곳에서는 제대로 된 기술 시연을 볼 수 있을 거야.", "incorrect_exp": "좋은 경험(?)을 한 것 같다.$포켓몬도 약간의 경험치를 얻었다.", "correct": "멋진 시연 감사합니다!\n이 아이템이 도움이 되시길 바랄게요!", "correct_exp": "{{pokeName}}도 좋은 경험을 쌓았다!", From c0626dc7eeb2ab2dc4d6b8a66e68e0a11b76fbd5 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:26:08 +0900 Subject: [PATCH 078/130] Update src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json index ef011a64761..d1e174e37c9 100644 --- a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json +++ b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json @@ -1,5 +1,5 @@ { - "intro": "매캐한 연기와 화산재의 폭풍을 맞닥뜨렸다!", + "intro": "매캐한 연기와 화산재 폭풍을 맞닥뜨렸다!", "title": "불타는 폴아웃", "description": "소용돌이치는 화산재와 불씨로 인해 앞이 거의 보이질 않습니다.\n이런 데는 무언가… 원인이 있는 것 같습니다.\n그렇지만 이정도로 큰 규모라면 뒤에 도대체 뭐가 있는 걸까요?", "query": "어떻게 하시겠습니까?", From 56d96a497495e57a14bca26cd54aa172a6844a9a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:26:29 +0900 Subject: [PATCH 079/130] Update src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json index d1e174e37c9..b31c286c3ec 100644 --- a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json +++ b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json @@ -1,7 +1,7 @@ { "intro": "매캐한 연기와 화산재 폭풍을 맞닥뜨렸다!", "title": "불타는 폴아웃", - "description": "소용돌이치는 화산재와 불씨로 인해 앞이 거의 보이질 않습니다.\n이런 데는 무언가… 원인이 있는 것 같습니다.\n그렇지만 이정도로 큰 규모라면 뒤에 도대체 뭐가 있는 걸까요?", + "description": "소용돌이치는 화산재와 불씨로 인해 앞이 거의 보이질 않습니다.\n이런 일에는 무언가… 원인이 있는 것 같습니다.\n그렇지만 이 정도로 큰 규모라면 뒤에 도대체 뭐가 있는 걸까요?", "query": "어떻게 하시겠습니까?", "option": { "1": { From db77c2584f563386f82598f9e30195535f2c0af1 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:28:40 +0900 Subject: [PATCH 080/130] Update src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json index b31c286c3ec..e13f8907dac 100644 --- a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json +++ b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json @@ -19,7 +19,7 @@ "label": "불꽃 포켓몬들 도움받기", "tooltip": "(+) 상황 해결\n(+) 목탄 획득", "disabled_tooltip": "2마리 이상의 불꽃 타입 포켓몬이 필요하다.", - "selected": "{{option3PrimaryName}}[[과]] {{option3SecondaryName}}의 도움으로,\n구애의 춤을 추고 있는 {{volcaronaName}} 두 마리를 발견했다!$다행히 포켓몬들이 그 두 마리를을 진정시키고,\n문제없이 신혼여행을 떠나보냈다." + "selected": "{{option3PrimaryName}}[[과]] {{option3SecondaryName}}의 도움으로,\n구애의 춤을 추고 있는 {{volcaronaName}} 두 마리를 발견했다!$다행히 포켓몬들이 그 두 마리를 진정시키고,\n문제없이 신혼여행을 떠나보냈다." } }, "found_charcoal": "날씨가 개자,\n{{leadPokemon}}[[는]] 바닥에서 무언가 발견했다.$@s{item_fanfare}{{leadPokemon}}[[는]] 목탄을 얻었다!" From e513e2d44a455fa0009ad732f9700f57100a7df8 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:30:45 +0900 Subject: [PATCH 081/130] Update src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json b/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json index 76127f0cfbb..3305e5cd582 100644 --- a/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json +++ b/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json @@ -1,6 +1,6 @@ { "intro": "빛나는 무언가가 포켓몬 근처에서 반짝반짝 빛나고 있다!", - "title": "도망치거나, 맞서 싸우거나", + "title": "도망치거나 맞서 싸우거나", "description": "강한 포켓몬이 아이템을 지키고 있는 것 같습니다.\n그냥 싸워볼 수도 있지만, 조금 강해보이네요.\n적합한 기술을 가진 포켓몬이 있다면,\n아이템을 빼앗을 수도 있을 것 같습니다.", "query": "어떻게 하시겠습니까?", "option": { From 59e2478c5370e635cdd484129ba2e4616051ea17 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:31:55 +0900 Subject: [PATCH 082/130] Update src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json b/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json index 3305e5cd582..52fe92f2b63 100644 --- a/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json +++ b/src/locales/ko/mystery-encounters/fight-or-flight-dialogue.json @@ -19,7 +19,7 @@ "3": { "label": "떠난다", "tooltip": "(-) 보상 없음", - "selected": "강한 포켓몬과 상품을 남겨둔 채\n당신은 계속 나아간다." + "selected": "강한 포켓몬과 전리품을 남겨둔 채\n당신은 계속 나아간다." } } From a7ddef18a28edd25aca9fb4a4f1a02c1ce059de0 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:32:43 +0900 Subject: [PATCH 083/130] Update src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json --- src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json index e13f8907dac..7b1976b0e33 100644 --- a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json +++ b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json @@ -16,7 +16,7 @@ "target_burned": "{{burnedPokemon}}도 화상을 입고 말았다!" }, "3": { - "label": "불꽃 포켓몬들 도움받기", + "label": "불꽃 포켓몬들의 도움", "tooltip": "(+) 상황 해결\n(+) 목탄 획득", "disabled_tooltip": "2마리 이상의 불꽃 타입 포켓몬이 필요하다.", "selected": "{{option3PrimaryName}}[[과]] {{option3SecondaryName}}의 도움으로,\n구애의 춤을 추고 있는 {{volcaronaName}} 두 마리를 발견했다!$다행히 포켓몬들이 그 두 마리를 진정시키고,\n문제없이 신혼여행을 떠나보냈다." From 244b939915a72e25270868783ca23198935ffb73 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:33:57 +0900 Subject: [PATCH 084/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index cb9b193483c..8fc188fdb4b 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -2,7 +2,7 @@ "intro_dialogue": "자, 오세요 여러분!\n새로 나온 {{wobbuffetName}} 해머 게임에 도전해 보세요!", "speaker": "진행자", "title": "재밌는 놀이!", - "description": "상품이 걸린 게임이 진행 중입니다!\n@[TOOLTIP_TITLE]{3턴}안에 {{wobbuffetName}}[[를]] @[TOOLTIP_TITLE]{기절시키지 않고 HP를 1}에 가깝게 만들어서, {{wobbuffetName}}이 해머기계에 최고로 강력한 카운터를 날리도록 해야합니다.\n하지만 조심하세요! 만약 {{wobbuffetName}}[[가]] 기절해버리면, 치료비를 내야 할테니까요!", + "description": "상품이 걸린 게임이 진행 중입니다!\n@[TOOLTIP_TITLE]{3턴} 안에 {{wobbuffetName}}[[를]] @[TOOLTIP_TITLE]{기절시키지 않고 HP를 1}에 가깝게 만들어서, {{wobbuffetName}}이 해머기계에 최고로 강력한 카운터를 날리도록 해야합니다.\n하지만 조심하세요! 만약 {{wobbuffetName}}[[가]] 기절해버리면, 치료비를 내야 할테니까요!", "query": "게임에 참가해볼까요?", "option": { "1": { From 942967fe59214fcee6c0b2514d7166dc9f4046aa Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:34:42 +0900 Subject: [PATCH 085/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index 8fc188fdb4b..2838871329a 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -3,7 +3,7 @@ "speaker": "진행자", "title": "재밌는 놀이!", "description": "상품이 걸린 게임이 진행 중입니다!\n@[TOOLTIP_TITLE]{3턴} 안에 {{wobbuffetName}}[[를]] @[TOOLTIP_TITLE]{기절시키지 않고 HP를 1}에 가깝게 만들어서, {{wobbuffetName}}이 해머기계에 최고로 강력한 카운터를 날리도록 해야합니다.\n하지만 조심하세요! 만약 {{wobbuffetName}}[[가]] 기절해버리면, 치료비를 내야 할테니까요!", - "query": "게임에 참가해볼까요?", + "query": "게임에 참가해 볼까요?", "option": { "1": { "label": "게임에 참가한다", From 6ec5c0d31e0cdb95cc5d79cc8622f69fe6963297 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:35:31 +0900 Subject: [PATCH 086/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index 2838871329a..67c0f472305 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -16,7 +16,7 @@ "selected": "약간의 아쉬움을 안고, 서둘러 길을 떠났다." } }, - "ko": "안 돼! {{wobbuffetName}}[[가]] 기절해버렸다!$게임에 지고 {{wobbuffetName}} 병원비까지 내야할 판이다…", + "ko": "안 돼! {{wobbuffetName}}[[가]] 기절해버렸다!$게임에 지고 {{wobbuffetName}}의 병원비까지 내야할 판이다…", "charging_continue": "마자용은 카운터 한 방을 충전하고 있다!", "turn_remaining_3": "세 턴 남았다!", "turn_remaining_2": "두 턴 남았다!", From f5403764eabef3b2a54fee4134bc2b8fdb5381bf Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:36:59 +0900 Subject: [PATCH 087/130] Update src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json --- src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json index 7b1976b0e33..0d1bbd4e104 100644 --- a/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json +++ b/src/locales/ko/mystery-encounters/fiery-fallout-dialogue.json @@ -12,7 +12,7 @@ "2": { "label": "낮은 자세로 이동한다", "tooltip": "(-) 날씨의 피해를 받음", - "selected": "쉘터를 향해 고분고투하는 동안\n재와 불씨로 인해 심각한 피해를 입었다!$모든 포켓몬이 HP가 20% 피해를 받았다!", + "selected": "쉘터를 향해 고분고투하는 동안\n재와 불씨로 인해 심각한 피해를 입었다!$모든 포켓몬이 HP의 20% 피해를 받았다!", "target_burned": "{{burnedPokemon}}도 화상을 입고 말았다!" }, "3": { From b99872727214688efc07950f8ca1a338042753bb Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:37:18 +0900 Subject: [PATCH 088/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index 67c0f472305..c1e5714c980 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -20,7 +20,7 @@ "charging_continue": "마자용은 카운터 한 방을 충전하고 있다!", "turn_remaining_3": "세 턴 남았다!", "turn_remaining_2": "두 턴 남았다!", - "turn_remaining_1": "남은 턴은 단 한번!", + "turn_remaining_1": "남은 턴은 단 한 번!", "end_game": "거기까지!${{wobbuffetName}}[[가]] 한껏 충전한 카운터를 날릴준비를 한다@d{16}.@d{16}.@d{16}.", "best_result": "{{wobbuffetName}}[[가]] 기계를 때려부술 기세로 내리쳤다!!!$기계 맨 위에 달려있던 벨이\n아예 박살나 날아가 버렸다!$최고 1등상을 얻었다!", "great_result": "{{wobbuffetName}}[[가]] 버튼을 박살낼 듯 내려쳤다!!$벨에 닿을랑 말랑한 곳까지 올라갔다!\n아깝다!!$2등상을 받았다!", From 7ccb0c606d17460e8ea77e92468e849c684af567 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:37:49 +0900 Subject: [PATCH 089/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index c1e5714c980..fb8fcca4031 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -21,7 +21,7 @@ "turn_remaining_3": "세 턴 남았다!", "turn_remaining_2": "두 턴 남았다!", "turn_remaining_1": "남은 턴은 단 한 번!", - "end_game": "거기까지!${{wobbuffetName}}[[가]] 한껏 충전한 카운터를 날릴준비를 한다@d{16}.@d{16}.@d{16}.", + "end_game": "거기까지!${{wobbuffetName}}[[가]] 한껏 충전한 카운터를 날릴 준비를 한다@d{16}.@d{16}.@d{16}.", "best_result": "{{wobbuffetName}}[[가]] 기계를 때려부술 기세로 내리쳤다!!!$기계 맨 위에 달려있던 벨이\n아예 박살나 날아가 버렸다!$최고 1등상을 얻었다!", "great_result": "{{wobbuffetName}}[[가]] 버튼을 박살낼 듯 내려쳤다!!$벨에 닿을랑 말랑한 곳까지 올라갔다!\n아깝다!!$2등상을 받았다!", "good_result": "{{wobbuffetName}}[[가]] 버튼을 내리쳤다!$거의 중간까지 올라갔다!$3등상을 받았다!", From ed1045587f4a26f0b3694228a25cdb19f551d71d Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:38:07 +0900 Subject: [PATCH 090/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index fb8fcca4031..bb3f44f1d05 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -22,7 +22,7 @@ "turn_remaining_2": "두 턴 남았다!", "turn_remaining_1": "남은 턴은 단 한 번!", "end_game": "거기까지!${{wobbuffetName}}[[가]] 한껏 충전한 카운터를 날릴 준비를 한다@d{16}.@d{16}.@d{16}.", - "best_result": "{{wobbuffetName}}[[가]] 기계를 때려부술 기세로 내리쳤다!!!$기계 맨 위에 달려있던 벨이\n아예 박살나 날아가 버렸다!$최고 1등상을 얻었다!", + "best_result": "{{wobbuffetName}}[[가]] 기계를 때려 부술 기세로 내리쳤다!!!$기계 맨 위에 달려 있던 벨이\n아예 박살나 날아가 버렸다!$최고 1등상을 얻었다!", "great_result": "{{wobbuffetName}}[[가]] 버튼을 박살낼 듯 내려쳤다!!$벨에 닿을랑 말랑한 곳까지 올라갔다!\n아깝다!!$2등상을 받았다!", "good_result": "{{wobbuffetName}}[[가]] 버튼을 내리쳤다!$거의 중간까지 올라갔다!$3등상을 받았다!", "bad_result": "{{wobbuffetName}}[[는]] 힘차게 휘둘러 봤지만\n버튼을 살짝 건드렸을 뿐 아무일도 일어나지 않았다…$안 돼!\n본전도 못 건졌다!", From 761c88c8d8aa14a9dcd730e3e1a4d0b02093d1aa Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:38:23 +0900 Subject: [PATCH 091/130] Update src/locales/ko/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/fun-and-games-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json index bb3f44f1d05..77b8c134399 100644 --- a/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json +++ b/src/locales/ko/mystery-encounters/fun-and-games-dialogue.json @@ -23,7 +23,7 @@ "turn_remaining_1": "남은 턴은 단 한 번!", "end_game": "거기까지!${{wobbuffetName}}[[가]] 한껏 충전한 카운터를 날릴 준비를 한다@d{16}.@d{16}.@d{16}.", "best_result": "{{wobbuffetName}}[[가]] 기계를 때려 부술 기세로 내리쳤다!!!$기계 맨 위에 달려 있던 벨이\n아예 박살나 날아가 버렸다!$최고 1등상을 얻었다!", - "great_result": "{{wobbuffetName}}[[가]] 버튼을 박살낼 듯 내려쳤다!!$벨에 닿을랑 말랑한 곳까지 올라갔다!\n아깝다!!$2등상을 받았다!", + "great_result": "{{wobbuffetName}}[[가]] 버튼을 박살낼 듯 내려쳤다!!$벨에 닿을락 말락 하는 곳까지 올라갔다!\n아깝다!!$2등상을 받았다!", "good_result": "{{wobbuffetName}}[[가]] 버튼을 내리쳤다!$거의 중간까지 올라갔다!$3등상을 받았다!", "bad_result": "{{wobbuffetName}}[[는]] 힘차게 휘둘러 봤지만\n버튼을 살짝 건드렸을 뿐 아무일도 일어나지 않았다…$안 돼!\n본전도 못 건졌다!", "outro": "재밌는 미니게임이었다!" From 7e9b33cfd5378d3c0eb37351ff19c87f5f9831ee Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:39:07 +0900 Subject: [PATCH 092/130] Update src/locales/ko/mystery-encounters/global-trade-system-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/global-trade-system-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json b/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json index ae4dc56b6fd..b86de340e75 100644 --- a/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json +++ b/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json @@ -10,7 +10,7 @@ "trade_options_prompt": "교환을 통해 받을 포켓몬을 선택하세요." }, "2": { - "label": "미라클교환 한다", + "label": "미라클 교환을 한다", "tooltip": "(+) 포켓몬 중 하나를 GTS에 보내고 랜덤한 포켓몬을 받는다" }, "3": { From 799b61353f0c0cc29c633ba8a7ef62e6b87ca2cc Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:39:39 +0900 Subject: [PATCH 093/130] Update src/locales/ko/mystery-encounters/global-trade-system-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/global-trade-system-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json b/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json index b86de340e75..a4e8c3a1dd1 100644 --- a/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json +++ b/src/locales/ko/mystery-encounters/global-trade-system-dialogue.json @@ -22,7 +22,7 @@ "4": { "label": "떠난다", "tooltip": "(-) 보상 없음", - "selected": "교환할 시간 없다!\n서둘러 떠난다!" + "selected": "교환할 시간이 없다!\n서둘러 떠났다." } }, "pokemon_trade_selected": "{{tradedPokemon}}[[를]] {{tradeTrainerName}}에게 보냅니다.", From eddadb242eb9d4a87a310de5f590f3ca861d6e9e Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:40:03 +0900 Subject: [PATCH 094/130] Update src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json index 4982b9bf388..2380a43f672 100644 --- a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json +++ b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json @@ -1,5 +1,5 @@ { - "intro": "정처없이 바다를 헤메다보니,\n정말로 당신은 아무 데도 갈 수 없게 되었다.", + "intro": "정처 없이 바다를 헤메었지만,\n당신은 아무런 성과도 거두지 못했습니다.", "title": "바다 위의 표류", "description": "이 지역의 바다는 꽤 사나운 편입니다.\n게다가 당신의 기력은 점점 떨어지고 있습니다.\n난감한 상황입니다.\n이 상황을 벗어날 수 있는 방법이 있을까요?", "query": "어떻게 하시겠습니까?", From f507d8bf54a16adbbf930acd41eebd63607473a1 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:40:19 +0900 Subject: [PATCH 095/130] Update src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json index 2380a43f672..cd757890346 100644 --- a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json +++ b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json @@ -19,7 +19,7 @@ "selected": "{{option2PrimaryName}}[[가]] 보트 앞에서 날아가며, 돌아가는 길을 안내했다.${{option2PrimaryName}} 역시 이번 기회로 더 강해진 것 같다!" }, "3": { - "label": "정처없이 방황한다", + "label": "정처 없이 방황한다", "tooltip": "(-) 모든 포켓몬 HP {{damagePercentage}}% 감소", "selected": "마침내 기억하는 곳에 다다를 때까지,\n정처없이 배를 타고 떠돌아다닌다.$길고 긴 표류에 포켓몬과 당신 모두 지쳐버렸다." } From de5e4207174877d10bf94d1c2da260944f584774 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:40:33 +0900 Subject: [PATCH 096/130] Update src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json index cd757890346..deeb69f0d7a 100644 --- a/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json +++ b/src/locales/ko/mystery-encounters/lost-at-sea-dialogue.json @@ -21,7 +21,7 @@ "3": { "label": "정처 없이 방황한다", "tooltip": "(-) 모든 포켓몬 HP {{damagePercentage}}% 감소", - "selected": "마침내 기억하는 곳에 다다를 때까지,\n정처없이 배를 타고 떠돌아다닌다.$길고 긴 표류에 포켓몬과 당신 모두 지쳐버렸다." + "selected": "마침내 기억하는 곳에 다다를 때까지\n정처 없이 배를 타고 떠돌아다닌다.$길고 긴 표류에 포켓몬과 당신 모두 지쳐버렸다." } }, "outro": "다시 여정으로 돌아왔다." From 068d497f24807bd9cdb30c3d9a2a7fc295e800a2 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:40:46 +0900 Subject: [PATCH 097/130] Update src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/mysterious-challengers-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json index 56de232ea5b..4cf9017ed5a 100644 --- a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json @@ -5,7 +5,7 @@ "query": "누구와 배틀하시겠습니까?", "option": { "1": { - "label": "신중해보이는 도전자", + "label": "신중해 보이는 도전자", "tooltip": "(-) 일반 배틀\n(+) 기술 아이템 보상" }, "2": { From 00c1635d11c2cb72d63b0e967c2cd2da5fe8962a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:40:58 +0900 Subject: [PATCH 098/130] Update src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/mysterious-challengers-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json index 4cf9017ed5a..d76932abc60 100644 --- a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json @@ -9,7 +9,7 @@ "tooltip": "(-) 일반 배틀\n(+) 기술 아이템 보상" }, "2": { - "label": "강해보이는 도전자", + "label": "강해 보이는 도전자", "tooltip": "(-) 어려운 배틀\n(+) 좋은 보상" }, "3": { From 822ed4ae133047c4f5294c8f36f34c132f07a79b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:41:13 +0900 Subject: [PATCH 099/130] Update src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/mysterious-challengers-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json index d76932abc60..9ccfe54d808 100644 --- a/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-challengers-dialogue.json @@ -16,7 +16,7 @@ "label": "가장 강한 도전자", "tooltip": "(-) 악랄한 배틀\n(+) 훌륭한 보상" }, - "selected": "선택한 트레이너가 앞으로 걸어나온다..." + "selected": "선택한 트레이너가 앞으로 걸어 나온다…" }, "outro": "수수께끼의 도전자를 물리쳤다!" } \ No newline at end of file From 99431a84018bd41c720dd4873f1b6d71db219a55 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:41:26 +0900 Subject: [PATCH 100/130] Update src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/mysterious-chest-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json index d949e4d1f40..035c3fdf010 100644 --- a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json @@ -1,5 +1,5 @@ { - "intro": "이건...@d{32} 뭐지?", + "intro": "이건…@d{32} 뭐지?", "title": "수수께끼 상자", "description": "아름답게 장식된 상자가 바닥에 놓여있습니다. 보통 이럴 땐, 안에 뭔가 좋은 것이 있는 것이 인지상정...\n그렇지 않을까요?", "query": "열어보시겠습니까?", From 31c39128e62419126e8722a2043a0678b703de33 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:41:59 +0900 Subject: [PATCH 101/130] Update src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/mysterious-chest-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json index 035c3fdf010..ea184efc62e 100644 --- a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json @@ -1,7 +1,7 @@ { "intro": "이건…@d{32} 뭐지?", "title": "수수께끼 상자", - "description": "아름답게 장식된 상자가 바닥에 놓여있습니다. 보통 이럴 땐, 안에 뭔가 좋은 것이 있는 것이 인지상정...\n그렇지 않을까요?", + "description": "아름답게 장식된 상자가 바닥에 놓여 있습니다. 보통 이럴 땐, 안에 뭔가 좋은 게 들었다고 생각하는 것이 인지상정…\n그렇지 않을까요?", "query": "열어보시겠습니까?", "option": { "1": { From 64da4a13fef791898bbfce16ca25aaf94c299966 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:42:12 +0900 Subject: [PATCH 102/130] Update src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/mysterious-chest-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json index ea184efc62e..3b61e58f743 100644 --- a/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json +++ b/src/locales/ko/mystery-encounters/mysterious-chest-dialogue.json @@ -7,7 +7,7 @@ "1": { "label": "열어본다", "tooltip": "@[SUMMARY_BLUE]{(35%) 끔찍한 무언가}\n@[SUMMARY_GREEN]{(40%) 평범한 보상}\n@[SUMMARY_GREEN]{(20%) 좋은 보상}\n@[SUMMARY_GREEN]{(4%) 훌륭한 보상}\n@[SUMMARY_GREEN]{(1%) 대단한 보상}", - "selected": "당신이 상자안에서 찾은 것은...", + "selected": "당신이 상자안에서 찾은 것은…", "normal": "평범한 도구와 아이템이다.", "good": "꽤 좋은 도구와 아이템이다.", "great": "훌륭한 도구와 아이템이다!", From f08b1989ac349591d8f533ac061b35b42fc1bf2e Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:42:27 +0900 Subject: [PATCH 103/130] Update src/locales/ko/mystery-encounters/part-timer-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/part-timer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/part-timer-dialogue.json b/src/locales/ko/mystery-encounters/part-timer-dialogue.json index 4224e28d1fd..5a0e1a25267 100644 --- a/src/locales/ko/mystery-encounters/part-timer-dialogue.json +++ b/src/locales/ko/mystery-encounters/part-timer-dialogue.json @@ -3,7 +3,7 @@ "speaker": "작업 팀장", "intro_dialogue": "거기 당신!\n쓸만한 포켓몬들을 가지고 있는거 같네요.$혹시 시간 있으면 알바 안 할래요?", "title": "아르바이트", - "description": "해야 할 일들이 산더미같이 쌓여 있네요.\n포켓몬이 일을 얼마나 잘하는지에 따라,\n일당을 더 많이 받을 수도, 더 적게 받을 수도 있을 것 같습니다.", + "description": "해야 할 일이 산더미같이 쌓여 있네요.\n포켓몬이 일을 얼마나 잘하는지에 따라\n일당을 더 많이 받을 수도, 더 적게 받을 수도 있을 것 같습니다.", "query": "어떤 아르바이트를 해볼까요?", "invalid_selection": "포켓몬이 건강하지 않습니다.", "option": { From 3f337954272fc75883f143450f8b64cebffce40c Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:43:02 +0900 Subject: [PATCH 104/130] Update src/locales/ko/mystery-encounters/part-timer-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/part-timer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/part-timer-dialogue.json b/src/locales/ko/mystery-encounters/part-timer-dialogue.json index 5a0e1a25267..3eb87a9378e 100644 --- a/src/locales/ko/mystery-encounters/part-timer-dialogue.json +++ b/src/locales/ko/mystery-encounters/part-timer-dialogue.json @@ -13,7 +13,7 @@ "selected": "{{selectedPokemon}}[[는]] 배달 아르바이트를 시작했다." }, "2": { - "label": "창고정리", + "label": "창고 정리", "tooltip": "(-) 포켓몬의 힘과 튼튼함을 활용\n(+) @[MONEY]{Money} 획득", "selected": "{{selectedPokemon}}[[는]] 창고 정리를 시작했다." }, From bc18da78784f4c93336f7eab6f7d668358c04608 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:43:18 +0900 Subject: [PATCH 105/130] Update src/locales/ko/mystery-encounters/part-timer-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/part-timer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/part-timer-dialogue.json b/src/locales/ko/mystery-encounters/part-timer-dialogue.json index 3eb87a9378e..5b9106f2ae1 100644 --- a/src/locales/ko/mystery-encounters/part-timer-dialogue.json +++ b/src/locales/ko/mystery-encounters/part-timer-dialogue.json @@ -21,7 +21,7 @@ "label": "바람잡이", "tooltip": "(-) {{option3PrimaryName}}의 {{option3PrimaryMove}}를 활용\n(+) @[MONEY]{Money} 획득", "disabled_tooltip": "포켓몬이 해당 작업에 필요한 기술이 없습니다.", - "selected": "{{option3PrimaryName}}[[는]] {{option3PrimaryMove}}[[로]]\n하루종일 손님들을 끌어모았다!" + "selected": "{{option3PrimaryName}}[[는]] {{option3PrimaryMove}}[[로]]\n하루 종일 손님들을 끌어모았다!" } }, "job_complete_good": "도와줘서 고마워요!\n오늘은 거의 {{selectedPokemon}} 혼자서 일을 다한 것 같네요!$여기 일당이에요!", From 307a81bf6747cab3317923c12d18efa323d5ee4b Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:43:40 +0900 Subject: [PATCH 106/130] Update src/locales/ko/mystery-encounters/part-timer-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/part-timer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/part-timer-dialogue.json b/src/locales/ko/mystery-encounters/part-timer-dialogue.json index 5b9106f2ae1..08c2dcffcf3 100644 --- a/src/locales/ko/mystery-encounters/part-timer-dialogue.json +++ b/src/locales/ko/mystery-encounters/part-timer-dialogue.json @@ -26,6 +26,6 @@ }, "job_complete_good": "도와줘서 고마워요!\n오늘은 거의 {{selectedPokemon}} 혼자서 일을 다한 것 같네요!$여기 일당이에요!", "job_complete_bad": "{{selectedPokemon}}[[가]] 뭐… 조금은 도움이 된 거 같네요!$여기 일당이에요.", - "pokemon_tired": "{{selectedPokemon}}[[가]] 지친 것 같다!\n모든 기술의 PP가 2까지 줄었다!", + "pokemon_tired": "{{selectedPokemon}}[[가]] 지친 것 같다!\n모든 기술의 PP가 2로 감소했다!", "outro": "다음에 또 도와주러 와요!" } \ No newline at end of file From 5206b44942587339f17d96361f444ae30c192f82 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:44:45 +0900 Subject: [PATCH 107/130] Update src/locales/ko/mystery-encounters/safari-zone-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/safari-zone-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/safari-zone-dialogue.json b/src/locales/ko/mystery-encounters/safari-zone-dialogue.json index 05310fe9804..4cdad3dd1ed 100644 --- a/src/locales/ko/mystery-encounters/safari-zone-dialogue.json +++ b/src/locales/ko/mystery-encounters/safari-zone-dialogue.json @@ -1,7 +1,7 @@ { "intro": "사파리존이다!", "title": "사파리존", - "description": "여기에는 오만가지 희귀하고 특별한 포켓몬들이 살고 있습니다! 최대 3마리까지, 특별한 포켓몬을 만나고 잡을 기회가 있답니다.\n\n하지만 조심하세요! 잡기도 전에 포켓몬이 도망칠 수도 있으니까요!", + "description": "여기에는 오만 가지 희귀하고 특별한 포켓몬들이 살고 있습니다! 특별한 포켓몬을 최대 3마리까지 만나고 잡을 기회가 있답니다.\n\n하지만 조심하세요! 잡기도 전에 포켓몬이 도망칠 수도 있으니까요!", "query": "들어가시겠습니까?", "option": { "1": { From 5f6c2bddfa9bec75923483d3be51316c46ce81e7 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:44:58 +0900 Subject: [PATCH 108/130] Update src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/shady-vitamin-dealer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json index 0fdb8225ff4..e4c563e9265 100644 --- a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json +++ b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json @@ -2,7 +2,7 @@ "intro": "검은 코트를 입은 남자가 다가왔다.", "speaker": "수상한 상인", "intro_dialogue": ".@d{16}.@d{16}.@d{16}$아-주 좋은 물건이 있는데, 관심 있어?$물론, 네 포켓몬이 이걸 감당할 수 있을지는 모르지만.", - "title": "영양제 딜러(?)", + "title": "영양제(?) 딜러", "description": "남자가 코트를 살짝 열어 보여주자,\n코트 안쪽에 포켓몬 영양제들이 빼곡히 들어있습니다.\n그가 부른 가격은 아주 매력적입니다. 좋아도 너무 좋군요…\n그는 두가지 선택지를 제시했습니다.", "query": "거래를 받아들일까요?", "invalid_selection": "포켓몬이 충분히 건강하지 않습니다.", From 5acf57ac318de6f4f915c2344274dc8b91048189 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:45:23 +0900 Subject: [PATCH 109/130] Update src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/shady-vitamin-dealer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json index e4c563e9265..94df7b59aa7 100644 --- a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json +++ b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json @@ -3,7 +3,7 @@ "speaker": "수상한 상인", "intro_dialogue": ".@d{16}.@d{16}.@d{16}$아-주 좋은 물건이 있는데, 관심 있어?$물론, 네 포켓몬이 이걸 감당할 수 있을지는 모르지만.", "title": "영양제(?) 딜러", - "description": "남자가 코트를 살짝 열어 보여주자,\n코트 안쪽에 포켓몬 영양제들이 빼곡히 들어있습니다.\n그가 부른 가격은 아주 매력적입니다. 좋아도 너무 좋군요…\n그는 두가지 선택지를 제시했습니다.", + "description": "남자가 코트를 살짝 열어 보여주자,\n코트 안쪽에 포켓몬 영양제들이 빼곡히 들어있는 것이 보입니다.\n그가 부른 가격은 아주 매력적입니다. 좋아도 너무 좋군요…\n그는 두가지 선택지를 제시했습니다.", "query": "거래를 받아들일까요?", "invalid_selection": "포켓몬이 충분히 건강하지 않습니다.", "option": { From 01221a1318b91f2477719c215836cacf16f8d071 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:45:40 +0900 Subject: [PATCH 110/130] Update src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/shady-vitamin-dealer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json index 94df7b59aa7..07a293c1a3b 100644 --- a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json +++ b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json @@ -18,7 +18,7 @@ "3": { "label": "떠난다", "tooltip": "(-) 보상 없음", - "selected": "흥, 너같은 겁쟁이한테는 안 팔아." + "selected": "흥, 너 같은 겁쟁이한테는 안 팔아." }, "selected": "남자는 영양제 두 병을 건넨 뒤,\n빠르게 사라졌다.${{selectedPokemon}}[[는]] {{boost1}}[[과]] {{boost2}} 효과를 얻었다!" }, From 6f6e8c26e0cd403357a2a885a7981ec59a28f075 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:46:22 +0900 Subject: [PATCH 111/130] Update src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/shady-vitamin-dealer-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json index 07a293c1a3b..312cba2e927 100644 --- a/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json +++ b/src/locales/ko/mystery-encounters/shady-vitamin-dealer-dialogue.json @@ -23,5 +23,5 @@ "selected": "남자는 영양제 두 병을 건넨 뒤,\n빠르게 사라졌다.${{selectedPokemon}}[[는]] {{boost1}}[[과]] {{boost2}} 효과를 얻었다!" }, "cheap_side_effects": "그런데 약이 부작용이 있는 것 같다!${{selectedPokemon}}[[가]] 약간 고통스러워 한다.\n성격이 {{newNature}}[[로]] 변해버렸다!", - "no_bad_effects": "딱히 부작용도 없는 것 같다!" + "no_bad_effects": "딱히 부작용은 없는 것 같다!" } \ No newline at end of file From a2bac72e95b22e9a797c96d36cfc833d15351e56 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:46:46 +0900 Subject: [PATCH 112/130] Update src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/the-strong-stuff-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json b/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json index 28f2832802c..1563041e5bd 100644 --- a/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-strong-stuff-dialogue.json @@ -8,7 +8,7 @@ "label": "{{shuckleName}}에게 다가간다", "tooltip": "(?) 끔찍하거나 놀라운 일", "selected": "당신은 기절해버렸다……….", - "selected_2": "@f{150}정신을 차리고 나니, {{shuckleName}}[[는]] 사라지고\n주스도 완전히 비었다.${{highBstPokemon1}}[[과]] {{highBstPokemon2}}[[는]]\n굉장히 무기력해졌다!$두 포켓몬의 종족값이 각각 {{reductionValue}}만큼 감소했다!$하지만 다른 포켓몬들은 놀라울만큼 활력이 넘친다!\n다른 포켓몬들의 종족값이 각각 {{increaseValue}}만큼 증가했다!" + "selected_2": "@f{150}정신을 차리고 나니, {{shuckleName}}[[는]] 사라지고\n주스도 완전히 비었다.${{highBstPokemon1}}[[과]] {{highBstPokemon2}}[[는]]\n굉장히 무기력해졌다!$두 포켓몬의 종족치가 각각 {{reductionValue}}만큼 감소했다!$하지만 다른 포켓몬들은 놀라울만큼 활력이 넘친다!\n다른 포켓몬들의 종족치가 각각 {{increaseValue}}만큼 증가했다!" }, "2": { "label": "{{shuckleName}}[[과]] 싸운다", From 30aed389a387fdd5ff072aea6927f4a720f449ea Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:47:03 +0900 Subject: [PATCH 113/130] Update src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/the-winstrate-challenge-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json index 7c85b84fec3..2fda48977f0 100644 --- a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json @@ -3,7 +3,7 @@ "speaker": "연승가족", "intro_dialogue": "우리는 연승가족!$잠깐 어떤가?\n지금 여기서 우리 가족 4명과 포켓몬 승부를 겨뤄보지 않겠나?", "title": "연승가족", - "description": "모두 5명인 연승가족들이 승부를 바라고 있습니다!\n가족 모두를 연달아 쓰러뜨릴 수 있다면 어마어마한 상품을 줄 겁니다.\n하지만 이걸 감당할 수 있을까요?", + "description": "모두 5명인 연승가족이 승부를 바라고 있습니다!\n가족 모두를 연달아 쓰러뜨릴 수 있다면 어마어마한 보상을 줄 겁니다.\n하지만 이걸 감당할 수 있을까요?", "query": "어떻게 하시겠습니까?", "option": { "1": { From d85b0fb9a15af78bbba83bed75ac25dd17c7a329 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:47:30 +0900 Subject: [PATCH 114/130] Update src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/the-winstrate-challenge-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json index 2fda48977f0..ac69cd468ce 100644 --- a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json @@ -14,7 +14,7 @@ "2": { "label": "승부를 거절한다", "tooltip": "(+) 파티 전체 회복\n(+) 더이상한사탕 획득", - "selected": "아쉽군. 근데, 자네 포켓몬들 좀 지쳐보이는구만,\n조금 쉬고 가지 않을텐가?" + "selected": "아쉽군. 그런데 자네 포켓몬들 좀 지쳐보이는구만,\n조금 쉬고 가지 않을텐가?" } }, "victory": "우리의 시련을 모두 극복하다니 축하하네!$먼저, 이 바우처를 주겠네.", From fc4af44f62dc6836cb0f1fb20031ec36b2e1f0ca Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:47:43 +0900 Subject: [PATCH 115/130] Update src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/the-winstrate-challenge-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json index ac69cd468ce..b7b96926f57 100644 --- a/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json +++ b/src/locales/ko/mystery-encounters/the-winstrate-challenge-dialogue.json @@ -17,6 +17,6 @@ "selected": "아쉽군. 그런데 자네 포켓몬들 좀 지쳐보이는구만,\n조금 쉬고 가지 않을텐가?" } }, - "victory": "우리의 시련을 모두 극복하다니 축하하네!$먼저, 이 바우처를 주겠네.", + "victory": "우리의 시련을 모두 극복하다니 축하하네!$먼저 이 바우처를 주겠네.", "victory_2": "우리 가족은 이 교정깁스로 포켓몬을 더 효과적으로 훈련하고 있다네.$우리 전부를 이긴 자네에겐 의미 없을 수도 있겠지만,\n그래도 이걸 받아주게!" } \ No newline at end of file From f65e06031e64fba1b89c639ab885ab9fed4b1726 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:48:03 +0900 Subject: [PATCH 116/130] Update src/locales/ko/mystery-encounters/training-session-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/training-session-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/training-session-dialogue.json b/src/locales/ko/mystery-encounters/training-session-dialogue.json index 329ad38aa20..7bc97a9cbd7 100644 --- a/src/locales/ko/mystery-encounters/training-session-dialogue.json +++ b/src/locales/ko/mystery-encounters/training-session-dialogue.json @@ -1,7 +1,7 @@ { "intro": "훈련에 쓸 만한 물건들을 발견했다.", "title": "트레이닝 시간", - "description": "발견한 기구들은 포켓몬들을 훈련시키는 데 쓸 수 있을 것 같습니다!\n파티의 다른 포켓몬들과 싸우면서 원하는 방식으로 훈련해보면 어떨까요?", + "description": "발견한 기구들은 포켓몬들을 훈련시키는 데 쓸 수 있을 것 같습니다!\n파티의 다른 포켓몬들과 싸우면서 원하는 방식으로 훈련해 보면 어떨까요?", "query": "어떻게 훈련할까요?", "invalid_selection": "포켓몬이 힘들어 보인다.", "option": { From f478adcff801032dfc479dee0be334a3f0694fd4 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:48:15 +0900 Subject: [PATCH 117/130] Update src/locales/ko/mystery-encounters/training-session-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/training-session-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/training-session-dialogue.json b/src/locales/ko/mystery-encounters/training-session-dialogue.json index 7bc97a9cbd7..b1990c1ca9a 100644 --- a/src/locales/ko/mystery-encounters/training-session-dialogue.json +++ b/src/locales/ko/mystery-encounters/training-session-dialogue.json @@ -7,7 +7,7 @@ "option": { "1": { "label": "가벼운 트레이닝", - "tooltip": "(-) 쉬운 배틀 \n(+) 선택 포켓몬 무작위 개체값 2가지 향상", + "tooltip": "(-) 쉬운 배틀 \n(+) 선택 포켓몬 무작위 개체치 2가지 향상", "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 {{stat1}}[[과]] {{stat2}}[[가]] 상승했다!" }, "2": { From 4886085b3e226577dcb3b3ee28613f20ee437b19 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:48:31 +0900 Subject: [PATCH 118/130] Update src/locales/ko/mystery-encounters/training-session-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/training-session-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/training-session-dialogue.json b/src/locales/ko/mystery-encounters/training-session-dialogue.json index b1990c1ca9a..3117e80ad39 100644 --- a/src/locales/ko/mystery-encounters/training-session-dialogue.json +++ b/src/locales/ko/mystery-encounters/training-session-dialogue.json @@ -8,7 +8,7 @@ "1": { "label": "가벼운 트레이닝", "tooltip": "(-) 쉬운 배틀 \n(+) 선택 포켓몬 무작위 개체치 2가지 향상", - "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 {{stat1}}[[과]] {{stat2}}[[가]] 상승했다!" + "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 {{stat1}}[[과]] {{stat2}}[[가]] 상승했다!" }, "2": { "label": "일반적인 트레이닝", From 3a9445d997865297a957e38c1fef87bcb4eb6ee8 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:48:45 +0900 Subject: [PATCH 119/130] Update src/locales/ko/mystery-encounters/training-session-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/training-session-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/training-session-dialogue.json b/src/locales/ko/mystery-encounters/training-session-dialogue.json index 3117e80ad39..e775c66fd1d 100644 --- a/src/locales/ko/mystery-encounters/training-session-dialogue.json +++ b/src/locales/ko/mystery-encounters/training-session-dialogue.json @@ -14,7 +14,7 @@ "label": "일반적인 트레이닝", "tooltip": "(-) 평범한 배틀\n(+) 선택 포켓몬 성격 변경", "select_prompt": "포켓몬과 훈련할\n새로운 성격을 선택하세요.", - "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 성격이 {{nature}}[[로]] 바뀌었다!" + "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 성격이 {{nature}}[[로]] 바뀌었다!" }, "3": { "label": "고강도 트레이닝", From d728151ecac9ae32da4f40a3b2784935d1c811cd Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:49:00 +0900 Subject: [PATCH 120/130] Update src/locales/ko/mystery-encounters/training-session-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/training-session-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/training-session-dialogue.json b/src/locales/ko/mystery-encounters/training-session-dialogue.json index e775c66fd1d..fc9d6721c40 100644 --- a/src/locales/ko/mystery-encounters/training-session-dialogue.json +++ b/src/locales/ko/mystery-encounters/training-session-dialogue.json @@ -20,7 +20,7 @@ "label": "고강도 트레이닝", "tooltip": "(-) 힘든 배틀\n(+) 선택 포켓몬 특성 변경", "select_prompt": "포켓몬과 훈련할\n새로운 특성을 선택을 선택하세요.", - "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해보인다!${{selectedPokemon}}의 특성이 {{ability}}[[로]] 바뀌었다!" + "finished": "훈련을 마친 {{selectedPokemon}}[[는]] 조금 지쳤지만 뿌듯해 보인다!${{selectedPokemon}}의 특성이 {{ability}}[[로]] 바뀌었다!" }, "4": { "label": "떠난다", From 2108caafa997bcbeb05f6968c5d439054c5c7e99 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:49:23 +0900 Subject: [PATCH 121/130] Update src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/trash-to-treasure-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index bfd322c3da0..4b279210110 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -1,7 +1,7 @@ { "intro": "엄청난 쓰레기 더미다!\n도대체 어디서 온 걸까?", "title": "쓰레기 속 보물", - "description": "쓰레기 더미가 눈앞에 펼쳐져있습니다.\n그 속에서 가치있는 물건을 찾을 수도 있겠죠.\n하지만 그 물건들을 얻기 위해\n정말로 오물을 뒤집어쓰고 싶으신가요?", + "description": "쓰레기 더미가 눈앞에 펼쳐져 있습니다.\n그 속에서 가치 있는 물건을 찾을 수도 있겠죠.\n하지만 그 물건들을 얻기 위해\n정말로 오물을 뒤집어쓰고 싶으신가요?", "query": "무엇을 하시겠습니까?", "option": { "1": { From 87f3ee6bb56d964ccaf9e55dc930117642300bc6 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:49:44 +0900 Subject: [PATCH 122/130] Update src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/trash-to-treasure-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index 4b279210110..d791e79d3c2 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -7,7 +7,7 @@ "1": { "label": "쓸만한 것을 발굴한다", "tooltip": "(-) 회복 아이템 가격 3배 상승\n(+) 끝내주는 아이템들을 획득", - "selected": "쓰레기 더미를 헤집고 다니며, 오물을 뒤집어썼다.$지금 이 상태로는, 아무리 친절한 점원이라도\n물건을 제 가격에 안 팔 것 같다!$앞으로 상점에서 파는 회복약을 훨씬 비싸게 사야 한다.$하지만, 쓰레기에서 엄청난 물건들을 발견했다!" + "selected": "쓰레기 더미를 헤집고 다니며 오물을 뒤집어썼다.$지금 이 상태라면 아무리 친절한 점원이라도\n물건을 제 가격에 안 팔 것 같다!$앞으로는 상점에서 파는 회복약을 훨씬 비싸게 사야 한다.$하지만 쓰레기에서 엄청난 물건들을 발견했다!" }, "2": { "label": "주변을 조사한다", From c34a7fd8735389ff36124a98076e8aaf4ec5b21f Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:50:05 +0900 Subject: [PATCH 123/130] Update src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/trash-to-treasure-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index d791e79d3c2..eaaa3386d16 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -12,7 +12,7 @@ "2": { "label": "주변을 조사한다", "tooltip": "(?) 쓰레기의 근원을 찾는다", - "selected": "쓰레기 더미 주변을 거닐며,\n이게 여기 어떻게 생겨난건지 단서를 찾아본다...", + "selected": "쓰레기 더미 주변을 거닐며,\n이게 여기 어떻게 생겨난 건지 단서를 찾아본다…", "selected_2": "갑자기 쓰레기 더미가 움직였다!\n쓰레기가 아니고, 포켓몬이었다!" } } From ba768c58475c208ed53d60d93cbf83f625beb913 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:50:17 +0900 Subject: [PATCH 124/130] Update src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json Co-authored-by: returntoice --- .../ko/mystery-encounters/trash-to-treasure-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json index eaaa3386d16..ac285692d23 100644 --- a/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json +++ b/src/locales/ko/mystery-encounters/trash-to-treasure-dialogue.json @@ -13,7 +13,7 @@ "label": "주변을 조사한다", "tooltip": "(?) 쓰레기의 근원을 찾는다", "selected": "쓰레기 더미 주변을 거닐며,\n이게 여기 어떻게 생겨난 건지 단서를 찾아본다…", - "selected_2": "갑자기 쓰레기 더미가 움직였다!\n쓰레기가 아니고, 포켓몬이었다!" + "selected_2": "갑자기 쓰레기 더미가 움직였다!\n쓰레기가 아니라 포켓몬이었다!" } } } \ No newline at end of file From 260e03fb8afb9fa27824280acdb2194150eb2ba7 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:50:36 +0900 Subject: [PATCH 125/130] Update src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json index 4fab1c56df1..df2af67aa67 100644 --- a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json +++ b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json @@ -1,7 +1,7 @@ { "intro": "저건 평범한 포켓몬이 아닌 것 같다!", "title": "흔하지 않은 포켓몬", - "description": "저 {{enemyPokemon}}[[는]] 어딘가 다른 {{enemyPokemon}}[[과]]는 달라보입니다. @[TOOLTIP_TITLE]{아마 특별한 기술을 알고 있을지도?}\n평범하게 배틀로 잡을 수도 있지만, 친구가 되는 방법도 있을 것 같습니다.", + "description": "저 {{enemyPokemon}}[[는]] 다른 {{enemyPokemon}}[[과]]는 어딘가 달라보입니다. @[TOOLTIP_TITLE]{아마 특별한 기술을 알고 있을지도?}\n평범하게 배틀로 잡을 수도 있지만, 친구가 되는 방법도 있을 것 같습니다.", "query": "어떻게 하시겠습니까?", "option": { "1": { From be8295ccf3c49955086330ef36d3373ab887922a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:50:48 +0900 Subject: [PATCH 126/130] Update src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json index df2af67aa67..ea52ea62eb0 100644 --- a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json +++ b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json @@ -6,7 +6,7 @@ "option": { "1": { "label": "포켓몬과 싸운다", - "tooltip": "(-) 까다로운 배틀\n(+) 포획가능한 강한 적", + "tooltip": "(-) 까다로운 배틀\n(+) 포획 가능한 강한 적", "selected": "{{enemyPokemon}}에게 용감하게 맞섰다.", "stat_boost": "{{enemyPokemon}}[[가]] 집중해서 능력치가 상승했다!" }, From 60cf27d3e5f4ed625393ef9ca73d99665864845e Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:51:02 +0900 Subject: [PATCH 127/130] Update src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json index ea52ea62eb0..aeec128b313 100644 --- a/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json +++ b/src/locales/ko/mystery-encounters/uncommon-breed-dialogue.json @@ -20,7 +20,7 @@ "label": "친구가 되기", "disabled_tooltip": "파티의 포켓몬이 특정한 기술을 알고 있어야한다.", "tooltip": "(+) {{option3PrimaryName}}[[가]] {{option3PrimaryMove}}[[를]] 사용\n(+) {{enemyPokemon}}[[가]] 좋아함", - "selected": "{{option3PrimaryName}}[[가]] {{option3PrimaryMove}}[[를]] 사용해,\n{{enemyPokemon}}를 매료시켰다!${{enemyPokemon}}[[는]] 동료가 되고 싶어하는 것 같다!" + "selected": "{{option3PrimaryName}}[[가]] {{option3PrimaryMove}}[[를]] 사용해\n{{enemyPokemon}}를 매료시켰다!${{enemyPokemon}}[[는]] 동료가 되고 싶어하는 것 같다!" } } } \ No newline at end of file From 16516adf4ba6bf4387b4dd0d26e3fc863a136b8a Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:51:22 +0900 Subject: [PATCH 128/130] Update src/locales/ko/mystery-encounters/weird-dream-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/weird-dream-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index b7cf6d5b589..faaee2a5fff 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -1,5 +1,5 @@ { - "intro": "어두운 실루엣의 여자가 앞을 막아선다.\n그녀에게서 뭔가 불안한 느낌이 든다…….", + "intro": "어떤 여자의 실루엣이 앞을 막아섰다.\n그녀에게서 뭔가 불안한 느낌이 든다…….", "speaker": "여자", "intro_dialogue": "너의 미래와 과거를 봤어….$저기…\n너도 그게 보이는 걸까?", "title": "???", From b4108ce0a90f178e42c4f1ebd4c74c01311c2667 Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:51:38 +0900 Subject: [PATCH 129/130] Update src/locales/ko/mystery-encounters/weird-dream-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/weird-dream-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index faaee2a5fff..0265442aa60 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -11,7 +11,7 @@ "tooltip": "@[SUMMARY_GREEN]{(?) 파티의 포켓몬에 영향}", "selected": "그녀는 당신에게 손을 뻗었고,\n이내 모든 것이 깜깜해졌다.$그리고…@d{64} 당신은 모든 것이 보인다.\n모든 시간선, 또 다른 당신의 모습,\n 과거와 미래.$당신을 만들어온 모든 것,\n당신이 될 모든 것…@d{64}", "cutscene": "당신의 포켓몬들이 보인다.@d{32} 모든 현실이\n합쳐져 새로운 무언가가 되고 있다…@d{64}", - "dream_complete": "잠에서 깨어나자, 여자는 사라진 것 같다.\n사람이 아니라 유령이었을지도…$.@d{32}.@d{32}.@d{32}?$파티의 포켓몬이 바뀌었다…?$…아니 원래부터 이 상태였는지도 모른다." + "dream_complete": "잠에서 깨어나자, 여자는 사라진 것 같다.\n사람이 아니라 유령이었을지도…$.@d{32}.@d{32}.@d{32}?$파티의 포켓몬이 바뀌었다…?$…아니, 원래부터 이 상태였는지도 모른다." }, "2": { "label": "빠르게 떠난다", From 3476b554fd7e9b4c77f854049e7d75a28ef614af Mon Sep 17 00:00:00 2001 From: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:51:59 +0900 Subject: [PATCH 130/130] Update src/locales/ko/mystery-encounters/weird-dream-dialogue.json Co-authored-by: returntoice --- src/locales/ko/mystery-encounters/weird-dream-dialogue.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json index 0265442aa60..303c459a1fb 100644 --- a/src/locales/ko/mystery-encounters/weird-dream-dialogue.json +++ b/src/locales/ko/mystery-encounters/weird-dream-dialogue.json @@ -16,7 +16,7 @@ "2": { "label": "빠르게 떠난다", "tooltip": "(-) 파티의 포켓몬에 영향", - "selected": "당신을 무감각하게 만들던 손아귀에서 벗어나,\n정신을 차리고 서둘러 자리를 떠났다.$간신히 정신을 추스르고 멈춰서서\n파티의 포켓몬들을 확인했다.$이유는 알 수 없지만\n파티의 모든 포켓몬 레벨이 약간 줄어들었다!" + "selected": "당신을 무감각하게 만들던 손아귀에서 벗어나,\n정신을 차리고 서둘러 자리를 떠났다.$간신히 정신을 추스르고 멈춰 서서\n파티의 포켓몬들을 확인했다.$이유는 알 수 없지만\n파티의 모든 포켓몬 레벨이 약간 줄어들었다!" } } } \ No newline at end of file