From 042c483733adec0f3483605bc3a3596cb79200e0 Mon Sep 17 00:00:00 2001 From: wangzeyan <258785420@qq.com> Date: Mon, 19 May 2025 00:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BB=A9=E6=95=88=E7=AE=97?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exam_questions.exam_questions_edit.json | 34 ++++++------------- 1 file changed, 10 insertions(+), 24 deletions(-) diff --git a/admin/src/app/lang/zh-cn/exam_questions.exam_questions_edit.json b/admin/src/app/lang/zh-cn/exam_questions.exam_questions_edit.json index e4f382af..86133a58 100644 --- a/admin/src/app/lang/zh-cn/exam_questions.exam_questions_edit.json +++ b/admin/src/app/lang/zh-cn/exam_questions.exam_questions_edit.json @@ -1,28 +1,14 @@ { - "questionType":"题型: single_choice-单选, multiple_choice-多选, true_false-判断", - "questionContentType":"题干类型: text-文本, image-图片", - "questionContent":"题干内容(如果是图片则存储URL)", - "optionAContentType":"选项A类型: text-文本, image-图片", - "optionAContent":"选项A内容(如果是图片则存储URL)", - "optionBContentType":"选项B类型: text-文本, image-图片", - "optionBContent":"选项B内容(如果是图片则存储URL)", - "optionCContentType":"选项C类型: text-文本, image-图片", - "optionCContent":"选项C内容(如果是图片则存储URL)", - "optionDContentType":"选项D类型: text-文本, image-图片", - "optionDContent":"选项D内容(如果是图片则存储URL)", - "correctAnswer":"正确答案(如果是多选,答案格式为如A,B,D)", - "questionTypePlaceholder":"请输入题型: single_choice-单选, multiple_choice-多选, true_false-判断", - "questionContentTypePlaceholder":"请输入题干类型: text-文本, image-图片", - "questionContentPlaceholder":"请输入题干内容(如果是图片则存储URL)", - "optionAContentTypePlaceholder":"请输入选项A类型: text-文本, image-图片", - "optionAContentPlaceholder":"请输入选项A内容(如果是图片则存储URL)", - "optionBContentTypePlaceholder":"请输入选项B类型: text-文本, image-图片", - "optionBContentPlaceholder":"请输入选项B内容(如果是图片则存储URL)", - "optionCContentTypePlaceholder":"请输入选项C类型: text-文本, image-图片", - "optionCContentPlaceholder":"请输入选项C内容(如果是图片则存储URL)", - "optionDContentTypePlaceholder":"请输入选项D类型: text-文本, image-图片", - "optionDContentPlaceholder":"请输入选项D内容(如果是图片则存储URL)", - "correctAnswerPlaceholder":"请输入正确答案(如果是多选,答案格式为如"A,B,D")", + "questionType":"题型", + "questionContentType":"题干", + "questionContent":"题干内容", + "optionAContentType":"选项类型", + "optionAContent":"选项内容", + "correctAnswer":"正确答案", + "questionTypePlaceholder":"请选择题型", + "questionContentTypePlaceholder":"请选择题干类型", + "questionContentPlaceholder":"请输入题干内容", + "correctAnswerPlaceholder":"请输入正确答案", "addExamQuestions":"添加试题", "updateExamQuestions":"编辑试题", "examQuestionsDeleteTips":"确定要删除该试题吗?"