From fcc0dc579b0d8342595419fa75cf85cb5e04ead0 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Sat, 13 Nov 2021 10:12:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/test/components/PerformancePressureConfig.vue | 2 +- frontend/src/i18n/en-US.js | 1 + frontend/src/i18n/zh-CN.js | 1 + frontend/src/i18n/zh-TW.js | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 270029588d..1dfc604c6f 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -91,7 +91,7 @@
- + {{ $t('load_test.by_duration') }} {{ $t('load_test.by_iteration') }} diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index bae4fc4d9d..7b44bfe329 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -795,6 +795,7 @@ export default { rps_limit: 'RPS Limit', rps_limit_enable: 'RPS Value', resource_strategy: 'Allocation Strategy', + run_mode: 'Run Mode', input_rps_limit: 'Please enter a limit', ramp_up_time_within: 'In', ramp_up_time_minutes: 'seconds, separate', diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 4e736e917a..69367b7cde 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -799,6 +799,7 @@ export default { rps_limit: 'RPS上限', rps_limit_enable: 'RPS开启', resource_strategy: '分配策略', + run_mode: '执行方式', input_rps_limit: '请输入限制', ramp_up_time: '预热时间', ramp_up_time_within: '在', diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 423c2082fc..9a215aed27 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -798,6 +798,7 @@ export default { rps_limit: 'RPS上限', rps_limit_enable: 'RPS開啟', resource_strategy: '分配策略', + run_mode: '執行方式', input_rps_limit: '請輸入限製', ramp_up_time_within: '在', ramp_up_time_minutes: '秒內,分',