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}}"
}
}
}
}