Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/admin-tool-ext-win/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="adminToolExtWin.displayName">
<source xml:lang="en">Database Administration Tool Extensions for Windows</source>
</trans-unit>
<trans-unit id="adminToolExtWin.description">
<source xml:lang="en">Adds additional Windows-specific functionality to Azure Data Studio</source>
</trans-unit>
<trans-unit id="adminToolExtWin.propertiesMenuItem">
<source xml:lang="en">Properties</source>
</trans-unit>
<trans-unit id="adminToolExtWin.launchGswMenuItem">
<source xml:lang="en">Generate Scripts...</source>
</trans-unit>
</body></file>
<file original="extensions/admin-tool-ext-win/out/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="adminToolExtWin.noConnectionContextForProp">
<source xml:lang="en">No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand</source>
</trans-unit>
<trans-unit id="adminToolExtWin.noOENode">
<source xml:lang="en">Could not determine Object Explorer node from connectionContext : {0}</source>
</trans-unit>
<trans-unit id="adminToolExtWin.noConnectionContextForGsw">
<source xml:lang="en">No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand</source>
</trans-unit>
<trans-unit id="adminToolExtWin.noConnectionProfile">
<source xml:lang="en">No connectionProfile provided from connectionContext : {0}</source>
</trans-unit>
<trans-unit id="adminToolExtWin.launchingDialogStatus">
<source xml:lang="en">Launching dialog...</source>
</trans-unit>
<trans-unit id="adminToolExtWin.ssmsMinError">
<source xml:lang="en">Error calling SsmsMin with args '{0}' - {1}</source>
</trans-unit>
</body></file>
</xliff>

665
resources/xlf/en/agent.xlf Normal file
View File

