mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
[Loc] additions to notebook, sql-database-projects and sql.xlf (#17282)
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
<source xml:lang="en">Browse</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="configurePython.descriptionWithKernel">
|
||||
<source xml:lang="en">The {0} kernel requires a Python runtime to be configured and dependencies to be installed.</source>
|
||||
<source xml:lang="en">The '{0}' kernel requires a Python runtime to be configured and dependencies to be installed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="configurePython.descriptionWithoutKernel">
|
||||
<source xml:lang="en">Notebook kernels require a Python runtime to be configured and dependencies to be installed.</source>
|
||||
@@ -371,8 +371,8 @@
|
||||
<trans-unit id="configurePython.requiredVersionColumn">
|
||||
<source xml:lang="en">Required Version</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="msgUnsupportedKernel">
|
||||
<source xml:lang="en">Could not retrieve packages for kernel {0}</source>
|
||||
<trans-unit id="msgNoRequirementsForKernel">
|
||||
<source xml:lang="en">No packages are required by default for the kernel '{0}'</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/notebook/dist/dialog/managePackages/addNewPackageTab" source-language="en" datatype="plaintext"><body>
|
||||
|
||||
@@ -49,6 +49,9 @@
|
||||
<trans-unit id="addPackage">
|
||||
<source xml:lang="en">Add Package</source>
|
||||
</trans-unit>
|
||||
<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="appSettingPrompt">
|
||||
<source xml:lang="en">Would you like to update Azure Function local.settings.json with the new connection string?</source>
|
||||
</trans-unit>
|
||||
@@ -418,6 +421,9 @@
|
||||
<trans-unit id="missingVersion">
|
||||
<source xml:lang="en">Missing 'version' entry in {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="moreInformation">
|
||||
<source xml:lang="en">More Information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="msec">
|
||||
<source xml:lang="en">msec</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -3808,6 +3808,9 @@ Error: {1}</source>
|
||||
<trans-unit id="messagesTabTitle">
|
||||
<source xml:lang="en">Messages</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="queryResults.queryEditorCrashError">
|
||||
<source xml:lang="en">The query editor ran into an issue and has stopped working. Please save and reopen it.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="resultsTabTitle">
|
||||
<source xml:lang="en">Results</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user