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:
@@ -169,7 +169,10 @@
|
||||
"save": "Guardar",
|
||||
"saved": "Ajustes guardados.",
|
||||
"saveError": "No se pudo guardar.",
|
||||
"confirmClear": "¿Eliminar realmente la clave API?"
|
||||
"confirmClear": "¿Eliminar realmente la clave API?",
|
||||
"keyStatusStored": "Clave API guardada.",
|
||||
"keyStatusInvalid": "Existe una clave API guardada, pero no se puede leer. Guárdala de nuevo.",
|
||||
"keyStatusMissing": "Actualmente no hay ninguna clave API guardada."
|
||||
},
|
||||
"interests": {
|
||||
"title": "Intereses",
|
||||
|
||||
Reference in New Issue
Block a user