[Loc] Update to sql-database-projects and sql.xlf (#17687)

This commit is contained in:
Alex Ma
2021-11-16 16:23:06 -08:00
committed by GitHub
parent 3d9f54b0c0
commit 812ab1cc91
2 changed files with 39 additions and 1 deletions

View File

@@ -5815,6 +5815,41 @@ Error: {1}</source>
<trans-unit id="tableDesigner.tableObjectType">
<source xml:lang="en">Table</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/tableDesigner/browser/tableDesignerStrings" source-language="en" datatype="plaintext"><body>
<trans-unit id="designer.column.description.allowNulls">
<source xml:lang="en">Specifies whether the column may have a NULL value.</source>
</trans-unit>
<trans-unit id="designer.column.description.dataType">
<source xml:lang="en">Displays the data type name for the column</source>
</trans-unit>
<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">Description for 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>
<trans-unit id="designer.column.description.name">
<source xml:lang="en">The name of the column object.</source>
</trans-unit>
<trans-unit id="designer.column.description.precision">
<source xml:lang="en">For numeric data, the maximum number of decimal digits that can be stored in this database object.</source>
</trans-unit>
<trans-unit id="designer.column.description.primaryKey">
<source xml:lang="en">Specifies whether the column is included in the primary key for the table.</source>
</trans-unit>
<trans-unit id="designer.table.description.description">
<source xml:lang="en">Description for the table.</source>
</trans-unit>
<trans-unit id="designer.table.description.name">
<source xml:lang="en">The name of the table object.</source>
</trans-unit>
<trans-unit id="designer.table.description.schema">
<source xml:lang="en">The schema that contains the table.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/tasks/common/tasksService" source-language="en" datatype="plaintext"><body>
<trans-unit id="InProgressWarning">