Update department-store-sale-dialogue.json

This commit is contained in:
Chapybara-jp 2024-09-23 00:02:10 +02:00 committed by GitHub
parent 08c40d078c
commit 77353a9a70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,27 +1,27 @@
{ {
"intro": "It's a lady with a ton of shopping bags.", "intro": "買い物袋が いっぱいな おねえさん だ。",
"speaker": "Shopper", "speaker": "お客様",
"intro_dialogue": "Hello! Are you here for\nthe amazing sales too?$There's a special coupon that you can\nredeem for a free item during the sale!$I have an extra one. Here you go!", "intro_dialogue": "こんにちは! すごーい セールの ために\nここに 来ましたね$セール中に 特別な クーポンで\nアイテムを サービスとして  もらえます$もう 1つの クーポンが ありますから どうぞ!",
"title": "Department Store Sale", "title": "デパートで大特価セール",
"description": "There is merchandise in every direction! It looks like there are 4 counters where you can redeem the coupon for various items. The possibilities are endless!", "description": "各方面で 商品 いっぱい! クーポンで アイテムを もらえる 売り場が 4つ ようです。\n可能性は無限大",
"query": "Which counter will you go to?", "query": "どの売り場に行きますか?",
"option": { "option": {
"1": { "1": {
"label": "TM Counter", "label": "技マシーンの売り場",
"tooltip": "(+) TM Shop" "tooltip": "(+) 技マシーンショップ"
}, },
"2": { "2": {
"label": "Vitamin Counter", "label": "栄養士の売り場",
"tooltip": "(+) Vitamin Shop" "tooltip": "(+) えいようドリンクショップ"
}, },
"3": { "3": {
"label": "Battle Item Counter", "label": "戦闘良品の売り場",
"tooltip": "(+) X Item Shop" "tooltip": "(+) 戦闘用ショップ"
}, },
"4": { "4": {
"label": "Pokéball Counter", "label": "ボールの売り場",
"tooltip": "(+) Pokéball Shop" "tooltip": "(+) モンスターボールショップ"
} }
}, },
"outro": "What a deal! You should shop there more often." "outro": "何と お買い得! ちょくちょく 買いに行った 方が いいね"
} }