pokerogue/public/locales/ja/achv.json

274 lines
7.7 KiB
JSON
Raw Normal View History

[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
{
"Achievements": {
"name": "実績"
},
"Locked": {
"name": "なし"
},
"MoneyAchv": {
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
"description": "一回の ランで {{moneyAmount}}円を 稼ぐ"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"10K_MONEY": {
"name": "お金を持つ人"
},
"100K_MONEY": {
"name": "富豪"
},
"1M_MONEY": {
"name": "百万長者"
},
"10M_MONEY": {
"name": "超富裕層"
},
"DamageAchv": {
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
"description": "一撃で HP{{damageAmount}}の ダメージを 与える"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"250_DMG": {
"name": "力持ち"
},
"1000_DMG": {
"name": "強者"
},
"2500_DMG": {
"name": "カカロット"
},
"10000_DMG": {
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
"name": "ワンパンマン",
"name_female": "ワンパンウーマン"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"HealAchv": {
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1つの 技や 特性や 持たせたアイテムで\n{{HP}}{{healAmount}}を 一気に 回復する"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"250_HEAL": {
"name": "回復発見者"
},
"1000_HEAL": {
"name": "大いなる治療者"
},
"2500_HEAL": {
"name": "回復達人"
},
"10000_HEAL": {
"name": "ジョーイさん"
},
"LevelAchv": {
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "匹の ポケモンを Lv.{{level}}まで 上げる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"LV_100": {
"name": "まだまだだよ"
},
"LV_250": {
"name": "天王"
},
"LV_1000": {
"name": "向こうの向こうを超え"
},
"RibbonAchv": {
"description": "{{ribbonAmount}}巻の リボンを 積もる"
},
"10_RIBBONS": {
"name": "ポケモンリーグチャンピオン"
},
"25_RIBBONS": {
"name": "スーパーリーグチャンピオン"
},
"50_RIBBONS": {
"name": "ハイパーリーグチャンピオン"
},
"75_RIBBONS": {
"name": "ローグリーグチャンピオン"
},
"100_RIBBONS": {
"name": "マスターリーグチャンピオン"
},
[Refactor/Bug/Move] Overhaul Stats and Battle Items, Implement Several Stat Moves (#2699) * Create Getters, Setters, and Types * Work on `pokemon.ts` * Adjust Types, Refactor `White Herb` Modifier * Migrate `TempBattleStat` Usage * Refactor `PokemonBaseStatModifier` Slightly * Remove `BattleStat`, Use "Stat Stages" & New Names * Address Phase `integers` * Finalize `BattleStat` Removal * Address Minor Manual NITs * Apply Own Review Suggestions * Fix Syntax Error * Add Docs * Overhaul X Items * Implement Guard and Power Split with Unit Tests * Add Several Unit Tests and Fixes * Implement Speed Swap with Unit Tests * Fix Keys in Summary Menu * Fix Starf Berry Raising EVA and ACC * Fix Contrary & Simple, Verify with Unit Tests * Implement Power & Guard Swap with Unit Tests * Add Move Effect Message to Speed Swap * Add Move Effect Message to Power & Guard Split * Add Localization Entries * Adjust Last X Item Unit Test * Overhaul X Items Unit Tests * Finish Missing Docs * Revamp Crit-Based Unit Tests & Dire Hit * Address Initial NITs * Apply NIT Batch Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> * Fix Moody Test * Address Multiple Messages for `ProtectStatAbAttr` * Change `ignoreOverride` to `bypassSummonData` * Adjust Italian Localization Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com> * Fix Moody --------- Co-authored-by: flx-sta <50131232+flx-sta@users.noreply.github.com> Co-authored-by: Niccolò <123510358+NicusPulcis@users.noreply.github.com>
2024-09-03 03:12:34 +01:00
"TRANSFER_MAX_STAT_STAGE": {
[Localisation] [JA] Translated remaining JA text files (#3999) * [Localisation] [JA] Begun translation on arena-flyout.json * Added english names to bgm-name.json * Translated common.json * Added English dialogue-double-battle.json To make translation easier * Added English dialogue-final-boss.json * Added english dialogue-misc.json * Added English dialogue.json * Translated fight-ui-handler.json * Update filter-bar.json Changed 飴 to アメ for consistency with its spelling in Pokemon GO * Update game-stats-ui-handler.json changed 孵化 to ふか * Update growth.json Added kanji * Update menu-ui-handler.json changed 孵化 to ふか * Update modifier-type.json Changed name of IV Scanner to match with other files, the rest of the item descriptions need to be changed to Kanji as well. * Update modifier.json * Changed move-trigger.json Added kanji and new moves. * Update party-ui-handler.json Added kanji * Update pokemon-info-container.json Changed to Kanji * Translated pokemon-summary.json The metFragment formatting is taken from BW * Update run-history.json Corrected some misinterpretations. Added correct original line of "Welcome to Hall of Fame!" * Added english splash-messages.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update arena-flyout.json * Update move-trigger.json * Translated arena-flyout.json * Update weather.json * Update save-slot-select-ui-handler.json changed wave to ラウンド * Update game-stats-ui-handler.json * Update challenges.json * Update achv.json Corrected some mistakes, misspelling * Added some translations dialogue.json Youngster translation done Female rival dialogue done, needs check * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json
2024-09-05 18:49:28 +01:00
"name": "連係プレー",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "少なくとも 1つの 能力を 最大まで あげて\n他の 手持ちポケモンに バトンタッチする"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"MAX_FRIENDSHIP": {
"name": "マブ達",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1匹の 手持ちポケモンの 仲良し度を 最大に 上げる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"MEGA_EVOLVE": {
"name": "ザ・アブソリュート",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1匹の 手持ちポケモンを メガシンカさせる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"GIGANTAMAX": {
[Localisation] [JA] Translated remaining JA text files (#3999) * [Localisation] [JA] Begun translation on arena-flyout.json * Added english names to bgm-name.json * Translated common.json * Added English dialogue-double-battle.json To make translation easier * Added English dialogue-final-boss.json * Added english dialogue-misc.json * Added English dialogue.json * Translated fight-ui-handler.json * Update filter-bar.json Changed 飴 to アメ for consistency with its spelling in Pokemon GO * Update game-stats-ui-handler.json changed 孵化 to ふか * Update growth.json Added kanji * Update menu-ui-handler.json changed 孵化 to ふか * Update modifier-type.json Changed name of IV Scanner to match with other files, the rest of the item descriptions need to be changed to Kanji as well. * Update modifier.json * Changed move-trigger.json Added kanji and new moves. * Update party-ui-handler.json Added kanji * Update pokemon-info-container.json Changed to Kanji * Translated pokemon-summary.json The metFragment formatting is taken from BW * Update run-history.json Corrected some misinterpretations. Added correct original line of "Welcome to Hall of Fame!" * Added english splash-messages.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update arena-flyout.json * Update move-trigger.json * Translated arena-flyout.json * Update weather.json * Update save-slot-select-ui-handler.json changed wave to ラウンド * Update game-stats-ui-handler.json * Update challenges.json * Update achv.json Corrected some mistakes, misspelling * Added some translations dialogue.json Youngster translation done Female rival dialogue done, needs check * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json
2024-09-05 18:49:28 +01:00
"name": "太ーくて堪らない",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1匹の 手持ちポケモンを キョダイマックスさせる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"TERASTALLIZE": {
"name": "一致好き",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1匹の 手持ちポケモンを テラスタルさせる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"STELLAR_TERASTALLIZE": {
"name": "隠れたタイプ",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1匹の 手持ちポケモンを ステラ・テラスタルさせる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"SPLICE": {
[Localisation] [JA] Translated remaining JA text files (#3999) * [Localisation] [JA] Begun translation on arena-flyout.json * Added english names to bgm-name.json * Translated common.json * Added English dialogue-double-battle.json To make translation easier * Added English dialogue-final-boss.json * Added english dialogue-misc.json * Added English dialogue.json * Translated fight-ui-handler.json * Update filter-bar.json Changed 飴 to アメ for consistency with its spelling in Pokemon GO * Update game-stats-ui-handler.json changed 孵化 to ふか * Update growth.json Added kanji * Update menu-ui-handler.json changed 孵化 to ふか * Update modifier-type.json Changed name of IV Scanner to match with other files, the rest of the item descriptions need to be changed to Kanji as well. * Update modifier.json * Changed move-trigger.json Added kanji and new moves. * Update party-ui-handler.json Added kanji * Update pokemon-info-container.json Changed to Kanji * Translated pokemon-summary.json The metFragment formatting is taken from BW * Update run-history.json Corrected some misinterpretations. Added correct original line of "Welcome to Hall of Fame!" * Added english splash-messages.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update arena-flyout.json * Update move-trigger.json * Translated arena-flyout.json * Update weather.json * Update save-slot-select-ui-handler.json changed wave to ラウンド * Update game-stats-ui-handler.json * Update challenges.json * Update achv.json Corrected some mistakes, misspelling * Added some translations dialogue.json Youngster translation done Female rival dialogue done, needs check * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json
2024-09-05 18:49:28 +01:00
"name": "インフィニット・フュージョン",
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
"description": "遺伝子のくさびで 二つの ポケモンを 吸収合体させる"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"MINI_BLACK_HOLE": {
"name": "アイテムホーリック",
"description": "ミニブラックホールを 手に入れる"
},
"CATCH_MYTHICAL": {
"name": "幻",
"description": "幻の ポケモンを 捕まえる"
},
"CATCH_SUB_LEGENDARY": {
"name": "準・伝説",
"description": "準伝説の ポケモンを 捕まえる"
},
"CATCH_LEGENDARY": {
"name": "ザ・伝説",
"description": "伝説の ポケモンを 捕まえる"
},
"SEE_SHINY": {
"name": "色とりどりに光る",
"description": "野生の 色違いポケモンを みつける"
},
"SHINY_PARTY": {
"name": "きらきら努力家",
"description": "手持ちポケモンは 全員 色違いポケモンに する"
},
"HATCH_MYTHICAL": {
"name": "幻のタマゴ",
"description": "幻の ポケモンを タマゴから 生まれる"
},
"HATCH_SUB_LEGENDARY": {
"name": "準伝説のタマゴ",
"description": "準伝説の ポケモンを タマゴから 生まれる"
},
"HATCH_LEGENDARY": {
"name": "伝説のタマゴ",
"description": "伝説の ポケモンを タマゴから 生まれる"
},
"HATCH_SHINY": {
"name": "色違いタマゴ",
"description": "色違いポケモンを タマゴから 生まれる"
},
"HIDDEN_ABILITY": {
"name": "底力",
"description": "隠れ特性がある ポケモンを 捕まえる"
},
"PERFECT_IVS": {
"name": "個体値の賞状",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "1匹の ポケモンの 個体値を すべて 最大に する"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"CLASSIC_VICTORY": {
"name": "無双",
"description": "クラシックモードを クリアする"
},
"UNEVOLVED_CLASSIC_VICTORY": {
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
"name": "はじめてのおつかい",
[Localisation] [JA] Minor corrections to settings, achv, tutorial; added necessary possessive particle to all trainer-classes (#4415) * Update ability-trigger.json * Update ability.json * Update arena-flyout.json * Update arena-tag.json * Update battle.json * Update fight-ui-handler.json * Update berry.json * Update menu.json * Update party-ui-handler.json * Update starter-select-ui-handler.json * Update tutorial.json * Update move.json * Update battle.json * Update arena-flyout.json * Update arena-flyout.json * Update arena-tag.json * Update party-ui-handler.json * Update settings.json * Update move-trigger.json * Translate modifier-type.json * Update modifier-type.json * Translated modifier-type.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update modifier-type.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue-misc.json * Update dialogue-misc.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json Archers and Arianas dialog taken from Pokemon Stadium 2, HGSS, LGP/LGE, FRLG * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update menu.json * Update dialogue.json * dialogue.json * Update dialogue-final-boss.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update settings.json * Update tutorial.json * Update tutorial.json * Update trainer-classes.json * Update achv.json
2024-09-25 15:13:51 +01:00
"description": "少なくとも 1匹の 進化していない 手持ちポケモンで\nクラシックモードを クリアする"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"MONO_GEN_ONE": {
"name": "原始",
"description": "1世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_TWO": {
"name": "懐かしいカンジョウ",
"description": "2世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_THREE": {
"name": "水浸し",
"description": "3世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_FOUR": {
"name": "神々の地",
"description": "4世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_FIVE": {
"name": "ニューヨーカー",
"description": "5世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_SIX": {
"name": "サヴァ・サヴァ",
"description": "6世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_SEVEN": {
"name": "アローラ・オエ",
"description": "7世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_EIGHT": {
"name": "チャンピオン タイムを 楽しめ!",
"description": "8世代の 単一世代チャレンジを クリアする"
},
"MONO_GEN_NINE": {
"name": "ネモに甘えたでしょう",
"description": "9世代の 単一世代チャレンジを クリアする"
},
"MonoType": {
"description": "{{type}}タイプの 単一タイプチャレンジを クリアする"
},
"MONO_NORMAL": {
[Localisation] [JA] Translated remaining JA text files (#3999) * [Localisation] [JA] Begun translation on arena-flyout.json * Added english names to bgm-name.json * Translated common.json * Added English dialogue-double-battle.json To make translation easier * Added English dialogue-final-boss.json * Added english dialogue-misc.json * Added English dialogue.json * Translated fight-ui-handler.json * Update filter-bar.json Changed 飴 to アメ for consistency with its spelling in Pokemon GO * Update game-stats-ui-handler.json changed 孵化 to ふか * Update growth.json Added kanji * Update menu-ui-handler.json changed 孵化 to ふか * Update modifier-type.json Changed name of IV Scanner to match with other files, the rest of the item descriptions need to be changed to Kanji as well. * Update modifier.json * Changed move-trigger.json Added kanji and new moves. * Update party-ui-handler.json Added kanji * Update pokemon-info-container.json Changed to Kanji * Translated pokemon-summary.json The metFragment formatting is taken from BW * Update run-history.json Corrected some misinterpretations. Added correct original line of "Welcome to Hall of Fame!" * Added english splash-messages.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update arena-flyout.json * Update move-trigger.json * Translated arena-flyout.json * Update weather.json * Update save-slot-select-ui-handler.json changed wave to ラウンド * Update game-stats-ui-handler.json * Update challenges.json * Update achv.json Corrected some mistakes, misspelling * Added some translations dialogue.json Youngster translation done Female rival dialogue done, needs check * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json
2024-09-05 18:49:28 +01:00
"name": "超凡人"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"MONO_FIGHTING": {
"name": "八千以上だ!!"
},
"MONO_FLYING": {
"name": "翼をください"
},
"MONO_POISON": {
"name": "カントーの名物"
},
"MONO_GROUND": {
"name": "自信でユラユラ"
},
"MONO_ROCK": {
"name": "タケシの挑戦状"
},
"MONO_BUG": {
[Localisation] [JA] Translated remaining JA text files (#3999) * [Localisation] [JA] Begun translation on arena-flyout.json * Added english names to bgm-name.json * Translated common.json * Added English dialogue-double-battle.json To make translation easier * Added English dialogue-final-boss.json * Added english dialogue-misc.json * Added English dialogue.json * Translated fight-ui-handler.json * Update filter-bar.json Changed 飴 to アメ for consistency with its spelling in Pokemon GO * Update game-stats-ui-handler.json changed 孵化 to ふか * Update growth.json Added kanji * Update menu-ui-handler.json changed 孵化 to ふか * Update modifier-type.json Changed name of IV Scanner to match with other files, the rest of the item descriptions need to be changed to Kanji as well. * Update modifier.json * Changed move-trigger.json Added kanji and new moves. * Update party-ui-handler.json Added kanji * Update pokemon-info-container.json Changed to Kanji * Translated pokemon-summary.json The metFragment formatting is taken from BW * Update run-history.json Corrected some misinterpretations. Added correct original line of "Welcome to Hall of Fame!" * Added english splash-messages.json * Update move-trigger.json * Update move-trigger.json * Update move-trigger.json * Update arena-flyout.json * Update move-trigger.json * Translated arena-flyout.json * Update weather.json * Update save-slot-select-ui-handler.json changed wave to ラウンド * Update game-stats-ui-handler.json * Update challenges.json * Update achv.json Corrected some mistakes, misspelling * Added some translations dialogue.json Youngster translation done Female rival dialogue done, needs check * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json * Update dialogue.json
2024-09-05 18:49:28 +01:00
"name": "チョウチョウ戦者"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
},
"MONO_GHOST": {
"name": "貞子ちゃん"
},
"MONO_STEEL": {
"name": "ハガネーター"
},
"MONO_FIRE": {
"name": "NIGHT OF FIRE"
},
"MONO_WATER": {
"name": "土砂降リスト"
},
"MONO_GRASS": {
"name": ""
},
"MONO_ELECTRIC": {
"name": "パチピカペコ"
},
"MONO_PSYCHIC": {
"name": "陽キャ"
},
"MONO_ICE": {
"name": "ありのまま"
},
"MONO_DRAGON": {
"name": "龍が如く"
},
"MONO_DARK": {
"name": "陰キャ"
},
"MONO_FAIRY": {
"name": "あらハート満タンになった"
},
"FRESH_START": {
"name": "一発で!",
"description": "出直しチャレンジを クリアする"
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
},
"INVERSE_BATTLE": {
"name": "カガミよミガカ",
"description": "反転バトルチャレンジを クリアする\nるすアリク をジンレャチルトバ転反"
[Localization] ME translations (#4183) * Update src/locales/es/mystery-encounters/department-store-sale-dialogue.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update src/locales/es/mystery-encounters/fight-or-flight-dialogue.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update src/locales/es/mystery-encounters/fiery-fallout-dialogue.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update src/locales/es/modifier-select-ui-handler.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update src/locales/es/mystery-encounters/field-trip-dialogue.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update a-trainers-test-dialogue.json * Update bug-type-superfan-dialogue.json * Update bgm-name.json * Added Korean missingthings at bug-type-superfan-dialogue.json * Update bug-type-superfan-dialogue.json * Update shady-vitamin-dealer-dialogue.json * Update slumbering-snorlax-dialogue.json * Update teleporting-hijinks-dialogue.json * Update the-pokemon-salesman-dialogue.json * Update the-strong-stuff-dialogue.json * Update the-winstrate-challenge-dialogue.json * Update training-session-dialogue.json * Update trash-to-treasure-dialogue.json * Update trash-to-treasure-dialogue.json * Update uncommon-breed-dialogue.json * Update weird-dream-dialogue.json * Update bgm-name.json * Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Update src/locales/ko/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Update src/locales/zh_CN/mystery-encounters/mysterious-chest-dialogue.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/zh_CN/mystery-encounters/fight-or-flight-dialogue.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * one more typo fix * Update slumbering-snorlax-dialogue.json * Update absolute-avarice-dialogue.json * Update an-offer-you-cant-refuse-dialogue.json * Update berries-abound-dialogue.json * Update the-pokemon-salesman-dialogue.json * Update trash-to-treasure-dialogue.json * Update uncommon-breed-dialogue.json * Update weird-dream-dialogue.json * Update weird-dream-dialogue.json * Update slumbering-snorlax-dialogue.json * translated a-trainers-test-dialogue.json * Update src/locales/ja/modifier-select-ui-handler.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Update src/locales/ja/mystery-encounter-messages.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Add files via upload * Update the-expert-breeder-dialogue.json * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update src/locales/pt_BR/trainer-names.json * Update src/locales/pt_BR/trainer-titles.json * Update config.ts * Update config.ts * Update config.ts * Delete src/locales/en/the-expert-breeder-dialogue.json * Delete src/locales/ca_ES/the-expert-breeder-dialogue.json * Delete src/locales/de/the-expert-breeder-dialogue.json * Delete src/locales/es/the-expert-breeder-dialogue.json * Delete src/locales/fr/the-expert-breeder-dialogue.json * Delete src/locales/it/the-expert-breeder-dialogue.json * Delete src/locales/ja/the-expert-breeder-dialogue.json * Delete src/locales/ko/the-expert-breeder-dialogue.json * Delete src/locales/pt_BR/the-expert-breeder-dialogue.json * Delete src/locales/zh_CN/the-expert-breeder-dialogue.json * Delete src/locales/zh_TW/the-expert-breeder-dialogue.json * Add files via upload * Update the-expert-breeder-dialogue.json * Rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * updated name and conifg * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Update and rename the-expert-breeder-dialogue.json to the-expert-pokemon-breeder-dialogue.json * Start of dialogue * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update config.ts * Update absolute-avarice-dialogue.json * Update absolute-avarice-dialogue.json * Added the option to have the species name for all 3, made the name of the breeder localizable * Revert changes that are in another pr * She is apparently female so needs changes * Update an-offer-you-cant-refuse-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * Update trainer-names.json * add translation for expert breeder * Update src/locales/ja/mystery-encounter-messages.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Update src/locales/ja/dialogue.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Update src/locales/ko/mystery-encounters/the-expert-pokemon-breeder-dialogue.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> * Update src/locales/ko/trainer-names.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> * Update src/locales/ko/mystery-encounters/the-expert-pokemon-breeder-dialogue.json Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> * Update src/locales/ko/mystery-encounters/the-expert-pokemon-breeder-dialogue.json * Update dialogue.json * translated all MEs * Update src/locales/zh_CN/mystery-encounters/the-expert-pokemon-breeder-dialogue.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update src/locales/zh_CN/trainer-names.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update achv.json * Update src/locales/ja/trainer-names.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Update src/locales/de/achv.json * Update src/locales/de/achv.json * Update an-offer-you-cant-refuse-dialogue.json * Update berries-abound-dialogue.json * Update bug-type-superfan-dialogue.json * Update src/locales/pt_BR/achv.json * Update translation for "breedersInSpace" in pt_BR splash-messages.json * Update bug-type-superfan-dialogue.json * Update src/locales/ko/achv.json Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> * Update src/locales/es/mystery-encounters/fun-and-games-dialogue.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update src/locales/ja/achv.json Co-authored-by: protimita <protimitajp@gmail.com> * Update src/locales/ko/mystery-encounter-messages.json Co-authored-by: returntoice <dieandbecome@gmail.com> * Update src/locales/ko/mystery-encounters/delibirdy-dialogue.json Co-authored-by: returntoice <dieandbecome@gmail.com> * Update src/locales/ko/mystery-encounters/delibirdy-dialogue.json Co-authored-by: returntoice <dieandbecome@gmail.com> * Update src/locales/ko/mystery-encounters/part-timer-dialogue.json Co-authored-by: returntoice <dieandbecome@gmail.com> * Update src/locales/ko/trainer-names.json Co-authored-by: returntoice <dieandbecome@gmail.com> * Update clowning-around-dialogue.json * Update clowning-around-dialogue.json * Update src/locales/es/mystery-encounters/global-trade-system-dialogue.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update src/locales/ja/mystery-encounters/bug-type-superfan-dialogue.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Update global-trade-system-dialogue.json * Update clowning-around-dialogue.json * Update dancing-lessons-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update src/locales/de/mystery-encounters/the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json * Update src/locales/ko/mystery-encounters/the-expert-pokemon-breeder-dialogue.json * Update src/locales/zh_CN/mystery-encounters/the-expert-pokemon-breeder-dialogue.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> * Update bgm-name.json * Update battle.json * Update an-offer-you-cant-refuse-dialogue.json * Update berries-abound-dialogue.json * Update the-expert-pokemon-breeder-dialogue.json in pt_BR locale * Update bug-type-superfan-dialogue.json * Update src/locales/es/achv.json Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> * Update bug-type-superfan-dialogue.json * Update clowning-around-dialogue.json * Update dancing-lessons-dialogue.json * Update config.ts * Update delibirdy-dialogue.json * Update department-store-sale-dialogue.json * Update weird-dream-dialogue.json * Update battler-tags.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update mysterious-chest-dialogue.json * Update weird-dream-dialogue.json * Update uncommon-breed-dialogue.json * Update field-trip-dialogue.json * Update src/locales/ja/mystery-encounters/dark-deal-dialogue.json Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> * Update src/locales/ko/mystery-encounters/berries-abound-dialogue.json Co-authored-by: returntoice <171243264+returntoice@users.noreply.github.com> * Update src/locales/ja/mystery-encounters/berries-abound-dialogue.json Co-authored-by: returntoice <171243264+returntoice@users.noreply.github.com> * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update mystery-encounter-messages.json --------- Co-authored-by: DanStevensonx <114961842+DanStevensonx@users.noreply.github.com> Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Co-authored-by: Leo Kim <47556641+KimJeongSun@users.noreply.github.com> Co-authored-by: returntoice <dieandbecome@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com> Co-authored-by: José Ricardo <josefleury@discente.ufg.br> Co-authored-by: Jannik Tappert <38758606+CodeTappert@users.noreply.github.com> Co-authored-by: KimJeongSun <leo@atlaslabs.ai> Co-authored-by: protimita <protimitajp@gmail.com> Co-authored-by: returntoice <171243264+returntoice@users.noreply.github.com>
2024-09-23 20:37:59 +01:00
},
"BREEDERS_IN_SPACE": {
"name": "宇宙のブリーダー!",
"description": "宇宙バイオームで エキスパートブリーダーを 倒す"
[Localization] Migrate translation files to json (#3709) * 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>
2024-08-23 20:52:09 +01:00
}
[Localisation] [JA] Several files translated (#3916) * Translate ability-trigger.json via GitLocalize * Translate game-stats-ui-handler.json via GitLocalize * Translate modifier-select-ui-handler.json via GitLocalize * Translate pokemon-form-battle.json via GitLocalize * Translate battle-info.json via GitLocalize * Translate menu.json via GitLocalize * Translate battler-tags.json via GitLocalize * Translate pokemon-info.json via GitLocalize * Translate achv.json via GitLocalize * Translate berry.json via GitLocalize * Translate achv-female.json via GitLocalize * Translate challenges.json via GitLocalize * Translate menu-ui-handler.json via GitLocalize * Translate egg.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate pokemon.json via GitLocalize * Translate starter-select-ui-handler.json via GitLocalize * Translate command-ui-handler.json via GitLocalize * Translate settings.json via GitLocalize * Update achv-female.json * Update menu-ui-handler.json * Update settings.json * Update achv.json * Update achv.json * Update achv.json * Delete src/locales/ja/achv-female.json * Update achv.json Compared in-game, with these changes it should all look good. * Update challenges.json * Update game-mode.json * Update menu.json * Update settings.json * Translate game-stats-ui-handler.json via GitLocalize * Update game-stats-ui-handler.json * Update settings.json --------- Co-authored-by: gitlocalize-app[bot] <55277160+gitlocalize-app[bot]@users.noreply.github.com> Co-authored-by: Enoch <enoch.jwsong@gmail.com> Co-authored-by: Chapybara-jp <charlie.beer@hotmail.com>
2024-09-02 05:18:49 +01:00
}