Update lost-at-sea-dialogue.json

This commit is contained in:
Chapybara-jp 2024-09-24 16:43:48 +02:00 committed by GitHub
parent 4f2e28daa2
commit 3f1c74b0da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,28 +1,29 @@
{ {
"intro": "Wandering aimlessly through the sea, you've effectively gotten nowhere.", "intro": "海を あてもなく さまよっていて 結局 どこにも たどり着けない ようです……",
"title": "Lost at Sea", "title": "海で迷子",
"description": "The sea is turbulent in this area, and you're running out of energy.\nThis is bad. Is there a way out of the situation?", "description": "海は 荒れていて 元気が 尽きています。\nこれは マズい…… この状況から 抜け出す 方法は ないでしょうか?",
"query": "What will you do?", "query": "どうしますか?",
"option": { "option": {
"1": { "1": {
"label": "{{option1PrimaryName}} Might Help", "label": "{{option1PrimaryName}}が 役に立つ かも",
"label_disabled": "Can't {{option1RequiredMove}}", "label_disabled": "{{option1RequiredMove}}できない",
"tooltip": "(+) {{option1PrimaryName}} saves you\n(+) {{option1PrimaryName}} gains some EXP", "tooltip": "(+) {{option1PrimaryName}} に 助けられる\n(+) {{option1PrimaryName}} が 経験値を 得る",
"tooltip_disabled": "You have no Pokémon to {{option1RequiredMove}} on", "tooltip_disabled": "{{option1RequiredMove}} できる ポケモンが いない",
"selected": "{{option1PrimaryName}} swims ahead, guiding you back on track.${{option1PrimaryName}} seems to also have gotten stronger in this time of need!" "selected": "{{option1PrimaryName}}が 先に 泳いで 導いてくれます。${{option1PrimaryName}}は この困難な 時期に さらに 強くなった ようです!"
}, },
"2": { "2": {
"label": "{{option2PrimaryName}} Might Help", "label": "{{option2PrimaryName}}が 役に立つ かも",
"label_disabled": "Can't {{option2RequiredMove}}", "label_disabled": "{{option2RequiredMove}}ことが できない",
"tooltip": "(+) {{option2PrimaryName}} saves you\n(+) {{option2PrimaryName}} gains some EXP", "tooltip": "(+) {{option2PrimaryName}}に 助けられる\n(+) {{option2PrimaryName}}が 経験値を 得る",
"tooltip_disabled": "You have no Pokémon to {{option2RequiredMove}} with", "tooltip_disabled": "{{option2RequiredMove}}ことが できる ポケモンが いない",
"selected": "{{option2PrimaryName}} flies ahead of your boat, guiding you back on track.${{option2PrimaryName}} seems to also have gotten stronger in this time of need!" "selected": "{{option2PrimaryName}}が 船の 前を 飛んで 正しい 航路に 戻します。${{option2PrimaryName}}は この困難な 時期に さらに 強くなった ようです!"
}, },
"3": { "3": {
"label": "Wander Aimlessly", "label": "あてもなくさまよう",
"tooltip": "(-) Each of your Pokémon lose {{damagePercentage}}% of their total HP", "tooltip": "(-) 手持ちポケモン 全員が HP {{damagePercentage}}% 失う",
"selected": "You float about in the boat, steering without direction until you finally spot a landmark you remember.$You and your Pokémon are fatigued from the whole ordeal." "selected": "船で 漂いていて 方向なく 操縦を 続け ついに 覚えている 目印を 見つけます。$手持ちポケモンは この試練の せいで 疲れ果てています……"
} }
}, },
"outro": "You are back on track." "outro": "正しい 航路に 戻りました。"
} }
}