[Loc] update to xlfs for 3-24-2023 (#1966)

This commit is contained in:
Alex Ma
2023-03-24 10:51:49 -07:00
committed by GitHub
parent 8b17d9ce5e
commit b7709c9e5b
20 changed files with 232 additions and 152 deletions

View File

@@ -1321,10 +1321,10 @@
<value>Ungültiger Wert „{0}“ für das Verschlüsseln. Gültige Werte sind „Optional“, „Obligatorisch“, „Streng", „WAHR“, „FALSCH“, „Ja“ oder „Nein“.</value>
</data>
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
<value>Ungültiger Wert "{0}" für EnclaveAttestationProtocol. Gültige Werte sind "AAS", "HGS" und "None".</value>
<value>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
</data>
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
<value>Für das Nachweisprotokoll und die Enclave-Nachweis-URL muss "Always Encrypted" für Secure Enclaves auf "Enabled" festgelegt sein.</value>
<value>The Attestation protocol and Attestation URL requires Always Encrypted with Secure enclaves to be set to Enabled.</value>
</data>
<data name="SqlCmdExitOnError" xml:space="preserve">
<value>Fehler bei der Batchausführung. Der Vorgang wird beendet.</value>
@@ -3998,13 +3998,13 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
<value>Integrierte Schemas</value>
</data>
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
<value>Die Beglaubigungs-URL darf mit dem ausgewählten Wert des Beglaubigungsprotokolls nicht leer sein.</value>
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
</data>
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
<value>Ungültiger Wert "{0}" für SecureEnclaves. Gültige Werte sind "Enabled" und "Disabled".</value>
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
</data>
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
<value>Die Enclave-Nachweis-URL darf nicht mit dem Nachweisprotokoll "None" angegeben werden. Legen Sie ein geeignetes Nachweisprotokoll fest, oder entfernen Sie die Nachweis-URL aus den Verbindungseigenschaften.</value>
<value>The Attestation URL must not be specified with Attestation protocol 'None'. Either set appropriate Attestation protocol or remove Attestation URL from connection properties.</value>
</data>
<data name="DefaultLanguagePlaceholder" xml:space="preserve">
<value>&lt;default&gt;</value>
@@ -4015,4 +4015,7 @@ Der Abfrageprozessor schätzt, dass durch das Implementieren des folgenden Index
<data name="ObjectNotRenamable" xml:space="preserve">
<value>Das Objekt konnte nicht umbenannt werden. URN: '{0}'.</value>
</data>
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
</data>
</root>