From 1d016f8c515ceb3b6761acadcadbdc5a4af1d59c Mon Sep 17 00:00:00 2001 From: wintsa <770775984@qq.com> Date: Wed, 25 Mar 2026 17:18:35 +0800 Subject: [PATCH] i18n --- src/features/ht/components/Ht.vue | 216 ++++--- .../ht/components/HtAdditionalWorkFee.vue | 8 +- src/features/ht/components/HtBaseInfo.vue | 181 +++--- .../ht/components/HtConsultCategoryFactor.vue | 4 +- .../ht/components/HtContractSummary.vue | 42 +- .../ht/components/HtFeeRateMethodForm.vue | 14 +- src/features/ht/components/HtMajorFactor.vue | 4 +- src/features/ht/components/HtReserveFee.vue | 8 +- src/features/ht/components/htCard.vue | 34 +- src/features/ht/components/htInfo.vue | 4 +- src/features/ht/components/zxFw.vue | 142 +++-- .../pricing/components/HourlyPricingPane.vue | 4 +- .../components/InvestmentScalePricingPane.vue | 133 +++-- .../components/LandScalePricingPane.vue | 133 +++-- .../components/WorkloadPricingPane.vue | 96 ++- .../shared/components/HourlyFeeGrid.vue | 83 ++- src/features/shared/components/HtFeeGrid.vue | 48 +- .../shared/components/HtFeeMethodGrid.vue | 69 ++- .../components/MethodUnavailableNotice.vue | 6 +- .../components/ServiceCheckboxSelector.vue | 8 +- .../shared/components/WorkContentGrid.vue | 103 ++-- .../shared/components/XmFactorGrid.vue | 18 +- .../shared/components/xmCommonAgGrid.vue | 91 ++- src/features/tab/importExport.ts | 7 +- .../workbench/components/HomeEntryView.vue | 32 +- .../components/HtFeeMethodTypeLineView.vue | 29 +- .../components/QuickCalcWorkbenchView.vue | 112 ++-- .../workbench/components/ZxFwView.vue | 38 +- .../xm/components/XmConsultCategoryFactor.vue | 4 +- src/features/xm/components/XmMajorFactor.vue | 4 +- src/features/xm/components/info.vue | 59 +- src/features/xm/components/xmCard.vue | 18 +- src/i18n/locales/en-US.ts | 550 +++++++++++++++++- src/i18n/locales/zh-CN.ts | 550 +++++++++++++++++- src/layout/tab.vue | 285 +++++---- src/layout/typeLine.vue | 29 +- src/lib/agGridReadonlyAutoHeight.ts | 55 ++ src/lib/agGridResetHeader.ts | 11 +- src/lib/diyAgGridOptions.ts | 28 + src/lib/pricingScaleColumns.ts | 47 +- src/lib/projectRegistry.ts | 15 +- src/lib/workspace.ts | 4 +- src/main.ts | 3 + src/pinia/tab.ts | 3 +- src/pinia/uiPrefs.ts | 57 ++ src/sql.ts | 406 +++++++------ src/style.css | 11 +- tsconfig.tsbuildinfo | 2 +- 48 files changed, 2822 insertions(+), 986 deletions(-) create mode 100644 src/lib/agGridReadonlyAutoHeight.ts create mode 100644 src/pinia/uiPrefs.ts diff --git a/src/features/ht/components/Ht.vue b/src/features/ht/components/Ht.vue index ff15692..4d7512d 100644 --- a/src/features/ht/components/Ht.vue +++ b/src/features/ht/components/Ht.vue @@ -1,5 +1,6 @@