mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-30 05:28:49 +01:00
* add jsonc import support * migrate en: ability-trigger, ability, achv & arena-flyout to json/c * remove jsonc support gitlocalize doesn't recognize it * migrate arena-flyoutr.jsonc to json * EN: migrate arena-tag * EN: migrate battle-info.json * EN: migrate `battle-message-ui-handler` * EN: migrate `battle-scene` * EN: migrate `battle` * EN: migrate `battler-tags` * EN: migrate `berry` * EN: migrate `bgm-name` * EN: migrate `biome` * EN: migrate `challenges` * EN: migrate `command-ui-handler` * EN: migrate `common` * EN: migrate `dialogue` * EN: migrate `egg` * EN: migrate `fight-ui-handler` * EN: migrate `filter-bar` * EN: migrate `game-mode` * EN: migrate `game-stats-ui-handler` * EN: migrate `growth` * EN: migrate `menu-ui-handler` * EN: migrate `menu` * EN: migrate `modifier-select-ui-handler` * EN: migrate `modifier-type` * EN: migrate `modifier` * EN: migrate `move-trigger` * EN: migrate `move` * EN: migrate `nature` * EN: migrate `party-ui-handler` * EN: migrate `pokeball` * EN: migrate `pokemon-form` * EN: migrate `pokemon-info-container` * EN: migrate `pokemon-info` * EN: migrate `pokemon-summary` * EN: migrate `pokemon` * EN: migrate `save-slot-select-ui-handler` * EN: migrate `settings` * EN: migrate `splash-messages` * EN: migrate `starter-select-ui-handler` * EN: migrate `status-effect.json` * EN: migrate `trainers` * EN: migrate `tutorial` * EN: migrate `voucher` * EN: migrate `weather` and `terrain` * rename `dialogue-double-battle.json` * DE: migrate `ability-trigger` * DE: migrate `trainers` * DE: migrate `tutorial` * EN: migrate to `achv-f/-m` * rename `dialogue-endboss.json` to `dialogue-final-boss.json` endboss is not typical english * EN: fix gender files * EN: fix some dialogue gender issues * Migrate DE to JSON * EN: fix `modifier-type.json` * remove ca_ES for now * remove de/dialogue.ts (remnant) * Migrate ES (spanish) removing all dialogues content has been confirmed by Asdar Develops * Removed fake translations from ability-trigger * Removed fake translations from achievements and fixed female pronouns * Removed fake translations all the way to moves.json * Finished removing fake translations from es folder * migrate fr (french) * FR: update config.ts * migrate it (italian) * Removed fake translations in French json * Readding two lines I accidentally deleted to fr dialogue-male * migrate ja (Japanese) * migrate ko (Korean) * migrate pt_BR (Brasil) * remove event texts from json files * Removed fake translations in Italian * Removed Japanese fake translations everywhere except dialogues * Removed fake translations from Japanase (dialogues only) * Translate trainer-names.json via GitLocalize * Fixed a devilish typo in fr locale * add new translationkeys to en/settings * add empty `ca_ES` translations * fix config export names * fix ts-compiler with i18n issue * fix battle-stat.test.ts * fix some namings in plugins/i18n.ts * move `i18n.d.ts` content into `i18next.d.ts` and remove `defaultValue` key * fix type issues after beta merge * migrate zh_CN (Chinese simplified) * migrate zh_TW (Chinese tranditional) * fix tests for "missing" translations --------- Co-authored-by: InnocentGameDev <asdargmng@gmail.com> Co-authored-by: SangaraSorama <sangara.diamant@gmail.com>
65 lines
3.0 KiB
JSON
65 lines
3.0 KiB
JSON
{
|
|
"none": {
|
|
"name": "없음",
|
|
"description": "",
|
|
"obtain": "",
|
|
"obtainSource": "",
|
|
"activation": "",
|
|
"overlap": "",
|
|
"heal": ""
|
|
},
|
|
"poison": {
|
|
"name": "독",
|
|
"description": "독",
|
|
"obtain": "{{pokemonNameWithAffix}}의\n몸에 독이 퍼졌다!",
|
|
"obtainSource": "{{pokemonNameWithAffix}}[[는]]\n{{sourceText}} 때문에 몸에 독이 퍼졌다!",
|
|
"activation": "{{pokemonNameWithAffix}}[[는]]\n독에 의한 데미지를 입었다!",
|
|
"overlap": "{{pokemonNameWithAffix}}[[는]] 이미\n몸에 독이 퍼진 상태다.",
|
|
"heal": "{{pokemonNameWithAffix}}의 독은\n말끔하게 해독됐다!"
|
|
},
|
|
"toxic": {
|
|
"name": "맹독",
|
|
"description": "독",
|
|
"obtain": "{{pokemonNameWithAffix}}의\n몸에 맹독이 퍼졌다!",
|
|
"obtainSource": "{{pokemonNameWithAffix}}[[는]]\n{{sourceText}} 때문에 몸에 맹독이 퍼졌다!",
|
|
"activation": "{{pokemonNameWithAffix}}[[는]]\n독에 의한 데미지를 입었다!",
|
|
"overlap": "{{pokemonNameWithAffix}}[[는]] 이미\n몸에 독이 퍼진 상태다.",
|
|
"heal": "{{pokemonNameWithAffix}}의 독은\n말끔하게 해독됐다!"
|
|
},
|
|
"paralysis": {
|
|
"name": "마비",
|
|
"description": "마비",
|
|
"obtain": "{{pokemonNameWithAffix}}[[는]] 마비되어\n기술이 나오기 어려워졌다!",
|
|
"obtainSource": "{{pokemonNameWithAffix}}[[는]] {{sourceText}} 때문에\n마비되어 기술이 나오기 어려워졌다!",
|
|
"activation": "{{pokemonNameWithAffix}}[[는]]\n몸이 저려서 움직일 수 없다!",
|
|
"overlap": "{{pokemonNameWithAffix}}[[는]]\n이미 마비되어 있다!",
|
|
"heal": "{{pokemonNameWithAffix}}의\n몸저림이 풀렸다!"
|
|
},
|
|
"sleep": {
|
|
"name": "잠듦",
|
|
"description": "잠듦",
|
|
"obtain": "{{pokemonNameWithAffix}}[[는]]\n잠들어 버렸다!",
|
|
"obtainSource": "{{pokemonNameWithAffix}}[[는]]\n{{sourceText}} 때문에 잠들어 버렸다!",
|
|
"activation": "{{pokemonNameWithAffix}}[[는]]\n쿨쿨 잠들어 있다.",
|
|
"overlap": "{{pokemonNameWithAffix}}[[는]]\n이미 잠들어 있다.",
|
|
"heal": "{{pokemonNameWithAffix}}[[는]]\n눈을 떴다!"
|
|
},
|
|
"freeze": {
|
|
"name": "얼음",
|
|
"description": "얼음",
|
|
"obtain": "{{pokemonNameWithAffix}}[[는]]\n얼어붙었다!",
|
|
"obtainSource": "{{pokemonNameWithAffix}}[[는]]\n{{sourceText}} 때문에 얼어붙었다!",
|
|
"activation": "{{pokemonNameWithAffix}}[[는]]\n얼어 버려서 움직일 수 없다!",
|
|
"overlap": "{{pokemonNameWithAffix}}[[는]]\n이미 얼어 있다.",
|
|
"heal": "{{pokemonNameWithAffix}}의\n얼음 상태가 나았다!"
|
|
},
|
|
"burn": {
|
|
"name": "화상",
|
|
"description": "화상",
|
|
"obtain": "{{pokemonNameWithAffix}}[[는]]\n화상을 입었다!",
|
|
"obtainSource": "{{pokemonNameWithAffix}}[[는]]\n{{sourceText}} 때문에 화상을 입었다!",
|
|
"activation": "{{pokemonNameWithAffix}}[[는]]\n화상 데미지를 입었다!",
|
|
"overlap": "{{pokemonNameWithAffix}}[[는]] 이미\n화상을 입은 상태다.",
|
|
"heal": "{{pokemonNameWithAffix}}의\n화상이 나았다!"
|
|
}
|
|
} |