Compare commits

..

2 Commits

Author SHA1 Message Date
Niccolò
9d4425518f
Update pokemon-info.ts [Localization] (#2295) 2024-06-16 07:23:54 -05:00
Niccolò
62b82b92c8
Update voucher.ts [Localization] (#2293) 2024-06-16 07:21:47 -05:00
2 changed files with 9 additions and 9 deletions

View File

@ -14,8 +14,8 @@ export const pokemonInfo: PokemonInfoTranslationEntries = {
"SPDEFshortened": "DifSp", "SPDEFshortened": "DifSp",
"SPD": "Velocità", "SPD": "Velocità",
"SPDshortened": "Vel", "SPDshortened": "Vel",
"ACC": "Accuracy", "ACC": "Precisione",
"EVA": "Evasiveness" "EVA": "Elusione"
}, },
Type: { Type: {

View File

@ -2,10 +2,10 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const voucher: SimpleTranslationEntries = { export const voucher: SimpleTranslationEntries = {
"vouchers": "Vouchers", "vouchers": "Vouchers",
"eggVoucher": "Egg Voucher", "eggVoucher": "Voucher uovo",
"eggVoucherPlus": "Egg Voucher Plus", "eggVoucherPlus": "Voucher uovo plus",
"eggVoucherPremium": "Egg Voucher Premium", "eggVoucherPremium": "Voucher uovo premium",
"eggVoucherGold": "Egg Voucher Gold", "eggVoucherGold": "Voucher uovo dorato",
"locked": "Locked", "locked": "Bloccato",
"defeatTrainer": "Defeat {{trainerName}}" "defeatTrainer": "Sconfiggi {{trainerName}}"
} as const; } as const;