mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-18 23:11:11 +00:00
Update Italian battle-message-ui-handler.ts (#1040)
This commit is contained in:
parent
d2a8c4a150
commit
b55fb8db37
@ -1,10 +1,10 @@
|
|||||||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
export const battleMessageUiHandler: SimpleTranslationEntries = {
|
||||||
"ivBest": "Best",
|
"ivBest": "Stellare",
|
||||||
"ivFantastic": "Fantastic",
|
"ivFantastic": "Eccellente",
|
||||||
"ivVeryGood": "Very Good",
|
"ivVeryGood": "Notevole",
|
||||||
"ivPrettyGood": "Pretty Good",
|
"ivPrettyGood": "Normale",
|
||||||
"ivDecent": "Decent",
|
"ivDecent": "Sufficiente",
|
||||||
"ivNoGood": "No Good",
|
"ivNoGood": "Mediocre",
|
||||||
} as const;
|
} as const;
|
Loading…
x
Reference in New Issue
Block a user