mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[Loc] Update to sql-database-projects and sql.xlf (#17687)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user