Juno: check in to lego/hb_8a5c857d-921a-4789-a5f2-d04520db775e_20221221164006400. (#17504)

This commit is contained in:
Alex Hsu 2022-12-21 12:09:19 -08:00 коммит произвёл GitHub
Родитель 25283b481e
Коммит a09062f657
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
12 изменённых файлов: 1121 добавлений и 23 удалений

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Abbrechen]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Verschlüsseln]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Weitere Informationen]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Fehler bei Anmeldeinformation: Die Anmeldeinformation für das Konto sind abgelaufen. Authentifizieren Sie sich erneut.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Weitere Informationen]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Mehr anzeigen]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Cancelar]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Cifrar]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Más información]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Error de credencial: las credenciales de la cuenta han expirado. Vuelva a autenticarse.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Leer más]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ver más]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Annuler]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Chiffrer]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Plus d'informations]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Erreur d'informations d'identification : les informations d'identification du compte ont expiré. Réauthentifiez-vous.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[En savoir plus]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Voir plus]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Annulla]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Crittografa]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Più informazioni]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Errore di credenziali: le credenziali dell'account sono scadute. Eseguire di nuovo l'autenticazione.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Altre informazioni]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Visualizza altro]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[キャンセル]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[暗号化]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[詳細情報]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[資格情報エラー: アカウントの資格情報の有効期限が切れています。再認証してください。]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[関連資料]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[詳細の表示]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[취소]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[암호화]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[추가 정보]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[자격 증명 오류: 계정 자격 증명이 만료되었습니다. 다시 인증하세요.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[자세히 알아보기]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[자세히 보기]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Cancelar]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Criptografar]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Mais informações]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[Erro de Credencial: as credenciais da conta expiraram. Reautentique-se.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Leia mais]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Exibir mais]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Отмена]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,69 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Включить сертификат доверенного сервера]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Обязательно (True)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Обязательно (Рекомендуется)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[шифровать]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Необязательно (Ложь)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Шифровать]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[расширение mssql для VS Code теперь имеет шифрование, включенное по умолчанию для всех подключений к SQL Server. Это может привести к тому, что ваши существующие соединения перестанут работать, если не будут изменены определенные свойства соединения, связанные с шифрованием. Мы рекомендуем вам перейти по ссылке ниже для получения дополнительной информации.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +757,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Дополнительная информация]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +777,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Ошибка учетных данных: истек срок действия учетных данных в учетной записи. Пройдите проверку подлинности еще раз.]]></Val>
<Val><![CDATA[Ошибка учетных данных: срок действия учетных данных истек. Повторите аутентификацию.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1210,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Не удалось обновить профиль подключения. Измените сведения о подключении вручную в settings.json и повторите попытку.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1267,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Для этого подключения было включено шифрование, проверьте конфигурацию SSL и сертификата для целевого SQL Server или установите для параметра «Сертификат доверенного сервера» значение «true» в файле настроек. Примечание. Самозаверяющий сертификат обеспечивает лишь ограниченную защиту и не рекомендуется для производственных сред. Вы хотите включить «Сертификат доверенного сервера» для этого подключения и повторить попытку?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1510,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Подробнее]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1537,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Посмотреть примечания к выпуску mssql для Visual Studio Code?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1762,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Просмотреть больше]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -228,10 +228,13 @@
</Item>
<Item ItemId=";mssql.connection.encrypt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[[Optional]5D; When set to 'true', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'true' for Azure SQL Database connection.]]></Val>
<Val><![CDATA[[Optional]5D; When set to 'Mandatory', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'Mandatory' for Azure SQL Database connection.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[[Необязательно]5D; Когда установлено значение «TRUE», сервер SQL Server использует шифрование SSL для данных, передаваемых между клиентом и сервером, если сервер имеет установленный сертификат. Установите значение «TRUE», для соединения с базой данных SQL Azure.]]></Val>
<Val><![CDATA[[Необязательно]5D; Если установлено значение «Обязательно», SQL Server использует шифрование SSL для данных, пересылаемых между клиентом и сервером, если на сервере установлен сертификат. Установите «Обязательно» для подключения к базе данных SQL Azure.]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[[Optional]5D; When set to 'true', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'true' for Azure SQL Database connection.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -244,6 +247,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";mssql.connection.hostNameInCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[[Optional]5D; When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[[Необязательно]5D; Если указано (и encrypt=Mandatory, и trustServerCertificate=false), SQL Server использует предоставленное имя хоста для проверки доверия с сертификатом сервера.]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";mssql.connection.loadBalanceTimeout" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[[Optional]5D; Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted.]]></Val>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[取消]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,51 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[加密]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +739,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[详细信息]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +759,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Update" Orig="New">
<Val><![CDATA[凭据错误: 帐户凭据已到期。请重新进行身份验证。]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1192,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1246,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1486,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[阅读详细内容]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1513,12 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1735,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[查看更多]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -235,6 +235,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";cancel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Cancel]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[取消]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";canceled" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Canceled]]></Val>
@ -496,6 +505,69 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";enableTrustServerCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Enable Trust Server Certificate]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[啟用信任伺服器憑證]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatory" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (True)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[必要 (True)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptMandatoryRecommended" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Mandatory (Recommended)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[必要 (建議)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptName" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[加密]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptOptional" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Optional (False)]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[選用 (False)]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encrypt]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[加密]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";encryptionChangePromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[mssql extension for VS Code now has encryption enabled by default for all SQL Server connections. This may result in your existing connections no longer working unless certain Encryption related connection properties are changed. We recommend you visit the link below for more information.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[VS Code 的 MSSQL 延伸模組現在會針對所有 SQL Server 連線預設啟用加密。除非您變更特定加密相關連線屬性,否則這可能會導致現有的連線無法再使用。建議您造訪下列連結以了解更多資訊。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";endIpAddressPrompt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[End IP]]></Val>
@ -685,6 +757,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";moreInformation" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[More information]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[詳細資訊]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgAccountNotFound" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Account not found]]></Val>
@ -696,10 +777,13 @@
</Item>
<Item ItemId=";msgAccountRefreshFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[認證錯誤: 帳戶憑證已過期。請重新驗證。]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[Credential Error: Account credentials have expired. Please re-authenticate.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -1126,6 +1210,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptProfileUpdateFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Connection Profile could not be updated. Please modify the connection details manually in settings.json and try again.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[無法更新連線設定檔。請在 settings.json 中手動修改連線詳細資料,然後再試一次。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptRetryConnectionDifferentCredentials" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Error: Login failed. Retry using different credentials?]]></Val>
@ -1174,6 +1267,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgPromptSSLCertificateValidationFailed" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Encryption was enabled on this connection, review your SSL and certificate configuration for the target SQL Server, or set 'Trust server certificate' to 'true' in the settings file. Note: A self-signed certificate offers only limited protection and is not a recommended practice for production environments. Do you want to enable 'Trust server certificate' on this connection and retry?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[已在此連線上啟用加密、檢閱目標 SQL Server 的 SSL 與憑證設定,或在設定檔案中將 [信任伺服器憑證]5D; 設定為 'true'。注意: 自我簽署憑證只提供有限的保護,且不是實際執行環境的建議做法。您要在此連線上啟用 [信任伺服器憑證]5D; 並重試嗎?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";msgRefreshConnection" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Failed to refresh connection ${0} with uri {1}, invalid connection result.]]></Val>
@ -1408,6 +1510,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";readMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Read more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[深入了解]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";recentConnectionsPlaceholder" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Choose a connection profile from the list below]]></Val>
@ -1426,6 +1537,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";releaseNotesPromptDescription" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View mssql for Visual Studio Code release notes?]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[要檢視 Visual Studio Code 的 MSSQL 版本資訊嗎?]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";restoreLabel" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[Restore]]></Val>
@ -1642,6 +1762,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";viewMore" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[View more]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[檢視更多內容]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
</Item>
</Item>
</LCX>

Просмотреть файл

@ -228,10 +228,13 @@
</Item>
<Item ItemId=";mssql.connection.encrypt" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[[Optional]5D; When set to 'true', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'true' for Azure SQL Database connection.]]></Val>
<Val><![CDATA[[Optional]5D; When set to 'Mandatory', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'Mandatory' for Azure SQL Database connection.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[[選用]5D; 設定為 'true' 時如果伺服器已安裝憑證SQL Server 會對客戶端與伺服器之間傳輸的資料使用 SSL 加密。將 Azure SQL Database 連線設定為 'true'。]]></Val>
<Val><![CDATA[[選用]5D; 設定為 'Mandatory' 時如果伺服器已安裝憑證SQL Server 會對客戶端與伺服器之間傳輸的資料使用 SSL 加密。將 Azure SQL Database 連線設定為 'Mandatory'。]]></Val>
</Tgt>
<Prev Cat="Text">
<Val><![CDATA[[Optional]5D; When set to 'true', SQL Server uses SSL encryption for data sent between the client and the server if the server has a certificate installed. Set 'true' for Azure SQL Database connection.]]></Val>
</Prev>
</Str>
<Disp Icon="Str" />
</Item>
@ -244,6 +247,15 @@
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";mssql.connection.hostNameInCertificate" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[[Optional]5D; When specified (and encrypt=Mandatory and trustServerCertificate=false), SQL Server uses provided hostname for validating trust with the server certificate.]]></Val>
<Tgt Cat="Text" Stat="Loc" Orig="New">
<Val><![CDATA[[選用]5D; 指定 (和 encrypt=Mandatory 和 trustServerCertificate=false) 時SQL Server 使用提供的主機名稱來驗證與伺服器憑證的信任。]]></Val>
</Tgt>
</Str>
<Disp Icon="Str" />
</Item>
<Item ItemId=";mssql.connection.loadBalanceTimeout" ItemType="0" PsrId="308" Leaf="true">
<Str Cat="Text">
<Val><![CDATA[[Optional]5D; Specify the minimum amount of time in seconds for this connection to live in the pool before being removed/deleted.]]></Val>