[Loc] update to sql-database-projects (#18983)

This commit is contained in:
Alex Ma
2022-04-08 15:38:54 -07:00
committed by GitHub
parent 0738c148ca
commit 828c6760e2

View File

@@ -5306,12 +5306,18 @@ Error: {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/notebook/browser/models/cell" source-language="en" datatype="plaintext"><body>
<trans-unit id="codeCellLabel">
<source xml:lang="en">Code Cell {0}</source>
</trans-unit>
<trans-unit id="commandSuccessful">
<source xml:lang="en">Command executed successfully</source>
</trans-unit>
<trans-unit id="executionCanceled">
<source xml:lang="en">Query execution was canceled</source>
</trans-unit>
<trans-unit id="mdCellLabel">
<source xml:lang="en">Markdown Cell {0}</source>
</trans-unit>
<trans-unit id="noDefaultKernel">
<source xml:lang="en">No kernel is available for this notebook</source>
</trans-unit>
@@ -5907,12 +5913,18 @@ Error: {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/tableDesigner/browser/tableDesignerComponentInput" source-language="en" datatype="plaintext"><body>
<trans-unit id="designer.checkConstraint.description.description">
<source xml:lang="en">The description of the check constraint.</source>
</trans-unit>
<trans-unit id="designer.checkConstraint.description.expression">
<source xml:lang="en">The expression defining the check constraint.</source>
</trans-unit>
<trans-unit id="designer.checkConstraint.description.name">
<source xml:lang="en">The name of the check constraint.</source>
</trans-unit>
<trans-unit id="designer.column.description.advancedType">
<source xml:lang="en">Displays the unified data type (including length, scale and precision) for the column</source>
</trans-unit>
<trans-unit id="designer.column.description.allowNulls">
<source xml:lang="en">Specifies whether the column may have a NULL value.</source>
</trans-unit>
@@ -5922,6 +5934,9 @@ Error: {1}</source>
<trans-unit id="designer.column.description.defaultValueBinding">
<source xml:lang="en">A predefined global default value for the column or binding.</source>
</trans-unit>
<trans-unit id="designer.column.description.description">
<source xml:lang="en">Displays the description of the column</source>
</trans-unit>
<trans-unit id="designer.column.description.length">
<source xml:lang="en">The maximum length (in characters) that can be stored in this database object.</source>
</trans-unit>
@@ -5940,6 +5955,9 @@ Error: {1}</source>
<trans-unit id="designer.foreignkey.description.columnMapping">
<source xml:lang="en">The mapping between foreign key columns and primary key columns.</source>
</trans-unit>
<trans-unit id="designer.foreignkey.description.description">
<source xml:lang="en">The description of the foreign key.</source>
</trans-unit>
<trans-unit id="designer.foreignkey.description.name">
<source xml:lang="en">The name of the foreign key.</source>
</trans-unit>
@@ -5958,6 +5976,9 @@ Error: {1}</source>
<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.description">
<source xml:lang="en">The description 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>
@@ -5973,6 +5994,9 @@ Error: {1}</source>
<trans-unit id="designer.table.primaryKeyColumns.description">
<source xml:lang="en">Columns in the primary key.</source>
</trans-unit>
<trans-unit id="designer.table.primaryKeyDescription.description">
<source xml:lang="en">The description of the primary key.</source>
</trans-unit>
<trans-unit id="designer.table.primaryKeyName.description">
<source xml:lang="en">Name of the primary key.</source>
</trans-unit>
@@ -6015,6 +6039,9 @@ Error: {1}</source>
<trans-unit id="tableDesigner.addNewIndex">
<source xml:lang="en">New Index</source>
</trans-unit>
<trans-unit id="tableDesigner.checkConstraintDescriptionTitle">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="tableDesigner.checkConstraintExpressionTitle">
<source xml:lang="en">Expression</source>
</trans-unit>
@@ -6027,12 +6054,18 @@ Error: {1}</source>
<trans-unit id="tableDesigner.checkConstraintsTabTitle">
<source xml:lang="en">Check Constraints</source>
</trans-unit>
<trans-unit id="tableDesigner.columnAdvancedTypeTitle">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="tableDesigner.columnAllowNullTitle">
<source xml:lang="en">Allow Nulls</source>
</trans-unit>
<trans-unit id="tableDesigner.columnDefaultValueTitle">
<source xml:lang="en">Default Value</source>
</trans-unit>
<trans-unit id="tableDesigner.columnDescriptionTitle">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="tableDesigner.columnIsPrimaryKeyTitle">
<source xml:lang="en">Primary Key</source>
</trans-unit>
@@ -6061,7 +6094,7 @@ Error: {1}</source>
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="tableDesigner.errorInitializingTableDesigner">
<source xml:lang="en">An error occured while initializing the table designer: {0}</source>
<source xml:lang="en">An error occurred while initializing the table designer: {0}</source>
</trans-unit>
<trans-unit id="tableDesigner.errorProcessingEdit">
<source xml:lang="en">An error occured while processing the change: {0}</source>
@@ -6075,6 +6108,9 @@ Error: {1}</source>
<trans-unit id="tableDesigner.foreignKeyColumns">
<source xml:lang="en">Columns</source>
</trans-unit>
<trans-unit id="tableDesigner.foreignKeyDescriptionTitle">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="tableDesigner.foreignKeyNameTitle">
<source xml:lang="en">Name</source>
</trans-unit>
@@ -6091,7 +6127,7 @@ Error: {1}</source>
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="tableDesigner.generatePreviewReportError">
<source xml:lang="en">An error occured while generating preview report: {0}</source>
<source xml:lang="en">An error occurred while generating preview report: {0}</source>
</trans-unit>
<trans-unit id="tableDesigner.generateScriptError">
<source xml:lang="en">An error occured while generating the script: {0}</source>
@@ -6111,6 +6147,9 @@ Error: {1}</source>
<trans-unit id="tableDesigner.indexColumns">
<source xml:lang="en">Columns</source>
</trans-unit>
<trans-unit id="tableDesigner.indexDescription">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="tableDesigner.indexName">
<source xml:lang="en">Name</source>
</trans-unit>
@@ -6126,6 +6165,9 @@ Error: {1}</source>
<trans-unit id="tableDesigner.primaryKeyColumnsTitle">
<source xml:lang="en">Primary Key Columns</source>
</trans-unit>
<trans-unit id="tableDesigner.primaryKeyDescriptionTitle">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="tableDesigner.primaryKeyNameTitle">
<source xml:lang="en">Name</source>
</trans-unit>