[Loc] added changes to sql-database-projects and sql (#16810)

This commit is contained in:
Alex Ma
2021-08-17 16:46:14 -07:00
committed by GitHub
parent 640c6f30f4
commit cb54cc7bb9
2 changed files with 20 additions and 2 deletions

View File

@@ -679,8 +679,8 @@
<trans-unit id="cicularProjectReference">
<source xml:lang="en">Circular reference from project {0} to project {1}</source>
</trans-unit>
<trans-unit id="mssqlNotFound">
<source xml:lang="en">Could not get SQL Tools Service install location at {0}</source>
<trans-unit id="errorFindingBuildFilesLocation">
<source xml:lang="en">Error finding build files location: {0}</source>
</trans-unit>
<trans-unit id="projBuildFailed">
<source xml:lang="en">Build failed. Check output pane for more details. {0}</source>

View File

@@ -2902,6 +2902,12 @@ Error: {1}</source>
<trans-unit id="notebook.enableIncrementalGridRendering">
<source xml:lang="en">Enable incremental grid rendering for notebooks. This will improve the initial rendering time for large notebooks. There may be performance issues when interacting with the notebook while the rest of the grids are rendering.</source>
</trans-unit>
<trans-unit id="notebookViews">
<source xml:lang="en">Notebook Views</source>
</trans-unit>
<trans-unit id="notebookViews.enabled">
<source xml:lang="en">(Preview) Enable Notebook Views</source>
</trans-unit>
<trans-unit id="searchConfigurationTitle">
<source xml:lang="en">Search Notebooks</source>
</trans-unit>
@@ -3207,9 +3213,21 @@ Error: {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/contrib/notebook/browser/notebookViews/notebookViews.component" source-language="en" datatype="plaintext"><body>
<trans-unit id="cellAwaitingInputTitle">
<source xml:lang="en">Cell Awaiting Input</source>
</trans-unit>
<trans-unit id="loading">
<source xml:lang="en">Loading</source>
</trans-unit>
<trans-unit id="cellNotFound">
<source xml:lang="en">cell with URI {0} was not found in this model</source>
</trans-unit>
<trans-unit id="startingExecution">
<source xml:lang="en">Starting execution</source>
</trans-unit>
<trans-unit id="runningCell">
<source xml:lang="en">Running cell {0} of {1}</source>
</trans-unit>
<trans-unit id="cellRunFailed">
<source xml:lang="en">Run Cells failed - See error in output of the currently selected cell for more information.</source>
</trans-unit>