Update translations menu-ui-handler.ts (#946)

changed logout
added Save_and_quit message
This commit is contained in:
Gerafique 2024-05-16 11:12:58 +02:00 committed by GitHub
parent e5cd95859d
commit 36d0243122
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ export const menuUiHandler: SimpleTranslationEntries = {
"EGG_GACHA": "Eier-Gacha",
"MANAGE_DATA": "Daten verwalten",
"COMMUNITY": "Community",
"SAVE_AND_QUIT": "Save and Quit",
"LOG_OUT": "Ausloggen",
"SAVE_AND_QUIT": "Speichern und Beenden",
"LOG_OUT": "Abmelden",
"slot": "Slot {{slotNumber}}",
"importSession": "Sitzung importieren",
"importSlotSelect": "Wähle einen Slot zum Importieren.",
@ -20,4 +20,4 @@ export const menuUiHandler: SimpleTranslationEntries = {
"exportData": "Daten exportieren",
"cancel": "Abbrechen",
"losingProgressionWarning": "Du wirst jeglichen Fortschritt seit Anfang dieses Kampfes verlieren. Fortfahren?"
} as const;
} as const;