mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-14 04:12:18 +02:00
Update menu-ui-handler.ts
This commit is contained in:
parent
2f9658db07
commit
eb126c1097
@ -2,7 +2,7 @@ import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
|||||||
|
|
||||||
export const menuUiHandler: SimpleTranslationEntries = {
|
export const menuUiHandler: SimpleTranslationEntries = {
|
||||||
"GAME_SETTINGS": 'Spieleinstellungen',
|
"GAME_SETTINGS": 'Spieleinstellungen',
|
||||||
"ACHIEVEMENTS": "Achievements",
|
"ACHIEVEMENTS": "Errungenschaften",
|
||||||
"STATS": "Statistiken",
|
"STATS": "Statistiken",
|
||||||
"VOUCHERS": "Gutscheine",
|
"VOUCHERS": "Gutscheine",
|
||||||
"EGG_LIST": "Eierliste",
|
"EGG_LIST": "Eierliste",
|
||||||
@ -20,4 +20,4 @@ export const menuUiHandler: SimpleTranslationEntries = {
|
|||||||
"exportData": "Daten exportieren",
|
"exportData": "Daten exportieren",
|
||||||
"cancel": "Abbrechen",
|
"cancel": "Abbrechen",
|
||||||
"losingProgressionWarning": "Du wirst jeglichen Fortschritt seit Anfang dieses Kampfes verlieren. Fortfahren?"
|
"losingProgressionWarning": "Du wirst jeglichen Fortschritt seit Anfang dieses Kampfes verlieren. Fortfahren?"
|
||||||
} as const;
|
} as const;
|
||||||
|
Loading…
Reference in New Issue
Block a user