-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localized file check-in by OneLocBuild Task: Build definition ID 1089…
…9: Build ID 29132663 (#20483) * Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 29132663 * Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 29132663
- Loading branch information
Showing
70 changed files
with
4,599 additions
and
4,617 deletions.
There are no files selected for viewing
208 changes: 104 additions & 104 deletions
208
...zureResourceManagerTemplateDeploymentV3/Strings/resources.resjson/it-IT/resources.resjson
Large diffs are not rendered by default.
Oops, something went wrong.
58 changes: 29 additions & 29 deletions
58
Tasks/BashV3/Strings/resources.resjson/zh-TW/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"loc.friendlyName": "Bash", | ||
"loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=2132213)或[參閱 Bash 文件](https://www.gnu.org/software/bash/manual/)", | ||
"loc.description": "在 macOS、Linux 或 Windows 執行 Bash 指令碼", | ||
"loc.instanceNameFormat": "Bash 指令碼", | ||
"loc.releaseNotes": "指令碼工作一致性。新增了多行支援,並新增 Windows 的支援。", | ||
"loc.group.displayName.advanced": "進階", | ||
"loc.input.label.targetType": "類型", | ||
"loc.input.help.targetType": "目標指令碼類型: 檔案路徑或內嵌", | ||
"loc.input.label.filePath": "指令碼路徑", | ||
"loc.input.help.filePath": "要執行的指令碼之路徑。必須是完整路徑或相對於 $(System.DefaultWorkingDirectory) 的路徑。", | ||
"loc.input.label.arguments": "引數", | ||
"loc.input.help.arguments": "傳遞至殼層指令碼的引數。可以是序號參數或具名參數。", | ||
"loc.input.label.script": "指令碼", | ||
"loc.input.label.workingDirectory": "工作目錄", | ||
"loc.input.label.failOnStderr": "發生標準錯誤的失敗", | ||
"loc.input.help.failOnStderr": "若此為 true,則任何錯誤寫入 StandardError 資料流時,此工作便會失敗。", | ||
"loc.input.label.bashEnvValue": "設定 BASH_ENV 環境變數的值", | ||
"loc.input.help.bashEnvValue": "若指定輸入,其值會展開,並作為執行指令碼前要執行之啟動檔案的路徑。如果已定義環境變數 'BASH_ENV',則工作只會針對目前的工作覆寫此變數。您可以透過 [link] (https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html) 找到更多詳細資料。", | ||
"loc.messages.GeneratingScript": "正在產生指令碼。", | ||
"loc.messages.JS_ExitCode": "Bash 已結束,代碼為 '%s'。", | ||
"loc.messages.JS_ExitCode_137": "Bash 已結束,代碼為 137,這表示記憶體不足。請確定代理程式 (容器) 主機已設定足夠的記憶體。", | ||
"loc.messages.JS_FormattedCommand": "經過格式化的命令: %s", | ||
"loc.messages.JS_InvalidFilePath": "檔案路徑 '%s' 無效。", | ||
"loc.messages.JS_ScriptContents": "指令碼內容:", | ||
"loc.messages.JS_Stderr": "Bash 已將一或多行寫入標準錯誤資料流。", | ||
"loc.messages.JS_TranslatePathFailed": "無法將路徑 '%s' 轉譯成 Linux 檔案系統。", | ||
"loc.messages.JS_BashEnvAlreadyDefined": "BASH_ENV 環境變數已設定為 '%s',工作會以 '%s' 覆寫", | ||
"loc.messages.ScriptArgsSanitized": "偵測到引數中可能無法由殼層正確執行的字元。請使用反斜線 (\\) 逸出特殊字元。如需詳細資訊,請參閱: https://aka.ms/ado/75787" | ||
{ | ||
"loc.friendlyName": "Bash", | ||
"loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=2132213)或[參閱 Bash 文件](https://www.gnu.org/software/bash/manual/)", | ||
"loc.description": "在 macOS、Linux 或 Windows 執行 Bash 指令碼", | ||
"loc.instanceNameFormat": "Bash 指令碼", | ||
"loc.releaseNotes": "指令碼工作一致性。新增了多行支援,並新增 Windows 的支援。", | ||
"loc.group.displayName.advanced": "進階", | ||
"loc.input.label.targetType": "類型", | ||
"loc.input.help.targetType": "目標指令碼類型: 檔案路徑或內嵌", | ||
"loc.input.label.filePath": "指令碼路徑", | ||
"loc.input.help.filePath": "要執行的指令碼之路徑。必須是完整路徑或相對於 $(System.DefaultWorkingDirectory) 的路徑。", | ||
"loc.input.label.arguments": "引數", | ||
"loc.input.help.arguments": "傳遞至殼層指令碼的引數。可以是序號參數或具名參數。", | ||
"loc.input.label.script": "指令碼", | ||
"loc.input.label.workingDirectory": "工作目錄", | ||
"loc.input.label.failOnStderr": "發生標準錯誤的失敗", | ||
"loc.input.help.failOnStderr": "若此為 true,則任何錯誤寫入 StandardError 資料流時,此工作便會失敗。", | ||
"loc.input.label.bashEnvValue": "設定 BASH_ENV 環境變數的值", | ||
"loc.input.help.bashEnvValue": "If input is specified, it's value is expanded and used as the path of a startup file to execute before running the script. If the environment variable `BASH_ENV` has already been defined, the task will override this variable only for the current task. You can find more details by [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).", | ||
"loc.messages.GeneratingScript": "正在產生指令碼。", | ||
"loc.messages.JS_ExitCode": "Bash 已結束,代碼為 '%s'。", | ||
"loc.messages.JS_ExitCode_137": "Bash 已結束,代碼為 137,這表示記憶體不足。請確定代理程式 (容器) 主機已設定足夠的記憶體。", | ||
"loc.messages.JS_FormattedCommand": "經過格式化的命令: %s", | ||
"loc.messages.JS_InvalidFilePath": "檔案路徑 '%s' 無效。", | ||
"loc.messages.JS_ScriptContents": "指令碼內容:", | ||
"loc.messages.JS_Stderr": "Bash 已將一或多行寫入標準錯誤資料流。", | ||
"loc.messages.JS_TranslatePathFailed": "無法將路徑 '%s' 轉譯成 Linux 檔案系統。", | ||
"loc.messages.JS_BashEnvAlreadyDefined": "BASH_ENV 環境變數已設定為 '%s',工作會以 '%s' 覆寫", | ||
"loc.messages.ScriptArgsSanitized": "偵測到引數中可能無法由殼層正確執行的字元。請使用反斜線 (\\) 逸出特殊字元。如需詳細資訊,請參閱: https://aka.ms/ado/75787" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.