mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-14 18:47:44 -05:00
[Loc] update to xlf and resx for 9/8/2022 (#1680)
This commit is contained in:
@@ -3887,76 +3887,76 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
||||
<value>Die berechnete Spalte mit dem Namen „{0}“ muss beibehalten werden, um Teil des Fremdschlüssels „{1}“ zu sein.</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>Der Hashindex mit dem Namen "{0}" wird für eine nicht speicheroptimierte Tabelle nicht unterstützt.</value>
|
||||
</data>
|
||||
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
|
||||
<value>Hash index '{0}' does not have a bucket count.</value>
|
||||
<value>Der Hashindex "{0}" weist keine Bucketanzahl auf.</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the index is a hash index</value>
|
||||
<value>Gibt an, ob der Index ein Hashindex ist.</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
|
||||
<value>Is Hash</value>
|
||||
<value>Ist Hash</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>Bucketanzahl des Hashindexes. Beachten Sie, dass der Wert immer automatisch auf die nächste Potenz von 2 aufgerundet wird. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Bucket Count</value>
|
||||
<value>Bucketanzahl</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
<value>Hashindex</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
<value>Name des Columnstore-Index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
<value>Beschreibung</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
|
||||
<value>Description of the column store index</value>
|
||||
<value>Beschreibung des Columnstore-Index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
<value>Gibt an, ob der Columnstore-Index gruppiert ist.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>Is Clustered</value>
|
||||
<value>Ist Gruppiert</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
<value>Das Filterprädikat des Columnstore-Index.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Filter Predicate</value>
|
||||
<value>Filterprädikat</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
<value>Spalten in diesem Columnstore-Index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Columns</value>
|
||||
<value>Spalten</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
|
||||
<value>Add Column</value>
|
||||
<value>Spalte hinzufügen</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
|
||||
<value>Column</value>
|
||||
<value>Spalte</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>Die Spalte mit dem Namen "{0}" wurde dem nicht gruppierten Columnstore-Index {1} bereits hinzugefügt. Zeilennummer: {2}.</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Column Store Indexes</value>
|
||||
<value>Columnstore-Indizes</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
|
||||
<value>Column Store Index</value>
|
||||
<value>Columnstore-Index</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
<value>Neuer ColumnStore-Index</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>Dem nicht gruppierten Columnstore-Index "{0}" sind keine Spalten zugeordnet.</value>
|
||||
</data>
|
||||
<data name="TableDesignerConfirmationText" xml:space="preserve">
|
||||
<value>Ich habe die Zusammenfassung gelesen und bin mir der potenziellen Risiken bewusst.</value>
|
||||
|
||||
@@ -3902,19 +3902,19 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<value>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Bucket Count</value>
|
||||
<value>Número de cubos</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
<value>Nombre</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
<value>Descripción</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
|
||||
<value>Description of the column store index</value>
|
||||
@@ -3923,34 +3923,34 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>Is Clustered</value>
|
||||
<value>En clúster</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Filter Predicate</value>
|
||||
<value>Predicado de filtro</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Columns</value>
|
||||
<value>Columnas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
|
||||
<value>Add Column</value>
|
||||
<value>Agregar columna</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
|
||||
<value>Column</value>
|
||||
<value>Columna</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>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Column Store Indexes</value>
|
||||
<value>Índices de almacenamiento de columnas</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
|
||||
<value>Column Store Index</value>
|
||||
<value>Índice de almacenamiento de columnas</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
|
||||
@@ -3902,13 +3902,13 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
<value>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Bucket Count</value>
|
||||
<value>Nombre de compartiments</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
<value>Nom</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
@@ -3923,34 +3923,34 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>Is Clustered</value>
|
||||
<value>Est en cluster</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Filter Predicate</value>
|
||||
<value>Prédicat de Filtre</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Columns</value>
|
||||
<value>Colonnes</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
|
||||
<value>Add Column</value>
|
||||
<value>Ajouter une colonne</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
|
||||
<value>Column</value>
|
||||
<value>Colonne</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>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Column Store Indexes</value>
|
||||
<value>Index de banque de colonnes</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
|
||||
<value>Column Store Index</value>
|
||||
<value>Stockage de colonnes d'index</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
|
||||
@@ -3887,76 +3887,76 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
||||
<value>La colonna calcolata denominata '{0}' deve essere resa persistente per far parte della chiave esterna '{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>L'indice hash denominato '{0}' non è supportato in una tabella non ottimizzata per la memoria.</value>
|
||||
</data>
|
||||
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
|
||||
<value>Hash index '{0}' does not have a bucket count.</value>
|
||||
<value>L'indice hash '{0}' non ha un numero di bucket.</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the index is a hash index</value>
|
||||
<value>Indica se l'indice è un indice hash</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
|
||||
<value>Is Hash</value>
|
||||
<value>È hash</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>Numero di bucket dell'indice hash. Si noti che il valore verrà sempre arrotondato automaticamente alla potenza successiva di 2. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Bucket Count</value>
|
||||
<value>Numero di bucket</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
<value>Indice hash</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
<value>Nome</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
<value>Nome dell'indice dell'archivio colonne</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
<value>Descrizione</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
|
||||
<value>Description of the column store index</value>
|
||||
<value>Descrizione dell'indice dell'archivio colonne</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
<value>Indica se l'indice dell'archivio colonne è cluster.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>Is Clustered</value>
|
||||
<value>In cluster</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
<value>Predicato di filtro dell'indice dell'archivio colonne</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Filter Predicate</value>
|
||||
<value>Predicato del filtro</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
<value>Colonne in questo indice dell'archivio colonne</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Columns</value>
|
||||
<value>Colonne</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
|
||||
<value>Add Column</value>
|
||||
<value>Aggiungi colonna</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
|
||||
<value>Column</value>
|
||||
<value>Colonna</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>La colonna denominata '{0}' è già stata aggiunta all'indice dell'archivio colonne non cluster '{1}'. Numero di riga: {2}.</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Column Store Indexes</value>
|
||||
<value>Indici dell'archivio colonne</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
|
||||
<value>Column Store Index</value>
|
||||
<value>Indice archivio colonne</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
<value>Aggiungi nuovo indice archivio colonne</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>All'indice dell'archivio colonne non cluster '{0}' non sono associate colonne.</value>
|
||||
</data>
|
||||
<data name="TableDesignerConfirmationText" xml:space="preserve">
|
||||
<value>Ho letto il riepilogo e ho compreso i potenziali rischi.</value>
|
||||
|
||||
@@ -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>ハッシュ インデックスのバケット数。値は常に次の二乗に自動的に切り上げられます。 </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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -3887,76 +3887,76 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
||||
<value>A coluna computada com o nome '{0}' deve ser persistida para fazer parte da chave estrangeira '{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>O índice de hash com o nome '{0}' não tem suporte em uma tabela não otimizada para memória.</value>
|
||||
</data>
|
||||
<data name="HashIndexMustHaveBucketCountRuleDescription" xml:space="preserve">
|
||||
<value>Hash index '{0}' does not have a bucket count.</value>
|
||||
<value>O índice de hash '{0}' não tem um número de buckets.</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the index is a hash index</value>
|
||||
<value>Se o índice é um índice de hash</value>
|
||||
</data>
|
||||
<data name="IndexIsHashPropertyTitle" xml:space="preserve">
|
||||
<value>Is Hash</value>
|
||||
<value>É hash</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>Número de buckets do índice de hash, observe que o valor sempre será arredondado automaticamente para a próxima potência de 2. </value>
|
||||
</data>
|
||||
<data name="IndexBucketCountPropertyTitle" xml:space="preserve">
|
||||
<value>Bucket Count</value>
|
||||
<value>Número de buckets</value>
|
||||
</data>
|
||||
<data name="HashIndexGroupTitle" xml:space="preserve">
|
||||
<value>Hash Index</value>
|
||||
<value>Índice de hash</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyTitle" xml:space="preserve">
|
||||
<value>Name</value>
|
||||
<value>Nome</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexNamePropertyDescription" xml:space="preserve">
|
||||
<value>Name of the column store index</value>
|
||||
<value>Nome do índice do repositório de colunas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyTitle" xml:space="preserve">
|
||||
<value>Description</value>
|
||||
<value>Descrição</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexDescriptionPropertyDescription" xml:space="preserve">
|
||||
<value>Description of the column store index</value>
|
||||
<value>Descrição do índice do repositório de colunas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyDescription" xml:space="preserve">
|
||||
<value>Whether the column store index is clustered.</value>
|
||||
<value>Se o índice de repositório de colunas está clusterizado.</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexIsClusteredPropertyTitle" xml:space="preserve">
|
||||
<value>Is Clustered</value>
|
||||
<value>Está Clusterizado</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyDescription" xml:space="preserve">
|
||||
<value>Filter predicate of the column store index</value>
|
||||
<value>Predicado do filtro de índice do repositório de colunas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexFilterPredicatePropertyTitle" xml:space="preserve">
|
||||
<value>Filter Predicate</value>
|
||||
<value>Predicado do Filtro</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsPropertyDescription" xml:space="preserve">
|
||||
<value>Columns in this column store index</value>
|
||||
<value>As colunas nesse índice do repositório de colunas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnsGroupTitle" xml:space="preserve">
|
||||
<value>Columns</value>
|
||||
<value>Colunas</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexAddColumn" xml:space="preserve">
|
||||
<value>Add Column</value>
|
||||
<value>Adicionar Coluna</value>
|
||||
</data>
|
||||
<data name="ColumnStoreIndexColumnPropertyName" xml:space="preserve">
|
||||
<value>Column</value>
|
||||
<value>Coluna</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>A coluna com o nome '{0}' já foi adicionada ao índice do repositório de colunas não clusterizadas '{1}'. Número da linha: {2}.</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexesTableTitle" xml:space="preserve">
|
||||
<value>Column Store Indexes</value>
|
||||
<value>Índices do Repositório de Colunas</value>
|
||||
</data>
|
||||
<data name="TableDesignerColumnStoreIndexObjectType" xml:space="preserve">
|
||||
<value>Column Store Index</value>
|
||||
<value>Índice de Repositório de Coluna</value>
|
||||
</data>
|
||||
<data name="AddNewColumnStoreIndexLabel" xml:space="preserve">
|
||||
<value>New Column Store Index</value>
|
||||
<value>Novo Índice do Repositório de Colunas</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>O índice do repositório de colunas não clusterizadas '{0}' não tem nenhuma coluna associada a ele.</value>
|
||||
</data>
|
||||
<data name="TableDesignerConfirmationText" xml:space="preserve">
|
||||
<value>Li o resumo e entendo os riscos potenciais.</value>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">Der Hashindex mit dem Namen "{0}" wird für eine nicht speicheroptimierte Tabelle nicht unterstützt.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">Der Hashindex "{0}" weist keine Bucketanzahl auf.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">Gibt an, ob der Index ein Hashindex ist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">Ist Hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">Bucketanzahl des Hashindexes. Beachten Sie, dass der Wert immer automatisch auf die nächste Potenz von 2 aufgerundet wird. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">Bucketanzahl</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">Hashindex</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">Name</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">Name des Columnstore-Index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">Beschreibung</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">Beschreibung des Columnstore-Index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">Gibt an, ob der Columnstore-Index gruppiert ist.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">Ist Gruppiert</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">Das Filterprädikat des Columnstore-Index.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">Filterprädikat</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">Spalten in diesem Columnstore-Index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">Spalten</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">Spalte hinzufügen</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">Spalte</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">Die Spalte mit dem Namen "{0}" wurde dem nicht gruppierten Columnstore-Index {1} bereits hinzugefügt. Zeilennummer: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">Columnstore-Indizes</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">Columnstore-Index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">Neuer ColumnStore-Index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">Dem nicht gruppierten Columnstore-Index "{0}" sind keine Spalten zugeordnet.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6389,7 +6389,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">Número de cubos</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
@@ -6399,7 +6399,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">Nombre</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
@@ -6409,7 +6409,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">Descripción</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
@@ -6424,7 +6424,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">En clúster</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
@@ -6434,7 +6434,7 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">Predicado de filtro</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
@@ -6444,17 +6444,17 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">Columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">Agregar columna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">Columna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
@@ -6465,12 +6465,12 @@ El procesador de consultas estima que la implementación del siguiente índice p
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">Índices de almacenamiento de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">Índice de almacenamiento de columnas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
|
||||
@@ -6389,7 +6389,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">Nombre de compartiments</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
@@ -6399,7 +6399,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">Nom</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
@@ -6409,7 +6409,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">Description</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
@@ -6424,7 +6424,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">Est en cluster</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
@@ -6434,7 +6434,7 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">Prédicat de Filtre</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
@@ -6444,17 +6444,17 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">Colonnes</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">Ajouter une colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">Colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
@@ -6465,12 +6465,12 @@ Le processeur de requêtes estime que l'implémentation de l'index suivant peut
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">Index de banque de colonnes</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">Stockage de colonnes d'index</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
|
||||
@@ -6362,125 +6362,125 @@ Query Processor stima che l'implementazione del seguente indice potrebbe miglior
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">L'indice hash denominato '{0}' non è supportato in una tabella non ottimizzata per la memoria.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">L'indice hash '{0}' non ha un numero di bucket.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">Indica se l'indice è un indice hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">È hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">Numero di bucket dell'indice hash. Si noti che il valore verrà sempre arrotondato automaticamente alla potenza successiva di 2. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">Numero di bucket</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">Indice hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">Nome</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">Nome dell'indice dell'archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">Descrizione</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">Descrizione dell'indice dell'archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">Indica se l'indice dell'archivio colonne è cluster.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">In cluster</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">Predicato di filtro dell'indice dell'archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">Predicato del filtro</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">Colonne in questo indice dell'archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">Colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">Aggiungi colonna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">Colonna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">La colonna denominata '{0}' è già stata aggiunta all'indice dell'archivio colonne non cluster '{1}'. Numero di riga: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">Indici dell'archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">Indice archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">Aggiungi nuovo indice archivio colonne</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">All'indice dell'archivio colonne non cluster '{0}' non sono associate colonne.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ The Query Processor estimates that implementing the following index could improv
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">'{0}' という名前のハッシュ インデックスは、非メモリ最適化テーブルではサポートされていません。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">ハッシュ インデックス '{0}' にはバケット数がありません。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">インデックスがハッシュ インデックスであるかどうか</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">ハッシュ</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">ハッシュ インデックスのバケット数。値は常に次の二乗に自動的に切り上げられます。 </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">バケット数</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">ハッシュ インデックス</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">名前</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">列ストア インデックスの名前</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">説明</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">列ストア インデックスの説明</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">列ストア インデックスがクラスター化されているかどうか。</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">クラスター化</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">列ストア インデックスのフィルター述語</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">フィルター述語</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">この列ストア インデックスの列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">列の追加</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">'{0}' という名前の列は、クラスター化されていない列ストア インデックス '{1}' に既に追加されています。行番号: {2}。</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">列ストア インデックス</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">列ストア インデックス</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">新しい列ストア インデックス</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">クラスター化されていない列ストア インデックス '{0}' には、列が関連付けされていません。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ The Query Processor estimates that implementing the following index could improv
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">이름이 '{0}'인 해시 인덱스가 메모리 최적화 테이블이 아닌 테이블에서 지원되지 않습니다.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">'{0}' 해시 인덱스에 버킷 수가 없습니다.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">인덱스가 해시 인덱스인지 여부입니다.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">해시 여부</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">해시 인덱스의 버킷 수입니다. 값은 항상 다음 2의 거듭제곱으로 자동으로 반올림됩니다. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">버킷 수</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">해시 인덱스</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">이름</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">열 저장소 인덱스의 이름</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">설명</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">열 저장소 인덱스 설명</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">열 저장소 인덱스가 클러스터형인지 여부입니다.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">클러스터형 여부</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">열 저장소 인덱스의 필터 조건자</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">필터 조건자</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">이 열 저장소 인덱스에 있는 열</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">열</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">열 추가</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">열</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">이름이 '{0}'인 열이 클러스터형이 아닌 '{1}' 열 저장소 인덱스에 이미 추가되었습니다. 행 번호: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">열 저장소 인덱스</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">열 저장소 인덱스</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">새 열 저장 인덱스</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">클러스터형이 아닌 '{0}' 열 저장소 인덱스에 연결된 열이 없습니다.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ O Processador de Consultas estima que a implementação do índice a seguir pode
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">O índice de hash com o nome '{0}' não tem suporte em uma tabela não otimizada para memória.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">O índice de hash '{0}' não tem um número de buckets.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">Se o índice é um índice de hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">É hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">Número de buckets do índice de hash, observe que o valor sempre será arredondado automaticamente para a próxima potência de 2. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">Número de buckets</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">Índice de hash</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">Nome</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">Nome do índice do repositório de colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">Descrição</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">Descrição do índice do repositório de colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">Se o índice de repositório de colunas está clusterizado.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">Está Clusterizado</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">Predicado do filtro de índice do repositório de colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">Predicado do Filtro</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">As colunas nesse índice do repositório de colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">Colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">Adicionar Coluna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">Coluna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">A coluna com o nome '{0}' já foi adicionada ao índice do repositório de colunas não clusterizadas '{1}'. Número da linha: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">Índices do Repositório de Colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">Índice de Repositório de Coluna</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">Novo Índice do Repositório de Colunas</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">O índice do repositório de colunas não clusterizadas '{0}' não tem nenhuma coluna associada a ele.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ The Query Processor estimates that implementing the following index could improv
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">Хэш-индекс с именем "{0}" не поддерживается в таблице, не оптимизированной для памяти.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">Хэш-индекс "{0}" не имеет числа контейнеров.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">Является ли индекс хэш-индексом</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">В хэше</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">Число контейнеров хэш-индекса. Обратите внимание, что значение всегда будет автоматически округляться до следующей степени 2. </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">Число контейнеров</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">Хэш-индекс</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">Имя</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">Имя индекса хранилища столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">Описание</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">Описание индекса хранения столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">Является ли индекс хранилища столбцов кластеризованным.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">Кластеризованный</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">Предикат фильтра индекса хранилища столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">Фильтр (предикат)</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">Столбцы в индексе хранения столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">Столбцы</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">Добавить столбец</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">Столбец</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">Столбец с именем "{0}" уже добавлен в некластеризованный индекс хранилища столбцов "{1}". Номер строки: {2}.</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">Индексы хранилища столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">Индекс хранилища столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">Добавить новый индекс хранилища столбцов</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">Некластеризованный индекс хранения столбцов "{0}" не имеет связанных с ним столбцов.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ The Query Processor estimates that implementing the following index could improv
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">非内存优化表不支持名为“{0}”的哈希索引。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">哈希索引“{0}”没有桶计数。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">索引是否为哈希索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">是哈希</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">哈希索引的桶计数,请注意,该值将始终自动向上舍入到 2 的下一次幂。 </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">桶计数</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">哈希索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">名称</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">列存储索引的名称</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">描述</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">列存储索引的说明</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">列存储索引是否聚集。</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">为聚集</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">列存储索引的筛选器谓词</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">筛选器谓词</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">此列存储索引中的列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">添加列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">列</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">已将名为“{0}”的列添加到非聚集列存储索引“{1}”。行号: {2}。</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">列存储索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">列存储索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">新的列存储区索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">非聚集列存储索引“{0}”没有任何与其关联的列。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
@@ -6362,125 +6362,125 @@ The Query Processor estimates that implementing the following index could improv
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexNotSupportedInNonMemoryOptimizedTableRuleDescription">
|
||||
<source>Hash index with name '{0}' is not supported on a non memory-optimized table.</source>
|
||||
<target state="new">Hash index with name '{0}' is not supported on a non memory-optimized table.</target>
|
||||
<target state="translated">未經記憶體最佳化的資料表不支援名稱為 '{0}' 的雜湊索引。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexMustHaveBucketCountRuleDescription">
|
||||
<source>Hash index '{0}' does not have a bucket count.</source>
|
||||
<target state="new">Hash index '{0}' does not have a bucket count.</target>
|
||||
<target state="translated">雜湊索引 '{0}' 沒有貯體計數。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyDescription">
|
||||
<source>Whether the index is a hash index</source>
|
||||
<target state="new">Whether the index is a hash index</target>
|
||||
<target state="translated">索引是否為雜湊索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexIsHashPropertyTitle">
|
||||
<source>Is Hash</source>
|
||||
<target state="new">Is Hash</target>
|
||||
<target state="translated">是雜湊</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyDescription">
|
||||
<source>Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </source>
|
||||
<target state="new">Bucket count of the hash index, note the value will always automatically round up to the next power of 2. </target>
|
||||
<target state="translated">雜湊索引的貯體計數,請注意,值一律會自動四捨五入到下一個 2 次方。 </target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="IndexBucketCountPropertyTitle">
|
||||
<source>Bucket Count</source>
|
||||
<target state="new">Bucket Count</target>
|
||||
<target state="translated">貯體計數</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="HashIndexGroupTitle">
|
||||
<source>Hash Index</source>
|
||||
<target state="new">Hash Index</target>
|
||||
<target state="translated">雜湊索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyTitle">
|
||||
<source>Name</source>
|
||||
<target state="new">Name</target>
|
||||
<target state="translated">名稱</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="new">Name of the column store index</target>
|
||||
<target state="translated">資料行存放區索引的名稱</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
<source>Description</source>
|
||||
<target state="new">Description</target>
|
||||
<target state="translated">描述</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="new">Description of the column store index</target>
|
||||
<target state="translated">資料行存放區索引的描述</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="new">Whether the column store index is clustered.</target>
|
||||
<target state="translated">資料行存放區索引是否為叢集。</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
<source>Is Clustered</source>
|
||||
<target state="new">Is Clustered</target>
|
||||
<target state="translated">為叢集</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="new">Filter predicate of the column store index</target>
|
||||
<target state="translated">資料行存放區索引的篩選述詞。</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
<source>Filter Predicate</source>
|
||||
<target state="new">Filter Predicate</target>
|
||||
<target state="translated">篩選述詞</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="new">Columns in this column store index</target>
|
||||
<target state="translated">此資料行存放區索引中的資料行</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
<source>Columns</source>
|
||||
<target state="new">Columns</target>
|
||||
<target state="translated">資料行</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexAddColumn">
|
||||
<source>Add Column</source>
|
||||
<target state="new">Add Column</target>
|
||||
<target state="translated">新增資料行</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnPropertyName">
|
||||
<source>Column</source>
|
||||
<target state="new">Column</target>
|
||||
<target state="translated">資料行</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnCanOnlyAppearOnceInNonClusteredColumnStoreIndexRuleDescription">
|
||||
<source>Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</source>
|
||||
<target state="new">Column with name '{0}' has already been added to the non-clustered column store index '{1}'. Row number: {2}.</target>
|
||||
<target state="translated">名稱為 '{0}' 的資料行已新增至非叢集的資料行存放區索引 '{1}'。列號: {2}。</target>
|
||||
<note>.
|
||||
Parameters: 0 - columnName (string), 1 - indexName (string), 2 - rowNumber (int) </note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexesTableTitle">
|
||||
<source>Column Store Indexes</source>
|
||||
<target state="new">Column Store Indexes</target>
|
||||
<target state="translated">資料行存放區索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="new">Column Store Index</target>
|
||||
<target state="translated">資料行存放區索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="new">New Column Store Index</target>
|
||||
<target state="translated">新增資料行存放區索引</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="NonClusteredColumnStoreIndexMustHaveColumnsRuleDescription">
|
||||
<source>Non-clustered column store index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="new">Non-clustered column store index '{0}' does not have any columns associated with it.</target>
|
||||
<target state="translated">非叢集資料行存放區索引 '{0}' 沒有任何與其相關的資料行。</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user