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";
export const battleMessageUiHandler: SimpleTranslationEntries = {
"ivBest": "Best",
"ivFantastic": "Fantastic",
"ivVeryGood": "Very Good",
"ivPrettyGood": "Pretty Good",
"ivDecent": "Decent",
"ivNoGood": "No Good",
"ivBest": "Stellare",
"ivFantastic": "Eccellente",
"ivVeryGood": "Notevole",
"ivPrettyGood": "Normale",
"ivDecent": "Sufficiente",
"ivNoGood": "Mediocre",
} as const;