[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";
|
||||
|
||||
export const pokemonInfoContainer: SimpleTranslationEntries = {
|
||||
"moveset": "Moveset",
|
||||
"gender": "Gender:",
|
||||
"ability": "Ability:",
|
||||
"nature": "Nature:",
|
||||
"epic": "Epic",
|
||||
"rare": "Rare",
|
||||
"common": "Common"
|
||||
"moveset": "Set di mosse",
|
||||
"gender": "Genere:",
|
||||
"ability": "Abilità:",
|
||||
"nature": "Natura:",
|
||||
"epic": "Epico",
|
||||
"rare": "Raro",
|
||||
"common": "Comune"
|
||||
} as const;
|
||||
|
|
Loading…
Reference in New Issue