Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 29056533 #20412

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions Tasks/BashV3/Strings/resources.resjson/zh-TW/resources.resjson
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"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Authentifizierungsaufgabe für den Conda-Client",
"loc.instanceNameFormat": "Conda-Authentifizierung",
"loc.input.label.workloadIdentityServiceConnection": "Dienstverbindung „Entra Workload ID-gesicherter Azure-DevOps Benutzer“",
"loc.input.help.workloadIdentityServiceConnection": "Wenn diese Option festgelegt ist, werden Anmeldeinformationen mithilfe der Dienstverbindung anstelle der Buildpipelineidentität generiert.",
"loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.",
"loc.messages.AddingAuthChannel": "Die Authentifizierung für das Token „%s“ wird hinzugefügt",
"loc.messages.Info_AddingFederatedFeedAuth": "Authentifizierungsinformationen der Dienstverbindung %s werden hinzugefügt",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Tarea de autenticación para el cliente de Conda",
"loc.instanceNameFormat": "Autenticación de Conda",
"loc.input.label.workloadIdentityServiceConnection": "Conexión de servicio \"Usuario de Azure DevOps respaldado por Id. de carga de trabajo de Entra\"",
"loc.input.help.workloadIdentityServiceConnection": "Si se establece, se generarán credenciales mediante una conexión de servicio en lugar de la identidad de la canalización de compilación.",
"loc.messages.FailedToAddAuthentication": "No se pudo agregar la autenticación",
"loc.messages.AddingAuthChannel": "Agregando autenticación para el token %s",
"loc.messages.Info_AddingFederatedFeedAuth": "Agregando información de autenticación de la conexión de servicio %s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Tâche d’authentification pour le client conda",
"loc.instanceNameFormat": "Authentification Conda",
"loc.input.label.workloadIdentityServiceConnection": "Connexion de service « Utilisateur Azure DevOps adossé à l’ID de charge de travail Entra »",
"loc.input.help.workloadIdentityServiceConnection": "Si cette option est définie, les informations d'identification seront générées à l'aide de la connexion au service au lieu de l'identité du pipeline de build.",
"loc.messages.FailedToAddAuthentication": "Nous n’avons pas pu ajouter l’authentification.",
"loc.messages.AddingAuthChannel": "Ajout de l’authentification pour le jeton %s",
"loc.messages.Info_AddingFederatedFeedAuth": "Ajout d'informations d'authentification à partir de la connexion de service %s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Attività di autenticazione per il client Conda",
"loc.instanceNameFormat": "Autenticazione Conda",
"loc.input.label.workloadIdentityServiceConnection": "Connessione al servizio \"Entra Workload ID-backed Azure DevOps user\"",
"loc.input.help.workloadIdentityServiceConnection": "Se questa opzione è impostata, verranno generate le credenziali usando la connessione al servizio anziché l'identità della pipeline di compilazione.",
"loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.",
"loc.messages.AddingAuthChannel": "Aggiunta dell'autenticazione per il token %s",
"loc.messages.Info_AddingFederatedFeedAuth": "Aggiunta di informazioni di autenticazione dalla connessione al servizio %s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Conda クライアントの認証タスク",
"loc.instanceNameFormat": "Conda 認証",
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID にバックアップされた Azure DevOps ユーザー' サービス接続",
"loc.input.help.workloadIdentityServiceConnection": "これを設定すると、ビルド パイプライン ID ではなくサービス接続を使用して資格情報が生成されます。",
"loc.messages.FailedToAddAuthentication": "認証を追加できませんでした。",
"loc.messages.AddingAuthChannel": "トークン %s の認証を追加しています",
"loc.messages.Info_AddingFederatedFeedAuth": "サービス接続 %s から認証情報を追加しています",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Conda 클라이언트에 대한 인증 작업",
"loc.instanceNameFormat": "Conda 인증",
"loc.input.label.workloadIdentityServiceConnection": "'Entra 워크로드 ID 지원 Azure DevOps 사용자' 서비스 연결",
"loc.input.help.workloadIdentityServiceConnection": "이 설정이 설정되면 빌드 파이프라인 ID 대신 서비스 연결을 사용하여 자격 증명을 생성합니다.",
"loc.messages.FailedToAddAuthentication": "인증을 추가하지 못했습니다.",
"loc.messages.AddingAuthChannel": "토큰 %s에 대한 인증을 추가하는 중",
"loc.messages.Info_AddingFederatedFeedAuth": "서비스 연결 %s에서 인증 정보 추가",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Задача проверки подлинности для клиента Conda",
"loc.instanceNameFormat": "Проверка подлинности Conda",
"loc.input.label.workloadIdentityServiceConnection": "Подключение службы \"Пользователь Azure DevOps с поддержкой Идентификации рабочей нагрузки Microsoft Entra\"",
"loc.input.help.workloadIdentityServiceConnection": "Если этот параметр задан, учетные данные будут создаваться с помощью подключения к службе, а не удостоверения конвейера сборки.",
"loc.messages.FailedToAddAuthentication": "Добавить проверку подлинности не удалось.",
"loc.messages.AddingAuthChannel": "Добавление проверки подлинности для маркера %s",
"loc.messages.Info_AddingFederatedFeedAuth": "Добавление сведений о проверке подлинности из подключения к службе %s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Conda 客户端的身份验证任务",
"loc.instanceNameFormat": "Conda 身份验证",
"loc.input.label.workloadIdentityServiceConnection": "“Entra Workload ID 支持的 Azure DevOps 用户”服务连接",
"loc.input.help.workloadIdentityServiceConnection": "如果进行了此设置,则会使用服务连接而不是生成管道标识生成凭据。",
"loc.messages.FailedToAddAuthentication": "添加身份验证失败。",
"loc.messages.AddingAuthChannel": "为令牌 %s 添加身份验证",
"loc.messages.Info_AddingFederatedFeedAuth": "正在添加服务连接 %s 中的身份验证信息",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"loc.helpMarkDown": "",
"loc.description": "Conda 用戶端的驗證工作",
"loc.instanceNameFormat": "Conda 驗證",
"loc.input.label.workloadIdentityServiceConnection": "採用 Entra 工作負載 ID 的 Azure DevOps 使用者服務連線",
"loc.input.help.workloadIdentityServiceConnection": "如果設定此項目,它會使用服務連線而非建置管線身分識別來產生認證。",
"loc.messages.FailedToAddAuthentication": "無法新增驗證。",
"loc.messages.AddingAuthChannel": "正在新增權杖 %s 的驗證",
"loc.messages.Info_AddingFederatedFeedAuth": "正在新增來自服務連線 %s 的驗證資訊",
Expand Down
Loading