Files
azuredatastudio/i18n/cht/extensions/agent/out/dialogs/jobStepDialog.i18n.json
2021-02-22 19:42:55 -08:00

56 lines
2.9 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."
],
"jobStepDialog.fileBrowserTitle": "尋找資料庫檔案 -",
"jobStepDialog.ok": "確定",
"jobStepDialog.cancel": "取消",
"jobStepDialog.general": "一般",
"jobStepDialog.advanced": "進階",
"jobStepDialog.open": "開啟...",
"jobStepDialog.parse": "剖析",
"jobStepDialog.successParse": "已成功剖析命令。",
"jobStepDialog.failParse": "命令失敗。",
"jobStepDialog.blankStepName": "步驟名稱不能留空",
"jobStepDialog.processExitCode": "處理成功命令的結束代碼:",
"jobStepDialog.stepNameLabel": "步驟名稱",
"jobStepDialog.typeLabel": "類型",
"jobStepDialog.runAsLabel": "執行身分",
"jobStepDialog.databaseLabel": "資料庫",
"jobStepDialog.commandLabel": "命令",
"jobStepDialog.successAction": "當動作成功時",
"jobStepDialog.failureAction": "當動作失敗時",
"jobStepDialog.runAsUser": "以使用者身分執行",
"jobStepDialog.retryAttempts": "重試嘗試",
"jobStepDialog.retryInterval": "重試間隔 (分鐘)",
"jobStepDialog.logToTable": "記錄到資料表",
"jobStepDialog.appendExistingTableEntry": "將輸出附加到表中現有的項目",
"jobStepDialog.includeStepOutputHistory": "在歷程記錄中包含步驟輸出",
"jobStepDialog.outputFile": "輸出檔案",
"jobStepDialog.appendOutputToFile": "將輸出附加至現有的檔案",
"jobStepDialog.selectedPath": "選擇的路徑",
"jobStepDialog.filesOfType": "檔案類型",
"jobStepDialog.fileName": "檔案名稱",
"jobStepDialog.allFiles": "所有檔案 (*)",
"jobStepDialog.newJobStep": "新增作業步驟",
"jobStepDialog.editJobStep": "編輯作業步驟",
"jobStepDialog.TSQL": "Transact-SQL 指令碼 (T-SQL)",
"jobStepDialog.powershell": "PowerShell",
"jobStepDialog.CmdExec": "作業系統 (cmdexec)",
"jobStepDialog.replicationDistribution": "複寫散發者",
"jobStepDialog.replicationMerge": "複寫合併",
"jobStepDialog.replicationQueueReader": "複本佇列讀取器",
"jobStepDialog.replicationSnapshot": "複寫快照集",
"jobStepDialog.replicationTransactionLogReader": "複寫交易 - 記錄讀取器",
"jobStepDialog.analysisCommand": "SQL Server Analysis Services 命令",
"jobStepDialog.analysisQuery": "SQL Server Analysis Services 查詢",
"jobStepDialog.servicesPackage": "SQL Server 整合服務套件",
"jobStepDialog.agentServiceAccount": "SQL Server Agent 服務帳戶",
"jobStepDialog.nextStep": "前往下一步",
"jobStepDialog.quitJobSuccess": "結束作業報告成功",
"jobStepDialog.quitJobFailure": "結束作業報告失敗"
}