mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
* Initial update to german vscode * more cleanup for vscode git german. * added working alias replacer, need to add all string entities * added aliased bundle strings * added extension files, need to update package and readme * added update to changelog, and restored vscode extensions * added comments
91 lines
3.4 KiB
JSON
91 lines
3.4 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"dist/common/constants": {
|
|
"aggregationSizeLabel": "聚合大小",
|
|
"allLabel": "全部",
|
|
"applyButtonText": "应用",
|
|
"automaticLabel": "自动",
|
|
"avgLabel": "平均",
|
|
"basedOnLabel": "基于:",
|
|
"CLRTimeLabel": "CLR 时间(毫秒)",
|
|
"cpuTime": "CPU 时间",
|
|
"CPUTimeLabel": "CPU 时间(毫秒)",
|
|
"cancelButtonText": "取消",
|
|
"topConsumersRadioButtonsLabel": "排名靠前的使用者,检查依据:",
|
|
"configure": "配置",
|
|
"criteria": "条件",
|
|
"customLabel": "自定义",
|
|
"dayLabel": "日",
|
|
"duration": "持续时间",
|
|
"durationLabel": "持续时间(毫秒)",
|
|
"executionCountLabel": "执行计数",
|
|
"executionCount": "执行计数",
|
|
"filterLabel": "筛选器",
|
|
"fromLabel": "从",
|
|
"hourLabel": "小时",
|
|
"last12HoursLabel": "过去 12 小时",
|
|
"last15MinsLabel": "过去 15 分钟",
|
|
"last2DaysLabel": "过去 2 天",
|
|
"last2WeeksLabel": "过去 2 周",
|
|
"last3MonthsLabel": "过去 3 个月",
|
|
"last30MinsLabel": "过去 30 分钟",
|
|
"last5MinsLabel": "过去 5 分钟",
|
|
"last6MonthsLabel": "过去 6 个月",
|
|
"lastDayLabel": "前一天",
|
|
"lastHourLabel": "前一小时",
|
|
"lastMonthLabel": "上月",
|
|
"lastWeekLabel": "上周",
|
|
"lastYearLabel": "去年",
|
|
"localLabel": "本地",
|
|
"logMemoryUsedLabel": "使用的日志内存(KB)",
|
|
"logicalReads": "逻辑读取次数",
|
|
"logicalReadsLabel": "逻辑读取(KB)",
|
|
"logicalWritesLabel": "逻辑写入(KB)",
|
|
"maxLabel": "最大",
|
|
"memoryConsumptionLabel": "内存消耗(KB)",
|
|
"minLabel": "最小",
|
|
"filterMinPlanLabel": "最小计划数",
|
|
"minuteLabel": "分钟",
|
|
"okButtonText": "确定",
|
|
"openInNewTab": "Open In New Tab",
|
|
"overallResourceConsumption": "总体资源消耗",
|
|
"overallResourceConsumptionToolbarLabel": "数据库 {0} 的总体资源消耗量",
|
|
"physicalReadsLabel": "物理读取(KB)",
|
|
"planSummary": "计划查询 {0} 摘要",
|
|
"plan": "计划 {0}",
|
|
"queries": "查询",
|
|
"queryStoreDashboardTitle": "查询存储 - {0}",
|
|
"resourceConsumptionCriteriaTitle": "资源消耗条件",
|
|
"returnLabel": "返回",
|
|
"rowCountLabel": "行数",
|
|
"showChartTitle": "显示以下内容的图表:",
|
|
"stdDevLabel": "标准偏差",
|
|
"tempDBMermoryUsedLabel": "已使用的临时 DB 内存(KB)",
|
|
"timeFormatLabel": "时间格式",
|
|
"timeIntervalLabel": "时间间隔",
|
|
"timeSettingsLabel": "时间设置",
|
|
"toLabel": "到",
|
|
"topLabel": "前",
|
|
"topResourceConsumingQueriesToolbarLabel": "数据库 {0} 的前 25 个资源使用者",
|
|
"topResourceConsumingQueries": "资源消耗量最大的几个查询",
|
|
"totalLabel": "总计",
|
|
"waitTimeLabel": "等待时间(毫秒)",
|
|
"DOPLabel": "DOP",
|
|
"UTC": "UTC"
|
|
},
|
|
"package": {
|
|
"queryStore.openQueryStoreDashboard": "查询存储",
|
|
"queryStore.category": "查询存储",
|
|
"queryStore.displayName": "查询存储",
|
|
"queryStore.description": "查询存储 Azure Data Studio 扩展。"
|
|
}
|
|
}
|
|
} |