mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-21 12:20:29 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"jobaction.successLabel": "成功",
|
||||
"jobaction.faillabel": "错误",
|
||||
"jobaction.refresh": "刷新",
|
||||
"jobaction.newJob": "新建作业",
|
||||
"jobaction.run": "运行",
|
||||
"jobSuccessfullyStarted": ": 作业已成功启动。",
|
||||
"jobaction.stop": "停止",
|
||||
"jobSuccessfullyStopped": ": 作业已成功停止。",
|
||||
"jobaction.editJob": "编辑作业",
|
||||
"jobaction.deleteJob": "删除作业",
|
||||
"jobaction.deleteJobConfirm": "确定要删除作业“{0}”吗?",
|
||||
"jobaction.failedToDeleteJob": "\"无法删除作业“{0}”。\r\n错误: {1}\"",
|
||||
"jobaction.deletedJob": "作业已成功删除",
|
||||
"jobaction.newStep": "新建步骤",
|
||||
"jobaction.deleteStep": "删除步骤",
|
||||
"jobaction.deleteStepConfirm": "确定要删除步骤“{0}”吗?",
|
||||
"jobaction.failedToDeleteStep": "无法删除步骤“{0}”。\r\n错误: {1}",
|
||||
"jobaction.deletedStep": "作业步骤已成功删除",
|
||||
"jobaction.newAlert": "新建警报",
|
||||
"jobaction.editAlert": "编辑警报",
|
||||
"jobaction.deleteAlert": "删除警报",
|
||||
"jobaction.Cancel": "取消",
|
||||
"jobaction.deleteAlertConfirm": "您确定要删除警报 \"{0}\" 吗?",
|
||||
"jobaction.failedToDeleteAlert": "\"无法删除警报“{0}”。\r\n错误: {1}\"",
|
||||
"jobaction.deletedAlert": "警报已成功删除",
|
||||
"jobaction.newOperator": "新建运算符",
|
||||
"jobaction.editOperator": "编辑运算符",
|
||||
"jobaction.deleteOperator": "删除运算符",
|
||||
"jobaction.deleteOperatorConfirm": "确定要删除运算符“{0}”吗?",
|
||||
"jobaction.failedToDeleteOperator": "\"无法删除运算符“{0}”。\r\n错误: {1}\"",
|
||||
"joaction.deletedOperator": "已成功删除运算符",
|
||||
"jobaction.newProxy": "新建代理",
|
||||
"jobaction.editProxy": "编辑代理",
|
||||
"jobaction.deleteProxy": "删除代理",
|
||||
"jobaction.deleteProxyConfirm": "确定要删除代理“{0}”吗?",
|
||||
"jobaction.failedToDeleteProxy": "\"无法删除代理“{0}”。\r\n错误: {1}\"",
|
||||
"jobaction.deletedProxy": "代理已成功删除"
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"providerIdNotValidError": "需要连接才能与 JobManagementService 交互",
|
||||
"noHandlerRegistered": "未注册处理程序"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"agentUtilities.failed": "失败",
|
||||
"agentUtilities.succeeded": "成功",
|
||||
"agentUtilities.retry": "重试",
|
||||
"agentUtilities.canceled": "已取消",
|
||||
"agentUtilities.inProgress": "正在进行",
|
||||
"agentUtilities.statusUnknown": "状态未知",
|
||||
"agentUtilities.executing": "正在执行",
|
||||
"agentUtilities.waitingForThread": "等待线程",
|
||||
"agentUtilities.betweenRetries": "重试之间",
|
||||
"agentUtilities.idle": "空闲",
|
||||
"agentUtilities.suspended": "已暂停",
|
||||
"agentUtilities.obsolete": "[废弃]",
|
||||
"agentUtilities.yes": "是",
|
||||
"agentUtilities.no": "否",
|
||||
"agentUtilities.notScheduled": "未计划",
|
||||
"agentUtilities.neverRun": "从不运行"
|
||||
}
|
||||
Reference in New Issue
Block a user