Update zh_CN translation pokemon-info-container.ts (#1479)

This commit is contained in:
40chyan 2024-05-29 11:57:40 +08:00 committed by GitHub
parent 53200b2112
commit bbaaf80f1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -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;