From 42fca9992e0903aaac6578314396efb732728c0e Mon Sep 17 00:00:00 2001 From: royalpioneer Date: Fri, 29 Nov 2024 11:56:12 +0800 Subject: [PATCH] =?UTF-8?q?feat(frontend):=20tendbcluster=20=E5=92=8C=20es?= =?UTF-8?q?=20=E9=83=A8=E5=88=86=E6=96=87=E6=A1=88=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=20#8233=20#=20Reviewed,=20transaction=20id:=2025328?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dbm-ui/frontend/src/locales/en.json | 5 +++-- dbm-ui/frontend/src/locales/zh-cn.json | 4 ++-- .../db-rename/pages/page1/components/RenderData/Index.vue | 4 ++-- .../db-rename/pages/page1/components/RenderData/Index.vue | 2 +- .../db-rename/pages/page1/components/RenderData/Index.vue | 4 ++-- .../src/views/db-manage/tendb-cluster/toolbox-menu.ts | 2 +- .../common/components/demand-factory/sqlserver/DbRename.vue | 2 +- 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/dbm-ui/frontend/src/locales/en.json b/dbm-ui/frontend/src/locales/en.json index 195b77a25b..ba68044f4a 100644 --- a/dbm-ui/frontend/src/locales/en.json +++ b/dbm-ui/frontend/src/locales/en.json @@ -1602,12 +1602,12 @@ "迁移主从": "Migrate master-slave", "访问入口": "Access Entry", "部署只读接入层": "Deploy read-only proxy", - "运维spider管理": "运维节点管理/O&M Node Management", + "运维节点管理": "O&M Node", "添加运维节点": "Add O&M nodes", "克隆开区": "Clone and open a zone", "开区模版": "Template for Opening a zone", "数据查询": "Data Query", - "DB 重命名": "database rename", + "DB 重命名": "DB Rename", "原 DB 名": "Original DB Name", "新 DB 名": "New DB Name", "主从互切:主机级别操作,即同机所有集群均会完成主从关系互切": "It is an operation at the host level, all clusters on the same machine will complete the mutual switchover of the master-slave relationship.", @@ -1643,5 +1643,6 @@ "副本集": "ReplicaSet", "分片集群": "Sharded Cluster", "主从管理": "HA Management", + "DB 重命名:database 重命名": "DB Rename:database rename", "这行勿动!新增翻译请在上一行添加!": "" } diff --git a/dbm-ui/frontend/src/locales/zh-cn.json b/dbm-ui/frontend/src/locales/zh-cn.json index 3f49dab410..6ede19b15e 100644 --- a/dbm-ui/frontend/src/locales/zh-cn.json +++ b/dbm-ui/frontend/src/locales/zh-cn.json @@ -1757,7 +1757,7 @@ "TendbCluster分布式集群实例详情name": "TendbCluster 分布式集群实例详情【{name}】", "请输入单个源 DB 名": "请输入单个源 DB 名", "DB 重命名": "DB 重命名", - "运维 Spider 管理": "运维 Spider 管理", + "运维节点管理": "运维节点管理", "添加运维节点": "添加运维节点", "数据校验修复:对集群的主库和从库进行数据一致性校验和修复,其中 MyISAM 引擎库表不会被校验和修复": "数据校验修复:对集群的主库和从库进行数据一致性校验和修复,其中 MyISAM 引擎库表不会被校验和修复", "校验范围": "校验范围", @@ -1781,7 +1781,7 @@ "检查业务来源的连接": "检查业务来源的连接", "检查主从同步延迟": "检查主从同步延迟", "检查主从数据校验结果": "检查主从数据校验结果", - "源 DB 名": "源 DB 名", + "原 DB 名": "原 DB 名", "新 DB 名": "新 DB 名", "DB 重命名:database 重命名": "DB 重命名:database 重命名", "DB 实例权限克隆": "DB 实例权限克隆", diff --git a/dbm-ui/frontend/src/views/db-manage/mysql/db-rename/pages/page1/components/RenderData/Index.vue b/dbm-ui/frontend/src/views/db-manage/mysql/db-rename/pages/page1/components/RenderData/Index.vue index 8fd57b0a80..4994273fe0 100644 --- a/dbm-ui/frontend/src/views/db-manage/mysql/db-rename/pages/page1/components/RenderData/Index.vue +++ b/dbm-ui/frontend/src/views/db-manage/mysql/db-rename/pages/page1/components/RenderData/Index.vue @@ -28,10 +28,10 @@ - {{ t('源 DB 名') }} + {{ t('原 DB 名') }} - {{ t('源 DB 名') }} + {{ t('原 DB 名') }} - {{ t('源 DB 名') }} + {{ t('原 DB 名') }}