[Loc] Another update for sql-database-projects xlf (#16581)

This commit is contained in:
Alex Ma
2021-08-05 11:17:40 -07:00
committed by GitHub
parent 2b103a79c3
commit 35983659b1

View File

@@ -442,9 +442,18 @@
<trans-unit id="browseButtonText">
<source xml:lang="en">Browse folder</source>
</trans-unit>
<trans-unit id="selectFolderStructure">
<source xml:lang="en">Select folder structure</source>
</trans-unit>
<trans-unit id="folderStructureLabel">
<source xml:lang="en">Folder structure</source>
</trans-unit>
<trans-unit id="browseEllipsis">
<source xml:lang="en">Browse...</source>
</trans-unit>
<trans-unit id="selectProjectLocation">
<source xml:lang="en">Select project location</source>
</trans-unit>
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
</trans-unit>
@@ -550,6 +559,9 @@
<trans-unit id="folderAlreadyExists">
<source xml:lang="en">A folder with the name '{0}' already exists on disk at this location. Please choose another name.</source>
</trans-unit>
<trans-unit id="folderAlreadyExistsChooseNewLocation">
<source xml:lang="en">A folder with the name '{0}' already exists on disk at this location. Please choose another location.</source>
</trans-unit>
<trans-unit id="invalidInput">
<source xml:lang="en">Invalid input: {0}</source>
</trans-unit>