From dc2c454c2ae3fdfdddcad0fd609e1a0def3b67a5 Mon Sep 17 00:00:00 2001 From: 84702473 <84702473@qq.com> Date: 星期五, 31 三月 2023 09:44:36 +0800 Subject: [PATCH] 添加弹窗提示框 --- src/lang/en.js | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lang/en.js b/src/lang/en.js index db1a52c..233d113 100644 --- a/src/lang/en.js +++ b/src/lang/en.js @@ -59,7 +59,10 @@ values_nextStepTips_add_enough:'Please add enough choices', values_nextStepTips_choices_all:'Please make all choices', 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.', + values_title_description:'For each statement, click the icon that aligns most with your view.', + values_title_description_1:'If you think the main character is like you, click ', + values_title_description_2:'If you think the main character is not like you, click ', + values_title_description_3:'If you are not sure, click ', next:'Next', pre:'Back', commit:'Submit', @@ -74,5 +77,6 @@ values_mostUnLikeMe:'Most unlike me', 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.' + 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.', + 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