[Loc] sql xlf update, add not supported kernal message (#21385)

This commit is contained in:
Alex Ma
2022-12-08 14:49:02 -08:00
committed by GitHub
parent 272e748424
commit 60add80fb0

View File

@@ -5896,6 +5896,9 @@ Error: {1}</source>
<trans-unit id="kernelRequiresConnection">
<source xml:lang="en">Please select a connection to run cells for this kernel</source>
</trans-unit>
<trans-unit id="savedKernelNotSupported">
<source xml:lang="en">This notebook's '{0}' kernel is not supported. Defaulting to SQL kernel instead.</source>
</trans-unit>
<trans-unit id="shutdownClientSessionError">
<source xml:lang="en">A client session error occurred when closing the notebook: {0}</source>
</trans-unit>