From ceeee5fd7019fa0370f8e833e4843ba88057fbc1 Mon Sep 17 00:00:00 2001 From: khoiph1 Date: Fri, 24 Jan 2020 14:46:20 -0800 Subject: [PATCH 1/2] loc update --- .../Localization/transXliff/sr.de.xlf | 4 ++-- .../Localization/transXliff/sr.ko.xlf | 2 +- .../Localization/transXliff/sr.zh-hans.xlf | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index 505a699dab..7d65e9c1e1 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -2321,13 +2321,13 @@ Export bacpac - BACPAC exportieren + BACPAC-Datei exportieren Import bacpac - BACPAC importieren + BACPAC-Datei importieren diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index d1b56aae7d..f082729213 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -1898,7 +1898,7 @@ Value {0} is too large to fit in column of type {1} - 값 {0}이 너무 커서 {1} 유형의 열에 맞지 않습니다. + 값 {0}이(가) 너무 커서 {1} 유형의 열에 맞지 않습니다. . Parameters: 0 - value (string), 1 - columnType (string) 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 a490a1c464..29effe4f9f 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -136,13 +136,13 @@ (1 row affected) - (1 行受到影响) + (1 行受到影响) ({0} rows affected) - ({0} 行受到影响) + ({0} 行受到影响) . Parameters: 0 - rows (long) @@ -1922,7 +1922,7 @@ -- TODO: Set parameter values here. - -- 待办事项:在此处设置参数值 + -- 待办事项: 在此处设置参数值 @@ -2209,13 +2209,13 @@ Failed to create session: {0} - 创建会话失败:{0} + 创建会话失败: {0} . Parameters: 0 - error (String) Failed to pause session: {0} - 暂停会话失败:{0} + 暂停会话失败: {0} . Parameters: 0 - error (String) @@ -2321,13 +2321,13 @@ Export bacpac - 导出 DACPAC + 导出 BACPAC Import bacpac - 导入 DACPAC + 导入 BACPAC From a15842cdb43d890d0221c8fb2fb1418a6bab1c17 Mon Sep 17 00:00:00 2001 From: khoiph1 Date: Thu, 2 Apr 2020 11:31:32 -0700 Subject: [PATCH 2/2] loc updates --- .../Localization/transXliff/sr.de.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.es.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.fr.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.it.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.ja.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.ko.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.pt-BR.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.ru.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.zh-hans.xlf | 30 ++++++++++++++++ .../Localization/transXliff/sr.zh-hant.xlf | 34 +++++++++++++++++-- 10 files changed, 302 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf index 7d65e9c1e1..cdbd3f2817 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.de.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + Ungültiger Wert "{0}" für ColumnEncryption. Gültige Werte sind "Enabled" und "Disabled". + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + Ungültiger Wert "{0}" für EnclaveAttestationProtocol. Gültige Werte sind "AAS" und "HGS". + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + Für das Nachweisprotokoll und die Enclave-Nachweis-URL muss Always Encrypted auf "Enabled" festgelegt sein. + + + + + An error was encountered during execution of batch. Exiting. + Fehler bei der Batchausführung. Der Vorgang wird beendet. + + + + + Encountered unsupported token {0} + Es wurde ein nicht unterstütztes Token "{0}" gefunden. + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf index d964f3752a..84a78ca7ca 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.es.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + El valor "{0}" no es válido para ComlumEncryption. Los valores válidos son "Enabled" y "Disabled". + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + El valor "{0}" no es válido para EnclaveAttestationProtocol. Los valores válidos son "AAS" y "HGS". + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + El protocolo de atestación y la dirección URL de atestación de enclave requieren que Always Encrypted esté habilitado. + + + + + An error was encountered during execution of batch. Exiting. + Error durante la ejecución del lote. Saliendo. + + + + + Encountered unsupported token {0} + Se ha encontrado un token no admitido {0} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf index 1cd6a74b34..abe0ab8a94 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.fr.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + Valeur « {0} » non valide pour ComlumEncryption. Les valeurs valides sont « Enabled » et « Disabled ». + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + Valeur « {0} » non valide pour EnclaveAttestationProtocol. Les valeurs valides sont « AAS » et « HGS ». + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + Le protocole d'attestation et l'URL d'attestation d'enclave exigent l'activation d'Always Encrypted. + + + + + An error was encountered during execution of batch. Exiting. + Une erreur s'est produite durant l'exécution du lot. Fermeture en cours. + + + + + Encountered unsupported token {0} + Jeton non pris en charge détecté ({0}) + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf index 8556526f51..f05960dbbd 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.it.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + Il valore '{0}' non è valido per ComlumEncryption. I valori validi sono 'Enabled' e 'Disabled'. + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + Il valore '{0}' non è valido per EnclaveAttestationProtocol. I valori validi sono 'AAS' e 'HGS'. + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + Il protocollo di attestazione e l'URL di attestazione dell'enclave richiedono che Always Encrypted sia impostato su Abilitato. + + + + + An error was encountered during execution of batch. Exiting. + Si è verificato un errore durante l'esecuzione del batch. Chiusura in corso. + + + + + Encountered unsupported token {0} + È stato rilevato il token {0} non supportato + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf index cba09cf315..c845d33a0c 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ja.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + ComlumEncryption の値 '{0}' が無効です。有効な値は 'Enabled' と 'Disabled' です。 + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + EnclaveAttestationProtocol の値 '{0}' が無効です。有効な値は、'AAS' と 'HGS' です。 + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + 構成証明プロトコルおよびエンクレーブ構成証明の URL では、Always Encrypted を Enabled に設定することが必要です。 + + + + + An error was encountered during execution of batch. Exiting. + バッチの実行中にエラーが発生しました。終了します。 + + + + + Encountered unsupported token {0} + サポートされていないトークン {0} が見つかりました + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf index f082729213..69050b9300 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ko.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + ComlumEncryption에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'Enabled' 및 'Disabled'입니다. + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + EnclaveAttestationProtocol에 대한 '{0}' 값이 잘못되었습니다. 유효한 값은 'AAS' 및 'HGS'입니다. + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + 증명 프로토콜 및 enclave 증명 URL을 사용하려면 Always Encrypted를 Enabled(사용)로 설정해야 합니다. + + + + + An error was encountered during execution of batch. Exiting. + 일괄 처리를 실행하는 동안 오류가 발생하여 종료합니다. + + + + + Encountered unsupported token {0} + 지원되지 않는 {0} 토큰이 발생했습니다. + + + \ No newline at end of file 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 b4317e1775..3857a77813 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-BR.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.pt-BR.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + Valor inválido '{0}' para ComlumEncryption. Os valores válidos são 'Habilitado' e 'Desabilitado'. + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + Valor inválido '{0}' para EnclaveAttestationProtocol. Os valores válidos são 'AAS' e 'HGS'. + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + O Protocolo de Atestado e a URL de Atestado de Enclave exigem que a opção Always Encrypted seja definida como Habilitada. + + + + + An error was encountered during execution of batch. Exiting. + Erro durante a execução do lote. Saindo. + + + + + Encountered unsupported token {0} + Token sem suporte encontrado {0} + + + \ No newline at end of file diff --git a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf index 423e1693bf..96ee905a32 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.ru.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + Недопустимое значение "{0}" для ColumnEncryption. Допустимые значения: "Enabled" (Включено) и "Disabled" (Отключено). + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + Недопустимое значение "{0}" для EnclaveAttestationProtocol. Допустимые значения: "AAS" и "HGS". + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + Протокол аттестации и URL аттестации анклава требуют задать для Always Encrypted значение Enabled (Включено). + + + + + An error was encountered during execution of batch. Exiting. + При выполнении пакета возникла ошибка. Выполняется выход. + + + + + Encountered unsupported token {0} + Обнаружен неподдерживаемый токен {0}. + + + \ No newline at end of file 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 29effe4f9f..3a210ddf78 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hans.xlf @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + ComlumEncryption 的值“{0}”无效。有效值为 "Enabled" 和 "Disabled"。 + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS" 和 "HGS"。 + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + 证明协议和 Enclave 证明 URL 需要将 Always Encrypted 设置为“启用”。 + + + + + An error was encountered during execution of batch. Exiting. + 在执行批处理期间遇到错误。正在退出。 + + + + + Encountered unsupported token {0} + 遇到不支持的令牌 {0} + + + \ No newline at end of file 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 31caf6c5b1..5558732fe8 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf +++ b/src/Microsoft.SqlTools.ServiceLayer/Localization/transXliff/sr.zh-hant.xlf @@ -784,13 +784,13 @@ Master Key - 主要索引鍵 + 主要金鑰 Master Keys - 主要索引鍵 + 主要金鑰 @@ -2391,6 +2391,36 @@ . Parameters: 0 - filePath (string) + + Invalid value '{0}' for ComlumEncryption. Valid values are 'Enabled' and 'Disabled'. + ComlumEncryption 的值 '{0}' 無效。有效值為 'Enabled' 及 'Disabled'。 + . + Parameters: 0 - columnEncryptionSetting (string) + + + Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS' and 'HGS'. + EnclaveAttestationProtocol 的值 '{0}' 無效。有效值為 'AAS' 及 'HGS'。 + . + Parameters: 0 - enclaveAttestationProtocol (string) + + + The Attestation Protocol and Enclave Attestation URL requires Always Encrypted to be set to Enabled. + 證明通訊協定與記憶體保護區證明 URL 需要將 Always Encrypted 設定為「啟用」。 + + + + + An error was encountered during execution of batch. Exiting. + 執行批次期間發生錯誤,結束中。 + + + + + Encountered unsupported token {0} + 發現不支援的權杖 {0} + + + \ No newline at end of file