mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
translate ability,move,pokeball,pokemon
This commit is contained in:
parent
4994c72c44
commit
9c796ff004
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -2,9 +2,9 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
|
|
||||||
export const pokeball: SimpleTranslationEntries = {
|
export const pokeball: SimpleTranslationEntries = {
|
||||||
"pokeBall": "精灵球",
|
"pokeBall": "精灵球",
|
||||||
"greatBall": "Great Ball",
|
"greatBall": "超级球",
|
||||||
"ultraBall": "Ultra Ball",
|
"ultraBall": "高级球",
|
||||||
"rogueBall": "Rogue Ball",
|
"rogueBall": "Rogue Ball",
|
||||||
"masterBall": "Master Ball",
|
"masterBall": "大师球",
|
||||||
"luxuryBall": "Luxury Ball",
|
"luxuryBall": "豪华球",
|
||||||
} as const;
|
} as const;
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user