mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Langpack Source update with fix for hashed strings (#24400)
* 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
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"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": "最近 1 小時",
|
||||
"lastMonthLabel": "上個月",
|
||||
"lastWeekLabel": "上週",
|
||||
"lastYearLabel": "去年",
|
||||
"localLabel": "本機",
|
||||
"logMemoryUsedLabel": "已使用的記錄記憶體 (KB)",
|
||||
"logicalReads": "邏輯讀取次數",
|
||||
"logicalReadsLabel": "邏輯讀取 (KB)",
|
||||
"logicalWritesLabel": "邏輯寫入 (KB)",
|
||||
"maxLabel": "最大值",
|
||||
"memoryConsumptionLabel": "記憶體使用量 (KB)",
|
||||
"minLabel": "最小值",
|
||||
"filterMinPlanLabel": "方案數目下限",
|
||||
"minuteLabel": "分鐘",
|
||||
"okButtonText": "確定",
|
||||
"openInNewTab": "在新索引標籤中開啟",
|
||||
"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 的查詢存放區延伸模組。"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user