[Loc] update to schema-compare and sql-database-projects (#18054)

This commit is contained in:
Alex Ma
2022-01-12 10:13:30 -08:00
committed by GitHub
parent 4f18180672
commit d00a7796d3
2 changed files with 51 additions and 0 deletions

View File

@@ -951,6 +951,9 @@
<trans-unit id="displayName">
<source xml:lang="en">SQL Server Schema Compare</source>
</trans-unit>
<trans-unit id="schemaCompare.runComparison">
<source xml:lang="en">Run Schema Comparison</source>
</trans-unit>
<trans-unit id="schemaCompare.start">
<source xml:lang="en">Schema Compare</source>
</trans-unit>

View File

@@ -37,6 +37,9 @@
<trans-unit id="Time">
<source xml:lang="en">Time</source>
</trans-unit>
<trans-unit id="actionLabel">
<source xml:lang="en">Action</source>
</trans-unit>
<trans-unit id="addDatabaseReferenceOkButtonText">
<source xml:lang="en">Add reference</source>
</trans-unit>
@@ -58,6 +61,12 @@
<trans-unit id="appSettingPrompt">
<source xml:lang="en">Would you like to update Azure Function local.settings.json with the new connection string?</source>
</trans-unit>
<trans-unit id="applyError">
<source xml:lang="en">There was an error updating the project: {0}</source>
</trans-unit>
<trans-unit id="applySuccess">
<source xml:lang="en">Project was successfully updated.</source>
</trans-unit>
<trans-unit id="at">
<source xml:lang="en">at</source>
</trans-unit>
@@ -112,6 +121,9 @@
<trans-unit id="cleaningDockerImagesMessage">
<source xml:lang="en">Cleaning existing deployments...</source>
</trans-unit>
<trans-unit id="compareActionRadiButtonLabel">
<source xml:lang="en">View changes in Schema Compare</source>
</trans-unit>
<trans-unit id="confirmPassword">
<source xml:lang="en">Confirm SQL server admin password</source>
</trans-unit>
@@ -340,6 +352,9 @@
<trans-unit id="enterSystemDbName">
<source xml:lang="en">Enter a database name for this system database</source>
</trans-unit>
<trans-unit id="equalComparison">
<source xml:lang="en">The project is already up to date with the database.</source>
</trans-unit>
<trans-unit id="errorFindingBuildFilesLocation">
<source xml:lang="en">Error finding build files location: {0}</source>
</trans-unit>
@@ -513,9 +528,15 @@
<trans-unit id="noFileExist">
<source xml:lang="en">File {0} doesn't exist</source>
</trans-unit>
<trans-unit id="noSchemaCompareExtension">
<source xml:lang="en">The Schema Compare extension must be installed to a update a project from a database.</source>
</trans-unit>
<trans-unit id="noSqlFilesGenerated">
<source xml:lang="en">No .sql files were generated by Autorest. Please confirm that your spec contains model definitions, or check the output log for details.</source>
</trans-unit>
<trans-unit id="noSqlProjFile">
<source xml:lang="en">The selected project file does not exist</source>
</trans-unit>
<trans-unit id="noSqlProjFilesSelected">
<source xml:lang="en">No .sqlproj file selected; please select one.</source>
</trans-unit>
@@ -597,6 +618,9 @@
<trans-unit id="projectLocString">
<source xml:lang="en">Project</source>
</trans-unit>
<trans-unit id="projectLocationLabel">
<source xml:lang="en">Location</source>
</trans-unit>
<trans-unit id="projectLocationPlaceholderText">
<source xml:lang="en">Select location to create project</source>
</trans-unit>
@@ -612,6 +636,9 @@
<trans-unit id="projectReferenceNameElement">
<source xml:lang="en">Project reference name element</source>
</trans-unit>
<trans-unit id="projectToUpdatePlaceholderText">
<source xml:lang="en">Select project file</source>
</trans-unit>
<trans-unit id="publish">
<source xml:lang="en">Publish</source>
</trans-unit>
@@ -690,6 +717,9 @@
<trans-unit id="schema">
<source xml:lang="en">Schema</source>
</trans-unit>
<trans-unit id="schemaCompare.compareErrorMessage">
<source xml:lang="en">Schema Compare failed: {0}</source>
</trans-unit>
<trans-unit id="schemaCompareAction">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
@@ -855,12 +885,27 @@
<trans-unit id="unrecognizedDataSourcesVersion">
<source xml:lang="en">Unrecognized version: </source>
</trans-unit>
<trans-unit id="updateAction">
<source xml:lang="en">Update action</source>
</trans-unit>
<trans-unit id="updateActionRadiButtonLabel">
<source xml:lang="en">Apply all changes</source>
</trans-unit>
<trans-unit id="updateProjectDatabaseReferencesForRoundTrip">
<source xml:lang="en">The system database references need to be updated to build the project '{0}'. If the project was created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
</trans-unit>
<trans-unit id="updateProjectForRoundTrip">
<source xml:lang="en">The targets, references, and system database references need to be updated to build the project '{0}'. If the project was created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
</trans-unit>
<trans-unit id="updateProjectFromDatabaseDialogName">
<source xml:lang="en">Update project from database</source>
</trans-unit>
<trans-unit id="updateText">
<source xml:lang="en">Update</source>
</trans-unit>
<trans-unit id="updatingProjectFromDatabase">
<source xml:lang="en">Updating {0} from {1}...</source>
</trans-unit>
<trans-unit id="userSelectionCancelled">
<source xml:lang="en">User has cancelled selection for how to run autorest.</source>
</trans-unit>
@@ -999,6 +1044,9 @@
<trans-unit id="sqlDatabaseProjects.schemaCompare">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.updateProjectFromDatabase">
<source xml:lang="en">Update Project From Database</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.validateExternalStreamingJob">
<source xml:lang="en">Validate External Streaming Job</source>
</trans-unit>