From 27e4870a8c4294a72f30433549d81112a9ffaa53 Mon Sep 17 00:00:00 2001 From: Lugiad Date: Mon, 9 Sep 2024 20:59:58 +0200 Subject: [PATCH] Update fight-ui-handler.json --- src/locales/zh_TW/fight-ui-handler.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/locales/zh_TW/fight-ui-handler.json b/src/locales/zh_TW/fight-ui-handler.json index 3cf1868196a..9374a8782c7 100644 --- a/src/locales/zh_TW/fight-ui-handler.json +++ b/src/locales/zh_TW/fight-ui-handler.json @@ -3,5 +3,6 @@ "power": "威力", "accuracy": "命中率", "abilityFlyInText": " {{pokemonName}} 的 {{passive}}{{abilityName}}", - "passive": "被動能力 " -} \ No newline at end of file + "passive": "被動能力 ", + "teraHover": "{{type}} Terastallized" +}