mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 10:58:30 -05:00
[Loc] update to xlfs for 3-24-2023 (#1966)
This commit is contained in:
@@ -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>Invalid value '{0}' for Attestation protocol. Valid values are 'AAS', 'HGS' and 'None'.</value>
|
||||
</data>
|
||||
<data name="ConnectionServiceConnStringInvalidAlwaysEncryptedOptionCombination" xml:space="preserve">
|
||||
<value>证明协议和 Enclave 证明 URL 需要将 Always Encrypted with Secure Enclaves 设置为“已启用”。</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>在执行批处理期间遇到错误。正在退出。</value>
|
||||
@@ -3998,13 +3998,13 @@
|
||||
<value>内置架构</value>
|
||||
</data>
|
||||
<data name="ConnectionServiceConnStringMissingAttestationUrlWithAttestationProtocol" xml:space="preserve">
|
||||
<value>证明 URL 不能为空,且所选值为证明协议。</value>
|
||||
<value>Attestation URL cannot be empty with the selected value of Attestation protocol.</value>
|
||||
</data>
|
||||
<data name="ConnectionServiceConnStringInvalidSecureEnclaves" xml:space="preserve">
|
||||
<value>SecureEnclave 的值“{0}”无效。有效值为“已启用”和“已禁用”。</value>
|
||||
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
|
||||
</data>
|
||||
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
|
||||
<value>不得使用证明协议“无”指定 Enclave 证明 URL。请设置适当的证明协议或从连接属性中移除证明 URL。</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><default></value>
|
||||
@@ -4015,4 +4015,7 @@
|
||||
<data name="ObjectNotRenamable" xml:space="preserve">
|
||||
<value>无法重命名对象。URN:“{0}”。</value>
|
||||
</data>
|
||||
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
|
||||
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user