[Localization] Correct and apply updates to Korean (#1863)
* [Localization] Apply Korean to update
ability-trigeer.ts
windPowerCharged: Wind Power/Wind Rider #1566
Perish Body #1554
Poison Heal #1245
menu.ts
Loading screen disclaimer 7c9e5e9
modifier-type.ts
TM description with overlay key notice #1585
* Correct wrong text and align text width
change RV
remove space from FGEN
* Edit wrong space
* Use special color(official) rather than unofficial shiny
* Translate iceFaceAvoidedDamage
This commit is contained in:
parent
9013921523
commit
a852106a9d
|
@ -3,5 +3,8 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
export const abilityTriggers: SimpleTranslationEntries = {
|
export const abilityTriggers: SimpleTranslationEntries = {
|
||||||
"blockRecoilDamage" : "{{pokemonName}}[[는]] {{abilityName}} 때문에\n반동 데미지를 받지 않는다!",
|
"blockRecoilDamage" : "{{pokemonName}}[[는]] {{abilityName}} 때문에\n반동 데미지를 받지 않는다!",
|
||||||
"badDreams": "{{pokemonName}}[[는]]\n나이트메어 때문에 시달리고 있다!",
|
"badDreams": "{{pokemonName}}[[는]]\n나이트메어 때문에 시달리고 있다!",
|
||||||
"iceFaceAvoidedDamage": "{{pokemonName}} avoided\ndamage with {{abilityName}}!"
|
"windPowerCharged": "{{pokemonName}}[[는]]\n{{moveName}}에 맞아 충전되었다!",
|
||||||
|
"perishBody": "{{pokemonName}}의 {{abilityName}} 때문에\n양쪽 포켓몬 모두는 3턴 후에 쓰러져 버린다!",
|
||||||
|
"poisonHeal": "{{pokemonName}}[[는]] {{abilityName}}[[로]]인해\n조금 회복했다.",
|
||||||
|
"iceFaceAvoidedDamage": "{{pokemonName}}[[는]] {{abilityName}} 때문에\n데미지를 받지 않는다!",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
|
@ -49,6 +49,6 @@ export const menu: SimpleTranslationEntries = {
|
||||||
"empty":"빈 슬롯",
|
"empty":"빈 슬롯",
|
||||||
"yes":"예",
|
"yes":"예",
|
||||||
"no":"아니오",
|
"no":"아니오",
|
||||||
"disclaimer": "DISCLAIMER",
|
"disclaimer": "면책 조항",
|
||||||
"disclaimerDescription": "This game is an unfinished product; it might have playability issues (including the potential loss of save data),\n change without notice, and may or may not be updated further or completed."
|
"disclaimerDescription": "이 게임은 완전히 개발되지 않았습니다- (세이브 데이터 소실을 포함) 플레이에 지장을 주는 문제가 생길 수 있으며,\n공지 없이 업데이트가 진행 혹은 중지될 수 있습니다.",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
|
@ -101,7 +101,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
||||||
},
|
},
|
||||||
"TmModifierTypeWithInfo": {
|
"TmModifierTypeWithInfo": {
|
||||||
name: "No.{{moveId}} {{moveName}}",
|
name: "No.{{moveId}} {{moveName}}",
|
||||||
description: "포켓몬에게 {{moveName}}를(을) 가르침\n(Hold C or Shift for more info)",
|
description: "포켓몬에게 {{moveName}}를(을) 가르침\n(C 또는 Shift를 꾹 눌러 정보 확인)",
|
||||||
},
|
},
|
||||||
"EvolutionItemModifierType": {
|
"EvolutionItemModifierType": {
|
||||||
description: "어느 특정 포켓몬을 진화",
|
description: "어느 특정 포켓몬을 진화",
|
||||||
|
|
|
@ -30,12 +30,12 @@ export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"selectMoveSwapWith": "교체될 기술을 선택해주세요. 대상:",
|
"selectMoveSwapWith": "교체될 기술을 선택해주세요. 대상:",
|
||||||
"unlockPassive": "패시브 해금",
|
"unlockPassive": "패시브 해금",
|
||||||
"reduceCost": "코스트 줄이기",
|
"reduceCost": "코스트 줄이기",
|
||||||
"cycleShiny": "R: 색상 전환",
|
"cycleShiny": "R: 특별한 색",
|
||||||
"cycleForm": "F: 폼 체인지",
|
"cycleForm": "F: 폼 체인지",
|
||||||
"cycleGender": "G: 암수 전환",
|
"cycleGender": "G: 암수 전환",
|
||||||
"cycleAbility": "E: 특성 전환",
|
"cycleAbility": "E: 특성 전환",
|
||||||
"cycleNature": "N: 성격 전환",
|
"cycleNature": "N: 성격 전환",
|
||||||
"cycleVariant": "V: 형태 전환",
|
"cycleVariant": "V: 색상 전환",
|
||||||
"enablePassive": "패시브 활성화",
|
"enablePassive": "패시브 활성화",
|
||||||
"disablePassive": "패시브 비활성화",
|
"disablePassive": "패시브 비활성화",
|
||||||
"locked": "잠김",
|
"locked": "잠김",
|
||||||
|
|
Loading…
Reference in New Issue