|
94 | 94 | "tts.button.pause": "Pause", |
95 | 95 | "tts.button.resume": "Fortsetzen", |
96 | 96 | "tts.button.speak": "Vorlesen", |
| 97 | + "tts.button.export": "Exportieren", |
97 | 98 | "tts.button.stop": "Stopp", |
| 99 | + "tts.export.dialog_title": "Audiodatei exportieren", |
| 100 | + "tts.export.default_filename_prefix": "Blitztext-Audio_", |
98 | 101 | "tts.error.piper_not_found": "Piper nicht gefunden. Installieren: pip install piper-tts und Stimmen nach ~/.local/share/piper-voices legen.", |
99 | 102 | "tts.error.openai_not_available": "OpenAI Cloud-TTS ist nicht verfuegbar. Bitte OPENAI_API_KEY in ~/.config/blitztext-linux/secrets.env setzen.", |
100 | 103 | "tts.consent.title": "OpenAI Cloud-TTS aktivieren?", |
|
108 | 111 | "tts.status.synthesis": "Synthese…", |
109 | 112 | "tts.status.openai_not_confirmed": "OpenAI Cloud-TTS wurde nicht bestaetigt.", |
110 | 113 | "tts.status.cloud_synthesis": "Cloud-Synthese…", |
| 114 | + "tts.status.exporting": "Exportiere Audiodatei…", |
| 115 | + "tts.status.export_done": "Audiodatei exportiert.", |
| 116 | + "tts.status.export_ffmpeg_missing": "ffmpeg nicht gefunden. Audio-Export ist nicht verfuegbar.", |
| 117 | + "tts.status.export_format_unsupported": "Exportformat nicht unterstuetzt.", |
| 118 | + "tts.status.missing_wav_output": "WAV-Ausgabe fehlt.", |
111 | 119 | "tts.status.cancelled": "Abgebrochen.", |
112 | 120 | "tts.status.error": "Fehler: {message}", |
113 | 121 | "tts.status.done": "Fertig.", |
|
245 | 253 | "tts.button.pause": "Pause", |
246 | 254 | "tts.button.resume": "Resume", |
247 | 255 | "tts.button.speak": "Read Aloud", |
| 256 | + "tts.button.export": "Export", |
248 | 257 | "tts.button.stop": "Stop", |
| 258 | + "tts.export.dialog_title": "Export audio file", |
| 259 | + "tts.export.default_filename_prefix": "blitztext-audio_", |
249 | 260 | "tts.error.piper_not_found": "Piper not found. Install with: pip install piper-tts and place voices in ~/.local/share/piper-voices.", |
250 | 261 | "tts.error.openai_not_available": "OpenAI Cloud-TTS is not available. Please set OPENAI_API_KEY in ~/.config/blitztext-linux/secrets.env.", |
251 | 262 | "tts.consent.title": "Enable OpenAI Cloud-TTS?", |
|
259 | 270 | "tts.status.synthesis": "Synthesizing…", |
260 | 271 | "tts.status.openai_not_confirmed": "OpenAI Cloud-TTS was not confirmed.", |
261 | 272 | "tts.status.cloud_synthesis": "Cloud synthesis…", |
| 273 | + "tts.status.exporting": "Exporting audio file…", |
| 274 | + "tts.status.export_done": "Audio file exported.", |
| 275 | + "tts.status.export_ffmpeg_missing": "ffmpeg not found. Audio export is not available.", |
| 276 | + "tts.status.export_format_unsupported": "Export format is not supported.", |
| 277 | + "tts.status.missing_wav_output": "WAV output is missing.", |
262 | 278 | "tts.status.cancelled": "Cancelled.", |
263 | 279 | "tts.status.error": "Error: {message}", |
264 | 280 | "tts.status.done": "Done.", |
|
0 commit comments