mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-25 06:10:30 -04:00
Update resource strings for 1.9.0 langpacks (#6144)
* Refresh loc resources * Update loc strings
This commit is contained in:
@@ -8,5 +8,6 @@
|
||||
],
|
||||
"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": "執行查詢"
|
||||
}
|
||||
@@ -6,5 +6,6 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"insights.lastUpdated": "最近更新: {0} {1}",
|
||||
"noResults": "沒有可顯示的結果"
|
||||
}
|
||||
@@ -6,8 +6,15 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"insightWidgetDescription": "加入一個可查詢伺服器或資料庫並以多種方式呈現結果的小工具,如圖表、計數總結等。",
|
||||
"insightIdDescription": "用於快取 insight 結果的唯一識別碼。",
|
||||
"insightQueryDescription": "要執行的 SQL 查詢。這僅會回傳一個結果集。",
|
||||
"insightQueryFileDescription": "[選用] 包含查詢之檔案的路徑。請於未設定 \"query\" 時使用",
|
||||
"insightAutoRefreshIntervalDescription": "[選擇性] 自動重新整理間隔 (分鐘),如未設定,就不會自動重新整理",
|
||||
"actionTypes": "要使用的動作",
|
||||
"actionDatabaseDescription": "此行為的目標資料庫; 透過 \"${columnName}\" 格式來使用資料驅動欄位名稱。"
|
||||
"actionDatabaseDescription": "將資料庫設為動作的目標; 可使用 \"${columnName}\" 格式來使用資料驅動的欄位名稱。",
|
||||
"actionServerDescription": "將伺服器設為動作的目標; 可使用格式 \"${columnName}\" 來使用資料驅動的欄位名稱。",
|
||||
"actionUserDescription": "將使用者設為動作的目標; 可以使用格式 \"${columnName}\" 來使用資料驅動的欄位名稱。",
|
||||
"carbon.extension.contributes.insightType.id": "Insight 的識別碼",
|
||||
"carbon.extension.contributes.insights": "貢獻 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": "無法以指定的資料顯示圖表"
|
||||
}
|
||||
@@ -6,5 +6,11 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"chartInsightDescription": "將查詢結果以圖表方式顯示在儀表板上"
|
||||
"chartInsightDescription": "將查詢結果以圖表方式顯示在儀表板上",
|
||||
"colorMapDescription": "對應「欄位名稱」->色彩。例如以紅色新增 \"column1\": 即可確保此欄位使用紅色",
|
||||
"legendDescription": "指定圖表圖例的優先位置和可見度。這些是您查詢中的欄位名稱, 並對應到每個圖表項目的標籤",
|
||||
"labelFirstColumnDescription": "若 dataDirection 是水平的,設置為 true 時則使用第一個欄位值為其圖例。",
|
||||
"columnsAsLabels": "若 dataDirection 是垂直的,設置為 true 時則使用欄位名稱為其圖例。",
|
||||
"dataDirectionDescription": "定義是否從行 (垂直) 或列 (水平) 讀取資料。對於時間序列, 當呈現方向為垂直時會被忽略。",
|
||||
"showTopNData": "如已設定 showTopNData,則僅顯示圖表中的前 N 個資料。"
|
||||
}
|
||||
@@ -6,6 +6,10 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"yAxisLabel": "Y 軸的標籤",
|
||||
"xAxisMin": "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."
|
||||
]
|
||||
],
|
||||
"dataTypeDescription": "指定圖表資料集的資料屬性。"
|
||||
}
|
||||
@@ -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個儲存格的值"
|
||||
}
|
||||
@@ -6,5 +6,7 @@
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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