Update for English XLFs (#15986)

* updates for English XLF files

* added xml-language-features

* another update to sql.xlf

* changed locproject entry to match new format.
This commit is contained in:
Alex Ma
2021-07-02 14:07:27 -07:00
committed by GitHub
parent f894dad38b
commit 9f77c74b9f
20 changed files with 6623 additions and 3831 deletions

View File

@@ -3,7 +3,7 @@
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",
"publisher": "microsoft",
"publisher": "Microsoft",
"engines": {
"vscode": "^1.20.0"
},

View File

@@ -152,6 +152,12 @@
"LclFile": "resources\\localization\\LCL\\{Lang}\\sql.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
},
{
"SourceFile": "resources\\xlf\\en\\xml-language-features.xlf",
"LclFile": "resources\\localization\\LCL\\{Lang}\\xml-language-features.xlf.lcl",
"CopyOption": "LangIDOnPath",
"OutputPath": "resources\\xlf"
}
]
}

View File

@@ -14,7 +14,7 @@
<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>
<file original="extensions/admin-tool-ext-win/dist/main" source-language="en" datatype="plaintext"><body>
<trans-unit id="adminToolExtWin.noConnectionContextForProp">
<source xml:lang="en">No ConnectionContext provided for handleLaunchSsmsMinPropertiesDialogCommand</source>
</trans-unit>

View File

