From a0dee6834d0ea8ce8bb2bb42e0678fa303efef2b Mon Sep 17 00:00:00 2001 From: Alex Ma Date: Mon, 24 Jan 2022 10:23:09 -0800 Subject: [PATCH] [Loc] update to servicelayer xlfs (#1366) --- .../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 +++++++++++++++---- 10 files changed, 430 insertions(+), 90 deletions(-) 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 + 資料行 +