mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-12-02 11:46:11 +00:00
[Localization] New Korean translations (#3192)
* trans once more * change2
This commit is contained in:
parent
06515d4d50
commit
d7a1214168
@ -264,6 +264,10 @@ export const PGMachv: AchievementTranslationEntries = {
|
|||||||
"MONO_FAIRY": {
|
"MONO_FAIRY": {
|
||||||
name: "설마 자시안으로?",
|
name: "설마 자시안으로?",
|
||||||
},
|
},
|
||||||
|
"FRESH_START": {
|
||||||
|
name: "첫트!",
|
||||||
|
description: "새 출발 챌린지 모드 클리어."
|
||||||
|
},
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
// Achievement translations for the when the player character is female (it for now uses the same translations as the male version)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
|
|
||||||
export const battleInfo: SimpleTranslationEntries = {
|
export const battleInfo: SimpleTranslationEntries = {
|
||||||
"generation": "{{generation}}세대",
|
"generation": "{{generation}}",
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -23,4 +23,10 @@ export const challenges: TranslationEntries = {
|
|||||||
"desc_default": "선택한 타입의 포켓몬만 사용할 수 있습니다."
|
"desc_default": "선택한 타입의 포켓몬만 사용할 수 있습니다."
|
||||||
//type in pokemon-info
|
//type in pokemon-info
|
||||||
},
|
},
|
||||||
|
"freshStart": {
|
||||||
|
"name": "새 출발",
|
||||||
|
"desc": "포켓로그를 처음 시작했던 때처럼 강화가 전혀 되지 않은 오리지널 스타팅 포켓몬만 고를 수 있습니다.",
|
||||||
|
"value.0": "해제",
|
||||||
|
"value.1": "설정",
|
||||||
|
}
|
||||||
} as const;
|
} as const;
|
||||||
|
@ -58,10 +58,10 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
|||||||
description: "지니게 하면 {{moveType}}타입 기술의 위력이 20% 상승한다.",
|
description: "지니게 하면 {{moveType}}타입 기술의 위력이 20% 상승한다.",
|
||||||
},
|
},
|
||||||
"PokemonLevelIncrementModifierType": {
|
"PokemonLevelIncrementModifierType": {
|
||||||
description: "포켓몬 1마리의 레벨이 기본 1만큼, 사탕단지의 개수에 따라 최대 {{levels}}까지 상승한다.",
|
description: "포켓몬 1마리의 레벨이 {{levels}}만큼 상승한다.",
|
||||||
},
|
},
|
||||||
"AllPokemonLevelIncrementModifierType": {
|
"AllPokemonLevelIncrementModifierType": {
|
||||||
description: "자신의 모든 포켓몬의 레벨이 기본 1씩, 사탕단지의 개수에 따라 최대 {{levels}}까지 상승한다.",
|
description: "자신의 모든 포켓몬의 레벨이 {{levels}}만큼 상승한다.",
|
||||||
},
|
},
|
||||||
"PokemonBaseStatBoosterModifierType": {
|
"PokemonBaseStatBoosterModifierType": {
|
||||||
description: "지니게 하면 {{statName}} 종족값을 10% 올려준다. 개체값이 높을수록 더 많이 누적시킬 수 있다.",
|
description: "지니게 하면 {{statName}} 종족값을 10% 올려준다. 개체값이 높을수록 더 많이 누적시킬 수 있다.",
|
||||||
@ -153,7 +153,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
|||||||
|
|
||||||
"REVIVER_SEED": { name: "부활의씨앗", description: "포켓몬이 공격을 받고 쓰러지려 할 때 HP를 절반 회복한다." },
|
"REVIVER_SEED": { name: "부활의씨앗", description: "포켓몬이 공격을 받고 쓰러지려 할 때 HP를 절반 회복한다." },
|
||||||
|
|
||||||
"WHITE_HERB": { name: "White Herb", description: "An item to be held by a Pokémon. It will restore any lowered stat in battle." },
|
"WHITE_HERB": { name: "하양허브", description: "지니게 한 포켓몬의 능력이 떨어졌을 때 원래 상태로 돌아온다." },
|
||||||
|
|
||||||
"ETHER": { name: "PP에이드" },
|
"ETHER": { name: "PP에이드" },
|
||||||
"MAX_ETHER": { name: "PP회복" },
|
"MAX_ETHER": { name: "PP회복" },
|
||||||
|
Loading…
Reference in New Issue
Block a user