From aaee39e585f675c7c109693ed40f85417d0c7099 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Tue, 13 Jun 2023 18:29:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=E6=B5=8B=E8=AF=95):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=BF=BD=E5=8A=A0=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=B8=A6=E7=89=B9=E6=AE=8A=E5=AD=97=E7=AC=A6=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1026944 --user=郭雨琦 https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001026944 --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 2 +- framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 2 +- framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index 275975b5e6..afc1a59564 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -3188,7 +3188,7 @@ const message = { insert_content: "Type content", append_content: "Append input", append_tip: - "Check, append the input after the existing content;
Uncheck, clear the existing content and then input", + "Check, append the input after the existing content;Uncheck, clear the existing content and then input", pls_input: "Please input content", opt_type: "mode:", yes: "Yes", diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index a602cf5625..105d695d82 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -3090,7 +3090,7 @@ const message = { insert_content: "键入内容", append_content: "追加输入", append_tip: - "勾选,在现有内容后面追加输入;
不勾选,清空现有内容后再进行输入", + "勾选,在现有内容后面追加输入;不勾选,清空现有内容后再进行输入", pls_input: "请输入内容", opt_type: "操作方式:", yes: "是", diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index 773e942eb4..734c881a42 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -3085,7 +3085,7 @@ const message = { insert_content: "鍵入內容", append_content: "追加輸入", append_tip: - "勾選,在現有內容後面追加輸入;
不勾選,清空現有內容後再進行輸入", + "勾選,在現有內容後面追加輸入;不勾選,清空現有內容後再進行輸入", pls_input: "請輸入內容", opt_type: "操作方式:", yes: "是",