Update Italian battle-message-ui-handler.ts (#1040)

This commit is contained in:
Alessandro Bruzzese 2024-05-17 19:02:51 +02:00 committed by GitHub
parent d2a8c4a150
commit b55fb8db37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;