[Loc] update to xlfs (#18866)

This commit is contained in:
Alex Ma
2022-03-29 15:02:59 -07:00
committed by GitHub
parent af3d307d40
commit c62619c17b
3 changed files with 28 additions and 7 deletions

View File

@@ -23,7 +23,7 @@
<source xml:lang="en">Refresh</source>
</trans-unit>
<trans-unit id="dataworkspace.NewProjectDialogTitle">
<source xml:lang="en">Create new project</source>
<source xml:lang="en">Create new database project</source>
</trans-unit>
<trans-unit id="dataworkspace.Type">
<source xml:lang="en">Type</source>
@@ -134,7 +134,7 @@
<source xml:lang="en">Select Project Location</source>
</trans-unit>
<trans-unit id="dataworkspace.selectProjectType">
<source xml:lang="en">Select Project Type</source>
<source xml:lang="en">Select Database Project Type</source>
</trans-unit>
<trans-unit id="dataworkspace.selectTargetPlatform">
<source xml:lang="en">Select Target Platform</source>

View File

@@ -122,7 +122,7 @@
<source xml:lang="en">Confirm {0} admin password</source>
</trans-unit>
<trans-unit id="connectingToSqlServerOnDockerMessage">
<source xml:lang="en">Connecting to SQL Server on Docker</source>
<source xml:lang="en">Connecting to SQL Server</source>
</trans-unit>
<trans-unit id="connectionFailedError">
<source xml:lang="en">Connection failed error: '{0}'</source>
@@ -290,16 +290,22 @@
<source xml:lang="en">Microsoft Azure SQL Edge License Agreement</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDescription">
<source xml:lang="en">Start with the core pieces to develop and publish schemas for SQL Edge</source>
<source xml:lang="en">Start with the core pieces to develop and publish schemas for Azure SQL Edge Database</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDisplayName">
<source xml:lang="en">SQL Edge</source>
<source xml:lang="en">Azure SQL Edge Database</source>
</trans-unit>
<trans-unit id="emptyAzureDbProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for Azure SQL Database starting from an empty project</source>
</trans-unit>
<trans-unit id="emptyAzureDbProjectTypeDisplayName">
<source xml:lang="en">Azure SQL Database</source>
</trans-unit>
<trans-unit id="emptyProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for SQL databases starting from an empty project</source>
<source xml:lang="en">Develop and publish schemas for SQL Server databases starting from an empty project</source>
</trans-unit>
<trans-unit id="emptyProjectTypeDisplayName">
<source xml:lang="en">SQL Database</source>
<source xml:lang="en">SQL Server Database</source>
</trans-unit>
<trans-unit id="emptySdkProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for SQL databases with Microsoft.Build.Sql (preview), starting from an empty SDK-style project.</source>
@@ -918,6 +924,9 @@
<trans-unit id="sqlDatabaseProjects.close">
<source xml:lang="en">Close Database Project</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.convertToSdkStyleProject">
<source xml:lang="en">Convert to SDK-style project</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.createProjectFromDatabase">
<source xml:lang="en">Create Project From Database</source>
</trans-unit>

View File

@@ -3215,6 +3215,9 @@ Error: {1}</source>
<trans-unit id="notebookViews.enabled">
<source xml:lang="en">(Preview) Enable Notebook Views</source>
</trans-unit>
<trans-unit id="restartNotebookKernel">
<source xml:lang="en">Restart Notebook Kernel</source>
</trans-unit>
<trans-unit id="search.actionsPosition">
<source xml:lang="en">Controls the positioning of the actionbar on rows in the search view.</source>
</trans-unit>
@@ -5341,6 +5344,12 @@ Error: {1}</source>
<trans-unit id="kernelRequiresConnection">
<source xml:lang="en">Kernel '{0}' was not found. The default kernel will be used instead.</source>
</trans-unit>
<trans-unit id="kernelRestartFailed">
<source xml:lang="en">Kernel restart failed: {0}</source>
</trans-unit>
<trans-unit id="kernelRestartedSuccessfully">
<source xml:lang="en">Kernel restarted successfully</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/notebook/browser/models/notebookContexts" source-language="en" datatype="plaintext"><body>
<trans-unit id="localhost">
@@ -5411,6 +5420,9 @@ Error: {1}</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/notebook/browser/sql/sqlSessionManager" source-language="en" datatype="plaintext"><body>
<trans-unit id="SqlKernelRestartNotSupported">
<source xml:lang="en">SQL kernel restart not supported</source>
</trans-unit>
<trans-unit id="connectionRequired">
<source xml:lang="en">A connection must be chosen to run notebook cells</source>
</trans-unit>