[Localization(it)] Update save-slot-select-ui-handler.ts (#2272)
This commit is contained in:
parent
eec9963089
commit
2ba5f737da
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue