feat(frontend): UI vragen & antwoorden verbeterd.

This commit is contained in:
Gerald Schmittinger 2025-05-18 14:40:37 +02:00
parent 10a329bed3
commit 97f6a603f5
9 changed files with 164 additions and 217 deletions

View file

@ -170,10 +170,12 @@
"hintKeywordsSeparatedBySpaces": "Mots-clés séparés par des espaces",
"questions": "Questions",
"view-questions": "Voir les questions dans ",
"question-input-placeholder": "question...",
"answer-input-placeholder": "réponse...",
"question-input-placeholder": "Votre question...",
"answer-input-placeholder": "Votre réponse...",
"answers-toggle-hide": "Masquer réponses",
"answers-toggle-show": "Afficher réponse",
"no-questions": "Aucune question trouvée",
"no-discussion-tip": "Sélectionnez un objet d'apprentissage pour afficher les questions qui s'y rapportent"
"no-discussion-tip": "Sélectionnez un objet d'apprentissage pour afficher les questions qui s'y rapportent",
"askAQuestion": "Pose une question",
"questionsCapitalized": "Questions"
}