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",
"SPD": "Velocità",
"SPDshortened": "Vel",
"ACC": "Accuracy",
"EVA": "Evasiveness"
"ACC": "Precisione",
"EVA": "Elusione"
},
Type: {

View File

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