Skip to content

Commit

Permalink
Update global-trade-system-dialogue.json
Browse files Browse the repository at this point in the history
  • Loading branch information
40chyan authored Sep 17, 2024
1 parent 296585c commit db91eac
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"intro": "It's an interface for the Global Trade System!",
"title": "The 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?",
"query": "What will you do?",
"intro": "是GTS系统的交互面板!",
"title": "全球交换系统(GTS",
"description": "啊,GTS!科学的奇迹,\\n你可以与世界各地的任何人联系,与他们交换宝可梦!\\n今天你的交换会有好运吗?",
"query": "你要怎么做?",
"option": {
"1": {
"label": "Check Trade Offers",
"tooltip": "(+) Select a trade offer for one of your Pokémon",
"trade_options_prompt": "Select a Pokémon to receive through trade."
"label": "查找交换请求",
"tooltip": "(+)为一只宝可梦选择交换",
"trade_options_prompt": "选择一只要通过交换接收的神奇宝贝。"
},
"2": {
"label": "Wonder Trade",
"tooltip": "(+) Send one of your Pokémon to the GTS and get a random Pokémon in return"
"label": "奇迹交换",
"tooltip": "(+)将你的一只宝可梦送至GTS,并获得一只随机宝可梦作为回报"
},
"3": {
"label": "Trade an Item",
"trade_options_prompt": "Select an item to send.",
"invalid_selection": "This Pokémon doesn't have legal items to trade.",
"tooltip": "(+) Send one of your Items to the GTS and get a random new Item"
"label": "道具交换",
"trade_options_prompt": "选择要发送的道具",
"invalid_selection": "这只宝可梦没有合法道具可以被交换。",
"tooltip": "(+)将你的一件道具发送到GTS并获得一件随机新道具"
},
"4": {
"label": "Leave",
"tooltip": "(-) No Rewards",
"selected": "No time to trade today!\nYou continue on."
"label": "离开",
"tooltip": "(-)无奖励",
"selected": "今日不宜交换!\n你上路了。"
}
},
"pokemon_trade_selected": "{{tradedPokemon}} will be sent to {{tradeTrainerName}}.",
"pokemon_trade_goodbye": "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}}!",
"trade_received": "@s{evolution_fanfare}{{tradeTrainerName}} sent over {{received}}!"
}
"pokemon_trade_selected": "{{tradedPokemon}}将发送给{{tradeTrainerName}}",
"pokemon_trade_goodbye": "再见,{{tradedPokemon}}",
"item_trade_selected": "{{chosenItem}}将发送给{{tradeTrainerName}}.$.@d{64}.@d{64}.@d{64}\\n@s{level_up_fanfare}交易成功!$你从{{tradeTrainerName}}那得到了{{itemName}}!",
"trade_received": "@s{evolution_fanfare}{{tradeTrainerName}}已发送{{received}}"
}

0 comments on commit db91eac

Please sign in to comment.