Update italian pokemon-stat.ts (#389)

* Update italian pokemon-stat.ts

* Update italian pokemon-stat.ts
pull/398/head
Lugiad 2024-05-02 14:37:05 +02:00 committed by GitHub
parent 71893e8428
commit 10506f9cf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 13 deletions

View File

@ -1,16 +1,16 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n"; import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const pokemonStat: SimpleTranslationEntries = { export const pokemonStat: SimpleTranslationEntries = {
"HP": "Max. HP", "HP": "PS Max",
"HPshortened": "MaxHP", "HPshortened": "PS",
"ATK": "Attack", "ATK": "Attacco",
"ATKshortened": "Atk", "ATKshortened": "Att",
"DEF": "Defense", "DEF": "Difensa",
"DEFshortened": "Def", "DEFshortened": "Dif",
"SPATK": "Sp. Atk", "SPATK": "Att. Sp.",
"SPATKshortened": "SpAtk", "SPATKshortened": "AttSp",
"SPDEF": "Sp. Def", "SPDEF": "Dif. Sp.",
"SPDEFshortened": "SpDef", "SPDEFshortened": "DifSp",
"SPD": "Speed", "SPD": "Velocità",
"SPDshortened": "Spd" "SPDshortened": "Vel"
} as const; } as const;