From 344f036938910b806b952cd81f6fb909aa7d77df Mon Sep 17 00:00:00 2001
From: 84702473 <84702473@qq.com>
Date: 星期六, 15 四月 2023 11:10:36 +0800
Subject: [PATCH] 修改对齐方式,修改大小写,修复刷新切换语言的BUG

---
 src/lang/en.js |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/src/lang/en.js b/src/lang/en.js
index 052d137..cdfdc1b 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -61,17 +61,25 @@
 	values_title:'Pre-Sort Your Response',
 	values_title_description:'This is the pre-sorting section of the test. <br/>During this section, you will choose the pictures in which the character is most like you. <br/>All of these pictures will be shown again in later sections for the final sorting process.',
 	values_title_description_1:'If you think the main character is like you, click ',
+	values_title_description_1_2:' .',
 	values_title_description_2:'If you think the main character is not like you, click ',
+	values_title_description_2_2:' .',
 	values_title_description_3:'If you are not sure, click ',
+	values_title_description_3_2:' .',
 	values_title_description_4:'Click ',
-	values_title_description_4_2:' to zoom in the picture',
+	values_title_description_4_2:' to zoom in the picture.',
 	next:'Next',
 	pre:'Back',
 	commit:'Submit',
 	values_cur_step:'Current step',
-	values_step_tips_for_1:'Select %N pictures in which the main character is most like you',
-	values_step_tips_for_2:'Select %N pictures in which the main character is most unlike you',
-	values_step_tips_for_3:'Select %N pictures',
+	values_step_0_title:'Instructions',
+	values_step_0_content:'The goal of the test is to evaluate how much the main character is or is not like you in each picture.<br/>By the end of this test, you will rank the pictures from most like you to most unlike you.<br/><br/><br/>The first task is the pre-sort, where you will decide if the character in the picture is like you, unlike you, or you are unsure.<br/><br/><br/>Next, you will place the pictures you sorted into categories.',
+	values_step_2_title:'Categorize Your Response',
+	values_step_2_content:'In the next step, you will categorize the images into nine separate categories. The number of images allowed in each category is fixed. All images must be categorized, and you will have the opportunity to go back and make changes to the categories if you feel you placed an image somewhere that you would like to change. Importantly, the order in which the chosen images in each category are arranged from left to right does not matter. Additionally, please pay attention to the prompts themselves; you will be asked about pictures that are like you and are unlike you.',
+	values_step_names:'Most like,Most unlike,Very like,Very unlike,Like,Unlike,Somewhat like,Somewhat unlike,Neutral',
+	values_step_tips_for_1:'Select %N pictures in which the main character is %C you',
+	values_step_tips_for_2:'Select %N pictures in which the main character is %C you',
+	values_step_tips_for_3:'Here are the remaining %N pictures. For now, they will be assigned to the "%C" category.',
 	values_step_tips:'The order of the images you place in this category from left to right does not matter.',
 	values_select_tips:'Select from the following pictures',
 	values_select:'Select',

--
Gitblit v1.9.1