Updated Spanish translations (#1825)

This commit is contained in:
GoldTra 2024-06-05 16:24:33 +02:00 committed by GitHub
parent fe732bbbe6
commit dce4518b93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const pokemonInfoContainer: SimpleTranslationEntries = { export const pokemonInfoContainer: SimpleTranslationEntries = {
"moveset": "Moveset", "moveset": "Movimientos",
"gender": "Gender:", "gender": "Género:",
"ability": "Ability:", "ability": "Habilid:",
"nature": "Nature:", "nature": "Natur:",
"epic": "Epic", "epic": "Épico",
"rare": "Rare", "rare": "Raro",
"common": "Common" "common": "Común"
} as const; } as const;