[Localization][ko] Translate missed texts in filter bar. (#3370)
* Add missed translation and fix wrong message key * change some text * Update src/locales/ko/filter-bar.ts * Update src/locales/ko/filter-bar.ts * Add confirmExit translation
This commit is contained in:
parent
20e52ed9a7
commit
151e2647cb
|
@ -13,18 +13,18 @@ export const filterBar: SimpleTranslationEntries = {
|
||||||
"passive": "패시브",
|
"passive": "패시브",
|
||||||
"passiveUnlocked": "패시브 해금",
|
"passiveUnlocked": "패시브 해금",
|
||||||
"passiveLocked": "패시브 잠김",
|
"passiveLocked": "패시브 잠김",
|
||||||
"costReduction": "Cost Reduction",
|
"costReduction": "코스트 줄이기",
|
||||||
"costReductionUnlocked": "Cost Reduction Unlocked",
|
"costReductionUnlocked": "코스트 절감됨",
|
||||||
"costReductionLocked": "Cost Reduction Locked",
|
"costReductionLocked": "코스트 절감 없음",
|
||||||
"ribbon": "클리어 여부",
|
"ribbon": "클리어 여부",
|
||||||
"hasWon": "클리어 함",
|
"hasWon": "클리어 완료",
|
||||||
"hasNotwon": "클리어 안함",
|
"hasNotWon": "클리어 안함",
|
||||||
"hiddenAbility": "Hidden Ability",
|
"hiddenAbility": "숨겨진 특성",
|
||||||
"hasHiddenAbility": "Hidden Ability - Yes",
|
"hasHiddenAbility": "숨겨진 특성 보유",
|
||||||
"noHiddenAbility": "Hidden Ability - No",
|
"noHiddenAbility": "숨겨진 특성 없음",
|
||||||
"pokerus": "Pokerus",
|
"pokerus": "포켓러스",
|
||||||
"hasPokerus": "Pokerus - Yes",
|
"hasPokerus": "포켓러스 감염",
|
||||||
"noPokerus": "Pokerus - No",
|
"noPokerus": "포켓러스 없음",
|
||||||
"sortByNumber": "도감번호",
|
"sortByNumber": "도감번호",
|
||||||
"sortByCost": "코스트",
|
"sortByCost": "코스트",
|
||||||
"sortByCandies": "사탕 수",
|
"sortByCandies": "사탕 수",
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { SimpleTranslationEntries } from "#app/interfaces/locales";
|
||||||
*/
|
*/
|
||||||
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
export const starterSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"confirmStartTeam": "이 포켓몬들로 시작하시겠습니까?",
|
"confirmStartTeam": "이 포켓몬들로 시작하시겠습니까?",
|
||||||
"confirmExit": "Do you want to exit?",
|
"confirmExit": "나가시겠습니까?",
|
||||||
"invalidParty": "스타팅 포켓몬 파티에 적합하지 않습니다!",
|
"invalidParty": "스타팅 포켓몬 파티에 적합하지 않습니다!",
|
||||||
"gen1": "1세대",
|
"gen1": "1세대",
|
||||||
"gen2": "2세대",
|
"gen2": "2세대",
|
||||||
|
|
Loading…
Reference in New Issue