@@ -1,170 +1,14 @@
<?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">
<file original="extensions/agent/dist/dialogs/agentDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="agentDialog.OK">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="scheduleDialog.cancel">
<trans-unit id="agentDialog.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>
<file original="extensions/agent/dist/dialogs/jobStepDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobStepDialog.fileBrowserTitle">
<source xml:lang="en">Locate Database Files - </source>
</trans-unit>
@@ -307,120 +151,30 @@
<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>
<file original="extensions/agent/dist/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="jobDialog.steps">
<source xml:lang="en">Steps</source>
<trans-unit id="pickSchedule.ok">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="jobDialog.schedules">
<source xml:lang="en">Schedules</source>
<trans-unit id="pickSchedule.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="jobDialog.alerts">
<source xml:lang="en">Alerts</source>
<trans-unit id="pickSchedule.availableSchedules">
<source xml:lang="en">Available Schedules:</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">
<trans-unit id="pickSchedule.scheduleName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="jobDialog.owner">
<source xml:lang="en">Owner</source>
<trans-unit id="pickSchedule.scheduleID">
<source xml:lang="en">ID</source>
</trans-unit>
<trans-unit id="jobDialog.category">
<source xml:lang="en">Category</source>
</trans-unit>
<trans-unit id="jobDialog.description">
<trans-unit id="pickSchedule.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>
<file original="extensions/agent/dist/dialogs/alertDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="alertDialog.createAlert">
<source xml:lang="en">Create Alert</source>
</trans-unit>
@@ -577,9 +331,6 @@
<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>
@@ -587,37 +338,188 @@
<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>
<file original="extensions/agent/dist/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="agentDialog.Cancel">
<source xml:lang="en">Cancel</source>
<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/data/proxyData" source-language="en" datatype="plaintext"><body>
<trans-unit id="proxyData.saveErrorMessage">
<source xml:lang="en">Proxy update failed '{0}'</source>
<file original="extensions/agent/dist/dialogs/jobDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobDialog.general">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="proxyData.saveSucessMessage">
<source xml:lang="en">Proxy '{0}' updated successfully</source>
<trans-unit id="jobDialog.steps">
<source xml:lang="en">Steps</source>
</trans-unit>
<trans-unit id="proxyData.newJobSuccessMessage">
<source xml:lang="en">Proxy '{0}' created successfully</source>
<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.removeSchedule">
<source xml:lang="en">Remove Schedule</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/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>
<file original="extensions/agent/dist/data/jobData" source-language="en" datatype="plaintext"><body>
<trans-unit id="jobData.whenJobCompletes">
<source xml:lang="en">When the job completes</source>
</trans-unit>
@@ -643,7 +545,41 @@
<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>
<file original="extensions/agent/dist/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/dist/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>
<trans-unit id="agent.templateUploadSuccessful">
<source xml:lang="en">Template updated successfully</source>
</trans-unit>
<trans-unit id="agent.templateUploadError">
<source xml:lang="en">Template update failure</source>
</trans-unit>
<trans-unit id="agent.unsavedFileSchedulingError">
<source xml:lang="en">The notebook must be saved before being scheduled. Please save and then retry scheduling again.</source>
</trans-unit>
<trans-unit id="agent.AddNewConnection">
<source xml:lang="en">Add new connection</source>
</trans-unit>
<trans-unit id="agent.selectConnection">
<source xml:lang="en">Select a connection</source>
</trans-unit>
<trans-unit id="agent.selectValidConnection">
<source xml:lang="en">Please select a valid connection</source>
</trans-unit>
</body></file>
<file original="extensions/agent/dist/data/alertData" source-language="en" datatype="plaintext"><body>
<trans-unit id="alertData.saveErrorMessage">
<source xml:lang="en">Alert update failed '{0}'</source>
</trans-unit>
@@ -657,9 +593,165 @@
<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>
<file original="extensions/agent/dist/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>
</body></file>
<file original="extensions/agent/dist/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/dist/dialogs/notebookDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="notebookDialog.newJob">
<source xml:lang="en">New Notebook Job</source>
</trans-unit>
<trans-unit id="notebookDialog.editJob">
<source xml:lang="en">Edit Notebook Job</source>
</trans-unit>
<trans-unit id="notebookDialog.general">
<source xml:lang="en">General</source>
</trans-unit>
<trans-unit id="notebookDialog.notebookSection">
<source xml:lang="en">Notebook Details</source>
</trans-unit>
<trans-unit id="notebookDialog.templateNotebook">
<source xml:lang="en">Notebook Path</source>
</trans-unit>
<trans-unit id="notebookDialog.targetDatabase">
<source xml:lang="en">Storage Database</source>
</trans-unit>
<trans-unit id="notebookDialog.executeDatabase">
<source xml:lang="en">Execution Database</source>
</trans-unit>
<trans-unit id="notebookDialog.defaultDropdownString">
<source xml:lang="en">Select Database</source>
</trans-unit>
<trans-unit id="notebookDialog.jobSection">
<source xml:lang="en">Job Details</source>
</trans-unit>
<trans-unit id="notebookDialog.name">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="notebookDialog.owner">
<source xml:lang="en">Owner</source>
</trans-unit>
<trans-unit id="notebookDialog.schedulesaLabel">
<source xml:lang="en">Schedules list</source>
</trans-unit>
<trans-unit id="notebookDialog.pickSchedule">
<source xml:lang="en">Pick Schedule</source>
</trans-unit>
<trans-unit id="notebookDialog.removeSchedule">
<source xml:lang="en">Remove Schedule</source>
</trans-unit>
<trans-unit id="notebookDialog.description">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="notebookDialog.templatePath">
<source xml:lang="en">Select a notebook to schedule from PC</source>
</trans-unit>
<trans-unit id="notebookDialog.targetDatabaseInfo">
<source xml:lang="en">Select a database to store all notebook job metadata and results</source>
</trans-unit>
<trans-unit id="notebookDialog.executionDatabaseInfo">
<source xml:lang="en">Select a database against which notebook queries will run</source>
</trans-unit>
</body></file>
<file original="extensions/agent/dist/data/notebookData" source-language="en" datatype="plaintext"><body>
<trans-unit id="notebookData.whenJobCompletes">
<source xml:lang="en">When the notebook completes</source>
</trans-unit>
<trans-unit id="notebookData.whenJobFails">
<source xml:lang="en">When the notebook fails</source>
</trans-unit>
<trans-unit id="notebookData.whenJobSucceeds">
<source xml:lang="en">When the notebook succeeds</source>
</trans-unit>
<trans-unit id="notebookData.jobNameRequired">
<source xml:lang="en">Notebook name must be provided</source>
</trans-unit>
<trans-unit id="notebookData.templatePathRequired">
<source xml:lang="en">Template path must be provided</source>
</trans-unit>
<trans-unit id="notebookData.invalidNotebookPath">
<source xml:lang="en">Invalid notebook path</source>
</trans-unit>
<trans-unit id="notebookData.selectStorageDatabase">
<source xml:lang="en">Select storage database</source>
</trans-unit>
<trans-unit id="notebookData.selectExecutionDatabase">
<source xml:lang="en">Select execution database</source>
</trans-unit>
<trans-unit id="notebookData.jobExists">
<source xml:lang="en">Job with similar name already exists</source>
</trans-unit>
<trans-unit id="notebookData.saveErrorMessage">
<source xml:lang="en">Notebook update failed '{0}'</source>
</trans-unit>
<trans-unit id="notebookData.newJobErrorMessage">
<source xml:lang="en">Notebook creation failed '{0}'</source>
</trans-unit>
<trans-unit id="notebookData.saveSucessMessage">
<source xml:lang="en">Notebook '{0}' updated successfully</source>
</trans-unit>
<trans-unit id="notebookData.newJobSuccessMessage">
<source xml:lang="en">Notebook '{0}' created successfully</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -318,7 +318,7 @@
<source xml:lang="en">Azure location</source>
</trans-unit>
<trans-unit id="arc.postgres.wizard.title">
<source xml:lang="en">Deploy an Azure Arc enabled PostgreSQL Hyperscale server group (Preview)</source>
<source xml:lang="en">Deploy an Azure Arc-enabled PostgreSQL Hyperscale server group (Preview)</source>
</trans-unit>
<trans-unit id="arc.postgres.wizard.page1.title">
<source xml:lang="en">Provide Azure enabled PostgreSQL Hyperscale server group parameters</source>
@@ -326,8 +326,11 @@
<trans-unit id="arc.postgres.settings.section.title">
<source xml:lang="en">General settings</source>
</trans-unit>
<trans-unit id="arc.postgres.settings.resource.title">
<source xml:lang="en">Resource settings</source>
<trans-unit id="arc.postgres.settings.resource.worker.title">
<source xml:lang="en">Worker Nodes Compute Configuration</source>
</trans-unit>
<trans-unit id="arc.postgres.settings.resource.coordinator.title">
<source xml:lang="en">Coordinator Node Compute Configuration</source>
</trans-unit>
<trans-unit id="arc.postgres.settings.storage.title">
<source xml:lang="en">Storage settings</source>
@@ -374,30 +377,54 @@
<trans-unit id="arc.postgres.server.group.volume.size.backups.description">
<source xml:lang="en">The size of the storage volume to be used for backups in GB.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.cores.request.label">
<trans-unit id="arc.postgres.server.group.workers.cores.request.label">
<source xml:lang="en">CPU request (cores per node)</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.cores.request.description">
<trans-unit id="arc.postgres.server.group.workers.cores.request.description">
<source xml:lang="en">The minimum number of CPU cores that must be available per node to schedule the service. Fractional cores are supported.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.cores.limit.label">
<trans-unit id="arc.postgres.server.group.workers.cores.limit.label">
<source xml:lang="en">CPU limit (cores per node)</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.cores.limit.description">
<trans-unit id="arc.postgres.server.group.workers.cores.limit.description">
<source xml:lang="en">The maximum number of CPU cores for the Postgres instance that can be used per node. Fractional cores are supported.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.memory.request.label">
<trans-unit id="arc.postgres.server.group.workers.memory.request.label">
<source xml:lang="en">Memory request (GB per node)</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.memory.request.description">
<trans-unit id="arc.postgres.server.group.workers.memory.request.description">
<source xml:lang="en">The memory request of the Postgres instance per node in GB.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.memory.limit.label">
<trans-unit id="arc.postgres.server.group.workers.memory.limit.label">
<source xml:lang="en">Memory limit (GB per node)</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.memory.limit.description">
<trans-unit id="arc.postgres.server.group.workers.memory.limit.description">
<source xml:lang="en">The memory limit of the Postgres instance per node in GB.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.cores.request.label">
<source xml:lang="en">CPU request</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.cores.request.description">
<source xml:lang="en">The minimum number of CPU cores that must be available on the coordinator node to schedule the service. Fractional cores are supported.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.cores.limit.label">
<source xml:lang="en">CPU limit</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.cores.limit.description">
<source xml:lang="en">The maximum number of CPU cores for the Postgres instance that can be used on the coordinator node. Fractional cores are supported.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.memory.request.label">
<source xml:lang="en">Memory request (GB)</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.memory.request.description">
<source xml:lang="en">The memory request of the Postgres instance on the coordinator node in GB.</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.memory.limit.label">
<source xml:lang="en">Memory limit (GB)</source>
</trans-unit>
<trans-unit id="arc.postgres.server.group.coordinator.memory.limit.description">
<source xml:lang="en">The memory limit of the Postgres instance on the coordinator node in GB.</source>
</trans-unit>
<trans-unit id="arc.agreement">
<source xml:lang="en">I accept {0} and {1}.</source>
</trans-unit>
@@ -405,7 +432,7 @@
<source xml:lang="en">Azure SQL managed instance - Azure Arc terms and conditions</source>
</trans-unit>
<trans-unit id="arc.agreement.postgres.terms.conditions">
<source xml:lang="en">Azure Arc enabled PostgreSQL Hyperscale terms and conditions</source>
<source xml:lang="en">Azure Arc-enabled PostgreSQL Hyperscale terms and conditions</source>
</trans-unit>
<trans-unit id="should.be.integer">
<source xml:lang="en">Value must be an integer</source>
@@ -457,6 +484,9 @@
<trans-unit id="arc.connectionStrings">
<source xml:lang="en">Connection Strings</source>
</trans-unit>
<trans-unit id="arc.preloaded Extensions">
<source xml:lang="en">Preloaded Extensions</source>
</trans-unit>
<trans-unit id="arc.networking">
<source xml:lang="en">Networking</source>
</trans-unit>
@@ -472,9 +502,6 @@
<trans-unit id="arc.computeAndStorage">
<source xml:lang="en">Compute + Storage</source>
</trans-unit>
<trans-unit id="arc.nodeParameters">
<source xml:lang="en">Node Parameters</source>
</trans-unit>
<trans-unit id="arc.coordinatorNodeParameters">
<source xml:lang="en">Coordinator Node Parameters</source>
</trans-unit>
@@ -511,6 +538,12 @@
<trans-unit id="arc.delete">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="arc.learnMore">
<source xml:lang="en">Learn More.</source>
</trans-unit>
<trans-unit id="arc.drop">
<source xml:lang="en">Drop</source>
</trans-unit>
<trans-unit id="arc.save">
<source xml:lang="en">Save</source>
</trans-unit>
@@ -520,6 +553,12 @@
<trans-unit id="arc.resetPassword">
<source xml:lang="en">Reset Password</source>
</trans-unit>
<trans-unit id="arc.addExtensions">
<source xml:lang="en">Add extensions</source>
</trans-unit>
<trans-unit id="arc.dropExtension">
<source xml:lang="en">Drop extension</source>
</trans-unit>
<trans-unit id="arc.openInAzurePortal">
<source xml:lang="en">Open in Azure Portal</source>
</trans-unit>
@@ -559,6 +598,33 @@
<trans-unit id="arc.controllerEndpoint">
<source xml:lang="en">Controller endpoint</source>
</trans-unit>
<trans-unit id="arc.extensionName">
<source xml:lang="en">Extension name</source>
</trans-unit>
<trans-unit id="arc.extensionsDescription">
<source xml:lang="en">PostgreSQL provides the ability to extend the functionality of your database by using extensions. Extensions allow for bundling multiple related SQL objects together in a single package that can be loaded or removed from your database with a single command. After being loaded in the database, extensions can function like built-in features.</source>
</trans-unit>
<trans-unit id="arc.extensionsFunction">
<source xml:lang="en">Some extensions must be loaded into PostgreSQL at startup time before they can be used. These preloaded extensions can be viewed and edited below.</source>
</trans-unit>
<trans-unit id="arc.extensionsLearnMore">
<source xml:lang="en">Learn more about PostgreSQL extensions.</source>
</trans-unit>
<trans-unit id="arc.extensionsTableLoading">
<source xml:lang="en">Table of preloaded extensions are loading.</source>
</trans-unit>
<trans-unit id="arc.extensionsTableLabel">
<source xml:lang="en">Table of preloaded extensions.</source>
</trans-unit>
<trans-unit id="arc.extensionsTableLoadingComplete">
<source xml:lang="en">Preloaded extensions can now be viewed.</source>
</trans-unit>
<trans-unit id="arc.extensionsAddList">
<source xml:lang="en">Extensions</source>
</trans-unit>
<trans-unit id="arc.extensionsAddDialog">
<source xml:lang="en">PostgreSQL provides the ability to extend the functionality of your database by using extensions.</source>
</trans-unit>
<trans-unit id="arc.dataController">
<source xml:lang="en">Data controller</source>
</trans-unit>
@@ -611,7 +677,7 @@
<source xml:lang="en">You can configure the number of CPU cores and storage size that will apply to the coordinator node. Adjust the number of CPU cores and memory settings for your server group. To reset the requests and/or limits, pass in empty value.</source>
</trans-unit>
<trans-unit id="arc.workerNodeInformation">
<source xml:lang="en">In preview it is not possible to reduce the number of worker nodes. Please refer to documentation linked above for more information.</source>
<source xml:lang="en">It is possible to scale in and out your server group by reducing or increasing the number of worker nodes.</source>
</trans-unit>
<trans-unit id="arc.vCores">
<source xml:lang="en">vCores</source>
@@ -826,9 +892,6 @@
<trans-unit id="arc.learnAboutPostgresClients">
<source xml:lang="en">Learn more about Azure PostgreSQL Hyperscale client interfaces</source>
</trans-unit>
<trans-unit id="arc.nodeParametersDescription">
<source xml:lang="en"> These server parameters of the Coordinator node and the Worker nodes can be set to custom (non-default) values. Search to find parameters.</source>
</trans-unit>
<trans-unit id="arc.coordinatorNodeParametersDescription">
<source xml:lang="en"> These server parameters of the Coordinator node can be set to custom (non-default) values. Search to find parameters.</source>
</trans-unit>
@@ -836,7 +899,7 @@
<source xml:lang="en"> These server parameters of the Worker nodes can be set to custom (non-default) values. Search to find parameters.</source>
</trans-unit>
<trans-unit id="arc.learnAboutNodeParameters">
<source xml:lang="en">Learn more about database engine settings for Azure Arc enabled PostgreSQL Hyperscale</source>
<source xml:lang="en">Learn more about database engine settings for Azure Arc-enabled PostgreSQL Hyperscale</source>
</trans-unit>
<trans-unit id="arc.noNodeParametersFound">
<source xml:lang="en">No worker server parameters found...</source>
@@ -848,7 +911,7 @@
<source xml:lang="en">scaling compute vCores and memory.</source>
</trans-unit>
<trans-unit id="arc.postgresComputeAndStorageDescriptionPartOne">
<source xml:lang="en">You can scale your Azure Arc enabled</source>
<source xml:lang="en">You can scale your Azure Arc-enabled</source>
</trans-unit>
<trans-unit id="arc.miaaComputeAndStorageDescriptionPartOne">
<source xml:lang="en">You can scale your Azure SQL managed instance - Azure Arc by</source>
@@ -887,7 +950,7 @@
<source xml:lang="en">storage per node</source>
</trans-unit>
<trans-unit id="arc.workerNodeCount">
<source xml:lang="en">Worker node count:</source>
<source xml:lang="en">Worker node count</source>
</trans-unit>
<trans-unit id="arc.configurationPerNode">
<source xml:lang="en">Configuration (per node)</source>
@@ -896,16 +959,40 @@
<source xml:lang="en">Configuration</source>
</trans-unit>
<trans-unit id="arc.coresLimit">
<source xml:lang="en">CPU limit:</source>
<source xml:lang="en">CPU limit</source>
</trans-unit>
<trans-unit id="arc.workerCoresLimit">
<source xml:lang="en">Worker Nodes CPU limit</source>
</trans-unit>
<trans-unit id="arc.coordinatorCoresLimit">
<source xml:lang="en">Coordinator Node CPU limit</source>
</trans-unit>
<trans-unit id="arc.coresRequest">
<source xml:lang="en">CPU request:</source>
<source xml:lang="en">CPU request</source>
</trans-unit>
<trans-unit id="arc.workerCoresRequest">
<source xml:lang="en">Worker Nodes CPU request</source>
</trans-unit>
<trans-unit id="arc.coordinatorCoresRequest">
<source xml:lang="en">Coordinator Node CPU request</source>
</trans-unit>
<trans-unit id="arc.memoryLimit">
<source xml:lang="en">Memory limit (in GB):</source>
<source xml:lang="en">Memory limit (in GB)</source>
</trans-unit>
<trans-unit id="arc.workerMemoryLimit">
<source xml:lang="en">Worker Nodes Memory limit (in GB)</source>
</trans-unit>
<trans-unit id="arc.coordinatorMemoryLimit">
<source xml:lang="en">Coordinator Node Memory limit (in GB)</source>
</trans-unit>
<trans-unit id="arc.memoryRequest">
<source xml:lang="en">Memory request (in GB):</source>
<source xml:lang="en">Memory request (in GB)</source>
</trans-unit>
<trans-unit id="arc.workerMemoryRequest">
<source xml:lang="en">Worker Nodes Memory request (in GB)</source>
</trans-unit>
<trans-unit id="arc.coordinatorMemoryRequest">
<source xml:lang="en">Coordinator Node Memory request (in GB)</source>
</trans-unit>
<trans-unit id="arc.arcResources">
<source xml:lang="en">Azure Arc Resources</source>
@@ -931,6 +1018,9 @@
<trans-unit id="arc.noExternalEndpoint">
<source xml:lang="en">No External Endpoint has been configured so this information isn't available.</source>
</trans-unit>
<trans-unit id="arc.noWorkerPods">
<source xml:lang="en">No worker pods in this configuration.</source>
</trans-unit>
<trans-unit id="arc.podsReady">
<source xml:lang="en">pods ready</source>
</trans-unit>
@@ -964,6 +1054,9 @@
<trans-unit id="arc.podScheduled">
<source xml:lang="en">Pod is schedulable.</source>
</trans-unit>
<trans-unit id="arc.loadingClusterContextCompleted">
<source xml:lang="en">Loading cluster contexts completed</source>
</trans-unit>
<trans-unit id="arc.rangeSetting">
<source xml:lang="en">Value is expected to be in the range {0} - {1}</source>
</trans-unit>
@@ -988,6 +1081,12 @@
<trans-unit id="arc.instanceUpdated">
<source xml:lang="en">Instance '{0}' updated</source>
</trans-unit>
<trans-unit id="arc.extensionDropped">
<source xml:lang="en">Extension '{0}' deleted</source>
</trans-unit>
<trans-unit id="arc.extensionsAdded">
<source xml:lang="en">Extensions '{0}' added</source>
</trans-unit>
<trans-unit id="arc.copiedToClipboard">
<source xml:lang="en">{0} copied to clipboard</source>
</trans-unit>
@@ -1012,6 +1111,14 @@
<trans-unit id="arc.updated">
<source xml:lang="en">Updated {0}</source>
</trans-unit>
<trans-unit id="arc.copyConnectionStringToClipboard">
<source xml:lang="en">Copy {0} Connection String to clipboard</source>
<note>{0} is the name of the type of connection string (e.g. Java)</note>
</trans-unit>
<trans-unit id="arc.copyValueToClipboard">
<source xml:lang="en">Copy {0} to clipboard</source>
<note>{0} is the name of the type of value being copied (e.g. Coordinator endpoint)</note>
</trans-unit>
<trans-unit id="arc.pgConnectionRequired">
<source xml:lang="en">A connection is required to show and set database engine settings.</source>
</trans-unit>
@@ -1021,6 +1128,12 @@
<trans-unit id="arc.couldNotFindControllerRegistration">
<source xml:lang="en">Could not find controller registration.</source>
</trans-unit>
<trans-unit id="arc.dropMultipleExtensions">
<source xml:lang="en">Currently dropping another extension, try again once that is completed.</source>
</trans-unit>
<trans-unit id="arc.updateExtensionsFailed">
<source xml:lang="en">Editing extensions failed. {0}</source>
</trans-unit>
<trans-unit id="arc.refreshFailed">
<source xml:lang="en">Refresh failed. {0}</source>
</trans-unit>
@@ -1143,5 +1256,11 @@
{2}
Do you want to update this information?</source>
</trans-unit>
<trans-unit id="arc.invalidConfigPath">
<source xml:lang="en">Invalid config path</source>
</trans-unit>
<trans-unit id="arc.loadingClusterContextsError">
<source xml:lang="en">Error loading cluster contexts. {0}</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -285,7 +285,7 @@
<source xml:lang="en">SQL Server - Azure Arc</source>
</trans-unit>
<trans-unit id="azurecore.azureArcPostgres">
<source xml:lang="en">Azure Arc enabled PostgreSQL Hyperscale</source>
<source xml:lang="en">Azure Arc-enabled PostgreSQL Hyperscale</source>
</trans-unit>
<trans-unit id="azure.unableToOpenAzureLink">
<source xml:lang="en">Unable to open link, missing required values</source>

