Improve exercise type validation and encryption in settings service: Enhance error handling for exercise type name checks in both create-bisaya-course-content and update-week1-bisaya-exercises scripts. Implement encryption for API keys and user settings in settingsService, ensuring sensitive data is securely stored. Update localization files to include new terms related to model patterns in English, German, and Spanish.
This commit is contained in:
@@ -516,7 +516,7 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '../assets/styles.scss';
|
||||
@use '../assets/styles.scss' as *;
|
||||
|
||||
.app-navigation,
|
||||
.nav-primary > ul {
|
||||
|
||||
@@ -424,6 +424,7 @@
|
||||
"modelSentence": "Modellsatz",
|
||||
"modelDialogLine": "Mögliche Dialogzeile",
|
||||
"modelResponse": "Mögliche Antwort",
|
||||
"modelPattern": "Möglicher Mustersatz",
|
||||
"patternPrompt": "Muster",
|
||||
"readingAloudInstruction": "Lies den Text laut vor. Klicke auf 'Aufnahme starten' und beginne zu sprechen.",
|
||||
"speakingFromMemoryInstruction": "Sprich frei aus dem Kopf. Verwende die angezeigten Schlüsselwörter.",
|
||||
|
||||
@@ -424,6 +424,7 @@
|
||||
"modelSentence": "Model sentence",
|
||||
"modelDialogLine": "Possible dialog line",
|
||||
"modelResponse": "Possible response",
|
||||
"modelPattern": "Possible pattern example",
|
||||
"patternPrompt": "Pattern",
|
||||
"readingAloudInstruction": "Read the text aloud. Click 'Start Recording' and begin speaking.",
|
||||
"speakingFromMemoryInstruction": "Speak freely from memory. Use the displayed keywords.",
|
||||
|
||||
@@ -421,6 +421,7 @@
|
||||
"modelSentence": "Frase modelo",
|
||||
"modelDialogLine": "Línea posible del diálogo",
|
||||
"modelResponse": "Respuesta posible",
|
||||
"modelPattern": "Ejemplo posible del patrón",
|
||||
"patternPrompt": "Patrón",
|
||||
"readingAloudInstruction": "Lee el texto en voz alta. Haz clic en 'Iniciar grabación' y comienza a hablar.",
|
||||
"speakingFromMemoryInstruction": "Habla de memoria. Usa las palabras clave mostradas.",
|
||||
|
||||
Reference in New Issue
Block a user