[Loc] update to localized xlf resources prior to code complete check in (#16595)

This commit is contained in:
Alex Ma
2021-08-06 11:17:04 -07:00
committed by GitHub
parent aeabb325f6
commit 3a4caa64d2
60 changed files with 2842 additions and 602 deletions

View File

@@ -132,6 +132,10 @@
[Open Project](command:sqlDatabaseProjects.open)
[Create Project From Database](command:sqlDatabaseProjects.importDatabase)</target>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.addSqlBinding">
<source xml:lang="en">Add SQL Binding</source>
<target state="new">Add SQL Binding</target>
</trans-unit>
</body>
</file>
<file original="extensions/sql-database-projects/dist/common/constants" source-language="en" datatype="plaintext" target-language="de">
@@ -593,10 +597,22 @@
<source xml:lang="en">Browse folder</source>
<target state="translated">Ordner durchsuchen</target>
</trans-unit>
<trans-unit id="selectFolderStructure">
<source xml:lang="en">Select folder structure</source>
<target state="new">Select folder structure</target>
</trans-unit>
<trans-unit id="folderStructureLabel">
<source xml:lang="en">Folder structure</source>
<target state="translated">Ordnerstruktur</target>
</trans-unit>
<trans-unit id="browseEllipsis">
<source xml:lang="en">Browse...</source>
<target state="new">Browse...</target>
</trans-unit>
<trans-unit id="selectProjectLocation">
<source xml:lang="en">Select project location</source>
<target state="new">Select project location</target>
</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>
<target state="translated">Der ausgewählte Projektspeicherort "{0}" ist nicht vorhanden oder kein Verzeichnis.</target>
@@ -737,13 +753,9 @@
<source xml:lang="en">A folder with the name '{0}' already exists on disk at this location. Please choose another name.</source>
<target state="translated">Auf dem Datenträger ist an diesem Speicherort bereits ein Ordner mit dem Namen "{0}" vorhanden. Wählen Sie einen anderen Namen.</target>
</trans-unit>
<trans-unit id="fileAlreadyAddedToProject">
<source xml:lang="en">A file with the path '{0}' has already been added to the project</source>
<target state="translated">Dem Projekt wurde bereits eine Datei mit dem Pfad "{0}" hinzugefügt</target>
</trans-unit>
<trans-unit id="folderAlreadyAddedToProject">
<source xml:lang="en">A folder with the path '{0}' has already been added to the project</source>
<target state="translated">Dem Projekt wurde bereits ein Ordner mit dem Pfad "{0}" hinzugefügt.</target>
<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>
<target state="new">A folder with the name '{0}' already exists on disk at this location. Please choose another location.</target>
</trans-unit>
<trans-unit id="invalidInput">
<source xml:lang="en">Invalid input: {0}</source>
@@ -869,6 +881,42 @@
<source xml:lang="en">Script.PostDeployment</source>
<target state="translated">Script.PostDeployment</target>
</trans-unit>
<trans-unit id="input">
<source xml:lang="en">Input</source>
<target state="new">Input</target>
</trans-unit>
<trans-unit id="output">
<source xml:lang="en">Output</source>
<target state="new">Output</target>
</trans-unit>
<trans-unit id="selectBindingType">
<source xml:lang="en">Select type of binding</source>
<target state="new">Select type of binding</target>
</trans-unit>
<trans-unit id="selectAzureFunction">
<source xml:lang="en">Select an Azure function in the current file to add SQL binding to</source>
<target state="new">Select an Azure function in the current file to add SQL binding to</target>
</trans-unit>
<trans-unit id="sqlObjectToQuery">
<source xml:lang="en">SQL object to query</source>
<target state="new">SQL object to query</target>
</trans-unit>
<trans-unit id="sqlTableToUpsert">
<source xml:lang="en">SQL table to upsert into</source>
<target state="new">SQL table to upsert into</target>
</trans-unit>
<trans-unit id="connectionStringSetting">
<source xml:lang="en">Connection string setting name</source>
<target state="new">Connection string setting name</target>
</trans-unit>
<trans-unit id="connectionStringSettingPlaceholder">
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
<target state="new">Connection string setting specified in "local.settings.json"</target>
</trans-unit>
<trans-unit id="noAzureFunctionsInFile">
<source xml:lang="en">No Azure functions in the current active file</source>
<target state="new">No Azure functions in the current active file</target>
</trans-unit>
</body>
</file>
<file original="extensions/sql-database-projects/dist/tools/netcoreTool" source-language="en" datatype="plaintext" target-language="de">