mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update extension resources and ENU XLF files (#6220)
* Add extension resources * Update enu XLF resources
This commit is contained in:
13
i18n/chs/extensions/agent/out/data/alertData.i18n.json
Normal file
13
i18n/chs/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": "警报更新失败“{0}”",
|
||||
"alertData.DefaultAlertTypString": "sql server 事件警报",
|
||||
"alertDialog.PerformanceCondition": "SQL Server 性能状况警报",
|
||||
"alertDialog.WmiEvent": "WMI 事件警报"
|
||||
}
|
||||
17
i18n/chs/extensions/agent/out/data/jobData.i18n.json
Normal file
17
i18n/chs/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": "当作业完成时",
|
||||
"jobData.whenJobFails": "当作业失败时",
|
||||
"jobData.whenJobSucceeds": "当作业成功时",
|
||||
"jobData.jobNameRequired": "必须提供作业名称",
|
||||
"jobData.saveErrorMessage": "作业更新失败“{0}”",
|
||||
"jobData.newJobErrorMessage": "作业创建失败“{0}”",
|
||||
"jobData.saveSucessMessage": "作业“{0}”已成功更新",
|
||||
"jobData.newJobSuccessMessage": "已成功创建作业“{0}”"
|
||||
}
|
||||
12
i18n/chs/extensions/agent/out/data/jobStepData.i18n.json
Normal file
12
i18n/chs/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": "步骤更新失败“{0}”",
|
||||
"stepData.jobNameRequired": "必须提供作业名称",
|
||||
"stepData.stepNameRequired": "必须提供步骤名称"
|
||||
}
|
||||
12
i18n/chs/extensions/agent/out/data/proxyData.i18n.json
Normal file
12
i18n/chs/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": "代理更新失败“{0}”",
|
||||
"proxyData.saveSucessMessage": "代理“{0}”已成功更新",
|
||||
"proxyData.newJobSuccessMessage": "成功创建代理“{0}”"
|
||||
}
|
||||
Reference in New Issue
Block a user