mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Loc] added string changes (#1712)
This commit is contained in:
@@ -6408,8 +6408,8 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexNamePropertyDescription">
|
||||
<source>Name of the column store index</source>
|
||||
<target state="translated">Имя индекса хранилища столбцов</target>
|
||||
<source>Name of the columnstore index</source>
|
||||
<target state="translated">Имя индекса columnstore</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyTitle">
|
||||
@@ -6418,13 +6418,13 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexDescriptionPropertyDescription">
|
||||
<source>Description of the column store index</source>
|
||||
<target state="translated">Описание индекса хранения столбцов</target>
|
||||
<source>Description of the columnstore index</source>
|
||||
<target state="translated">Описание индекса columnstore</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyDescription">
|
||||
<source>Whether the column store index is clustered.</source>
|
||||
<target state="translated">Является ли индекс хранилища столбцов кластеризованным.</target>
|
||||
<source>Whether the columnstore index is clustered.</source>
|
||||
<target state="translated">Является ли индекс columnstore кластерированным.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexIsClusteredPropertyTitle">
|
||||
@@ -6433,8 +6433,8 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyDescription">
|
||||
<source>Filter predicate of the column store index</source>
|
||||
<target state="translated">Предикат фильтра индекса хранилища столбцов</target>
|
||||
<source>Filter predicate of the columnstore index</source>
|
||||
<target state="translated">Предикат фильтра индекса columnstore</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexFilterPredicatePropertyTitle">
|
||||
@@ -6443,8 +6443,8 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsPropertyDescription">
|
||||
<source>Columns in this column store index</source>
|
||||
<target state="translated">Столбцы в индексе хранения столбцов</target>
|
||||
<source>Columns in this columnstore index</source>
|
||||
<target state="translated">Столбцы в этом индексе columnstore</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ColumnStoreIndexColumnsGroupTitle">
|
||||
@@ -6463,29 +6463,29 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<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="translated">Столбец с именем "{0}" уже добавлен в некластеризованный индекс хранилища столбцов "{1}". Номер строки: {2}.</target>
|
||||
<source>Column with name '{0}' has already been added to the non-clustered columnstore index '{1}'. Row number: {2}.</source>
|
||||
<target state="translated">Столбец с именем "{0}" уже добавлен в некластеризованный индекс columnstore "{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="translated">Индексы хранилища столбцов</target>
|
||||
<source>Columnstore Indexes</source>
|
||||
<target state="translated">Индексы columnstore</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="TableDesignerColumnStoreIndexObjectType">
|
||||
<source>Column Store Index</source>
|
||||
<target state="translated">Индекс хранилища столбцов</target>
|
||||
<source>Columnstore Index</source>
|
||||
<target state="translated">Индекс columnstore</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="AddNewColumnStoreIndexLabel">
|
||||
<source>New Column Store Index</source>
|
||||
<target state="translated">Добавить новый индекс хранилища столбцов</target>
|
||||
<source>New Columnstore Index</source>
|
||||
<target state="translated">Новый индекс columnstore</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="translated">Некластеризованный индекс хранения столбцов "{0}" не имеет связанных с ним столбцов.</target>
|
||||
<source>Non-clustered columnstore index '{0}' does not have any columns associated with it.</source>
|
||||
<target state="translated">У некластеризованного индекса columnstore "{0}" нет связанных с ним столбцов.</target>
|
||||
<note>.
|
||||
Parameters: 0 - indexName (string) </note>
|
||||
</trans-unit>
|
||||
@@ -6494,6 +6494,11 @@ The Query Processor estimates that implementing the following index could improv
|
||||
<target state="translated">Я прочел сводку и понимаю возможные риски.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
<trans-unit id="ErrorConnectionNotFound">
|
||||
<source>The connection could not be found</source>
|
||||
<target state="translated">Не удалось найти соединение.</target>
|
||||
<note></note>
|
||||
</trans-unit>
|
||||
</body>
|
||||
</file>
|
||||
</xliff>
|
||||
Reference in New Issue
Block a user