mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
[Loc] added changes to sql-database-projects and sql (#16810)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user