mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-01 13:12:19 +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",
|
"SPDEFshortened": "DifSp",
|
||||||
"SPD": "Velocità",
|
"SPD": "Velocità",
|
||||||
"SPDshortened": "Vel",
|
"SPDshortened": "Vel",
|
||||||
"ACC": "Precisione",
|
"ACC": "Accuracy",
|
||||||
"EVA": "Elusione"
|
"EVA": "Evasiveness"
|
||||||
},
|
},
|
||||||
|
|
||||||
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": "Voucher uovo",
|
"eggVoucher": "Egg Voucher",
|
||||||
"eggVoucherPlus": "Voucher uovo plus",
|
"eggVoucherPlus": "Egg Voucher Plus",
|
||||||
"eggVoucherPremium": "Voucher uovo premium",
|
"eggVoucherPremium": "Egg Voucher Premium",
|
||||||
"eggVoucherGold": "Voucher uovo dorato",
|
"eggVoucherGold": "Egg Voucher Gold",
|
||||||
"locked": "Bloccato",
|
"locked": "Locked",
|
||||||
"defeatTrainer": "Sconfiggi {{trainerName}}"
|
"defeatTrainer": "Defeat {{trainerName}}"
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user