mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 07:27:33 +01:00
Localized file check-in by OneLocBuild Task: Build definition ID 13114: Build ID 2555570
This commit is contained in:
@@ -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}}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user