From 57f68713542c74347427aacc6c6c1c93c2e28ec3 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 11 Nov 2021 14:04:35 +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 --- .../test/components/PerformancePressureConfig.vue | 8 ++++---- frontend/src/i18n/en-US.js | 3 +++ frontend/src/i18n/zh-CN.js | 3 +++ frontend/src/i18n/zh-TW.js | 3 +++ 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 20b47cf5ab..28ef2158fe 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -213,9 +213,9 @@
- 自动分配 - 固定节点 - 自定义 + {{ $t('load_test.auto_ratio') }} + {{ $t('load_test.specify_resource') }} + {{ $t('load_test.custom_ratio') }}
@@ -233,7 +233,7 @@ - +