From e5d29d221fda7905d481d945ab2396683fb7a292 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Wed, 11 Sep 2024 16:36:50 +0200 Subject: [PATCH] Update pokemon-info.json --- src/locales/zh_TW/pokemon-info.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/locales/zh_TW/pokemon-info.json b/src/locales/zh_TW/pokemon-info.json index 66a99857a82..fa13fe14338 100644 --- a/src/locales/zh_TW/pokemon-info.json +++ b/src/locales/zh_TW/pokemon-info.json @@ -12,6 +12,8 @@ "SPDEFshortened": "特防", "SPD": "速度", "SPDshortened": "速度" + "ACC": "命中率", + "EVA": "回避率" }, "Type": { "UNKNOWN": "未知", @@ -35,4 +37,4 @@ "FAIRY": "妖精", "STELLAR": "星晶" } -} \ No newline at end of file +}