mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-04-23 01:54:49 +01:00
Updated Spanish translations (#1825)
This commit is contained in:
parent
fe732bbbe6
commit
dce4518b93
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user