mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 17:23:53 -05:00
[Loc] update to sql migration, database projects and import extension strings (#17130)
This commit is contained in:
@@ -13,6 +13,12 @@
|
||||
<trans-unit id="flatFileImport.columnName">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.columnTableTitle">
|
||||
<source xml:lang="en">Column</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.createDerivedColumn">
|
||||
<source xml:lang="en">Create derived column</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.dataType">
|
||||
<source xml:lang="en">Data Type</source>
|
||||
</trans-unit>
|
||||
@@ -22,12 +28,30 @@
|
||||
<trans-unit id="flatFileImport.databaseName">
|
||||
<source xml:lang="en">Database name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction1">
|
||||
<source xml:lang="en">Select the columns of data on the left required to derive your new column</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction2">
|
||||
<source xml:lang="en">Select a row and specify an example transformation that you would like applied to the rest of the column</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction3">
|
||||
<source xml:lang="en">Click "Preview Transformation" to preview the transformation</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction4">
|
||||
<source xml:lang="en">Refine your transformation until you have the desired column</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.deriverColumnInstruction5">
|
||||
<source xml:lang="en">Specify the new derived column's name and click "Done"</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.fileImport">
|
||||
<source xml:lang="en">File to be imported</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.fileTextboxTitle">
|
||||
<source xml:lang="en">Location of the file to be imported</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.headerIntructionText">
|
||||
<source xml:lang="en">Welcome to the Derived Column Tool! To get started, please follow the steps below:</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.importData">
|
||||
<source xml:lang="en">Import Data</source>
|
||||
</trans-unit>
|
||||
@@ -58,6 +82,9 @@
|
||||
<trans-unit id="flatFileImport.page4Name">
|
||||
<source xml:lang="en">Summary</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.previewTransformation">
|
||||
<source xml:lang="en">Preview Transformation</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.primaryKey">
|
||||
<source xml:lang="en">Primary Key</source>
|
||||
</trans-unit>
|
||||
@@ -73,12 +100,27 @@
|
||||
<trans-unit id="flatFileImport.schemaTextboxTitle">
|
||||
<source xml:lang="en">Table schema</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.selectAllColumns">
|
||||
<source xml:lang="en">Select all columns</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.selectColumn">
|
||||
<source xml:lang="en">Select column {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.serverDropdownTitle">
|
||||
<source xml:lang="en">Server the database is in</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.serverName">
|
||||
<source xml:lang="en">Server name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyDerivedColNameTitle">
|
||||
<source xml:lang="en">Column Name</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyTransformation">
|
||||
<source xml:lang="en">Specify Transformation</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.specifyTransformationForRow">
|
||||
<source xml:lang="en">Specify transformation for row {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="flatFileImport.success.norows">
|
||||
<source xml:lang="en">✔ You have successfully inserted the data into a table.</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -91,6 +91,9 @@
|
||||
<trans-unit id="cleaningDockerImagesMessage">
|
||||
<source xml:lang="en">Cleaning existing deployments...</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="confirmPassword">
|
||||
<source xml:lang="en">Confirm SQL server admin password</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="connectingToSqlServerOnDockerMessage">
|
||||
<source xml:lang="en">Connecting to SQL Server on Docker</source>
|
||||
</trans-unit>
|
||||
@@ -217,9 +220,6 @@
|
||||
<trans-unit id="deployDbTaskName">
|
||||
<source xml:lang="en">Deploying SQL Db Project Locally</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="deployProjectFailed">
|
||||
<source xml:lang="en">Failed to deploy project. Check output pane for more details. {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="deployProjectFailedMessage">
|
||||
<source xml:lang="en">Failed to open a connection to the deployed database'</source>
|
||||
</trans-unit>
|
||||
@@ -247,6 +247,9 @@
|
||||
<trans-unit id="dockerLogMessage">
|
||||
<source xml:lang="en">Docker logs: '{0}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="dockerNotRunningError">
|
||||
<source xml:lang="en">Failed to verify docker. Please make sure docker is installed and running. Error: '{0}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="done">
|
||||
<source xml:lang="en">Done</source>
|
||||
</trans-unit>
|
||||
@@ -265,9 +268,6 @@
|
||||
<trans-unit id="emptyProjectTypeDisplayName">
|
||||
<source xml:lang="en">SQL Database</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterBaseImage">
|
||||
<source xml:lang="en">Enter the base SQL Server docker image or press enter to use the default value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterConnStringTemplateDescription">
|
||||
<source xml:lang="en">Enter a template for SQL connection string</source>
|
||||
</trans-unit>
|
||||
@@ -287,10 +287,10 @@
|
||||
<source xml:lang="en">Enter new value for variable '{0}'</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterPassword">
|
||||
<source xml:lang="en">Enter password</source>
|
||||
<source xml:lang="en">Enter SQL Server admin password</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterPortNumber">
|
||||
<source xml:lang="en">Enter port number or press enter to use the default value</source>
|
||||
<source xml:lang="en">Enter SQL server port number or press enter to use the default value</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="enterSystemDbName">
|
||||
<source xml:lang="en">Enter a database name for this system database</source>
|
||||
@@ -382,6 +382,9 @@
|
||||
<trans-unit id="invalidPropertyValue">
|
||||
<source xml:lang="en">Invalid value specified for the property '{0}' in .sqlproj file</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidSQLPassword">
|
||||
<source xml:lang="en">SQL Server password doesn't meet the password complexity requirement. For more information see https://docs.microsoft.com/sql/relational-databases/security/password-policy</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="invalidSqlConnectionString">
|
||||
<source xml:lang="en">Invalid SQL connection string</source>
|
||||
</trans-unit>
|
||||
@@ -469,6 +472,9 @@
|
||||
<trans-unit id="parentTreeItemUnknown">
|
||||
<source xml:lang="en">Cannot access parent of provided tree item</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="passwordNotMatch">
|
||||
<source xml:lang="en">SQL Server password doesn't match the confirmation password</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="portMustNotBeNumber">
|
||||
<source xml:lang="en">Port must a be number</source>
|
||||
</trans-unit>
|
||||
@@ -520,8 +526,11 @@
|
||||
<trans-unit id="publishSettingsFiles">
|
||||
<source xml:lang="en">Publish Settings File</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToContainerFailed">
|
||||
<source xml:lang="en">Failed to publish to container. Check output pane for more details. {0}</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToDockerContainer">
|
||||
<source xml:lang="en">Publish to docker container</source>
|
||||
<source xml:lang="en">Publish to new server in a container</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="publishToExistingServer">
|
||||
<source xml:lang="en">Publish to existing server</source>
|
||||
@@ -583,6 +592,9 @@
|
||||
<trans-unit id="selectAzureFunction">
|
||||
<source xml:lang="en">Select an Azure function in the current file to add SQL binding to</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectBaseImage">
|
||||
<source xml:lang="en">Select the base SQL Server docker image</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="selectBindingType">
|
||||
<source xml:lang="en">Select type of binding</source>
|
||||
</trans-unit>
|
||||
|
||||
@@ -195,6 +195,9 @@ This may take some time.</source>
|
||||
<trans-unit id="sql.migration.cutover.card">
|
||||
<source xml:lang="en">Completing cutover</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.cutover.error">
|
||||
<source xml:lang="en">An error occurred while initiating cutover.</source>
|
||||
</trans-unit>
|
||||
<trans-unit id="sql.migration.cutover.help.main">
|
||||
<source xml:lang="en">Perform the following steps before you complete cutover.</source>
|
||||
</trans-unit>
|
||||
|
||||
Reference in New Issue
Block a user