mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
[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:
@@ -983,8 +983,8 @@
|
||||
"fields": [
|
||||
{
|
||||
"type": "options",
|
||||
"label": "%arc.sql.replicas.label%",
|
||||
"description": "%arc.sql.replicas.description%",
|
||||
"label": "%arc.sql.high.availability.label%",
|
||||
"description": "%arc.sql.high.availability.description%",
|
||||
"required": true,
|
||||
"variableName": "AZDATA_NB_VAR_SQL_REPLICAS",
|
||||
"options": {
|
||||
|
||||
@@ -97,12 +97,6 @@
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.SettingAlreadyExists" ItemType="0" PsrId="308" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Local app setting '{0}' already exists. Overwrite?]]></Val>
|
||||
</Str>
|
||||
<Disp Icon="Str" />
|
||||
</Item>
|
||||
<Item ItemId=";extensions/sql-database-projects/dist/common/constants.Status" ItemType="0" PsrId="308" Leaf="true">
|
||||
<Str Cat="Text">
|
||||
<Val><![CDATA[Status]]></Val>
|
||||
|
||||
@@ -481,7 +481,7 @@
|
||||
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/notebook/dist/jupyter/jupyterNotebookProvider" source-language="en" datatype="plaintext"><body>
|
||||
<file original="extensions/notebook/dist/jupyter/jupyterExecuteProvider" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="errNotebookUriMissing">
|
||||
<source xml:lang="en">A notebook path is required</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -583,6 +583,12 @@
|
||||
<trans-unit id="sameDatabase">
|
||||
<source xml:lang="en">Same database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="save">
|
||||
<source xml:lang="en">Save</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="saveChangesInFile">
|
||||
<source xml:lang="en">There are unsaved changes in the current file. Save now?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema">
|
||||
<source xml:lang="en">Schema</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -891,6 +891,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.sql.virtual.machine">
|
||||
<source xml:lang="en">SQL Virtual Machine</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.start.migration.button">
|
||||
<source xml:lang="en">Start migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.start.time">
|
||||
<source xml:lang="en">Start time</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user