[Localization][ko] Modified item description and fix Koga typo (#2139)
* fix some sentences * Update src/locales/ko/modifier-type.ts
This commit is contained in:
parent
2b848b83e6
commit
78ce5e77d9
|
@ -1418,7 +1418,7 @@ export const PGMdialogue: DialogueTranslationEntries = {
|
||||||
},
|
},
|
||||||
"koga": {
|
"koga": {
|
||||||
"encounter": {
|
"encounter": {
|
||||||
1: "후하하하! 포켓몬은 딘순히 강한 것만이 아니다--곧 알려주지!"
|
1: "후하하하! 포켓몬은 단순히 강한 것만이 아니다--곧 알려주지!"
|
||||||
},
|
},
|
||||||
"victory": {
|
"victory": {
|
||||||
1: "하! 스스로 증명해냈군!"
|
1: "하! 스스로 증명해냈군!"
|
||||||
|
|
|
@ -70,7 +70,7 @@ export const modifierType: ModifierTypeTranslationEntries = {
|
||||||
description: "자신의 포켓몬의 HP를 모두 회복한다.",
|
description: "자신의 포켓몬의 HP를 모두 회복한다.",
|
||||||
},
|
},
|
||||||
"AllPokemonFullReviveModifierType": {
|
"AllPokemonFullReviveModifierType": {
|
||||||
description: "자신의 포켓몬의 HP를 기절해 버렸더라도 모두 회복한다.",
|
description: "기절해 버린 포켓몬 전원의 HP를 완전히 회복한다.",
|
||||||
},
|
},
|
||||||
"MoneyRewardModifierType": {
|
"MoneyRewardModifierType": {
|
||||||
description: "{{moneyMultiplier}} 양의 돈을 획득한다 (₽{{moneyAmount}}).",
|
description: "{{moneyMultiplier}} 양의 돈을 획득한다 (₽{{moneyAmount}}).",
|
||||||
|
|
Loading…
Reference in New Issue