Update zh_CN translation pokemon-info-container.ts (#1479)
This commit is contained in:
parent
53200b2112
commit
bbaaf80f1d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue