mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
[Loc] more string changes (#19379)
This commit is contained in:
@@ -712,6 +712,9 @@
|
||||
<trans-unit id="designer.IssueListAriaLabel">
|
||||
<source xml:lang="en">Issues</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="designer.moreInfoLink">
|
||||
<source xml:lang="en">More information</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/browser/designer/designerPropertiesPane" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="tableDesigner.propertiesPaneTitle">
|
||||
@@ -1500,9 +1503,6 @@
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/connection/browser/connection.contribution" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="connection.parseClipboardForConnectionStringDescription">
|
||||
<source xml:lang="en">Attempt to parse the contents of the clipboard when the connection dialog is opened or a paste is performed.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connection.showUnsupportedServerVersionWarning">
|
||||
<source xml:lang="en">Whether to show the warning message when user connects to a server version that is not supported by Azure Data Studio.</source>
|
||||
</trans-unit>
|
||||
@@ -1540,6 +1540,9 @@
|
||||
<trans-unit id="schema.displayName">
|
||||
<source xml:lang="en">Display Name for the provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema.enableConnectionStringOption">
|
||||
<source xml:lang="en">Whether the provider supports connection string as an input option. The default value is false.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema.iconPath">
|
||||
<source xml:lang="en">Icon path for the server type</source>
|
||||
</trans-unit>
|
||||
@@ -1552,6 +1555,9 @@
|
||||
<trans-unit id="schema.providerId">
|
||||
<source xml:lang="en">Common id for the provider</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema.useConnectionStringAsDefaultOption">
|
||||
<source xml:lang="en">Whether the connection provider uses connection string as the default option to connect. The default value is false.</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="src/sql/workbench/contrib/connection/common/connectionTreeProviderExentionPoint" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="connectionTreeProvider.schema.id">
|
||||
@@ -5141,8 +5147,14 @@ Error: {1}</source>
|
||||
<trans-unit id="connectionWidget.AddAzureAccount">
|
||||
<source xml:lang="en">Add an account...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.fieldWillBeTrimmed">
|
||||
<source xml:lang="en">{0} will be trimmed.</source>
|
||||
<trans-unit id="connectionWidget.ConnectionStringError">
|
||||
<source xml:lang="en">Failed to parse the connection string.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.Error">
|
||||
<source xml:lang="en">Error</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.connectionString">
|
||||
<source xml:lang="en">Connection string</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectionWidget.invalidAzureAccount">
|
||||
<source xml:lang="en">You must select an account</source>
|
||||
|
||||
Reference in New Issue
Block a user