mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 13:33:01 +02:00
Updated Spanish translations (#1825)
This commit is contained in:
parent
fe732bbbe6
commit
dce4518b93
@ -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": "Movimientos",
|
||||
"gender": "Género:",
|
||||
"ability": "Habilid:",
|
||||
"nature": "Natur:",
|
||||
"epic": "Épico",
|
||||
"rare": "Raro",
|
||||
"common": "Común"
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user