[Loc] update to xlf and resx for 9/8/2022 (#1680)

This commit is contained in:
Alex Ma
2022-09-08 14:30:44 -07:00
committed by GitHub
parent c2b0e33c9c
commit 2b7f1d2605
20 changed files with 422 additions and 422 deletions

View File

@@ -3887,76 +3887,76 @@
<value>이름이 '{0}'인 계산 열은 외래 키 '{1}'의 일부여야 합니다.</value>
</data>
<data name="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription" xml:space="preserve">
<value>Hash index with name '{0}' is not supported on a non memory-optimized table.</value>
<value>이름이 '{0}'인 해시 인덱스가 메모리 최적화 테이블이 아닌 테이블에서 지원되지 않습니다.</value>
</data>
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
<value>Hash index '{0}' does not have a bucket count.</value>
<value>'{0}' 해시 인덱스에 버킷 수가 없습니다.</value>
</data>
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
<value>Whether the index is a hash index</value>
<value>인덱스가 해시 인덱스인지 여부입니다.</value>
</data>
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
<value>Is Hash</value>
<value>해시 여부</value>
</data>
<data name="IndexBucketCountPropertyDescription" xml:space="preserve">
<value>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </value>
<value>해시 인덱스의 버킷 수입니다. 값은 항상 다음 2의 거듭제곱으로 자동으로 반올림됩니다. </value>
</data>
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
<value>Bucket Count</value>
<value>버킷 수</value>
</data>
<data name="HashIndexGroupTitle" xml:space="preserve">
<value>Hash Index</value>
<value>해시 인덱스</value>
</data>
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
<value>Name</value>
<value>이름</value>
</data>
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
<value>Name of the column store index</value>
<value>열 저장소 인덱스의 이름</value>
</data>
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
<value>Description</value>
<value>설명</value>
</data>
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
<value>Description of the column store index</value>
<value>열 저장소 인덱스 설명</value>
</data>
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
<value>Whether the column store index is clustered.</value>
<value>열 저장소 인덱스가 클러스터형인지 여부입니다.</value>
</data>
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
<value>Is Clustered</value>
<value>클러스터형 여부</value>
</data>
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
<value>Filter predicate of the column store index</value>
<value>열 저장소 인덱스의 필터 조건자</value>
</data>
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
<value>Filter Predicate</value>
<value>필터 조건자</value>
</data>
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
<value>Columns in this column store index</value>
<value>이 열 저장소 인덱스에 있는 열</value>
</data>
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
<value>Columns</value>
<value></value>
</data>
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
<value>Add Column</value>
<value>열 추가</value>
</data>
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
<value>Column</value>
<value></value>
</data>
<data name="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription" xml:space="preserve">
<value>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</value>
<value>이름이 '{0}'인 열이 클러스터형이 아닌 '{1}' 열 저장소 인덱스에 이미 추가되었습니다. 행 번호: {2}.</value>
</data>
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
<value>Column Store Indexes</value>
<value>열 저장소 인덱스</value>
</data>
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
<value>Column Store Index</value>
<value>열 저장소 인덱스</value>
</data>
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
<value>New Column Store Index</value>
<value>새 열 저장 인덱스</value>
</data>
<data name="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription" xml:space="preserve">
<value>Non-clustered column store index '{0}' does not have any columns associated with it.</value>
<value>클러스터형이 아닌 '{0}' 열 저장소 인덱스에 연결된 열이 없습니다.</value>
</data>
<data name="TableDesignerConfirmationText" xml:space="preserve">
<value>요약을 읽고 잠재적인 위험을 이해했습니다.</value>