[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

@@ -52,6 +52,9 @@
<trans-unit id="addPackageReferenceMessage">
<source xml:lang="en">To use SQL bindings, ensure your Azure Functions project has a reference to {0}</source>
</trans-unit>
<trans-unit id="addSqlBindingPackageError">
<source xml:lang="en">Error adding Sql Binding extension package to project</source>
</trans-unit>
<trans-unit id="appSettingPrompt">
<source xml:lang="en">Would you like to update Azure Function local.settings.json with the new connection string?</source>
</trans-unit>
@@ -914,7 +917,7 @@
<source xml:lang="en">Whether to prompt the user to install .NET Core when not detected.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreDowngradeDoNotShow">
<source xml:lang="en">Whether to prompt the user to set .NET SDK version when a newer unsupported version is detected.</source>
<source xml:lang="en">Whether to prompt the user to install .NET SDK version and add global.json to project when a newer unsupported version is detected.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreInstallLocation">
<source xml:lang="en">Full path to .NET Core SDK on the machine.</source>

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">