Skip to content

Commit

Permalink
feat: modify tip
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Dec 5, 2024
1 parent 94935e5 commit 07b4cd2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/must/strings/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/must/strings/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "默认",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/must/strings/zh-TW.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "默認",
Expand Down

0 comments on commit 07b4cd2

Please sign in to comment.