Skip to content

Commit 273fa3c

Browse files
committed
chore: blg import
1 parent 592b96b commit 273fa3c

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

src/locales/must/strings/en-US.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5797,6 +5797,7 @@
57975797
"src.page.Console.A0F9F190": "Manage and modify sharded databases and tables via ODC",
57985798
"src.page.Console.7BD8C2BB": "Data masking and control practices",
57995799
"src.page.Console.343BA069": "Tips for SQL development",
5800+
"src.page.Console.components.ScheduleItem.4E8811DF": "Enabled",
58005801
"src.page.Console.components.ScheduleItem.728A17A0": "Enabled",
58015802
"src.page.Console.components.ScheduleItem.1ADBD842": "Executed in Total",
58025803
"src.page.Console.components.ScheduleItem.6F6BDC9E": "Failed",
@@ -5865,7 +5866,7 @@
58655866
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.AA5160C7": "New partition values will increment from the current maximum partition value.",
58665867
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.7BE0F4B2": "Meaning",
58675868
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.88F8B3BE": "Please select",
5868-
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.3174105E": "Enter the format.",
5869+
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.3174105E": "Enter the format",
58695870
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.9C8C52CF": "Enter the format, which must be consistent with the field content.",
58705871
"src.component.Task.component.MaxAllowedDirtyRowCount.85595161": "Data to Be Skipped without Cleaning",
58715872
"src.component.Task.component.MaxAllowedDirtyRowCount.C85AB990": "Set the number of data rows to skip that do not need to be cleaned.",
@@ -5876,9 +5877,9 @@
58765877
"src.component.Task.component.JoinTableConfigsModal.24B9E931": "Associated Table",
58775878
"src.component.Task.component.JoinTableConfigsModal.B97ACBEB": "Associated Table Name",
58785879
"src.component.Task.component.JoinTableConfigsModal.8ED2D92E": "Join Conditions",
5879-
"src.component.Task.component.JoinTableConfigsModal.4DC642F8": "Enter the table name.",
5880+
"src.component.Task.component.JoinTableConfigsModal.4DC642F8": "Enter the table name",
58805881
"src.component.Task.component.JoinTableConfigsModal.3693087B": "Please enter",
5881-
"src.component.Task.component.JoinTableConfigsModal.DD1AB5CB": "Enter the join conditions.",
5882+
"src.component.Task.component.JoinTableConfigsModal.DD1AB5CB": "Enter the join conditions",
58825883
"src.component.Task.component.JoinTableConfigsModal.4DB23955": "Enter an expression, such as tableA.col1=tableB.col2.",
58835884
"src.component.Task.component.JoinTableConfigsModal.7A66FCAE": "Remove",
58845885
"src.component.Task.component.JoinTableConfigsModal.A7BA6701": "Filter Conditions",
@@ -5906,13 +5907,13 @@
59065907
"src.component.Task.AsyncTask.CreateModal.4F14EA28": "Estimated number of rows affected by DML statements: {LogicalExpression0}",
59075908
"src.component.Task.AsyncTask.CreateModal.06DB3655": "Do not exceed the maximum number of entries per query {max}.",
59085909
"src.component.Task.ApplyDatabasePermission.CreateModal.2B85A3B7": "Permission application for multiple databases may be split into multiple tickets for approval. You can select a maximum of 10 databases.",
5909-
"src.component.Task.ApplyDatabasePermission.CreateModal.6921F0B1": "Select databases.",
5910+
"src.component.Task.ApplyDatabasePermission.CreateModal.6921F0B1": "Select databases",
59105911
"src.component.SQLConfig.5E06ED93": "Do not exceed the maximum number of entries per query.",
5911-
"src.component.ODCSetting.B7CA4CA1": "Enter the default number of entries per query.",
5912+
"src.component.ODCSetting.B7CA4CA1": "Enter the default number of entries per query",
59125913
"src.component.ODCSetting.5127321B": "Do not exceed {sessionQueryLimit}.",
59135914
"src.component.ODCSetting.A8E22CC2": "Do not exceed {queryLimit}.",
59145915
"src.component.ODCSetting.4C8CC366": "Do not exceed 100000.",
5915-
"src.component.ODCSetting.DD41DED4": "Enter the maximum number of entries per query.",
5916+
"src.component.ODCSetting.DD41DED4": "Enter the maximum number of entries per query",
59165917
"src.component.ODCSetting.6BCFD6DD": "Users",
59175918
"src.component.ODCSetting.47586FD4": "Personal Workspaces",
59185919
"src.component.ODCSetting.AC147B83": "Team Workspace",
@@ -5970,5 +5971,10 @@
59705971
"src.component.ConnectionPopover.16ED170C": "Project: ",
59715972
"src.component.CommonTable.component.2343D924": "Remarks must not exceed 100 characters.",
59725973
"src.common.network.7B0A4820": "Batch Download Failed",
5973-
"src.common.network.F390612A": "You can download a maximum of {MAX_DOWNLOAD_COUNT} scripts in a batch. Please deselct some scripts before downloading."
5974+
"src.common.network.F390612A": "You can download a maximum of {MAX_DOWNLOAD_COUNT} scripts in a batch. Please deselct some scripts before downloading.",
5975+
"src.page.Datasource.Info.ChangeProjectModal.1FCE3834": "Changing a database's associated project or admin using this option will invalidate existing permission assignments. To change admins without affecting permissions, use the Assign Database Admin option instead.",
5976+
"src.page.Console.4F75D3F9": "OceanBase historical database solutions",
5977+
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.13B22678": "yyyy-MM-dd HH:mm:ss",
5978+
"src.component.Task.LogicDatabaseAsyncTask.CreateModal.C53810BF": "Comment parsing is currently unsupported for logical database changes. Adding comments may cause SQL statement parsing exceptions.",
5979+
"src.component.CommonTable.2363A9C8": "Display Periodic Execution Tasks Only"
59745980
}

src/locales/must/strings/zh-TW.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5971,5 +5971,10 @@
59715971
"src.component.ConnectionPopover.16ED170C": "項目:",
59725972
"src.component.CommonTable.component.2343D924": "備註不允許超過 100 個字元",
59735973
"src.common.network.7B0A4820": "批量下載失敗",
5974-
"src.common.network.F390612A": "最多支援批量下載 {MAX_DOWNLOAD_COUNT} 個腳本,建議先取消選擇部分腳本"
5974+
"src.common.network.F390612A": "最多支援批量下載 {MAX_DOWNLOAD_COUNT} 個腳本,建議先取消選擇部分腳本",
5975+
"src.page.Datasource.Info.ChangeProjectModal.1FCE3834": "透過該入口修改庫所屬專案或庫管理員會導致針對該庫的庫權限分配失效。若只需修改庫管理員且希望庫權限分配不受影響,可透過【設定庫管理員】入口進行調整。",
5976+
"src.page.Console.4F75D3F9": "OceanBase 歷史庫解決方案",
5977+
"src.component.Task.component.PartitionPolicyFormTable.RuleFormItem.13B22678": "yyyy年MM月dd日 HH:mm:ss",
5978+
"src.component.Task.LogicDatabaseAsyncTask.CreateModal.C53810BF": "邏輯庫變更內容暫不支援註解解析,編寫註解可能會導致 SQL 語句解析異常。",
5979+
"src.component.CommonTable.2363A9C8": "僅展示週期執行任務"
59755980
}

0 commit comments

Comments
 (0)