From 1d621bf3044e81fae12a3785ebcf2dba19a21ec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 7 Mar 2026 20:03:19 +0800 Subject: [PATCH] Translate all Chinese comments and strings to English Co-Authored-By: Claude Opus 4.6 --- src/assets/base.css | 2 +- src/assets/tailwind.css | 2 +- src/assets/vendors.css | 4 +- src/components/AccountMenu/AcctMenu.vue | 4 +- src/components/ButtonFilled.vue | 2 +- .../Conformance/ConformanceResults.vue | 52 +++++------ .../Conformance/ConformanceSidebar.vue | 52 +++++------ .../ConformanceSidebar/ActSeqDrag.vue | 12 +-- .../ConformanceRadioGroup.vue | 2 +- .../ConformanceSelectResult.vue | 4 +- .../ConformanceSidebar/ConformanceShowBar.vue | 4 +- .../ConformanceSidebar/TimeRangeDuration.vue | 2 +- .../Discover/Conformance/MoreModal.vue | 26 +++--- .../Discover/Map/Filter/ActAndSeq.vue | 12 +-- src/components/Discover/Map/Filter/ActOcc.vue | 2 +- .../Discover/Map/Filter/ActOccCase.vue | 4 +- .../Discover/Map/Filter/Attributes.vue | 92 +++++++++---------- src/components/Discover/Map/Filter/Funnel.vue | 12 +-- .../Discover/Map/Filter/Timeframes.vue | 64 ++++++------- src/components/Discover/Map/Filter/Trace.vue | 38 ++++---- src/components/Discover/Map/SidebarFilter.vue | 16 ++-- src/components/Discover/Map/SidebarState.vue | 8 +- src/components/Discover/Map/SidebarTraces.vue | 26 +++--- src/components/Discover/Map/SidebarView.vue | 8 +- src/components/Discover/StatusBar.vue | 2 +- src/components/File/UploadModal.vue | 14 +-- src/components/Header.vue | 2 +- src/components/Navbar.vue | 26 +++--- src/components/durationjs.vue | 4 +- src/components/icons/IconChecked.vue | 2 +- src/constants/constants.js | 26 +++--- src/main.ts | 2 +- src/module/alertModal.js | 34 +++---- src/module/cytoscapeMap.js | 84 ++++++++--------- src/module/cytoscapeMapTrace.js | 18 ++-- src/module/setChartData.js | 30 +++--- src/module/timeLabel.js | 18 ++-- src/plugins/myPiniaPlugin.ts | 2 +- src/router/index.ts | 38 ++++---- src/stores/acctMgmt.ts | 10 +- src/stores/allMapData.ts | 18 ++-- src/stores/compare.ts | 2 +- src/stores/conformance.ts | 20 ++-- src/stores/conformanceInput.ts | 2 +- src/stores/cytoscapeStore.ts | 2 +- src/stores/files.ts | 16 ++-- src/stores/login.ts | 10 +- src/stores/mapPathStore.ts | 34 +++---- .../AccountAdmin/AccountAdmin.vue | 2 +- .../ModalAccountEditCreate.vue | 26 +++--- src/views/Compare/Dashboard/Compare.vue | 4 +- src/views/Discover/Performance/FreqChart.vue | 34 +++---- src/views/Discover/Performance/index.vue | 4 +- src/views/Files/Files.vue | 10 +- src/views/Login/Login.vue | 4 +- src/views/MainContainer.vue | 6 +- src/views/Upload/index.vue | 42 ++++----- 57 files changed, 499 insertions(+), 499 deletions(-) diff --git a/src/assets/base.css b/src/assets/base.css index 24ef516..a64364d 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -7,7 +7,7 @@ Base CSS layer with global font, validation, height, and PrimeVue sidebar overrides. */ -/* 全域字型 */ +/* Global font */ @layer base { html { font-family: 'Roboto', sans-serif, system-ui; diff --git a/src/assets/tailwind.css b/src/assets/tailwind.css index 36cfd2e..eaf8d6e 100644 --- a/src/assets/tailwind.css +++ b/src/assets/tailwind.css @@ -7,7 +7,7 @@ Tailwind CSS theme configuration with custom colors, font sizes, breakpoints, and animations. */ -/* 引入 Google fonts */ +/* Import Google fonts */ @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); @import "tailwindcss" layer(tailwind-base); diff --git a/src/assets/vendors.css b/src/assets/vendors.css index d6fdaaf..a308937 100644 --- a/src/assets/vendors.css +++ b/src/assets/vendors.css @@ -69,7 +69,7 @@ .p-inputswitch .p-inputswitch-slider:before { @apply !w-5 !h-5 !left-0.5 } -/* slider 滑塊 */ +/* slider */ .p-slider .p-slider-handle { @apply !h-3.5 !w-3.5 !border !border-primary } @@ -106,7 +106,7 @@ p-radiobutton-icon */ .p-datatable-resizable > .p-datatable-wrapper { @apply !overflow-x-visible } -/* 蓋住 inline style 的 overflow-auto,才能使 thead 定位 */ +/* Override inline style overflow-auto so that thead can be positioned */ .p-datatable-wrapper { overflow: unset !important; } diff --git a/src/components/AccountMenu/AcctMenu.vue b/src/components/AccountMenu/AcctMenu.vue index 2433d5a..05d9cb8 100644 --- a/src/components/AccountMenu/AcctMenu.vue +++ b/src/components/AccountMenu/AcctMenu.vue @@ -6,7 +6,7 @@