Update the-pokemon-salesman-dialogue.json

This commit is contained in:
Chapybara-jp 2024-09-25 00:46:44 +02:00 committed by GitHub
parent 07d2fa4c12
commit 0fd73a08e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,23 +1,23 @@
{ {
"intro": "A chipper elderly man approaches you.", "intro": "ご機嫌な おじいさんは 近寄ります!",
"speaker": "Gentleman", "speaker": "ジェントルマン",
"intro_dialogue": "Hello there! Have I got a deal just for YOU!", "intro_dialogue": "ハローゼアー! どこにも 見つけない ディールが あります!",
"title": "The Pokémon Salesman", "title": "ポケモンのセールスマン",
"description": "\"This {{purchasePokemon}} is extremely unique and carries an ability not normally found in its species! I'll let you have this swell {{purchasePokemon}} for just {{price, money}}!\"\n\n\"What do you say?\"", "description": "「この {{purchasePokemon}}は とても ユニークで 種類の 中で 滅多に 見られない 特性が あります! {{price, money}}だけで この アメイジングな {{purchasePokemon}}を もらいますよ!」\n\n 「いかがですか",
"description_shiny": "\"This {{purchasePokemon}} is extremely unique and has a pigment not normally found in its species! I'll let you have this swell {{purchasePokemon}} for just {{price, money}}!\"\n\n\"What do you say?\"", "description_shiny": "「この {{purchasePokemon}}は とても ユニークで 種類の 中で 滅多に 見られない カラーが あります! {{price, money}}だけで この アメイジングな {{purchasePokemon}}を もらいますよ!」\n\n 「いかがですか",
"query": "What will you do?", "query": "どうします?",
"option": { "option": {
"1": { "1": {
"label": "Accept", "label": "受け取る",
"tooltip": "(-) Pay {{price, money}}\n(+) Gain a {{purchasePokemon}} with its Hidden Ability", "tooltip": "(-) {{price, money}}を払う\n(+) 隠れ特性の ある {{purchasePokemon}}を もらう",
"tooltip_shiny": "(-) Pay {{price, money}}\n(+) Gain a shiny {{purchasePokemon}}", "tooltip_shiny": "(-) {{price, money}}を払う\n(+) 色違いの {{purchasePokemon}}を もらう",
"selected_message": "You paid an outrageous sum and bought the {{purchasePokemon}}.", "selected_message": "とんでもない 価格を 払って {{purchasePokemon}}を 買いました。",
"selected_dialogue": "Excellent choice!$I can see you've a keen eye for business.$Oh, yeah...@d{64} Returns not accepted, got that?" "selected_dialogue": "エクセレント・チョイス!$あなたは ビジネス上手 なんでしょうね。$あ、そうでね……@d{64} 返品が 受け入れない。 分かった?"
}, },
"2": { "2": {
"label": "Refuse", "label": "断る",
"tooltip": "(-) No Rewards", "tooltip": "(-) ご褒美なし",
"selected": "No?@d{32} You say no?$I'm only doing this as a favor to you!" "selected": "ノー?@d{32} ノーって言ってる!?$これは 恩恵ですよ! チッ……"
} }
} }
} }