From 86758aef98beea711651c4241b30393be0956a9a Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 23 Dec 2021 15:47:47 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20i1?= =?UTF-8?q?8n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1008882 --user=lyh 【国际化】-Track-Home页 https://www.tapd.cn/55049933/s/1086179 --- .../resources/i18n/messages_en_US.properties | 6 +++--- .../components/FailureTestCaseList.vue | 2 +- .../track/home/components/BugCountCard.vue | 9 ++++----- frontend/src/i18n/en-US.js | 20 +++++++++---------- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/backend/src/main/resources/i18n/messages_en_US.properties b/backend/src/main/resources/i18n/messages_en_US.properties index 2aa95b95e6..4d400e9cf4 100644 --- a/backend/src/main/resources/i18n/messages_en_US.properties +++ b/backend/src/main/resources/i18n/messages_en_US.properties @@ -277,9 +277,9 @@ test_case_status_success=Success test_case_status_trash=Trash test_case_status_saved=Saved # track home -api_case=Api test -performance_case=Performance test -scenario_case=Scenario test +api_case=Api +performance_case=Performance +scenario_case=Scenario create_user=Create user test_case_status=Case status id_not_rightful=ID is not rightful diff --git a/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue b/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue index cb53033957..8def6f761c 100644 --- a/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue +++ b/frontend/src/business/components/api/homepage/components/FailureTestCaseList.vue @@ -35,7 +35,7 @@ - + diff --git a/frontend/src/business/components/track/home/components/BugCountCard.vue b/frontend/src/business/components/track/home/components/BugCountCard.vue index 177f7c1622..55d7955fc2 100644 --- a/frontend/src/business/components/track/home/components/BugCountCard.vue +++ b/frontend/src/business/components/track/home/components/BugCountCard.vue @@ -27,7 +27,7 @@ width="60" show-overflow-tooltip/> - + @@ -36,7 +36,6 @@ prop="status" column-key="status" :label="$t('test_track.plan.plan_status')" - width="100" show-overflow-tooltip> + show-overflow-tooltip/> + show-overflow-tooltip/> + show-overflow-tooltip/> diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 976c06891b..04664ee84b 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -1719,9 +1719,9 @@ export default { title: "Top 10 failure cases about test plan in the past 7 days", table_coloum: { index: "Ranking", - case_name: "Case name", + case_name: "Case Name", case_type: "Case Type", - test_plan: "Test plan", + test_plan: "Test Plan", failure_times: "Failure times", }, table_value: { @@ -2054,7 +2054,7 @@ export default { } }, review: { - test_review: "Test Review", + test_review: "Review", create_review: "Create Review", edit_review: "Edit Review", review_name: "Name", @@ -2123,18 +2123,18 @@ export default { tested_case: "Tested Case", review_progress: "Review Progress", case_count: "Statistics of the number of use cases", - relevance_case: "Relevance Case", + relevance_case: "Related Case", case_maintenance: "Use case person responsible distribution", bug_count: "Statistics of remaining defects", case_review: "Use case review", - review_rate: "Rate", + review_rate: "Reviewed", coverage: "Coverage", - function_case_count: "Function Case Count", - relevance_case_count: "Relevance Case Count", + function_case_count: "Functional Case Count", + relevance_case_count: "Related Case Count", serial_number: "Index", test_plan_name: "Plan Name", - case_size: "Case count", - bug_size: "Bug count", + case_size: "Case Count", + bug_size: "Bug Count", passing_rate: "Pass Rate", percentage: "Percentage" }, @@ -2199,7 +2199,7 @@ export default { }, issue: { issue: "Issue", - issue_management: "Issue Management", + issue_management: "Issue", platform_status: "Platform Status", issue_resource: "Issue Source", create_issue: "Create Issue",