Update department-store-sale-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-18 01:32:42 +08:00 committed by GitHub
parent f5527aa560
commit f1de56ee94
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我这有一张多余的优惠券。送你了",
"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": "到处都是商品!\n好像有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": "真划算!早该去去了。"
} }