@@ -0,0 +1,665 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/agent/out/dialogs/scheduleDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="scheduleDialog.newSchedule">
<source xml:lang="en">New Schedule</source>
</trans-unit>
<trans-unit id="scheduleDialog.ok">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="scheduleDialog.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="scheduleDialog.scheduleName">
<source xml:lang="en">Schedule Name</source>
</trans-unit>
<trans-unit id="scheduleDialog.schedules">
<source xml:lang="en">Schedules</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/proxyDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="createProxy.createProxy">
<source xml:lang="en">Create Proxy</source>
</trans-unit>
<trans-unit id="createProxy.editProxy">
<source xml:lang="en">Edit Proxy</source>
</trans-unit>
<trans-unit id="createProxy.General">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="createProxy.ProxyName">
<source xml:lang="en">Proxy name</source>
</trans-unit>
<trans-unit id="createProxy.CredentialName">
<source xml:lang="en">Credential name</source>
</trans-unit>
<trans-unit id="createProxy.Description">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="createProxy.SubsystemName">
<source xml:lang="en">Subsystem</source>
</trans-unit>
<trans-unit id="createProxy.OperatingSystem">
<source xml:lang="en">Operating system (CmdExec)</source>
</trans-unit>
<trans-unit id="createProxy.ReplicationSnapshot">
<source xml:lang="en">Replication Snapshot</source>
</trans-unit>
<trans-unit id="createProxy.ReplicationTransactionLog">
<source xml:lang="en">Replication Transaction-Log Reader</source>
</trans-unit>
<trans-unit id="createProxy.ReplicationDistributor">
<source xml:lang="en">Replication Distributor</source>
</trans-unit>
<trans-unit id="createProxy.ReplicationMerge">
<source xml:lang="en">Replication Merge</source>
</trans-unit>
<trans-unit id="createProxy.ReplicationQueueReader">
<source xml:lang="en">Replication Queue Reader</source>
</trans-unit>
<trans-unit id="createProxy.SSASQueryLabel">
<source xml:lang="en">SQL Server Analysis Services Query</source>
</trans-unit>
<trans-unit id="createProxy.SSASCommandLabel">
<source xml:lang="en">SQL Server Analysis Services Command</source>
</trans-unit>
<trans-unit id="createProxy.SSISPackage">
<source xml:lang="en">SQL Server Integration Services Package</source>
</trans-unit>
<trans-unit id="createProxy.PowerShell">
<source xml:lang="en">PowerShell</source>
</trans-unit>
<trans-unit id="createProxy.subSystemHeading">
<source xml:lang="en">Active to the following subsytems</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/pickScheduleDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="pickSchedule.jobSchedules">
<source xml:lang="en">Job Schedules</source>
</trans-unit>
<trans-unit id="pickSchedule.ok">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="pickSchedule.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="pickSchedule.availableSchedules">
<source xml:lang="en">Available Schedules:</source>
</trans-unit>
<trans-unit id="pickSchedule.scheduleName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="pickSchedule.scheduleID">
<source xml:lang="en">ID</source>
</trans-unit>
<trans-unit id="pickSchedule.description">
<source xml:lang="en">Description</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/operatorDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="createOperator.createOperator">
<source xml:lang="en">Create Operator</source>
</trans-unit>
<trans-unit id="createOperator.editOperator">
<source xml:lang="en">Edit Operator</source>
</trans-unit>
<trans-unit id="createOperator.General">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="createOperator.Notifications">
<source xml:lang="en">Notifications</source>
</trans-unit>
<trans-unit id="createOperator.Name">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="createOperator.Enabled">
<source xml:lang="en">Enabled</source>
</trans-unit>
<trans-unit id="createOperator.EmailName">
<source xml:lang="en">E-mail Name</source>
</trans-unit>
<trans-unit id="createOperator.PagerEmailName">
<source xml:lang="en">Pager E-mail Name</source>
</trans-unit>
<trans-unit id="createOperator.PagerMondayCheckBox">
<source xml:lang="en">Monday</source>
</trans-unit>
<trans-unit id="createOperator.PagerTuesdayCheckBox">
<source xml:lang="en">Tuesday</source>
</trans-unit>
<trans-unit id="createOperator.PagerWednesdayCheckBox">
<source xml:lang="en">Wednesday</source>
</trans-unit>
<trans-unit id="createOperator.PagerThursdayCheckBox">
<source xml:lang="en">Thursday</source>
</trans-unit>
<trans-unit id="createOperator.PagerFridayCheckBox">
<source xml:lang="en">Friday </source>
</trans-unit>
<trans-unit id="createOperator.PagerSaturdayCheckBox">
<source xml:lang="en">Saturday</source>
</trans-unit>
<trans-unit id="createOperator.PagerSundayCheckBox">
<source xml:lang="en">Sunday</source>
</trans-unit>
<trans-unit id="createOperator.workdayBegin">
<source xml:lang="en">Workday begin</source>
</trans-unit>
<trans-unit id="createOperator.workdayEnd">
<source xml:lang="en">Workday end</source>
</trans-unit>
<trans-unit id="createOperator.PagerDutySchedule">
<source xml:lang="en">Pager on duty schedule</source>
</trans-unit>
<trans-unit id="createOperator.AlertListHeading">
<source xml:lang="en">Alert list</source>
</trans-unit>
<trans-unit id="createOperator.AlertNameColumnLabel">
<source xml:lang="en">Alert name</source>
</trans-unit>
<trans-unit id="createOperator.AlertEmailColumnLabel">
<source xml:lang="en">E-mail</source>
</trans-unit>
<trans-unit id="createOperator.AlertPagerColumnLabel">
<source xml:lang="en">Pager</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/jobStepDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobStepDialog.fileBrowserTitle">
<source xml:lang="en">Locate Database Files - </source>
</trans-unit>
<trans-unit id="jobStepDialog.ok">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="jobStepDialog.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="jobStepDialog.general">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="jobStepDialog.advanced">
<source xml:lang="en">Advanced</source>
</trans-unit>
<trans-unit id="jobStepDialog.open">
<source xml:lang="en">Open...</source>
</trans-unit>
<trans-unit id="jobStepDialog.parse">
<source xml:lang="en">Parse</source>
</trans-unit>
<trans-unit id="jobStepDialog.successParse">
<source xml:lang="en">The command was successfully parsed.</source>
</trans-unit>
<trans-unit id="jobStepDialog.failParse">
<source xml:lang="en">The command failed.</source>
</trans-unit>
<trans-unit id="jobStepDialog.blankStepName">
<source xml:lang="en">The step name cannot be left blank</source>
</trans-unit>
<trans-unit id="jobStepDialog.processExitCode">
<source xml:lang="en">Process exit code of a successful command:</source>
</trans-unit>
<trans-unit id="jobStepDialog.stepNameLabel">
<source xml:lang="en">Step Name</source>
</trans-unit>
<trans-unit id="jobStepDialog.typeLabel">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="jobStepDialog.runAsLabel">
<source xml:lang="en">Run as</source>
</trans-unit>
<trans-unit id="jobStepDialog.databaseLabel">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="jobStepDialog.commandLabel">
<source xml:lang="en">Command</source>
</trans-unit>
<trans-unit id="jobStepDialog.successAction">
<source xml:lang="en">On success action</source>
</trans-unit>
<trans-unit id="jobStepDialog.failureAction">
<source xml:lang="en">On failure action</source>
</trans-unit>
<trans-unit id="jobStepDialog.runAsUser">
<source xml:lang="en">Run as user</source>
</trans-unit>
<trans-unit id="jobStepDialog.retryAttempts">
<source xml:lang="en">Retry Attempts</source>
</trans-unit>
<trans-unit id="jobStepDialog.retryInterval">
<source xml:lang="en">Retry Interval (minutes)</source>
</trans-unit>
<trans-unit id="jobStepDialog.logToTable">
<source xml:lang="en">Log to table</source>
</trans-unit>
<trans-unit id="jobStepDialog.appendExistingTableEntry">
<source xml:lang="en">Append output to exisiting entry in table</source>
</trans-unit>
<trans-unit id="jobStepDialog.includeStepOutputHistory">
<source xml:lang="en">Include step output in history</source>
</trans-unit>
<trans-unit id="jobStepDialog.outputFile">
<source xml:lang="en">Output File</source>
</trans-unit>
<trans-unit id="jobStepDialog.appendOutputToFile">
<source xml:lang="en">Append output to existing file</source>
</trans-unit>
<trans-unit id="jobStepDialog.selectedPath">
<source xml:lang="en">Selected path</source>
</trans-unit>
<trans-unit id="jobStepDialog.filesOfType">
<source xml:lang="en">Files of type</source>
</trans-unit>
<trans-unit id="jobStepDialog.fileName">
<source xml:lang="en">File name</source>
</trans-unit>
<trans-unit id="jobStepDialog.allFiles">
<source xml:lang="en">All Files (*)</source>
</trans-unit>
<trans-unit id="jobStepDialog.newJobStep">
<source xml:lang="en">New Job Step</source>
</trans-unit>
<trans-unit id="jobStepDialog.editJobStep">
<source xml:lang="en">Edit Job Step</source>
</trans-unit>
<trans-unit id="jobStepDialog.TSQL">
<source xml:lang="en">Transact-SQL script (T-SQL)</source>
</trans-unit>
<trans-unit id="jobStepDialog.powershell">
<source xml:lang="en">PowerShell</source>
</trans-unit>
<trans-unit id="jobStepDialog.CmdExec">
<source xml:lang="en">Operating system (CmdExec)</source>
</trans-unit>
<trans-unit id="jobStepDialog.replicationDistribution">
<source xml:lang="en">Replication Distributor</source>
</trans-unit>
<trans-unit id="jobStepDialog.replicationMerge">
<source xml:lang="en">Replication Merge</source>
</trans-unit>
<trans-unit id="jobStepDialog.replicationQueueReader">
<source xml:lang="en">Replication Queue Reader</source>
</trans-unit>
<trans-unit id="jobStepDialog.replicationSnapshot">
<source xml:lang="en">Replication Snapshot</source>
</trans-unit>
<trans-unit id="jobStepDialog.replicationTransactionLogReader">
<source xml:lang="en">Replication Transaction-Log Reader</source>
</trans-unit>
<trans-unit id="jobStepDialog.analysisCommand">
<source xml:lang="en">SQL Server Analysis Services Command</source>
</trans-unit>
<trans-unit id="jobStepDialog.analysisQuery">
<source xml:lang="en">SQL Server Analysis Services Query</source>
</trans-unit>
<trans-unit id="jobStepDialog.servicesPackage">
<source xml:lang="en">SQL Server Integration Service Package</source>
</trans-unit>
<trans-unit id="jobStepDialog.agentServiceAccount">
<source xml:lang="en">SQL Server Agent Service Account</source>
</trans-unit>
<trans-unit id="jobStepDialog.nextStep">
<source xml:lang="en">Go to the next step</source>
</trans-unit>
<trans-unit id="jobStepDialog.quitJobSuccess">
<source xml:lang="en">Quit the job reporting success</source>
</trans-unit>
<trans-unit id="jobStepDialog.quitJobFailure">
<source xml:lang="en">Quit the job reporting failure</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/jobDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobDialog.general">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="jobDialog.steps">
<source xml:lang="en">Steps</source>
</trans-unit>
<trans-unit id="jobDialog.schedules">
<source xml:lang="en">Schedules</source>
</trans-unit>
<trans-unit id="jobDialog.alerts">
<source xml:lang="en">Alerts</source>
</trans-unit>
<trans-unit id="jobDialog.notifications">
<source xml:lang="en">Notifications</source>
</trans-unit>
<trans-unit id="jobDialog.blankJobNameError">
<source xml:lang="en">The name of the job cannot be blank.</source>
</trans-unit>
<trans-unit id="jobDialog.name">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="jobDialog.owner">
<source xml:lang="en">Owner</source>
</trans-unit>
<trans-unit id="jobDialog.category">
<source xml:lang="en">Category</source>
</trans-unit>
<trans-unit id="jobDialog.description">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="jobDialog.enabled">
<source xml:lang="en">Enabled</source>
</trans-unit>
<trans-unit id="jobDialog.jobStepList">
<source xml:lang="en">Job step list</source>
</trans-unit>
<trans-unit id="jobDialog.step">
<source xml:lang="en">Step</source>
</trans-unit>
<trans-unit id="jobDialog.type">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="jobDialog.onSuccess">
<source xml:lang="en">On Success</source>
</trans-unit>
<trans-unit id="jobDialog.onFailure">
<source xml:lang="en">On Failure</source>
</trans-unit>
<trans-unit id="jobDialog.new">
<source xml:lang="en">New Step</source>
</trans-unit>
<trans-unit id="jobDialog.edit">
<source xml:lang="en">Edit Step</source>
</trans-unit>
<trans-unit id="jobDialog.delete">
<source xml:lang="en">Delete Step</source>
</trans-unit>
<trans-unit id="jobDialog.moveUp">
<source xml:lang="en">Move Step Up</source>
</trans-unit>
<trans-unit id="jobDialog.moveDown">
<source xml:lang="en">Move Step Down</source>
</trans-unit>
<trans-unit id="jobDialog.startStepAt">
<source xml:lang="en">Start step</source>
</trans-unit>
<trans-unit id="jobDialog.notificationsTabTop">
<source xml:lang="en">Actions to perform when the job completes</source>
</trans-unit>
<trans-unit id="jobDialog.email">
<source xml:lang="en">Email</source>
</trans-unit>
<trans-unit id="jobDialog.page">
<source xml:lang="en">Page</source>
</trans-unit>
<trans-unit id="jobDialog.eventLogCheckBoxLabel">
<source xml:lang="en">Write to the Windows Application event log</source>
</trans-unit>
<trans-unit id="jobDialog.deleteJobLabel">
<source xml:lang="en">Automatically delete job</source>
</trans-unit>
<trans-unit id="jobDialog.schedulesaLabel">
<source xml:lang="en">Schedules list</source>
</trans-unit>
<trans-unit id="jobDialog.pickSchedule">
<source xml:lang="en">Pick Schedule</source>
</trans-unit>
<trans-unit id="jobDialog.scheduleNameLabel">
<source xml:lang="en">Schedule Name</source>
</trans-unit>
<trans-unit id="jobDialog.alertsList">
<source xml:lang="en">Alerts list</source>
</trans-unit>
<trans-unit id="jobDialog.newAlert">
<source xml:lang="en">New Alert</source>
</trans-unit>
<trans-unit id="jobDialog.alertNameLabel">
<source xml:lang="en">Alert Name</source>
</trans-unit>
<trans-unit id="jobDialog.alertEnabledLabel">
<source xml:lang="en">Enabled</source>
</trans-unit>
<trans-unit id="jobDialog.alertTypeLabel">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="jobDialog.newJob">
<source xml:lang="en">New Job</source>
</trans-unit>
<trans-unit id="jobDialog.editJob">
<source xml:lang="en">Edit Job</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/alertDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="alertDialog.createAlert">
<source xml:lang="en">Create Alert</source>
</trans-unit>
<trans-unit id="alertDialog.editAlert">
<source xml:lang="en">Edit Alert</source>
</trans-unit>
<trans-unit id="alertDialog.General">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="alertDialog.Response">
<source xml:lang="en">Response</source>
</trans-unit>
<trans-unit id="alertDialog.Options">
<source xml:lang="en">Options</source>
</trans-unit>
<trans-unit id="alertDialog.eventAlert">
<source xml:lang="en">Event alert definition</source>
</trans-unit>
<trans-unit id="alertDialog.Name">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="alertDialog.Type">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="alertDialog.Enabled">
<source xml:lang="en">Enabled</source>
</trans-unit>
<trans-unit id="alertDialog.DatabaseName">
<source xml:lang="en">Database name</source>
</trans-unit>
<trans-unit id="alertDialog.ErrorNumber">
<source xml:lang="en">Error number</source>
</trans-unit>
<trans-unit id="alertDialog.Severity">
<source xml:lang="en">Severity</source>
</trans-unit>
<trans-unit id="alertDialog.RaiseAlertContains">
<source xml:lang="en">Raise alert when message contains</source>
</trans-unit>
<trans-unit id="alertDialog.MessageText">
<source xml:lang="en">Message text</source>
</trans-unit>
<trans-unit id="alertDialog.Severity001">
<source xml:lang="en">001 - Miscellaneous System Information</source>
</trans-unit>
<trans-unit id="alertDialog.Severity002">
<source xml:lang="en">002 - Reserved</source>
</trans-unit>
<trans-unit id="alertDialog.Severity003">
<source xml:lang="en">003 - Reserved</source>
</trans-unit>
<trans-unit id="alertDialog.Severity004">
<source xml:lang="en">004 - Reserved</source>
</trans-unit>
<trans-unit id="alertDialog.Severity005">
<source xml:lang="en">005 - Reserved</source>
</trans-unit>
<trans-unit id="alertDialog.Severity006">
<source xml:lang="en">006 - Reserved</source>
</trans-unit>
<trans-unit id="alertDialog.Severity007">
<source xml:lang="en">007 - Notification: Status Information</source>
</trans-unit>
<trans-unit id="alertDialog.Severity008">
<source xml:lang="en">008 - Notification: User Intervention Required</source>
</trans-unit>
<trans-unit id="alertDialog.Severity009">
<source xml:lang="en">009 - User Defined</source>
</trans-unit>
<trans-unit id="alertDialog.Severity010">
<source xml:lang="en">010 - Information</source>
</trans-unit>
<trans-unit id="alertDialog.Severity011">
<source xml:lang="en">011 - Specified Database Object Not Found</source>
</trans-unit>
<trans-unit id="alertDialog.Severity012">
<source xml:lang="en">012 - Unused</source>
</trans-unit>
<trans-unit id="alertDialog.Severity013">
<source xml:lang="en">013 - User Transaction Syntax Error</source>
</trans-unit>
<trans-unit id="alertDialog.Severity014">
<source xml:lang="en">014 - Insufficient Permission</source>
</trans-unit>
<trans-unit id="alertDialog.Severity015">
<source xml:lang="en">015 - Syntax Error in SQL Statements</source>
</trans-unit>
<trans-unit id="alertDialog.Severity016">
<source xml:lang="en">016 - Miscellaneous User Error</source>
</trans-unit>
<trans-unit id="alertDialog.Severity017">
<source xml:lang="en">017 - Insufficient Resources</source>
</trans-unit>
<trans-unit id="alertDialog.Severity018">
<source xml:lang="en">018 - Nonfatal Internal Error</source>
</trans-unit>
<trans-unit id="alertDialog.Severity019">
<source xml:lang="en">019 - Fatal Error in Resource</source>
</trans-unit>
<trans-unit id="alertDialog.Severity020">
<source xml:lang="en">020 - Fatal Error in Current Process</source>
</trans-unit>
<trans-unit id="alertDialog.Severity021">
<source xml:lang="en">021 - Fatal Error in Database Processes</source>
</trans-unit>
<trans-unit id="alertDialog.Severity022">
<source xml:lang="en">022 - Fatal Error: Table Integrity Suspect</source>
</trans-unit>
<trans-unit id="alertDialog.Severity023">
<source xml:lang="en">023 - Fatal Error: Database Integrity Suspect</source>
</trans-unit>
<trans-unit id="alertDialog.Severity024">
<source xml:lang="en">024 - Fatal Error: Hardware Error</source>
</trans-unit>
<trans-unit id="alertDialog.Severity025">
<source xml:lang="en">025 - Fatal Error</source>
</trans-unit>
<trans-unit id="alertDialog.AllDatabases">
<source xml:lang="en">&lt;all databases&gt;</source>
</trans-unit>
<trans-unit id="alertDialog.ExecuteJob">
<source xml:lang="en">Execute Job</source>
</trans-unit>
<trans-unit id="alertDialog.ExecuteJobName">
<source xml:lang="en">Job Name</source>
</trans-unit>
<trans-unit id="alertDialog.NotifyOperators">
<source xml:lang="en">Notify Operators</source>
</trans-unit>
<trans-unit id="alertDialog.NewJob">
<source xml:lang="en">New Job</source>
</trans-unit>
<trans-unit id="alertDialog.OperatorList">
<source xml:lang="en">Operator List</source>
</trans-unit>
<trans-unit id="alertDialog.OperatorName">
<source xml:lang="en">Operator</source>
</trans-unit>
<trans-unit id="alertDialog.OperatorEmail">
<source xml:lang="en">E-mail</source>
</trans-unit>
<trans-unit id="alertDialog.OperatorPager">
<source xml:lang="en">Pager</source>
</trans-unit>
<trans-unit id="alertDialog.NewOperator">
<source xml:lang="en">New Operator</source>
</trans-unit>
<trans-unit id="alertDialog.IncludeErrorInEmail">
<source xml:lang="en">Include alert error text in e-mail</source>
</trans-unit>
<trans-unit id="alertDialog.IncludeErrorInPager">
<source xml:lang="en">Include alert error text in pager</source>
</trans-unit>
<trans-unit id="alertDialog.AdditionalNotification">
<source xml:lang="en">Additional notification message to send</source>
</trans-unit>
<trans-unit id="alertDialog.DelayBetweenResponse">
<source xml:lang="en">Delay between responses</source>
</trans-unit>
<trans-unit id="alertDialog.DelayMinutes">
<source xml:lang="en">Delay Minutes</source>
</trans-unit>
<trans-unit id="alertDialog.DelaySeconds">
<source xml:lang="en">Delay Seconds</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/dialogs/agentDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="agentDialog.OK">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="agentDialog.Cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/data/proxyData" source-language="en" datatype="plaintext"><body>
<trans-unit id="proxyData.saveErrorMessage">
<source xml:lang="en">Proxy update failed '{0}'</source>
</trans-unit>
<trans-unit id="proxyData.saveSucessMessage">
<source xml:lang="en">Proxy '{0}' updated successfully</source>
</trans-unit>
<trans-unit id="proxyData.newJobSuccessMessage">
<source xml:lang="en">Proxy '{0}' created successfully</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/data/jobStepData" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobStepData.saveErrorMessage">
<source xml:lang="en">Step update failed '{0}'</source>
</trans-unit>
<trans-unit id="stepData.jobNameRequired">
<source xml:lang="en">Job name must be provided</source>
</trans-unit>
<trans-unit id="stepData.stepNameRequired">
<source xml:lang="en">Step name must be provided</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/data/jobData" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobData.whenJobCompletes">
<source xml:lang="en">When the job completes</source>
</trans-unit>
<trans-unit id="jobData.whenJobFails">
<source xml:lang="en">When the job fails</source>
</trans-unit>
<trans-unit id="jobData.whenJobSucceeds">
<source xml:lang="en">When the job succeeds</source>
</trans-unit>
<trans-unit id="jobData.jobNameRequired">
<source xml:lang="en">Job name must be provided</source>
</trans-unit>
<trans-unit id="jobData.saveErrorMessage">
<source xml:lang="en">Job update failed '{0}'</source>
</trans-unit>
<trans-unit id="jobData.newJobErrorMessage">
<source xml:lang="en">Job creation failed '{0}'</source>
</trans-unit>
<trans-unit id="jobData.saveSucessMessage">
<source xml:lang="en">Job '{0}' updated successfully</source>
</trans-unit>
<trans-unit id="jobData.newJobSuccessMessage">
<source xml:lang="en">Job '{0}' created successfully</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/data/alertData" source-language="en" datatype="plaintext"><body>
<trans-unit id="alertData.saveErrorMessage">
<source xml:lang="en">Alert update failed '{0}'</source>
</trans-unit>
<trans-unit id="alertData.DefaultAlertTypString">
<source xml:lang="en">SQL Server event alert</source>
</trans-unit>
<trans-unit id="alertDialog.PerformanceCondition">
<source xml:lang="en">SQL Server performance condition alert</source>
</trans-unit>
<trans-unit id="alertDialog.WmiEvent">
<source xml:lang="en">WMI event alert</source>
</trans-unit>
</body></file>
<file original="extensions/agent/out/mainController" source-language="en" datatype="plaintext"><body>
<trans-unit id="mainController.notImplemented">
<source xml:lang="en">This feature is under development. Check-out the latest insiders build if you'd like to try out the most recent changes!</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -0,0 +1,139 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/azurecore/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.displayName">
<source xml:lang="en">Azure (Core)</source>
</trans-unit>
<trans-unit id="azure.description">
<source xml:lang="en">Browse and work with Azure resources</source>
</trans-unit>
<trans-unit id="azure.title">
<source xml:lang="en">Azure</source>
</trans-unit>
<trans-unit id="azure.resource.config.title">
<source xml:lang="en">Azure Resource Configuration</source>
</trans-unit>
<trans-unit id="azure.resource.config.filter.description">
<source xml:lang="en">The resource filter, each element is an account id, a subscription id and name separated by a slash</source>
</trans-unit>
<trans-unit id="azure.resource.explorer.title">
<source xml:lang="en">Azure</source>
</trans-unit>
<trans-unit id="azure.resource.refreshall.title">
<source xml:lang="en">Azure: Refresh All Accounts</source>
</trans-unit>
<trans-unit id="azure.resource.refresh.title">
<source xml:lang="en">Refresh</source>
</trans-unit>
<trans-unit id="azure.resource.signin.title">
<source xml:lang="en">Azure: Sign In</source>
</trans-unit>
<trans-unit id="azure.resource.selectsubscriptions.title">
<source xml:lang="en">Select Subscriptions</source>
</trans-unit>
<trans-unit id="azure.resource.connectsqlserver.title">
<source xml:lang="en">Connect</source>
</trans-unit>
<trans-unit id="azure.resource.connectsqldb.title">
<source xml:lang="en">Add to Servers</source>
</trans-unit>
<trans-unit id="accounts.clearTokenCache">
<source xml:lang="en">Clear Azure Account Token Cache</source>
</trans-unit>
<trans-unit id="config.enablePublicCloudDescription">
<source xml:lang="en">Should Azure public cloud integration be enabled</source>
</trans-unit>
<trans-unit id="config.enableUsGovCloudDescription">
<source xml:lang="en">Should US Government Azure cloud (Fairfax) integration be enabled</source>
</trans-unit>
<trans-unit id="config.enableChinaCloudDescription">
<source xml:lang="en">Should Azure China integration be enabled</source>
</trans-unit>
<trans-unit id="config.enableGermanyCloudDescription">
<source xml:lang="en">Should Azure Germany integration be enabled</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/providers/database/databaseTreeDataProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.providers.database.treeDataProvider.databaseContainerLabel">
<source xml:lang="en">SQL Databases</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/providers/databaseServer/databaseServerTreeDataProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.providers.databaseServer.treeDataProvider.databaseServerContainerLabel">
<source xml:lang="en">SQL Servers</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/tree/treeProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tree.treeProvider.loadingLabel">
<source xml:lang="en">Loading ...</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/tree/subscriptionTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tree.subscriptionTreeNode.noResourcesLabel">
<source xml:lang="en">No Resources found.</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/tree/accountTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tree.accountTreeNode.credentialError">
<source xml:lang="en">Failed to get credential for account {0}. Please refresh the account.</source>
</trans-unit>
<trans-unit id="azure.resource.tree.accountTreeNode.noSubscriptionsLabel">
<source xml:lang="en">No Subscriptions found.</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/tree/accountNotSignedInTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.tree.accountNotSignedInTreeNode.signInLabel">
<source xml:lang="en">Sign in to Azure...</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/utils" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.error">
<source xml:lang="en">Error: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/resourceTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.resourceTreeNode.noResourcesLabel">
<source xml:lang="en">No Resources found</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/azureResource/commands" source-language="en" datatype="plaintext"><body>
<trans-unit id="azure.resource.selectsubscriptions.credentialError">
<source xml:lang="en">Failed to get credential for account {0}. Please refresh the account.</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/account-provider/providerSettings" source-language="en" datatype="plaintext"><body>
<trans-unit id="publicCloudDisplayName">
<source xml:lang="en">Azure</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/account-provider/azureAccountProviderService" source-language="en" datatype="plaintext"><body>
<trans-unit id="clearTokenCacheSuccess">
<source xml:lang="en">Token cache successfully cleared</source>
</trans-unit>
<trans-unit id="clearTokenCacheFailure">
<source xml:lang="en">Failed to clear token cache</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/account-provider/azureAccountProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="accountProviderNotInitialized">
<source xml:lang="en">Account provider not initialized, cannot perform action</source>
</trans-unit>
<trans-unit id="addAccount">
<source xml:lang="en">Add {0} account</source>
</trans-unit>
<trans-unit id="refreshAccount">
<source xml:lang="en">Refresh {0} account</source>
</trans-unit>
<trans-unit id="azureWorkAccountDisplayName">
<source xml:lang="en">Work or school account</source>
</trans-unit>
<trans-unit id="microsoftAccountDisplayName">
<source xml:lang="en">Microsoft Account</source>
</trans-unit>
</body></file>
<file original="extensions/azurecore/out/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="extensionName">
<source xml:lang="en">Azure Accounts</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -0,0 +1,391 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/big-data-cluster/out/wizards/create-cluster/pages/summaryPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.summaryPageTitle">
<source xml:lang="en">Summary</source>
</trans-unit>
<trans-unit id="bdc-create.TargetClusterTypeText">
<source xml:lang="en">Cluster type</source>
</trans-unit>
<trans-unit id="bdc-create.ClusterContextText">
<source xml:lang="en">Cluster context</source>
</trans-unit>
<trans-unit id="bdc-create.ClusterNameText">
<source xml:lang="en">Cluster name</source>
</trans-unit>
<trans-unit id="bdc-create.ClusterAdminUsernameText">
<source xml:lang="en">Cluster Admin username</source>
</trans-unit>
<trans-unit id="bdc-create.AcceptEulaText">
<source xml:lang="en">Accept license agreement</source>
</trans-unit>
<trans-unit id="bdc-create.DeploymentProfileText">
<source xml:lang="en">Deployment profile</source>
</trans-unit>
<trans-unit id="bdc-create.SqlServerMasterScaleText">
<source xml:lang="en">SQL Server master scale</source>
</trans-unit>
<trans-unit id="bdc-create.ComputePoolScaleText">
<source xml:lang="en">Compute pool scale</source>
</trans-unit>
<trans-unit id="bdc-create.DataPoolScaleText">
<source xml:lang="en">Data pool scale</source>
</trans-unit>
<trans-unit id="bdc-create.StoragePoolScaleText">
<source xml:lang="en">Storage pool scale</source>
</trans-unit>
<trans-unit id="bdc-create.SparkPoolScaleText">
<source xml:lang="en">Spark pool scale</source>
</trans-unit>
<trans-unit id="bdc-create.TargetClusterGroupTitle">
<source xml:lang="en">TARGET CLUSTER</source>
</trans-unit>
<trans-unit id="bdc-create.BigDataClusterGroupTitle">
<source xml:lang="en">SQL SERVER BIG DATA CLUSTER</source>
</trans-unit>
<trans-unit id="bdc-create.YesText">
<source xml:lang="en">Yes</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/wizards/create-cluster/pages/settingsPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.RestoreDefaultValuesText">
<source xml:lang="en">Restore Default Values</source>
</trans-unit>
<trans-unit id="bdc-create.settingsPageTitle">
<source xml:lang="en">Settings</source>
</trans-unit>
<trans-unit id="bdc-create.settingsPageDescription">
<source xml:lang="en">Configure the settings required for deploying SQL Server big data cluster</source>
</trans-unit>
<trans-unit id="bdc-create.EulaNotAccepted">
<source xml:lang="en">You need to accept the terms of services and privacy policy in order to proceed</source>
</trans-unit>
<trans-unit id="bdc-create.ClusterName">
<source xml:lang="en">Cluster name</source>
</trans-unit>
<trans-unit id="bdc-create.AdminUsernameText">
<source xml:lang="en">Admin username</source>
</trans-unit>
<trans-unit id="bdc-create.AdminUserPasswordText">
<source xml:lang="en">Password</source>
</trans-unit>
<trans-unit id="bdc-create.SQLPortText">
<source xml:lang="en">SQL Server master</source>
</trans-unit>
<trans-unit id="bdc-create.KnoxPortText">
<source xml:lang="en">Knox</source>
</trans-unit>
<trans-unit id="bdc-create.ControllerPortText">
<source xml:lang="en">Controller</source>
</trans-unit>
<trans-unit id="bdc-create.ProxyPortText">
<source xml:lang="en">Proxy</source>
</trans-unit>
<trans-unit id="bdc-create.GrafanaPortText">
<source xml:lang="en">Grafana dashboard</source>
</trans-unit>
<trans-unit id="bdc-create.KibanaPortText">
<source xml:lang="en">Kibana dashboard</source>
</trans-unit>
<trans-unit id="bdc-create.RegistryUserNamePasswordHintText">
<source xml:lang="en">only required for private registries</source>
</trans-unit>
<trans-unit id="bdc-create.RegistryText">
<source xml:lang="en">Registry</source>
</trans-unit>
<trans-unit id="bdc-create.RepositoryText">
<source xml:lang="en">Repository</source>
</trans-unit>
<trans-unit id="bdc-create.ImageTagText">
<source xml:lang="en">Image tag</source>
</trans-unit>
<trans-unit id="bdc-create.RegistryUserNameText">
<source xml:lang="en">Username</source>
</trans-unit>
<trans-unit id="bdc-create.RegistryPasswordText">
<source xml:lang="en">Password</source>
</trans-unit>
<trans-unit id="bdc-create.BasicSettingsText">
<source xml:lang="en">Basic Settings</source>
</trans-unit>
<trans-unit id="bdc-create.ContainerRegistrySettings">
<source xml:lang="en">Container Registry Settings</source>
</trans-unit>
<trans-unit id="bdc-create.PortSettings">
<source xml:lang="en">Port Settings (Optional)</source>
</trans-unit>
<trans-unit id="bdc-create.LicenseTerms">
<source xml:lang="en">license terms</source>
</trans-unit>
<trans-unit id="bdc-create.PrivacyPolicyText">
<source xml:lang="en">privacy policy</source>
</trans-unit>
<trans-unit id="bdc-create.AcceptTermsText">
<source xml:lang="en">I accept the {0} and {1}.</source>
<note>{0} is the place holder for license terms, {1} is the place holder for privacy policy</note>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/wizards/create-cluster/pages/selectTargetClusterTypePage" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.InstallToolsText">
<source xml:lang="en">Install Tools</source>
</trans-unit>
<trans-unit id="bdc-create.InstallingButtonText">
<source xml:lang="en">Installing...</source>
</trans-unit>
<trans-unit id="bdc-create.selectTargetClusterTypePageTitle">
<source xml:lang="en">What is your target cluster environment?</source>
</trans-unit>
<trans-unit id="bdc-create.selectTargetClusterTypePageDescription">
<source xml:lang="en">Choose the target environment and then install the required tools for it.</source>
</trans-unit>
<trans-unit id="bdc-create.RefreshToolsButtonText">
<source xml:lang="en">Refresh Status</source>
</trans-unit>
<trans-unit id="bdc-create.toolNameColumnHeader">
<source xml:lang="en">Tool</source>
</trans-unit>
<trans-unit id="bdc-create.toolDescriptionColumnHeader">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="bdc-create.toolVersionColumnHeader">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="bdc-create.toolStatusColumnHeader">
<source xml:lang="en">Status</source>
</trans-unit>
<trans-unit id="bdc-create.PickTargetEnvironmentText">
<source xml:lang="en">Pick target environment</source>
</trans-unit>
<trans-unit id="bdc-create.ToolsRefreshingText">
<source xml:lang="en">Please wait while the required tools status is being refreshed.</source>
</trans-unit>
<trans-unit id="bdc-create.TargetClusterTypeNotSelectedText">
<source xml:lang="en">Please select a target cluster type.</source>
</trans-unit>
<trans-unit id="bdc-create.MissingToolsText">
<source xml:lang="en">Please install the required tools.</source>
</trans-unit>
<trans-unit id="bdc-create.ComingSoonText">
<source xml:lang="en">(Coming Soon)</source>
</trans-unit>
<trans-unit id="bdc-create.RequiredToolsText">
<source xml:lang="en">Required tools</source>
</trans-unit>
<trans-unit id="bdc-create.InstalledText">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="bdc-create.NotInstalledText">
<source xml:lang="en">Not Installed</source>
</trans-unit>
<trans-unit id="bdc-create.InstallingText">
<source xml:lang="en">Installing...</source>
</trans-unit>
<trans-unit id="bdc-create.FailedToInstallText">
<source xml:lang="en">Install Failed</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/wizards/create-cluster/pages/selectExistingClusterPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.selectTargetClusterPageTitle">
<source xml:lang="en">Where do you want to deploy this SQL Server big data cluster?</source>
</trans-unit>
<trans-unit id="bdc-create.selectTargetClusterPageDescription">
<source xml:lang="en">Select the kubeconfig file and then select a cluster context from the list</source>
</trans-unit>
<trans-unit id="bdc-create.ClusterContextNotSelectedMessage">
<source xml:lang="en">Please select a cluster context.</source>
</trans-unit>
<trans-unit id="bdc-create.kubeConfigFileLabelText">
<source xml:lang="en">Kube config file path</source>
</trans-unit>
<trans-unit id="bdc-browseText">
<source xml:lang="en">Browse</source>
</trans-unit>
<trans-unit id="bdc-clusterContextsLabelText">
<source xml:lang="en">Cluster Contexts</source>
</trans-unit>
<trans-unit id="bdc-errorLoadingClustersText">
<source xml:lang="en">No cluster information is found in the config file or an error ocurred while loading the config file</source>
</trans-unit>
<trans-unit id="bdc-selectKubeConfigFileText">
<source xml:lang="en">Select</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/wizards/create-cluster/pages/clusterProfilePage" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.clusterProfilePageTitle">
<source xml:lang="en">Select a cluster profile</source>
</trans-unit>
<trans-unit id="bdc-create.clusterProfilePageDescription">
<source xml:lang="en">Select your requirement and we will provide you a pre-defined default scaling. You can later go to cluster configuration and customize it.</source>
</trans-unit>
<trans-unit id="bdc-create.TargetClusterOverview">
<source xml:lang="en">Target cluster scale overview</source>
</trans-unit>
<trans-unit id="bdc-create.clusterProfileLabel">
<source xml:lang="en">Deployment profile</source>
</trans-unit>
<trans-unit id="bdc-create.HardwareProfileText">
<source xml:lang="en">Hardware profile</source>
</trans-unit>
<trans-unit id="bdc-create.HardwareLabelColumnName">
<source xml:lang="en">Label</source>
</trans-unit>
<trans-unit id="bdc-create.TotalNodesColumnName">
<source xml:lang="en">Nodes</source>
</trans-unit>
<trans-unit id="bdc-create.TotalCoresColumnName">
<source xml:lang="en">Cores</source>
</trans-unit>
<trans-unit id="bdc-create.TotalMemoryColumnName">
<source xml:lang="en">Memory</source>
</trans-unit>
<trans-unit id="bdc-create.TotalDisksColumnName">
<source xml:lang="en">Disks</source>
</trans-unit>
<trans-unit id="bdc-create.ScaleLabel">
<source xml:lang="en">Scale</source>
</trans-unit>
<trans-unit id="bdc-create.HardwareProfileLabel">
<source xml:lang="en">Hardware profile label</source>
</trans-unit>
<trans-unit id="bdc-create.FeatureSetLabel">
<source xml:lang="en">Feature set</source>
</trans-unit>
<trans-unit id="bdc-create.EngineOnlyText">
<source xml:lang="en">Engine only</source>
</trans-unit>
<trans-unit id="bdc-create.EngineWithFeaturesText">
<source xml:lang="en">Engine with optional features</source>
</trans-unit>
<trans-unit id="bdc-create.SQLServerMasterDisplayName">
<source xml:lang="en">SQL Server master</source>
</trans-unit>
<trans-unit id="bdc-create.ComputePoolDisplayName">
<source xml:lang="en">Compute pool</source>
</trans-unit>
<trans-unit id="bdc-create.DataPoolDisplayName">
<source xml:lang="en">Data pool</source>
</trans-unit>
<trans-unit id="bdc-create.StoragePoolDisplayName">
<source xml:lang="en">Storage pool</source>
</trans-unit>
<trans-unit id="bdc-create.SparkPoolDisplayName">
<source xml:lang="en">Spark pool</source>
</trans-unit>
<trans-unit id="bdc-create.SQLServerMasterDescription">
<source xml:lang="en">The SQL Server instance provides an externally accessible TDS endpoint for the cluster</source>
</trans-unit>
<trans-unit id="bdc-create.ComputePoolDescription">
<source xml:lang="en">TODO: Add description</source>
</trans-unit>
<trans-unit id="bdc-create.DataPoolDescription">
<source xml:lang="en">TODO: Add description</source>
</trans-unit>
<trans-unit id="bdc-create.StoragePoolDescription">
<source xml:lang="en">TODO: Add description</source>
</trans-unit>
<trans-unit id="bdc-create.SparkPoolDescription">
<source xml:lang="en">TODO: Add description</source>
</trans-unit>
<trans-unit id="bdc-create.poolLabelTemplate">
<source xml:lang="en">{0} ({1})</source>
<note>{0} is the pool name, {1} is the scale number</note>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/wizards/create-cluster/createClusterWizard" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.wizardTitle">
<source xml:lang="en">Create a big data cluster</source>
</trans-unit>
<trans-unit id="bdc-create.generateScriptsButtonText">
<source xml:lang="en">Generate Scripts</source>
</trans-unit>
<trans-unit id="bdc-create.createClusterButtonText">
<source xml:lang="en">Create</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/wizards/create-cluster/createClusterModel" source-language="en" datatype="plaintext"><body>
<trans-unit id="bdc-create.AKSClusterCardText">
<source xml:lang="en">New AKS Cluster</source>
</trans-unit>
<trans-unit id="bdc-create.AKSClusterFullName">
<source xml:lang="en">New Azure Kubernetes Service cluster</source>
</trans-unit>
<trans-unit id="bdc-create.AKSClusterDescription">
<source xml:lang="en">This option configures new Azure Kubernetes Service (AKS) for SQL Server big data cluster deployments. AKS makes it simple to create, configure and manage a cluster of virutal machines that are preconfigured with a Kubernetes cluster to run containerized applications.</source>
</trans-unit>
<trans-unit id="bdc-create.ExistingClusterCardText">
<source xml:lang="en">Existing Cluster</source>
</trans-unit>
<trans-unit id="bdc-create.ExistingClusterFullName">
<source xml:lang="en">Existing Kubernetes cluster</source>
</trans-unit>
<trans-unit id="bdc-create.ExistingClusterDescription">
<source xml:lang="en">This option assumes you already have a Kubernetes cluster installed, Once a prerequisite check is done, ensure the correct cluster context is selected.</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/kubectl/sqlServerBigDataClusterChannel" source-language="en" datatype="plaintext"><body>
<trans-unit id="bigDataClusterOutputChannel">
<source xml:lang="en">SQL Server big data cluster</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/kubectl/kubectlUtils" source-language="en" datatype="plaintext"><body>
<trans-unit id="runKubectlFailed">
<source xml:lang="en">Unable to run kubectl</source>
</trans-unit>
<trans-unit id="setClusterFailed">
<source xml:lang="en">Failed to set '{0}' as current cluster: {1}</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/kubectl/kubectl" source-language="en" datatype="plaintext"><body>
<trans-unit id="binaryNotFound">
<source xml:lang="en">Could not find {0} binary. {1}</source>
</trans-unit>
<trans-unit id="binaryNotInstalled">
<source xml:lang="en">{0} is not installed. {1}</source>
</trans-unit>
<trans-unit id="kubernetesRequired">
<source xml:lang="en"> SQL Server Big data cluster requires kubernetes.</source>
</trans-unit>
<trans-unit id="cannotExecuteCmd">
<source xml:lang="en"> Cannot execute command.</source>
</trans-unit>
<trans-unit id="kubectlVersionIncompatible">
<source xml:lang="en">kubectl version ${0} may be incompatible with cluster Kubernetes version {1}</source>
</trans-unit>
<trans-unit id="cannotRunCommand">
<source xml:lang="en">Unable to run command ({0})</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/kubectl/binutil" source-language="en" datatype="plaintext"><body>
<trans-unit id="installDependenciesAction">
<source xml:lang="en">Install dependencies</source>
</trans-unit>
<trans-unit id="learnMoreAction">
<source xml:lang="en">Learn more</source>
</trans-unit>
<trans-unit id="moreInfoMsg">
<source xml:lang="en">Add {0} directory to path, or set "mssql-bdc.{0}-path" config to {0} binary.</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/installer/installer" source-language="en" datatype="plaintext"><body>
<trans-unit id="downloadKubectlFailed">
<source xml:lang="en">Failed to download kubectl: {0}</source>
</trans-unit>
<trans-unit id="kubectlVersionCheckFailed">
<source xml:lang="en">Failed to establish kubectl stable version: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/big-data-cluster/out/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="done">
<source xml:lang="en">Done</source>
</trans-unit>
<trans-unit id="dependencyInstalled">
<source xml:lang="en">{0} already installed...</source>
</trans-unit>
<trans-unit id="installingDependency">
<source xml:lang="en">Installing {0}...</source>
</trans-unit>
<trans-unit id="installingDependencyFailed">
<source xml:lang="en">Unable to install {0}: {1}</source>
</trans-unit>
</body></file>
</xliff>

