From b1f4b07417ce38dcff3f0b2a9fa0fef9ab183b28 Mon Sep 17 00:00:00 2001
From: 阳洁 <2077506045@qq.com>
Date: 星期四, 22 二月 2024 15:48:08 +0800
Subject: [PATCH] 1. 人格问卷答题目选项增加边框 2. API-Fan事中提示语解析变量 3. 答题完毕的提示语修改 4. 答题完毕页面增加关闭页面按钮

---
 src/lang/en.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/lang/en.js b/src/lang/en.js
index ffd93ab..f95e280 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -12,6 +12,7 @@
   guideLanguage: 'Guide language',
   theFirst: 'Question ',
   section: '',
+  close: 'close',
   demography: 'Demographic Information',
   required: 'required',
   range32: 'Exceed 200 characters',
@@ -104,6 +105,6 @@
 	values_mostUnLikeMe:'Most unlike me',
 	values_no_select:'No picture left',
 	values_pic_tmpArea:'Picture Staging Area',
-	values_pic_tmpArea_desc:'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This is your opportunity to review the categories in which you have created based on your picture selections.<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As a reminder, the order of the images you place in each category from left to right does not matter.<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If you feel that you would like to move pictures around, you must drag them to the staging area before placing them into a new category. In order to replace one picture in a category with another, both pictures must be dragged into the staging area.<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Once you are satisfied with your choices, click "Submit," and your choices will be finalized.',
+	values_pic_tmpArea_desc:'This is your opportunity to review the categories in which you have created based on your picture selections.<br/>As a reminder, the order of the images you place in each category from left to right does not matter.<br/>If you feel that you would like to move pictures around, you must drag them to the staging area before placing them into a new category. In order to replace one picture in a category with another, both pictures must be dragged into the staging area.<br/>Once you are satisfied with your choices, click "Submit," and your choices will be finalized.',
 	values_nextStepTips_tips:'Please refine the sort and rank the images by selecting them into the nine categories. Please note that the number of images you can put in each of the categories is fixed.'
 }

--
Gitblit v1.9.1