[Loc] mssql update 9-15-2022 (#20612)

This commit is contained in:
Alex Ma
2022-09-15 17:33:45 -07:00
committed by GitHub
parent cddfc7fd92
commit 87a1f40fa3

View File

@@ -642,6 +642,15 @@
<trans-unit id="tableDesigner.NewTable">
<source xml:lang="en">New Table</source>
</trans-unit>
<trans-unit id="tableDesigner.no">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="tableDesigner.turnOnPreloadingMessage">
<source xml:lang="en">Do you want to reduce the table designer load time by enabling the database model preloading? The database model will be preloaded when you expand the database node in object explorer.</source>
</trans-unit>
<trans-unit id="tableDesigner.yes">
<source xml:lang="en">Yes</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/dist/telemetry" source-language="en" datatype="plaintext"><body>
<trans-unit id="serviceCrashMessage">
@@ -1075,6 +1084,9 @@
<trans-unit id="mssql.query.xactAbortOn">
<source xml:lang="en">Enable SET XACT_ABORT ON option</source>
</trans-unit>
<trans-unit id="mssql.tableDesigner.preloadDatabaseModel">
<source xml:lang="en">Whether to preload the database model when the database node in the object explorer is expanded. When enabled, the loading time of table designer can be reduced. Note: You might see higher than normal memory usage if you need to expand a lot of database nodes.</source>
</trans-unit>
<trans-unit id="mssql.tracingLevel">
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
</trans-unit>