Merge pull request #1 from ZXZhuang/main

translate ability,move,pokeball,pokemon
This commit is contained in:
Jane620 2024-05-07 20:29:37 +08:00 committed by GitHub
commit 070892b9e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4561 additions and 4561 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,9 +2,9 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const pokeball: SimpleTranslationEntries = {
"pokeBall": "精灵球",
"greatBall": "Great Ball",
"ultraBall": "Ultra Ball",
"greatBall": "超级球",
"ultraBall": "高级球",
"rogueBall": "Rogue Ball",
"masterBall": "Master Ball",
"luxuryBall": "Luxury Ball",
"masterBall": "大师球",
"luxuryBall": "豪华球",
} as const;

File diff suppressed because it is too large Load Diff