From bbaaf80f1d7f44b4e0637b18250c296486b6b455 Mon Sep 17 00:00:00 2001 From: 40chyan <47717431+40chyan@users.noreply.github.com> Date: Wed, 29 May 2024 11:57:40 +0800 Subject: [PATCH] Update zh_CN translation pokemon-info-container.ts (#1479) --- src/locales/zh_CN/pokemon-info-container.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/locales/zh_CN/pokemon-info-container.ts b/src/locales/zh_CN/pokemon-info-container.ts index 068c9ebb431..fae75e773b9 100644 --- a/src/locales/zh_CN/pokemon-info-container.ts +++ b/src/locales/zh_CN/pokemon-info-container.ts @@ -1,11 +1,11 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n"; export const pokemonInfoContainer: SimpleTranslationEntries = { - "moveset": "Moveset", - "gender": "Gender:", - "ability": "Ability:", - "nature": "Nature:", - "epic": "Epic", - "rare": "Rare", - "common": "Common" + "moveset": "招式", + "gender": "性别:", + "ability": "特性:", + "nature": "性格:", + "epic": "史诗", + "rare": "稀有", + "common": "常见" } as const;