mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-10 02:05:46 +00:00
* [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
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
||
"title": "チャレンジの設定",
|
||
"illegalEvolution": "{{pokemon}}は このチャレンジで\n対象外の ポケモンに なってしまった!",
|
||
"singleGeneration": {
|
||
"name": "単一世代",
|
||
"desc": "{{gen}}世代からの ポケモンしか 使えません",
|
||
"desc_default": "選んだ 世代からの ポケモンしか 使えません",
|
||
"gen_1": "1",
|
||
"gen_2": "2",
|
||
"gen_3": "3",
|
||
"gen_4": "4",
|
||
"gen_5": "5",
|
||
"gen_6": "6",
|
||
"gen_7": "7",
|
||
"gen_8": "8",
|
||
"gen_9": "9"
|
||
},
|
||
"singleType": {
|
||
"name": "単一タイプ",
|
||
"desc": "{{type}}タイプの ポケモンしか 使えません",
|
||
"desc_default": "選んだ タイプの ポケモンしか 使えません"
|
||
},
|
||
"freshStart": {
|
||
"name": "出直し",
|
||
"desc": "ポケローグを 始めた ばかりの ような ままで ゲーム開始の スターターしか 使えません",
|
||
"value.0": "オフ",
|
||
"value.1": "オン"
|
||
},
|
||
"inverseBattle": {
|
||
"name": "反転バトル",
|
||
"shortName": "反バ",
|
||
"desc": "タイプ相性が 反転で、なんの タイプも 「効果はなし」が ありません\n他の チャレンジの 実績が 無効に されます",
|
||
"value.0": "オフ",
|
||
"value.1": "オン"
|
||
}
|
||
}
|