[Localization(it)] Update save-slot-select-ui-handler.ts (#2272)

This commit is contained in:
Niccolò 2024-06-16 03:47:49 +02:00 committed by GitHub
parent eec9963089
commit 2ba5f737da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
import { SimpleTranslationEntries } from "#app/plugins/i18n";
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
"overwriteData": "Overwrite the data in the selected slot?",
"loading": "Loading...",
"wave": "Wave",
"overwriteData": "Sovrascrivere i dati nello slot selezionato?",
"loading": "Caricamento...",
"wave": "Onda",
"lv": "Lv",
"empty": "Vuoto",
} as const;