[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>Encrypt の値 '{0}' が無効です。有効な値は、'Optional'、'Mandatory'、'Strict'、'True'、'False'、'Yes'、および 'No' です。</value>
</data>
<data name="ConnectionServiceConnStringInvalidEnclaveAttestationProtocol" xml:space="preserve">
<value>EnclaveAttestationProtocol の値 '{0}' が無効です。有効な値は、'AAS''HGS''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>構成証明プロトコルおよびエンクレーブ構成証明の 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>SecureEnclaves の値 '{0}' が無効です。有効な値は 'Enabled' 'Disabled' です。</value>
<value>Invalid value '{0}' for Secure enclaves. Valid values are 'Enabled' and 'Disabled'.</value>
</data>
<data name="ConnectionServiceConnStringInvalidAttestationProtocolNoneWithUrl" xml:space="preserve">
<value>エンクレーブ構成証明の URL は構成証明プロトコル 'None' で指定することはできません。 適切な構成証明プロトコルを設定するか、接続プロパティから構成証明 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>&lt;既定&gt;</value>
@@ -4013,6 +4013,9 @@
<value>ロックの解除中にログインのパスワードをリセットします。</value>
</data>
<data name="ObjectNotRenamable" xml:space="preserve">
<value>The object could not be renamed. URN: '{0}'.</value>
<value>オブジェクトの名前を変更できませんでした。URN: '{0}'</value>
</data>
<data name="ConnectionServiceConnStringMissingAttestationProtocolWithSecureEnclaves" xml:space="preserve">
<value>Attestation protocol cannot be empty with Secure enclaves enabled.</value>
</data>
</root>