[Loc] XLF update for 3-2-2023 (#1892)

This commit is contained in:
Alex Ma
2023-03-02 14:53:26 -08:00
committed by GitHub
parent 38836371ed
commit a81cee8e7f
20 changed files with 310 additions and 60 deletions

View File

@@ -1321,10 +1321,10 @@
<value>Недопустимое значение "{0}" для параметра Encrypt. Допустимые значения: "Optional" (необязательно), "Mandatory" (обязательно), "Strict" (строго), "True" (истина), "False" (ложь), "Yes" (да) и "No" (нет).</value>
</data>
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
<value>Недопустимое значение "{0}" для EnclaveAttestationProtocol. Допустимые значения: "AAS" и "HGS".</value>
<value>Invalid value '{0}' for EnclaveAttestationProtocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
</data>
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
<value>Протокол аттестации и URL аттестации анклава требуют задать для Always Encrypted значение Enabled (Включено).</value>
<value>The Attestation Protocol and Enclave Attestation URL requires Always Encrypted with Secure Enclaves to be set to Enabled.</value>
</data>
<data name="SqlCmdExitOnError" xml:space="preserve">
<value>При выполнении пакета возникла ошибка. Выполняется выход.</value>
@@ -3997,4 +3997,13 @@
<data name="SchemaHierarchy_BuiltInSchema" xml:space="preserve">
<value>Встроенные схемы</value>
</data>
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
<value>URL-адрес аттестации не может быть пустым с выбранным значением протокола аттестации.</value>
</data>
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
<value>Invalid value '{0}' for SecureEnclaves. Valid values are 'Enabled' and 'Disabled'.</value>
</data>
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
<value>The Enclave Attestation URL must not be specified with Attestation Protocol 'None'. Either set appropriate Attestation Protocol or remove Attestation URL from connection properties.</value>
</data>
</root>