[Loc] add converttosdkstyleconfirmation message (#18971)

This commit is contained in:
Alex Ma
2022-04-07 16:51:49 -07:00
committed by GitHub
parent a595fb8fd1
commit 562e0fdde7

View File

@@ -133,6 +133,9 @@
<trans-unit id="containerAlreadyExistForProject">
<source xml:lang="en">Containers already exist for this project. Do you want to delete them before deploying a new one?</source>
</trans-unit>
<trans-unit id="convertToSdkStyleConfirmation">
<source xml:lang="en">The project '{0}' will not be fully compatible with SSDT after conversion. A backup copy of the project file will be created in the project folder prior to conversion. More information is available at https://aka.ms/sqlprojsdk. Continue with converting to SDK-style project?</source>
</trans-unit>
<trans-unit id="createNew">
<source xml:lang="en">Create New</source>
</trans-unit>