-
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.
- Loading branch information
1 parent
24ad482
commit 5a255d1
Showing
1,946 changed files
with
9,798 additions
and
14,450 deletions.
There are no files selected for viewing
116 changes: 58 additions & 58 deletions
116
Tasks/ACRTaskV0/Strings/resources.resjson/de-DE/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,81 +1,81 @@ | ||
{ | ||
"loc.friendlyName": "ACR-Aufgabe", | ||
"loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=851275) oder [Dokumentation zu ACR-Aufgaben anzeigen](https://docs.microsoft.com/de-de/azure/container-registry/container-registry-tasks-overview)", | ||
"loc.description": "Erstellen und Ausführen von Containerimages mithilfe von Azure Container Registry-Aufgaben (ACR)", | ||
"loc.friendlyName": "ACR Task", | ||
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=851275) or [see the ACR Task documentation](https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tasks-overview)", | ||
"loc.description": "Build and run container images using Azure Container Registry (ACR) tasks", | ||
"loc.instanceNameFormat": "acrTask", | ||
"loc.group.displayName.platform": "Plattform", | ||
"loc.group.displayName.advanced": "Erweitert", | ||
"loc.input.label.connectedServiceName": "Azure-Abonnement", | ||
"loc.input.help.connectedServiceName": "Wählen Sie ein Azure Resource Manager-Abonnement für die Bereitstellung aus.", | ||
"loc.input.label.azureContainerRegistry": "Azure Container Registry", | ||
"loc.input.help.azureContainerRegistry": "Wählen Sie eine Azure Container Registry-Instanz aus, die zum Abrufen von Containerimages und zum Bereitstellen von Anwendungen im Kubernetes-Cluster verwendet wird. Erforderlich für Befehle, die eine Authentifizierung bei einer Registrierung erfordern.", | ||
"loc.input.label.containerRepository": "Containerrepository", | ||
"loc.input.help.containerRepository": "Der Name des Repositorys.", | ||
"loc.input.label.contextType": "Art des Quellkontexts", | ||
"loc.input.help.contextType": "Methode, über die der Quellkontext für die ACR-Aufgabe bereitgestellt werden soll.", | ||
"loc.input.label.contextPath": "Pfad für Quellkontext", | ||
"loc.input.help.contextPath": "Der Pfad zu den Inhalten, die als Kontext für die ACR-Aufgabe gesendet werden sollen. Für ein Release mit mehreren Artefakten muss auch der Aliasname für das Artefakt im Pfad angegeben werden. Beispiel: $(System.DefaultWorkingDirectory)/_alias1 ", | ||
"loc.input.label.githubConnection": "GitHub-Verbindung", | ||
"loc.input.help.githubConnection": "GitHub-Dienstverbindung", | ||
"loc.input.label.containerRepository": "Container repository", | ||
"loc.input.help.containerRepository": "Name of the repository.", | ||
"loc.input.label.contextType": "Source context type", | ||
"loc.input.help.contextType": "Method by which the source context should be provided to the ACR task.", | ||
"loc.input.label.contextPath": "Source context path", | ||
"loc.input.help.contextPath": "Path to the content to be sent as the context for the ACR task. For release having multiple artifacts provide with artifact alias name in the path too. For example, $(System.DefaultWorkingDirectory)/_alias1 ", | ||
"loc.input.label.githubConnection": "GitHub Connection", | ||
"loc.input.help.githubConnection": "GitHub service connection", | ||
"loc.input.label.repositoryName": "Repository", | ||
"loc.input.help.repositoryName": "Geben Sie den vollständigen Namen des Repositorys (z. B. \"Organisation/Repository\") ein, das als Quellkontext verwendet werden soll.", | ||
"loc.input.help.repositoryName": "Enter repository full name i.e. 'organization/repository' to be used as the source context", | ||
"loc.input.label.branch": "Branch", | ||
"loc.input.help.branch": "Der als Quellkontext zu verwendende Branch.", | ||
"loc.input.label.dockerfileOrTaskFile": "Dockerfile oder Aufgabendateipfad", | ||
"loc.input.help.dockerfileOrTaskFile": "Relativer Pfad zum Dockerfile oder Dateipfad zu ACR-Aufgabenvorlagen relativ zum Quellkontext", | ||
"loc.input.help.branch": "Branch to be used as source context.", | ||
"loc.input.label.dockerfileOrTaskFile": "Dockerfile or task file path", | ||
"loc.input.help.dockerfileOrTaskFile": "Relative path to the Dockerfile or the ACR task template file path relative to the source context", | ||
"loc.input.label.tags": "Tags", | ||
"loc.input.help.tags": "Eine Liste mit Tags auf getrennten Zeilen. Diese Tags werden in build-, push-und buildAndPush-Befehlen verwendet. Beispiel:<br><br>beta1.1<br>", | ||
"loc.input.label.arguments": "Argumente", | ||
"loc.input.help.arguments": "Die Sammlung mit Buildargumenten, die beim Ausführen eines Docker-Builds verwendet werden sollen. Format: --build-arg arg1=value1 --build-arg arg2=val2", | ||
"loc.input.help.arguments": "The collection of build arguments to be used when executing a docker build. Format: --build-arg arg1=value1 --build-arg arg2=val2", | ||
"loc.input.label.valuesFilePath": "ValuesFilePath", | ||
"loc.input.help.valuesFilePath": "Der Dateipfad für ACR-Aufgabenwerte relativ zum Quellkontext. \"Values.yaml\" enthält key:value-Paare, die die Schlüssel in der Vorlagendatei für die ACR-Aufgabe ersetzen.", | ||
"loc.input.label.os": "Betriebssystem", | ||
"loc.input.help.os": "Betriebssystem für die ACR-Aufgabe", | ||
"loc.input.help.valuesFilePath": "The ACR task values file path relative to the source context. Values.yaml contains \"key:value\" pairs that replace the keys in the acr task template file.", | ||
"loc.input.label.os": "Operating system", | ||
"loc.input.help.os": "operating system for the acr task", | ||
"loc.input.label.architecture": "Architektur", | ||
"loc.input.help.architecture": "Architektur", | ||
"loc.input.help.architecture": "Architecture", | ||
"loc.input.label.cwd": "Arbeitsverzeichnis", | ||
"loc.input.help.cwd": "Das aktuelle Arbeitsverzeichnis, in dem das Skript (nicht ACR) ausgeführt wird. Wird dieser Wert leer gelassen, wird der Stamm des Repositorys (Build) oder der Artefakte (Release) verwendet, dieser lautet \"$(System.DefaultWorkingDirectory)\".", | ||
"loc.input.label.pat": "Persönliches Zugriffstoken zum Aktualisieren des Triggers für das Basisimage", | ||
"loc.input.help.pat": "Dieses persönliche Zugriffstoken wird an das Feld \"baseImageTrigger\" übergeben, um diese Pipeline immer dann auszulösen, wenn das Basisimage aktualisiert wird.", | ||
"loc.messages.InvalidEndpointAuthScheme": "Ungültiges GitHub-Dienstverbindungsschema: %s. Es sind nur Token-, OAuth- und GitHub-Verbindungen mit einem persönlichen Zugriffstoken zulässig.", | ||
"loc.input.help.cwd": "Current working directory where the script(not ACR) is run. Empty is the root of the repo (build) or artifacts (release), which is $(System.DefaultWorkingDirectory)", | ||
"loc.input.label.pat": "PAT for updating the baseimage trigger", | ||
"loc.input.help.pat": "This PAT would be passed down to the baseImageTrigger field to trigger this pipeline whenever the base image is updated", | ||
"loc.messages.InvalidEndpointAuthScheme": "Invalid GitHub service connection scheme: %s. Only Token, OAuth and GitHub personal access token connections are allowed.", | ||
"loc.messages.InvalidGithubEndpoint": "Ungültiger GitHub-Dienstendpunkt: %s.", | ||
"loc.messages.TaskConstructorFailed": "Fehler beim Initialisieren der Aufgabe. Fehler: %s", | ||
"loc.messages.CallbackCannotBeNull": "Der Rückruf darf nicht NULL sein.", | ||
"loc.messages.UnableToFindResourceGroupDueToNullId": "Die Ressourcengruppe wurde aufgrund einer NULL-ID nicht gefunden.", | ||
"loc.messages.UnableToFindResourceGroupDueToInvalidId": "Die Ressourcengruppe wurde aufgrund einer ungültigen ID nicht gefunden.", | ||
"loc.messages.ResourceDoesntExist": "Die Ressource \"%s\" ist nicht vorhanden. Die Ressource muss vor der Bereitstellung vorhanden sein.", | ||
"loc.messages.MultipleResourceGroupFoundForContainerRegistry": "Für die Containerregistrierung \"%s\" wurden mehrere Ressourcengruppen gefunden.", | ||
"loc.messages.FailedToExtractFromResponse": "Fehler beim Extrahieren von \"%s\" aus der Antwort.", | ||
"loc.messages.FailedToCreateEncodedTaskStep": "Fehler beim Erstellen eines codierten Aufgabenschritts. Fehler: %s", | ||
"loc.messages.AcrRegNameCannotBeEmpty": "Der Azure Container Registry-Name darf nicht NULL sein.", | ||
"loc.messages.AcrTaskNameCannotBeEmpty": "Der Name der ACR-Aufgabe darf nicht NULL sein.", | ||
"loc.messages.InvalidContextPath": "Der Pfad für den Quellkontext ist nicht vorhanden. Überprüfen Sie, ob der Pfad vorhanden ist.", | ||
"loc.messages.FetchUploadBlobSourceUrl": "Die Upload-URL für den Buildkontext wird abgerufen.", | ||
"loc.messages.FetchedUploadBlobSourceUrl": "Die Upload-URL für den Buildkontext wurde erfolgreich abgerufen.", | ||
"loc.messages.UploadSourceContext": "Der Quellkontext für den Build wird in das Blob hochgeladen.", | ||
"loc.messages.BlobUploadSuccess": "Der Quellkontext wurde erfolgreich in das Blob \"%s\" hochgeladen.", | ||
"loc.messages.FailedToUploadBlob": "Fehler beim Hochladen des Quellkontexts in das Blob \"%s\". Fehler: %s", | ||
"loc.messages.FailedToGetBlobSourceUrl": "Fehler beim Abrufen der Upload-URL für den Buildkontext. Fehler: %s", | ||
"loc.messages.FetchAcrTask": "Die ACR-Aufgabe \"%s\" wird abgerufen.", | ||
"loc.messages.CreateAcrTask": "Die Aufgabe \"%s\" wurde nicht gefunden. Es wird eine ACR-Aufgabe mit dem Namen \"%s\" erstellt...", | ||
"loc.messages.UpdateAcrTask": "Die Aufgabe \"%s\" wurde gefunden. Die Aufgabe wird aktualisiert...", | ||
"loc.messages.FailedToFetchTask": "Fehler beim Abrufen der Aufgabe \"%s\". Fehler: %s", | ||
"loc.messages.CreatedAcrTask": "Die Aufgabe \"%s\" wurde erfolgreich erstellt.", | ||
"loc.messages.UpdatedAcrTask": "Die Aufgabe \"%s\" wurde erfolgreich aktualisiert.", | ||
"loc.messages.FailedToCreateOrUpdateTask": "Fehler beim Erstellen oder Aktualisieren der ACR-Aufgabe. Fehler: %s", | ||
"loc.messages.RunAcrTask": "Die Aufgabe \"%s\" wird ausgeführt.", | ||
"loc.messages.ScheduledAcrTaskRun": "Die geplante Ausführung für \"%s\" wurde erfolgreich geplant. RunId: %s Status: %s", | ||
"loc.messages.FailedToScheduleTaskRun": "Fehler beim Planen der Ausführung für die ACR-Aufgabe. Fehler: %s", | ||
"loc.messages.CancelAcrTaskRun": "Die Ausführung mit der ID %s für Aufgabe \"%s\" wird abgebrochen.", | ||
"loc.messages.CancelledAcrTaskRun": "Die Ausführung mit der ID %s für Aufgabe \"%s\" wurde abgebrochen.", | ||
"loc.messages.FailedToCancelRun": "Fehler beim Abbrechen der Ausführung mit der ID %s. Fehler: %s", | ||
"loc.messages.GetLogLinkForRun": "Der Protokolllink für die Ausführung \"%s\" wird abgerufen.", | ||
"loc.messages.LogLinkForRun": "Protokolllink für Ausführung \"%s\": %s", | ||
"loc.messages.FailedToGetLogLink": "Fehler beim Abrufen des Protokolllinks für die Ausführung \"%s\". Fehler: %s", | ||
"loc.messages.FailedToFetchRun": "Fehler beim Abrufen der Ausführung \"%s\". Fehler: %s", | ||
"loc.messages.TaskRunStatus": "Ausführungs-ID %s: %s", | ||
"loc.messages.DownloadedRunLogs": "Ausführungsprotokolle heruntergeladen", | ||
"loc.messages.TaskRunSucceeded": "RunId %s wurde erfolgreich ausgeführt.", | ||
"loc.messages.TaskRunCancelled": "RunId %s wurde abgebrochen.", | ||
"loc.messages.TaskRunFailed": "Fehler bei der ACR-Aufgabe. Ausführliche Informationen finden Sie in den Ausführungsprotokollen." | ||
"loc.messages.MultipleResourceGroupFoundForContainerRegistry": "Multiple resource groups found for container registry '%s'.", | ||
"loc.messages.FailedToExtractFromResponse": "Failed to extact %s from response", | ||
"loc.messages.FailedToCreateEncodedTaskStep": "Failed to create a encoded task step. Error: %s", | ||
"loc.messages.AcrRegNameCannotBeEmpty": "The Azure container registry name cannot be null.", | ||
"loc.messages.AcrTaskNameCannotBeEmpty": "The ACR task name name cannot be null.", | ||
"loc.messages.InvalidContextPath": "Source context path does not exist. Please check whether the path exists or not.", | ||
"loc.messages.FetchUploadBlobSourceUrl": "Fetching build context upload url..", | ||
"loc.messages.FetchedUploadBlobSourceUrl": "Successfully fetched build context upload url.", | ||
"loc.messages.UploadSourceContext": "Uploading build source context to blob..", | ||
"loc.messages.BlobUploadSuccess": "Successfully uploaded source context to blob %s", | ||
"loc.messages.FailedToUploadBlob": "Failed to upload source context to blob %s. Error: %s", | ||
"loc.messages.FailedToGetBlobSourceUrl": "Failed to get build context upload url. Error: %s", | ||
"loc.messages.FetchAcrTask": "Fetching ACR task %s", | ||
"loc.messages.CreateAcrTask": "Couldn't find %s task. Creating acr task with name %s ..", | ||
"loc.messages.UpdateAcrTask": "Found task %s. Updating the task ..", | ||
"loc.messages.FailedToFetchTask": "Failed to fetch task %s. Error: %s", | ||
"loc.messages.CreatedAcrTask": "Created task %s successfully", | ||
"loc.messages.UpdatedAcrTask": "Updated task %s successfully", | ||
"loc.messages.FailedToCreateOrUpdateTask": "Failed to create or update acr task. Error: %s", | ||
"loc.messages.RunAcrTask": "Running task %s", | ||
"loc.messages.ScheduledAcrTaskRun": "Scheduled run for %s successfully. RunId: %s Status: %s", | ||
"loc.messages.FailedToScheduleTaskRun": "Failed to schedule run for acr task. Error: %s", | ||
"loc.messages.CancelAcrTaskRun": "Cancelling run with id %s for task %s", | ||
"loc.messages.CancelledAcrTaskRun": "Cancelled run with id %s for task %s", | ||
"loc.messages.FailedToCancelRun": "Failed to cancel run with id %s. Error: %s", | ||
"loc.messages.GetLogLinkForRun": "Fetching the log link for run %s", | ||
"loc.messages.LogLinkForRun": "Log link for run %s: %s", | ||
"loc.messages.FailedToGetLogLink": "Failed to fetch log link for run %s. Error: %s", | ||
"loc.messages.FailedToFetchRun": "Failed to get run %s. Error: %s", | ||
"loc.messages.TaskRunStatus": "Run Id: %s is %s", | ||
"loc.messages.DownloadedRunLogs": "Downloaded run logs", | ||
"loc.messages.TaskRunSucceeded": "RunId: %s has succeeded.", | ||
"loc.messages.TaskRunCancelled": "RunId: %s has been cancelled", | ||
"loc.messages.TaskRunFailed": "ACR task has failed. Check run logs for details" | ||
} |
Oops, something went wrong.