diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue
index 3519d621c9..d4832cf3d3 100644
--- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue
+++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue
@@ -107,13 +107,18 @@
-
+
- {{ currentScenario.name === undefined || '' ? $t('api_test.scenario.name') : currentScenario.name }}
+ {{
+ currentScenario.name === undefined || '' ? $t('api_test.scenario.name') : currentScenario.name
+ }}
+
- {{ currentScenario.name === undefined || '' ? $t('api_test.scenario.name') : currentScenario.name }}
+ {{
+ currentScenario.name === undefined || '' ? $t('api_test.scenario.name') : currentScenario.name
+ }}
@@ -128,20 +133,27 @@
共享cookie
-
+
+
+ {{ $t('commons.failure_continues') }}
+
{{ $t('api_test.request.debug') }}
-
+
+
+
+
-
@@ -304,6 +316,7 @@ export default {
},
data() {
return {
+ enableContinues: false,
props: {
label: "label",
children: "hashTree"
@@ -349,6 +362,7 @@ export default {
debugData: {},
reportId: "",
enableCookieShare: false,
+
globalOptions: {
spacing: 30
},
diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js
index a3c5e7be89..9720398281 100644
--- a/frontend/src/i18n/en-US.js
+++ b/frontend/src/i18n/en-US.js
@@ -1,5 +1,7 @@
export default {
commons: {
+ failure_continues: "Failure continues",
+ full_screen_editing: "Full screen editing",
yes: "yes",
no: "no",
default: "default",
diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js
index 50b4f331ef..c37ccf3c13 100644
--- a/frontend/src/i18n/zh-CN.js
+++ b/frontend/src/i18n/zh-CN.js
@@ -1,5 +1,7 @@
export default {
commons: {
+ failure_continues: "失败继续",
+ full_screen_editing: "全屏编辑",
yes: "是",
no: "否",
default: "默认值",
diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js
index f605fed8fe..45df70e0a6 100644
--- a/frontend/src/i18n/zh-TW.js
+++ b/frontend/src/i18n/zh-TW.js
@@ -1,5 +1,7 @@
export default {
commons: {
+ failure_continues: "失敗繼續",
+ full_screen_editing: "全屏編輯",
yes: "是",
no: "否",
default: "默認值",