[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}”无效。有效值为 “Optional”、“Mandatory”、“Strict”、“True”、“False”、“Yes”和“No”。</value>
</data>
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
<value>EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS""HGS"。</value>
<value>EnclaveAttestationProtocol 的值“{0}”无效。有效值为 "AAS""HGS" 和“无”。</value>
</data>
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
<value>证明协议和 Enclave 证明 URL 需要将 Always Encrypted 设置为“启用”。</value>
<value>证明协议和 Enclave 证明 URL 需要将 Always Encrypted with Secure Enclaves 设置为“启用”。</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>SecureEnclave 的值“{0}”无效。有效值为“已启用”和“已禁用”。</value>
</data>
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
<value>不得使用证明协议“无”指定 Enclave 证明 URL。请设置适当的证明协议或从连接属性中移除证明 URL。</value>
</data>
</root>