Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task: Build definition ID 1089…
Browse files Browse the repository at this point in the history
…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
vmapetr authored Oct 1, 2024
1 parent c082bc5 commit 8800ae4
Show file tree
Hide file tree
Showing 70 changed files with 4,599 additions and 4,617 deletions.

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,10 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Authentifizierungsaufgabe für den Cargo-Client zum Installieren der Verteilung von Cargo-Kisten",
"loc.instanceNameFormat": "Cargo-Authentifizierung für $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
"loc.input.help.workloadIdentityServiceConnection": "If this is set, registryNames is required. All other inputs are ignored.",
"loc.input.label.registryNames": "Registry names from config.toml",
"loc.input.help.registryNames": "Comma seperated list of registry names specified in your config.toml to authenticate. If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with cargoServiceConnections.",
"loc.input.label.workloadIdentityServiceConnection": "Dienstverbindung „Entra Workload ID-gesicherter Azure-DevOps Benutzer“",
"loc.input.help.workloadIdentityServiceConnection": "Wenn dies festgelegt ist, ist \"registryNames\" erforderlich. Alle anderen Eingaben werden ignoriert.",
"loc.input.label.registryNames": "Registrierungsnamen aus \"config.toml\"",
"loc.input.help.registryNames": "Durch Trennzeichen getrennte Liste von Registrierungsnamen, die in \"config.toml\" für die Authentifizierung angegeben sind. Wenn diese Option festgelegt ist, ist workloadIdentityServiceConnection erforderlich. Alle anderen Eingaben werden ignoriert. Nicht kompatibel mit cargoServiceConnections.",
"loc.input.label.configFile": "Zu authentifizierende config.toml-Datei",
"loc.input.help.configFile": "Pfad zur Datei „config.toml“, die die Registrierungen angibt, mit denen Sie arbeiten möchten. Wählen Sie die Datei und nicht den Ordner aus, z. B. „/.cargo/config.toml“.",
"loc.input.label.cargoServiceConnections": "Anmeldeinformationen für Registrierungen außerhalb dieser Organisation/Sammlung",
Expand All @@ -18,10 +18,10 @@
"loc.messages.AuthenticatingThisConfigToml": "Die Authentifizierung für die in dieser config.toml-Datei unter %s aufgeführte Registrierung wird hinzugefügt.",
"loc.messages.AddingAuthRegistry": "Authentifizierung für Registrierung wird hinzugefügt: %s mit Tokenname: %s",
"loc.messages.AddingAuthExternalRegistry": "Authentifizierung für externe Registrierung wird hinzugefügt: %s mit Tokenname: %s",
"loc.messages.ConnectionAlreadySet": "Registry %s already has auth set for an %s connection.",
"loc.messages.ConnectionAlreadySetOverwriting": "Registry %s already has auth set for an %s connection. Overwriting the existing auth.",
"loc.messages.AuthTelemetry": "Authenticated %s internal feeds, %s external repos, and %s federated service connections",
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Both registry name and service connection need to be set and cannot be empty.",
"loc.messages.RegistryNotFound": "The registry names input '%s' does not correspond any registry in config.toml"
"loc.messages.ConnectionAlreadySet": "Für die Registrierung %s wurde bereits eine Authentifizierung für eine %s-Verbindung festgelegt.",
"loc.messages.ConnectionAlreadySetOverwriting": "Für die Registrierung %s wurde bereits eine Authentifizierung für eine %s-Verbindung festgelegt. Die vorhandene Authentifizierung wird überschrieben.",
"loc.messages.AuthTelemetry": "%s interne Feeds, %s externe Repositorys und %s Verbunddienstverbindungen authentifiziert",
"loc.messages.FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Sowohl der Registrierungsname als auch die Dienstverbindung müssen festgelegt werden und dürfen nicht leer sein.",
"loc.messages.RegistryNotFound": "Die eingegebenen Registrierungsnamen \"%s\" entsprechen keiner Registrierung in \"config.toml\"."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Tarea de autenticación para el cliente de carga usado para instalar la distribución de cajas de carga",
"loc.instanceNameFormat": "autenticación de carga $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
"loc.input.help.workloadIdentityServiceConnection": "If this is set, registryNames is required. All other inputs are ignored.",
"loc.input.label.registryNames": "Registry names from config.toml",
"loc.input.help.registryNames": "Comma seperated list of registry names specified in your config.toml to authenticate. If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with cargoServiceConnections.",
"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 requiere registryNames. Se omiten todas las demás entradas.",
"loc.input.label.registryNames": "Nombres del Registro de config.toml",
"loc.input.help.registryNames": "Lista separada por comas de los nombres del Registro especificados en config.toml para autenticarse. Si se establece, se requiere workloadIdentityServiceConnection. Se omiten todas las demás entradas. No es compatible con cargoServiceConnections.",
"loc.input.label.configFile": "archivo config.toml para autenticar",
"loc.input.help.configFile": "Ruta de acceso al archivo config.toml que especifica los registros con los que quiere trabajar. Seleccione el archivo, no la carpeta. Por ejemplo, \"/.cargo/config.toml\".",
"loc.input.label.cargoServiceConnections": "Credenciales para registros fuera de esta organización o colección",
Expand All @@ -18,10 +18,10 @@
"loc.messages.AuthenticatingThisConfigToml": "Agregando autenticación para el Registro que aparece en este archivo config.toml en %s",
"loc.messages.AddingAuthRegistry": "Agregando autenticación para el registro: %s con nombre de token: %s",
"loc.messages.AddingAuthExternalRegistry": "Agregando autenticación para el registro externo: %s con nombre de token: %s",
"loc.messages.ConnectionAlreadySet": "Registry %s already has auth set for an %s connection.",
"loc.messages.ConnectionAlreadySetOverwriting": "Registry %s already has auth set for an %s connection. Overwriting the existing auth.",
"loc.messages.AuthTelemetry": "Authenticated %s internal feeds, %s external repos, and %s federated service connections",
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Both registry name and service connection need to be set and cannot be empty.",
"loc.messages.RegistryNotFound": "The registry names input '%s' does not correspond any registry in config.toml"
"loc.messages.ConnectionAlreadySet": "El Registro %s ya tiene establecida la autenticación para una conexión %s.",
"loc.messages.ConnectionAlreadySetOverwriting": "El Registro %s ya tiene establecida la autenticación para una conexión %s. Sobrescribiendo la autenticación existente.",
"loc.messages.AuthTelemetry": "%s fuentes internas autenticadas, %s repositorios externos y %s conexiones de servicio federado",
"loc.messages.FailedToGetServiceConnectionAuth": "No se pueden obtener las credenciales federadas de la conexión de servicio: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "El nombre del Registro y la conexión de servicio deben establecerse y no pueden estar vacíos.",
"loc.messages.RegistryNotFound": "La entrada de nombres del Registro ''%s'' no corresponde a ningún registro de config.toml"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Tâche d’authentification pour le client de marchandises utilisé pour l’installation de la distribution de caisses de marchandises",
"loc.instanceNameFormat": "$(configFile) d’authentification de marchandises",
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
"loc.input.help.workloadIdentityServiceConnection": "If this is set, registryNames is required. All other inputs are ignored.",
"loc.input.label.registryNames": "Registry names from config.toml",
"loc.input.help.registryNames": "Comma seperated list of registry names specified in your config.toml to authenticate. If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with cargoServiceConnections.",
"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, RegistryNames est requis. Toutes les autres entrées sont ignorées.",
"loc.input.label.registryNames": "Noms de registre de config.toml",
"loc.input.help.registryNames": "Liste séparée par des virgules des noms de registre spécifiés dans votre config.toml pour l'authentification. Si cette option est définie, workloadIdentityServiceConnection est requis. Toutes les autres entrées sont ignorées. Non compatible avec cargoServiceConnections.",
"loc.input.label.configFile": "fichier config.toml à authentifier",
"loc.input.help.configFile": "Chemin du fichier config.toml qui spécifie les registres à utiliser. Sélectionnez le fichier, pas le dossier. Exemple : « /.cargo/config.toml ».",
"loc.input.label.cargoServiceConnections": "Informations d’identification des registres situés en dehors de cette organisation/collection",
Expand All @@ -18,10 +18,10 @@
"loc.messages.AuthenticatingThisConfigToml": "Ajout de l’authentification pour le Registre répertorié dans ce fichier config.toml au %s",
"loc.messages.AddingAuthRegistry": "Ajout de l’authentification pour le Registre : %s avec le nom de jeton : %s",
"loc.messages.AddingAuthExternalRegistry": "Ajout de l’authentification pour le Registre externe : %s avec le nom de jeton : %s",
"loc.messages.ConnectionAlreadySet": "Registry %s already has auth set for an %s connection.",
"loc.messages.ConnectionAlreadySetOverwriting": "Registry %s already has auth set for an %s connection. Overwriting the existing auth.",
"loc.messages.AuthTelemetry": "Authenticated %s internal feeds, %s external repos, and %s federated service connections",
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Both registry name and service connection need to be set and cannot be empty.",
"loc.messages.RegistryNotFound": "The registry names input '%s' does not correspond any registry in config.toml"
"loc.messages.ConnectionAlreadySet": "Le registre %s a déjà défini l'authentification pour une connexion %s.",
"loc.messages.ConnectionAlreadySetOverwriting": "Le registre %s a déjà défini l'authentification pour une connexion %s. Écraser l'authentification existante.",
"loc.messages.AuthTelemetry": "Flux internes %s authentifiés, référentiels externes %s et connexions de services fédérés %s",
"loc.messages.FailedToGetServiceConnectionAuth": "Impossible d'obtenir les informations d'identification fédérées à partir de la connexion au service : %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Le nom du registre et la connexion au service doivent être définis et ne peuvent pas être vides.",
"loc.messages.RegistryNotFound": "Les noms de registre saisis « %s » ne correspondent à aucun registre dans config.toml"
}
Loading

0 comments on commit 8800ae4

Please sign in to comment.