From 9e29ba1a8e1cb3acb79fea534563fb84f32d23b3 Mon Sep 17 00:00:00 2001 From: Lugiad <2070109+Adri1@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:51:29 +0200 Subject: [PATCH] Update src/locales/zh_CN/challenges.json Co-authored-by: Yonmaru40 <47717431+40chyan@users.noreply.github.com> --- src/locales/zh_CN/challenges.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/locales/zh_CN/challenges.json b/src/locales/zh_CN/challenges.json index 9c7dc276694..ec8e2047a3c 100644 --- a/src/locales/zh_CN/challenges.json +++ b/src/locales/zh_CN/challenges.json @@ -34,10 +34,10 @@ "value.1": "开启" }, "trickRoom": { - "name": "Trick Room", - "shortName": "Trick Room", - "desc": "All battles are under the effect of Trick Room, where slower Pokémon move sooner and faster Pokémon move later.\nDisables other challenges' achievements.", - "value.0": "Off", - "value.1": "On" + "name": "戏法空间", + "shortName": "戏法空间", + "desc": "所有战斗受到戏法空间影响\n速度更慢的宝可梦会先行动\n使其他的挑战无效。", + "value.0": "开启", + "value.1": "关闭" } }