diff --git a/resources/xlf/en/sql-database-projects.xlf b/resources/xlf/en/sql-database-projects.xlf index 2df0c45fb6..6934086f6d 100644 --- a/resources/xlf/en/sql-database-projects.xlf +++ b/resources/xlf/en/sql-database-projects.xlf @@ -52,6 +52,9 @@ To use SQL bindings, ensure your Azure Functions project has a reference to {0} + + Error adding Sql Binding extension package to project + Would you like to update Azure Function local.settings.json with the new connection string? @@ -914,7 +917,7 @@ Whether to prompt the user to install .NET Core when not detected. - Whether to prompt the user to set .NET SDK version when a newer unsupported version is detected. + Whether to prompt the user to install .NET SDK version and add global.json to project when a newer unsupported version is detected. Full path to .NET Core SDK on the machine. diff --git a/resources/xlf/en/sql.xlf b/resources/xlf/en/sql.xlf index a0dd958051..56283f311d 100644 --- a/resources/xlf/en/sql.xlf +++ b/resources/xlf/en/sql.xlf @@ -5815,6 +5815,41 @@ Error: {1} Table + + + + Specifies whether the column may have a NULL value. + + + Displays the data type name for the column + + + A predefined global default value for the column or binding. + + + Description for the column. + + + The maximum length (in characters) that can be stored in this database object. + + + The name of the column object. + + + For numeric data, the maximum number of decimal digits that can be stored in this database object. + + + Specifies whether the column is included in the primary key for the table. + + + Description for the table. + + + The name of the table object. + + + The schema that contains the table. +