[Loc] update to sql-database-projects and sql.xlf (#18125)

This commit is contained in:
Alex Ma
2022-01-19 11:07:25 -08:00
committed by GitHub
parent aaffbc6b25
commit 4646ef8d2e
2 changed files with 36 additions and 0 deletions

View File

@@ -322,6 +322,12 @@
<trans-unit id="emptyProjectTypeDisplayName">
<source xml:lang="en">SQL Database</source>
</trans-unit>
<trans-unit id="emptySdkProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for SQL databases with Microsoft.Build.Sql (preview), starting from an empty SDK-style project.</source>
</trans-unit>
<trans-unit id="emptySdkProjectTypeDisplayName">
<source xml:lang="en">SQL Database (SDK)</source>
</trans-unit>
<trans-unit id="enterConnStringTemplateDescription">
<source xml:lang="en">Enter a template for SQL connection string</source>
</trans-unit>
@@ -486,6 +492,9 @@
<trans-unit id="jsonParseError">
<source xml:lang="en">{0} near line "{1}", column "{2}"</source>
</trans-unit>
<trans-unit id="learnMore">
<source xml:lang="en">Learn More</source>
</trans-unit>
<trans-unit id="loadProfilePlaceholderText">
<source xml:lang="en">Load profile...</source>
</trans-unit>

View File

@@ -718,6 +718,9 @@
</trans-unit>
</body></file>
<file original="src/sql/workbench/browser/editor/tableDesigner/tableDesignerInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="tableDesigner.OperationInProgressWarning">
<source xml:lang="en">The operation cannot be performed while another operation is in progress.</source>
</trans-unit>
<trans-unit id="tableDesigner.newTable">
<source xml:lang="en">New Table</source>
</trans-unit>
@@ -5871,6 +5874,15 @@ Error: {1}</source>
<trans-unit id="designer.foreignkey.description.primaryKeyTable">
<source xml:lang="en">The table which contains the primary or unique key column.</source>
</trans-unit>
<trans-unit id="designer.index.column.description.name">
<source xml:lang="en">The name of the column.</source>
</trans-unit>
<trans-unit id="designer.index.description.columns">
<source xml:lang="en">The columns of the index.</source>
</trans-unit>
<trans-unit id="designer.index.description.name">
<source xml:lang="en">The name of the index.</source>
</trans-unit>
<trans-unit id="designer.table.description.description">
<source xml:lang="en">Description for the table.</source>
</trans-unit>
@@ -5883,6 +5895,9 @@ Error: {1}</source>
<trans-unit id="tableDesigner.ForeignKeyTypeName">
<source xml:lang="en">Foreign Key</source>
</trans-unit>
<trans-unit id="tableDesigner.IndexTypeName">
<source xml:lang="en">Index</source>
</trans-unit>
<trans-unit id="tableDesigner.PrimaryKeyTableName">
<source xml:lang="en">Primary Key Table</source>
</trans-unit>
@@ -5973,6 +5988,18 @@ Error: {1}</source>
<trans-unit id="tableDesigner.generatingScriptCompleted">
<source xml:lang="en">Script generated.</source>
</trans-unit>
<trans-unit id="tableDesigner.index.column.name">
<source xml:lang="en">Column</source>
</trans-unit>
<trans-unit id="tableDesigner.indexColumns">
<source xml:lang="en">Columns</source>
</trans-unit>
<trans-unit id="tableDesigner.indexName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="tableDesigner.indexesTabTitle">
<source xml:lang="en">Indexes</source>
</trans-unit>
<trans-unit id="tableDesigner.nameTitle">
<source xml:lang="en">Table name</source>
</trans-unit>