This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 4663d69f4 [AMORO-3812] Remove duplicate keys in web language resource
files (#3813)
4663d69f4 is described below
commit 4663d69f43df3fe36391da5eeaf74d8f374f2a04
Author: yaolei <[email protected]>
AuthorDate: Tue Oct 21 14:11:04 2025 +0800
[AMORO-3812] Remove duplicate keys in web language resource files (#3813)
[Improvement]: Remove duplicate keys in web language resource files
---
amoro-web/src/language/en.ts | 11 +++++------
amoro-web/src/language/zh.ts | 1 -
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/amoro-web/src/language/en.ts b/amoro-web/src/language/en.ts
index 5ae29ed7d..82733b47a 100644
--- a/amoro-web/src/language/en.ts
+++ b/amoro-web/src/language/en.ts
@@ -21,7 +21,6 @@ export default {
last12h: 'Last 12 h',
last24h: 'Last 24 h',
last7day: 'Last 7 day',
- healthScore: 'Health Score',
overview: 'Overview',
top10Tables: 'Top 10 Tables',
latestOperations: 'Latest Operations',
@@ -226,11 +225,11 @@ export default {
Finished: 'Finished',
Created: 'Created',
totalCount: 'total {total} records',
- healthScoreDetails: 'HealthScoreDetails',
- healthScore: 'HealthScore',
- smallFileScore: 'SmallFileScore',
- equalityDeleteScore: 'EqDeleteScore',
- positionalDeleteScore: 'PosDeleteScore',
+ healthScoreDetails: 'Health Score Details',
+ healthScore: 'Health Score',
+ smallFileScore: 'Small Files Score',
+ equalityDeleteScore: 'Eq Delete Score',
+ positionalDeleteScore: 'Pos Delete Score',
subModule: 'SubModule',
healthScoreDescription: 'Evaluating the health status of a table (up to 100
points), and is calculated as follows',
smallFileScoreDescription: 'Evaluating the average data file size of the
table (up to 40 points), with larger values indicating that the file is closer
to the target size',
diff --git a/amoro-web/src/language/zh.ts b/amoro-web/src/language/zh.ts
index 6550e578b..c74df6e34 100644
--- a/amoro-web/src/language/zh.ts
+++ b/amoro-web/src/language/zh.ts
@@ -21,7 +21,6 @@ export default {
last12h: '最近 12 小时',
last24h: '最近 24 小时',
last7day: '最近 7 天',
- healthScore: '健康度',
overview: '总览',
top10Tables: '表 TOP 10',
latestOperations: '最近操作',