[Localization] Added Korean localization for challenges (#1946)
* traslated challenge mode script * modified my mistake Co-authored-by: Sangmin Lee <66083363+GINK-SS@users.noreply.github.com> * deleted unnecessary word --------- Co-authored-by: Sangmin Lee <66083363+GINK-SS@users.noreply.github.com>
This commit is contained in:
parent
2d9f05030b
commit
64d36c9864
|
@ -1,67 +1,67 @@
|
||||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const challenges: SimpleTranslationEntries = {
|
export const challenges: SimpleTranslationEntries = {
|
||||||
"title": "Challenge Modifiers",
|
"title": "챌린지 조건 설정",
|
||||||
"points": "Bad Ideas",
|
"points": "Bad Ideas",
|
||||||
"confirm_start": "Proceed with these challenges?",
|
"confirm_start": "이 조건으로 챌린지를 진행하시겠습니까?",
|
||||||
"singleGeneration.name": "Mono Gen",
|
"singleGeneration.name": "단일 세대",
|
||||||
"singleGeneration.value.0": "Off",
|
"singleGeneration.value.0": "설정 안함",
|
||||||
"singleGeneration.desc.0": "You can only use pokemon from the chosen generation.",
|
"singleGeneration.desc.0": "선택한 세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.1": "Gen 1",
|
"singleGeneration.value.1": "1세대",
|
||||||
"singleGeneration.desc.1": "You can only use pokemon from generation one.",
|
"singleGeneration.desc.1": "1세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.2": "Gen 2",
|
"singleGeneration.value.2": "2세대",
|
||||||
"singleGeneration.desc.2": "You can only use pokemon from generation two.",
|
"singleGeneration.desc.2": "2세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.3": "Gen 3",
|
"singleGeneration.value.3": "3세대",
|
||||||
"singleGeneration.desc.3": "You can only use pokemon from generation three.",
|
"singleGeneration.desc.3": "3세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.4": "Gen 4",
|
"singleGeneration.value.4": "4세대",
|
||||||
"singleGeneration.desc.4": "You can only use pokemon from generation four.",
|
"singleGeneration.desc.4": "4세대의 포켓몬만 사용할 수 있습니다r",
|
||||||
"singleGeneration.value.5": "Gen 5",
|
"singleGeneration.value.5": "5세대",
|
||||||
"singleGeneration.desc.5": "You can only use pokemon from generation five.",
|
"singleGeneration.desc.5": "5세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.6": "Gen 6",
|
"singleGeneration.value.6": "6세대",
|
||||||
"singleGeneration.desc.6": "You can only use pokemon from generation six.",
|
"singleGeneration.desc.6": "6세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.7": "Gen 7",
|
"singleGeneration.value.7": "7세대",
|
||||||
"singleGeneration.desc.7": "You can only use pokemon from generation seven.",
|
"singleGeneration.desc.7": "7세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.8": "Gen 8",
|
"singleGeneration.value.8": "8세대",
|
||||||
"singleGeneration.desc.8": "You can only use pokemon from generation eight.",
|
"singleGeneration.desc.8": "8세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleGeneration.value.9": "Gen 9",
|
"singleGeneration.value.9": "8세대",
|
||||||
"singleGeneration.desc.9": "You can only use pokemon from generation nine.",
|
"singleGeneration.desc.9": "9세대의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.name": "Mono Type",
|
"singleType.name": "단일 타입",
|
||||||
"singleType.value.0": "Off",
|
"singleType.value.0": "설정 안함",
|
||||||
"singleType.desc.0": "You can only use pokemon of the chosen type.",
|
"singleType.desc.0": "선택한 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.1": "Normal",
|
"singleType.value.1": "노말",
|
||||||
"singleType.desc.1": "You can only use pokemon with the Normal type.",
|
"singleType.desc.1": "노말 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.2": "Fighting",
|
"singleType.value.2": "격투",
|
||||||
"singleType.desc.2": "You can only use pokemon with the Fighting type.",
|
"singleType.desc.2": "격투 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.3": "Flying",
|
"singleType.value.3": "비행",
|
||||||
"singleType.desc.3": "You can only use pokemon with the Flying type.",
|
"singleType.desc.3": "비행 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.4": "Poison",
|
"singleType.value.4": "독",
|
||||||
"singleType.desc.4": "You can only use pokemon with the Poison type.",
|
"singleType.desc.4": "독 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.5": "Ground",
|
"singleType.value.5": "땅",
|
||||||
"singleType.desc.5": "You can only use pokemon with the Ground type.",
|
"singleType.desc.5": "땅 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.6": "Rock",
|
"singleType.value.6": "바위 ",
|
||||||
"singleType.desc.6": "You can only use pokemon with the Rock type.",
|
"singleType.desc.6": "바위 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.7": "Bug",
|
"singleType.value.7": "벌레",
|
||||||
"singleType.desc.7": "You can only use pokemon with the Bug type.",
|
"singleType.desc.7": "벌레 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.8": "Ghost",
|
"singleType.value.8": "고스트",
|
||||||
"singleType.desc.8": "You can only use pokemon with the Ghost type.",
|
"singleType.desc.8": "고스트 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.9": "Steel",
|
"singleType.value.9": "강철",
|
||||||
"singleType.desc.9": "You can only use pokemon with the Steel type.",
|
"singleType.desc.9": "강철 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.10": "Fire",
|
"singleType.value.10": "불꽃",
|
||||||
"singleType.desc.10": "You can only use pokemon with the Fire type.",
|
"singleType.desc.10": "불꽃 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.11": "Water",
|
"singleType.value.11": "물",
|
||||||
"singleType.desc.11": "You can only use pokemon with the Water type.",
|
"singleType.desc.11": "물 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.12": "Grass",
|
"singleType.value.12": "풀",
|
||||||
"singleType.desc.12": "You can only use pokemon with the Grass type.",
|
"singleType.desc.12": "풀 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.13": "Electric",
|
"singleType.value.13": "전기",
|
||||||
"singleType.desc.13": "You can only use pokemon with the Electric type.",
|
"singleType.desc.13": "전기 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.14": "Psychic",
|
"singleType.value.14": "에스퍼",
|
||||||
"singleType.desc.14": "You can only use pokemon with the Psychic type.",
|
"singleType.desc.14": "에스퍼 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.15": "Ice",
|
"singleType.value.15": "얼음",
|
||||||
"singleType.desc.15": "You can only use pokemon with the Ice type.",
|
"singleType.desc.15": "얼음 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.16": "Dragon",
|
"singleType.value.16": "드래곤",
|
||||||
"singleType.desc.16": "You can only use pokemon with the Dragon type.",
|
"singleType.desc.16": "드래곤 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.17": "Dark",
|
"singleType.value.17": "악",
|
||||||
"singleType.desc.17": "You can only use pokemon with the Dark type.",
|
"singleType.desc.17": "악 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
"singleType.value.18": "Fairy",
|
"singleType.value.18": "페어리",
|
||||||
"singleType.desc.18": "You can only use pokemon with the Fairy type.",
|
"singleType.desc.18": "페어리 타입의 포켓몬만 사용할 수 있습니다.",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue