[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";
|
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||||
|
|
||||||
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
export const saveSlotSelectUiHandler: SimpleTranslationEntries = {
|
||||||
"overwriteData": "Overwrite the data in the selected slot?",
|
"overwriteData": "Sovrascrivere i dati nello slot selezionato?",
|
||||||
"loading": "Loading...",
|
"loading": "Caricamento...",
|
||||||
"wave": "Wave",
|
"wave": "Onda",
|
||||||
"lv": "Lv",
|
"lv": "Lv",
|
||||||
"empty": "Vuoto",
|
"empty": "Vuoto",
|
||||||
} as const;
|
} as const;
|
||||||
|
|
Loading…
Reference in New Issue