From 9217405e7c352ae570cf17a1342fac77836fbe7a Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:30:00 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> --- src/locales/ko/achv.json | 4 ++-- src/locales/ko/challenges.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/locales/ko/achv.json b/src/locales/ko/achv.json index 25566248cbf..0742e0b9768 100644 --- a/src/locales/ko/achv.json +++ b/src/locales/ko/achv.json @@ -266,8 +266,8 @@ "description": "거꾸로 배틀 챌린지 모드 클리어." }, "TRICK_ROOM": { - "name": "You're Too Fast!", - "description": "Complete the Trick Room challenge." + "name": "하지만 빨랐죠?", + "description": "트릭룸 챌린지 모드 클리어." }, "BREEDERS_IN_SPACE": { "name": "충격!우주에 브리더 진짜 계심ㄷㄷ", diff --git a/src/locales/ko/challenges.json b/src/locales/ko/challenges.json index 169562549b0..a75c23be0cf 100644 --- a/src/locales/ko/challenges.json +++ b/src/locales/ko/challenges.json @@ -35,10 +35,10 @@ "value.1": "설정" }, "trickRoom": { - "name": "Trick Room", - "shortName": "Trick Room", - "desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.", - "value.0": "Off", - "value.1": "On" + "name": "트릭룸", + "shortName": "트릭룸", + "desc": "모든 배틀은 트릭룸 상태로 진행됩니다. 더 빠른 포켓몬은 나중에, 더 느린 포켓몬이 먼저 행동합니다.\n설정 시 다른 챌린지 업적은 달성할 수 없습니다.", + "value.0": "해제", + "value.1": "설정" } }