From 8dc839a8e4c0af5848e83700b7309a534ea102fc Mon Sep 17 00:00:00 2001 From: 84702473 <84702473@qq.com> Date: 星期四, 30 三月 2023 22:54:26 +0800 Subject: [PATCH] 修改文字 --- src/lang/zh.js | 3 ++- src/lang/en.js | 25 +++++++++++++------------ src/views/exam/paper/values.vue | 8 ++++---- 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index 9b44c47..db1a52c 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -54,24 +54,25 @@ finishPersonalityDownInfo: 'You may click the red button below to download your test report.', langWelcomeThai: '喔⑧复喔權笖喔掂笗喔笝喔`副喔氞釜喔灌箞喙�喔о箛喔氞箘喔嬥涪喙屶釜喔赤斧喔`副喔氞笚喔赤箒喔氞笟喔椸笖喔腑喔氞競喔竾', langOptionThai: '喔佮福喔膏笓喔侧箑喔ム阜喔竵喔犩覆喔┼覆 喙佮弗喔班竸喔ム复喔� 鈥溹笖喔赤箑喔權复喔權竵喔侧福喔曕箞喔�.', - values_finishValuesInfo:'The test is over! All your option data have been uploaded to the server and saved. You can close the browser and exit the answer interface.', + values_finishValuesInfo:'Thank you! Your responses have been submitted. You can close this page now.', values_nextStepTips_del_unnecessary:'Please delete redundant selections', values_nextStepTips_add_enough:'Please add enough choices', values_nextStepTips_choices_all:'Please make all choices', - values_title:'Pre-Sort Your Responses', - values_title_description:'For each statement,click the pictures that aligns most with your view.', - next:'Next Step', - pre:'Pre Step', - commit:'Commit', + values_title:'For each statement,click the pictures that aligns most with your view.', + values_title_description:'For each statement, click the icon that aligns most with your view. <br> If you think the main character is like you, click "up hand" icon.<br> If you think the main character is not like you, click "down hand" icon. <br> If you are not sure, click "question" icon.', + next:'Next', + pre:'Back', + commit:'Submit', values_cur_step:'Current step', - values_step_tips_for_1:'Select %N picture that most resembles me', - values_step_tips_for_2:'Select %N picture that does not look like me', - values_step_tips_for_3:'Select %N picture in question', - values_select_tips:'Select from the following figure', + 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_select_tips:'Select from the following pictures', values_select:'Select', values_select_exchange:'exchange', values_mostLikeMe:'Most like me ', values_mostUnLikeMe:'Most unlike me', - values_no_select:'No picture optional', - values_pic_tmpArea:'Picture Staging Area' + values_no_select:'No picture left', + values_pic_tmpArea:'Picture Staging Area', + values_pic_tmpArea_desc:'Note: All pictures in the same row are in the same category.<br> You do not need to order them in a row. You only need to pay attention to the vertical order.' } diff --git a/src/lang/zh.js b/src/lang/zh.js index ac2d32c..b900abb 100644 --- a/src/lang/zh.js +++ b/src/lang/zh.js @@ -73,6 +73,7 @@ values_mostLikeMe:'鏈�鍍忔垜', values_mostUnLikeMe:'鏈�涓嶅儚鎴�', values_no_select:'鏃犲浘鍙��', - values_pic_tmpArea:'鍥剧墖鏆傚瓨鍖�' + values_pic_tmpArea:'鍥剧墖鏆傚瓨鍖�', + values_pic_tmpArea_desc:'娉ㄦ剰锛氬悓涓�琛屼腑鐨勬墍鏈夊浘鐗囬兘灞炰簬鍚屼竴绫诲埆銆�<br> 鎮ㄤ笉闇�瑕佽繛缁璐�備綘鍙渶瑕佹敞鎰忓瀭鐩撮『搴忋��' } diff --git a/src/views/exam/paper/values.vue b/src/views/exam/paper/values.vue index 14994bc..2a6c5e9 100644 --- a/src/views/exam/paper/values.vue +++ b/src/views/exam/paper/values.vue @@ -5,8 +5,7 @@ <h1>{{$t('values_title')}}</h1> </el-header> <el-main class="" style="padding-top: 3%;"> - <div> - {{$t('values_title_description')}} + <div v-html="$t('values_title_description')"> </div> <div style="display: flex;justify-content: flex-start;padding: 10px 0;"> <el-button @click="step1_start" type="primary" round v-if="!step1Start">{{$t('start')}}</el-button> @@ -111,10 +110,11 @@ <el-container class="app-item-contain step3" v-if="step === 'step3'"> <el-main class=""> <div style="position: fixed;z-index: 999; width:90%; top: 56px;"> - <div style="display: flex;justify-content: flex-end;"> + <div style="display: flex;justify-content: flex-end;padding: 10px;background-color: #f5f7fa;"> + <div style="padding-right: 20px;" v-html="$t('values_pic_tmpArea_desc')"></div> <div style="padding: 0 10px;">{{$t('values_pic_tmpArea')}}</div> <draggable animation="300" class="pic-tmparea-div" - style="background-color: #f5f7fa;border: 1px solid gray;padding: 10px;width: 50%;" + style="border: 1px solid gray;padding: 10px;width: 50%;" :list="step3EWEIArea[0]" :options="{group:{name:'EWEIArea',pull:'clone'}}" @start="ev=>step3TmpAreaStart(ev,0)" @end="step3TmpAreaMoveEnd"> -- Gitblit v1.9.1