381
resources/xlf/en/cms.xlf Normal file
View File

@@ -0,0 +1,381 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/cms/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.displayName">
<source xml:lang="en">SQL Server Central Management Servers</source>
</trans-unit>
<trans-unit id="cms.description">
<source xml:lang="en">Support for managing SQL Server Central Management Servers</source>
</trans-unit>
<trans-unit id="cms.title">
<source xml:lang="en">Central Management Servers</source>
</trans-unit>
<trans-unit id="cms.connectionProvider.displayName">
<source xml:lang="en">Microsoft SQL Server</source>
</trans-unit>
<trans-unit id="cms.resource.explorer.title">
<source xml:lang="en">Central Management Servers</source>
</trans-unit>
<trans-unit id="cms.resource.refresh.title">
<source xml:lang="en">Refresh</source>
</trans-unit>
<trans-unit id="cms.resource.refreshServerGroup.title">
<source xml:lang="en">Refresh Server Group</source>
</trans-unit>
<trans-unit id="cms.resource.deleteRegisteredServer.title">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="cms.resource.addRegisteredServer.title">
<source xml:lang="en">New Server Registration...</source>
</trans-unit>
<trans-unit id="cms.resource.deleteServerGroup.title">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="cms.resource.addServerGroup.title">
<source xml:lang="en">New Server Group...</source>
</trans-unit>
<trans-unit id="cms.resource.registerCmsServer.title">
<source xml:lang="en">Add Central Management Server</source>
</trans-unit>
<trans-unit id="cms.resource.deleteCmsServer.title">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="cms.configuration.title">
<source xml:lang="en">MSSQL configuration</source>
</trans-unit>
<trans-unit id="cms.query.displayBitAsNumber">
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
</trans-unit>
<trans-unit id="cms.format.alignColumnDefinitionsInColumns">
<source xml:lang="en">Should column definitions be aligned?</source>
</trans-unit>
<trans-unit id="cms.format.datatypeCasing">
<source xml:lang="en">Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
</trans-unit>
<trans-unit id="cms.format.keywordCasing">
<source xml:lang="en">Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
</trans-unit>
<trans-unit id="cms.format.placeCommasBeforeNextStatement">
<source xml:lang="en">should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'</source>
</trans-unit>
<trans-unit id="cms.format.placeSelectStatementReferencesOnNewLine">
<source xml:lang="en">Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines</source>
</trans-unit>
<trans-unit id="cms.logDebugInfo">
<source xml:lang="en">[Optional] Log debug output to the console (View -&gt; Output) and then select appropriate output channel from the dropdown</source>
</trans-unit>
<trans-unit id="cms.tracingLevel">
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
</trans-unit>
<trans-unit id="cms.logRetentionMinutes">
<source xml:lang="en">Number of minutes to retain log files for backend services. Default is 1 week.</source>
</trans-unit>
<trans-unit id="cms.logFilesRemovalLimit">
<source xml:lang="en">Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up.</source>
</trans-unit>
<trans-unit id="ignorePlatformWarning">
<source xml:lang="en">[Optional] Do not show unsupported platform warnings</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.recoveryModel">
<source xml:lang="en">Recovery Model</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.lastBackupDate">
<source xml:lang="en">Last Database Backup</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.lastLogBackupDate">
<source xml:lang="en">Last Log Backup</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.compatibilityLevel">
<source xml:lang="en">Compatibility Level</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.owner">
<source xml:lang="en">Owner</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.serverVersion">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.serverEdition">
<source xml:lang="en">Edition</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.machineName">
<source xml:lang="en">Computer Name</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.osVersion">
<source xml:lang="en">OS Version</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.azureEdition">
<source xml:lang="en">Edition</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.serviceLevelObjective">
<source xml:lang="en">Pricing Tier</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.compatibilityLevel">
<source xml:lang="en">Compatibility Level</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.owner">
<source xml:lang="en">Owner</source>
</trans-unit>
<trans-unit id="cloud.serverProperties.serverVersion">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="cloud.serverProperties.serverEdition">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="cms.provider.displayName">
<source xml:lang="en">Microsoft SQL Server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectionName.displayName">
<source xml:lang="en">Name (optional)</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectionName.description">
<source xml:lang="en">Custom name of the connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.serverName.displayName">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.serverName.description">
<source xml:lang="en">Name of the SQL Server instance</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.serverDescription.displayName">
<source xml:lang="en">Server Description</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.serverDescription.description">
<source xml:lang="en">Description of the SQL Server instance</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.authType.displayName">
<source xml:lang="en">Authentication type</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.authType.description">
<source xml:lang="en">Specifies the method of authenticating with SQL Server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.authType.categoryValues.sqlLogin">
<source xml:lang="en">SQL Login</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.authType.categoryValues.integrated">
<source xml:lang="en">Windows Authentication</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.authType.categoryValues.azureMFA">
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.userName.displayName">
<source xml:lang="en">User name</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.userName.description">
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.password.displayName">
<source xml:lang="en">Password</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.password.description">
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.applicationIntent.displayName">
<source xml:lang="en">Application intent</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.applicationIntent.description">
<source xml:lang="en">Declares the application workload type when connecting to a server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.asynchronousProcessing.displayName">
<source xml:lang="en">Asynchronous processing</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.asynchronousProcessing.description">
<source xml:lang="en">When true, enables usage of the Asynchronous functionality in the .Net Framework Data Provider</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectTimeout.displayName">
<source xml:lang="en">Connect timeout</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectTimeout.description">
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.currentLanguage.displayName">
<source xml:lang="en">Current language</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.currentLanguage.description">
<source xml:lang="en">The SQL Server language record name</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.displayName">
<source xml:lang="en">Column encryption</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.columnEncryptionSetting.description">
<source xml:lang="en">Default column encryption setting for all the commands on the connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.encrypt.displayName">
<source xml:lang="en">Encrypt</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.encrypt.description">
<source xml:lang="en">When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.persistSecurityInfo.displayName">
<source xml:lang="en">Persist security info</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.persistSecurityInfo.description">
<source xml:lang="en">When false, security-sensitive information, such as the password, is not returned as part of the connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.trustServerCertificate.displayName">
<source xml:lang="en">Trust server certificate</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.trustServerCertificate.description">
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.attachedDBFileName.displayName">
<source xml:lang="en">Attached DB file name</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.attachedDBFileName.description">
<source xml:lang="en">The name of the primary file, including the full path name, of an attachable database</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.contextConnection.displayName">
<source xml:lang="en">Context connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.contextConnection.description">
<source xml:lang="en">When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.port.displayName">
<source xml:lang="en">Port</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectRetryCount.displayName">
<source xml:lang="en">Connect retry count</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectRetryCount.description">
<source xml:lang="en">Number of attempts to restore connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectRetryInterval.displayName">
<source xml:lang="en">Connect retry interval</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.connectRetryInterval.description">
<source xml:lang="en">Delay between attempts to restore connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.applicationName.displayName">
<source xml:lang="en">Application name</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.applicationName.description">
<source xml:lang="en">The name of the application</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.workstationId.displayName">
<source xml:lang="en">Workstation Id</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.workstationId.description">
<source xml:lang="en">The name of the workstation connecting to SQL Server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.pooling.displayName">
<source xml:lang="en">Pooling</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.pooling.description">
<source xml:lang="en">When true, the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.maxPoolSize.displayName">
<source xml:lang="en">Max pool size</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.maxPoolSize.description">
<source xml:lang="en">The maximum number of connections allowed in the pool</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.minPoolSize.displayName">
<source xml:lang="en">Min pool size</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.minPoolSize.description">
<source xml:lang="en">The minimum number of connections allowed in the pool</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.displayName">
<source xml:lang="en">Load balance timeout</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.loadBalanceTimeout.description">
<source xml:lang="en">The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.replication.displayName">
<source xml:lang="en">Replication</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.replication.description">
<source xml:lang="en">Used by SQL Server in Replication</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.attachDbFilename.displayName">
<source xml:lang="en">Attach DB filename</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.failoverPartner.displayName">
<source xml:lang="en">Failover partner</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.failoverPartner.description">
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.multiSubnetFailover.displayName">
<source xml:lang="en">Multi subnet failover</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.displayName">
<source xml:lang="en">Multiple active result sets</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.multipleActiveResultSets.description">
<source xml:lang="en">When true, multiple result sets can be returned and read from one connection</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.packetSize.displayName">
<source xml:lang="en">Packet size</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.packetSize.description">
<source xml:lang="en">Size in bytes of the network packets used to communicate with an instance of SQL Server</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.typeSystemVersion.displayName">
<source xml:lang="en">Type system version</source>
</trans-unit>
<trans-unit id="cms.connectionOptions.typeSystemVersion.description">
<source xml:lang="en">Indicates which server type system then provider will expose through the DataReader</source>
</trans-unit>
</body></file>
<file original="extensions/cms/out/cmsResource/tree/treeProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.resource.tree.treeProvider.loadingLabel">
<source xml:lang="en">Loading ...</source>
</trans-unit>
</body></file>
<file original="extensions/cms/out/cmsResource/tree/cmsResourceTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.errors.expandCmsFail">
<source xml:lang="en">The Central Management Server {0} could not be found or is offline</source>
</trans-unit>
<trans-unit id="cms.resource.cmsResourceTreeNode.noResourcesLabel">
<source xml:lang="en">No resources found</source>
</trans-unit>
</body></file>
<file original="extensions/cms/out/cmsResource/tree/cmsResourceEmptyTreeNode" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.resource.tree.CmsTreeNode.addCmsServerLabel">
<source xml:lang="en">Add Central Management Server...</source>
</trans-unit>
</body></file>
<file original="extensions/cms/out/cmsResource/cmsResourceCommands" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.errors.sameCmsServerName">
<source xml:lang="en">Central Management Server Group already has a Registered Server with the name {0}</source>
</trans-unit>
<trans-unit id="cms.errors.addRegisterServerFail">
<source xml:lang="en">Could not add the Registered Server {0}</source>
</trans-unit>
<trans-unit id="cms.confirmDeleteServer">
<source xml:lang="en">Are you sure you want to delete</source>
</trans-unit>
<trans-unit id="cms.yes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="cms.no">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="cms.AddServerGroup">
<source xml:lang="en">Add Server Group</source>
</trans-unit>
<trans-unit id="cms.OK">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="cms.Cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="cms.ServerGroupName">
<source xml:lang="en">Server Group Name</source>
</trans-unit>
<trans-unit id="cms.ServerGroupDescription">
<source xml:lang="en">Server Group Description</source>
</trans-unit>
<trans-unit id="cms.errors.sameServerGroupName">
<source xml:lang="en">{0} already has a Server Group with the name {1}</source>
</trans-unit>
<trans-unit id="cms.confirmDeleteGroup">
<source xml:lang="en">Are you sure you want to delete</source>
</trans-unit>
</body></file>
<file original="extensions/cms/out/cmsUtils" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.errors.sameServerUnderCms">
<source xml:lang="en">You cannot add a shared registered server with the same name as the Configuration Server</source>
</trans-unit>
</body></file>
</xliff>

