Update extension resources and ENU XLF files (#6220)

* Add extension resources

* Update enu XLF resources
This commit is contained in:
Karl Burtram
2019-06-28 19:09:23 -07:00
committed by GitHub
parent 00c3758d86
commit bc7ac519d0
527 changed files with 12988 additions and 1 deletions

View File

@@ -0,0 +1,48 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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.TSQL": "Transact-SQL 指令碼 (T-SQL)",
"jobStepDialog.powershell": "PowerShell",
"jobStepDialog.CmdExec": "作業系統 (CmdExec)",
"jobStepDialog.agentServiceAccount": "SQL Server Agent 服務帳戶",
"jobStepDialog.nextStep": "前往下一步",
"jobStepDialog.quitJobSuccess": "退出作業報告成功",
"jobStepDialog.quitJobFailure": "結束作業報告失敗",
"jobStepDialog.newJobStep": "新增作業步驟",
"jobStepDialog.editJobStep": "編輯作業步驟"
}