mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
[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
Block a user