mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
[Loc] Sql xlf update for 5-3-2022 (add untitledNotSupported) (#19291)
This commit is contained in:
@@ -3446,6 +3446,9 @@ Error: {1}</source>
|
||||
<trans-unit id="trustLabel">
|
||||
<source xml:lang="en">Trusted</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="untitledNotSupported">
|
||||
<source xml:lang="en">Run with parameters is not supported for Untitled notebooks. Please save the notebook before continuing. [Learn more](https://docs.microsoft.com/sql/azure-data-studio/notebooks/notebooks-parameterization).</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="untrustLabel">
|
||||
<source xml:lang="en">Not Trusted</source>
|
||||
</trans-unit>
|
||||
@@ -5338,6 +5341,12 @@ Error: {1}</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/services/notebook/browser/models/cell" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="cellExecutionComplete">
|
||||
<source xml:lang="en">Cell execution is complete</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="cellExecutionStarted">
|
||||
<source xml:lang="en">Cell execution started</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="codeCellLabel">
|
||||
<source xml:lang="en">Code Cell {0}</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user