Update berries-abound-dialogue.json

This commit is contained in:
Chapybara-jp 2024-09-21 01:30:21 +02:00 committed by GitHub
parent 7739897a9c
commit 2640e4ded7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,26 +1,26 @@
{ {
"intro": "There's a huge berry bush\nnear that Pokémon!", "intro": "あのポケモンの 近くに\n巨大な きのみの木が あります",
"title": "Berries Abound", "title": "溢れるきのみ",
"description": "It looks like there's a strong Pokémon guarding a berry bush. Battling is the straightforward approach, but it looks strong. Perhaps a fast Pokémon could grab some berries without getting caught?", "description": "強いポケモンは きのみの木を 守っている ようです。一番 当たり前な 対処法は バトルですが、 結構 強力そう です。 早いポケモンが いれば 捕まえられずに 数個 取れる かもしれません……",
"query": "What will you do?", "query": "どうしますか?",
"berries": "Berries!", "berries": "きのみ!",
"option": { "option": {
"1": { "1": {
"label": "Battle the Pokémon", "label": "バトルだ",
"tooltip": "(-) Hard Battle\n(+) Gain Berries", "tooltip": "(-) 勝負がきつい\n(+) きのみをもらう",
"selected": "You approach the\nPokémon without fear." "selected": "怖がらないで ポケモンに 近寄っていく……"
}, },
"2": { "2": {
"label": "Race to the Bush", "label": "木に突っ走る!",
"tooltip": "(-) {{fastestPokemon}} Uses its Speed\n(+) Gain Berries", "tooltip": "(-) {{fastestPokemon}}は素早さを使う\n(+) きのみをもらう",
"selected": "Your {{fastestPokemon}} races for the berry bush!$It manages to nab {{numBerries}} before the {{enemyPokemon}} can react!$You quickly retreat with your newfound prize.", "selected": "{{fastestPokemon}}は きのみの木へ 突っ走っていきます!${{enemyPokemon}}は 受け止められる 前に {{numBerries}}を 取れます!$新たに得た ご褒美で 早く 逃げます。",
"selected_bad": "Your {{fastestPokemon}} races for the berry bush!$Oh no! The {{enemyPokemon}} was faster and blocked off the approach!", "selected_bad": "{{fastestPokemon}}は きのみの木へ 突っ走って行きます!$だめ! {{enemyPokemon}}の方は 早くて 受け止められました!",
"boss_enraged": "The opposing {{enemyPokemon}} has become enraged!" "boss_enraged": "相手の {{enemyPokemon}}は 怒り出した!"
}, },
"3": { "3": {
"label": "Leave", "label": "置いていく",
"tooltip": "(-) No Rewards", "tooltip": "(-) ご褒美なし",
"selected": "You leave the strong Pokémon\nwith its prize and continue on." "selected": "強いポケモンを そのままで 置いて 進んでいきます。"
} }
} }
} }