Files
azuredatastudio/resources/xlf/en/sql-database-projects.xlf

826 lines
36 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/sql-database-projects/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="title.projectsView">
<source xml:lang="en">Projects</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.displayName">
<source xml:lang="en">Database Projects</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.description">
<source xml:lang="en">Design and publish SQL database schemas</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.new">
<source xml:lang="en">New Database Project</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.open">
<source xml:lang="en">Open Database Project</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.close">
<source xml:lang="en">Close Database Project</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.build">
<source xml:lang="en">Build</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.publish">
<source xml:lang="en">Publish</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.deployLocal">
<source xml:lang="en">Deploy</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.createProjectFromDatabase">
<source xml:lang="en">Create Project From Database</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.properties">
<source xml:lang="en">Properties</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.schemaCompare">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.delete">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.exclude">
<source xml:lang="en">Exclude from project</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.validateExternalStreamingJob">
<source xml:lang="en">Validate External Streaming Job</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newScript">
<source xml:lang="en">Add Script</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newPreDeploymentScript">
<source xml:lang="en">Add Pre-Deployment Script</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newPostDeploymentScript">
<source xml:lang="en">Add Post-Deployment Script</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newTable">
<source xml:lang="en">Add Table</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newView">
<source xml:lang="en">Add View</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newStoredProcedure">
<source xml:lang="en">Add Stored Procedure</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newExternalStreamingJob">
<source xml:lang="en">Add External Streaming Job</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newItem">
<source xml:lang="en">Add Item...</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.newFolder">
<source xml:lang="en">Add Folder</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.addDatabaseReference">
<source xml:lang="en">Add Database Reference</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.openContainingFolder">
<source xml:lang="en">Open Containing Folder</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.editProjectFile">
<source xml:lang="en">Edit .sqlproj File</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.changeTargetPlatform">
<source xml:lang="en">Change Target Platform</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.Settings">
<source xml:lang="en">Database Projects</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreInstallLocation">
<source xml:lang="en">Full path to .NET Core SDK on the machine.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreDoNotAsk">
<source xml:lang="en">Whether to prompt the user to install .NET Core when not detected.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.welcome">
<source xml:lang="en">No database projects currently open.
[New Project](command:sqlDatabaseProjects.new)
[Open Project](command:sqlDatabaseProjects.open)
[Create Project From Database](command:sqlDatabaseProjects.importDatabase)</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.addSqlBinding">
<source xml:lang="en">Add SQL Binding</source>
</trans-unit>
</body></file>
<file original="extensions/sql-database-projects/dist/common/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="emptyProjectTypeDisplayName">
<source xml:lang="en">SQL Database</source>
</trans-unit>
<trans-unit id="emptyProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for SQL databases starting from an empty project</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDisplayName">
<source xml:lang="en">SQL Edge</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDescription">
<source xml:lang="en">Start with the core pieces to develop and publish schemas for SQL Edge</source>
</trans-unit>
<trans-unit id="addItemAction">
<source xml:lang="en">Add Item</source>
</trans-unit>
<trans-unit id="schemaCompareAction">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
<trans-unit id="buildAction">
<source xml:lang="en">Build</source>
</trans-unit>
<trans-unit id="publishAction">
<source xml:lang="en">Publish</source>
</trans-unit>
<trans-unit id="changeTargetPlatformAction">
<source xml:lang="en">Change Target Platform</source>
</trans-unit>
<trans-unit id="Status">
<source xml:lang="en">Status</source>
</trans-unit>
<trans-unit id="Time">
<source xml:lang="en">Time</source>
</trans-unit>
<trans-unit id="Date">
<source xml:lang="en">Date</source>
</trans-unit>
<trans-unit id="TargetPlatform">
<source xml:lang="en">Target Platform</source>
</trans-unit>
<trans-unit id="TargetServer">
<source xml:lang="en">Target Server</source>
</trans-unit>
<trans-unit id="TargetDatabase">
<source xml:lang="en">Target Database</source>
</trans-unit>
<trans-unit id="BuildHistory">
<source xml:lang="en">Build History</source>
</trans-unit>
<trans-unit id="PublishHistory">
<source xml:lang="en">Publish History</source>
</trans-unit>
<trans-unit id="Success">
<source xml:lang="en">Success</source>
</trans-unit>
<trans-unit id="Failed">
<source xml:lang="en">Failed</source>
</trans-unit>
<trans-unit id="InProgress">
<source xml:lang="en">In progress</source>
</trans-unit>
<trans-unit id="hr">
<source xml:lang="en">hr</source>
</trans-unit>
<trans-unit id="min">
<source xml:lang="en">min</source>
</trans-unit>
<trans-unit id="sec">
<source xml:lang="en">sec</source>
</trans-unit>
<trans-unit id="msec">
<source xml:lang="en">msec</source>
</trans-unit>
<trans-unit id="at">
<source xml:lang="en">at</source>
</trans-unit>
<trans-unit id="dataSourcesNodeName">
<source xml:lang="en">Data Sources</source>
</trans-unit>
<trans-unit id="databaseReferencesNodeName">
<source xml:lang="en">Database References</source>
</trans-unit>
<trans-unit id="sqlConnectionStringFriendly">
<source xml:lang="en">SQL connection string</source>
</trans-unit>
<trans-unit id="yesString">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="noString">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="noStringDefault">
<source xml:lang="en">No (default)</source>
</trans-unit>
<trans-unit id="okString">
<source xml:lang="en">Ok</source>
</trans-unit>
<trans-unit id="selectString">
<source xml:lang="en">Select</source>
</trans-unit>
<trans-unit id="dacpacFiles">
<source xml:lang="en">dacpac Files</source>
</trans-unit>
<trans-unit id="publishSettingsFiles">
<source xml:lang="en">Publish Settings File</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="schemaObjectType">
<source xml:lang="en">Schema/Object Type</source>
</trans-unit>
<trans-unit id="defaultProjectNameStarter">
<source xml:lang="en">DatabaseProject</source>
</trans-unit>
<trans-unit id="location">
<source xml:lang="en">Location</source>
</trans-unit>
<trans-unit id="reloadProject">
<source xml:lang="en">Would you like to reload your database project?</source>
</trans-unit>
<trans-unit id="newObjectNamePrompt">
<source xml:lang="en">New {0} name:</source>
</trans-unit>
<trans-unit id="deleteConfirmation">
<source xml:lang="en">Are you sure you want to delete {0}?</source>
</trans-unit>
<trans-unit id="deleteConfirmationContents">
<source xml:lang="en">Are you sure you want to delete {0} and all of its contents?</source>
</trans-unit>
<trans-unit id="deleteReferenceConfirmation">
<source xml:lang="en">Are you sure you want to delete the reference to {0}?</source>
</trans-unit>
<trans-unit id="selectTargetPlatform">
<source xml:lang="en">Current target platform: {0}. Select new target platform</source>
</trans-unit>
<trans-unit id="currentTargetPlatform">
<source xml:lang="en">Target platform of the project {0} is now {1}</source>
</trans-unit>
<trans-unit id="publishDialogName">
<source xml:lang="en">Publish project</source>
</trans-unit>
<trans-unit id="publish">
<source xml:lang="en">Publish</source>
</trans-unit>
<trans-unit id="cancelButtonText">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="generateScriptButtonText">
<source xml:lang="en">Generate Script</source>
</trans-unit>
<trans-unit id="databaseNameLabel">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="targetConnectionLabel">
<source xml:lang="en">Connection</source>
</trans-unit>
<trans-unit id="dataSourceRadioButtonLabel">
<source xml:lang="en">Data sources</source>
</trans-unit>
<trans-unit id="connectionRadioButtonLabel">
<source xml:lang="en">Connections</source>
</trans-unit>
<trans-unit id="dataSourceDropdownTitle">
<source xml:lang="en">Data source</source>
</trans-unit>
<trans-unit id="noDataSourcesText">
<source xml:lang="en">No data sources in this project</source>
</trans-unit>
<trans-unit id="loadProfilePlaceholderText">
<source xml:lang="en">Load profile...</source>
</trans-unit>
<trans-unit id="profileReadError">
<source xml:lang="en">Error loading the publish profile. {0}</source>
</trans-unit>
<trans-unit id="sqlCmdTableLabel">
<source xml:lang="en">SQLCMD Variables</source>
</trans-unit>
<trans-unit id="sqlCmdVariableColumn">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="sqlCmdValueColumn">
<source xml:lang="en">Value</source>
</trans-unit>
<trans-unit id="reloadValuesFromProjectButtonTitle">
<source xml:lang="en">Reload values from project</source>
</trans-unit>
<trans-unit id="profile">
<source xml:lang="en">Profile</source>
</trans-unit>
<trans-unit id="selectConnection">
<source xml:lang="en">Select connection</source>
</trans-unit>
<trans-unit id="server">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="default">
<source xml:lang="en">default</source>
</trans-unit>
<trans-unit id="selectProfileToUse">
<source xml:lang="en">Select publish profile to load</source>
</trans-unit>
<trans-unit id="selectProfile">
<source xml:lang="en">Select Profile</source>
</trans-unit>
<trans-unit id="dontUseProfile">
<source xml:lang="en">Don't use profile</source>
</trans-unit>
<trans-unit id="browseForProfile">
<source xml:lang="en">Browse for profile</source>
</trans-unit>
<trans-unit id="chooseAction">
<source xml:lang="en">Choose action</source>
</trans-unit>
<trans-unit id="chooseSqlcmdVarsToModify">
<source xml:lang="en">Choose SQLCMD variables to modify</source>
</trans-unit>
<trans-unit id="enterNewValueForVar">
<source xml:lang="en">Enter new value for variable '{0}'</source>
</trans-unit>
<trans-unit id="resetAllVars">
<source xml:lang="en">Reset all variables</source>
</trans-unit>
<trans-unit id="createNew">
<source xml:lang="en">&lt;Create New&gt;</source>
</trans-unit>
<trans-unit id="enterNewDatabaseName">
<source xml:lang="en">Enter new database name</source>
</trans-unit>
<trans-unit id="newDatabaseTitle">
<source xml:lang="en">{0} (new)</source>
<note>Name is the name of a new database being created</note>
</trans-unit>
<trans-unit id="selectDatabase">
<source xml:lang="en">Select database</source>
</trans-unit>
<trans-unit id="done">
<source xml:lang="en">Done</source>
</trans-unit>
<trans-unit id="nameMustNotBeEmpty">
<source xml:lang="en">Name must not be empty</source>
</trans-unit>
<trans-unit id="selectDeployOption">
<source xml:lang="en">Select where to deploy the project to</source>
</trans-unit>
<trans-unit id="deployToExistingServer">
<source xml:lang="en">Deploy to existing server</source>
</trans-unit>
<trans-unit id="deployToDockerContainer">
<source xml:lang="en">Deploy to docker container</source>
</trans-unit>
<trans-unit id="enterPortNumber">
<source xml:lang="en">Enter port number or press enter to use the default value</source>
</trans-unit>
<trans-unit id="enterConnectionStringEnvName">
<source xml:lang="en">Enter connection string environment variable name</source>
</trans-unit>
<trans-unit id="enterConnectionStringTemplate">
<source xml:lang="en">Enter connection string template</source>
</trans-unit>
<trans-unit id="enterPassword">
<source xml:lang="en">Enter password or press enter to use the generated password</source>
</trans-unit>
<trans-unit id="portMustNotBeNumber">
<source xml:lang="en">Port must a be number</source>
</trans-unit>
<trans-unit id="valueCannotBeEmpty">
<source xml:lang="en">Value cannot be empty</source>
</trans-unit>
<trans-unit id="enterConnStringTemplateDescription">
<source xml:lang="en">Enter a template for SQL connection string</source>
</trans-unit>
<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="enterConnectionStringEnvNameDescription">
<source xml:lang="en">Enter environment variable for SQL connection string</source>
</trans-unit>
<trans-unit id="deployDbTaskName">
<source xml:lang="en">Deploying SQL Db Project Locally</source>
</trans-unit>
<trans-unit id="deployProjectSucceed">
<source xml:lang="en">Database project deployed successfully</source>
</trans-unit>
<trans-unit id="cleaningDockerImagesMessage">
<source xml:lang="en">Cleaning existing deployments...</source>
</trans-unit>
<trans-unit id="creatingDeploymentSettingsMessage">
<source xml:lang="en">Creating deployment settings ...</source>
</trans-unit>
<trans-unit id="runningDockerMessage">
<source xml:lang="en">Building and running the docker container ...</source>
</trans-unit>
<trans-unit id="dockerContainerNotRunningErrorMessage">
<source xml:lang="en">Docker container is not running</source>
</trans-unit>
<trans-unit id="dockerContainerFailedToRunErrorMessage">
<source xml:lang="en">Failed to run the docker container</source>
</trans-unit>
<trans-unit id="connectingToSqlServerOnDockerMessage">
<source xml:lang="en">Connecting to SQL Server on Docker</source>
</trans-unit>
<trans-unit id="deployProjectFailedMessage">
<source xml:lang="en">Failed to open a connection to the deployed database'</source>
</trans-unit>
<trans-unit id="taskFailedError.error">
<source xml:lang="en">Failed to complete task '{0}'. Error: {1}</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="deployAppSettingUpdateFailed">
<source xml:lang="en">Failed to update app setting '{0}'</source>
</trans-unit>
<trans-unit id="deployAppSettingUpdating">
<source xml:lang="en">Updating app setting: '{0}'</source>
</trans-unit>
<trans-unit id="connectionFailedError">
<source xml:lang="en">Connection failed error: '{0}'</source>
</trans-unit>
<trans-unit id="dockerContainerCreatedMessage">
<source xml:lang="en">Docker created id: '{0}'</source>
</trans-unit>
<trans-unit id="dockerLogMessage">
<source xml:lang="en">Docker logs: '{0}'</source>
</trans-unit>
<trans-unit id="retryWaitMessage">
<source xml:lang="en">Waiting for {0} seconds before another attempt for operation '{1}'</source>
</trans-unit>
<trans-unit id="retryRunMessage">
<source xml:lang="en">Running operation '{2}' Attempt {0} of {1}</source>
</trans-unit>
<trans-unit id="retrySucceedMessage">
<source xml:lang="en">Operation '{0}' completed successfully. Result: {1}</source>
</trans-unit>
<trans-unit id="retryFailedMessage">
<source xml:lang="en">Operation '{0}' failed. Re-trying... Current Result: {1}. Error: '{2}'</source>
</trans-unit>
<trans-unit id="retryMessage">
<source xml:lang="en">Operation '{0}' failed. Re-trying... Error: '{1}'</source>
</trans-unit>
<trans-unit id="addDatabaseReferencedialogName">
<source xml:lang="en">Add database reference</source>
</trans-unit>
<trans-unit id="addDatabaseReferenceOkButtonText">
<source xml:lang="en">Add reference</source>
</trans-unit>
<trans-unit id="referenceRadioButtonsGroupTitle">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="projectLocString">
<source xml:lang="en">Project</source>
</trans-unit>
<trans-unit id="systemDatabase">
<source xml:lang="en">System database</source>
</trans-unit>
<trans-unit id="dacpacText">
<source xml:lang="en">Data-tier application (.dacpac)</source>
</trans-unit>
<trans-unit id="selectDacpac">
<source xml:lang="en">Select .dacpac</source>
</trans-unit>
<trans-unit id="sameDatabase">
<source xml:lang="en">Same database</source>
</trans-unit>
<trans-unit id="differentDbSameServer">
<source xml:lang="en">Different database, same server</source>
</trans-unit>
<trans-unit id="differentDbDifferentServer">
<source xml:lang="en">Different database, different server</source>
</trans-unit>
<trans-unit id="databaseName">
<source xml:lang="en">Database name</source>
</trans-unit>
<trans-unit id="databaseVariable">
<source xml:lang="en">Database variable</source>
</trans-unit>
<trans-unit id="serverName">
<source xml:lang="en">Server name</source>
</trans-unit>
<trans-unit id="serverVariable">
<source xml:lang="en">Server variable</source>
</trans-unit>
<trans-unit id="suppressMissingDependenciesErrors">
<source xml:lang="en">Suppress errors caused by unresolved references in the referenced project</source>
</trans-unit>
<trans-unit id="exampleUsage">
<source xml:lang="en">Example Usage</source>
</trans-unit>
<trans-unit id="enterSystemDbName">
<source xml:lang="en">Enter a database name for this system database</source>
</trans-unit>
<trans-unit id="databaseNameRequiredVariableOptional">
<source xml:lang="en">A database name is required. The database variable is optional.</source>
</trans-unit>
<trans-unit id="databaseNameServerNameVariableRequired">
<source xml:lang="en">A database name, server name, and server variable are required. The database variable is optional</source>
</trans-unit>
<trans-unit id="databaseProject">
<source xml:lang="en">Database project</source>
</trans-unit>
<trans-unit id="dacpacNotOnSameDrive">
<source xml:lang="en">Dacpac references need to be located on the same drive as the project file. The project file is located at {0}</source>
</trans-unit>
<trans-unit id="referenceType">
<source xml:lang="en">Reference type</source>
</trans-unit>
<trans-unit id="createProjectFromDatabaseDialogName">
<source xml:lang="en">Create project from database</source>
</trans-unit>
<trans-unit id="createProjectDialogOkButtonText">
<source xml:lang="en">Create</source>
</trans-unit>
<trans-unit id="sourceDatabase">
<source xml:lang="en">Source database</source>
</trans-unit>
<trans-unit id="targetProject">
<source xml:lang="en">Target project</source>
</trans-unit>
<trans-unit id="createProjectSettings">
<source xml:lang="en">Settings</source>
</trans-unit>
<trans-unit id="projectNameLabel">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="projectNamePlaceholderText">
<source xml:lang="en">Enter project name</source>
</trans-unit>
<trans-unit id="projectLocationPlaceholderText">
<source xml:lang="en">Select location to create project</source>
</trans-unit>
<trans-unit id="browseButtonText">
<source xml:lang="en">Browse folder</source>
</trans-unit>
<trans-unit id="selectFolderStructure">
<source xml:lang="en">Select folder structure</source>
</trans-unit>
<trans-unit id="folderStructureLabel">
<source xml:lang="en">Folder structure</source>
</trans-unit>
<trans-unit id="browseEllipsis">
<source xml:lang="en">Browse...</source>
</trans-unit>
<trans-unit id="selectProjectLocation">
<source xml:lang="en">Select project location</source>
</trans-unit>
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
</trans-unit>
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistError">
<source xml:lang="en">There is already a directory named '{0}' in the selected location: '{1}'.</source>
</trans-unit>
<trans-unit id="multipleSqlProjFilesSelected">
<source xml:lang="en">Multiple .sqlproj files selected; please select only one.</source>
</trans-unit>
<trans-unit id="noSqlProjFilesSelected">
<source xml:lang="en">No .sqlproj file selected; please select one.</source>
</trans-unit>
<trans-unit id="noDataSourcesFile">
<source xml:lang="en">No {0} found</source>
</trans-unit>
<trans-unit id="missingVersion">
<source xml:lang="en">Missing 'version' entry in {0}</source>
</trans-unit>
<trans-unit id="unrecognizedDataSourcesVersion">
<source xml:lang="en">Unrecognized version: </source>
</trans-unit>
<trans-unit id="unknownDataSourceType">
<source xml:lang="en">Unknown data source type: </source>
</trans-unit>
<trans-unit id="invalidSqlConnectionString">
<source xml:lang="en">Invalid SQL connection string</source>
</trans-unit>
<trans-unit id="extractTargetRequired">
<source xml:lang="en">Target information for extract is required to create database project.</source>
</trans-unit>
<trans-unit id="schemaCompareNotInstalled">
<source xml:lang="en">Schema compare extension installation is required to run schema compare</source>
</trans-unit>
<trans-unit id="buildFailedCannotStartSchemaCompare">
<source xml:lang="en">Schema compare could not start because build failed</source>
</trans-unit>
<trans-unit id="updateProjectForRoundTrip">
<source xml:lang="en">The targets, references, and system database references need to be updated to build this project. If the project is created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
</trans-unit>
<trans-unit id="updateProjectDatabaseReferencesForRoundTrip">
<source xml:lang="en">The system database references need to be updated to build this project. If the project is created in SSDT, it will continue to work in both tools. Do you want to update the project?</source>
</trans-unit>
<trans-unit id="databaseReferenceTypeRequired">
<source xml:lang="en">Database reference type is required for adding a reference to a database</source>
</trans-unit>
<trans-unit id="systemDatabaseReferenceRequired">
<source xml:lang="en">System database selection is required for adding a reference to a system database</source>
</trans-unit>
<trans-unit id="dacpacFileLocationRequired">
<source xml:lang="en">Dacpac file location is required for adding a reference to a database</source>
</trans-unit>
<trans-unit id="databaseLocation">
<source xml:lang="en">Database location is required for adding a reference to a database</source>
</trans-unit>
<trans-unit id="databaseNameRequired">
<source xml:lang="en">Database name is required for adding a reference to a different database</source>
</trans-unit>
<trans-unit id="invalidDataSchemaProvider">
<source xml:lang="en">Invalid DSP in .sqlproj file</source>
</trans-unit>
<trans-unit id="invalidDatabaseReference">
<source xml:lang="en">Invalid database reference in .sqlproj file</source>
</trans-unit>
<trans-unit id="databaseSelectionRequired">
<source xml:lang="en">Database selection is required to create a project from a database</source>
</trans-unit>
<trans-unit id="databaseReferenceAlreadyExists">
<source xml:lang="en">A reference to this database already exists in this project</source>
</trans-unit>
<trans-unit id="outsideFolderPath">
<source xml:lang="en">Items with absolute path outside project folder are not supported. Please make sure the paths in the project file are relative to project folder.</source>
</trans-unit>
<trans-unit id="parentTreeItemUnknown">
<source xml:lang="en">Cannot access parent of provided tree item</source>
</trans-unit>
<trans-unit id="prePostDeployCount">
<source xml:lang="en">To successfully build, update the project to have one pre-deployment script and/or one post-deployment script</source>
</trans-unit>
<trans-unit id="invalidProjectReload">
<source xml:lang="en">Cannot access provided database project. Only valid, open database projects can be reloaded.</source>
</trans-unit>
<trans-unit id="externalStreamingJobValidationPassed">
<source xml:lang="en">Validation of external streaming job passed.</source>
</trans-unit>
<trans-unit id="projectAlreadyOpened">
<source xml:lang="en">Project '{0}' is already opened.</source>
</trans-unit>
<trans-unit id="projectAlreadyExists">
<source xml:lang="en">A project named {0} already exists in {1}.</source>
</trans-unit>
<trans-unit id="noFileExist">
<source xml:lang="en">File {0} doesn't exist</source>
</trans-unit>
<trans-unit id="fileOrFolderDoesNotExist">
<source xml:lang="en">File or directory '{0}' doesn't exist</source>
</trans-unit>
<trans-unit id="cannotResolvePath">
<source xml:lang="en">Cannot resolve path {0}</source>
</trans-unit>
<trans-unit id="fileAlreadyExists">
<source xml:lang="en">A file with the name '{0}' already exists on disk at this location. Please choose another name.</source>
</trans-unit>
<trans-unit id="folderAlreadyExists">
<source xml:lang="en">A folder with the name '{0}' already exists on disk at this location. Please choose another name.</source>
</trans-unit>
<trans-unit id="folderAlreadyExistsChooseNewLocation">
<source xml:lang="en">A folder with the name '{0}' already exists on disk at this location. Please choose another location.</source>
</trans-unit>
<trans-unit id="invalidInput">
<source xml:lang="en">Invalid input: {0}</source>
</trans-unit>
<trans-unit id="invalidPropertyValue">
<source xml:lang="en">Invalid value specified for the property '{0}' in .sqlproj file</source>
</trans-unit>
<trans-unit id="unableToCreatePublishConnection">
<source xml:lang="en">Unable to construct connection: {0}</source>
</trans-unit>
<trans-unit id="cicularProjectReference">
<source xml:lang="en">Circular reference from project {0} to project {1}</source>
</trans-unit>
<trans-unit id="errorFindingBuildFilesLocation">
<source xml:lang="en">Error finding build files location: {0}</source>
</trans-unit>
<trans-unit id="projBuildFailed">
<source xml:lang="en">Build failed. Check output pane for more details. {0}</source>
</trans-unit>
<trans-unit id="unexpectedProjectContext">
<source xml:lang="en">Unable to establish project context. Command invoked from unexpected location: {0}</source>
</trans-unit>
<trans-unit id="unableToPerformAction">
<source xml:lang="en">Unable to locate '{0}' target: '{1}'</source>
</trans-unit>
<trans-unit id="unableToFindFile">
<source xml:lang="en">Unable to find {1} with path '{0}'</source>
</trans-unit>
<trans-unit id="deployScriptExists">
<source xml:lang="en">A {0} script already exists. The new script will not be included in build.</source>
</trans-unit>
<trans-unit id="notValidVariableName">
<source xml:lang="en">The variable name '{0}' is not valid.</source>
</trans-unit>
<trans-unit id="cantAddCircularProjectReference">
<source xml:lang="en">A reference to project '{0}' cannot be added. Adding this project as a reference would cause a circular dependency</source>
</trans-unit>
<trans-unit id="unableToFindSqlCmdVariable">
<source xml:lang="en">Unable to find SQLCMD variable '{0}'</source>
</trans-unit>
<trans-unit id="unableToFindReference">
<source xml:lang="en">Unable to find database reference {0}</source>
</trans-unit>
<trans-unit id="invalidGuid">
<source xml:lang="en">Specified GUID is invalid: {0}</source>
</trans-unit>
<trans-unit id="invalidTargetPlatform">
<source xml:lang="en">Invalid target platform: {0}. Supported target platforms: {1}</source>
</trans-unit>
<trans-unit id="deleteAction">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="excludeAction">
<source xml:lang="en">Exclude</source>
</trans-unit>
<trans-unit id="fileObject">
<source xml:lang="en">file</source>
</trans-unit>
<trans-unit id="folderObject">
<source xml:lang="en">folder</source>
</trans-unit>
<trans-unit id="folderFriendlyName">
<source xml:lang="en">Folder</source>
</trans-unit>
<trans-unit id="scriptFriendlyName">
<source xml:lang="en">Script</source>
</trans-unit>
<trans-unit id="tableFriendlyName">
<source xml:lang="en">Table</source>
</trans-unit>
<trans-unit id="viewFriendlyName">
<source xml:lang="en">View</source>
</trans-unit>
<trans-unit id="storedProcedureFriendlyName">
<source xml:lang="en">Stored Procedure</source>
</trans-unit>
<trans-unit id="dataSource">
<source xml:lang="en">Data Source</source>
</trans-unit>
<trans-unit id="fileFormat">
<source xml:lang="en">File Format</source>
</trans-unit>
<trans-unit id="externalStream">
<source xml:lang="en">External Stream</source>
</trans-unit>
<trans-unit id="externalStreamingJobFriendlyName">
<source xml:lang="en">External Streaming Job</source>
</trans-unit>
<trans-unit id="preDeployScriptFriendlyName">
<source xml:lang="en">Script.PreDeployment</source>
</trans-unit>
<trans-unit id="postDeployScriptFriendlyName">
<source xml:lang="en">Script.PostDeployment</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.NetCoreInstallationConfirmation">
<source xml:lang="en">The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK location in settings if already installed.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.NetCoreSupportedVersionInstallationConfirmation">
<source xml:lang="en">Currently installed .NET Core SDK version is {0}, which is not supported. Project build will not work. Please install .NET Core SDK version 3.1 or update the .NET Core SDK supported version location in settings if already installed.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.UpdateNetCoreLocation">
<source xml:lang="en">Update Location</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.InstallNetCore">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.doNotAskAgain">
<source xml:lang="en">Don't Ask Again</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.outputChannel">
<source xml:lang="en">Database Projects</source>
</trans-unit>
<trans-unit id="input">
<source xml:lang="en">Input</source>
</trans-unit>
<trans-unit id="output">
<source xml:lang="en">Output</source>
</trans-unit>
<trans-unit id="selectBindingType">
<source xml:lang="en">Select type of binding</source>
</trans-unit>
<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="sqlObjectToQuery">
<source xml:lang="en">SQL object to query</source>
</trans-unit>
<trans-unit id="sqlTableToUpsert">
<source xml:lang="en">SQL table to upsert into</source>
</trans-unit>
<trans-unit id="connectionStringSetting">
<source xml:lang="en">Connection string setting name</source>
</trans-unit>
<trans-unit id="connectionStringSettingPlaceholder">
<source xml:lang="en">Connection string setting specified in "local.settings.json"</source>
</trans-unit>
<trans-unit id="noAzureFunctionsInFile">
<source xml:lang="en">No Azure functions in the current active file</source>
</trans-unit>
</body></file>
<file original="extensions/sql-database-projects/dist/tools/netcoreTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="sqlDatabaseProject.RunCommand.ErroredOut">
<source xml:lang="en"> &gt;&gt;&gt; {0} … errored out: {1}</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode">
<source xml:lang="en"> &gt;&gt;&gt; {0} … exited with code: {1}</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal">
<source xml:lang="en"> &gt;&gt;&gt; {0} … exited with signal: {1}</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunCommand.stdout">
<source xml:lang="en"> stdout: </source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunCommand.stderr">
<source xml:lang="en"> stderr: </source>
</trans-unit>
</body></file>
</xliff>