[Loc] fix for package.nls.json and xlf update (#24522)

This commit is contained in:
Alex Ma
2023-09-26 17:56:20 -07:00
committed by GitHub
parent dce130c5af
commit efcf52f62c
3 changed files with 9 additions and 7 deletions

View File

@@ -168,6 +168,10 @@
<trans-unit id="azuredatastudio.installTooltip">
<source xml:lang="en">Install this extension</source>
</trans-unit>
<trans-unit id="azuredatastudio.themeUpdatedNotification">
<source xml:lang="en">Azure Data Studio now ships with a new default theme '{0}'. If you prefer, you can switch back to the old theme or try one of the many other color themes available.</source>
<note>{0} is the name of the new default theme</note>
</trans-unit>
<trans-unit id="connectionDialogBrowseTree.context">
<source xml:lang="en">The connection dialog's browse tree context menu</source>
</trans-unit>
@@ -226,6 +230,10 @@
<trans-unit id="newQuery">
<source xml:lang="en">New Query</source>
</trans-unit>
<trans-unit id="newThemeNotification">
<source xml:lang="en">Azure Data Studio now ships with a new default theme '{0}'. Do you want to give it a try?</source>
<note>{0} is the name of the new default theme</note>
</trans-unit>
<trans-unit id="notebook.cellTitle">
<source xml:lang="en">The notebook cell title menu</source>
</trans-unit>