Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2555570

This commit is contained in:
olprod
2026-05-19 08:07:10 -07:00
parent fc9c68450a
commit a8b7ad46c1
18 changed files with 306 additions and 36 deletions
+17 -2
View File
@@ -760,7 +760,6 @@
"settings": "設定",
"indexingPolicy": "編製索引原則",
"partitionKeys": "資料分割索引鍵",
"partitionKeysPreview": "磁碟分割索引鍵 (預覽)",
"computedProperties": "計算屬性",
"containerPolicies": "容器原則",
"throughputBuckets": "輸送量貯體",
@@ -895,6 +894,10 @@
},
"partitionKeyEditor": {
"changePartitionKey": "變更 {{partitionKeyName}}",
"confirmCancel1": "You are about to cancel the following copy job.",
"confirmCancel2": "Cancelling will stop the job immediately.",
"confirmComplete1": "You are about to complete the following copy job.",
"confrimComplete2": "Once completed, continuous data copy will stop after any pending documents are processed. To maintain data integrity, we recommend stopping updates to the source container before completing the job.",
"currentPartitionKey": "目前的 {{partitionKeyName}}",
"partitioning": "資料分割",
"hierarchical": "階層式",
@@ -1033,6 +1036,7 @@
"description": "線上容器複製工作可讓您使用 [所有版本和刪除](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) 變更摘要,將資料從來源容器複製到目的地 Cosmos DB NoSQL API 容器。這可讓您在複製資料的同時,繼續對來源進行更新。最後需要短暫停機,才能安全地將用戶端應用程式切換到目的地容器。深入了解 [線上複製工作](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)。"
}
},
"migrationTypeTitle": "Migration type",
"selectContainers": {
"description": "請選取來源容器和要複製到的目的地容器。",
"sourceContainerSubHeading": "來源容器",
@@ -1117,7 +1121,8 @@
"buttonText": "啟用線上複製",
"validateAllVersionsAndDeletesChangeFeedSpinnerLabel": "驗證所有版本與刪除的變更摘要模式 (預覽)...",
"enablingAllVersionsAndDeletesChangeFeedSpinnerLabel": "啟用所有版本與刪除的變更摘要模式 (預覽)...",
"enablingOnlineCopySpinnerLabel": "正在啟用您「{{accountName}}」帳戶的線上複製..."
"enablingOnlineCopySpinnerLabel": "正在啟用您「{{accountName}}」帳戶的線上複製...",
"onlineMigrationPrerequisitesMessage": "Online migration prerequisites must be enabled before proceeding."
},
"monitorJobs": {
"columns": {
@@ -1152,6 +1157,16 @@
"confirmButtonText": "確認",
"cancelButtonText": "取消"
}
},
"dataTransfers": {
"polling": {
"cancelConsoleMessage": "Data transfer job \"{{jobName}}\" cancelled",
"completedConsoleMessage": "Data transfer job \"{{jobName}}\" completed",
"defaultErrorMessage": "Operation could not be completed",
"errorConsoleMessage": "Data transfer job \"{{jobName}}\" failed: {{errorMessage}}",
"pauseConsoleMessage": "Data transfer job \"{{jobName}}\" paused",
"retryConsoleMessage": "Data transfer job \"{{jobName}}\" in progress, total count: {{totalCount}}, processed count: {{processedCount}}"
}
}
}
}