[Localization(it)] Update pokemon-info-container.ts (#2271)
This commit is contained in:
parent
2ba5f737da
commit
b5ac756b2d
|
@ -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": "Set di mosse",
|
||||||
"gender": "Gender:",
|
"gender": "Genere:",
|
||||||
"ability": "Ability:",
|
"ability": "Abilità:",
|
||||||
"nature": "Nature:",
|
"nature": "Natura:",
|
||||||
"epic": "Epic",
|
"epic": "Epico",
|
||||||
"rare": "Rare",
|
"rare": "Raro",
|
||||||
"common": "Common"
|
"common": "Comune"
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue