[Loc] update to sql-database-projects and sql xlfs (#17797)

This commit is contained in:
Alex Ma
2021-12-02 11:27:53 -08:00
committed by GitHub
parent ba3e6343e8
commit 5ad91135dd
2 changed files with 48 additions and 31 deletions

View File

@@ -274,6 +274,12 @@
<trans-unit id="dockerContainerNotRunningErrorMessage"> <trans-unit id="dockerContainerNotRunningErrorMessage">
<source xml:lang="en">Docker container is not running</source> <source xml:lang="en">Docker container is not running</source>
</trans-unit> </trans-unit>
<trans-unit id="dockerImageEulaMessage">
<source xml:lang="en">License Agreement:</source>
</trans-unit>
<trans-unit id="dockerImageMessage">
<source xml:lang="en">Docker Image:</source>
</trans-unit>
<trans-unit id="dockerLogMessage"> <trans-unit id="dockerLogMessage">
<source xml:lang="en">Docker logs: '{0}'</source> <source xml:lang="en">Docker logs: '{0}'</source>
</trans-unit> </trans-unit>
@@ -286,6 +292,9 @@
<trans-unit id="dontUseProfile"> <trans-unit id="dontUseProfile">
<source xml:lang="en">Don't use profile</source> <source xml:lang="en">Don't use profile</source>
</trans-unit> </trans-unit>
<trans-unit id="edgeEulaAgreementTitle">
<source xml:lang="en">Microsoft Azure SQL Edge License Agreement</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDescription"> <trans-unit id="edgeProjectTypeDescription">
<source xml:lang="en">Start with the core pieces to develop and publish schemas for SQL Edge</source> <source xml:lang="en">Start with the core pieces to develop and publish schemas for SQL Edge</source>
</trans-unit> </trans-unit>
@@ -337,6 +346,17 @@
<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>
<trans-unit id="eulaAgreementTemplate">
<source xml:lang="en">I accept the {0}.</source>
<note>The placeholders are contents of the line and should not be translated.</note>
</trans-unit>
<trans-unit id="eulaAgreementText">
<source xml:lang="en">I accept the {0}.</source>
<note>The placeholders are contents of the line and should not be translated.</note>
</trans-unit>
<trans-unit id="eulaAgreementTitle">
<source xml:lang="en">Microsoft SQL Server License Agreement</source>
</trans-unit>
<trans-unit id="exampleUsage"> <trans-unit id="exampleUsage">
<source xml:lang="en">Example Usage</source> <source xml:lang="en">Example Usage</source>
</trans-unit> </trans-unit>
@@ -526,6 +546,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="openEulaString">
<source xml:lang="en">Open License Agreement</source>
</trans-unit>
<trans-unit id="output"> <trans-unit id="output">
<source xml:lang="en">Output</source> <source xml:lang="en">Output</source>
</trans-unit> </trans-unit>

View File

@@ -2775,45 +2775,36 @@ Error: {1}</source>
</trans-unit> </trans-unit>
</body></file> </body></file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/markdownToolbar.component" source-language="en" datatype="plaintext"><body> <file original="src/sql/workbench/contrib/notebook/browser/cellViews/markdownToolbar.component" source-language="en" datatype="plaintext"><body>
<trans-unit id="buttonBold"> <trans-unit id="bold">
<source xml:lang="en">Bold</source> <source xml:lang="en">Bold</source>
</trans-unit> </trans-unit>
<trans-unit id="buttonCode">
<source xml:lang="en">Code</source>
</trans-unit>
<trans-unit id="buttonHighlight">
<source xml:lang="en">Highlight</source>
</trans-unit>
<trans-unit id="buttonImage">
<source xml:lang="en">Image</source>
</trans-unit>
<trans-unit id="buttonItalic">
<source xml:lang="en">Italic</source>
</trans-unit>
<trans-unit id="buttonLink">
<source xml:lang="en">Link</source>
</trans-unit>
<trans-unit id="buttonList">
<source xml:lang="en">List</source>
</trans-unit>
<trans-unit id="buttonOrderedList">
<source xml:lang="en">Ordered list</source>
</trans-unit>
<trans-unit id="buttonPreview"> <trans-unit id="buttonPreview">
<source xml:lang="en">Markdown preview toggle - off</source> <source xml:lang="en">Markdown preview toggle - off</source>
</trans-unit> </trans-unit>
<trans-unit id="buttonUnderline">
<source xml:lang="en">Underline</source>
</trans-unit>
<trans-unit id="callout.insertImageHeading">
<source xml:lang="en">Insert image</source>
</trans-unit>
<trans-unit id="callout.insertLinkHeading">
<source xml:lang="en">Insert link</source>
</trans-unit>
<trans-unit id="dropdownHeading"> <trans-unit id="dropdownHeading">
<source xml:lang="en">Heading</source> <source xml:lang="en">Heading</source>
</trans-unit> </trans-unit>
<trans-unit id="highlight">
<source xml:lang="en">Highlight</source>
</trans-unit>
<trans-unit id="insertCode">
<source xml:lang="en">Insert code</source>
</trans-unit>
<trans-unit id="insertImage">
<source xml:lang="en">Insert image</source>
</trans-unit>
<trans-unit id="insertLink">
<source xml:lang="en">Insert link</source>
</trans-unit>
<trans-unit id="insertList">
<source xml:lang="en">Insert list</source>
</trans-unit>
<trans-unit id="insertOrderedList">
<source xml:lang="en">Insert ordered list</source>
</trans-unit>
<trans-unit id="italic">
<source xml:lang="en">Italic</source>
</trans-unit>
<trans-unit id="markdownViewButton"> <trans-unit id="markdownViewButton">
<source xml:lang="en">Markdown View</source> <source xml:lang="en">Markdown View</source>
</trans-unit> </trans-unit>
@@ -2835,6 +2826,9 @@ Error: {1}</source>
<trans-unit id="splitViewButton"> <trans-unit id="splitViewButton">
<source xml:lang="en">Split View</source> <source xml:lang="en">Split View</source>
</trans-unit> </trans-unit>
<trans-unit id="underline">
<source xml:lang="en">Underline</source>
</trans-unit>
</body></file> </body></file>
<file original="src/sql/workbench/contrib/notebook/browser/cellViews/output.component" source-language="en" datatype="plaintext"><body> <file original="src/sql/workbench/contrib/notebook/browser/cellViews/output.component" source-language="en" datatype="plaintext"><body>
<trans-unit id="componentRenderError"> <trans-unit id="componentRenderError">