mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
[Loc] update to strings for 2-21-2023 for data workspace and sql-database-projects (#22002)
This commit is contained in:
@@ -151,6 +151,9 @@
|
|||||||
<trans-unit id="dataworkspace.yesRecommended">
|
<trans-unit id="dataworkspace.yesRecommended">
|
||||||
<source xml:lang="en">Yes (Recommended)</source>
|
<source xml:lang="en">Yes (Recommended)</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="dragAndDropNotSupported">
|
||||||
|
<source xml:lang="en">This project type does not support drag and drop.</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="fileDoesNotExist">
|
<trans-unit id="fileDoesNotExist">
|
||||||
<source xml:lang="en">File '{0}' doesn't exist</source>
|
<source xml:lang="en">File '{0}' doesn't exist</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@@ -169,6 +172,9 @@
|
|||||||
<trans-unit id="noPreviousData">
|
<trans-unit id="noPreviousData">
|
||||||
<source xml:lang="en">Prior {0} for the current project will appear here, please run to see the results.</source>
|
<source xml:lang="en">Prior {0} for the current project will appear here, please run to see the results.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="onlyMovingOneFileIsSupported">
|
||||||
|
<source xml:lang="en">Only moving one file at a time is supported.</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="openedProjectsUndefinedAfterRefresh">
|
<trans-unit id="openedProjectsUndefinedAfterRefresh">
|
||||||
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
|
<source xml:lang="en">List of opened projects should not be undefined after refresh from disk.</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
<trans-unit id="InProgress">
|
<trans-unit id="InProgress">
|
||||||
<source xml:lang="en">In progress</source>
|
<source xml:lang="en">In progress</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="Move">
|
||||||
|
<source xml:lang="en">Move</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="PublishHistory">
|
<trans-unit id="PublishHistory">
|
||||||
<source xml:lang="en">Publish History</source>
|
<source xml:lang="en">Publish History</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@@ -412,6 +415,9 @@
|
|||||||
<trans-unit id="errorFindingBuildFilesLocation">
|
<trans-unit id="errorFindingBuildFilesLocation">
|
||||||
<source xml:lang="en">Error finding build files location: {0}</source>
|
<source xml:lang="en">Error finding build files location: {0}</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="errorMovingFile">
|
||||||
|
<source xml:lang="en">Error when moving file from {0} to {1}. Error: {2}</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="errorReadingProjectGuid">
|
<trans-unit id="errorReadingProjectGuid">
|
||||||
<source xml:lang="en">Error trying to read {0} of project '{1}'</source>
|
<source xml:lang="en">Error trying to read {0} of project '{1}'</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@@ -564,6 +570,12 @@
|
|||||||
<trans-unit id="missingVersion">
|
<trans-unit id="missingVersion">
|
||||||
<source xml:lang="en">Missing 'version' entry in {0}</source>
|
<source xml:lang="en">Missing 'version' entry in {0}</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="moveConfirmationPrompt">
|
||||||
|
<source xml:lang="en">Are you sure you want to move {0} to {1}?</source>
|
||||||
|
</trans-unit>
|
||||||
|
<trans-unit id="movingFilesBetweenProjectsNotSupported">
|
||||||
|
<source xml:lang="en">Moving files between projects is not supported</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="msec">
|
<trans-unit id="msec">
|
||||||
<source xml:lang="en">msec</source>
|
<source xml:lang="en">msec</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
@@ -630,6 +642,9 @@
|
|||||||
<trans-unit id="okString">
|
<trans-unit id="okString">
|
||||||
<source xml:lang="en">Ok</source>
|
<source xml:lang="en">Ok</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
<trans-unit id="onlyMoveSqlFilesSupported">
|
||||||
|
<source xml:lang="en">Only moving .sql files is supported</source>
|
||||||
|
</trans-unit>
|
||||||
<trans-unit id="openEulaString">
|
<trans-unit id="openEulaString">
|
||||||
<source xml:lang="en">Open License Agreement</source>
|
<source xml:lang="en">Open License Agreement</source>
|
||||||
</trans-unit>
|
</trans-unit>
|
||||||
|
|||||||
Reference in New Issue
Block a user