mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-30 20:22:32 +02:00
Compare commits
No commits in common. "9d4425518f534a97b4a9a2a016a7660a4196b4ec" and "8a1560bfa74d0630a37e1b39953518a4bb250ce9" have entirely different histories.
9d4425518f
...
8a1560bfa7
@ -14,8 +14,8 @@ export const pokemonInfo: PokemonInfoTranslationEntries = {
|
||||
"SPDEFshortened": "DifSp",
|
||||
"SPD": "Velocità",
|
||||
"SPDshortened": "Vel",
|
||||
"ACC": "Precisione",
|
||||
"EVA": "Elusione"
|
||||
"ACC": "Accuracy",
|
||||
"EVA": "Evasiveness"
|
||||
},
|
||||
|
||||
Type: {
|
||||
|
@ -2,10 +2,10 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const voucher: SimpleTranslationEntries = {
|
||||
"vouchers": "Vouchers",
|
||||
"eggVoucher": "Voucher uovo",
|
||||
"eggVoucherPlus": "Voucher uovo plus",
|
||||
"eggVoucherPremium": "Voucher uovo premium",
|
||||
"eggVoucherGold": "Voucher uovo dorato",
|
||||
"locked": "Bloccato",
|
||||
"defeatTrainer": "Sconfiggi {{trainerName}}"
|
||||
} as const;
|
||||
"eggVoucher": "Egg Voucher",
|
||||
"eggVoucherPlus": "Egg Voucher Plus",
|
||||
"eggVoucherPremium": "Egg Voucher Premium",
|
||||
"eggVoucherGold": "Egg Voucher Gold",
|
||||
"locked": "Locked",
|
||||
"defeatTrainer": "Defeat {{trainerName}}"
|
||||
} as const;
|
||||
|
Loading…
Reference in New Issue
Block a user