Files
ai.interactive.fiction/public/locales/en_US.json
T

91 lines
3.8 KiB
JSON

{
"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",
"title.startPrompt": "Click on new game or load to start the game",
"topbar.speech": "speech",
"topbar.autoplay": "autoplay",
"topbar.speed": "speed",
"topbar.newGame": "new game",
"topbar.save": "save",
"topbar.load": "load",
"topbar.options": "options",
"topbar.speechTitle": "Toggle text to speech",
"topbar.autoplayTitle": "Toggle paragraph autoplay",
"topbar.newGameTitle": "Start a new game",
"topbar.saveTitle": "Save progress",
"topbar.loadTitle": "Load saved progress",
"topbar.optionsTitle": "Options",
"input.placeholder": "Enter your command...",
"options.title": "Options",
"options.close": "Close",
"options.applicationSettings": "Application Settings",
"options.language": "UI Language",
"options.gameLanguage": "Game Text Language",
"options.speech": "Speech",
"options.enableSpeech": "Enable text to speech",
"options.provider": "Provider",
"options.voice": "Voice",
"options.speed": "Speed",
"options.audio": "Audio",
"options.bookDisplay": "Book Display",
"options.displayMode": "Display Mode",
"options.displayMode3d": "3D",
"options.displayMode2d": "2D",
"options.bookSize": "Book Size",
"options.bookProgress": "Page Stack",
"options.volume": "Volume",
"options.masterVolume": "Master Volume",
"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.localOpenAiSettings": "Local OpenAI API Settings",
"options.apiKey": "API Key",
"options.optionalApiKey": "API Key (optional)",
"options.apiUrl": "API URL",
"options.model": "Model",
"options.requestTimeoutMs": "Request timeout (ms)",
"webgl.title": "Procedural Book",
"webgl.sceneLabel": "3D book scene",
"webgl.bookControls": "Book controls",
"webgl.status3d": "3D scene",
"webgl.status2d": "2D scene",
"webgl.bookSize": "Pages",
"webgl.pageStackProgress": "Progress",
"webgl.fastBackward": "Fast backward",
"webgl.backward": "Backward",
"webgl.forward": "Forward",
"webgl.fastForward": "Fast forward",
"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",
"popup.commandTimeout": "The game server did not answer in time. You can try again.",
"popup.serverUnavailable": "The game server is currently unavailable. The client tried to reconnect for one minute. Please reload the page after the server is running again."
}