Apply suggestions from code review

Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com>
This commit is contained in:
Lugiad 2024-10-01 17:30:00 +02:00 committed by GitHub
parent e17f9fed53
commit 9217405e7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

View File

@ -266,8 +266,8 @@
"description": "거꾸로 배틀 챌린지 모드 클리어." "description": "거꾸로 배틀 챌린지 모드 클리어."
}, },
"TRICK_ROOM": { "TRICK_ROOM": {
"name": "You're Too Fast!", "name": "하지만 빨랐죠?",
"description": "Complete the Trick Room challenge." "description": "트릭룸 챌린지 모드 클리어."
}, },
"BREEDERS_IN_SPACE": { "BREEDERS_IN_SPACE": {
"name": "충격!우주에 브리더 진짜 계심ㄷㄷ", "name": "충격!우주에 브리더 진짜 계심ㄷㄷ",

View File

@ -35,10 +35,10 @@
"value.1": "설정" "value.1": "설정"
}, },
"trickRoom": { "trickRoom": {
"name": "Trick Room", "name": "트릭룸",
"shortName": "Trick Room", "shortName": "트릭룸",
"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.", "desc": "모든 배틀은 트릭룸 상태로 진행됩니다. 더 빠른 포켓몬은 나중에, 더 느린 포켓몬이 먼저 행동합니다.\n설정 시 다른 챌린지 업적은 달성할 수 없습니다.",
"value.0": "Off", "value.0": "해제",
"value.1": "On" "value.1": "설정"
} }
} }