Document markup and improve choice tags
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"title.byAuthor": "von {{author}}",
|
||||
"title.byAuthor": "{{author}}",
|
||||
"title.version": "Version {{version}}",
|
||||
"title.fastForwardHint": "auf die Seite klicken oder Leertaste druecken, um die Textanimation vorzuspulen",
|
||||
"title.continueHint": "auf die Seite klicken oder Leertaste druecken, um fortzufahren",
|
||||
"title.fastForwardHint": "auf die Seite klicken oder Leertaste drücken, um die Textanimation vorzuspulen",
|
||||
"title.continueHint": "auf die Seite klicken oder Leertaste drücken, um fortzufahren",
|
||||
"title.startPrompt": "Klicke auf Neues Spiel oder Laden, um das Spiel zu starten",
|
||||
"topbar.speech": "Sprache",
|
||||
"topbar.autoplay": "Auto",
|
||||
@@ -21,7 +21,8 @@
|
||||
"options.title": "Optionen",
|
||||
"options.close": "Schliessen",
|
||||
"options.applicationSettings": "Anwendung",
|
||||
"options.language": "Sprache",
|
||||
"options.language": "UI-Sprache",
|
||||
"options.gameLanguage": "Spieltext-Sprache",
|
||||
"options.speech": "Sprachausgabe",
|
||||
"options.enableSpeech": "Sprachausgabe aktivieren",
|
||||
"options.provider": "Anbieter",
|
||||
@@ -33,8 +34,34 @@
|
||||
"options.speechVolume": "Sprachlautstaerke",
|
||||
"options.musicVolume": "Musiklautstaerke",
|
||||
"options.sfxVolume": "Effektlautstaerke",
|
||||
"options.musicDucking": "Musikabsenkung",
|
||||
"options.muteMasterVolume": "Gesamtaudio ausschalten",
|
||||
"options.unmuteMasterVolume": "Gesamtaudio einschalten",
|
||||
"options.muteSpeechVolume": "Sprachausgabe ausschalten",
|
||||
"options.unmuteSpeechVolume": "Sprachausgabe einschalten",
|
||||
"options.muteMusicVolume": "Musik ausschalten",
|
||||
"options.unmuteMusicVolume": "Musik einschalten",
|
||||
"options.muteSfxVolume": "Soundeffekte ausschalten",
|
||||
"options.unmuteSfxVolume": "Soundeffekte einschalten",
|
||||
"options.disableMusicDucking": "Musikabsenkung ausschalten",
|
||||
"options.enableMusicDucking": "Musikabsenkung einschalten",
|
||||
"options.elevenLabsSettings": "ElevenLabs API-Einstellungen",
|
||||
"options.openAiSettings": "OpenAI API-Einstellungen",
|
||||
"options.apiKey": "API-Schluessel",
|
||||
"options.apiUrl": "API-URL"
|
||||
"options.apiUrl": "API-URL",
|
||||
"credits.button": "Credits",
|
||||
"credits.buttonTitle": "Credits und Lizenzen anzeigen",
|
||||
"credits.title": "Credits und Lizenzen",
|
||||
"credits.close": "Schliessen",
|
||||
"credits.loading": "Credits werden geladen...",
|
||||
"credits.loadFailed": "Credits und Lizenzhinweise konnten nicht geladen werden.",
|
||||
"popup.ok": "OK",
|
||||
"popup.endingTitle": "Ende erreicht",
|
||||
"popup.errorTitle": "Spiel beendet",
|
||||
"popup.achievementTitle": "Errungenschaft",
|
||||
"popup.alertTitle": "Hinweis",
|
||||
"popup.defaultEnding": "Du hast ein Ende erreicht.",
|
||||
"popup.defaultError": "Das Spiel wurde wegen eines nicht behebbaren Fehlers beendet.",
|
||||
"popup.defaultAchievement": "Errungenschaft freigeschaltet.",
|
||||
"popup.defaultAlert": "Hinweis"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"title.byAuthor": "by {{author}}",
|
||||
"title.byAuthor": "{{author}}",
|
||||
"title.version": "Version {{version}}",
|
||||
"title.fastForwardHint": "click on page or press spacebar to fast forward text animation",
|
||||
"title.continueHint": "click on page or press spacebar to continue",
|
||||
@@ -21,7 +21,8 @@
|
||||
"options.title": "Options",
|
||||
"options.close": "Close",
|
||||
"options.applicationSettings": "Application Settings",
|
||||
"options.language": "Language",
|
||||
"options.language": "UI Language",
|
||||
"options.gameLanguage": "Game Text Language",
|
||||
"options.speech": "Speech",
|
||||
"options.enableSpeech": "Enable text to speech",
|
||||
"options.provider": "Provider",
|
||||
@@ -33,8 +34,34 @@
|
||||
"options.speechVolume": "Speech Volume",
|
||||
"options.musicVolume": "Music Volume",
|
||||
"options.sfxVolume": "Sound Effects Volume",
|
||||
"options.musicDucking": "Music Ducking",
|
||||
"options.muteMasterVolume": "Disable master audio",
|
||||
"options.unmuteMasterVolume": "Enable master audio",
|
||||
"options.muteSpeechVolume": "Disable speech audio",
|
||||
"options.unmuteSpeechVolume": "Enable speech audio",
|
||||
"options.muteMusicVolume": "Disable music audio",
|
||||
"options.unmuteMusicVolume": "Enable music audio",
|
||||
"options.muteSfxVolume": "Disable sound effects",
|
||||
"options.unmuteSfxVolume": "Enable sound effects",
|
||||
"options.disableMusicDucking": "Disable music ducking",
|
||||
"options.enableMusicDucking": "Enable music ducking",
|
||||
"options.elevenLabsSettings": "ElevenLabs API Settings",
|
||||
"options.openAiSettings": "OpenAI API Settings",
|
||||
"options.apiKey": "API Key",
|
||||
"options.apiUrl": "API URL"
|
||||
"options.apiUrl": "API URL",
|
||||
"credits.button": "credits",
|
||||
"credits.buttonTitle": "Show credits and third-party licenses",
|
||||
"credits.title": "Credits and Licenses",
|
||||
"credits.close": "Close",
|
||||
"credits.loading": "Loading credits...",
|
||||
"credits.loadFailed": "Credits and license notices could not be loaded.",
|
||||
"popup.ok": "OK",
|
||||
"popup.endingTitle": "Ending reached",
|
||||
"popup.errorTitle": "Game ended",
|
||||
"popup.achievementTitle": "Achievement",
|
||||
"popup.alertTitle": "Hint",
|
||||
"popup.defaultEnding": "You reached an ending.",
|
||||
"popup.defaultError": "The game ended because of an unrecoverable error.",
|
||||
"popup.defaultAchievement": "Achievement unlocked.",
|
||||
"popup.defaultAlert": "Hint"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user