mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-28 15:50:29 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -5,5 +5,9 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"seachObjects": "按类型名称搜索(a:、t:、v:、f: 或 sp:)",
|
||||
"searchDatabases": "搜索数据库",
|
||||
"dashboard.explorer.objectError": "无法加载对象",
|
||||
"dashboard.explorer.databaseError": "无法加载数据库"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"insights.runQuery": "运行查询"
|
||||
}
|
||||
@@ -5,5 +5,7 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"insights.lastUpdated": "最近更新时间: {0} {1}",
|
||||
"noResults": "没有要显示的结果"
|
||||
}
|
||||
@@ -5,5 +5,16 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"insightWidgetDescription": "添加一个可查询服务器或数据库并以多种方式显示结果的小组件,例如图表和汇总计数等。",
|
||||
"insightIdDescription": "用于缓存见解结果的唯一标识符。",
|
||||
"insightQueryDescription": "要运行的 SQL 查询。这只能返回 1 个结果集。",
|
||||
"insightQueryFileDescription": "[可选] 指向包含查询的文件的路径。在未设置“查询”时使用",
|
||||
"insightAutoRefreshIntervalDescription": "[可选] 自动刷新间隔(分钟数);如果未设置,则不自动刷新",
|
||||
"actionTypes": "要使用的操作",
|
||||
"actionDatabaseDescription": "操作的目标数据库;可通过 \"${columnName}\" 格式使用数据驱动的列名。",
|
||||
"actionServerDescription": "操作的目标服务器;可通过 \"${columnName}\" 格式使用数据驱动的列名。",
|
||||
"actionUserDescription": "操作的目标用户;可通过 \"${columnName}\" 格式使用数据驱动的列名。",
|
||||
"carbon.extension.contributes.insightType.id": "见解的标识符",
|
||||
"carbon.extension.contributes.insights": "向仪表板调色板提供见解。"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"chartErrorMessage": "无法用给定的数据显示图表"
|
||||
}
|
||||
@@ -5,5 +5,12 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"chartInsightDescription": "将查询结果显示为仪表板上的图表",
|
||||
"colorMapDescription": "映射“列名”->“颜色”。例如,添加 \"column1\": 红色以确保该列使用红色",
|
||||
"legendDescription": "表示图表图例的首选位置和可见性。这些是查询中的列名称,并映射到每个图表条目的标签",
|
||||
"labelFirstColumnDescription": "如果 dataDirection 是水平的,则将其设置为 true 会使用图例的第一列值。",
|
||||
"columnsAsLabels": "如果 dataDirection 是垂直的,则将其设置为 true 会使用图例的列名称。",
|
||||
"dataDirectionDescription": "定义是从列(垂直)还是从行(水平)读取数据。将在时间序列中忽略此项,因为方向必须是垂直的。",
|
||||
"showTopNData": "如果设置了 showTopNData,则只在图表中显示前 N 个数据。"
|
||||
}
|
||||
@@ -6,8 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yAxisMax": "y 轴的最大值",
|
||||
"yAxisLabel": "y 轴的标签",
|
||||
"xAxisMin": "x 轴的最小值",
|
||||
"xAxisMax": "x 轴的最大值"
|
||||
"yAxisMin": "Y 轴的最小值",
|
||||
"yAxisMax": "Y 轴的最大值",
|
||||
"barchart.yAxisLabel": "Y 轴的标签",
|
||||
"xAxisMin": "X 轴的最小值",
|
||||
"xAxisMax": "X 轴的最大值",
|
||||
"barchart.xAxisLabel": "x 轴的标签"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"countInsightDescription": "对于结果集中的每一列,,将行 0 中的值显示为计数且后跟列名。例如,支持“1 健康”、“3 不健康”,其中“健康”是列名,1 是行 1 单元格 1 中的值"
|
||||
}
|
||||
@@ -5,5 +5,8 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"imageInsightDescription": "显示图像,例如使用 ggplot2 时由 R 查询返回的图像",
|
||||
"imageFormatDescription": "应为哪种格式 - 这是 JPEG、PNG 还是其他格式?",
|
||||
"encodingDescription": "此编码为十六进制、base64 还是其他格式?"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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."
|
||||
],
|
||||
"tableInsightDescription": "在简单表中显示结果"
|
||||
}
|
||||
@@ -5,5 +5,6 @@
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
]
|
||||
],
|
||||
"dashboard.properties.error": "无法加载仪表板属性"
|
||||
}
|
||||
Reference in New Issue
Block a user