mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
added more XLFS (#16399)
This commit is contained in:
@@ -652,6 +652,9 @@
|
||||
<trans-unit id="arc.serviceEndpoints">
|
||||
<source xml:lang="en">Service endpoints</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.serviceEndpointsTable">
|
||||
<source xml:lang="en">Service endpoints table</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.databases">
|
||||
<source xml:lang="en">Databases</source>
|
||||
</trans-unit>
|
||||
@@ -1042,6 +1045,12 @@
|
||||
<trans-unit id="arc.podsUsedDescription">
|
||||
<source xml:lang="en">Select a pod in the dropdown below for detailed health information.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.podsUsedDescriptionAria">
|
||||
<source xml:lang="en">Select a pod in the dropdown below for detailed health information</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.podConditionsTable">
|
||||
<source xml:lang="en">Pod conditions table</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="arc.connectToPostgresDescription">
|
||||
<source xml:lang="en">A connection to the server is required to show and set database engine settings, which will require the PostgreSQL Extension to be installed.</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -996,6 +996,21 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.username">
|
||||
<source xml:lang="en">Username</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.size">
|
||||
<source xml:lang="en">Size (MB)</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.last.backup">
|
||||
<source xml:lang="en">Last backup</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.database.migration">
|
||||
<source xml:lang="en">Databases for migration</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migrate.text">
|
||||
<source xml:lang="en">Select database(s) that you want to migrate to Azure SQL</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.offline.caps">
|
||||
<source xml:lang="en">OFFLINE</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.issues">
|
||||
<source xml:lang="en">Issues</source>
|
||||
</trans-unit>
|
||||
@@ -1059,6 +1074,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.databases">
|
||||
<source xml:lang="en">Databases ({0}/{1})</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.databases.selected">
|
||||
<source xml:lang="en">{0}/{1} Databases Selected</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.issues.count">
|
||||
<source xml:lang="en">Issues ({0})</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user