From 07b4cd26877558e8085fef14a8927a4bef659616 Mon Sep 17 00:00:00 2001 From: xiaokang Date: Thu, 5 Dec 2024 15:05:45 +0800 Subject: [PATCH] feat: modify tip --- src/locales/must/strings/en-US.json | 2 +- src/locales/must/strings/zh-CN.json | 2 +- src/locales/must/strings/zh-TW.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/must/strings/en-US.json b/src/locales/must/strings/en-US.json index 1908aed5..94d8612a 100644 --- a/src/locales/must/strings/en-US.json +++ b/src/locales/must/strings/en-US.json @@ -3861,7 +3861,7 @@ "odc.src.component.Task.DataArchiveTask.CreateModal.PleaseChoose": "Please select", "odc.src.component.Task.NoCurrentWorkOrderView": "No permission to view the current ticket", "odc.src.component.Task.AlterDdlTask.CreateModal.2WhenCreatingA": "2. When creating a ticket and selecting the source table cleanup strategy, it is recommended to retain the source table.", - "odc.src.component.Task.AlterDdlTask.CreateModal.3IfTheOB": "3. If the version of OceanBase Oracle Mode is less than 4.0.0 or the version of OceanBase MySQL Mode is less than 4.3.0, switching table names will lock the specified database account and close the corresponding session. During the table name switch, applications related to the locked account will not be able to access the database. Avoid executing this during peak business hours.", + "odc.src.component.Task.AlterDdlTask.CreateModal.3IfTheOB": "3. Before switching the table name, the specified database account will be locked, and the session corresponding to that account will be closed. During the table name switch, the locked account will prevent the application from accessing the database, so please do not execute this during peak business hours;", "src.component.Task.component.PartitionPolicyTable.F057FAAF": "Sequential Increment", "src.component.Task.StructureComparisonTask.DetailContent.E8DAF6BA": "Actions", "src.page.Datasource.Datasource.NewDatasourceDrawer.Form.Account.445C8BBC": "Default", diff --git a/src/locales/must/strings/zh-CN.json b/src/locales/must/strings/zh-CN.json index 068962a6..babeff05 100644 --- a/src/locales/must/strings/zh-CN.json +++ b/src/locales/must/strings/zh-CN.json @@ -3861,7 +3861,7 @@ "odc.src.component.Task.DataArchiveTask.CreateModal.PleaseChoose": "请选择", "odc.src.component.Task.NoCurrentWorkOrderView": "无当前工单查看权限", "odc.src.component.Task.AlterDdlTask.CreateModal.2WhenCreatingA": "2. 创建工单选择源表清理策略时建议选择保留源表;", - "odc.src.component.Task.AlterDdlTask.CreateModal.3IfTheOB": "3. 若 OceanBase Oracle 模式版本小于 4.0.0 或 OceanBase MySQL 模式版本小于 4.3.0,表名切换之前会锁定您指定的数据库账号,并关闭该账号对应的会话。表名切换期间,锁定账号涉及应用将无法访问数据库,请勿在业务高峰期执行;", + "odc.src.component.Task.AlterDdlTask.CreateModal.3IfTheOB": "3. 表名切换之前会锁定您指定的数据库账号,并关闭该账号对应的会话。表名切换期间,锁定账号涉及应用将无法访问数据库,请勿在业务高峰期执行;", "src.component.Task.component.PartitionPolicyTable.F057FAAF": "顺序递增", "src.component.Task.StructureComparisonTask.DetailContent.E8DAF6BA": "操作", "src.page.Datasource.Datasource.NewDatasourceDrawer.Form.Account.445C8BBC": "默认", diff --git a/src/locales/must/strings/zh-TW.json b/src/locales/must/strings/zh-TW.json index 1b77dd4e..06499455 100644 --- a/src/locales/must/strings/zh-TW.json +++ b/src/locales/must/strings/zh-TW.json @@ -3861,7 +3861,7 @@ "odc.src.component.Task.DataArchiveTask.CreateModal.PleaseChoose": "請選擇", "odc.src.component.Task.NoCurrentWorkOrderView": "無當前工單查看許可權", "odc.src.component.Task.AlterDdlTask.CreateModal.2WhenCreatingA": "2. 建立工單選擇源表清理策略時建議選擇保留源表;", - "odc.src.component.Task.AlterDdlTask.CreateModal.3IfTheOB": "3. 若 OceanBase Oracle 模式版本小於 4.0.0 或 OceanBase MySQL 模式版本小於 4.3.0,表名切換之前會鎖定您指定的資料庫帳號,並關閉該帳號對應的會話。表名切換期間,鎖定帳號涉及應用將無法訪問資料庫,請勿在業務高峰期執行;", + "odc.src.component.Task.AlterDdlTask.CreateModal.3IfTheOB": "3. 表名切換之前會鎖定您指定的資料庫帳號,並關閉該帳號對應的會話。表名切換期間,鎖定帳號涉及應用將無法訪問資料庫,請勿在業務高峰期執行;", "src.component.Task.component.PartitionPolicyTable.F057FAAF": "順序遞增", "src.component.Task.StructureComparisonTask.DetailContent.E8DAF6BA": "操作", "src.page.Datasource.Datasource.NewDatasourceDrawer.Form.Account.445C8BBC": "默認",