mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
13
i18n/ptb/extensions/agent/out/data/alertData.i18n.json
Normal file
13
i18n/ptb/extensions/agent/out/data/alertData.i18n.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"alertData.saveErrorMessage": "Falha na atualização alerta '{0}'",
|
||||
"alertData.DefaultAlertTypString": "Alerta de evento do SQL Server",
|
||||
"alertDialog.PerformanceCondition": "Alerta de condição de desempenho do SQL Server",
|
||||
"alertDialog.WmiEvent": "Alerta de evento WMI"
|
||||
}
|
||||
17
i18n/ptb/extensions/agent/out/data/jobData.i18n.json
Normal file
17
i18n/ptb/extensions/agent/out/data/jobData.i18n.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"jobData.whenJobCompletes": "Quando o job estiver concluído",
|
||||
"jobData.whenJobFails": "Quando o job falhar.",
|
||||
"jobData.whenJobSucceeds": "Quando o job for bem sucedido",
|
||||
"jobData.jobNameRequired": "O nome do job deve ser fornecido",
|
||||
"jobData.saveErrorMessage": "Falha de atualização do job '{0}'",
|
||||
"jobData.newJobErrorMessage": "Falha na criação do job '{0}'",
|
||||
"jobData.saveSucessMessage": "Trabalho '{0}' atualizado com sucesso",
|
||||
"jobData.newJobSuccessMessage": "Trabalho '{0}' criado com sucesso"
|
||||
}
|
||||
12
i18n/ptb/extensions/agent/out/data/jobStepData.i18n.json
Normal file
12
i18n/ptb/extensions/agent/out/data/jobStepData.i18n.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"jobStepData.saveErrorMessage": "Falha na atualização da etapa '{0}'",
|
||||
"stepData.jobNameRequired": "O nome do job deve ser fornecido",
|
||||
"stepData.stepNameRequired": "O nome da etapa precisa ser fornecido"
|
||||
}
|
||||
12
i18n/ptb/extensions/agent/out/data/proxyData.i18n.json
Normal file
12
i18n/ptb/extensions/agent/out/data/proxyData.i18n.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"proxyData.saveErrorMessage": "Falha de atualização do proxy '{0}'",
|
||||
"proxyData.saveSucessMessage": "Proxy '{0}' atualizado com sucesso",
|
||||
"proxyData.newJobSuccessMessage": "Proxy '{0}' criado com sucesso"
|
||||
}
|
||||
Reference in New Issue
Block a user