From e9b926af7526072314e2b85b622235bc7f6c7a23 Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Mon, 24 Jan 2022 10:29:13 -0800 Subject: [PATCH] [Loc] add updated xlfs and resx files to servicelayer. (#1368) * [Loc] update to servicelayer xlfs * [Loc] added updated resx and XLFs to ServiceLayer --- .../Localization/sr.de.resx | 29 +++++++++-- .../Localization/sr.es.resx | 29 +++++++++-- .../Localization/sr.fr.resx | 29 +++++++++-- .../Localization/sr.it.resx | 29 +++++++++-- .../Localization/sr.ja.resx | 29 +++++++++-- .../Localization/sr.ko.resx | 29 +++++++++-- .../Localization/sr.pt-br.resx | 29 +++++++++-- .../Localization/sr.ru.resx | 29 +++++++++-- .../Localization/sr.zh-Hans.resx | 29 +++++++++-- .../Localization/sr.zh-Hant.resx | 29 +++++++++-- .../Localization/transXliff/sr.de.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.es.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.fr.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.it.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.ja.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.ko.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.pt-br.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.ru.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.zh-hans.xlf | 52 +++++++++++++++---- .../Localization/transXliff/sr.zh-hant.xlf | 52 +++++++++++++++---- 20 files changed, 680 insertions(+), 130 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx index 71999ff0..1d585bab 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.de.resx @@ -3499,10 +3499,31 @@ Gibt an, ob die CHECK-Einschränkung aktiviert ist. - - Die Streamingsitzung {0} kann aufgrund fehlender Sitzungsdetails nicht gestartet werden. + + Der zugrunde liegende Typ "{0}" für die SQL-Variant-Spalte "{1}" konnte nicht aufgelöst werden. - - Fehler beim Starten vom Profiler: {0} + + Gibt an, ob der Index aktiviert ist + + + Unabhängig davon, ob der Index gruppiert ist, ist nur ein gruppierter Index in einer Tabelle zulässig. + + + Ist Gruppiert + + + Ob die in diesen Index eingegebenen Daten einzigartig sein müssen. + + + Ist eindeutig + + + Gibt die Sortierreihenfolge der Spalte an. + + + Ist aufsteigend + + + Spalten \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx index d719c688..d46b4d3a 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.es.resx @@ -3499,10 +3499,31 @@ Especifica si la restricción CHECK está habilitada. - - No se puede iniciar la sesión de streaming {0} porque faltan los detalles de la sesión. + + No se pudo resolver el tipo subyacente "{0}" para la columna variant SQL "{1}". - - No se pudo iniciar el generador de perfiles: {0} + + Especifica si el índice está habilitado. + + + Especifica si el índice está en clúster. En una tabla solo se permite un índice en clúster. + + + En clúster + + + Especifica si los datos incluidos en este índice deben ser únicos. + + + Es único + + + Especifica el criterio de ordenación de la columna. + + + Es ascendente + + + Columnas \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx index d199a373..78874633 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.fr.resx @@ -3499,10 +3499,31 @@ Spécifie si la contrainte de vérification est activée - - Impossible de démarrer la session de streaming {0} en raison de l’absence de détails sur la session + + Le type sous-jacent "{0}" pour la variante sql de la colonne "{1}" n'a pas pu être résolu. - - Échec du démarrage du profileur : {0} + + Indique si l'index est activé + + + Que l'index soit clusterisé, un seul index clusterisé est autorisé dans une table. + + + Est en cluster + + + Si les données saisies dans cet index doivent être uniques. + + + Est unique + + + Spécifie l'ordre de tri de la colonne. + + + Ordre croissant + + + Colonnes \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx index f21c4a4e..02fc920d 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.it.resx @@ -3499,10 +3499,31 @@ Specifica se il vincolo CHECK è Abilitato - - Non è possibile avviare la sessione di streaming {0} perché mancano i dettagli della sessione. + + Impossibile risolvere il tipo sottostante "{0}" per la colonna variant SQL "{1}". - - Impossibile avviare il profiler: {0} + + Specifica se l'indice è abilitato. + + + Se l'indice è cluster. È consentito un solo indice cluster in una tabella. + + + In cluster + + + Indica se i dati immessi in questo indice devono essere univoci. + + + Univoco + + + Specifica il tipo di ordinamento della colonna. + + + Crescente + + + Colonne \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx index d50c04bd..1262cded 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ja.resx @@ -3499,10 +3499,31 @@ CHECK 制約を有効にするかどうかを指定 - - セッションの詳細がないため、ストリーミング セッション {0} を開始できません。 + + SQL variant 列 "{1}" の基になる型 "{0}" を解決できませんでした。 - - プロファイラーを起動できませんでした: {0} + + インデックスが有効になっているかどうかを指定します。 + + + インデックスがクラスター化されるかどうか。テーブルで使用できるクラスター化されたインデックスは 1 つだけです。 + + + クラスター化 + + + このインデックスに入力されるデータが一意であるかどうか。 + + + 一意である + + + 列の並べ替え順序を指定します。 + + + 昇順 + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx index ba9dcd0a..b1af167e 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ko.resx @@ -3499,10 +3499,31 @@ CHECK 제약 조건을 사용할지 여부를 지정합니다. - - 세션 세부 정보가 누락되어 스트리밍 세션 {0}을(를) 시작할 수 없습니다. + + SQL 변형 열 "{1}"의 기본 유형 "{0}"을(를) 확인할 수 없습니다. - - 프로파일러 시작 실패: {0} + + 인덱스를 사용할지 여부를 지정합니다. + + + 인덱스가 클러스터되는지 여부를 지정합니다. 테이블에서 클러스터된 인덱스는 하나만 허용됩니다. + + + 클러스터형 여부 + + + 이 인덱스로 입력한 데이터가 고유해야 하는지 여부입니다. + + + 고유함 + + + 열의 정렬 순서를 지정합니다. + + + 오름차순 + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx index 0c5de680..0874e12b 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.pt-br.resx @@ -3499,10 +3499,31 @@ Especifica se a restrição de verificação está habilitada - - Não é possível iniciar a sessão de streaming {0} devido à falta de detalhes da sessão. + + O tipo subjacente "{0}" para a coluna sql variant "{1}" não pôde ser resolvido. - - Falha ao iniciar o criador de perfil: {0} + + Especifica se o índice está habilitado. + + + Se o índice estiver clusterizado, apenas um índice clusterizado será permitido em uma tabela. + + + Está Clusterizado + + + Se os dados inseridos neste índice devem ser exclusivos. + + + É Exclusivo + + + Especifica a ordem de classificação da coluna. + + + É Ascendente + + + Colunas \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx index 95ffb675..516437a8 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.ru.resx @@ -3499,10 +3499,31 @@ Указывает, включено ли проверочное ограничение. - - Не удалось запустить сеанс потоковой передачи {0} из-за отсутствующих сведений о сеансе. + + Не удалось разрешить базовый тип "{0}" для столбца переменной SQL "{1}". - - Не удалось запустить профилировщика: {0} + + Указывает, включен ли индекс. + + + Указывает, является ли индекс кластеризованным. В каждой таблице может существовать только один кластеризованный индекс. + + + Является кластеризованным + + + Указывает, являются ли данные, вводимые в индекс, уникальными. + + + Является уникальным + + + Указывает порядок сортировки столбца. + + + По возрастанию + + + Столбцы \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx index 7864e25d..c7fca02f 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hans.resx @@ -3499,10 +3499,31 @@ 指定是否已启用检查约束 - - 由于缺少会话详细信息,无法启动流式处理会话 {0}。 + + SQL 变体列 "{1}" 的基础类型 "{0}" 无法解析。 - - 无法启动探查器: {0} + + 指定是否启用索引。 + + + 无论索引是否为聚集索引,一个表中只允许存在一个聚集索引。 + + + 为聚集索引 + + + 输入到此索引中的数据是否必须是唯一的。 + + + 为唯一 + + + 指定列的排序顺序。 + + + 为升序 + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx index 5dbd20a0..629f838c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/sr.zh-Hant.resx @@ -3499,10 +3499,31 @@ 指定是否啟用檢查條件約束 - - 無法啟動串流工作階段 {0},因為遺失工作階段詳細資料。 + + 基礎類型 "{0}" 無法解析 SQL 變體資料行 "{1} "。 - - 無法啟動分析工具: {0} + + 指定是否已啟用索引。 + + + 索引是否為叢集索引。一個資料表中只允許一個叢集索引。 + + + 為叢集 + + + 輸入此索引的資料是否必須是唯一的。 + + + 是唯一的 + + + 指定資料行的排序次序。 + + + 為遞增 + + + 資料行 \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index 5010e17d..a26c043b 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -5696,17 +5696,51 @@ Gibt an, ob die CHECK-Einschränkung aktiviert ist. - - Unable to start streaming session {0} due to missing session details. - Die Streamingsitzung {0} kann aufgrund fehlender Sitzungsdetails nicht gestartet werden. + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + Der zugrunde liegende Typ "{0}" für die SQL-Variant-Spalte "{1}" konnte nicht aufgelöst werden. . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - Fehler beim Starten vom Profiler: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + Gibt an, ob der Index aktiviert ist + + + + Whether the index is clustered, only one clustered index is allowed in a table. + Unabhängig davon, ob der Index gruppiert ist, ist nur ein gruppierter Index in einer Tabelle zulässig. + + + + Is Clustered + Ist Gruppiert + + + + Whether the data entered into this index must be unique. + Ob die in diesen Index eingegebenen Daten einzigartig sein müssen. + + + + Is Unique + Ist eindeutig + + + + Specifies the sort order of the column. + Gibt die Sortierreihenfolge der Spalte an. + + + + Is Ascending + Ist aufsteigend + + + + Columns + Spalten + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf index 3d23921f..11dc1054 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf @@ -5696,17 +5696,51 @@ Especifica si la restricción CHECK está habilitada. - - Unable to start streaming session {0} due to missing session details. - No se puede iniciar la sesión de streaming {0} porque faltan los detalles de la sesión. + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + No se pudo resolver el tipo subyacente "{0}" para la columna variant SQL "{1}". . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - No se pudo iniciar el generador de perfiles: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + Especifica si el índice está habilitado. + + + + Whether the index is clustered, only one clustered index is allowed in a table. + Especifica si el índice está en clúster. En una tabla solo se permite un índice en clúster. + + + + Is Clustered + En clúster + + + + Whether the data entered into this index must be unique. + Especifica si los datos incluidos en este índice deben ser únicos. + + + + Is Unique + Es único + + + + Specifies the sort order of the column. + Especifica el criterio de ordenación de la columna. + + + + Is Ascending + Es ascendente + + + + Columns + Columnas + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf index 4b13e8b0..c2b6924c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf @@ -5696,17 +5696,51 @@ Spécifie si la contrainte de vérification est activée - - Unable to start streaming session {0} due to missing session details. - Impossible de démarrer la session de streaming {0} en raison de l’absence de détails sur la session + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + Le type sous-jacent "{0}" pour la variante sql de la colonne "{1}" n'a pas pu être résolu. . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - Échec du démarrage du profileur : {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + Indique si l'index est activé + + + + Whether the index is clustered, only one clustered index is allowed in a table. + Que l'index soit clusterisé, un seul index clusterisé est autorisé dans une table. + + + + Is Clustered + Est en cluster + + + + Whether the data entered into this index must be unique. + Si les données saisies dans cet index doivent être uniques. + + + + Is Unique + Est unique + + + + Specifies the sort order of the column. + Spécifie l'ordre de tri de la colonne. + + + + Is Ascending + Ordre croissant + + + + Columns + Colonnes + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf index e07764d7..2e95f3c3 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf @@ -5696,17 +5696,51 @@ Specifica se il vincolo CHECK è Abilitato - - Unable to start streaming session {0} due to missing session details. - Non è possibile avviare la sessione di streaming {0} perché mancano i dettagli della sessione. + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + Impossibile risolvere il tipo sottostante "{0}" per la colonna variant SQL "{1}". . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - Impossibile avviare il profiler: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + Specifica se l'indice è abilitato. + + + + Whether the index is clustered, only one clustered index is allowed in a table. + Se l'indice è cluster. È consentito un solo indice cluster in una tabella. + + + + Is Clustered + In cluster + + + + Whether the data entered into this index must be unique. + Indica se i dati immessi in questo indice devono essere univoci. + + + + Is Unique + Univoco + + + + Specifies the sort order of the column. + Specifica il tipo di ordinamento della colonna. + + + + Is Ascending + Crescente + + + + Columns + Colonne + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf index 635f1f6a..73562bee 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf @@ -5696,17 +5696,51 @@ CHECK 制約を有効にするかどうかを指定 - - Unable to start streaming session {0} due to missing session details. - セッションの詳細がないため、ストリーミング セッション {0} を開始できません。 + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + SQL variant 列 "{1}" の基になる型 "{0}" を解決できませんでした。 . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - プロファイラーを起動できませんでした: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + インデックスが有効になっているかどうかを指定します。 + + + + Whether the index is clustered, only one clustered index is allowed in a table. + インデックスがクラスター化されるかどうか。テーブルで使用できるクラスター化されたインデックスは 1 つだけです。 + + + + Is Clustered + クラスター化 + + + + Whether the data entered into this index must be unique. + このインデックスに入力されるデータが一意であるかどうか。 + + + + Is Unique + 一意である + + + + Specifies the sort order of the column. + 列の並べ替え順序を指定します。 + + + + Is Ascending + 昇順 + + + + Columns + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index ac9f7c6c..da05121a 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -5696,17 +5696,51 @@ CHECK 제약 조건을 사용할지 여부를 지정합니다. - - Unable to start streaming session {0} due to missing session details. - 세션 세부 정보가 누락되어 스트리밍 세션 {0}을(를) 시작할 수 없습니다. + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + SQL 변형 열 "{1}"의 기본 유형 "{0}"을(를) 확인할 수 없습니다. . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - 프로파일러 시작 실패: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + 인덱스를 사용할지 여부를 지정합니다. + + + + Whether the index is clustered, only one clustered index is allowed in a table. + 인덱스가 클러스터되는지 여부를 지정합니다. 테이블에서 클러스터된 인덱스는 하나만 허용됩니다. + + + + Is Clustered + 클러스터형 여부 + + + + Whether the data entered into this index must be unique. + 이 인덱스로 입력한 데이터가 고유해야 하는지 여부입니다. + + + + Is Unique + 고유함 + + + + Specifies the sort order of the column. + 열의 정렬 순서를 지정합니다. + + + + Is Ascending + 오름차순 + + + + Columns + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf index c5f2c86b..39b85431 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-br.xlf @@ -5696,17 +5696,51 @@ Especifica se a restrição de verificação está habilitada - - Unable to start streaming session {0} due to missing session details. - Não é possível iniciar a sessão de streaming {0} devido à falta de detalhes da sessão. + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + O tipo subjacente "{0}" para a coluna sql variant "{1}" não pôde ser resolvido. . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - Falha ao iniciar o criador de perfil: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + Especifica se o índice está habilitado. + + + + Whether the index is clustered, only one clustered index is allowed in a table. + Se o índice estiver clusterizado, apenas um índice clusterizado será permitido em uma tabela. + + + + Is Clustered + Está Clusterizado + + + + Whether the data entered into this index must be unique. + Se os dados inseridos neste índice devem ser exclusivos. + + + + Is Unique + É Exclusivo + + + + Specifies the sort order of the column. + Especifica a ordem de classificação da coluna. + + + + Is Ascending + É Ascendente + + + + Columns + Colunas + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf index c238eaa4..22dd8658 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf @@ -5696,17 +5696,51 @@ Указывает, включено ли проверочное ограничение. - - Unable to start streaming session {0} due to missing session details. - Не удалось запустить сеанс потоковой передачи {0} из-за отсутствующих сведений о сеансе. + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + Не удалось разрешить базовый тип "{0}" для столбца переменной SQL "{1}". . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - Не удалось запустить профилировщика: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + Указывает, включен ли индекс. + + + + Whether the index is clustered, only one clustered index is allowed in a table. + Указывает, является ли индекс кластеризованным. В каждой таблице может существовать только один кластеризованный индекс. + + + + Is Clustered + Является кластеризованным + + + + Whether the data entered into this index must be unique. + Указывает, являются ли данные, вводимые в индекс, уникальными. + + + + Is Unique + Является уникальным + + + + Specifies the sort order of the column. + Указывает порядок сортировки столбца. + + + + Is Ascending + По возрастанию + + + + Columns + Столбцы + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf index d90813ec..deb0294a 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -5696,17 +5696,51 @@ 指定是否已启用检查约束 - - Unable to start streaming session {0} due to missing session details. - 由于缺少会话详细信息,无法启动流式处理会话 {0}。 + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + SQL 变体列 "{1}" 的基础类型 "{0}" 无法解析。 . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - 无法启动探查器: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + 指定是否启用索引。 + + + + Whether the index is clustered, only one clustered index is allowed in a table. + 无论索引是否为聚集索引,一个表中只允许存在一个聚集索引。 + + + + Is Clustered + 为聚集索引 + + + + Whether the data entered into this index must be unique. + 输入到此索引中的数据是否必须是唯一的。 + + + + Is Unique + 为唯一 + + + + Specifies the sort order of the column. + 指定列的排序顺序。 + + + + Is Ascending + 为升序 + + + + Columns + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf index d9ad0403..0d98adb8 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf @@ -5696,17 +5696,51 @@ 指定是否啟用檢查條件約束 - - Unable to start streaming session {0} due to missing session details. - 無法啟動串流工作階段 {0},因為遺失工作階段詳細資料。 + + The underlying type "{0}" for sql variant column "{1}" could not be resolved. + 基礎類型 "{0}" 無法解析 SQL 變體資料行 "{1} "。 . - Parameters: 0 - id (int) + Parameters: 0 - underlyingType (string), 1 - columnName (string) - - Failed to start profiler: {0} - 無法啟動分析工具: {0} - . - Parameters: 0 - error (String) + + Specifies whether the index is enabled + 指定是否已啟用索引。 + + + + Whether the index is clustered, only one clustered index is allowed in a table. + 索引是否為叢集索引。一個資料表中只允許一個叢集索引。 + + + + Is Clustered + 為叢集 + + + + Whether the data entered into this index must be unique. + 輸入此索引的資料是否必須是唯一的。 + + + + Is Unique + 是唯一的 + + + + Specifies the sort order of the column. + 指定資料行的排序次序。 + + + + Is Ascending + 為遞增 + + + + Columns + 資料行 +