Update training-session-dialogue.json

This commit is contained in:
Chapybara-jp 2024-09-25 11:47:58 +02:00 committed by GitHub
parent 8eba47dc08
commit 957f4e671a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,33 +1,33 @@
{ {
"intro": "You've come across some\ntraining tools and supplies.", "intro": "特訓ツールと 備品を 見つけました。",
"title": "Training Session", "title": "特訓セッション",
"description": "These supplies look like they could be used to train a member of your party! There are a few ways you could train your Pokémon, by @[TOOLTIP_TITLE]{battling and defeating it with the rest of your team}.", "description": "このツールと 備品で 手持ちポケモン 1匹を 特訓できる ようです!  @[TOOLTIP_TITLE]{他の 手持ちポケモンで 選んだポケモンを 倒すこと}により 特訓できます。",
"query": "How should you train?", "query": "どう特訓しますか?",
"invalid_selection": "Pokémon must be healthy enough.", "invalid_selection": "ポケモンは 十分に 元気でなければ なりません。",
"option": { "option": {
"1": { "1": {
"label": "Light Training", "label": "軽い特訓",
"tooltip": "(-) Light Battle with Chosen Pokémon\n(+) Permanently Improve 2 Random IVs of Chosen Pokémon", "tooltip": "(-) 選んだ ポケモンと 軽い バトル\n(+) 選んだポケモンの 2つの ランダムな 個体値を 恒久的に 上げる",
"finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its {{stat1}} and {{stat2}} IVs were improved!" "finished": "戻ってから {{selectedPokemon}}は\n疲れ果てながらも 達成感が 感じています${{stat1}}と {{stat2}}の 個体値は 強化されました!"
}, },
"2": { "2": {
"label": "Moderate Training", "label": "中程度の特訓",
"tooltip": "(-) Moderate Battle with Chosen Pokémon\n(+) Permanently Change Chosen Pokémon's Nature", "tooltip": "(-) 選んだ ポケモンと 中程度の バトル\n(+) 選んだ ポケモンの 性格を 恒久的に 変える",
"select_prompt": "Select a new nature\nto train your Pokémon in.", "select_prompt": "新しい 性格を 選んでください",
"finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its nature was changed to {{nature}}!" "finished": "戻ってから {{selectedPokemon}}は\n疲れ果てながらも 達成感を 感じています${{selectedPokemon}}の 性格は {{nature}}に 変化しました!"
}, },
"3": { "3": {
"label": "Heavy Training", "label": "激しい特訓",
"tooltip": "(-) Harsh Battle with Chosen Pokémon\n(+) Permanently Change Chosen Pokémon's Ability", "tooltip": "(-) 選んだ ポケモンと 激しい バトル\n(+) 選んだ ポケモンの 特性を 恒久的に 変える",
"select_prompt": "Select a new ability\nto train your Pokémon in.", "select_prompt": "新しい 特性を 選んでください",
"finished": "{{selectedPokemon}} returns, feeling\nworn out but accomplished!$Its ability was changed to {{ability}}!" "finished": "戻ってから {{selectedPokemon}}は\n疲れ果てながらも 達成感を 感じています${{selectedPokemon}}の 特性は {{ability}}に 変化しました!"
}, },
"4": { "4": {
"label": "Leave", "label": "立ち去る",
"tooltip": "(-) No Rewards", "tooltip": "(-) ご褒美なし",
"selected": "You've no time for training.\nTime to move on." "selected": "特訓する 暇は ありません。\n行きましょう"
}, },
"selected": "{{selectedPokemon}} moves across\nthe clearing to face you..." "selected": "{{selectedPokemon}}が 空き地を 横切って\n手持ちポケモンと 向き合います……"
}, },
"outro": "That was a successful training session!" "outro": "効果的な 特訓セッション でした!"
} }