Files
azuredatastudio/i18n/ads-language-pack-zh-hant/translations/extensions/kusto.i18n.json
2021-08-02 11:15:58 -07:00

97 lines
6.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"": [
"--------------------------------------------------------------------------------------------",
"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": {
"package": {
"notebook.command.new": "新的 Notebook",
"notebook.command.open": "開啟 Notebook",
"cloud.databaseProperties.name": "資料庫名稱",
"cloud.databaseProperties.size": "大小 (MB)",
"cloud.serverProperties.summary": "狀態",
"cloud.serverProperties.machinesTotal": "叢集中的電腦總計",
"cloud.serverProperties.diskCacheCapacity": "使用的叢集資料容量百分比",
"databasesListProperties.name": "名稱",
"databasesListProperties.size": "大小 (MB)",
"objectsListProperties.name": "名稱",
"objectsListProperties.metadataTypeName": "類型",
"kusto.configuration.title": "KUSTO 設定",
"kusto.query.displayBitAsNumber": "BIT 資料行是否顯示為數字 (1 或 0)? 若為 FalseBIT 資料行將會顯示為 'True' 或 'False'",
"kusto.format.alignColumnDefinitionsInColumns": "行定義是否一致?",
"kusto.format.datatypeCasing": "是否將資料類型轉換為大寫,小寫或無 (不轉換)",
"kusto.format.keywordCasing": "是否將關鍵字轉換為大寫,小寫或無 (不轉換)",
"kusto.logDebugInfo": "[選用] 將偵錯記錄輸出至主控台 ([檢視] -> [輸出]),並從下拉式清單選取適當的輸出通道",
"kusto.tracingLevel": "[選用] 後端服務的記錄層級。每當 Azure Data Studio 啟動或是檔案已經有附加至該檔案的記錄項目時Azure Data Studio 都會產生檔案名稱。如需清除舊記錄檔,請查看 logRetentionMinutes 和 logFilesRemovalLimit 設定。預設 tracingLevel 不會記錄太多項目。變更詳細資訊可能會導致大量記錄和記錄的磁碟空間需求。錯誤包含嚴重,警告包含錯誤,資訊包含警告而詳細資訊包含資訊",
"kusto.provider.displayName": "Azure 資料總管 (Kusto)",
"kusto.connectionOptions.connectionName.displayName": "名稱 (選用)",
"kusto.connectionOptions.connectionName.description": "連線的自訂名稱",
"kusto.connectionOptions.serverName.displayName": "叢集",
"kusto.connectionOptions.serverName.description": "Kusto 叢集名稱",
"kusto.connectionOptions.databaseName.displayName": "資料庫",
"kusto.connectionOptions.databaseName.description": "資料來源中初始目錄或資料庫的名稱。",
"kusto.connectionOptions.authType.displayName": "驗證類型",
"kusto.connectionOptions.authType.description": "指定使用 Kusto Server 驗證的方法",
"kusto.connectionOptions.authType.categoryValues.azureMFA": "Azure Active Directory - MFA 通用支援",
"kusto.connectionOptions.authType.categoryValues.none": "無驗證",
"kusto.connectionOptions.authType.categoryValues.sqlLogin": "使用者驗證",
"kusto.connectionOptions.userName.displayName": "使用者名稱",
"kusto.connectionOptions.userName.description": "代表要在連線至資料來源時使用的使用者識別碼",
"kusto.connectionOptions.password.displayName": "密碼",
"kusto.connectionOptions.password.description": "代表要在連線至資料來源時使用的密碼",
"kusto.connectionOptions.connectTimeout.displayName": "連線逾時",
"kusto.connectionOptions.connectTimeout.description": "終止嘗試並產生錯誤前,要等待伺服器連線的時間長度 (秒)",
"kusto.connectionOptions.connectRetryCount.displayName": "連線重試次數",
"kusto.connectionOptions.connectRetryCount.description": "嘗試還原連線的次數",
"kusto.connectionOptions.connectRetryInterval.displayName": "連線重試間隔",
"kusto.connectionOptions.connectRetryInterval.description": "嘗試還原連線之間的延遲",
"kusto.connectionOptions.applicationName.displayName": "應用程式名稱",
"kusto.connectionOptions.applicationName.description": "應用程式的名稱",
"kusto.connectionOptions.workstationId.displayName": "工作站識別碼",
"kusto.connectionOptions.workstationId.description": "連線至 Kusto Server 的工作站名稱",
"kusto.connectionOptions.failoverPartner.displayName": "容錯移轉夥伴",
"kusto.connectionOptions.failoverPartner.description": "充當容錯移轉夥伴之 Kusto Server 執行個體的名稱或網路位址"
},
"dist/telemetry": {
"viewKnownIssuesText": "檢視已知問題",
"serviceCrashMessage": "{0} 個元件意外結束。請重新啟動 Azure Data Studio。"
},
"dist/main": {
"kusto.unsupportedPlatform": "不支援的平台",
"notebookFileType": "Notebooks",
"unsupportedFileType": "僅支援 .ipynb Notebooks"
},
"dist/objectExplorerNodeProvider/objectExplorerNodeProvider": {
"sessionNotFound": "節點 {0} 的工作階段不存在",
"notifyError": "通知節點變更時發生錯誤: {0}",
"rootLabel": "根"
},
"dist/objectExplorerNodeProvider/command": {
"progress": "$(sync~spin) {0}...",
"cancelTooltip": "取消",
"cancel": "要取消作業嗎?",
"kusto.searchServers": "搜尋伺服器名稱"
},
"dist/kustoServer": {
"serviceStartedStatusMsg": "已啟動 {0}",
"startingServiceStatusMsg": "正在啟動 {0}",
"failedToStartServiceErrorMsg": "無法啟動 {0}",
"installingServiceChannelMsg": "正在將 {0} 安裝到 {1}",
"installingServiceStatusMsg": "正在安裝 {0}",
"installedServiceChannelMsg": "已安裝 {0}",
"downloadingServiceChannelMsg": "正在下載 {0}",
"downloadingServiceSizeChannelMsg": "({0} KB)",
"downloadingServiceStatusMsg": "正在下載 {0}",
"downloadServiceDoneChannelMsg": "已完成 {0} 的安裝"
},
"dist/features": {
"kusto.missingLinkedAzureAccount": "Azure Data Studio 必須連絡 Azure Key Vault 以存取 Always Encrypted 的資料行主要金鑰,但沒有任何已連結的 Azure 帳戶可供使用。請新增已連結的 Azure 帳戶,然後重試一次此查詢。",
"kusto.accountDoesNotExist": "帳戶不存在。",
"kusto.insufficientlyPrivelagedAzureAccount": "為 {0} 所設定的 Azure 帳戶,沒有足夠的權限讓 Azure Key Vault 存取 Always Encrypted 的資料行主要金鑰。"
}
}
}