Enhance API key handling in settings and vocab services: Update key retrieval logic to improve validation and status reporting. Introduce new localization strings for key status messages in English, German, and Spanish. Update LanguageAssistantView to display key status dynamically, enhancing user feedback on API key management.

This commit is contained in:
Torsten Schulz (local)
2026-03-25 17:46:18 +01:00
parent 09141d9e55
commit 2e6eb53918
6 changed files with 44 additions and 9 deletions

View File

@@ -169,7 +169,10 @@
"save": "Speichern",
"saved": "Einstellungen gespeichert.",
"saveError": "Speichern fehlgeschlagen.",
"confirmClear": "API-Schlüssel wirklich löschen?"
"confirmClear": "API-Schlüssel wirklich löschen?",
"keyStatusStored": "API-Schlüssel gespeichert.",
"keyStatusInvalid": "Ein gespeicherter API-Schlüssel ist vorhanden, kann aber nicht gelesen werden. Bitte neu speichern.",
"keyStatusMissing": "Derzeit ist kein API-Schlüssel gespeichert."
},
"interests": {
"title": "Interessen",