From 99163777f4e68ef2df472089afe5c2660087b3a0 Mon Sep 17 00:00:00 2001 From: fit2-zhao Date: Mon, 19 Dec 2022 16:26:50 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E5=9C=BA=E6=99=AF=E5=8F=98=E9=87=8F=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E4=B8=AD=E5=8E=9F=E5=9C=BA=E6=99=AF=E5=8F=98=E9=87=8F=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 aceaf64a08..7f9f61a672 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -257,7 +257,7 @@ const message = { debug_history: "Debug history", testing: "Testing", enable_scene: "Original scene environment", - variable_scene: "Original scene variable", + variable_scene: "The original scene variable is used first, and the current scene variable is used if there is no", reference_settings: "Reference settings", enable_scene_info: "Enable scene environment: the current step uses the original environment configuration of the scene to run", edit_info: "Edit details", 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 86307baae3..7d7370df71 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -259,7 +259,7 @@ const message = { testing: "测试中", edit_info: "编辑详情", enable_scene: "原场景环境", - variable_scene: "原场景变量", + variable_scene: "优先使用原场景变量,没有则使用当前场景变量", reference_settings: "场景设置", enable_scene_info: "启用场景环境:当前步骤使用场景原始环境配置运行", environment: "运行环境", 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 2f136ed981..9dd0a0ead3 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -259,7 +259,7 @@ const message = { testing: "測試中", edit_info: "編輯詳情", enable_scene: "原場景環境", - variable_scene: "原場景变量", + variable_scene: "優先使用原場景變量,沒有則使用當前場景變量", reference_settings: "场景设置", enable_scene_info: "啟用場景環境:當前步驟使用場景原始環境配置運行", environment: "運行環境",