From 6319ac32497eb50fb210b27751e39a361c5d33f5 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Wed, 21 Feb 2024 14:11:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=A8=A1=E7=89=88=E5=AD=97=E6=AE=B5=E5=90=AB=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1014434 --user=郭雨琦 https://www.tapd.cn/55049933/prong/stories/view/1155049933001014434 --- 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 852c4bab60..20fc351d33 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -1205,7 +1205,7 @@ const message = { file_id: "Report File ID", avg_response_time: "Average Response Time", tps: "Transactions Per Second", - plan_share_url: "Whether the link jump is logged in", + plan_share_url: "Login-free link address", rename_report: "Rename report", run_model: "Run model", }, 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 7b1610e0c6..63d0cb4b16 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -1167,7 +1167,7 @@ const message = { file_id: "文件ID", avg_response_time: "平均响应时间", tps: "每秒传输的事物处理个数", - plan_share_url: "链接跳转是否登陆", + plan_share_url: "免登录链接地址", rename_report: "重命名报告", run_model: "运行模式", }, 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 8a17b48b03..5846877f21 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -1166,7 +1166,7 @@ const message = { file_id: "文件ID", avg_response_time: "平均響應時間", tps: "每秒傳輸的事物處理個數", - plan_share_url: "鏈接跳轉是否登陸", + plan_share_url: "免登入連結地址", rename_report: "重命名報告", run_model: "運行模式", },