Update global-trade-system-dialogue.json

This commit is contained in:
Yonmaru40 2024-09-18 01:53:58 +08:00 committed by GitHub
parent 296585c286
commit db91eace1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,32 +1,32 @@
{ {
"intro": "It's an interface for the Global Trade System!", "intro": "是GTS系统的交互面板",
"title": "The GTS", "title": "全球交换系统GTS",
"description": "Ah, the GTS! A technological wonder, you can connect with anyone else around the globe to trade Pokémon with them! Will fortune smile upon your trade today?", "description": "GTS科学的奇迹\\n你可以与世界各地的任何人联系与他们交换宝可梦\\n今天你的交换会有好运吗",
"query": "What will you do?", "query": "你要怎么做?",
"option": { "option": {
"1": { "1": {
"label": "Check Trade Offers", "label": "查找交换请求",
"tooltip": "(+) Select a trade offer for one of your Pokémon", "tooltip": "(+)为一只宝可梦选择交换",
"trade_options_prompt": "Select a Pokémon to receive through trade." "trade_options_prompt": "选择一只要通过交换接收的神奇宝贝。"
}, },
"2": { "2": {
"label": "Wonder Trade", "label": "奇迹交换",
"tooltip": "(+) Send one of your Pokémon to the GTS and get a random Pokémon in return" "tooltip": "(+)将你的一只宝可梦送至GTS并获得一只随机宝可梦作为回报"
}, },
"3": { "3": {
"label": "Trade an Item", "label": "道具交换",
"trade_options_prompt": "Select an item to send.", "trade_options_prompt": "选择要发送的道具",
"invalid_selection": "This Pokémon doesn't have legal items to trade.", "invalid_selection": "这只宝可梦没有合法道具可以被交换。",
"tooltip": "(+) Send one of your Items to the GTS and get a random new Item" "tooltip": "(+)将你的一件道具发送到GTS并获得一件随机新道具"
}, },
"4": { "4": {
"label": "Leave", "label": "离开",
"tooltip": "(-) No Rewards", "tooltip": "(-)无奖励",
"selected": "No time to trade today!\nYou continue on." "selected": "今日不宜交换!\n你上路了。"
} }
}, },
"pokemon_trade_selected": "{{tradedPokemon}} will be sent to {{tradeTrainerName}}.", "pokemon_trade_selected": "{{tradedPokemon}}将发送给{{tradeTrainerName}}。",
"pokemon_trade_goodbye": "Goodbye, {{tradedPokemon}}!", "pokemon_trade_goodbye": "再见,{{tradedPokemon}}",
"item_trade_selected": "{{chosenItem}} will be sent to {{tradeTrainerName}}.$.@d{64}.@d{64}.@d{64}\n@s{level_up_fanfare}Trade complete!$You received a {{itemName}} from {{tradeTrainerName}}!", "item_trade_selected": "{{chosenItem}}将发送给{{tradeTrainerName}}.$.@d{64}.@d{64}.@d{64}\\n@s{level_up_fanfare}交易成功!$你从{{tradeTrainerName}}那得到了{{itemName}}",
"trade_received": "@s{evolution_fanfare}{{tradeTrainerName}} sent over {{received}}!" "trade_received": "@s{evolution_fanfare}{{tradeTrainerName}}已发送{{received}}"
} }