209
resources/xlf/en/dacpac.xlf Normal file
View File

@@ -0,0 +1,209 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/dacpac/out/wizard/pages/selectOperationpage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacFx.deployRadioButtonLabel">
<source xml:lang="en">Deploy a data-tier application .dacpac file to an instance of SQL Server [Deploy Dacpac]</source>
</trans-unit>
<trans-unit id="dacFx.extractRadioButtonLabel">
<source xml:lang="en">Extract a data-tier application from an instance of SQL Server to a .dacpac file [Extract Dacpac]</source>
</trans-unit>
<trans-unit id="dacFx.importRadioButtonLabel">
<source xml:lang="en">Create a database from a .bacpac file [Import Bacpac]</source>
</trans-unit>
<trans-unit id="dacFx.exportRadioButtonLabel">
<source xml:lang="en">Export the schema and data from a database to the logical .bacpac file format [Export Bacpac]</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/pages/importConfigPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacFxImport.openFile">
<source xml:lang="en">Open</source>
</trans-unit>
<trans-unit id="dacFxImport.fileTextboxTitle">
<source xml:lang="en">File Location</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/pages/extractConfigPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacfxExtract.saveFile">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="dacFxExtract.fileTextboxTitle">
<source xml:lang="en">File Location</source>
</trans-unit>
<trans-unit id="dacFxExtract.versionTextboxTitle">
<source xml:lang="en">Version (use x.x.x.x where x is a number)</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/pages/exportConfigPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacfxExport.saveFile">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="dacFxExport.fileTextboxTitle">
<source xml:lang="en">File Location</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/pages/deployPlanPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacfx.dataLossTextWithCount">
<source xml:lang="en">{0} of the deploy actions listed may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
</trans-unit>
<trans-unit id="dacFx.dataLossCheckbox">
<source xml:lang="en">Proceed despite possible data loss</source>
</trans-unit>
<trans-unit id="dacfx.noDataLossText">
<source xml:lang="en">No data loss will occur from the listed deploy actions.</source>
</trans-unit>
<trans-unit id="dacfx.dataLossText">
<source xml:lang="en">The deploy actions may result in data loss. Please ensure you have a backup or snapshot available in the event of an issue with the deployment.</source>
</trans-unit>
<trans-unit id="dacfx.operationColumn">
<source xml:lang="en">Operation</source>
</trans-unit>
<trans-unit id="dacfx.operationTooltip">
<source xml:lang="en">Operation(Create, Alter, Delete) that will occur during deployment</source>
</trans-unit>
<trans-unit id="dacfx.typeColumn">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="dacfx.typeTooltip">
<source xml:lang="en">Type of object that will be affected by deployment</source>
</trans-unit>
<trans-unit id="dacfx.objectColumn">
<source xml:lang="en">Object</source>
</trans-unit>
<trans-unit id="dacfx.objecTooltip">
<source xml:lang="en">Name of object that will be affected by deployment</source>
</trans-unit>
<trans-unit id="dacfx.dataLossColumn">
<source xml:lang="en">Data Loss</source>
</trans-unit>
<trans-unit id="dacfx.dataLossTooltip">
<source xml:lang="en">Operations that may result in data loss are marked with a warning sign</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/pages/deployConfigPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacFx.databaseNameTextBox">
<source xml:lang="en">Database Name</source>
</trans-unit>
<trans-unit id="dacFx.databaseNameDropdown">
<source xml:lang="en">Database Name</source>
</trans-unit>
<trans-unit id="dacFxDeploy.openFile">
<source xml:lang="en">Open</source>
</trans-unit>
<trans-unit id="dacFxDeploy.fileTextboxTitle">
<source xml:lang="en">File Location</source>
</trans-unit>
<trans-unit id="dacFx.upgradeRadioButtonLabel">
<source xml:lang="en">Upgrade Existing Database</source>
</trans-unit>
<trans-unit id="dacFx.newRadioButtonLabel">
<source xml:lang="en">New Database</source>
</trans-unit>
<trans-unit id="dacFx.targetDatabaseRadioButtonsTitle">
<source xml:lang="en">Target Database</source>
</trans-unit>
<trans-unit id="dacFx.targetDatabaseDropdownTitle">
<source xml:lang="en">Database Name</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/pages/dacFxSummaryPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacfx.targetServerName">
<source xml:lang="en">Target Server</source>
</trans-unit>
<trans-unit id="dacfx.targetDatabaseName">
<source xml:lang="en">Target Database</source>
</trans-unit>
<trans-unit id="dacfx.sourceServerName">
<source xml:lang="en">Source Server</source>
</trans-unit>
<trans-unit id="dacfx.sourceDatabaseName">
<source xml:lang="en">Source Database</source>
</trans-unit>
<trans-unit id="dacfx.fileLocation">
<source xml:lang="en">File Location</source>
</trans-unit>
<trans-unit id="dacfxExtract.version">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="dacfx.settingColumn">
<source xml:lang="en">Setting</source>
</trans-unit>
<trans-unit id="dacfx.valueColumn">
<source xml:lang="en">Value</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/api/dacFxConfigPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacFx.targetServerDropdownTitle">
<source xml:lang="en">Target Server</source>
</trans-unit>
<trans-unit id="dacFx.sourceServerDropdownTitle">
<source xml:lang="en">Source Server</source>
</trans-unit>
<trans-unit id="dacFx.databaseNameTextBox">
<source xml:lang="en">Target Database</source>
</trans-unit>
<trans-unit id="dacFx.sourceDatabaseDropdownTitle">
<source xml:lang="en">Source Database</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/api/basePage" source-language="en" datatype="plaintext"><body>
<trans-unit id="basePage.defaultUser">
<source xml:lang="en">default</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/wizard/dataTierApplicationWizard" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacFx.selectOperationPageName">
<source xml:lang="en">Select an Operation</source>
</trans-unit>
<trans-unit id="dacFx.deployConfigPageName">
<source xml:lang="en">Select Deploy Dacpac Settings</source>
</trans-unit>
<trans-unit id="dacFx.deployPlanPage">
<source xml:lang="en">Review the deploy plan</source>
</trans-unit>
<trans-unit id="dacFx.summaryPageName">
<source xml:lang="en">Summary</source>
</trans-unit>
<trans-unit id="dacFx.extractConfigPageName">
<source xml:lang="en">Select Extract Dacpac Settings</source>
</trans-unit>
<trans-unit id="dacFx.importConfigPageName">
<source xml:lang="en">Select Import Bacpac Settings</source>
</trans-unit>
<trans-unit id="dacFx.exportConfigPageName">
<source xml:lang="en">Select Export Bacpac Settings</source>
</trans-unit>
<trans-unit id="dacFx.deployButton">
<source xml:lang="en">Deploy</source>
</trans-unit>
<trans-unit id="dacFx.extractButton">
<source xml:lang="en">Extract</source>
</trans-unit>
<trans-unit id="dacFx.importButton">
<source xml:lang="en">Import</source>
</trans-unit>
<trans-unit id="dacFx.exportButton">
<source xml:lang="en">Export</source>
</trans-unit>
<trans-unit id="dacFx.generateScriptButton">
<source xml:lang="en">Generate Script</source>
</trans-unit>
<trans-unit id="alertData.deployErrorMessage">
<source xml:lang="en">Deploy failed '{0}'</source>
</trans-unit>
<trans-unit id="alertData.extractErrorMessage">
<source xml:lang="en">Extract failed '{0}'</source>
</trans-unit>
<trans-unit id="alertData.exportErrorMessage">
<source xml:lang="en">Export failed '{0}'</source>
</trans-unit>
<trans-unit id="alertData.importErrorMessage">
<source xml:lang="en">Import failed '{0}'</source>
</trans-unit>
<trans-unit id="dacfx.scriptGeneratingMessage">
<source xml:lang="en">You can view the status of script generation in the Tasks View once the wizard is closed. The generated script will open when complete.</source>
</trans-unit>
<trans-unit id="alertData.deployPlanErrorMessage">
<source xml:lang="en">Generating deploy plan failed '{0}'</source>
</trans-unit>
</body></file>
</xliff>

143
resources/xlf/en/import.xlf Normal file
View File

@@ -0,0 +1,143 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/import/out/wizard/pages/summaryPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="flatFileImport.importInformation">
<source xml:lang="en">Import information</source>
</trans-unit>
<trans-unit id="flatFileImport.importStatus">
<source xml:lang="en">Import status</source>
</trans-unit>
<trans-unit id="flatFileImport.serverName">
<source xml:lang="en">Server name</source>
</trans-unit>
<trans-unit id="flatFileImport.databaseName">
<source xml:lang="en">Database name</source>
</trans-unit>
<trans-unit id="flatFileImport.tableName">
<source xml:lang="en">Table name</source>
</trans-unit>
<trans-unit id="flatFileImport.tableSchema">
<source xml:lang="en">Table schema</source>
</trans-unit>
<trans-unit id="flatFileImport.fileImport">
<source xml:lang="en">File to be imported</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>
</body></file>
<file original="extensions/import/out/wizard/pages/prosePreviewPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="flatFileImport.prosePreviewMessage">
<source xml:lang="en">This operation analyzed the input file structure to generate the preview below for up to the first 50 rows.</source>
</trans-unit>
<trans-unit id="flatFileImport.prosePreviewMessageFail">
<source xml:lang="en">This operation was unsuccessful. Please try a different input file.</source>
</trans-unit>
<trans-unit id="flatFileImport.refresh">
<source xml:lang="en">Refresh</source>
</trans-unit>
</body></file>
<file original="extensions/import/out/wizard/pages/modifyColumnsPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="flatFileImport.importData">
<source xml:lang="en">Import Data</source>
</trans-unit>
<trans-unit id="flatFileImport.next">
<source xml:lang="en">Next</source>
</trans-unit>
<trans-unit id="flatFileImport.columnName">
<source xml:lang="en">Column Name</source>
</trans-unit>
<trans-unit id="flatFileImport.dataType">
<source xml:lang="en">Data Type</source>
</trans-unit>
<trans-unit id="flatFileImport.primaryKey">
<source xml:lang="en">Primary Key</source>
</trans-unit>
<trans-unit id="flatFileImport.allowNulls">
<source xml:lang="en">Allow Nulls</source>
</trans-unit>
</body></file>
<file original="extensions/import/out/wizard/pages/fileConfigPage" source-language="en" datatype="plaintext"><body>
<trans-unit id="flatFileImport.serverDropdownTitle">
<source xml:lang="en">Server the database is in</source>
</trans-unit>
<trans-unit id="flatFileImport.databaseDropdownTitle">
<source xml:lang="en">Database the table is created in</source>
</trans-unit>
<trans-unit id="flatFileImport.browseFiles">
<source xml:lang="en">Browse</source>
</trans-unit>
<trans-unit id="flatFileImport.openFile">
<source xml:lang="en">Open</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.tableTextboxTitle">
<source xml:lang="en">New table name</source>
</trans-unit>
<trans-unit id="flatFileImport.schemaTextboxTitle">
<source xml:lang="en">Table schema</source>
</trans-unit>
</body></file>
<file original="extensions/import/out/wizard/flatFileWizard" source-language="en" datatype="plaintext"><body>
<trans-unit id="import.needConnection">
<source xml:lang="en">Please connect to a server before using this wizard.</source>
</trans-unit>
<trans-unit id="flatFileImport.wizardName">
<source xml:lang="en">Import flat file wizard</source>
</trans-unit>
<trans-unit id="flatFileImport.page1Name">
<source xml:lang="en">Specify Input File</source>
</trans-unit>
<trans-unit id="flatFileImport.page2Name">
<source xml:lang="en">Preview Data</source>
</trans-unit>
<trans-unit id="flatFileImport.page3Name">
<source xml:lang="en">Modify Columns</source>
</trans-unit>
<trans-unit id="flatFileImport.page4Name">
<source xml:lang="en">Summary</source>
</trans-unit>
<trans-unit id="flatFileImport.importNewFile">
<source xml:lang="en">Import new file</source>
</trans-unit>
</body></file>
<file original="extensions/import/out/services/telemetry" source-language="en" datatype="plaintext"><body>
<trans-unit id="import.serviceCrashButton">
<source xml:lang="en">Give Feedback</source>
</trans-unit>
<trans-unit id="serviceCrashMessage">
<source xml:lang="en">service component could not start</source>
</trans-unit>
</body></file>
<file original="extensions/import/out/services/serviceClient" source-language="en" datatype="plaintext"><body>
<trans-unit id="serviceStarted">
<source xml:lang="en">Service Started</source>
</trans-unit>
<trans-unit id="serviceStarting">
<source xml:lang="en">Starting service</source>
</trans-unit>
<trans-unit id="flatFileImport.serviceStartFailed">
<source xml:lang="en">Failed to start Import service{0}</source>
</trans-unit>
<trans-unit id="installingServiceDetailed">
<source xml:lang="en">Installing {0} service to {1}</source>
</trans-unit>
<trans-unit id="installingService">
<source xml:lang="en">Installing Service</source>
</trans-unit>
<trans-unit id="serviceInstalled">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="downloadingService">
<source xml:lang="en">Downloading {0}</source>
</trans-unit>
<trans-unit id="downloadingServiceStatus">
<source xml:lang="en">Downloading Service</source>
</trans-unit>
<trans-unit id="downloadingServiceComplete">
<source xml:lang="en">Done!</source>
</trans-unit>
</body></file>
</xliff>

755
resources/xlf/en/mssql.xlf Normal file
View File

