mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-08 01:28:26 -05:00
[Loc] Update to schema-compare XLF (#17733)
This commit is contained in:
@@ -676,6 +676,18 @@
|
||||
<trans-unit id="SchemaCompareOptionsDialog.Reset">
|
||||
<source xml:lang="en">Reset</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="file">
|
||||
<source xml:lang="en">File</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flat">
|
||||
<source xml:lang="en">Flat</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="objectType">
|
||||
<source xml:lang="en">Object Type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schema">
|
||||
<source xml:lang="en">Schema</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.ApplyConfirmation">
|
||||
<source xml:lang="en">Are you sure you want to update the target?</source>
|
||||
</trans-unit>
|
||||
@@ -695,14 +707,20 @@
|
||||
<source xml:lang="en">Add</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyButtonDisabledTitle">
|
||||
<source xml:lang="en">Apply is enabled when the target is a database</source>
|
||||
<source xml:lang="en">Apply is enabled when the target is a database or database project</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyButtonEnabledTitle">
|
||||
<source xml:lang="en">Apply changes to target</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyError">
|
||||
<source xml:lang="en">There was an error updating the project</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applyNoChanges">
|
||||
<source xml:lang="en">No changes to apply</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.applySuccess">
|
||||
<source xml:lang="en">Project was successfully updated</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.cancelCompareButton">
|
||||
<source xml:lang="en">Stop</source>
|
||||
</trans-unit>
|
||||
@@ -784,6 +802,9 @@
|
||||
<trans-unit id="schemaCompare.optionsButton">
|
||||
<source xml:lang="en">Options</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.projectButtonLabel">
|
||||
<source xml:lang="en">Database Project</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompare.radioButtonsLabel">
|
||||
<source xml:lang="en">Type</source>
|
||||
</trans-unit>
|
||||
@@ -871,9 +892,21 @@
|
||||
<trans-unit id="schemaCompareDialog.differentTargetMessage">
|
||||
<source xml:lang="en">A different target schema has been selected. Compare to see the comparison?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.dspErrorSource">
|
||||
<source xml:lang="en">The source .sqlproj file does not specify a database schema component</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.dspErrorTarget">
|
||||
<source xml:lang="en">The target .sqlproj file does not specify a database schema component</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.fileTextBoxLabel">
|
||||
<source xml:lang="en">File</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.noProjectExtension">
|
||||
<source xml:lang="en">The sql-database-projects extension is required to perform schema comparison with database projects</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.noProjectExtensionApply">
|
||||
<source xml:lang="en">The sql-database-projects extension is required to apply changes to a project</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.ok">
|
||||
<source xml:lang="en">OK</source>
|
||||
</trans-unit>
|
||||
@@ -889,6 +922,9 @@
|
||||
<trans-unit id="schemaCompareDialog.sourceTextBox">
|
||||
<source xml:lang="en">Source file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.structureDropdownLabel">
|
||||
<source xml:lang="en">Folder Structure</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaCompareDialog.targetDatabaseDropdown">
|
||||
<source xml:lang="en">Target Database</source>
|
||||
</trans-unit>
|
||||
@@ -901,6 +937,12 @@
|
||||
<trans-unit id="schemaCompareOptions.RecompareMessage">
|
||||
<source xml:lang="en">Options have changed. Recompare to see the comparison?</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="schemaObjectType">
|
||||
<source xml:lang="en">Schema/Object Type</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="targetStructure">
|
||||
<source xml:lang="en">Target Folder Structure</source>
|
||||
</trans-unit>
|
||||
</body></file>
|
||||
<file original="extensions/schema-compare/package" source-language="en" datatype="plaintext"><body>
|
||||
<trans-unit id="description">
|
||||
|
||||
Reference in New Issue
Block a user