[Loc] Update to arc extension for localization and fix for sql-database-projects lcl file in Chinese Simplified, along with small additions to XLFS (#17208)

* [Loc] Update to arc extension for localization and fix for sql-database-projects

* removed newline
This commit is contained in:
Alex Ma
2021-10-01 10:58:14 -07:00
committed by GitHub
parent e037118082
commit 4daadc4949
6 changed files with 31 additions and 19 deletions

View File

@@ -537,11 +537,20 @@
</trans-unit>
</body></file>
<file original="src/sql/workbench/api/common/extHostNotebook" source-language="en" datatype="plaintext"><body>
<trans-unit id="errNoManager">
<source xml:lang="en">No Manager found</source>
<trans-unit id="errNoExecuteManager">
<source xml:lang="en">No execute manager found</source>
</trans-unit>
<trans-unit id="errNoProvider">
<source xml:lang="en">no notebook provider found</source>
<trans-unit id="errNoExecuteProvider">
<source xml:lang="en">No notebook execute provider found</source>
</trans-unit>
<trans-unit id="errNoSerializationManager">
<source xml:lang="en">No serialization manager found</source>
</trans-unit>
<trans-unit id="errNoSerializationProvider">
<source xml:lang="en">No notebook serialization provider found</source>
</trans-unit>
<trans-unit id="executeProviderRequired">
<source xml:lang="en">A NotebookExecuteProvider with valid providerId must be passed to this method</source>
</trans-unit>
<trans-unit id="noContentManager">
<source xml:lang="en">Notebook Manager for notebook {0} does not have a content manager. Cannot perform operations on it</source>
@@ -552,13 +561,13 @@
<trans-unit id="noSessionManager">
<source xml:lang="en">Notebook Manager for notebook {0} does not have a session manager. Cannot perform operations on it</source>
</trans-unit>
<trans-unit id="providerRequired">
<source xml:lang="en">A NotebookProvider with valid providerId must be passed to this method</source>
<trans-unit id="serializationProviderRequired">
<source xml:lang="en">A NotebookSerializationProvider with valid providerId must be passed to this method</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/api/common/extHostNotebookDocumentsAndEditors" source-language="en" datatype="plaintext"><body>
<trans-unit id="providerRequired">
<source xml:lang="en">A NotebookProvider with valid providerId must be passed to this method</source>
<trans-unit id="navigationProviderRequired">
<source xml:lang="en">A NavigationProvider with valid providerId must be passed to this method</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/browser/actions" source-language="en" datatype="plaintext"><body>
@@ -5234,8 +5243,8 @@ Error: {1}</source>
<trans-unit id="vscode.extension.contributes.notebook.languagemagics">
<source xml:lang="en">Contributes notebook language.</source>
</trans-unit>
<trans-unit id="vscode.extension.contributes.notebook.providers">
<source xml:lang="en">Contributes notebook providers.</source>
<trans-unit id="vscode.extension.contributes.notebook.providersDescriptions">
<source xml:lang="en">Contributes notebook provider descriptions.</source>
</trans-unit>
</body></file>
<file original="src/sql/workbench/services/objectExplorer/browser/asyncServerTreeRenderer" source-language="en" datatype="plaintext"><body>