@@ -0,0 +1,755 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/mssql/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="json.schemas.desc">
<source xml:lang="en">Associate schemas to JSON files in the current project</source>
</trans-unit>
<trans-unit id="json.schemas.url.desc">
<source xml:lang="en">A URL to a schema or a relative path to a schema in the current directory</source>
</trans-unit>
<trans-unit id="json.schemas.fileMatch.desc">
<source xml:lang="en">An array of file patterns to match against when resolving JSON files to schemas.</source>
</trans-unit>
<trans-unit id="json.schemas.fileMatch.item.desc">
<source xml:lang="en">A file pattern that can contain '*' to match against when resolving JSON files to schemas.</source>
</trans-unit>
<trans-unit id="json.schemas.schema.desc">
<source xml:lang="en">The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL.</source>
</trans-unit>
<trans-unit id="json.format.enable.desc">
<source xml:lang="en">Enable/disable default JSON formatter (requires restart)</source>
</trans-unit>
<trans-unit id="mssqlCluster.uploadFiles">
<source xml:lang="en">Upload files</source>
</trans-unit>
<trans-unit id="mssqlCluster.mkdir">
<source xml:lang="en">New directory</source>
</trans-unit>
<trans-unit id="mssqlCluster.deleteFiles">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="mssqlCluster.previewFile">
<source xml:lang="en">Preview</source>
</trans-unit>
<trans-unit id="mssqlCluster.saveFile">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="mssqlCluster.copyPath">
<source xml:lang="en">Copy Path</source>
</trans-unit>
<trans-unit id="notebook.command.new">
<source xml:lang="en">New Notebook</source>
</trans-unit>
<trans-unit id="notebook.command.open">
<source xml:lang="en">Open Notebook</source>
</trans-unit>
<trans-unit id="tab.bigDataClusterDescription">
<source xml:lang="en">Tasks and information about your SQL Server Big Data Cluster</source>
</trans-unit>
<trans-unit id="title.bigDataCluster">
<source xml:lang="en">SQL Server Big Data Cluster</source>
</trans-unit>
<trans-unit id="title.submitSparkJob">
<source xml:lang="en">Submit Spark Job</source>
</trans-unit>
<trans-unit id="title.newSparkJob">
<source xml:lang="en">New Spark Job</source>
</trans-unit>
<trans-unit id="title.openSparkHistory">
<source xml:lang="en">View Spark History</source>
</trans-unit>
<trans-unit id="title.openYarnHistory">
<source xml:lang="en">View Yarn History</source>
</trans-unit>
<trans-unit id="title.tasks">
<source xml:lang="en">Tasks</source>
</trans-unit>
<trans-unit id="title.installPackages">
<source xml:lang="en">Install Packages</source>
</trans-unit>
<trans-unit id="title.configurePython">
<source xml:lang="en">Configure Python for Notebooks</source>
</trans-unit>
<trans-unit id="title.openClusterStatusNotebook">
<source xml:lang="en">Cluster Status</source>
</trans-unit>
<trans-unit id="title.searchServers">
<source xml:lang="en">Search: Servers</source>
</trans-unit>
<trans-unit id="title.clearSearchServerResult">
<source xml:lang="en">Search: Clear Search Server Results</source>
</trans-unit>
<trans-unit id="title.endpoints">
<source xml:lang="en">Service Endpoints</source>
</trans-unit>
<trans-unit id="mssql.configuration.title">
<source xml:lang="en">MSSQL configuration</source>
</trans-unit>
<trans-unit id="mssql.query.displayBitAsNumber">
<source xml:lang="en">Should BIT columns be displayed as numbers (1 or 0)? If false, BIT columns will be displayed as 'true' or 'false'</source>
</trans-unit>
<trans-unit id="mssql.format.alignColumnDefinitionsInColumns">
<source xml:lang="en">Should column definitions be aligned?</source>
</trans-unit>
<trans-unit id="mssql.format.datatypeCasing">
<source xml:lang="en">Should data types be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
</trans-unit>
<trans-unit id="mssql.format.keywordCasing">
<source xml:lang="en">Should keywords be formatted as UPPERCASE, lowercase, or none (not formatted)</source>
</trans-unit>
<trans-unit id="mssql.format.placeCommasBeforeNextStatement">
<source xml:lang="en">should commas be placed at the beginning of each statement in a list e.g. ', mycolumn2' instead of at the end e.g. 'mycolumn1,'</source>
</trans-unit>
<trans-unit id="mssql.format.placeSelectStatementReferencesOnNewLine">
<source xml:lang="en">Should references to objects in a select statements be split into separate lines? E.g. for 'SELECT C1, C2 FROM T1' both C1 and C2 will be on separate lines</source>
</trans-unit>
<trans-unit id="mssql.logDebugInfo">
<source xml:lang="en">[Optional] Log debug output to the console (View -&gt; Output) and then select appropriate output channel from the dropdown</source>
</trans-unit>
<trans-unit id="mssql.tracingLevel">
<source xml:lang="en">[Optional] Log level for backend services. Azure Data Studio generates a file name every time it starts and if the file already exists the logs entries are appended to that file. For cleanup of old log files see logRetentionMinutes and logFilesRemovalLimit settings. The default tracingLevel does not log much. Changing verbosity could lead to extensive logging and disk space requirements for the logs. Error includes Critical, Warning includes Error, Information includes Warning and Verbose includes Information</source>
</trans-unit>
<trans-unit id="mssql.logRetentionMinutes">
<source xml:lang="en">Number of minutes to retain log files for backend services. Default is 1 week.</source>
</trans-unit>
<trans-unit id="mssql.logFilesRemovalLimit">
<source xml:lang="en">Maximum number of old files to remove upon startup that have expired mssql.logRetentionMinutes. Files that do not get cleaned up due to this limitation get cleaned up next time Azure Data Studio starts up.</source>
</trans-unit>
<trans-unit id="ignorePlatformWarning">
<source xml:lang="en">[Optional] Do not show unsupported platform warnings</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.recoveryModel">
<source xml:lang="en">Recovery Model</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.lastBackupDate">
<source xml:lang="en">Last Database Backup</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.lastLogBackupDate">
<source xml:lang="en">Last Log Backup</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.compatibilityLevel">
<source xml:lang="en">Compatibility Level</source>
</trans-unit>
<trans-unit id="onprem.databaseProperties.owner">
<source xml:lang="en">Owner</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.serverVersion">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.serverEdition">
<source xml:lang="en">Edition</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.machineName">
<source xml:lang="en">Computer Name</source>
</trans-unit>
<trans-unit id="onprem.serverProperties.osVersion">
<source xml:lang="en">OS Version</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.azureEdition">
<source xml:lang="en">Edition</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.serviceLevelObjective">
<source xml:lang="en">Pricing Tier</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.compatibilityLevel">
<source xml:lang="en">Compatibility Level</source>
</trans-unit>
<trans-unit id="cloud.databaseProperties.owner">
<source xml:lang="en">Owner</source>
</trans-unit>
<trans-unit id="cloud.serverProperties.serverVersion">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="cloud.serverProperties.serverEdition">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="mssql.provider.displayName">
<source xml:lang="en">Microsoft SQL Server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectionName.displayName">
<source xml:lang="en">Name (optional)</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectionName.description">
<source xml:lang="en">Custom name of the connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.serverName.displayName">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.serverName.description">
<source xml:lang="en">Name of the SQL Server instance</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.databaseName.displayName">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.databaseName.description">
<source xml:lang="en">The name of the initial catalog or database int the data source</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.authType.displayName">
<source xml:lang="en">Authentication type</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.authType.description">
<source xml:lang="en">Specifies the method of authenticating with SQL Server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.authType.categoryValues.sqlLogin">
<source xml:lang="en">SQL Login</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.authType.categoryValues.integrated">
<source xml:lang="en">Windows Authentication</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.authType.categoryValues.azureMFA">
<source xml:lang="en">Azure Active Directory - Universal with MFA support</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.userName.displayName">
<source xml:lang="en">User name</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.userName.description">
<source xml:lang="en">Indicates the user ID to be used when connecting to the data source</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.password.displayName">
<source xml:lang="en">Password</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.password.description">
<source xml:lang="en">Indicates the password to be used when connecting to the data source</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.applicationIntent.displayName">
<source xml:lang="en">Application intent</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.applicationIntent.description">
<source xml:lang="en">Declares the application workload type when connecting to a server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.asynchronousProcessing.displayName">
<source xml:lang="en">Asynchronous processing</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.asynchronousProcessing.description">
<source xml:lang="en">When true, enables usage of the Asynchronous functionality in the .Net Framework Data Provider</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectTimeout.displayName">
<source xml:lang="en">Connect timeout</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectTimeout.description">
<source xml:lang="en">The length of time (in seconds) to wait for a connection to the server before terminating the attempt and generating an error</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.currentLanguage.displayName">
<source xml:lang="en">Current language</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.currentLanguage.description">
<source xml:lang="en">The SQL Server language record name</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.columnEncryptionSetting.displayName">
<source xml:lang="en">Column encryption</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.columnEncryptionSetting.description">
<source xml:lang="en">Default column encryption setting for all the commands on the connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.encrypt.displayName">
<source xml:lang="en">Encrypt</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.encrypt.description">
<source xml:lang="en">When true, SQL Server uses SSL encryption for all data sent between the client and server if the server has a certificate installed</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.persistSecurityInfo.displayName">
<source xml:lang="en">Persist security info</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.persistSecurityInfo.description">
<source xml:lang="en">When false, security-sensitive information, such as the password, is not returned as part of the connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.trustServerCertificate.displayName">
<source xml:lang="en">Trust server certificate</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.trustServerCertificate.description">
<source xml:lang="en">When true (and encrypt=true), SQL Server uses SSL encryption for all data sent between the client and server without validating the server certificate</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.attachedDBFileName.displayName">
<source xml:lang="en">Attached DB file name</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.attachedDBFileName.description">
<source xml:lang="en">The name of the primary file, including the full path name, of an attachable database</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.contextConnection.displayName">
<source xml:lang="en">Context connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.contextConnection.description">
<source xml:lang="en">When true, indicates the connection should be from the SQL server context. Available only when running in the SQL Server process</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.port.displayName">
<source xml:lang="en">Port</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectRetryCount.displayName">
<source xml:lang="en">Connect retry count</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectRetryCount.description">
<source xml:lang="en">Number of attempts to restore connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectRetryInterval.displayName">
<source xml:lang="en">Connect retry interval</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.connectRetryInterval.description">
<source xml:lang="en">Delay between attempts to restore connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.applicationName.displayName">
<source xml:lang="en">Application name</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.applicationName.description">
<source xml:lang="en">The name of the application</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.workstationId.displayName">
<source xml:lang="en">Workstation Id</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.workstationId.description">
<source xml:lang="en">The name of the workstation connecting to SQL Server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.pooling.displayName">
<source xml:lang="en">Pooling</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.pooling.description">
<source xml:lang="en">When true, the connection object is drawn from the appropriate pool, or if necessary, is created and added to the appropriate pool</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.maxPoolSize.displayName">
<source xml:lang="en">Max pool size</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.maxPoolSize.description">
<source xml:lang="en">The maximum number of connections allowed in the pool</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.minPoolSize.displayName">
<source xml:lang="en">Min pool size</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.minPoolSize.description">
<source xml:lang="en">The minimum number of connections allowed in the pool</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.loadBalanceTimeout.displayName">
<source xml:lang="en">Load balance timeout</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.loadBalanceTimeout.description">
<source xml:lang="en">The minimum amount of time (in seconds) for this connection to live in the pool before being destroyed</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.replication.displayName">
<source xml:lang="en">Replication</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.replication.description">
<source xml:lang="en">Used by SQL Server in Replication</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.attachDbFilename.displayName">
<source xml:lang="en">Attach DB filename</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.failoverPartner.displayName">
<source xml:lang="en">Failover partner</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.failoverPartner.description">
<source xml:lang="en">The name or network address of the instance of SQL Server that acts as a failover partner</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.multiSubnetFailover.displayName">
<source xml:lang="en">Multi subnet failover</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.multipleActiveResultSets.displayName">
<source xml:lang="en">Multiple active result sets</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.multipleActiveResultSets.description">
<source xml:lang="en">When true, multiple result sets can be returned and read from one connection</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.packetSize.displayName">
<source xml:lang="en">Packet size</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.packetSize.description">
<source xml:lang="en">Size in bytes of the network packets used to communicate with an instance of SQL Server</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.typeSystemVersion.displayName">
<source xml:lang="en">Type system version</source>
</trans-unit>
<trans-unit id="mssql.connectionOptions.typeSystemVersion.description">
<source xml:lang="en">Indicates which server type system then provider will expose through the DataReader</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionService" source-language="en" datatype="plaintext"><body>
<trans-unit id="sparkJobSubmission_LivyNoBatchIdReturned">
<source xml:lang="en">No Spark job batch id is returned from response.{0}[Error] {1}</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_LivyNoLogReturned">
<source xml:lang="en">No log is returned within response.{0}[Error] {1}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionModel" source-language="en" datatype="plaintext"><body>
<trans-unit id="sparkJobSubmission_SparkJobSubmissionModelInitializeError">
<source xml:lang="en">Parameters for SparkJobSubmissionModel is illegal</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_submissionArgsIsInvalid">
<source xml:lang="en">submissionArgs is invalid. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_LivyBatchIdIsInvalid">
<source xml:lang="en">livyBatchId is invalid. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_GetApplicationIdTimeOut">
<source xml:lang="en">Get Application Id time out. {0}[Log] {1}</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_localFileOrFolderNotSpecified.">
<source xml:lang="en">Property localFilePath or hdfsFolderPath is not specified. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_PathNotSpecified.">
<source xml:lang="en">Property Path is not specified. </source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/dialog/sparkJobSubmission/sparkJobSubmissionDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="sparkJobSubmission_SparkJobSubmissionDialogInitializeError">
<source xml:lang="en">Parameters for SparkJobSubmissionDialog is illegal</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_DialogTitleNewJob">
<source xml:lang="en">New Job</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_DialogCancelButton">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_DialogSubmitButton">
<source xml:lang="en">Submit</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SubmitSparkJob">
<source xml:lang="en">{0} Spark Job Submission:</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SubmissionStartMessage">
<source xml:lang="en">.......................... Submit Spark Job Start ..........................</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/dialog/sparkJobSubmission/sparkConfigurationTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="sparkJobSubmission_GeneralTabName">
<source xml:lang="en">GENERAL</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_JobNamePlaceHolder">
<source xml:lang="en">Enter a name ...</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_JobName">
<source xml:lang="en">Job Name</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SparkCluster">
<source xml:lang="en">Spark Cluster</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_FilePathPlaceHolder">
<source xml:lang="en">Path to a .jar or .py file</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_LocalFileDestinationHintWithPath">
<source xml:lang="en">The selected local file will be uploaded to HDFS: {0}</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_MainFilePath">
<source xml:lang="en">JAR/py File</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_MainClass">
<source xml:lang="en">Main Class</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_Arguments">
<source xml:lang="en">Arguments</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ArgumentsTooltip">
<source xml:lang="en">Command line arguments used in your main class, multiple arguments should be split by space.</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_NotSpecifyJobName">
<source xml:lang="en">Property Job Name is not specified.</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_NotSpecifyJARPYPath">
<source xml:lang="en">Property JAR/py File is not specified.</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_NotSpecifyMainClass">
<source xml:lang="en">Property Main Class is not specified.</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_HDFSFileNotExistedWithPath">
<source xml:lang="en">{0} does not exist in Cluster or exception thrown. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_HDFSFileNotExisted">
<source xml:lang="en">The specified HDFS file does not exist. </source>
</trans-unit>
<trans-unit id="sparkSelectLocalFile">
<source xml:lang="en">Select</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SelectFileError">
<source xml:lang="en">Error in locating the file due to Error: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/dialog/sparkJobSubmission/sparkAdvancedTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="sparkJobSubmission_AdvancedTabName">
<source xml:lang="en">ADVANCED</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ReferenceJarList">
<source xml:lang="en">Reference Jars</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ReferenceJarListToolTip">
<source xml:lang="en">Jars to be placed in executor working directory. The Jar path needs to be an HDFS Path. Multiple paths should be split by semicolon (;)</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ReferencePyList">
<source xml:lang="en">Reference py Files</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ReferencePyListTooltip">
<source xml:lang="en">Py Files to be placed in executor working directory. The file path needs to be an HDFS Path. Multiple paths should be split by semicolon(;)</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ReferenceFilesList">
<source xml:lang="en">Reference Files</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_ReferenceFilesListTooltip">
<source xml:lang="en">Files to be placed in executor working directory. The file path needs to be an HDFS Path. Multiple paths should be split by semicolon(;)</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/dialog/dialogCommands" source-language="en" datatype="plaintext"><body>
<trans-unit id="sparkJobSubmission_PleaseSelectSqlWithCluster">
<source xml:lang="en">Please select SQL Server with Big Data Cluster. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_NoSqlSelected">
<source xml:lang="en">No Sql Server is selected.</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_GetFilePathFromSelectedNodeFailed">
<source xml:lang="en">Error Get File Path: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/sparkFeature/sparkUtils" source-language="en" datatype="plaintext"><body>
<trans-unit id="mkdirOutputMsg">
<source xml:lang="en">... Creating {0}</source>
</trans-unit>
<trans-unit id="executeCommandProcessExited">
<source xml:lang="en">Process exited with code {0}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/prompts/confirm" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgYes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="msgNo">
<source xml:lang="en">No</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/webhdfs" source-language="en" datatype="plaintext"><body>
<trans-unit id="webhdfs.invalidDataStructure">
<source xml:lang="en">Invalid Data Structure</source>
</trans-unit>
<trans-unit id="webhdfs.missingProperties">
<source xml:lang="en">Unable to create WebHDFS client due to missing options: ${0}</source>
</trans-unit>
<trans-unit id="webhdfs.undefinedArgument">
<source xml:lang="en">'${0}' is undefined.</source>
</trans-unit>
<trans-unit id="webhdfs.httpError400">
<source xml:lang="en">Bad Request</source>
</trans-unit>
<trans-unit id="webhdfs.httpError401">
<source xml:lang="en">Unauthorized</source>
</trans-unit>
<trans-unit id="webhdfs.httpError403">
<source xml:lang="en">Forbidden</source>
</trans-unit>
<trans-unit id="webhdfs.httpError404">
<source xml:lang="en">Not Found</source>
</trans-unit>
<trans-unit id="webhdfs.httpError500">
<source xml:lang="en">Internal Server Error</source>
</trans-unit>
<trans-unit id="webhdfs.unknownError">
<source xml:lang="en">Unknown Error</source>
</trans-unit>
<trans-unit id="webhdfs.unexpectedRedirect">
<source xml:lang="en">Unexpected Redirect</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/objectExplorerNodeProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="prmptPwd">
<source xml:lang="en">Please provide the password to connect to HDFS:</source>
</trans-unit>
<trans-unit id="sessionNotFound">
<source xml:lang="en">Session for node {0} does not exist</source>
</trans-unit>
<trans-unit id="notifyError">
<source xml:lang="en">Error notifying of node change: {0}</source>
</trans-unit>
<trans-unit id="rootLabel">
<source xml:lang="en">Root</source>
</trans-unit>
<trans-unit id="hdfsFolder">
<source xml:lang="en">HDFS</source>
</trans-unit>
<trans-unit id="dataServicesLabel">
<source xml:lang="en">Data Services</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/hdfsProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="errorExpanding">
<source xml:lang="en">Error: {0}</source>
</trans-unit>
<trans-unit id="errDeleteConnectionNode">
<source xml:lang="en">Cannot delete a connection. Only subfolders and files can be deleted.</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/hdfsCommands" source-language="en" datatype="plaintext"><body>
<trans-unit id="allFiles">
<source xml:lang="en">All Files</source>
</trans-unit>
<trans-unit id="lblUploadFiles">
<source xml:lang="en">Upload</source>
</trans-unit>
<trans-unit id="uploading">
<source xml:lang="en">Uploading files to HDFS</source>
</trans-unit>
<trans-unit id="uploadCanceled">
<source xml:lang="en">Upload operation was canceled</source>
</trans-unit>
<trans-unit id="uploadError">
<source xml:lang="en">Error uploading files: {0}</source>
</trans-unit>
<trans-unit id="makingDir">
<source xml:lang="en">Creating directory</source>
</trans-unit>
<trans-unit id="mkdirCanceled">
<source xml:lang="en">Operation was canceled</source>
</trans-unit>
<trans-unit id="mkDirError">
<source xml:lang="en">Error on making directory: {0}</source>
</trans-unit>
<trans-unit id="enterDirName">
<source xml:lang="en">Enter directory name</source>
</trans-unit>
<trans-unit id="deleteError">
<source xml:lang="en">Error on deleting files: {0}</source>
</trans-unit>
<trans-unit id="msgDeleteFolder">
<source xml:lang="en">Are you sure you want to delete this folder and its contents?</source>
</trans-unit>
<trans-unit id="msgDeleteFile">
<source xml:lang="en">Are you sure you want to delete this file?</source>
</trans-unit>
<trans-unit id="saving">
<source xml:lang="en">Saving HDFS Files</source>
</trans-unit>
<trans-unit id="saveCanceled">
<source xml:lang="en">Save operation was canceled</source>
</trans-unit>
<trans-unit id="saveError">
<source xml:lang="en">Error on saving file: {0}</source>
</trans-unit>
<trans-unit id="previewing">
<source xml:lang="en">Generating preview</source>
</trans-unit>
<trans-unit id="previewError">
<source xml:lang="en">Error on previewing file: {0}</source>
</trans-unit>
<trans-unit id="copyPathError">
<source xml:lang="en">Error on copying path: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/fileSources" source-language="en" datatype="plaintext"><body>
<trans-unit id="maxSizeNotice">
<source xml:lang="en">NOTICE: This file has been truncated at {0} for preview. </source>
</trans-unit>
<trans-unit id="maxSizeReached">
<source xml:lang="en">The file has been truncated at {0} for preview.</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/connection" source-language="en" datatype="plaintext"><body>
<trans-unit id="connectionInfoUndefined">
<source xml:lang="en">ConnectionInfo is undefined.</source>
</trans-unit>
<trans-unit id="connectionInfoOptionsUndefined">
<source xml:lang="en">ConnectionInfo.options is undefined.</source>
</trans-unit>
<trans-unit id="connectionInfoOptionsMissingProperties">
<source xml:lang="en">Some missing properties in connectionInfo.options: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/command" source-language="en" datatype="plaintext"><body>
<trans-unit id="progress">
<source xml:lang="en">$(sync~spin) {0}...</source>
</trans-unit>
<trans-unit id="cancelTooltip">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="cancel">
<source xml:lang="en">Cancel operation?</source>
</trans-unit>
<trans-unit id="mssql.searchServers">
<source xml:lang="en">Search Server Names</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/objectExplorerNodeProvider/cancelableStream" source-language="en" datatype="plaintext"><body>
<trans-unit id="streamCanceled">
<source xml:lang="en">Stream operation canceled by the user</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgSampleCodeDataFrame">
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
</trans-unit>
<trans-unit id="grafana">
<source xml:lang="en">Metrics Dashboard</source>
</trans-unit>
<trans-unit id="kibana">
<source xml:lang="en">Log Search Dashboard</source>
</trans-unit>
<trans-unit id="sparkHostory">
<source xml:lang="en">Spark Job Monitoring</source>
</trans-unit>
<trans-unit id="yarnHistory">
<source xml:lang="en">Spark Resource Management</source>
</trans-unit>
<trans-unit id="copyText">
<source xml:lang="en">Copy</source>
</trans-unit>
<trans-unit id="appproxy">
<source xml:lang="en">Application Proxy</source>
</trans-unit>
<trans-unit id="controller">
<source xml:lang="en">Cluster Management Service</source>
</trans-unit>
<trans-unit id="gateway">
<source xml:lang="en">HDFS and Spark</source>
</trans-unit>
<trans-unit id="managementproxy">
<source xml:lang="en">Management Proxy</source>
</trans-unit>
<trans-unit id="mgmtproxy">
<source xml:lang="en">Management Proxy</source>
</trans-unit>
<trans-unit id="notebookFileType">
<source xml:lang="en">Notebooks</source>
</trans-unit>
<trans-unit id="unsupportedFileType">
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
</trans-unit>
<trans-unit id="fileNotFound">
<source xml:lang="en">Unable to find the file specified</source>
</trans-unit>
</body></file>
<file original="extensions/mssql/out/localizedConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgMissingNodeContext">
<source xml:lang="en">Node Command called without any node passed</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_LocalFileDestinationHint">
<source xml:lang="en">Local file will be uploaded to HDFS. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SubmissionEndMessage">
<source xml:lang="en">.......................... Submit Spark Job End ............................</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_PrepareUploadingFile">
<source xml:lang="en">Uploading file from local {0} to HDFS folder: {1}</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_UploadingFileSucceeded">
<source xml:lang="en">Upload file to cluster Succeeded!</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_UploadingFileFailed">
<source xml:lang="en">Upload file to cluster Failed. {0}</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_PrepareSubmitJob">
<source xml:lang="en">Submitting job {0} ... </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SubmitJobFinished">
<source xml:lang="en">The Spark Job has been submitted.</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SubmitJobFailed">
<source xml:lang="en">Spark Job Submission Failed. {0} </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_YarnUIMessage">
<source xml:lang="en">YarnUI Url: {0} </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_SparkHistoryLinkMessage">
<source xml:lang="en">Spark History Url: {0} </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_GetApplicationIdFailed">
<source xml:lang="en">Get Application Id Failed. {0}</source>
</trans-unit>
<trans-unit id="sparkJobSubmission_LocalFileNotExisted">
<source xml:lang="en">Local file {0} does not existed. </source>
</trans-unit>
<trans-unit id="sparkJobSubmission_NoSqlBigDataClusterFound">
<source xml:lang="en">No Sql Server Big Data Cluster found.</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -0,0 +1,388 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/notebook/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="displayName">
<source xml:lang="en">Notebook Core Extensions</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Defines the Data-procotol based Notebook contribution and many Notebook commands and contributions.</source>
</trans-unit>
<trans-unit id="notebook.configuration.title">
<source xml:lang="en">Notebook configuration</source>
</trans-unit>
<trans-unit id="notebook.pythonPath.description">
<source xml:lang="en">Local path to python installation used by Notebooks.</source>
</trans-unit>
<trans-unit id="notebook.useExistingPython.description">
<source xml:lang="en">Local path to a preexisting python installation used by Notebooks.</source>
</trans-unit>
<trans-unit id="notebook.overrideEditorTheming.description">
<source xml:lang="en">Override editor default settings in the Notebook editor. Settings include background color, current line color and border</source>
</trans-unit>
<trans-unit id="notebook.maxTableRows.description">
<source xml:lang="en">Maximum number of rows returned per table in the Notebook editor</source>
</trans-unit>
<trans-unit id="notebook.command.new">
<source xml:lang="en">New Notebook</source>
</trans-unit>
<trans-unit id="notebook.command.open">
<source xml:lang="en">Open Notebook</source>
</trans-unit>
<trans-unit id="notebook.analyzeJupyterNotebook">
<source xml:lang="en">Analyze in Notebook</source>
</trans-unit>
<trans-unit id="notebook.command.runactivecell">
<source xml:lang="en">Run Cell</source>
</trans-unit>
<trans-unit id="notebook.command.clearactivecellresult">
<source xml:lang="en">Clear Cell Result</source>
</trans-unit>
<trans-unit id="notebook.command.runallcells">
<source xml:lang="en">Run Cells</source>
</trans-unit>
<trans-unit id="notebook.command.addcode">
<source xml:lang="en">Add Code Cell</source>
</trans-unit>
<trans-unit id="notebook.command.addtext">
<source xml:lang="en">Add Text Cell</source>
</trans-unit>
<trans-unit id="notebook.command.addcell">
<source xml:lang="en">Add Cell</source>
</trans-unit>
<trans-unit id="title.analyzeJupyterNotebook">
<source xml:lang="en">Analyze in Notebook</source>
</trans-unit>
<trans-unit id="title.newJupyterNotebook">
<source xml:lang="en">New Notebook</source>
</trans-unit>
<trans-unit id="title.openJupyterNotebook">
<source xml:lang="en">Open Notebook</source>
</trans-unit>
<trans-unit id="title.jupyter.setContext">
<source xml:lang="en">Set context for Notebook</source>
</trans-unit>
<trans-unit id="title.jupyter.setKernel">
<source xml:lang="en">Set kernel for Notebook</source>
</trans-unit>
<trans-unit id="config.jupyter.extraKernelsTitle">
<source xml:lang="en">Extra kernels</source>
</trans-unit>
<trans-unit id="config.jupyter.extraKernelsDescription">
<source xml:lang="en">IDs of the extra kernels to enable</source>
</trans-unit>
<trans-unit id="config.jupyter.kernelConfigValuesDescription">
<source xml:lang="en">Configuration options for Jupyter kernels. This is automatically managed and not recommended to be manually edited.</source>
</trans-unit>
<trans-unit id="title.reinstallNotebookDependencies">
<source xml:lang="en">Reinstall Notebook dependencies</source>
</trans-unit>
<trans-unit id="title.configurePython">
<source xml:lang="en">Configure Python for Notebooks</source>
</trans-unit>
<trans-unit id="title.managePackages">
<source xml:lang="en">Manage Packages</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/dialog/managePackages/managePackagesDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="managePackages.dialogName">
<source xml:lang="en">Manage Packages</source>
</trans-unit>
<trans-unit id="managePackages.cancelButtonText">
<source xml:lang="en">Close</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/dialog/managePackages/installedPackagesTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="managePackages.installedTabTitle">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="managePackages.pkgNameColumn">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="managePackages.newPkgVersionColumn">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="managePackages.uninstallButtonText">
<source xml:lang="en">Uninstall selected packages</source>
</trans-unit>
<trans-unit id="managePackages.packageType">
<source xml:lang="en">Package Type</source>
</trans-unit>
<trans-unit id="managePackages.packageCount">
<source xml:lang="en">{0} {1} packages found</source>
</trans-unit>
<trans-unit id="managePackages.confirmUninstall">
<source xml:lang="en">Are you sure you want to uninstall the specified packages?</source>
</trans-unit>
<trans-unit id="managePackages.backgroundUninstallStarted">
<source xml:lang="en">Uninstalling {0}</source>
</trans-unit>
<trans-unit id="managePackages.backgroundUninstallComplete">
<source xml:lang="en">Completed uninstall for {0}</source>
</trans-unit>
<trans-unit id="managePackages.backgroundUninstallFailed">
<source xml:lang="en">Failed to uninstall {0}. Error: {1}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/dialog/managePackages/addNewPackageTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="managePackages.invalidTextPlaceholder">
<source xml:lang="en">N/A</source>
</trans-unit>
<trans-unit id="managePackages.packageNotFound">
<source xml:lang="en">Could not find the specified package</source>
</trans-unit>
<trans-unit id="managePackages.searchBarPlaceholder">
<source xml:lang="en">Search {0} packages</source>
</trans-unit>
<trans-unit id="managePackages.addNewTabTitle">
<source xml:lang="en">Add new</source>
</trans-unit>
<trans-unit id="managePackages.searchButtonLabel">
<source xml:lang="en">Search</source>
</trans-unit>
<trans-unit id="managePackages.installButtonText">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="managePackages.packageNameTitle">
<source xml:lang="en">Package Name</source>
</trans-unit>
<trans-unit id="managePackages.packageVersionTitle">
<source xml:lang="en">Package Version</source>
</trans-unit>
<trans-unit id="managePackages.packageSummaryTitle">
<source xml:lang="en">Package Summary</source>
</trans-unit>
<trans-unit id="managePackages.noVersionsFound">
<source xml:lang="en">Could not find any valid versions for the specified package</source>
</trans-unit>
<trans-unit id="managePackages.packageRequestError">
<source xml:lang="en">Package info request failed with error: {0} {1}</source>
</trans-unit>
<trans-unit id="managePackages.backgroundInstallStarted">
<source xml:lang="en">Installing {0} {1}</source>
</trans-unit>
<trans-unit id="managePackages.backgroundInstallComplete">
<source xml:lang="en">Completed install for {0} {1}</source>
</trans-unit>
<trans-unit id="managePackages.backgroundInstallFailed">
<source xml:lang="en">Failed to install {0} {1}. Error: {2}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/protocol/notebookUriHandler" source-language="en" datatype="plaintext"><body>
<trans-unit id="notebook.unsupportedAction">
<source xml:lang="en">Action {0} is not supported for this handler</source>
</trans-unit>
<trans-unit id="unsupportedScheme">
<source xml:lang="en">Cannot open link {0} as only HTTP and HTTPS links are supported</source>
</trans-unit>
<trans-unit id="notebook.confirmOpen">
<source xml:lang="en">Download and open '{0}'?</source>
</trans-unit>
<trans-unit id="notebook.fileNotFound">
<source xml:lang="en">Could not find the specified file</source>
</trans-unit>
<trans-unit id="notebook.fileDownloadError">
<source xml:lang="en">File open request failed with error: {0} {1}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/serverInstance" source-language="en" datatype="plaintext"><body>
<trans-unit id="serverStopError">
<source xml:lang="en">Error stopping Notebook Server: {0}</source>
</trans-unit>
<trans-unit id="notebookStartProcessExitPremature">
<source xml:lang="en">Notebook process exited prematurely with error: {0}, StdErr Output: {1}</source>
</trans-unit>
<trans-unit id="jupyterError">
<source xml:lang="en">Error sent from Jupyter: {0}</source>
</trans-unit>
<trans-unit id="jupyterOutputMsgStartSuccessful">
<source xml:lang="en">... Jupyter is running at {0}</source>
</trans-unit>
<trans-unit id="jupyterOutputMsgStart">
<source xml:lang="en">... Starting Notebook server</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/jupyterSettingWriter" source-language="en" datatype="plaintext"><body>
<trans-unit id="UnexpectedSettingType">
<source xml:lang="en">Unexpected setting type {0}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/jupyterSessionManager" source-language="en" datatype="plaintext"><body>
<trans-unit id="errorStartBeforeReady">
<source xml:lang="en">Cannot start a session, the manager is not yet initialized</source>
</trans-unit>
<trans-unit id="connectionNotValid">
<source xml:lang="en">Spark kernels require a connection to a SQL Server big data cluster master instance.</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/jupyterServerManager" source-language="en" datatype="plaintext"><body>
<trans-unit id="shutdownError">
<source xml:lang="en">Shutdown of Notebook server failed: {0}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/jupyterServerInstallation" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgInstallPkgProgress">
<source xml:lang="en">Notebook dependencies installation is in progress</source>
</trans-unit>
<trans-unit id="msgPythonDownloadComplete">
<source xml:lang="en">Python download is complete</source>
</trans-unit>
<trans-unit id="msgPythonDownloadError">
<source xml:lang="en">Error while downloading python setup</source>
</trans-unit>
<trans-unit id="msgPythonDownloadPending">
<source xml:lang="en">Downloading python package</source>
</trans-unit>
<trans-unit id="msgPythonUnpackPending">
<source xml:lang="en">Unpacking python package</source>
</trans-unit>
<trans-unit id="msgPythonDirectoryError">
<source xml:lang="en">Error while creating python installation directory</source>
</trans-unit>
<trans-unit id="msgPythonUnpackError">
<source xml:lang="en">Error while unpacking python bundle</source>
</trans-unit>
<trans-unit id="msgTaskName">
<source xml:lang="en">Installing Notebook dependencies</source>
</trans-unit>
<trans-unit id="msgInstallPkgStart">
<source xml:lang="en">Installing Notebook dependencies, see Tasks view for more information</source>
</trans-unit>
<trans-unit id="msgInstallPkgFinish">
<source xml:lang="en">Notebook dependencies installation is complete</source>
</trans-unit>
<trans-unit id="msgPythonRunningError">
<source xml:lang="en">Cannot overwrite existing Python installation while python is running.</source>
</trans-unit>
<trans-unit id="msgPendingInstallError">
<source xml:lang="en">Another Python installation is currently in progress.</source>
</trans-unit>
<trans-unit id="msgSkipPythonInstall">
<source xml:lang="en">Python already exists at the specific location. Skipping install.</source>
</trans-unit>
<trans-unit id="msgDependenciesInstallationFailed">
<source xml:lang="en">Installing Notebook dependencies failed with error: {0}</source>
</trans-unit>
<trans-unit id="msgDownloadPython">
<source xml:lang="en">Downloading local python for platform: {0} to {1}</source>
</trans-unit>
<trans-unit id="msgInstallStart">
<source xml:lang="en">Installing required packages to run Notebooks...</source>
</trans-unit>
<trans-unit id="msgJupyterInstallDone">
<source xml:lang="en">... Jupyter installation complete.</source>
</trans-unit>
<trans-unit id="msgInstallingSpark">
<source xml:lang="en">Installing SparkMagic...</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/jupyterNotebookProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="errNotebookUriMissing">
<source xml:lang="en">A notebook path is required</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/jupyter/jupyterController" source-language="en" datatype="plaintext"><body>
<trans-unit id="notebookFileType">
<source xml:lang="en">Notebooks</source>
</trans-unit>
<trans-unit id="unsupportedFileType">
<source xml:lang="en">Only .ipynb Notebooks are supported</source>
</trans-unit>
<trans-unit id="confirmReinstall">
<source xml:lang="en">Are you sure you want to reinstall?</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/dialog/configurePythonDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="configurePython.dialogName">
<source xml:lang="en">Configure Python for Notebooks</source>
</trans-unit>
<trans-unit id="configurePython.okButtonText">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="configurePython.cancelButtonText">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="configurePython.browseButtonText">
<source xml:lang="en">Browse</source>
</trans-unit>
<trans-unit id="configurePython.locationTextBoxText">
<source xml:lang="en">Python Install Location</source>
</trans-unit>
<trans-unit id="configurePython.selectFileLabel">
<source xml:lang="en">Select</source>
</trans-unit>
<trans-unit id="configurePython.installNote">
<source xml:lang="en">This installation will take some time. It is recommended to not close the application until the installation is complete.</source>
</trans-unit>
<trans-unit id="configurePython.invalidLocationMsg">
<source xml:lang="en">The specified install location is invalid.</source>
</trans-unit>
<trans-unit id="configurePython.pythonNotFoundMsg">
<source xml:lang="en">No python installation was found at the specified location.</source>
</trans-unit>
<trans-unit id="configurePython.pythonInstallDeclined">
<source xml:lang="en">Python installation was declined.</source>
</trans-unit>
<trans-unit id="configurePython.installationType">
<source xml:lang="en">Installation Type</source>
</trans-unit>
<trans-unit id="configurePython.newInstall">
<source xml:lang="en">New Python installation</source>
</trans-unit>
<trans-unit id="configurePython.existingInstall">
<source xml:lang="en">Use existing Python installation</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/common/utils" source-language="en" datatype="plaintext"><body>
<trans-unit id="mkdirOutputMsg">
<source xml:lang="en">... Creating {0}</source>
</trans-unit>
<trans-unit id="executeCommandProcessExited">
<source xml:lang="en">Process exited with code {0}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/common/localizedConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgYes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="msgNo">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="msgSampleCodeDataFrame">
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/book/bookTreeView" source-language="en" datatype="plaintext"><body>
<trans-unit id="openNotebookError">
<source xml:lang="en">Open file {0} failed: {1}</source>
</trans-unit>
<trans-unit id="openMarkdownError">
<source xml:lang="en">Open file {0} failed: {1}</source>
</trans-unit>
<trans-unit id="openConfigFileError">
<source xml:lang="en">Open file {0} failed: {1}</source>
</trans-unit>
<trans-unit id="missingFileError">
<source xml:lang="en">Missing file : {0}</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/out/extension" source-language="en" datatype="plaintext"><body>
<trans-unit id="msgSampleCodeDataFrame">
<source xml:lang="en">This sample code loads the file into a data frame and shows the first 10 results.</source>
</trans-unit>
<trans-unit id="noNotebookVisible">
<source xml:lang="en">No notebook editor is active</source>
</trans-unit>
<trans-unit id="codeCellName">
<source xml:lang="en">Code</source>
</trans-unit>
<trans-unit id="textCellName">
<source xml:lang="en">Text</source>
</trans-unit>
<trans-unit id="selectCellType">
<source xml:lang="en">What type of cell do you want to add?</source>
</trans-unit>
<trans-unit id="notebookFiles">
<source xml:lang="en">Notebooks</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/profiler/client/out/dialogs/profilerCreateSessionDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="createSessionDialog.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="createSessionDialog.create">
<source xml:lang="en">Start</source>
</trans-unit>
<trans-unit id="createSessionDialog.title">
<source xml:lang="en">Start New Profiler Session</source>
</trans-unit>
<trans-unit id="createSessionDialog.templatesInvalid">
<source xml:lang="en">Invalid templates list, cannot open dialog</source>
</trans-unit>
<trans-unit id="createSessionDialog.dialogOwnerInvalid">
<source xml:lang="en">Invalid dialog owner, cannot open dialog</source>
</trans-unit>
<trans-unit id="createSessionDialog.invalidProviderType">
<source xml:lang="en">Invalid provider type, cannot open dialog</source>
</trans-unit>
<trans-unit id="createSessionDialog.selectTemplates">
<source xml:lang="en">Select session template:</source>
</trans-unit>
<trans-unit id="createSessionDialog.enterSessionName">
<source xml:lang="en">Enter session name:</source>
</trans-unit>
<trans-unit id="createSessionDialog.createSessionFailed">
<source xml:lang="en">Failed to create a session</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -0,0 +1,138 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/resource-deployment/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="extension-displayName">
<source xml:lang="en">SQL Server Deployment extension for Azure Data Studio</source>
</trans-unit>
<trans-unit id="extension-description">
<source xml:lang="en">Provides a notebook-based experience to deploy Microsoft SQL Server</source>
</trans-unit>
<trans-unit id="deploy-sql-image-command-name">
<source xml:lang="en">Deploy SQL Server on Docker…</source>
</trans-unit>
<trans-unit id="deploy-sql-bdc-command-name">
<source xml:lang="en">Deploy SQL Server big data cluster…</source>
</trans-unit>
<trans-unit id="deploy-resource-command-name">
<source xml:lang="en">Deploy SQL Server…</source>
</trans-unit>
<trans-unit id="deploy-resource-command-category">
<source xml:lang="en">Deployment</source>
</trans-unit>
<trans-unit id="resource-type-sql-image-display-name">
<source xml:lang="en">SQL Server container image</source>
</trans-unit>
<trans-unit id="resource-type-sql-image-description">
<source xml:lang="en">Run SQL Server container image with Docker</source>
</trans-unit>
<trans-unit id="resource-type-sql-bdc-display-name">
<source xml:lang="en">SQL Server big data cluster</source>
</trans-unit>
<trans-unit id="resource-type-sql-bdc-description">
<source xml:lang="en">SQL Server big data cluster allows you to deploy scalable clusters of SQL Server, Spark, and HDFS containers running on Kubernetes</source>
</trans-unit>
<trans-unit id="version-display-name">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="sql-2017-display-name">
<source xml:lang="en">SQL Server 2017</source>
</trans-unit>
<trans-unit id="sql-2019-display-name">
<source xml:lang="en">SQL Server 2019</source>
</trans-unit>
<trans-unit id="sql-2017-docker-notebook">
<source xml:lang="en">./notebooks/docker/2017/deploy-sql2017-image.ipynb</source>
</trans-unit>
<trans-unit id="sql-2019-docker-notebook">
<source xml:lang="en">./notebooks/docker/2019/deploy-sql2019-image.ipynb</source>
</trans-unit>
<trans-unit id="sql-2019ctp31-display-name">
<source xml:lang="en">SQL Server 2019 big data cluster CTP 3.1</source>
</trans-unit>
<trans-unit id="bdc-deployment-target">
<source xml:lang="en">Deployment target</source>
</trans-unit>
<trans-unit id="bdc-deployment-target-aks">
<source xml:lang="en">New Azure Kubernetes Service Cluster</source>
</trans-unit>
<trans-unit id="bdc-deployment-target-existing-cluster">
<source xml:lang="en">Existing Kubernetes Cluster</source>
</trans-unit>
<trans-unit id="bdc-ctp31-aks-notebook">
<source xml:lang="en">./notebooks/bdc/2019/ctp3-1/deploy-bdc-aks.ipynb</source>
</trans-unit>
<trans-unit id="bdc-ctp31-existing-cluster-notebook">
<source xml:lang="en">./notebooks/bdc/2019/ctp3-1/deploy-bdc-existing-cluster.ipynb</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/services/tools/mssqlCtlTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.MssqlCtlDescription">
<source xml:lang="en">A command-line utility written in Python that enables cluster administrators to bootstrap and manage the big data cluster via REST APIs</source>
</trans-unit>
<trans-unit id="resourceDeployment.MssqlCtlDisplayName">
<source xml:lang="en">mssqlctl</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/services/tools/kubeCtlTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.KubeCtlDescription">
<source xml:lang="en">A command-line tool allows you to run commands against Kubernetes clusters</source>
</trans-unit>
<trans-unit id="resourceDeployment.KubeCtlDisplayName">
<source xml:lang="en">kubectl</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/services/tools/dockerTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.DockerDescription">
<source xml:lang="en">Provides the ability to package and run an application in isolated containers</source>
</trans-unit>
<trans-unit id="resourceDeployment.DockerDisplayName">
<source xml:lang="en">Docker</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/services/tools/azCliTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.AzCLIDescription">
<source xml:lang="en">A command-line tool for managing Azure resources</source>
</trans-unit>
<trans-unit id="resourceDeployment.AzCLIDisplayName">
<source xml:lang="en">Azure CLI</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/services/resourceTypeService" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.extensionFullNameError">
<source xml:lang="en">Could not find package.json or the name/publisher is not set</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/services/notebookService" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.notebookNotFound">
<source xml:lang="en">The notebook {0} does not exist</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/ui/resourceDeploymentDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="deploymentDialog.title">
<source xml:lang="en">Select the deployment options</source>
</trans-unit>
<trans-unit id="deploymentDialog.OKButtonText">
<source xml:lang="en">Open Notebook</source>
</trans-unit>
<trans-unit id="deploymentDialog.toolNameColumnHeader">
<source xml:lang="en">Tool</source>
</trans-unit>
<trans-unit id="deploymentDialog.toolDescriptionColumnHeader">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="deploymentDialog.OptionsTitle">
<source xml:lang="en">Options</source>
</trans-unit>
<trans-unit id="deploymentDialog.RequiredToolsTitle">
<source xml:lang="en">Required tools</source>
</trans-unit>
</body></file>
<file original="extensions/resource-deployment/out/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="resourceDeployment.FailedToLoadExtension">
<source xml:lang="en">Failed to load extension: {0}, Error detected in the resource type definition in package.json, check debug console for details.</source>
</trans-unit>
<trans-unit id="resourceDeployment.UnknownResourceType">
<source xml:lang="en">The resource type: {0} is not defined</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -0,0 +1,905 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/schema-compare/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="displayName">
<source xml:lang="en">SQL Server Schema Compare</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">SQL Server Schema Compare for Azure Data Studio supports comparing the schemas of databases and dacpacs.</source>
</trans-unit>
<trans-unit id="schemaCompare.start">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
</body></file>
<file original="extensions/schema-compare/out/dialogs/schemaCompareOptionsDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="SchemaCompareOptionsDialog.Ok">
<source xml:lang="en">Ok</source>
</trans-unit>
<trans-unit id="SchemaCompareOptionsDialog.Cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="SchemaCompareOptionsDialog.Reset">
<source xml:lang="en">Reset</source>
</trans-unit>
<trans-unit id="SchemaCompareOptionsDialog.Yes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="SchemaCompareOptionsDialog.No">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="schemaCompareOptions.RecompareMessage">
<source xml:lang="en">Options have changed. Recompare to see the comparison?</source>
</trans-unit>
<trans-unit id="SchemaCompare.SchemaCompareOptionsDialogLabel">
<source xml:lang="en">Schema Compare Options</source>
</trans-unit>
<trans-unit id="SchemaCompare.GeneralOptionsLabel">
<source xml:lang="en">General Options</source>
</trans-unit>
<trans-unit id="SchemaCompare.ObjectTypesOptionsLabel">
<source xml:lang="en">Include Object Types</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreTableOptions">
<source xml:lang="en">Ignore Table Options</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreSemicolonBetweenStatements">
<source xml:lang="en">Ignore Semicolon Between Statements</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreRouteLifetime">
<source xml:lang="en">Ignore Route Lifetime</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreRoleMembership">
<source xml:lang="en">Ignore Role Membership</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreQuotedIdentifiers">
<source xml:lang="en">Ignore Quoted Identifiers</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnorePermissions">
<source xml:lang="en">Ignore Permissions</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnorePartitionSchemes">
<source xml:lang="en">Ignore Partition Schemes</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreObjectPlacementOnPartitionScheme">
<source xml:lang="en">Ignore Object Placement On Partition Scheme</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreNotForReplication">
<source xml:lang="en">Ignore Not For Replication</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreLoginSids">
<source xml:lang="en">Ignore Login Sids</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreLockHintsOnIndexes">
<source xml:lang="en">Ignore Lock Hints On Indexes</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreKeywordCasing">
<source xml:lang="en">Ignore Keyword Casing</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreIndexPadding">
<source xml:lang="en">Ignore Index Padding</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreIndexOptions">
<source xml:lang="en">Ignore Index Options</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreIncrement">
<source xml:lang="en">Ignore Increment</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreIdentitySeed">
<source xml:lang="en">Ignore Identity Seed</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreUserSettingsObjects">
<source xml:lang="en">Ignore User Settings Objects</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreFullTextCatalogFilePath">
<source xml:lang="en">Ignore Full Text Catalog FilePath</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreWhitespace">
<source xml:lang="en">Ignore Whitespace</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreWithNocheckOnForeignKeys">
<source xml:lang="en">Ignore With Nocheck On ForeignKeys</source>
</trans-unit>
<trans-unit id="SchemaCompare.VerifyCollationCompatibility">
<source xml:lang="en">Verify Collation Compatibility</source>
</trans-unit>
<trans-unit id="SchemaCompare.UnmodifiableObjectWarnings">
<source xml:lang="en">Unmodifiable Object Warnings</source>
</trans-unit>
<trans-unit id="SchemaCompare.TreatVerificationErrorsAsWarnings">
<source xml:lang="en">Treat Verification Errors As Warnings</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptRefreshModule">
<source xml:lang="en">Script Refresh Module</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptNewConstraintValidation">
<source xml:lang="en">Script New Constraint Validation</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptFileSize">
<source xml:lang="en">Script File Size</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptDeployStateChecks">
<source xml:lang="en">Script Deploy StateChecks</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptDatabaseOptions">
<source xml:lang="en">Script Database Options</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptDatabaseCompatibility">
<source xml:lang="en">Script Database Compatibility</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScriptDatabaseCollation">
<source xml:lang="en">Script Database Collation</source>
</trans-unit>
<trans-unit id="SchemaCompare.RunDeploymentPlanExecutors">
<source xml:lang="en">Run Deployment Plan Executors</source>
</trans-unit>
<trans-unit id="SchemaCompare.RegisterDataTierApplication">
<source xml:lang="en">Register DataTier Application</source>
</trans-unit>
<trans-unit id="SchemaCompare.PopulateFilesOnFileGroups">
<source xml:lang="en">Populate Files On File Groups</source>
</trans-unit>
<trans-unit id="SchemaCompare.NoAlterStatementsToChangeClrTypes">
<source xml:lang="en">No Alter Statements To Change Clr Types</source>
</trans-unit>
<trans-unit id="SchemaCompare.IncludeTransactionalScripts">
<source xml:lang="en">Include Transactional Scripts</source>
</trans-unit>
<trans-unit id="SchemaCompare.IncludeCompositeObjects">
<source xml:lang="en">Include Composite Objects</source>
</trans-unit>
<trans-unit id="SchemaCompare.AllowUnsafeRowLevelSecurityDataMovement">
<source xml:lang="en">Allow Unsafe Row Level Security Data Movement</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreWithNocheckOnCheckConstraints">
<source xml:lang="en">Ignore With No check On Check Constraints</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreFillFactor">
<source xml:lang="en">Ignore Fill Factor</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreFileSize">
<source xml:lang="en">Ignore File Size</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreFilegroupPlacement">
<source xml:lang="en">Ignore Filegroup Placement</source>
</trans-unit>
<trans-unit id="SchemaCompare.DoNotAlterReplicatedObjects">
<source xml:lang="en">Do Not Alter Replicated Objects</source>
</trans-unit>
<trans-unit id="SchemaCompare.DoNotAlterChangeDataCaptureObjects">
<source xml:lang="en">Do Not Alter Change Data Capture Objects</source>
</trans-unit>
<trans-unit id="SchemaCompare.DisableAndReenableDdlTriggers">
<source xml:lang="en">Disable And Reenable Ddl Triggers</source>
</trans-unit>
<trans-unit id="SchemaCompare.DeployDatabaseInSingleUserMode">
<source xml:lang="en">Deploy Database In Single User Mode</source>
</trans-unit>
<trans-unit id="SchemaCompare.CreateNewDatabase">
<source xml:lang="en">Create New Database</source>
</trans-unit>
<trans-unit id="SchemaCompare.CompareUsingTargetCollation">
<source xml:lang="en">Compare Using Target Collation</source>
</trans-unit>
<trans-unit id="SchemaCompare.CommentOutSetVarDeclarations">
<source xml:lang="en">Comment Out Set Var Declarations</source>
</trans-unit>
<trans-unit id="SchemaCompare.BlockWhenDriftDetected">
<source xml:lang="en">Block When Drift Detected</source>
</trans-unit>
<trans-unit id="SchemaCompare.BlockOnPossibleDataLoss">
<source xml:lang="en">Block On Possible Data Loss</source>
</trans-unit>
<trans-unit id="SchemaCompare.BackupDatabaseBeforeChanges">
<source xml:lang="en">Backup Database Before Changes</source>
</trans-unit>
<trans-unit id="SchemaCompare.AllowIncompatiblePlatform">
<source xml:lang="en">Allow Incompatible Platform</source>
</trans-unit>
<trans-unit id="SchemaCompare.AllowDropBlockingAssemblies">
<source xml:lang="en">Allow Drop Blocking Assemblies</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropConstraintsNotInSource">
<source xml:lang="en">Drop Constraints Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropDmlTriggersNotInSource">
<source xml:lang="en">Drop Dml Triggers Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropExtendedPropertiesNotInSource">
<source xml:lang="en">Drop Extended Properties Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropIndexesNotInSource">
<source xml:lang="en">Drop Indexes Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreFileAndLogFilePath">
<source xml:lang="en">Ignore File And Log File Path</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreExtendedProperties">
<source xml:lang="en">Ignore Extended Properties</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreDmlTriggerState">
<source xml:lang="en">Ignore Dml Trigger State</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreDmlTriggerOrder">
<source xml:lang="en">Ignore Dml Trigger Order</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreDefaultSchema">
<source xml:lang="en">Ignore Default Schema</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreDdlTriggerState">
<source xml:lang="en">Ignore Ddl Trigger State</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreDdlTriggerOrder">
<source xml:lang="en">Ignore Ddl Trigger Order</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreCryptographicProviderFilePath">
<source xml:lang="en">Ignore Cryptographic Provider FilePath</source>
</trans-unit>
<trans-unit id="SchemaCompare.VerifyDeployment">
<source xml:lang="en">Verify Deployment</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreComments">
<source xml:lang="en">Ignore Comments</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreColumnCollation">
<source xml:lang="en">Ignore Column Collation</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreAuthorizer">
<source xml:lang="en">Ignore Authorizer</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreAnsiNulls">
<source xml:lang="en">Ignore AnsiNulls</source>
</trans-unit>
<trans-unit id="SchemaCompare.GenerateSmartDefaults">
<source xml:lang="en">Generate SmartDefaults</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropStatisticsNotInSource">
<source xml:lang="en">Drop Statistics Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropRoleMembersNotInSource">
<source xml:lang="en">Drop Role Members Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropPermissionsNotInSource">
<source xml:lang="en">Drop Permissions Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.DropObjectsNotInSource">
<source xml:lang="en">Drop Objects Not In Source</source>
</trans-unit>
<trans-unit id="SchemaCompare.IgnoreColumnOrder">
<source xml:lang="en">Ignore Column Order</source>
</trans-unit>
<trans-unit id="SchemaCompare.Aggregates">
<source xml:lang="en">Aggregates</source>
</trans-unit>
<trans-unit id="SchemaCompare.ApplicationRoles">
<source xml:lang="en">Application Roles</source>
</trans-unit>
<trans-unit id="SchemaCompare.Assemblies">
<source xml:lang="en">Assemblies</source>
</trans-unit>
<trans-unit id="SchemaCompare.AssemblyFiles">
<source xml:lang="en">Assembly Files</source>
</trans-unit>
<trans-unit id="SchemaCompare.AsymmetricKeys">
<source xml:lang="en">Asymmetric Keys</source>
</trans-unit>
<trans-unit id="SchemaCompare.BrokerPriorities">
<source xml:lang="en">Broker Priorities</source>
</trans-unit>
<trans-unit id="SchemaCompare.Certificates">
<source xml:lang="en">Certificates</source>
</trans-unit>
<trans-unit id="SchemaCompare.ColumnEncryptionKeys">
<source xml:lang="en">Column Encryption Keys</source>
</trans-unit>
<trans-unit id="SchemaCompare.ColumnMasterKeys">
<source xml:lang="en">Column Master Keys</source>
</trans-unit>
<trans-unit id="SchemaCompare.Contracts">
<source xml:lang="en">Contracts</source>
</trans-unit>
<trans-unit id="SchemaCompare.DatabaseOptions">
<source xml:lang="en">Database Options</source>
</trans-unit>
<trans-unit id="SchemaCompare.DatabaseRoles">
<source xml:lang="en">Database Roles</source>
</trans-unit>
<trans-unit id="SchemaCompare.DatabaseTriggers">
<source xml:lang="en">DatabaseTriggers</source>
</trans-unit>
<trans-unit id="SchemaCompare.Defaults">
<source xml:lang="en">Defaults</source>
</trans-unit>
<trans-unit id="SchemaCompare.ExtendedProperties">
<source xml:lang="en">Extended Properties</source>
</trans-unit>
<trans-unit id="SchemaCompare.ExternalDataSources">
<source xml:lang="en">External Data Sources</source>
</trans-unit>
<trans-unit id="SchemaCompare.ExternalFileFormats">
<source xml:lang="en">External File Formats</source>
</trans-unit>
<trans-unit id="SchemaCompare.ExternalTables">
<source xml:lang="en">External Tables</source>
</trans-unit>
<trans-unit id="SchemaCompare.Filegroups">
<source xml:lang="en">Filegroups</source>
</trans-unit>
<trans-unit id="SchemaCompare.FileTables">
<source xml:lang="en">File Tables</source>
</trans-unit>
<trans-unit id="SchemaCompare.FullTextCatalogs">
<source xml:lang="en">Full Text Catalogs</source>
</trans-unit>
<trans-unit id="SchemaCompare.FullTextStoplists">
<source xml:lang="en">Full Text Stoplists</source>
</trans-unit>
<trans-unit id="SchemaCompare.MessageTypes">
<source xml:lang="en">Message Types</source>
</trans-unit>
<trans-unit id="SchemaCompare.PartitionFunctions">
<source xml:lang="en">Partition Functions</source>
</trans-unit>
<trans-unit id="SchemaCompare.PartitionSchemes">
<source xml:lang="en">Partition Schemes</source>
</trans-unit>
<trans-unit id="SchemaCompare.Permissions">
<source xml:lang="en">Permissions</source>
</trans-unit>
<trans-unit id="SchemaCompare.Queues">
<source xml:lang="en">Queues</source>
</trans-unit>
<trans-unit id="SchemaCompare.RemoteServiceBindings">
<source xml:lang="en">Remote Service Bindings</source>
</trans-unit>
<trans-unit id="SchemaCompare.RoleMembership">
<source xml:lang="en">Role Membership</source>
</trans-unit>
<trans-unit id="SchemaCompare.Rules">
<source xml:lang="en">Rules</source>
</trans-unit>
<trans-unit id="SchemaCompare.ScalarValuedFunctions">
<source xml:lang="en">Scalar Valued Functions</source>
</trans-unit>
<trans-unit id="SchemaCompare.SearchPropertyLists">
<source xml:lang="en">Search Property Lists</source>
</trans-unit>
<trans-unit id="SchemaCompare.SecurityPolicies">
<source xml:lang="en">Security Policies</source>
</trans-unit>
<trans-unit id="SchemaCompare.Sequences">
<source xml:lang="en">Sequences</source>
</trans-unit>
<trans-unit id="SchemaCompare.Services">
<source xml:lang="en">Services</source>
</trans-unit>
<trans-unit id="SchemaCompare.Signatures">
<source xml:lang="en">Signatures</source>
</trans-unit>
<trans-unit id="SchemaCompare.StoredProcedures">
<source xml:lang="en">StoredProcedures</source>
</trans-unit>
<trans-unit id="SchemaCompare.SymmetricKeys">
<source xml:lang="en">SymmetricKeys</source>
</trans-unit>
<trans-unit id="SchemaCompare.Synonyms">
<source xml:lang="en">Synonyms</source>
</trans-unit>
<trans-unit id="SchemaCompare.Tables">
<source xml:lang="en">Tables</source>
</trans-unit>
<trans-unit id="SchemaCompare.TableValuedFunctions">
<source xml:lang="en">Table Valued Functions</source>
</trans-unit>
<trans-unit id="SchemaCompare.UserDefinedDataTypes">
<source xml:lang="en">User Defined Data Types</source>
</trans-unit>
<trans-unit id="SchemaCompare.UserDefinedTableTypes">
<source xml:lang="en">User Defined Table Types</source>
</trans-unit>
<trans-unit id="SchemaCompare.ClrUserDefinedTypes">
<source xml:lang="en">Clr User Defined Types</source>
</trans-unit>
<trans-unit id="SchemaCompare.Users">
<source xml:lang="en">Users</source>
</trans-unit>
<trans-unit id="SchemaCompare.Views">
<source xml:lang="en">Views</source>
</trans-unit>
<trans-unit id="SchemaCompare.XmlSchemaCollections">
<source xml:lang="en">Xml Schema Collections</source>
</trans-unit>
<trans-unit id="SchemaCompare.Audits">
<source xml:lang="en">Audits</source>
</trans-unit>
<trans-unit id="SchemaCompare.Credentials">
<source xml:lang="en">Credentials</source>
</trans-unit>
<trans-unit id="SchemaCompare.CryptographicProviders">
<source xml:lang="en">Cryptographic Providers</source>
</trans-unit>
<trans-unit id="SchemaCompare.DatabaseAuditSpecifications">
<source xml:lang="en">Database Audit Specifications</source>
</trans-unit>
<trans-unit id="SchemaCompare.DatabaseEncryptionKeys">
<source xml:lang="en">Database Encryption Keys</source>
</trans-unit>
<trans-unit id="SchemaCompare.DatabaseScopedCredentials">
<source xml:lang="en">Database Scoped Credentials</source>
</trans-unit>
<trans-unit id="SchemaCompare.Endpoints">
<source xml:lang="en">Endpoints</source>
</trans-unit>
<trans-unit id="SchemaCompare.ErrorMessages">
<source xml:lang="en">Error Messages</source>
</trans-unit>
<trans-unit id="SchemaCompare.EventNotifications">
<source xml:lang="en">Event Notifications</source>
</trans-unit>
<trans-unit id="SchemaCompare.EventSessions">
<source xml:lang="en">Event Sessions</source>
</trans-unit>
<trans-unit id="SchemaCompare.LinkedServerLogins">
<source xml:lang="en">Linked Server Logins</source>
</trans-unit>
<trans-unit id="SchemaCompare.LinkedServers">
<source xml:lang="en">Linked Servers</source>
</trans-unit>
<trans-unit id="SchemaCompare.Logins">
<source xml:lang="en">Logins</source>
</trans-unit>
<trans-unit id="SchemaCompare.MasterKeys">
<source xml:lang="en">Master Keys</source>
</trans-unit>
<trans-unit id="SchemaCompare.Routes">
<source xml:lang="en">Routes</source>
</trans-unit>
<trans-unit id="SchemaCompare.ServerAuditSpecifications">
<source xml:lang="en">Server Audit Specifications</source>
</trans-unit>
<trans-unit id="SchemaCompare.ServerRoleMembership">
<source xml:lang="en">Server Role Membership</source>
</trans-unit>
<trans-unit id="SchemaCompare.ServerRoles">
<source xml:lang="en">Server Roles</source>
</trans-unit>
<trans-unit id="SchemaCompare.ServerTriggers">
<source xml:lang="en">Server Triggers</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreTableOptions">
<source xml:lang="en">Specifies whether differences in the table options will be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreSemicolonBetweenStatements">
<source xml:lang="en">Specifies whether differences in the semi-colons between T-SQL statements will be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreRouteLifetime">
<source xml:lang="en">Specifies whether differences in the amount of time that SQL Server retains the route in the routing table should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreRoleMembership">
<source xml:lang="en">Specifies whether differences in the role membership of logins should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreQuotedIdentifiers">
<source xml:lang="en">Specifies whether differences in the quoted identifiers setting should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnorePermissions">
<source xml:lang="en">Specifies whether permissions should be ignored.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnorePartitionSchemes">
<source xml:lang="en">Specifies whether differences in partition schemes and functions should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreObjectPlacementOnPartitionScheme">
<source xml:lang="en">Specifies whether an object's placement on a partition scheme should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreNotForReplication">
<source xml:lang="en">Specifies whether the not for replication settings should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreLoginSids">
<source xml:lang="en">Specifies whether differences in the security identification number (SID) should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreLockHintsOnIndexes">
<source xml:lang="en">Specifies whether differences in the lock hints on indexes should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreKeywordCasing">
<source xml:lang="en">Specifies whether differences in the casing of keywords should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIndexPadding">
<source xml:lang="en">Specifies whether differences in the index padding should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIndexOptions">
<source xml:lang="en">Specifies whether differences in the index options should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIncrement">
<source xml:lang="en">Specifies whether differences in the increment for an identity column should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreIdentitySeed">
<source xml:lang="en">Specifies whether differences in the seed for an identity column should be ignored or updated when you publish updates to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreUserSettingsObjects">
<source xml:lang="en">Specifies whether differences in the user settings objects will be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFullTextCatalogFilePath">
<source xml:lang="en">Specifies whether differences in the file path for the full-text catalog should be ignored or whether a warning should be issued when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreWhitespace">
<source xml:lang="en">Specifies whether differences in white space will be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnForeignKeys">
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for foreign keys will be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.VerifyCollationCompatibility">
<source xml:lang="en">Specifies whether collation compatibility is verified.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.UnmodifiableObjectWarnings">
<source xml:lang="en">Specifies whether warnings should be generated when differences are found in objects that cannot be modified, for example, if the file size or file paths were different for a file.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.TreatVerificationErrorsAsWarnings">
<source xml:lang="en">Specifies whether errors encountered during publish verification should be treated as warnings. The check is performed against the generated deployment plan before the plan is executed against your target database. Plan verification detects problems such as the loss of target-only objects (such as indexes) that must be dropped to make a change. Verification will also detect situations where dependencies (such as a table or view) exist because of a reference to a composite project, but do not exist in the target database. You might choose to do this to get a complete list of all issues, instead of having the publish action stop on the first error.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptRefreshModule">
<source xml:lang="en">Include refresh statements at the end of the publish script.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptNewConstraintValidation">
<source xml:lang="en">At the end of publish all of the constraints will be verified as one set, avoiding data errors caused by a check or foreign key constraint in the middle of publish. If set to False, your constraints will be published without checking the corresponding data.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptFileSize">
<source xml:lang="en">Controls whether size is specified when adding a file to a filegroup.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDeployStateChecks">
<source xml:lang="en">Specifies whether statements are generated in the publish script to verify that the database name and server name match the names specified in the database project.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDatabaseOptions">
<source xml:lang="en">Specifies whether target database properties should be set or updated as part of the publish action.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCompatibility">
<source xml:lang="en">Specifies whether differences in the database compatibility should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.ScriptDatabaseCollation">
<source xml:lang="en">Specifies whether differences in the database collation should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.RunDeploymentPlanExecutors">
<source xml:lang="en">Specifies whether DeploymentPlanExecutor contributors should be run when other operations are executed.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.RegisterDataTierApplication">
<source xml:lang="en">Specifies whether the schema is registered with the database server.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.PopulateFilesOnFileGroups">
<source xml:lang="en">Specifies whether a new file is also created when a new FileGroup is created in the target database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.NoAlterStatementsToChangeClrTypes">
<source xml:lang="en">Specifies that publish should always drop and re-create an assembly if there is a difference instead of issuing an ALTER ASSEMBLY statement</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IncludeTransactionalScripts">
<source xml:lang="en">Specifies whether transactional statements should be used where possible when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IncludeCompositeObjects">
<source xml:lang="en">Include all composite elements as part of a single publish operation.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.AllowUnsafeRowLevelSecurityDataMovement">
<source xml:lang="en">Do not block data motion on a table which has Row Level Security if this property is set to true. Default is false.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreWithNocheckOnCheckConstraints">
<source xml:lang="en">Specifies whether differences in the value of the WITH NOCHECK clause for check constraints will be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFillFactor">
<source xml:lang="en">Specifies whether differences in the fill factor for index storage should be ignored or whether a warning should be issued when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFileSize">
<source xml:lang="en">Specifies whether differences in the file sizes should be ignored or whether a warning should be issued when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFilegroupPlacement">
<source xml:lang="en">Specifies whether differences in the placement of objects in FILEGROUPs should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DoNotAlterReplicatedObjects">
<source xml:lang="en">Specifies whether objects that are replicated are identified during verification.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DoNotAlterChangeDataCaptureObjects">
<source xml:lang="en">If true, Change Data Capture objects are not altered.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DisableAndReenableDdlTriggers">
<source xml:lang="en">Specifies whether Data Definition Language (DDL) triggers are disabled at the beginning of the publish process and re-enabled at the end of the publish action.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DeployDatabaseInSingleUserMode">
<source xml:lang="en">If true, the database is set to Single User Mode before deploying.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.CreateNewDatabase">
<source xml:lang="en">Specifies whether the target database should be updated or whether it should be dropped and re-created when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.CompareUsingTargetCollation">
<source xml:lang="en">This setting dictates how the database's collation is handled during deployment; by default the target database's collation will be updated if it does not match the collation specified by the source. When this option is set, the target database's (or server's) collation should be used.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.CommentOutSetVarDeclarations">
<source xml:lang="en">Specifies whether the declaration of SETVAR variables should be commented out in the generated publish script. You might choose to do this if you plan to specify the values on the command line when you publish by using a tool such as SQLCMD.EXE.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.BlockWhenDriftDetected">
<source xml:lang="en">Specifies whether to block updating a database whose schema no longer matches its registration or is unregistered.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.BlockOnPossibleDataLoss">
<source xml:lang="en">Specifies that the publish episode should be terminated if there is a possibility of data loss resulting from the publish operation.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.BackupDatabaseBeforeChanges">
<source xml:lang="en">Backups the database before deploying any changes.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.AllowIncompatiblePlatform">
<source xml:lang="en">Specifies whether to attempt the action despite incompatible SQL Server platforms.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.AllowDropBlockingAssemblies">
<source xml:lang="en">This property is used by SqlClr deployment to cause any blocking assemblies to be dropped as part of the deployment plan. By default, any blocking/referencing assemblies will block an assembly update if the referencing assembly needs to be dropped.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropConstraintsNotInSource">
<source xml:lang="en">Specifies whether constraints that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropDmlTriggersNotInSource">
<source xml:lang="en">Specifies whether DML triggers that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropExtendedPropertiesNotInSource">
<source xml:lang="en">Specifies whether extended properties that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropIndexesNotInSource">
<source xml:lang="en">Specifies whether indexes that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreFileAndLogFilePath">
<source xml:lang="en">Specifies whether differences in the paths for files and log files should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreExtendedProperties">
<source xml:lang="en">Specifies whether extended properties should be ignored.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerState">
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of DML triggers should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDmlTriggerOrder">
<source xml:lang="en">Specifies whether differences in the order of Data Manipulation Language (DML) triggers should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDefaultSchema">
<source xml:lang="en">Specifies whether differences in the default schema should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerState">
<source xml:lang="en">Specifies whether differences in the enabled or disabled state of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreDdlTriggerOrder">
<source xml:lang="en">Specifies whether differences in the order of Data Definition Language (DDL) triggers should be ignored or updated when you publish to a database or server.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreCryptographicProviderFilePath">
<source xml:lang="en">Specifies whether differences in the file path for the cryptographic provider should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.VerifyDeployment">
<source xml:lang="en">Specifies whether checks should be performed before publishing that will stop the publish action if issues are present that might block successful publishing. For example, your publish action might stop if you have foreign keys on the target database that do not exist in the database project, and that will cause errors when you publish.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreComments">
<source xml:lang="en">Specifies whether differences in the comments should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreColumnCollation">
<source xml:lang="en">Specifies whether differences in the column collations should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreAuthorizer">
<source xml:lang="en">Specifies whether differences in the Authorizer should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreAnsiNulls">
<source xml:lang="en">Specifies whether differences in the ANSI NULLS setting should be ignored or updated when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.GenerateSmartDefaults">
<source xml:lang="en">Automatically provides a default value when updating a table that contains data with a column that does not allow null values.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropStatisticsNotInSource">
<source xml:lang="en">Specifies whether statistics that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropRoleMembersNotInSource">
<source xml:lang="en">Specifies whether role members that are not defined in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.&lt;/</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropPermissionsNotInSource">
<source xml:lang="en">Specifies whether permissions that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish updates to a database.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.DropObjectsNotInSource">
<source xml:lang="en">Specifies whether objects that do not exist in the database snapshot (.dacpac) file will be dropped from the target database when you publish to a database. This value takes precedence over DropExtendedProperties.</source>
</trans-unit>
<trans-unit id="SchemaCompare.Description.IgnoreColumnOrder">
<source xml:lang="en">Specifies whether differences in table column order should be ignored or updated when you publish to a database.</source>
</trans-unit>
</body></file>
<file original="extensions/schema-compare/out/dialogs/schemaCompareDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="schemaCompareDialog.ok">
<source xml:lang="en">Ok</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.SourceTitle">
<source xml:lang="en">Source</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.TargetTitle">
<source xml:lang="en">Target</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.fileTextBoxLabel">
<source xml:lang="en">File</source>
</trans-unit>
<trans-unit id="schemaCompare.dacpacRadioButtonLabel">
<source xml:lang="en">Data-tier Application File (.dacpac)</source>
</trans-unit>
<trans-unit id="schemaCompare.databaseButtonLabel">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="schemaCompare.radioButtonsLabel">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.serverDropdownTitle">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.databaseDropdownTitle">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="schemaCompare.noActiveConnectionsText">
<source xml:lang="en">No active connections</source>
</trans-unit>
<trans-unit id="schemaCompare.dialogTitle">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.differentSourceMessage">
<source xml:lang="en">A different source schema has been selected. Compare to see the comparison?</source>
</trans-unit>
<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.differentSourceTargetMessage">
<source xml:lang="en">Different source and target schemas have been selected. Compare to see the comparison?</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.Yes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.No">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="schemaCompare.openFile">
<source xml:lang="en">Open</source>
</trans-unit>
<trans-unit id="schemaCompareDialog.defaultUser">
<source xml:lang="en">default</source>
</trans-unit>
</body></file>
<file original="extensions/schema-compare/out/schemaCompareResult" source-language="en" datatype="plaintext"><body>
<trans-unit id="schemaCompare.CompareDetailsTitle">
<source xml:lang="en">Compare Details</source>
</trans-unit>
<trans-unit id="schemaCompare.ApplyConfirmation">
<source xml:lang="en">Are you sure you want to update the target?</source>
</trans-unit>
<trans-unit id="schemaCompare.RecompareToRefresh">
<source xml:lang="en">Press Compare to refresh the comparison.</source>
</trans-unit>
<trans-unit id="schemaCompare.generateScriptEnabledButton">
<source xml:lang="en">Generate script to deploy changes to target</source>
</trans-unit>
<trans-unit id="schemaCompare.generateScriptNoChanges">
<source xml:lang="en">No changes to script</source>
</trans-unit>
<trans-unit id="schemaCompare.applyButtonEnabledTitle">
<source xml:lang="en">Apply changes to target</source>
</trans-unit>
<trans-unit id="schemaCompare.applyNoChanges">
<source xml:lang="en">No changes to apply</source>
</trans-unit>
<trans-unit id="schemaCompare.deleteAction">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="schemaCompare.changeAction">
<source xml:lang="en">Change</source>
</trans-unit>
<trans-unit id="schemaCompare.addAction">
<source xml:lang="en">Add</source>
</trans-unit>
<trans-unit id="schemaCompare.Title">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
<trans-unit id="schemaCompare.sourceLabel">
<source xml:lang="en">Source</source>
</trans-unit>
<trans-unit id="schemaCompare.targetLabel">
<source xml:lang="en">Target</source>
</trans-unit>
<trans-unit id="schemaCompare.switchLabel">
<source xml:lang="en">➔</source>
</trans-unit>
<trans-unit id="schemaCompare.waitText">
<source xml:lang="en">Initializing Comparison. This might take a moment.</source>
</trans-unit>
<trans-unit id="schemaCompare.startText">
<source xml:lang="en">To compare two schemas, first select a source schema and target schema, then press Compare.</source>
</trans-unit>
<trans-unit id="schemaCompare.noDifferences">
<source xml:lang="en">No schema differences were found.</source>
</trans-unit>
<trans-unit id="schemaCompare.compareErrorMessage">
<source xml:lang="en">Schema Compare failed: {0}</source>
</trans-unit>
<trans-unit id="schemaCompare.typeColumn">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="schemaCompare.sourceNameColumn">
<source xml:lang="en">Source Name</source>
</trans-unit>
<trans-unit id="schemaCompare.includeColumnName">
<source xml:lang="en">Include</source>
</trans-unit>
<trans-unit id="schemaCompare.actionColumn">
<source xml:lang="en">Action</source>
</trans-unit>
<trans-unit id="schemaCompare.targetNameColumn">
<source xml:lang="en">Target Name</source>
</trans-unit>
<trans-unit id="schemaCompare.generateScriptButtonDisabledTitle">
<source xml:lang="en">Generate script is enabled when the target is a database</source>
</trans-unit>
<trans-unit id="schemaCompare.applyButtonDisabledTitle">
<source xml:lang="en">Apply is enabled when the target is a database</source>
</trans-unit>
<trans-unit id="schemaCompare.compareButton">
<source xml:lang="en">Compare</source>
</trans-unit>
<trans-unit id="schemaCompare.compareButtonTitle">
<source xml:lang="en">Compare</source>
</trans-unit>
<trans-unit id="schemaCompare.cancelCompareButton">
<source xml:lang="en">Stop</source>
</trans-unit>
<trans-unit id="schemaCompare.cancelCompareButtonTitle">
<source xml:lang="en">Stop</source>
</trans-unit>
<trans-unit id="schemaCompare.cancelErrorMessage">
<source xml:lang="en">Cancel schema compare failed: '{0}'</source>
</trans-unit>
<trans-unit id="schemaCompare.generateScriptButton">
<source xml:lang="en">Generate script</source>
</trans-unit>
<trans-unit id="schemaCompare.generateScriptErrorMessage">
<source xml:lang="en">Generate script failed: '{0}'</source>
</trans-unit>
<trans-unit id="schemaCompare.optionsButton">
<source xml:lang="en">Options</source>
</trans-unit>
<trans-unit id="schemaCompare.optionsButtonTitle">
<source xml:lang="en">Options</source>
</trans-unit>
<trans-unit id="schemaCompare.updateButton">
<source xml:lang="en">Apply</source>
</trans-unit>
<trans-unit id="schemaCompare.ApplyYes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="schemaCompare.updateErrorMessage">
<source xml:lang="en">Schema Compare Apply failed '{0}'</source>
</trans-unit>
<trans-unit id="schemaCompare.switchDirectionButton">
<source xml:lang="en">Switch direction</source>
</trans-unit>
<trans-unit id="schemaCompare.switchButtonTitle">
<source xml:lang="en">Switch source and target</source>
</trans-unit>
<trans-unit id="schemaCompare.sourceButtonTitle">
<source xml:lang="en">Select Source</source>
</trans-unit>
<trans-unit id="schemaCompare.targetButtonTitle">
<source xml:lang="en">Select Target</source>
</trans-unit>
<trans-unit id="schemaCompare.openScmpButton">
<source xml:lang="en">Open .scmp file</source>
</trans-unit>
<trans-unit id="schemaCompare.openScmpButtonTitle">
<source xml:lang="en">Load source, target, and options saved in an .scmp file</source>
</trans-unit>
<trans-unit id="schemaCompare.openFile">
<source xml:lang="en">Open</source>
</trans-unit>
<trans-unit id="schemaCompare.openScmpErrorMessage">
<source xml:lang="en">Open scmp failed: '{0}'</source>
</trans-unit>
<trans-unit id="schemaCompare.saveScmpButton">
<source xml:lang="en">Save .scmp file</source>
</trans-unit>
<trans-unit id="schemaCompare.saveScmpButtonTitle">
<source xml:lang="en">Save source and target, options, and excluded elements</source>
</trans-unit>
<trans-unit id="schemaCompare.saveFile">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="schemaCompare.saveScmpErrorMessage">
<source xml:lang="en">Save scmp failed: '{0}'</source>
</trans-unit>
</body></file>
</xliff>

11
resources/xlf/en/sql.xlf Normal file
View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/sql/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="displayName">
<source xml:lang="en">SQL Language Basics</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Provides syntax highlighting and bracket matching in SQL files.</source>
</trans-unit>
</body></file>
</xliff>