From c28f9cfa9cdd692c8ed31923e55dfd2501a75f92 Mon Sep 17 00:00:00 2001 From: Yonmaru40 <47717431+40chyan@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:34:07 +0800 Subject: [PATCH] Update field-trip-dialogue.json --- .../field-trip-dialogue.json | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/locales/zh_CN/mystery-encounters/field-trip-dialogue.json b/src/locales/zh_CN/mystery-encounters/field-trip-dialogue.json index 61900d56cd7..5458c4f18bc 100644 --- a/src/locales/zh_CN/mystery-encounters/field-trip-dialogue.json +++ b/src/locales/zh_CN/mystery-encounters/field-trip-dialogue.json @@ -1,31 +1,31 @@ { - "intro": "It's a teacher and some school children!", - "speaker": "Teacher", - "intro_dialogue": "Hello, there! Would you be able to\nspare a minute for my students?$I'm teaching them about Pokémon moves\nand would love to show them a demonstration.$Would you mind showing us one of\nthe moves your Pokémon can use?", - "title": "Field Trip", - "description": "A teacher is requesting a move demonstration from a Pokémon. Depending on the move you choose, she might have something useful for you in exchange.", - "query": "Which move category will you show off?", + "intro": "是一位老师和几个学生!", + "speaker": "人民教师", + "intro_dialogue": "你好!你能为我的学生们抽出一点时间吗?\n我正在教他们宝可梦的招式!\n最好能有个示范来展示一下。$你介意向我们展示一下\n你的宝可梦所使用的招式吗?", + "title": "外出实践", + "description": "一位老师请求进行宝可梦招式演示。\n根据你选择的招式,她可能会给你\n一些有用的东西作为报酬。", + "query": "你要展示哪种类型的招式?", "option": { "1": { - "label": "A Physical Move", - "tooltip": "(+) Physical Item Rewards" + "label": "物理招式", + "tooltip": "(+)物理类奖励" }, "2": { - "label": "A Special Move", - "tooltip": "(+) Special Item Rewards" + "label": "特殊招式", + "tooltip": "(+)特殊类奖励" }, "3": { - "label": "A Status Move", - "tooltip": "(+) Status Item Rewards" + "label": "变化招式", + "tooltip": "(+)变化类奖励" }, - "selected": "{{pokeName}} shows off an awesome display of {{move}}!" + "selected": "{{pokeName}}完美地展示了{{move}}!" }, - "second_option_prompt": "Choose a move for your Pokémon to use.", - "incorrect": "...$That isn't a {{moveCategory}} move!\nI'm sorry, but I can't give you anything.$Come along children, we'll\nfind a better demonstration elsewhere.", - "incorrect_exp": "Looks like you learned a valuable lesson?$Your Pokémon also gained some experience.", - "correct": "Thank you so much for your kindness!\nI hope these items might be of use to you!", - "correct_exp": "{{pokeName}} also gained some valuable experience!", - "status": "Status", - "physical": "Physical", - "special": "Special" -} \ No newline at end of file + "second_option_prompt": "选择一个宝可梦的招式。", + "incorrect": "...$那好像不是{{moveCategory}}招式!\n对不起,我不打算给你任何东西了。$来吧孩子们,我们去别的地方\n找找更好的示范。", + "incorrect_exp": "看来你学到了宝贵的一课?$你的宝可梦也获得了一些经验。", + "correct": "感谢您的好心!\n这些东西希望对你有用!", + "correct_exp": "{{pokeName}}同样也获得了一些经验!", + "status": "变化类", + "physical": "物理类", + "special": "特殊类" +}