mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-30 04:02:25 +02:00
Compare commits
2 Commits
8a1560bfa7
...
9d4425518f
Author | SHA1 | Date | |
---|---|---|---|
|
9d4425518f | ||
|
62b82b92c8 |
@ -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: {
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user