View File

@@ -317,17 +317,17 @@
<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/cmsResourceTreeNode" source-language="en" datatype="plaintext"><body>
<file original="extensions/cms/dist/cmsResource/tree/cmsResourceTreeNode" source-language="en" datatype="plaintext"><body>
<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>
<file original="extensions/cms/dist/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/tree/treeProvider" source-language="en" datatype="plaintext"><body>
<file original="extensions/cms/dist/cmsResource/tree/treeProvider" source-language="en" datatype="plaintext"><body>
<trans-unit id="cms.resource.tree.treeProvider.loadError">
<source xml:lang="en">Unexpected error occurred while loading saved servers {0}</source>
</trans-unit>
@@ -335,7 +335,7 @@
<source xml:lang="en">Loading ...</source>
</trans-unit>
</body></file>
<file original="extensions/cms/out/cmsResource/cmsResourceCommands" source-language="en" datatype="plaintext"><body>
<file original="extensions/cms/dist/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>
@@ -373,9 +373,9 @@
<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>
<file original="extensions/cms/dist/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>
</xliff>

View File

@@ -8,7 +8,7 @@
<source xml:lang="en">Full path to folder where .DACPAC and .BACPAC files are saved by default</source>
</trans-unit>
</body></file>
<file original="extensions/dacpac/out/localizedConstants" source-language="en" datatype="plaintext"><body>
<file original="extensions/dacpac/dist/localizedConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="dacFx.targetServer">
<source xml:lang="en">Target Server</source>
</trans-unit>
@@ -190,4 +190,4 @@
<source xml:lang="en">{0} operation failed '{1}'</source>
</trans-unit>
</body></file>
</xliff>
</xliff>

View File

@@ -67,29 +67,11 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj
<trans-unit id="UnknownProjectTypeError">
<source xml:lang="en">No provider was found for project type with id: '{0}'</source>
</trans-unit>
<trans-unit id="dataworkspace.workspaceRequiredMessage">
<source xml:lang="en">A workspace is required in order to use the project feature.</source>
</trans-unit>
<trans-unit id="dataworkspace.openWorkspace">
<source xml:lang="en">Open Workspace…</source>
</trans-unit>
<trans-unit id="dataworkspace.createWorkspaceConfirmation">
<source xml:lang="en">A workspace will be created and opened in order to open project. Azure Data Studio will restart and if there is a folder currently open, it will be closed.</source>
</trans-unit>
<trans-unit id="dataworkspace.enterWorkspaceConfirmation">
<source xml:lang="en">To open this workspace, Azure Data Studio will restart. If there is a workspace or folder currently open, it will be closed.</source>
</trans-unit>
<trans-unit id="dataworkspace.workspaceContainsNotAddedProjects">
<source xml:lang="en">The current workspace contains one or more projects that have not been added to the workspace. Use the 'Open existing' dialog to add projects to the projects pane.</source>
</trans-unit>
<trans-unit id="dataworkspace.launchOpenExistingDialog">
<source xml:lang="en">Launch Open existing dialog</source>
</trans-unit>
<trans-unit id="dataworkspace.doNotShowAgain">
<source xml:lang="en">Do not show again</source>
<trans-unit id="dataworkspace.restartConfirmation">
<source xml:lang="en">Azure Data Studio needs to be restarted for the project to be created and added to the workspace, do this now?</source>
</trans-unit>
<trans-unit id="dataworkspace.projectsFailedToLoad">
<source xml:lang="en">Some projects failed to load. Please open console for more information</source>
<source xml:lang="en">Some projects failed to load. To view more details, [open the developer console](command:workbench.action.toggleDevTools)</source>
</trans-unit>
<trans-unit id="fileDoesNotExist">
<source xml:lang="en">File '{0}' doesn't exist</source>
@@ -100,21 +82,30 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj
<trans-unit id="noPreviousData">
<source xml:lang="en">Prior {0} for the current project will appear here, please run to see the results.</source>
</trans-unit>
<trans-unit id="gitCloneMessage">
<source xml:lang="en">Cloning git repository '{0}'...</source>
</trans-unit>
<trans-unit id="gitCloneError">
<source xml:lang="en">Error during git clone. View git output for more details</source>
</trans-unit>
<trans-unit id="dataworkspace.ok">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="dataworkspace.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="dataworkspace.browse">
<source xml:lang="en">Browse</source>
</trans-unit>
<trans-unit id="dataworkspace.browseEllipsis">
<source xml:lang="en">Browse...</source>
</trans-unit>
<trans-unit id="dataworkspace.open">
<source xml:lang="en">Open</source>
</trans-unit>
<trans-unit id="dataworkspace.create">
<source xml:lang="en">Create</source>
</trans-unit>
<trans-unit id="dataworkspace.select">
<source xml:lang="en">Select</source>
</trans-unit>
<trans-unit id="dataworkspace.NewProjectDialogTitle">
<source xml:lang="en">Create new project</source>
</trans-unit>
@@ -127,38 +118,35 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj
<trans-unit id="dataworkspace.projectNamePlaceholder">
<source xml:lang="en">Enter project name</source>
</trans-unit>
<trans-unit id="dataworkspace.enterProjectName">
<source xml:lang="en">Enter Project Name</source>
</trans-unit>
<trans-unit id="dataworkspace.projectLocationTitle">
<source xml:lang="en">Location</source>
</trans-unit>
<trans-unit id="dataworkspace.projectLocationPlaceholder">
<source xml:lang="en">Select location to create project</source>
</trans-unit>
<trans-unit id="dataworkspace.AddProjectToCurrentWorkspace">
<source xml:lang="en">This project will be added to the current workspace.</source>
</trans-unit>
<trans-unit id="dataworkspace.NewWorkspaceWillBeCreated">
<source xml:lang="en">A workspace will be created for this project.</source>
</trans-unit>
<trans-unit id="dataworkspace.workspaceLocationTitle">
<source xml:lang="en">Workspace location</source>
</trans-unit>
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
</trans-unit>
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistError">
<source xml:lang="en">There is already a directory named '{0}' in the selected location: '{1}'.</source>
</trans-unit>
<trans-unit id="dataworkspace.workspaceFileInvalidError">
<source xml:lang="en">The selected workspace file path '{0}' does not have the required file extension {1}.</source>
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistErrorShort">
<source xml:lang="en">Directory '{0}' already exists in the selected location, please choose another</source>
</trans-unit>
<trans-unit id="dataworkspace.workspaceParentDirectoryNotExistError">
<source xml:lang="en">The selected workspace location '{0}' does not exist or is not a directory.</source>
<trans-unit id="dataworkspace.selectProjectType">
<source xml:lang="en">Select Project Type</source>
</trans-unit>
<trans-unit id="dataworkspace.workspaceFileAlreadyExistsError">
<source xml:lang="en">The selected workspace file '{0}' already exists. To add the project to an existing workspace, use the Open Existing dialog to first open the workspace.</source>
<trans-unit id="dataworkspace.selectProjectLocation">
<source xml:lang="en">Select Project Location</source>
</trans-unit>
<trans-unit id="dataworkspace.nameCannotBeEmpty">
<source xml:lang="en">Name cannot be empty</source>
</trans-unit>
<trans-unit id="dataworkspace.openExistingDialogTitle">
<source xml:lang="en">Open existing</source>
<source xml:lang="en">Open Existing Project</source>
</trans-unit>
<trans-unit id="dataworkspace.fileNotExistError">
<source xml:lang="en">The selected {0} file '{1}' does not exist or is not a file.</source>
@@ -169,14 +157,11 @@ To learn more about projects [read our docs](https://aka.ms/azuredatastudio-proj
<trans-unit id="dataworkspace.project">
<source xml:lang="en">Project</source>
</trans-unit>
<trans-unit id="dataworkspace.workspace">
<source xml:lang="en">Workspace</source>
</trans-unit>
<trans-unit id="dataworkspace.locationSelectorTitle">
<source xml:lang="en">Location</source>
</trans-unit>
<trans-unit id="dataworkspace.projectFilePlaceholder">
<source xml:lang="en">Select project (.sqlproj) file</source>
<source xml:lang="en">Select project file</source>
</trans-unit>
<trans-unit id="dataworkspace.workspacePlaceholder">
<source xml:lang="en">Select workspace ({0}) file</source>

View File

@@ -8,7 +8,99 @@
<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>
</body></file>
<file original="extensions/import/out/wizard/pages/summaryPage" source-language="en" datatype="plaintext"><body>
<file original="extensions/import/out/services/serviceClient" source-language="en" datatype="plaintext"><body>
<trans-unit id="serviceStarted">
<source xml:lang="en">{0} Started</source>
</trans-unit>
<trans-unit id="serviceStarting">
<source xml:lang="en">Starting {0}</source>
</trans-unit>
<trans-unit id="flatFileImport.serviceStartFailed">
<source xml:lang="en">Failed to start {0}: {1}</source>
</trans-unit>
<trans-unit id="installingServiceDetailed">
<source xml:lang="en">Installing {0} to {1}</source>
</trans-unit>
<trans-unit id="installingService">
<source xml:lang="en">Installing {0} Service</source>
</trans-unit>
<trans-unit id="serviceInstalled">
<source xml:lang="en">Installed {0}</source>
</trans-unit>
<trans-unit id="downloadingService">
<source xml:lang="en">Downloading {0}</source>
</trans-unit>
<trans-unit id="downloadingServiceSize">
<source xml:lang="en">({0} KB)</source>
</trans-unit>
<trans-unit id="downloadingServiceStatus">
<source xml:lang="en">Downloading {0}</source>
</trans-unit>
<trans-unit id="downloadingServiceComplete">
<source xml:lang="en">Done downloading {0}</source>
</trans-unit>
<trans-unit id="entryExtractedChannelMsg">
<source xml:lang="en">Extracted {0} ({1}/{2})</source>
</trans-unit>
</body></file>
<file original="extensions/import/out/common/constants" 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>
<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="flatFile.InvalidFileLocation">
<source xml:lang="en">Invalid file location. Please try a different input file</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>
<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>
<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>
<trans-unit id="flatFileImport.importInformation">
<source xml:lang="en">Import information</source>
</trans-unit>
@@ -33,65 +125,12 @@
<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="import.needSQLConnection">
<source xml:lang="en">SQL Server Import extension does not support this type of connection</source>
</trans-unit>
<trans-unit id="flatFileImport.wizardName">
<source xml:lang="en">Import flat file wizard</source>
</trans-unit>
@@ -111,44 +150,4 @@
<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="downloadingServiceSize">
<source xml:lang="en">({0} KB)</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>

View File

@@ -56,4 +56,603 @@
<source xml:lang="en">Enable External script</source>
</trans-unit>
</body></file>
<file original="extensions/machine-learning/dist/common/constants" 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="mls.managePackages.error">
<source xml:lang="en">Package management is not supported for the server. Make sure you have Python or R installed.</source>
</trans-unit>
<trans-unit id="notebookExtensionFailedError">
<source xml:lang="en">The extension failed to load because of it's dependency to Notebook extension. Please check the output log for Notebook extension to get more details</source>
</trans-unit>
<trans-unit id="mls.verifyOdbcDriverError.error">
<source xml:lang="en">'{0}' is required for package management. Please make sure it is installed and set up correctly.</source>
</trans-unit>
<trans-unit id="mls.taskFailedError.error">
<source xml:lang="en">Failed to complete task '{0}'. Error: {1}</source>
</trans-unit>
<trans-unit id="mls.cannotFindPython.error">
<source xml:lang="en">Cannot find Python executable '{0}'. Please make sure Python is installed and configured correctly</source>
</trans-unit>
<trans-unit id="mls.cannotFindR.error">
<source xml:lang="en">Cannot find R executable '{0}'. Please make sure R is installed and configured correctly</source>
</trans-unit>
<trans-unit id="mls.installPackageMngDependencies.msgTaskName">
<source xml:lang="en">Verifying package management dependencies</source>
</trans-unit>
<trans-unit id="mls.installModelMngDependencies.msgTaskName">
<source xml:lang="en">Verifying model management dependencies</source>
</trans-unit>
<trans-unit id="mls.noResultError">
<source xml:lang="en">No Result returned</source>
</trans-unit>
<trans-unit id="mls.requiredPackagesNotInstalled">
<source xml:lang="en">The required packages are not installed</source>
</trans-unit>
<trans-unit id="mls.confirmEnableExternalScripts">
<source xml:lang="en">External script is required for package management. Are you sure you want to enable that.</source>
</trans-unit>
<trans-unit id="mls.enableExternalScriptsError">
<source xml:lang="en">Failed to enable External script.</source>
</trans-unit>
<trans-unit id="mls.externalScriptsIsRequiredError">
<source xml:lang="en">External script configuration is required for this action.</source>
</trans-unit>
<trans-unit id="mls.confirmInstallPythonPackages">
<source xml:lang="en">Are you sure you want to install required packages?</source>
</trans-unit>
<trans-unit id="mls.installDependencies.confirmInstallPythonPackages">
<source xml:lang="en">The following Python packages are required to install: {0}</source>
</trans-unit>
<trans-unit id="mls.installDependencies.confirmInstallRPackages">
<source xml:lang="en">The following R packages are required to install: {0}</source>
</trans-unit>
<trans-unit id="models.confirmDeleteModel">
<source xml:lang="en">Are you sure you want to delete model '{0}?</source>
</trans-unit>
<trans-unit id="mls.installDependencies.packages">
<source xml:lang="en">Installing required packages ...</source>
</trans-unit>
<trans-unit id="mls.installDependencies.packagesAlreadyInstalled">
<source xml:lang="en">Required packages are already installed.</source>
</trans-unit>
<trans-unit id="mls.installDependencies.getPackagesError">
<source xml:lang="en">Failed to get installed python packages. Error: {0}</source>
</trans-unit>
<trans-unit id="mls.packageManager.NoConnection">
<source xml:lang="en">No connection selected</source>
</trans-unit>
<trans-unit id="mls.notebookExtensionNotLoaded">
<source xml:lang="en">Notebook extension is not loaded</source>
</trans-unit>
<trans-unit id="mls.mssqlExtensionNotLoaded">
<source xml:lang="en">MSSQL extension is not loaded</source>
</trans-unit>
<trans-unit id="mls.enabledMessage">
<source xml:lang="en">Machine Learning Services Enabled</source>
</trans-unit>
<trans-unit id="mls.configUpdateFailed">
<source xml:lang="en">Failed to modify Machine Learning Services configurations</source>
</trans-unit>
<trans-unit id="mls.enableButtonTitle">
<source xml:lang="en">Enable</source>
</trans-unit>
<trans-unit id="mls.disableButtonTitle">
<source xml:lang="en">Disable</source>
</trans-unit>
<trans-unit id="mls.configTitle">
<source xml:lang="en">Config</source>
</trans-unit>
<trans-unit id="mls.configStatus">
<source xml:lang="en">Enabled</source>
</trans-unit>
<trans-unit id="mls.configAction">
<source xml:lang="en">Action</source>
</trans-unit>
<trans-unit id="mls.externalExecuteScriptTitle">
<source xml:lang="en">External Execute Script</source>
</trans-unit>
<trans-unit id="mls.pythonLanguageTitle">
<source xml:lang="en">Python</source>
</trans-unit>
<trans-unit id="mls.rLanguageTitle">
<source xml:lang="en">R</source>
</trans-unit>
<trans-unit id="mls.downloadError">
<source xml:lang="en">Error while downloading</source>
</trans-unit>
<trans-unit id="mls.invalidModelIdError">
<source xml:lang="en">Invalid model id. model url: {0}</source>
</trans-unit>
<trans-unit id="mls.noArtifactError">
<source xml:lang="en">Model doesn't have any artifact. model url: {0}</source>
</trans-unit>
<trans-unit id="mls.downloadingProgress">
<source xml:lang="en">Downloading</source>
</trans-unit>
<trans-unit id="mls.pythonConfigError">
<source xml:lang="en">Python executable is not configured</source>
</trans-unit>
<trans-unit id="mls.rConfigError">
<source xml:lang="en">R executable is not configured</source>
</trans-unit>
<trans-unit id="mls.installingDependencies">
<source xml:lang="en">Installing dependencies ...</source>
</trans-unit>
<trans-unit id="mls.resourceNotFound">
<source xml:lang="en">Could not find the specified resource</source>
</trans-unit>
<trans-unit id="mls.latestVersion">
<source xml:lang="en">Latest</source>
</trans-unit>
<trans-unit id="mls.httpGetRequestError">
<source xml:lang="en">Package info request failed with error: {0} {1}</source>
</trans-unit>
<trans-unit id="azure.resource.error">
<source xml:lang="en">Error: {0}</source>
</trans-unit>
<trans-unit id="notSupportedEventArg">
<source xml:lang="en">Not supported event args</source>
</trans-unit>
<trans-unit id="extLang.installTabTitle">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="extLang.languageCreatedDate">
<source xml:lang="en">Installed</source>
</trans-unit>
<trans-unit id="extLang.languagePlatform">
<source xml:lang="en">Platform</source>
</trans-unit>
<trans-unit id="extLang.delete">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="editTitle">
<source xml:lang="en">Edit</source>
</trans-unit>
<trans-unit id="extLang.installButtonText">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="extLang.CancelButtonText">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="extLang.DoneButtonText">
<source xml:lang="en">Close</source>
</trans-unit>
<trans-unit id="extLang.OkButtonText">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="extLang.SaveButtonText">
<source xml:lang="en">Save</source>
</trans-unit>
<trans-unit id="extLang.languageName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="extLang.newLanguageTabTitle">
<source xml:lang="en">Add new</source>
</trans-unit>
<trans-unit id="extLang.fileBrowserTabTitle">
<source xml:lang="en">File Browser</source>
</trans-unit>
<trans-unit id="extLang.DialogTitle">
<source xml:lang="en">Languages</source>
</trans-unit>
<trans-unit id="extLang.Target">
<source xml:lang="en">Target</source>
</trans-unit>
<trans-unit id="extLang.Local">
<source xml:lang="en">localhost</source>
</trans-unit>
<trans-unit id="extLang.extensionFilePath">
<source xml:lang="en">Language extension path</source>
</trans-unit>
<trans-unit id="extLang.extensionFileLocation">
<source xml:lang="en">Language extension location</source>
</trans-unit>
<trans-unit id="extLang.extensionFileName">
<source xml:lang="en">Extension file Name</source>
</trans-unit>
<trans-unit id="extLang.envVariables">
<source xml:lang="en">Environment variables</source>
</trans-unit>
<trans-unit id="extLang.parameters">
<source xml:lang="en">Parameters</source>
</trans-unit>
<trans-unit id="extLang.selectedPath">
<source xml:lang="en">Selected Path</source>
</trans-unit>
<trans-unit id="extLang.installFailedError">
<source xml:lang="en">Failed to install language</source>
</trans-unit>
<trans-unit id="extLang.updateFailedError">
<source xml:lang="en">Failed to update language</source>
</trans-unit>
<trans-unit id="models.modelUpdateFailedError">
<source xml:lang="en">Failed to update the model</source>
</trans-unit>
<trans-unit id="models.modelsListEmptyMessage">
<source xml:lang="en">No models found</source>
</trans-unit>
<trans-unit id="models.selectModelTableMessage">
<source xml:lang="en">Select table</source>
</trans-unit>
<trans-unit id="models.selectModelDatabaseMessage">
<source xml:lang="en">Select Database</source>
</trans-unit>
<trans-unit id="models.azureModelsListEmptyTitle">
<source xml:lang="en">No models found</source>
</trans-unit>
<trans-unit id="models.azureModelsListEmptyDescription">
<source xml:lang="en">Select another Azure ML workspace</source>
</trans-unit>
<trans-unit id="models.modelsListEmptyDescription">
<source xml:lang="en">Select another database or table</source>
</trans-unit>
<trans-unit id="databaseName">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="databaseToStoreInfo">
<source xml:lang="en">Select a database to store the new model.</source>
</trans-unit>
<trans-unit id="tableToStoreInfo">
<source xml:lang="en">Select an existing table that conforms the model schema or create a new one to store the imported model.</source>
</trans-unit>
<trans-unit id="tableName">
<source xml:lang="en">Table</source>
</trans-unit>
<trans-unit id="modelTableInfo">
<source xml:lang="en">Select a model table to view the list of existing / imported models.</source>
</trans-unit>
<trans-unit id="modelDatabaseInfo">
<source xml:lang="en">Select a database where existing / imported models are stored.</source>
</trans-unit>
<trans-unit id="existingTableName">
<source xml:lang="en">Existing table</source>
</trans-unit>
<trans-unit id="newTableName">
<source xml:lang="en">New table</source>
</trans-unit>
<trans-unit id="models.name">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="models.fileName">
<source xml:lang="en">File</source>
</trans-unit>
<trans-unit id="models.description">
<source xml:lang="en">Description</source>
</trans-unit>
<trans-unit id="models.created">
<source xml:lang="en">Date created</source>
</trans-unit>
<trans-unit id="models.imported">
<source xml:lang="en">Date imported</source>
</trans-unit>
<trans-unit id="models.framework">
<source xml:lang="en">Framework</source>
</trans-unit>
<trans-unit id="models.frameworkVersion">
<source xml:lang="en">Framework version</source>
</trans-unit>
<trans-unit id="models.version">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="models.browseButton">
<source xml:lang="en">...</source>
</trans-unit>
<trans-unit id="models.azureAccount">
<source xml:lang="en">Azure account</source>
</trans-unit>
<trans-unit id="models.azureSignIn">
<source xml:lang="en">Azure sign in or refresh account</source>
</trans-unit>
<trans-unit id="predict.columnDatabase">
<source xml:lang="en">Source database</source>
</trans-unit>
<trans-unit id="predict.columnDatabaseInfo">
<source xml:lang="en">Select the database containing the dataset to apply the prediction.</source>
</trans-unit>
<trans-unit id="predict.columnTable">
<source xml:lang="en">Source table</source>
</trans-unit>
<trans-unit id="predict.columnTableInfo">
<source xml:lang="en">Select the table containing the dataset to apply the prediction.</source>
</trans-unit>
<trans-unit id="predict.inputColumns">
<source xml:lang="en">Model Input mapping</source>
</trans-unit>
<trans-unit id="predict.outputColumns">
<source xml:lang="en">Model output</source>
</trans-unit>
<trans-unit id="predict.columnName">
<source xml:lang="en">Source columns</source>
</trans-unit>
<trans-unit id="predict.dataTypeName">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="predict.displayName">
<source xml:lang="en">Display name</source>
</trans-unit>
<trans-unit id="predict.inputName">
<source xml:lang="en">Model input</source>
</trans-unit>
<trans-unit id="predict.selectColumnTitle">
<source xml:lang="en">Select column...</source>
</trans-unit>
<trans-unit id="models.selectModelDatabaseTitle">
<source xml:lang="en">Select database with models</source>
</trans-unit>
<trans-unit id="models.selectModelTableTitle">
<source xml:lang="en">Select tables with models</source>
</trans-unit>
<trans-unit id="predict.selectDatabaseTitle">
<source xml:lang="en">Select database</source>
</trans-unit>
<trans-unit id="predict.selectTableTitle">
<source xml:lang="en">Select table</source>
</trans-unit>
<trans-unit id="predict.outputName">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="models.azureSubscription">
<source xml:lang="en">Azure subscription</source>
</trans-unit>
<trans-unit id="models.azureGroup">
<source xml:lang="en">Resource group</source>
</trans-unit>
<trans-unit id="models.azureModelWorkspace">
<source xml:lang="en">Azure ML workspace</source>
</trans-unit>
<trans-unit id="models.azureModelFilter">
<source xml:lang="en">Filter</source>
</trans-unit>
<trans-unit id="models.azureModels">
<source xml:lang="en">Models</source>
</trans-unit>
<trans-unit id="models.azureModelsTitle">
<source xml:lang="en">Azure models</source>
</trans-unit>
<trans-unit id="models.localModelsTitle">
<source xml:lang="en">Local models</source>
</trans-unit>
<trans-unit id="models.modelSourcesTitle">
<source xml:lang="en">Source location</source>
</trans-unit>
<trans-unit id="models.modelSourcePageTitle">
<source xml:lang="en">Select model source type</source>
</trans-unit>
<trans-unit id="models.localModelSourceDescriptionForImport">
<source xml:lang="en">File Upload is selected. This allows you to import a model file from your local machine into a model database in this SQL instance. Click Next to continue.</source>
</trans-unit>
<trans-unit id="models.azureModelSourceDescriptionForImport">
<source xml:lang="en">Azure Machine Learning is selected. This allows you to import models stored in Azure Machine Learning workspaces in a model database in this SQL instance. Click Next to continue.</source>
</trans-unit>
<trans-unit id="models.localModelSourceDescriptionForPredict">
<source xml:lang="en">File Upload is selected. This allows you to upload a model file from your local machine. Click Next to continue.</source>
</trans-unit>
<trans-unit id="models.importedModelSourceDescriptionForPredict">
<source xml:lang="en">Imported Models is selected. This allows you to choose from models stored in a model table in your database. Click Next to continue.</source>
</trans-unit>
<trans-unit id="models.azureModelSourceDescriptionForPredict">
<source xml:lang="en">Azure Machine Learning is selected. This allows you to choose from models stored in Azure Machine Learning workspaces. Click Next to continue.</source>
</trans-unit>
<trans-unit id="models.modelImportTargetPageTitle">
<source xml:lang="en">Select or enter the location to import the models to</source>
</trans-unit>
<trans-unit id="models.columnSelectionPageTitle">
<source xml:lang="en">Map source data to model</source>
</trans-unit>
<trans-unit id="models.modelDetailsPageTitle">
<source xml:lang="en">Enter model details</source>
</trans-unit>
<trans-unit id="models.modelLocalSourceTitle">
<source xml:lang="en">Source files</source>
</trans-unit>
<trans-unit id="models.modelLocalSourceTooltip">
<source xml:lang="en">File paths of the models to import</source>
</trans-unit>
<trans-unit id="models.onnxNotSupportedError">
<source xml:lang="en">ONNX runtime is not supported in current server</source>
</trans-unit>
<trans-unit id="models.currentModelsTitle">
<source xml:lang="en">Models</source>
</trans-unit>
<trans-unit id="models.importModelDoneButton">
<source xml:lang="en">Import</source>
</trans-unit>
<trans-unit id="models.predictModel">
<source xml:lang="en">Predict</source>
</trans-unit>
<trans-unit id="models.RegisterWizard">
<source xml:lang="en">Import models</source>
</trans-unit>
<trans-unit id="models.viewImportModelsTitle">
<source xml:lang="en">View and import models</source>
</trans-unit>
<trans-unit id="models.viewImportModelsDesc">
<source xml:lang="en">Machine Learning models can be stored in one or more databases and tables. Select the model database and table to view the models within them.</source>
</trans-unit>
<trans-unit id="models.viewImportModeledForPredictDesc">
<source xml:lang="en">The models are stored in one or more databases and tables. Select the model database and table to view models in them.</source>
</trans-unit>
<trans-unit id="models.learnMoreLink">
<source xml:lang="en">Learn more.</source>
</trans-unit>
<trans-unit id="models.importModelTitle">
<source xml:lang="en">Import or view models</source>
</trans-unit>
<trans-unit id="models.editModelTitle">
<source xml:lang="en">Edit model</source>
</trans-unit>
<trans-unit id="models.importModelDesc">
<source xml:lang="en">Import or view machine learning models stored in database</source>
</trans-unit>
<trans-unit id="models.makePredictionTitle">
<source xml:lang="en">Make predictions</source>
</trans-unit>
<trans-unit id="models.makePredictionDesc">
<source xml:lang="en">Generate a predicted value or scores using a managed model</source>
</trans-unit>
<trans-unit id="models.createNotebookTitle">
<source xml:lang="en">Create notebook</source>
</trans-unit>
<trans-unit id="models.createNotebookDesc">
<source xml:lang="en">Run experiments and create models in a notebook</source>
</trans-unit>
<trans-unit id="models.modelRegisteredSuccessfully">
<source xml:lang="en">Model registered successfully</source>
</trans-unit>
<trans-unit id="models.modelUpdatedSuccessfully">
<source xml:lang="en">Model updated successfully</source>
</trans-unit>
<trans-unit id="models.modelFailedToRegistered">
<source xml:lang="en">Model failed to register</source>
</trans-unit>
<trans-unit id="models.localModelSource">
<source xml:lang="en">File upload</source>
</trans-unit>
<trans-unit id="models.localModelPageTitle">
<source xml:lang="en">Upload model file</source>
</trans-unit>
<trans-unit id="models.azureModelSource">
<source xml:lang="en">Azure Machine Learning</source>
</trans-unit>
<trans-unit id="models.azureModelPageTitle">
<source xml:lang="en">Import from Azure Machine Learning</source>
</trans-unit>
<trans-unit id="models.importedModelsPageTitle">
<source xml:lang="en">Select imported model</source>
</trans-unit>
<trans-unit id="models.registeredModelsSource">
<source xml:lang="en">Imported models</source>
</trans-unit>
<trans-unit id="models.downloadModelMsgTaskName">
<source xml:lang="en">Downloading Model from Azure</source>
</trans-unit>
<trans-unit id="models.invalidAzureResourceError">
<source xml:lang="en">Invalid Azure resource</source>
</trans-unit>
<trans-unit id="models.invalidModelToRegisterError">
<source xml:lang="en">Invalid model to register</source>
</trans-unit>
<trans-unit id="models.invalidModelToPredictError">
<source xml:lang="en">Invalid model to predict</source>
</trans-unit>
<trans-unit id="models.invalidModelParametersError">
<source xml:lang="en">Please select valid source table and model parameters</source>
</trans-unit>
<trans-unit id="models.invalidModelToSelectError">
<source xml:lang="en">Please select a valid model</source>
</trans-unit>
<trans-unit id="models.invalidModelImportTargetError">
<source xml:lang="en">Please select a valid table</source>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarningHelper">
<source xml:lang="en">Click to review warning details</source>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarningHeading">
<source xml:lang="en">Differences in data type</source>
</trans-unit>
<trans-unit id="models.columnDataTypeMismatchWarning">
<source xml:lang="en">The data type of the source table column does not match the required input fields type.</source>
</trans-unit>
<trans-unit id="models.outputColumnDataTypeNotSupportedWarning">
<source xml:lang="en">The data type of output column does not match the output fields type.</source>
</trans-unit>
<trans-unit id="models.modelNameRequiredError">
<source xml:lang="en">Model name is required.</source>
</trans-unit>
<trans-unit id="models.modelsRequiredError">
<source xml:lang="en">Please select at least one model to import.</source>
</trans-unit>
<trans-unit id="models.updateModelFailedError">
<source xml:lang="en">Failed to update the model</source>
</trans-unit>
<trans-unit id="models.modelSchemaIsAcceptedMessage">
<source xml:lang="en">Table meets requirements!</source>
</trans-unit>
<trans-unit id="models.selectModelsTableMessage">
<source xml:lang="en">Select models table</source>
</trans-unit>
<trans-unit id="models.modelSchemaIsNotAcceptedMessage">
<source xml:lang="en">Invalid table structure!</source>
</trans-unit>
<trans-unit id="models.importModelFailedError">
<source xml:lang="en">Failed to register the model: {0} ,file: {1}</source>
</trans-unit>
<trans-unit id="models.invalidImportTableError">
<source xml:lang="en">Invalid table for importing models. database name: {0} ,table name: {1}</source>
</trans-unit>
<trans-unit id="models.invalidImportTableSchemaError">
<source xml:lang="en">Table schema is not supported for model import. Database name: {0}, table name: {1}.</source>
</trans-unit>
<trans-unit id="models.loadModelParameterFailedError">
<source xml:lang="en">Failed to load model parameters'</source>
</trans-unit>
<trans-unit id="models.unsupportedModelParameterType">
<source xml:lang="en">unsupported</source>
</trans-unit>
<trans-unit id="dashboardTitle">
<source xml:lang="en">Machine Learning</source>
</trans-unit>
<trans-unit id="dashboardDesc">
<source xml:lang="en">Machine Learning for SQL databases</source>
</trans-unit>
<trans-unit id="dashboardLinksTitle">
<source xml:lang="en">Useful links</source>
</trans-unit>
<trans-unit id="dashboardVideoLinksTitle">
<source xml:lang="en">Video tutorials</source>
</trans-unit>
<trans-unit id="showMoreTitle">
<source xml:lang="en">Show more</source>
</trans-unit>
<trans-unit id="showLessTitle">
<source xml:lang="en">Show less</source>
</trans-unit>
<trans-unit id="learnMoreTitle">
<source xml:lang="en">Learn more</source>
</trans-unit>
<trans-unit id="sqlMlDocTitle">
<source xml:lang="en">SQL machine learning documentation</source>
</trans-unit>
<trans-unit id="sqlMlExtDocTitle">
<source xml:lang="en">Machine Learning extension in Azure Data Studio</source>
</trans-unit>
<trans-unit id="sqlMlExtDocDesc">
<source xml:lang="en">Learn how to use Machine Learning extension in Azure Data Studio, to manage packages, make predictions, and import models.</source>
</trans-unit>
<trans-unit id="sqlMlDocDesc">
<source xml:lang="en">Learn how to use machine learning in SQL Server and SQL on Azure, to run Python and R scripts on relational data.</source>
</trans-unit>
<trans-unit id="sqlMlsDocTitle">
<source xml:lang="en">SQL Server Machine Learning Services (Python and R)</source>
</trans-unit>
<trans-unit id="sqlMlsDocDesc">
<source xml:lang="en">Get started with Machine Learning Services on SQL Server and how to install it on Windows and Linux.</source>
</trans-unit>
<trans-unit id="sqlMlsMIDocTitle">
<source xml:lang="en">Machine Learning Services in Azure SQL Managed Instance</source>
</trans-unit>
<trans-unit id="sqlMlsMIDocDesc">
<source xml:lang="en">Get started with Machine Learning Services in Azure SQL Managed Instances.</source>
</trans-unit>
<trans-unit id="mlsInstallObdcDocTitle">
<source xml:lang="en">Install the Microsoft ODBC driver for SQL Server</source>
</trans-unit>
<trans-unit id="mlsInstallOdbcDocDesc">
<source xml:lang="en">This document explains how to install the Microsoft ODBC Driver for SQL Server.</source>
</trans-unit>
<trans-unit id="onnxOnEdgeOdbcDocTitle">
<source xml:lang="en">Machine learning and AI with ONNX in SQL Database Edge Preview</source>
</trans-unit>
<trans-unit id="onnxOnEdgeOdbcDocDesc">
<source xml:lang="en">Get started with machine learning in Azure SQL Database Edge</source>
</trans-unit>
<trans-unit id="ml.dataCount">
<source xml:lang="en">Showing {0} model(s)</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -16,6 +16,12 @@
<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.dontPromptPythonUpdate.description">
<source xml:lang="en">Do not show prompt to update Python.</source>
</trans-unit>
<trans-unit id="notebook.jupyterServerShutdownTimeout.description">
<source xml:lang="en">The amount of time (in minutes) to wait before shutting down a server after all notebooks are closed. (Enter 0 to not shutdown)</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>
@@ -386,11 +392,8 @@
<trans-unit id="learnMore">
<source xml:lang="en">Learn more.</source>
</trans-unit>
<trans-unit id="locationBrowser">
<source xml:lang="en">Browse locations...</source>
</trans-unit>
<trans-unit id="selectContentFolder">
<source xml:lang="en">Select content folder</source>
<trans-unit id="contentFolder">
<source xml:lang="en">Content folder</source>
</trans-unit>
<trans-unit id="browse">
<source xml:lang="en">Browse</source>
@@ -404,7 +407,7 @@
<trans-unit id="saveLocation">
<source xml:lang="en">Save location</source>
</trans-unit>
<trans-unit id="contentFolder">
<trans-unit id="contentFolderOptional">
<source xml:lang="en">Content folder (Optional)</source>
</trans-unit>
<trans-unit id="msgContentFolderError">
@@ -478,6 +481,15 @@
<trans-unit id="msgWaitingForInstall">
<source xml:lang="en">Another Python installation is currently in progress. Waiting for it to complete.</source>
</trans-unit>
<trans-unit id="msgShutdownNotebookSessions">
<source xml:lang="en">Active Python notebook sessions will be shutdown in order to update. Would you like to proceed now?</source>
</trans-unit>
<trans-unit id="msgPythonVersionUpdatePrompt">
<source xml:lang="en">Python {0} is now available in Azure Data Studio. The current Python version (3.6.6) will be out of support in December 2021. Would you like to update to Python {0} now?</source>
</trans-unit>
<trans-unit id="msgPythonVersionUpdateWarning">
<source xml:lang="en">Python {0} will be installed and will replace Python 3.6.6. Some packages may no longer be compatible with the new version or may need to be reinstalled. A notebook will be created to help you reinstall all pip packages. Would you like to continue with the update now?</source>
</trans-unit>
<trans-unit id="msgDependenciesInstallationFailed">
<source xml:lang="en">Installing Notebook dependencies failed with error: {0}</source>
</trans-unit>
@@ -490,6 +502,15 @@
<trans-unit id="msgGetPythonUserDirFailed">
<source xml:lang="en">Encountered an error when getting Python user path: {0}</source>
</trans-unit>
<trans-unit id="yes">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="no">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="dontAskAgain">
<source xml:lang="en">Don't Ask Again</source>
</trans-unit>
</body></file>
<file original="extensions/notebook/dist/dialog/configurePython/configurePythonWizard" source-language="en" datatype="plaintext"><body>
<trans-unit id="configurePython.okButtonText">
@@ -752,7 +773,7 @@
<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>
<source xml:lang="en">Cannot open link {0} as only HTTP, HTTPS, and File links are supported</source>
</trans-unit>
<trans-unit id="notebook.confirmOpen">
<source xml:lang="en">Download and open '{0}'?</source>

View File

@@ -1,6 +1,6 @@
<?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>
<file original="extensions/profiler/dist/dialogs/profilerCreateSessionDialog" source-language="en" datatype="plaintext"><body>
<trans-unit id="createSessionDialog.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
@@ -29,4 +29,4 @@
<source xml:lang="en">Failed to create a session</source>
</trans-unit>
</body></file>
</xliff>
</xliff>

View File

@@ -11,7 +11,7 @@
<source xml:lang="en">Schema Compare</source>
</trans-unit>
</body></file>
<file original="extensions/schema-compare/out/localizedConstants" source-language="en" datatype="plaintext"><body>
<file original="extensions/schema-compare/dist/localizedConstants" source-language="en" datatype="plaintext"><body>
<trans-unit id="schemaCompareDialog.ok">
<source xml:lang="en">OK</source>
</trans-unit>
@@ -913,4 +913,4 @@
<source xml:lang="en">Open scmp failed: '{0}'</source>
</trans-unit>
</body></file>
</xliff>
</xliff>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file original="extensions/server-report/dist/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="XEventsFailed">
<source xml:lang="en">XEvents operation failed.</source>
</trans-unit>
<trans-unit id="XEventsStarted">
<source xml:lang="en">XEvents sessions started for PageContention and ObjectContention.</source>
</trans-unit>
<trans-unit id="XEventsNotSupported">
<source xml:lang="en">XEvents sessions not supported.</source>
</trans-unit>
<trans-unit id="XEventsStopped">
<source xml:lang="en">XEvents sessions PageContention and ObjectContention removed.</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -11,4 +11,162 @@
<source xml:lang="en">SQL Assessment</source>
</trans-unit>
</body></file>
<file original="extensions/sql-assessment/dist/localized" source-language="en" datatype="plaintext"><body>
<trans-unit id="asmt.section.api.title">
<source xml:lang="en">Info</source>
</trans-unit>
<trans-unit id="asmt.apiversion">
<source xml:lang="en">API Version</source>
</trans-unit>
<trans-unit id="asmt.rulesetversion">
<source xml:lang="en">Default Ruleset</source>
</trans-unit>
<trans-unit id="asmt.section.instance.title">
<source xml:lang="en">SQL Server Instance Details</source>
</trans-unit>
<trans-unit id="asmt.serverversion">
<source xml:lang="en">Version</source>
</trans-unit>
<trans-unit id="asmt.serveredition">
<source xml:lang="en">Edition</source>
</trans-unit>
<trans-unit id="asmt.instancename">
<source xml:lang="en">Instance Name</source>
</trans-unit>
<trans-unit id="asmt.osversion">
<source xml:lang="en">OS Version</source>
</trans-unit>
<trans-unit id="asmt.column.target">
<source xml:lang="en">Target</source>
</trans-unit>
<trans-unit id="asmt.column.severity">
<source xml:lang="en">Severity</source>
</trans-unit>
<trans-unit id="asmt.column.message">
<source xml:lang="en">Message</source>
</trans-unit>
<trans-unit id="asmt.column.checkId">
<source xml:lang="en">Check ID</source>
</trans-unit>
<trans-unit id="asmt.column.tags">
<source xml:lang="en">Tags</source>
</trans-unit>
<trans-unit id="asmt.learnMore">
<source xml:lang="en">Learn More</source>
</trans-unit>
<trans-unit id="asmt.sqlReportTitle">
<source xml:lang="en">SQL Assessment Report</source>
</trans-unit>
<trans-unit id="asmt.sqlReport.resultForDatabase">
<source xml:lang="en">Results for database</source>
</trans-unit>
<trans-unit id="asmt.sqlReport.resultForInstance">
<source xml:lang="en">Results for server</source>
</trans-unit>
<trans-unit id="asmt.sqlReport.Error">
<source xml:lang="en">Error</source>
</trans-unit>
<trans-unit id="asmt.sqlReport.Warning">
<source xml:lang="en">Warning</source>
</trans-unit>
<trans-unit id="asmt.sqlReport.Info">
<source xml:lang="en">Information</source>
</trans-unit>
<trans-unit id="asmt.column.helpLink">
<source xml:lang="en">Help Link</source>
</trans-unit>
<trans-unit id="asmt.sqlReport.severityMsg">
<source xml:lang="en">{0}: {1} item(s)</source>
</trans-unit>
</body></file>
<file original="extensions/sql-assessment/dist/assessmentResultGrid" source-language="en" datatype="plaintext"><body>
<trans-unit id="databaseIconLabel">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="serverIconLabel">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="asmt.column.targetType">
<source xml:lang="en">Target Type</source>
</trans-unit>
<trans-unit id="asmt.details.clickHere">
<source xml:lang="en">Click here</source>
</trans-unit>
<trans-unit id="asmt.details.toLearnMore">
<source xml:lang="en"> to learn more.</source>
</trans-unit>
<trans-unit id="asmt.details.ruleDescription">
<source xml:lang="en">Rule Description</source>
</trans-unit>
<trans-unit id="asmt.details.recommendation">
<source xml:lang="en">Recommendation</source>
</trans-unit>
</body></file>
<file original="extensions/sql-assessment/dist/tabs/assessmentMainTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="invokeAssessmentLabelServer">
<source xml:lang="en">Invoke assessment</source>
</trans-unit>
<trans-unit id="getAssessmentItemsServer">
<source xml:lang="en">View applicable rules</source>
</trans-unit>
<trans-unit id="invokeAssessmentLabelDatabase">
<source xml:lang="en">Invoke assessment for {0}</source>
</trans-unit>
<trans-unit id="getAssessmentItemsDatabase">
<source xml:lang="en">View applicable rules for {0}</source>
</trans-unit>
<trans-unit id="btnExportAsScript">
<source xml:lang="en">Export as script</source>
</trans-unit>
<trans-unit id="btnGeneratehtmlreport">
<source xml:lang="en">Create HTML Report</source>
</trans-unit>
<trans-unit id="asmtaction.openReport">
<source xml:lang="en">Report has been saved. Do you want to open it?</source>
</trans-unit>
<trans-unit id="asmtaction.label.open">
<source xml:lang="en">Open</source>
</trans-unit>
<trans-unit id="asmtaction.label.cancel">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="btnViewSamplesShort">
<source xml:lang="en">View all on GitHub</source>
</trans-unit>
<trans-unit id="btnViewSamples">
<source xml:lang="en">View all rules and learn more on GitHub</source>
</trans-unit>
<trans-unit id="msgBoxAsmtInfo">
<source xml:lang="en">SQL Assessment Information</source>
</trans-unit>
<trans-unit id="msgBoxCopyBtn">
<source xml:lang="en">Copy</source>
</trans-unit>
<trans-unit id="ok">
<source xml:lang="en">OK</source>
</trans-unit>
<trans-unit id="msgBoxCopied">
<source xml:lang="en">SQL Assessment Information copied</source>
</trans-unit>
</body></file>
<file original="extensions/sql-assessment/dist/tabs/historyTab" source-language="en" datatype="plaintext"><body>
<trans-unit id="asmt.history.back">
<source xml:lang="en">&lt;&lt; Back</source>
</trans-unit>
<trans-unit id="asmt.history.resultsTitle">
<source xml:lang="en">Assessment Results from {0}</source>
</trans-unit>
<trans-unit id="asmt.history.summaryAsmtDate">
<source xml:lang="en">Assessment Date</source>
</trans-unit>
<trans-unit id="asmt.history.summaryError">
<source xml:lang="en">Error</source>
</trans-unit>
<trans-unit id="asmt.history.summaryWarning">
<source xml:lang="en">Warning</source>
</trans-unit>
<trans-unit id="asmt.history.summaryInfo">
<source xml:lang="en">Information</source>
</trans-unit>
</body></file>
</xliff>

View File

@@ -86,7 +86,10 @@
<source xml:lang="en">Database Projects</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreInstallLocation">
<source xml:lang="en">Full path to .Net Core SDK on the machine.</source>
<source xml:lang="en">Full path to .NET Core SDK on the machine.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.netCoreDoNotAsk">
<source xml:lang="en">Whether to prompt the user to install .NET Core when not detected.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.welcome">
<source xml:lang="en">No database projects currently open.
@@ -95,4 +98,539 @@
[Create Project From Database](command:sqlDatabaseProjects.importDatabase)</source>
</trans-unit>
</body></file>
<file original="extensions/sql-database-projects/dist/common/constants" source-language="en" datatype="plaintext"><body>
<trans-unit id="emptyProjectTypeDisplayName">
<source xml:lang="en">SQL Database</source>
</trans-unit>
<trans-unit id="emptyProjectTypeDescription">
<source xml:lang="en">Develop and publish schemas for SQL databases starting from an empty project</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDisplayName">
<source xml:lang="en">SQL Edge</source>
</trans-unit>
<trans-unit id="edgeProjectTypeDescription">
<source xml:lang="en">Start with the core pieces to develop and publish schemas for SQL Edge</source>
</trans-unit>
<trans-unit id="addItemAction">
<source xml:lang="en">Add Item</source>
</trans-unit>
<trans-unit id="schemaCompareAction">
<source xml:lang="en">Schema Compare</source>
</trans-unit>
<trans-unit id="buildAction">
<source xml:lang="en">Build</source>
</trans-unit>
<trans-unit id="publishAction">
<source xml:lang="en">Publish</source>
</trans-unit>
<trans-unit id="changeTargetPlatformAction">
<source xml:lang="en">Change Target Platform</source>
</trans-unit>
<trans-unit id="Status">
<source xml:lang="en">Status</source>
</trans-unit>
<trans-unit id="Time">
<source xml:lang="en">Time</source>
</trans-unit>
<trans-unit id="Date">
<source xml:lang="en">Date</source>
</trans-unit>
<trans-unit id="TargetPlatform">
<source xml:lang="en">Target Platform</source>
</trans-unit>
<trans-unit id="TargetServer">
<source xml:lang="en">Target Server</source>
</trans-unit>
<trans-unit id="TargetDatabase">
<source xml:lang="en">Target Database</source>
</trans-unit>
<trans-unit id="BuildHistory">
<source xml:lang="en">Build History</source>
</trans-unit>
<trans-unit id="PublishHistory">
<source xml:lang="en">Publish History</source>
</trans-unit>
<trans-unit id="Success">
<source xml:lang="en">Success</source>
</trans-unit>
<trans-unit id="Failed">
<source xml:lang="en">Failed</source>
</trans-unit>
<trans-unit id="InProgress">
<source xml:lang="en">In progress</source>
</trans-unit>
<trans-unit id="hr">
<source xml:lang="en">hr</source>
</trans-unit>
<trans-unit id="min">
<source xml:lang="en">min</source>
</trans-unit>
<trans-unit id="sec">
<source xml:lang="en">sec</source>
</trans-unit>
<trans-unit id="msec">
<source xml:lang="en">msec</source>
</trans-unit>
<trans-unit id="at">
<source xml:lang="en">at</source>
</trans-unit>
<trans-unit id="dataSourcesNodeName">
<source xml:lang="en">Data Sources</source>
</trans-unit>
<trans-unit id="databaseReferencesNodeName">
<source xml:lang="en">Database References</source>
</trans-unit>
<trans-unit id="sqlConnectionStringFriendly">
<source xml:lang="en">SQL connection string</source>
</trans-unit>
<trans-unit id="yesString">
<source xml:lang="en">Yes</source>
</trans-unit>
<trans-unit id="noString">
<source xml:lang="en">No</source>
</trans-unit>
<trans-unit id="okString">
<source xml:lang="en">Ok</source>
</trans-unit>
<trans-unit id="selectString">
<source xml:lang="en">Select</source>
</trans-unit>
<trans-unit id="dacpacFiles">
<source xml:lang="en">dacpac Files</source>
</trans-unit>
<trans-unit id="publishSettingsFiles">
<source xml:lang="en">Publish Settings File</source>
</trans-unit>
<trans-unit id="file">
<source xml:lang="en">File</source>
</trans-unit>
<trans-unit id="flat">
<source xml:lang="en">Flat</source>
</trans-unit>
<trans-unit id="objectType">
<source xml:lang="en">Object Type</source>
</trans-unit>
<trans-unit id="schema">
<source xml:lang="en">Schema</source>
</trans-unit>
<trans-unit id="schemaObjectType">
<source xml:lang="en">Schema/Object Type</source>
</trans-unit>
<trans-unit id="defaultProjectNameStarter">
<source xml:lang="en">DatabaseProject</source>
</trans-unit>
<trans-unit id="reloadProject">
<source xml:lang="en">Would you like to reload your database project?</source>
</trans-unit>
<trans-unit id="newObjectNamePrompt">
<source xml:lang="en">New {0} name:</source>
</trans-unit>
<trans-unit id="deleteConfirmation">
<source xml:lang="en">Are you sure you want to delete {0}?</source>
</trans-unit>
<trans-unit id="deleteConfirmationContents">
<source xml:lang="en">Are you sure you want to delete {0} and all of its contents?</source>
</trans-unit>
<trans-unit id="deleteReferenceConfirmation">
<source xml:lang="en">Are you sure you want to delete the reference to {0}?</source>
</trans-unit>
<trans-unit id="selectTargetPlatform">
<source xml:lang="en">Current target platform: {0}. Select new target platform</source>
</trans-unit>
<trans-unit id="currentTargetPlatform">
<source xml:lang="en">Target platform of the project {0} is now {1}</source>
</trans-unit>
<trans-unit id="publishDialogName">
<source xml:lang="en">Publish project</source>
</trans-unit>
<trans-unit id="publishDialogOkButtonText">
<source xml:lang="en">Publish</source>
</trans-unit>
<trans-unit id="cancelButtonText">
<source xml:lang="en">Cancel</source>
</trans-unit>
<trans-unit id="generateScriptButtonText">
<source xml:lang="en">Generate Script</source>
</trans-unit>
<trans-unit id="databaseNameLabel">
<source xml:lang="en">Database</source>
</trans-unit>
<trans-unit id="targetConnectionLabel">
<source xml:lang="en">Connection</source>
</trans-unit>
<trans-unit id="dataSourceRadioButtonLabel">
<source xml:lang="en">Data sources</source>
</trans-unit>
<trans-unit id="connectionRadioButtonLabel">
<source xml:lang="en">Connections</source>
</trans-unit>
<trans-unit id="dataSourceDropdownTitle">
<source xml:lang="en">Data source</source>
</trans-unit>
<trans-unit id="noDataSourcesText">
<source xml:lang="en">No data sources in this project</source>
</trans-unit>
<trans-unit id="loadProfilePlaceholderText">
<source xml:lang="en">Load profile...</source>
</trans-unit>
<trans-unit id="profileReadError">
<source xml:lang="en">Could not load the profile file.</source>
</trans-unit>
<trans-unit id="sqlCmdTableLabel">
<source xml:lang="en">SQLCMD Variables</source>
</trans-unit>
<trans-unit id="sqlCmdVariableColumn">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="sqlCmdValueColumn">
<source xml:lang="en">Value</source>
</trans-unit>
<trans-unit id="reloadValuesFromProjectButtonTitle">
<source xml:lang="en">Reload values from project</source>
</trans-unit>
<trans-unit id="profile">
<source xml:lang="en">Profile</source>
</trans-unit>
<trans-unit id="selectConnection">
<source xml:lang="en">Select connection</source>
</trans-unit>
<trans-unit id="server">
<source xml:lang="en">Server</source>
</trans-unit>
<trans-unit id="default">
<source xml:lang="en">default</source>
</trans-unit>
<trans-unit id="addDatabaseReferencedialogName">
<source xml:lang="en">Add database reference</source>
</trans-unit>
<trans-unit id="addDatabaseReferenceOkButtonText">
<source xml:lang="en">Add reference</source>
</trans-unit>
<trans-unit id="referenceRadioButtonsGroupTitle">
<source xml:lang="en">Type</source>
</trans-unit>
<trans-unit id="projectRadioButtonTitle">
<source xml:lang="en">Project</source>
</trans-unit>
<trans-unit id="systemDatabaseRadioButtonTitle">
<source xml:lang="en">System database</source>
</trans-unit>
<trans-unit id="dacpacText">
<source xml:lang="en">Data-tier application (.dacpac)</source>
</trans-unit>
<trans-unit id="dacpacPlaceholder">
<source xml:lang="en">Select .dacpac</source>
</trans-unit>
<trans-unit id="loadDacpacButton">
<source xml:lang="en">Select .dacpac</source>
</trans-unit>
<trans-unit id="locationDropdown">
<source xml:lang="en">Location</source>
</trans-unit>
<trans-unit id="sameDatabase">
<source xml:lang="en">Same database</source>
</trans-unit>
<trans-unit id="differentDbSameServer">
<source xml:lang="en">Different database, same server</source>
</trans-unit>
<trans-unit id="differentDbDifferentServer">
<source xml:lang="en">Different database, different server</source>
</trans-unit>
<trans-unit id="databaseName">
<source xml:lang="en">Database name</source>
</trans-unit>
<trans-unit id="databaseVariable">
<source xml:lang="en">Database variable</source>
</trans-unit>
<trans-unit id="serverName">
<source xml:lang="en">Server name</source>
</trans-unit>
<trans-unit id="serverVariable">
<source xml:lang="en">Server variable</source>
</trans-unit>
<trans-unit id="suppressMissingDependenciesErrors">
<source xml:lang="en">Suppress errors caused by unresolved references in the referenced project</source>
</trans-unit>
<trans-unit id="exampleUsage">
<source xml:lang="en">Example Usage</source>
</trans-unit>
<trans-unit id="enterSystemDbName">
<source xml:lang="en">Enter a database name for this system database</source>
</trans-unit>
<trans-unit id="databaseNameRequiredVariableOptional">
<source xml:lang="en">A database name is required. The database variable is optional.</source>
</trans-unit>
<trans-unit id="databaseNameServerNameVariableRequired">
<source xml:lang="en">A database name, server name, and server variable are required. The database variable is optional</source>
</trans-unit>
<trans-unit id="databaseProject">
<source xml:lang="en">Database project</source>
</trans-unit>
<trans-unit id="dacpacNotOnSameDrive">
<source xml:lang="en">Dacpac references need to be located on the same drive as the project file. The project file is located at {0}</source>
</trans-unit>
<trans-unit id="createProjectFromDatabaseDialogName">
<source xml:lang="en">Create project from database</source>
</trans-unit>
<trans-unit id="createProjectDialogOkButtonText">
<source xml:lang="en">Create</source>
</trans-unit>
<trans-unit id="sourceDatabase">
<source xml:lang="en">Source database</source>
</trans-unit>
<trans-unit id="targetProject">
<source xml:lang="en">Target project</source>
</trans-unit>
<trans-unit id="createProjectSettings">
<source xml:lang="en">Settings</source>
</trans-unit>
<trans-unit id="projectNameLabel">
<source xml:lang="en">Name</source>
</trans-unit>
<trans-unit id="projectNamePlaceholderText">
<source xml:lang="en">Enter project name</source>
</trans-unit>
<trans-unit id="projectLocationLabel">
<source xml:lang="en">Location</source>
</trans-unit>
<trans-unit id="projectLocationPlaceholderText">
<source xml:lang="en">Select location to create project</source>
</trans-unit>
<trans-unit id="browseButtonText">
<source xml:lang="en">Browse folder</source>
</trans-unit>
<trans-unit id="folderStructureLabel">
<source xml:lang="en">Folder structure</source>
</trans-unit>
<trans-unit id="dataworkspace.projectParentDirectoryNotExistError">
<source xml:lang="en">The selected project location '{0}' does not exist or is not a directory.</source>
</trans-unit>
<trans-unit id="dataworkspace.projectDirectoryAlreadyExistError">
<source xml:lang="en">There is already a directory named '{0}' in the selected location: '{1}'.</source>
</trans-unit>
<trans-unit id="multipleSqlProjFilesSelected">
<source xml:lang="en">Multiple .sqlproj files selected; please select only one.</source>
</trans-unit>
<trans-unit id="noSqlProjFilesSelected">
<source xml:lang="en">No .sqlproj file selected; please select one.</source>
</trans-unit>
<trans-unit id="noDataSourcesFile">
<source xml:lang="en">No {0} found</source>
</trans-unit>
<trans-unit id="missingVersion">
<source xml:lang="en">Missing 'version' entry in {0}</source>
</trans-unit>
<trans-unit id="unrecognizedDataSourcesVersion">
<source xml:lang="en">Unrecognized version: </source>
</trans-unit>
<trans-unit id="unknownDataSourceType">
<source xml:lang="en">Unknown data source type: </source>
</trans-unit>
<trans-unit id="invalidSqlConnectionString">
<source xml:lang="en">Invalid SQL connection string</source>
</trans-unit>
<trans-unit id="extractTargetRequired">
<source xml:lang="en">Target information for extract is required to create database project.</source>
</trans-unit>
<trans-unit id="schemaCompareNotInstalled">
<source xml:lang="en">Schema compare extension installation is required to run schema compare</source>
</trans-unit>
<trans-unit id="buildFailedCannotStartSchemaCompare">
<source xml:lang="en">Schema compare could not start because build failed</source>
</trans-unit>
<trans-unit id="updateProjectForRoundTrip">
<source xml:lang="en">To build this project, Azure Data Studio needs to update targets, references, and system database references. If the project is created in SSDT, it will continue to work in both tools. Do you want Azure Data Studio to update the project?</source>
</trans-unit>
<trans-unit id="updateProjectDatabaseReferencesForRoundTrip">
<source xml:lang="en">To build this project, Azure Data Studio needs to update system database references. If the project is created in SSDT, it will continue to work in both tools. Do you want Azure Data Studio to update the project?</source>
</trans-unit>
<trans-unit id="databaseReferenceTypeRequired">
<source xml:lang="en">Database reference type is required for adding a reference to a database</source>
</trans-unit>
<trans-unit id="systemDatabaseReferenceRequired">
<source xml:lang="en">System database selection is required for adding a reference to a system database</source>
</trans-unit>
<trans-unit id="dacpacFileLocationRequired">
<source xml:lang="en">Dacpac file location is required for adding a reference to a database</source>
</trans-unit>
<trans-unit id="databaseLocation">
<source xml:lang="en">Database location is required for adding a reference to a database</source>
</trans-unit>
<trans-unit id="databaseNameRequired">
<source xml:lang="en">Database name is required for adding a reference to a different database</source>
</trans-unit>
<trans-unit id="invalidDataSchemaProvider">
<source xml:lang="en">Invalid DSP in .sqlproj file</source>
</trans-unit>
<trans-unit id="invalidDatabaseReference">
<source xml:lang="en">Invalid database reference in .sqlproj file</source>
</trans-unit>
<trans-unit id="databaseSelectionRequired">
<source xml:lang="en">Database selection is required to create a project from a database</source>
</trans-unit>
<trans-unit id="databaseReferenceAlreadyExists">
<source xml:lang="en">A reference to this database already exists in this project</source>
</trans-unit>
<trans-unit id="outsideFolderPath">
<source xml:lang="en">Items with absolute path outside project folder are not supported. Please make sure the paths in the project file are relative to project folder.</source>
</trans-unit>
<trans-unit id="parentTreeItemUnknown">
<source xml:lang="en">Cannot access parent of provided tree item</source>
</trans-unit>
<trans-unit id="prePostDeployCount">
<source xml:lang="en">To successfully build, update the project to have one pre-deployment script and/or one post-deployment script</source>
</trans-unit>
<trans-unit id="invalidProjectReload">
<source xml:lang="en">Cannot access provided database project. Only valid, open database projects can be reloaded.</source>
</trans-unit>
<trans-unit id="externalStreamingJobValidationPassed">
<source xml:lang="en">Validation of external streaming job passed.</source>
</trans-unit>
<trans-unit id="projectAlreadyOpened">
<source xml:lang="en">Project '{0}' is already opened.</source>
</trans-unit>
<trans-unit id="projectAlreadyExists">
<source xml:lang="en">A project named {0} already exists in {1}.</source>
</trans-unit>
<trans-unit id="noFileExist">
<source xml:lang="en">File {0} doesn't exist</source>
</trans-unit>
<trans-unit id="fileOrFolderDoesNotExist">
<source xml:lang="en">File or directory '{0}' doesn't exist</source>
</trans-unit>
<trans-unit id="cannotResolvePath">
<source xml:lang="en">Cannot resolve path {0}</source>
</trans-unit>
<trans-unit id="fileAlreadyExists">
<source xml:lang="en">A file with the name '{0}' already exists on disk at this location. Please choose another name.</source>
</trans-unit>
<trans-unit id="folderAlreadyExists">
<source xml:lang="en">A folder with the name '{0}' already exists on disk at this location. Please choose another name.</source>
</trans-unit>
<trans-unit id="fileAlreadyAddedToProject">
<source xml:lang="en">A file with the path '{0}' has already been added to the project</source>
</trans-unit>
<trans-unit id="folderAlreadyAddedToProject">
<source xml:lang="en">A folder with the path '{0}' has already been added to the project</source>
</trans-unit>
<trans-unit id="invalidInput">
<source xml:lang="en">Invalid input: {0}</source>
</trans-unit>
<trans-unit id="invalidPropertyValue">
<source xml:lang="en">Invalid value specified for the property '{0}' in .sqlproj file</source>
</trans-unit>
<trans-unit id="unableToCreatePublishConnection">
<source xml:lang="en">Unable to construct connection: {0}</source>
</trans-unit>
<trans-unit id="cicularProjectReference">
<source xml:lang="en">Circular reference from project {0} to project {1}</source>
</trans-unit>
<trans-unit id="mssqlNotFound">
<source xml:lang="en">Could not get mssql extension's install location at {0}</source>
</trans-unit>
<trans-unit id="projBuildFailed">
<source xml:lang="en">Build failed. Check output pane for more details. {0}</source>
</trans-unit>
<trans-unit id="unexpectedProjectContext">
<source xml:lang="en">Unable to establish project context. Command invoked from unexpected location: {0}</source>
</trans-unit>
<trans-unit id="unableToPerformAction">
<source xml:lang="en">Unable to locate '{0}' target: '{1}'</source>
</trans-unit>
<trans-unit id="unableToFindFile">
<source xml:lang="en">Unable to find {1} with path '{0}'</source>
</trans-unit>
<trans-unit id="deployScriptExists">
<source xml:lang="en">A {0} script already exists. The new script will not be included in build.</source>
</trans-unit>
<trans-unit id="notValidVariableName">
<source xml:lang="en">The variable name '{0}' is not valid.</source>
</trans-unit>
<trans-unit id="cantAddCircularProjectReference">
<source xml:lang="en">A reference to project '{0}' cannot be added. Adding this project as a reference would cause a circular dependency</source>
</trans-unit>
<trans-unit id="unableToFindSqlCmdVariable">
<source xml:lang="en">Unable to find SQLCMD variable '{0}'</source>
</trans-unit>
<trans-unit id="unableToFindReference">
<source xml:lang="en">Unable to find database reference {0}</source>
</trans-unit>
<trans-unit id="deleteAction">
<source xml:lang="en">Delete</source>
</trans-unit>
<trans-unit id="excludeAction">
<source xml:lang="en">Exclude</source>
</trans-unit>
<trans-unit id="fileObject">
<source xml:lang="en">file</source>
</trans-unit>
<trans-unit id="folderObject">
<source xml:lang="en">folder</source>
</trans-unit>
<trans-unit id="folderFriendlyName">
<source xml:lang="en">Folder</source>
</trans-unit>
<trans-unit id="scriptFriendlyName">
<source xml:lang="en">Script</source>
</trans-unit>
<trans-unit id="tableFriendlyName">
<source xml:lang="en">Table</source>
</trans-unit>
<trans-unit id="viewFriendlyName">
<source xml:lang="en">View</source>
</trans-unit>
<trans-unit id="storedProcedureFriendlyName">
<source xml:lang="en">Stored Procedure</source>
</trans-unit>
<trans-unit id="dataSource">
<source xml:lang="en">Data Source</source>
</trans-unit>
<trans-unit id="fileFormat">
<source xml:lang="en">File Format</source>
</trans-unit>
<trans-unit id="externalStream">
<source xml:lang="en">External Stream</source>
</trans-unit>
<trans-unit id="externalStreamingJobFriendlyName">
<source xml:lang="en">External Streaming Job</source>
</trans-unit>
<trans-unit id="preDeployScriptFriendlyName">
<source xml:lang="en">Script.PreDeployment</source>
</trans-unit>
<trans-unit id="postDeployScriptFriendlyName">
<source xml:lang="en">Script.PostDeployment</source>
</trans-unit>
</body></file>
<file original="extensions/sql-database-projects/dist/tools/netcoreTool" source-language="en" datatype="plaintext"><body>
<trans-unit id="sqlDatabaseProjects.NetCoreInstallationConfirmation">
<source xml:lang="en">The .NET Core SDK cannot be located. Project build will not work. Please install .NET Core SDK version 3.1 or update the .Net Core SDK location in settings if already installed.</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.UpdateNetCoreLocation">
<source xml:lang="en">Update Location</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.InstallNetCore">
<source xml:lang="en">Install</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.doNotAskAgain">
<source xml:lang="en">Don't Ask Again</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.outputChannel">
<source xml:lang="en">Database Projects</source>
</trans-unit>
<trans-unit id="sqlDatabaseProject.RunCommand.ErroredOut">
<source xml:lang="en"> &gt;&gt;&gt; {0} … errored out: {1}</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunStreamedCommand.ExitedWithCode">
<source xml:lang="en"> &gt;&gt;&gt; {0} … exited with code: {1}</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunStreamedCommand.ExitedWithSignal">
<source xml:lang="en"> &gt;&gt;&gt; {0} … exited with signal: {1}</source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunCommand.stdout">
<source xml:lang="en"> stdout: </source>
</trans-unit>
<trans-unit id="sqlDatabaseProjects.RunCommand.stderr">
<source xml:lang="en"> stderr: </source>
</trans-unit>
</body></file>
</xliff>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

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/xml-language-features/package" source-language="en" datatype="plaintext"><body>
<trans-unit id="displayName">
<source xml:lang="en">XML Language Features</source>
</trans-unit>
<trans-unit id="description">
<source xml:lang="en">Provides rich language support for XML.</source>
</trans-unit>
</body></file>
</xliff>