From 4a9f5a30a093d05b2851f90af599b9702511c429 Mon Sep 17 00:00:00 2001 From: "Maksim Petrov (Akvelon INC)" Date: Mon, 1 Jul 2024 22:03:34 +0200 Subject: [PATCH] Resolve conflicts --- .../resources.resjson/de-DE/resources.resjson | 170 +++++++++--------- .../resources.resjson/es-ES/resources.resjson | 170 +++++++++--------- .../resources.resjson/fr-FR/resources.resjson | 170 +++++++++--------- .../resources.resjson/it-IT/resources.resjson | 170 +++++++++--------- .../resources.resjson/ja-JP/resources.resjson | 170 +++++++++--------- .../resources.resjson/ko-KR/resources.resjson | 170 +++++++++--------- .../resources.resjson/ru-RU/resources.resjson | 170 +++++++++--------- .../resources.resjson/zh-CN/resources.resjson | 170 +++++++++--------- .../resources.resjson/zh-TW/resources.resjson | 170 +++++++++--------- .../resources.resjson/de-DE/resources.resjson | 26 +-- .../resources.resjson/es-ES/resources.resjson | 26 +-- .../resources.resjson/it-IT/resources.resjson | 26 +-- .../resources.resjson/ja-JP/resources.resjson | 26 +-- .../resources.resjson/zh-CN/resources.resjson | 26 +-- .../resources.resjson/de-DE/resources.resjson | 146 +++++++-------- .../resources.resjson/es-ES/resources.resjson | 146 +++++++-------- .../resources.resjson/fr-FR/resources.resjson | 146 +++++++-------- .../resources.resjson/it-IT/resources.resjson | 146 +++++++-------- .../resources.resjson/ja-JP/resources.resjson | 146 +++++++-------- .../resources.resjson/zh-CN/resources.resjson | 146 +++++++-------- .../resources.resjson/zh-TW/resources.resjson | 146 +++++++-------- .../resources.resjson/fr-FR/resources.resjson | 22 +-- .../resources.resjson/es-ES/resources.resjson | 38 ++-- .../resources.resjson/fr-FR/resources.resjson | 38 ++-- 24 files changed, 1390 insertions(+), 1390 deletions(-) diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson index e9ab2243d6d8..aa4cc3cdfd58 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=848006) oder [Docker Compose-Dokumentation anzeigen](https://docs.docker.com/)", - "loc.description": "Erstellen Sie Docker-Anwendungen mit mehreren Containern, übertragen Sie sie mithilfe von Push, oder führen Sie sie aus. Die Aufgabe kann mit Docker oder Azure Container Registry verwendet werden.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Erweiterte Optionen", - "loc.input.label.containerregistrytype": "Containerregistrierungstyp", - "loc.input.help.containerregistrytype": "Wählen Sie einen Containerregistrierungstyp aus.", - "loc.input.label.dockerRegistryEndpoint": "Dienstverbindung für Docker-Registrierung", - "loc.input.help.dockerRegistryEndpoint": "Wählen Sie eine Dienstverbindung für die Docker-Registrierung aus. Erforderlich für Befehle, die eine Authentifizierung bei einer Registrierung erfordern.", - "loc.input.label.azureSubscriptionEndpoint": "Azure-Abonnement", - "loc.input.help.azureSubscriptionEndpoint": "Wählen Sie ein Azure-Abonnement aus.", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Wählen Sie eine Azure Container Registry aus.", - "loc.input.label.dockerComposeFile": "Docker Compose-Datei", - "loc.input.help.dockerComposeFile": "Pfad zur zu verwendenden primären Docker Compose-Datei.", - "loc.input.label.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien", - "loc.input.help.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien, die mit der primären Docker Compose-Datei kombiniert werden soll. Relative Pfade werden in Bezug auf das Verzeichnis, dass die primäre Docker Compose-Datei enthält, aufgelöst. Wenn eine angegebene Datei nicht gefunden wird, wird sie ignoriert. Geben Sie jeden Dateipfad in einer neuen Zeile an.", - "loc.input.label.dockerComposeFileArgs": "Umgebungsvariablen", - "loc.input.help.dockerComposeFileArgs": "Umgebungsvariablen, die während des Befehls festgelegt werden. Geben Sie jedes Name/Wert-Paar in einer neuen Zeile an.", - "loc.input.label.projectName": "Projektname", - "loc.input.help.projectName": "Projektname, der für Standardnamen von Images und Containern verwendet wird.", - "loc.input.label.qualifyImageNames": "Imagenamen qualifizieren", - "loc.input.help.qualifyImageNames": "Qualifizieren Sie die Imagenamen für erstellte Dienste mit dem Hostnamen der Docker-Registrierungsdienstverbindung, sofern nicht anders angegeben.", - "loc.input.label.action": "Aktion", - "loc.input.help.action": "Wählen Sie eine Docker Compose-Aktion aus.", - "loc.input.label.additionalImageTags": "Zusätzliche Imagetags", - "loc.input.help.additionalImageTags": "Zusätzliche Tags für die Docker-Images, die erstellt oder mithilfe von Push übertragen werden sollen.", - "loc.input.label.includeSourceTags": "Quelltags einschließen", - "loc.input.help.includeSourceTags": "Fügen Sie Git-Tags ein, wenn Sie Docker-Images erstellen oder mittels Push übertragen.", - "loc.input.label.includeLatestTag": "Aktuelles Tag einschließen", - "loc.input.help.includeLatestTag": "Fügen Sie das Tag \"latest\" (aktuell) ein, wenn Sie die Docker-Images erstellen oder mittels Push übertragen.", - "loc.input.label.buildImages": "Images erstellen", - "loc.input.help.buildImages": "Erstellen Sie Images, bevor Sie Dienstcontainer starten.", - "loc.input.label.serviceName": "Dienstname", - "loc.input.help.serviceName": "Name des auszuführenden spezifischen Diensts.", - "loc.input.label.containerName": "Containername", - "loc.input.help.containerName": "Name des auszuführenden spezifischen Dienstcontainers.", - "loc.input.label.ports": "Ports", - "loc.input.help.ports": "Ports im spezifischen Dienstcontainer zum Veröffentlichen an den Host. Geben Sie jede Hostport:Containerport-Bindung in einer neuen Zeile an.", - "loc.input.label.workDir": "Arbeitsverzeichnis", - "loc.input.help.workDir": "Das Arbeitsverzeichnis für den spezifischen Dienstcontainer.", - "loc.input.label.entrypoint": "Überschreiben des Einstiegspunkts", - "loc.input.help.entrypoint": "Überschreiben Sie den Standardeinstiegspunkt für den spezifischen Dienstcontainer.", - "loc.input.label.containerCommand": "Befehl", - "loc.input.help.containerCommand": "Im spezifischen Dienstcontainer auszuführender Befehl. Wenn das Image beispielsweise eine einfache Python Flask-Webanwendung enthält, können Sie zum Starten der Webanwendung \"python app.py\" angeben.", - "loc.input.label.detached": "Im Hintergrund ausführen", - "loc.input.help.detached": "Führen Sie die Dienstcontainer im Hintergrund aus.", - "loc.input.label.abortOnContainerExit": "Beim Beenden des Containers abbrechen", - "loc.input.help.abortOnContainerExit": "Alle Container anhalten, wenn ein Container beendet wird.", - "loc.input.label.imageDigestComposeFile": "Imagehashwert-Compose-Datei", - "loc.input.help.imageDigestComposeFile": "Pfad zu einer Docker Compose-Datei, die erstellt und mit den vollständigen Imagerepository-Hashwerten des Docker-Images jedes Diensts befüllt wird.", - "loc.input.label.removeBuildOptions": "Buildoptionen entfernen", - "loc.input.help.removeBuildOptions": "Entfernen Sie die Buildoptionen aus der Docker Compose-Ausgabedatei.", - "loc.input.label.baseResolveDirectory": "Basisauflösungsverzeichnis", - "loc.input.help.baseResolveDirectory": "Das Basisverzeichnis, in dem die entsprechenden Pfade in der Docker Compose-Ausgabedatei aufgelöst werden sollen.", - "loc.input.label.outputDockerComposeFile": "Docker Compose-Datei ausgeben", - "loc.input.help.outputDockerComposeFile": "Pfad zu einer Docker Compose-Ausgabedatei.", - "loc.input.label.dockerComposeCommand": "Befehl", - "loc.input.help.dockerComposeCommand": "Docker Compose-Befehl, der mit Argumenten ausgeführt werden soll. Beispielsweise \"rm --all\" entfernt alle angehaltenen Dienstcontainer.", - "loc.input.label.arguments": "Argumente", - "loc.input.help.arguments": "Docker Compose-Befehlsoptionen. Beispiel:
Für Buildbefehl:
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker-Hostdienstverbindung", - "loc.input.help.dockerHostEndpoint": "Wählen Sie eine Docker-Hostdienstverbindung. Entspricht standardmäßig dem Agent-Host.", - "loc.input.label.nopIfNoDockerComposeFile": "Kein Vorgang, wenn keine Docker Compose-Datei vorhanden ist", - "loc.input.help.nopIfNoDockerComposeFile": "Wenn die Docker Compose-Datei nicht vorhanden ist, überspringen Sie diese Aufgabe. Dies ist hilfreich, wenn die Aufgabe ein optionales Verhalten ermöglicht, das darauf basiert, dass im Repository eine Docker Compose-Datei enthalten ist.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien erfordern", - "loc.input.help.requireAdditionalDockerComposeFiles": "Erzeugt einen Fehler, wenn die zusätzlichen Docker Compose-Dateien nicht vorhanden sind. Dies überschreibt das Standardverhalten, das darin besteht, eine nicht vorhandene Datei zu ignorieren.", - "loc.input.label.cwd": "Arbeitsverzeichnis", - "loc.input.help.cwd": "Arbeitsverzeichnis für den Docker Compose-Befehl.", - "loc.input.label.dockerComposePath": "Pfad zur ausführbaren Docker Compose-Datei", - "loc.input.help.dockerComposePath": "Diese ausführbare docker-compose-Datei wird verwendet, wenn der Pfad angegeben wird.", - "loc.messages.ConnectingToDockerHost": "Die DOCKER_HOST-Variable ist festgelegt. Docker versucht, eine Verbindung mit dem Docker-Host herzustellen: %s", - "loc.messages.ContainerPatternFound": "Muster in Docker Compose-Parameter \"filepath\" gefunden.", - "loc.messages.ContainerPatternNotFound": "Kein Muster in Docker Compose-Parameter \"filepath\" gefunden.", - "loc.messages.ContainerDockerFileNotFound": "Es wurde keine Docker-Datei gefunden, die %s entspricht.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Die zusätzliche Docker Compose-Datei \"%s\" ist nicht vorhanden.", - "loc.messages.CantWriteDataToFile": "In die Datei \"%s\" können keine Daten geschrieben werden. Fehler: %s", - "loc.messages.DockerHostVariableWarning": "Die DOCKER_HOST-Variable ist festgelegt. Stellen Sie sicher, dass der Docker-Daemon auf \"%s\" ausgeführt wird.", - "loc.messages.NoDataWrittenOnFile": "In die Datei \"%s\" wurden keine Daten geschrieben. ", - "loc.messages.FileContentSynced": "Der Inhalt der Datei wurde auf dem Datenträger synchronisiert. Der Inhalt ist \"%s\".", - "loc.messages.ImageNameWithoutTag": "Imagename nicht mit Tag angegeben, Übertragung aller Imagetags mithilfe von Push angegeben.", - "loc.messages.WritingDockerConfigToTempFile": "Die Docker-Konfiguration wird in eine temporäre Datei geschrieben. Dateipfad: %s, Docker-Konfiguration: %s", - "loc.messages.InvalidProjectName": "Der Projektname „%s“ muss ein gültiger Docker Compose-Projektname sein. Folgen Sie dem Link, um weitere Informationen zu erhalten: https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "Die Aufgabe verwendet Docker Compose V1, aber es gibt Pläne für den Übergang zu Docker Compose V2. Sie müssen untersuchen, wie Sie Ihr Projekt an Docker Compose V2 anpassen. Anleitungen zu dieser Migration finden Sie in der offiziellen Docker Compose-Dokumentation unter dem bereitgestellten Link: https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=848006) oder [Docker Compose-Dokumentation anzeigen](https://docs.docker.com/)", + "loc.description": "Erstellen Sie Docker-Anwendungen mit mehreren Containern, übertragen Sie sie mithilfe von Push, oder führen Sie sie aus. Die Aufgabe kann mit Docker oder Azure Container Registry verwendet werden.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Erweiterte Optionen", + "loc.input.label.containerregistrytype": "Containerregistrierungstyp", + "loc.input.help.containerregistrytype": "Wählen Sie einen Containerregistrierungstyp aus.", + "loc.input.label.dockerRegistryEndpoint": "Dienstverbindung für Docker-Registrierung", + "loc.input.help.dockerRegistryEndpoint": "Wählen Sie eine Dienstverbindung für die Docker-Registrierung aus. Erforderlich für Befehle, die eine Authentifizierung bei einer Registrierung erfordern.", + "loc.input.label.azureSubscriptionEndpoint": "Azure-Abonnement", + "loc.input.help.azureSubscriptionEndpoint": "Wählen Sie ein Azure-Abonnement aus.", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Wählen Sie eine Azure Container Registry aus.", + "loc.input.label.dockerComposeFile": "Docker Compose-Datei", + "loc.input.help.dockerComposeFile": "Pfad zur zu verwendenden primären Docker Compose-Datei.", + "loc.input.label.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien", + "loc.input.help.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien, die mit der primären Docker Compose-Datei kombiniert werden soll. Relative Pfade werden in Bezug auf das Verzeichnis, dass die primäre Docker Compose-Datei enthält, aufgelöst. Wenn eine angegebene Datei nicht gefunden wird, wird sie ignoriert. Geben Sie jeden Dateipfad in einer neuen Zeile an.", + "loc.input.label.dockerComposeFileArgs": "Umgebungsvariablen", + "loc.input.help.dockerComposeFileArgs": "Umgebungsvariablen, die während des Befehls festgelegt werden. Geben Sie jedes Name/Wert-Paar in einer neuen Zeile an.", + "loc.input.label.projectName": "Projektname", + "loc.input.help.projectName": "Projektname, der für Standardnamen von Images und Containern verwendet wird.", + "loc.input.label.qualifyImageNames": "Imagenamen qualifizieren", + "loc.input.help.qualifyImageNames": "Qualifizieren Sie die Imagenamen für erstellte Dienste mit dem Hostnamen der Docker-Registrierungsdienstverbindung, sofern nicht anders angegeben.", + "loc.input.label.action": "Aktion", + "loc.input.help.action": "Wählen Sie eine Docker Compose-Aktion aus.", + "loc.input.label.additionalImageTags": "Zusätzliche Imagetags", + "loc.input.help.additionalImageTags": "Zusätzliche Tags für die Docker-Images, die erstellt oder mithilfe von Push übertragen werden sollen.", + "loc.input.label.includeSourceTags": "Quelltags einschließen", + "loc.input.help.includeSourceTags": "Fügen Sie Git-Tags ein, wenn Sie Docker-Images erstellen oder mittels Push übertragen.", + "loc.input.label.includeLatestTag": "Aktuelles Tag einschließen", + "loc.input.help.includeLatestTag": "Fügen Sie das Tag \"latest\" (aktuell) ein, wenn Sie die Docker-Images erstellen oder mittels Push übertragen.", + "loc.input.label.buildImages": "Images erstellen", + "loc.input.help.buildImages": "Erstellen Sie Images, bevor Sie Dienstcontainer starten.", + "loc.input.label.serviceName": "Dienstname", + "loc.input.help.serviceName": "Name des auszuführenden spezifischen Diensts.", + "loc.input.label.containerName": "Containername", + "loc.input.help.containerName": "Name des auszuführenden spezifischen Dienstcontainers.", + "loc.input.label.ports": "Ports", + "loc.input.help.ports": "Ports im spezifischen Dienstcontainer zum Veröffentlichen an den Host. Geben Sie jede Hostport:Containerport-Bindung in einer neuen Zeile an.", + "loc.input.label.workDir": "Arbeitsverzeichnis", + "loc.input.help.workDir": "Das Arbeitsverzeichnis für den spezifischen Dienstcontainer.", + "loc.input.label.entrypoint": "Überschreiben des Einstiegspunkts", + "loc.input.help.entrypoint": "Überschreiben Sie den Standardeinstiegspunkt für den spezifischen Dienstcontainer.", + "loc.input.label.containerCommand": "Befehl", + "loc.input.help.containerCommand": "Im spezifischen Dienstcontainer auszuführender Befehl. Wenn das Image beispielsweise eine einfache Python Flask-Webanwendung enthält, können Sie zum Starten der Webanwendung \"python app.py\" angeben.", + "loc.input.label.detached": "Im Hintergrund ausführen", + "loc.input.help.detached": "Führen Sie die Dienstcontainer im Hintergrund aus.", + "loc.input.label.abortOnContainerExit": "Beim Beenden des Containers abbrechen", + "loc.input.help.abortOnContainerExit": "Alle Container anhalten, wenn ein Container beendet wird.", + "loc.input.label.imageDigestComposeFile": "Imagehashwert-Compose-Datei", + "loc.input.help.imageDigestComposeFile": "Pfad zu einer Docker Compose-Datei, die erstellt und mit den vollständigen Imagerepository-Hashwerten des Docker-Images jedes Diensts befüllt wird.", + "loc.input.label.removeBuildOptions": "Buildoptionen entfernen", + "loc.input.help.removeBuildOptions": "Entfernen Sie die Buildoptionen aus der Docker Compose-Ausgabedatei.", + "loc.input.label.baseResolveDirectory": "Basisauflösungsverzeichnis", + "loc.input.help.baseResolveDirectory": "Das Basisverzeichnis, in dem die entsprechenden Pfade in der Docker Compose-Ausgabedatei aufgelöst werden sollen.", + "loc.input.label.outputDockerComposeFile": "Docker Compose-Datei ausgeben", + "loc.input.help.outputDockerComposeFile": "Pfad zu einer Docker Compose-Ausgabedatei.", + "loc.input.label.dockerComposeCommand": "Befehl", + "loc.input.help.dockerComposeCommand": "Docker Compose-Befehl, der mit Argumenten ausgeführt werden soll. Beispielsweise \"rm --all\" entfernt alle angehaltenen Dienstcontainer.", + "loc.input.label.arguments": "Argumente", + "loc.input.help.arguments": "Docker Compose-Befehlsoptionen. Beispiel:
Für Buildbefehl:
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker-Hostdienstverbindung", + "loc.input.help.dockerHostEndpoint": "Wählen Sie eine Docker-Hostdienstverbindung. Entspricht standardmäßig dem Agent-Host.", + "loc.input.label.nopIfNoDockerComposeFile": "Kein Vorgang, wenn keine Docker Compose-Datei vorhanden ist", + "loc.input.help.nopIfNoDockerComposeFile": "Wenn die Docker Compose-Datei nicht vorhanden ist, überspringen Sie diese Aufgabe. Dies ist hilfreich, wenn die Aufgabe ein optionales Verhalten ermöglicht, das darauf basiert, dass im Repository eine Docker Compose-Datei enthalten ist.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien erfordern", + "loc.input.help.requireAdditionalDockerComposeFiles": "Erzeugt einen Fehler, wenn die zusätzlichen Docker Compose-Dateien nicht vorhanden sind. Dies überschreibt das Standardverhalten, das darin besteht, eine nicht vorhandene Datei zu ignorieren.", + "loc.input.label.cwd": "Arbeitsverzeichnis", + "loc.input.help.cwd": "Arbeitsverzeichnis für den Docker Compose-Befehl.", + "loc.input.label.dockerComposePath": "Pfad zur ausführbaren Docker Compose-Datei", + "loc.input.help.dockerComposePath": "Diese ausführbare docker-compose-Datei wird verwendet, wenn der Pfad angegeben wird.", + "loc.messages.ConnectingToDockerHost": "Die DOCKER_HOST-Variable ist festgelegt. Docker versucht, eine Verbindung mit dem Docker-Host herzustellen: %s", + "loc.messages.ContainerPatternFound": "Muster in Docker Compose-Parameter \"filepath\" gefunden.", + "loc.messages.ContainerPatternNotFound": "Kein Muster in Docker Compose-Parameter \"filepath\" gefunden.", + "loc.messages.ContainerDockerFileNotFound": "Es wurde keine Docker-Datei gefunden, die %s entspricht.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Die zusätzliche Docker Compose-Datei \"%s\" ist nicht vorhanden.", + "loc.messages.CantWriteDataToFile": "In die Datei \"%s\" können keine Daten geschrieben werden. Fehler: %s", + "loc.messages.DockerHostVariableWarning": "Die DOCKER_HOST-Variable ist festgelegt. Stellen Sie sicher, dass der Docker-Daemon auf \"%s\" ausgeführt wird.", + "loc.messages.NoDataWrittenOnFile": "In die Datei \"%s\" wurden keine Daten geschrieben. ", + "loc.messages.FileContentSynced": "Der Inhalt der Datei wurde auf dem Datenträger synchronisiert. Der Inhalt ist \"%s\".", + "loc.messages.ImageNameWithoutTag": "Imagename nicht mit Tag angegeben, Übertragung aller Imagetags mithilfe von Push angegeben.", + "loc.messages.WritingDockerConfigToTempFile": "Die Docker-Konfiguration wird in eine temporäre Datei geschrieben. Dateipfad: %s, Docker-Konfiguration: %s", + "loc.messages.InvalidProjectName": "Der Projektname „%s“ muss ein gültiger Docker Compose-Projektname sein. Folgen Sie dem Link, um weitere Informationen zu erhalten: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "Die Aufgabe verwendet Docker Compose V1, aber es gibt Pläne für den Übergang zu Docker Compose V2. Sie müssen untersuchen, wie Sie Ihr Projekt an Docker Compose V2 anpassen. Anleitungen zu dieser Migration finden Sie in der offiziellen Docker Compose-Dokumentation unter dem bereitgestellten Link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson index 65aab7fc10fb..b2c60c5983c4 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?linkid=848006) o [consultar la documentación de Docker Compose](https://docs.docker.com/)", - "loc.description": "Compile, inserte o ejecute aplicaciones de Docker con varios contenedores. La tarea se puede usar con Docker o Azure Container Registry.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Opciones avanzadas", - "loc.input.label.containerregistrytype": "Tipo de Container Registry", - "loc.input.help.containerregistrytype": "Seleccione un tipo de Container Registry.", - "loc.input.label.dockerRegistryEndpoint": "Conexión de servicio del Registro de Docker", - "loc.input.help.dockerRegistryEndpoint": "Seleccione una conexión de servicio de registro de Docker. Obligatorio para los comandos que deben autenticarse en un registro.", - "loc.input.label.azureSubscriptionEndpoint": "Suscripción a Azure", - "loc.input.help.azureSubscriptionEndpoint": "Seleccione una suscripción de Azure", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Seleccione una instancia de Azure Container Registry", - "loc.input.label.dockerComposeFile": "Archivo de Docker Compose", - "loc.input.help.dockerComposeFile": "Ruta de acceso al archivo principal de Docker Compose que debe usarse.", - "loc.input.label.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose", - "loc.input.help.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose que deben combinarse con el archivo principal de Docker Compose. Las rutas de acceso relativas se resuelven respecto al directorio que contiene el archivo principal de Docker Compose. Si no se encuentra un archivo especificado, se omite. Especifique cada ruta de acceso de archivo en una línea nueva.", - "loc.input.label.dockerComposeFileArgs": "Variables de entorno", - "loc.input.help.dockerComposeFileArgs": "Variables de entorno que deben establecerse durante la ejecución del comando. Especifique cada par nombre=valor en una línea nueva.", - "loc.input.label.projectName": "Nombre de proyecto", - "loc.input.help.projectName": "Nombre de proyecto que se usa para nombrar de forma predeterminada las imágenes y los contenedores.", - "loc.input.label.qualifyImageNames": "Completar los nombres de imagen", - "loc.input.help.qualifyImageNames": "Completa los nombres de imagen para los servicios compilados con el nombre de host de la conexión del servicio de registro de Docker si no se ha especificado otra cosa.", - "loc.input.label.action": "Acción", - "loc.input.help.action": "Seleccione una acción de Docker Compose.", - "loc.input.label.additionalImageTags": "Etiquetas de imagen adicionales", - "loc.input.help.additionalImageTags": "Etiquetas adicionales para las imágenes de Docker que se van a compilar o insertar.", - "loc.input.label.includeSourceTags": "Incluir etiquetas de origen", - "loc.input.help.includeSourceTags": "Incluye las etiquetas de GIT cuando se compilan o insertan imágenes de Docker.", - "loc.input.label.includeLatestTag": "Incluir etiqueta \"latest\"", - "loc.input.help.includeLatestTag": "Incluye la etiqueta \"latest\" cuando se compilan o insertan imágenes de Docker.", - "loc.input.label.buildImages": "Compilar imágenes", - "loc.input.help.buildImages": "Compila las imágenes antes de iniciar los contenedores de servicio.", - "loc.input.label.serviceName": "Nombre del servicio", - "loc.input.help.serviceName": "Nombre del servicio específico que debe ejecutarse.", - "loc.input.label.containerName": "Nombre del contenedor", - "loc.input.help.containerName": "Nombre del contenedor de servicio específico que debe ejecutarse.", - "loc.input.label.ports": "Puertos", - "loc.input.help.ports": "Puertos en el contenedor de servicio específico para publicar en el host. Especifique cada enlace puerto-del-host:puerto-del-contenedor en una línea nueva.", - "loc.input.label.workDir": "Directorio de trabajo", - "loc.input.help.workDir": "Directorio de trabajo para el contenedor de servicio específico.", - "loc.input.label.entrypoint": "Invalidación de punto de entrada", - "loc.input.help.entrypoint": "Reemplace el punto de entrada predeterminado para el contenedor de servicio específico.", - "loc.input.label.containerCommand": "Comando", - "loc.input.help.containerCommand": "Comando que debe ejecutarse en el contenedor de servicio especificado. Por ejemplo, si la imagen contiene una aplicación web de Python Flask sencilla, puede especificar \"python app.py\" para iniciar la aplicación web.", - "loc.input.label.detached": "Ejecutar en segundo plano", - "loc.input.help.detached": "Ejecuta los contenedores de servicio en segundo plano.", - "loc.input.label.abortOnContainerExit": "Anular al salir del contenedor", - "loc.input.help.abortOnContainerExit": "Detiene todos los contenedores cuando existe algún contenedor.", - "loc.input.label.imageDigestComposeFile": "Archivo de resumen de imagen de Compose", - "loc.input.help.imageDigestComposeFile": "Ruta de acceso a un archivo de Docker Compose que se crea y rellena con los resúmenes del repositorio de imágenes completo de cada imagen de Docker del servicio.", - "loc.input.label.removeBuildOptions": "Quitar opciones de compilación", - "loc.input.help.removeBuildOptions": "Quita las opciones de compilación del archivo de salida de Docker Compose.", - "loc.input.label.baseResolveDirectory": "Directorio de resolución base", - "loc.input.help.baseResolveDirectory": "Directorio base a partir del cual deben resolverse las rutas de acceso relativas en el archivo de salida de Docker Compose.", - "loc.input.label.outputDockerComposeFile": "Archivo de salida de Docker Compose", - "loc.input.help.outputDockerComposeFile": "Ruta de acceso a un archivo de salida de Docker Compose.", - "loc.input.label.dockerComposeCommand": "Comando", - "loc.input.help.dockerComposeCommand": "Comando de Docker Compose que debe ejecutarse con argumentos. Por ejemplo, \"rm --all\" para quitar todos los contenedores de servicio detenidos.", - "loc.input.label.arguments": "Argumentos", - "loc.input.help.arguments": "Opciones de comandos de Docker Compose. Ejemplo:
Para el comando de compilación,
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Conexión de servicio de host de Docker", - "loc.input.help.dockerHostEndpoint": "Seleccione una conexión de servicio de host de Docker. El valor predeterminado es el host del agente.", - "loc.input.label.nopIfNoDockerComposeFile": "No-op si no existe un archivo de Docker Compose", - "loc.input.help.nopIfNoDockerComposeFile": "Si el archivo de Docker Compose no existe, se omite esta tarea. Esto es útil cuando la tarea ofrece un comportamiento opcional en función de que exista o no un archivo de Docker Compose en el repositorio.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Requerir archivos adicionales de Docker Compose", - "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un error si no existen los archivos adicionales de Docker Compose. Esta acción reemplaza el comportamiento predeterminado, que es omitir un archivo si no existe.", - "loc.input.label.cwd": "Directorio de trabajo", - "loc.input.help.cwd": "Directorio de trabajo para el comando de Docker Compose.", - "loc.input.label.dockerComposePath": "Ruta de acceso del ejecutable de Docker Compose", - "loc.input.help.dockerComposePath": "Este ejecutable de Docker Compose se usará si se proporciona la ruta de acceso.", - "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST está establecida. Docker intentará conectarse a su host: %s", - "loc.messages.ContainerPatternFound": "Se encontró un patrón en el parámetro filepath de Docker Compose.", - "loc.messages.ContainerPatternNotFound": "No se encontró ningún patrón en el parámetro filepath de Docker Compose.", - "loc.messages.ContainerDockerFileNotFound": "No se encontró ningún archivo de Docker que coincidiera con %s.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "El archivo adicional de Docker Compose %s no existe.", - "loc.messages.CantWriteDataToFile": "No se pueden escribir datos en el archivo %s. Error: %s", - "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST está establecida. Asegúrese de que el demonio de Docker se está ejecutando en %s.", - "loc.messages.NoDataWrittenOnFile": "No se escribieron datos en el archivo %s", - "loc.messages.FileContentSynced": "Se sincronizó el contenido del archivo con el disco. El contenido es %s.", - "loc.messages.ImageNameWithoutTag": "El nombre de la imagen no se especifica con la etiqueta, insertando todas las etiquetas de la imagen especificada.", - "loc.messages.WritingDockerConfigToTempFile": "Escribiendo la configuración de Docker en el archivo temporal. Ruta de acceso del archivo: %s. Configuración de Docker: %s", - "loc.messages.InvalidProjectName": "El nombre del proyecto \"%s\" debe ser un nombre de proyecto de docker compose válido. Siga el vínculo para más detalles: https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "La tarea está usando Docker Compose V1, pero hay planes de transición a Docker Compose V2. Es necesario investigar cómo adaptar el proyecto a Docker Compose V2. Para obtener instrucciones sobre esta migración, puede consultar la documentación oficial de Docker Compose en el vínculo proporcionado: https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?linkid=848006) o [consultar la documentación de Docker Compose](https://docs.docker.com/)", + "loc.description": "Compile, inserte o ejecute aplicaciones de Docker con varios contenedores. La tarea se puede usar con Docker o Azure Container Registry.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Opciones avanzadas", + "loc.input.label.containerregistrytype": "Tipo de Container Registry", + "loc.input.help.containerregistrytype": "Seleccione un tipo de Container Registry.", + "loc.input.label.dockerRegistryEndpoint": "Conexión de servicio del Registro de Docker", + "loc.input.help.dockerRegistryEndpoint": "Seleccione una conexión de servicio de registro de Docker. Obligatorio para los comandos que deben autenticarse en un registro.", + "loc.input.label.azureSubscriptionEndpoint": "Suscripción a Azure", + "loc.input.help.azureSubscriptionEndpoint": "Seleccione una suscripción de Azure", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Seleccione una instancia de Azure Container Registry", + "loc.input.label.dockerComposeFile": "Archivo de Docker Compose", + "loc.input.help.dockerComposeFile": "Ruta de acceso al archivo principal de Docker Compose que debe usarse.", + "loc.input.label.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose", + "loc.input.help.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose que deben combinarse con el archivo principal de Docker Compose. Las rutas de acceso relativas se resuelven respecto al directorio que contiene el archivo principal de Docker Compose. Si no se encuentra un archivo especificado, se omite. Especifique cada ruta de acceso de archivo en una línea nueva.", + "loc.input.label.dockerComposeFileArgs": "Variables de entorno", + "loc.input.help.dockerComposeFileArgs": "Variables de entorno que deben establecerse durante la ejecución del comando. Especifique cada par nombre=valor en una línea nueva.", + "loc.input.label.projectName": "Nombre de proyecto", + "loc.input.help.projectName": "Nombre de proyecto que se usa para nombrar de forma predeterminada las imágenes y los contenedores.", + "loc.input.label.qualifyImageNames": "Completar los nombres de imagen", + "loc.input.help.qualifyImageNames": "Completa los nombres de imagen para los servicios compilados con el nombre de host de la conexión del servicio de registro de Docker si no se ha especificado otra cosa.", + "loc.input.label.action": "Acción", + "loc.input.help.action": "Seleccione una acción de Docker Compose.", + "loc.input.label.additionalImageTags": "Etiquetas de imagen adicionales", + "loc.input.help.additionalImageTags": "Etiquetas adicionales para las imágenes de Docker que se van a compilar o insertar.", + "loc.input.label.includeSourceTags": "Incluir etiquetas de origen", + "loc.input.help.includeSourceTags": "Incluye las etiquetas de GIT cuando se compilan o insertan imágenes de Docker.", + "loc.input.label.includeLatestTag": "Incluir etiqueta \"latest\"", + "loc.input.help.includeLatestTag": "Incluye la etiqueta \"latest\" cuando se compilan o insertan imágenes de Docker.", + "loc.input.label.buildImages": "Compilar imágenes", + "loc.input.help.buildImages": "Compila las imágenes antes de iniciar los contenedores de servicio.", + "loc.input.label.serviceName": "Nombre del servicio", + "loc.input.help.serviceName": "Nombre del servicio específico que debe ejecutarse.", + "loc.input.label.containerName": "Nombre del contenedor", + "loc.input.help.containerName": "Nombre del contenedor de servicio específico que debe ejecutarse.", + "loc.input.label.ports": "Puertos", + "loc.input.help.ports": "Puertos en el contenedor de servicio específico para publicar en el host. Especifique cada enlace puerto-del-host:puerto-del-contenedor en una línea nueva.", + "loc.input.label.workDir": "Directorio de trabajo", + "loc.input.help.workDir": "Directorio de trabajo para el contenedor de servicio específico.", + "loc.input.label.entrypoint": "Invalidación de punto de entrada", + "loc.input.help.entrypoint": "Reemplace el punto de entrada predeterminado para el contenedor de servicio específico.", + "loc.input.label.containerCommand": "Comando", + "loc.input.help.containerCommand": "Comando que debe ejecutarse en el contenedor de servicio especificado. Por ejemplo, si la imagen contiene una aplicación web de Python Flask sencilla, puede especificar \"python app.py\" para iniciar la aplicación web.", + "loc.input.label.detached": "Ejecutar en segundo plano", + "loc.input.help.detached": "Ejecuta los contenedores de servicio en segundo plano.", + "loc.input.label.abortOnContainerExit": "Anular al salir del contenedor", + "loc.input.help.abortOnContainerExit": "Detiene todos los contenedores cuando existe algún contenedor.", + "loc.input.label.imageDigestComposeFile": "Archivo de resumen de imagen de Compose", + "loc.input.help.imageDigestComposeFile": "Ruta de acceso a un archivo de Docker Compose que se crea y rellena con los resúmenes del repositorio de imágenes completo de cada imagen de Docker del servicio.", + "loc.input.label.removeBuildOptions": "Quitar opciones de compilación", + "loc.input.help.removeBuildOptions": "Quita las opciones de compilación del archivo de salida de Docker Compose.", + "loc.input.label.baseResolveDirectory": "Directorio de resolución base", + "loc.input.help.baseResolveDirectory": "Directorio base a partir del cual deben resolverse las rutas de acceso relativas en el archivo de salida de Docker Compose.", + "loc.input.label.outputDockerComposeFile": "Archivo de salida de Docker Compose", + "loc.input.help.outputDockerComposeFile": "Ruta de acceso a un archivo de salida de Docker Compose.", + "loc.input.label.dockerComposeCommand": "Comando", + "loc.input.help.dockerComposeCommand": "Comando de Docker Compose que debe ejecutarse con argumentos. Por ejemplo, \"rm --all\" para quitar todos los contenedores de servicio detenidos.", + "loc.input.label.arguments": "Argumentos", + "loc.input.help.arguments": "Opciones de comandos de Docker Compose. Ejemplo:
Para el comando de compilación,
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Conexión de servicio de host de Docker", + "loc.input.help.dockerHostEndpoint": "Seleccione una conexión de servicio de host de Docker. El valor predeterminado es el host del agente.", + "loc.input.label.nopIfNoDockerComposeFile": "No-op si no existe un archivo de Docker Compose", + "loc.input.help.nopIfNoDockerComposeFile": "Si el archivo de Docker Compose no existe, se omite esta tarea. Esto es útil cuando la tarea ofrece un comportamiento opcional en función de que exista o no un archivo de Docker Compose en el repositorio.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Requerir archivos adicionales de Docker Compose", + "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un error si no existen los archivos adicionales de Docker Compose. Esta acción reemplaza el comportamiento predeterminado, que es omitir un archivo si no existe.", + "loc.input.label.cwd": "Directorio de trabajo", + "loc.input.help.cwd": "Directorio de trabajo para el comando de Docker Compose.", + "loc.input.label.dockerComposePath": "Ruta de acceso del ejecutable de Docker Compose", + "loc.input.help.dockerComposePath": "Este ejecutable de Docker Compose se usará si se proporciona la ruta de acceso.", + "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST está establecida. Docker intentará conectarse a su host: %s", + "loc.messages.ContainerPatternFound": "Se encontró un patrón en el parámetro filepath de Docker Compose.", + "loc.messages.ContainerPatternNotFound": "No se encontró ningún patrón en el parámetro filepath de Docker Compose.", + "loc.messages.ContainerDockerFileNotFound": "No se encontró ningún archivo de Docker que coincidiera con %s.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "El archivo adicional de Docker Compose %s no existe.", + "loc.messages.CantWriteDataToFile": "No se pueden escribir datos en el archivo %s. Error: %s", + "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST está establecida. Asegúrese de que el demonio de Docker se está ejecutando en %s.", + "loc.messages.NoDataWrittenOnFile": "No se escribieron datos en el archivo %s", + "loc.messages.FileContentSynced": "Se sincronizó el contenido del archivo con el disco. El contenido es %s.", + "loc.messages.ImageNameWithoutTag": "El nombre de la imagen no se especifica con la etiqueta, insertando todas las etiquetas de la imagen especificada.", + "loc.messages.WritingDockerConfigToTempFile": "Escribiendo la configuración de Docker en el archivo temporal. Ruta de acceso del archivo: %s. Configuración de Docker: %s", + "loc.messages.InvalidProjectName": "El nombre del proyecto \"%s\" debe ser un nombre de proyecto de docker compose válido. Siga el vínculo para más detalles: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "La tarea está usando Docker Compose V1, pero hay planes de transición a Docker Compose V2. Es necesario investigar cómo adaptar el proyecto a Docker Compose V2. Para obtener instrucciones sobre esta migración, puede consultar la documentación oficial de Docker Compose en el vínculo proporcionado: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson index f7a9783a6826..4f2df02c18b3 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://go.microsoft.com/fwlink/?linkid=848006) ou [consulter la documentation de Docker Compose](https://docs.docker.com/)", - "loc.description": "Effectuez la build, le Push ou l'exécution d'applications Docker à plusieurs conteneurs. La tâche peut être utilisée avec le registre de conteneurs Docker ou Azure.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Options avancées", - "loc.input.label.containerregistrytype": "Type de registre de conteneurs", - "loc.input.help.containerregistrytype": "Sélectionnez un type de registre de conteneurs.", - "loc.input.label.dockerRegistryEndpoint": "Connexion de service de registre Docker", - "loc.input.help.dockerRegistryEndpoint": "Sélectionnez une connexion de service de registre Docker. Obligatoire pour les commandes qui doivent s'authentifier après d'un registre.", - "loc.input.label.azureSubscriptionEndpoint": "Abonnement Azure", - "loc.input.help.azureSubscriptionEndpoint": "Sélectionnez un abonnement Azure", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Sélectionnez un registre Azure Container Registry", - "loc.input.label.dockerComposeFile": "Fichier Docker Compose", - "loc.input.help.dockerComposeFile": "Chemin du fichier Docker Compose principal à utiliser.", - "loc.input.label.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires", - "loc.input.help.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires à combiner au fichier Docker Compose principal. Les chemins relatifs sont résolus par rapport au répertoire contenant le fichier Docker Compose principal. Si le fichier spécifié est introuvable, il est ignoré. Spécifiez chaque chemin de fichier sur une nouvelle ligne.", - "loc.input.label.dockerComposeFileArgs": "Variables d'environnement", - "loc.input.help.dockerComposeFileArgs": "Variables d'environnement à définir durant la commande. Spécifiez chaque paire nom=valeur sur une nouvelle ligne.", - "loc.input.label.projectName": "Nom du projet", - "loc.input.help.projectName": "Nom de projet utilisé pour la dénomination par défaut des images et des conteneurs.", - "loc.input.label.qualifyImageNames": "Qualifier les noms d'images", - "loc.input.help.qualifyImageNames": "Qualifiez les noms d'images des services générés à l'aide du nom d'hôte de la connexion de service de registre Docker, sauf indication contraire.", - "loc.input.label.action": "Action", - "loc.input.help.action": "Sélectionnez une action Docker Compose.", - "loc.input.label.additionalImageTags": "Étiquettes d'image supplémentaires", - "loc.input.help.additionalImageTags": "Étiquettes supplémentaires pour les images Docker faisant l'objet d'une génération ou d'un Push.", - "loc.input.label.includeSourceTags": "Inclure les étiquettes sources", - "loc.input.help.includeSourceTags": "Incluez les étiquettes Git durant la génération ou le Push d'images Docker.", - "loc.input.label.includeLatestTag": "Inclure l'étiquette Latest", - "loc.input.help.includeLatestTag": "Incluez l'étiquette 'latest' durant la génération ou le Push d'images Docker.", - "loc.input.label.buildImages": "Images de build", - "loc.input.help.buildImages": "Générez les images avant de démarrer les conteneurs de service.", - "loc.input.label.serviceName": "Nom du service", - "loc.input.help.serviceName": "Nom du service spécifique à exécuter.", - "loc.input.label.containerName": "Nom du conteneur", - "loc.input.help.containerName": "Nom du conteneur de service spécifique à exécuter.", - "loc.input.label.ports": "Ports", - "loc.input.help.ports": "Ports du conteneur de service spécifique à publier sur l'hôte. Spécifiez chaque liaison port d'hôte:port de conteneur sur une nouvelle ligne.", - "loc.input.label.workDir": "Répertoire de travail", - "loc.input.help.workDir": "Répertoire de travail du conteneur de service spécifique.", - "loc.input.label.entrypoint": "Remplacement du point d'entrée", - "loc.input.help.entrypoint": "Remplacez le point d'entrée par défaut du conteneur de service spécifique.", - "loc.input.label.containerCommand": "Commande", - "loc.input.help.containerCommand": "Commande à exécuter dans le conteneur de service spécifique. Par exemple, si l'image contient une simple application web Python Flask, vous pouvez spécifier 'python app.py' pour lancer l'application web.", - "loc.input.label.detached": "Exécuter en arrière-plan", - "loc.input.help.detached": "Exécutez les conteneurs de service en arrière-plan.", - "loc.input.label.abortOnContainerExit": "Abandonner en cas de sortie du conteneur", - "loc.input.help.abortOnContainerExit": "Arrêtez tous les conteneurs en cas de sortie d'un conteneur.", - "loc.input.label.imageDigestComposeFile": "Fichier Compose de condensat d'image", - "loc.input.help.imageDigestComposeFile": "Chemin d'un fichier Docker Compose créé et rempli à l'aide du condensat de dépôt d'image complet de l'image Docker de chaque service.", - "loc.input.label.removeBuildOptions": "Supprimer les options de build", - "loc.input.help.removeBuildOptions": "Supprimez les options de build du fichier Docker Compose de sortie.", - "loc.input.label.baseResolveDirectory": "Répertoire de résolution de base", - "loc.input.help.baseResolveDirectory": "Répertoire de base à partir duquel les chemins relatifs du fichier Docker Compose de sortie doivent être résolus.", - "loc.input.label.outputDockerComposeFile": "Générer la sortie du fichier Docker Compose", - "loc.input.help.outputDockerComposeFile": "Chemin d'un fichier Docker Compose de sortie.", - "loc.input.label.dockerComposeCommand": "Commande", - "loc.input.help.dockerComposeCommand": "Commande Docker Compose à exécuter avec les arguments. Par exemple, 'rm --all' permet de supprimer tous les conteneurs de service arrêtés.", - "loc.input.label.arguments": "Arguments", - "loc.input.help.arguments": "Options de commande Docker Compose. Exemple :
Pour la commande de build,
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Connexion de service d'hôte Docker", - "loc.input.help.dockerHostEndpoint": "Sélectionnez une connexion de service d'hôte Docker. Par défaut, il s'agit de l'hôte de l'agent.", - "loc.input.label.nopIfNoDockerComposeFile": "Ne rien faire s'il ne s'agit pas d'un fichier Docker Compose", - "loc.input.help.nopIfNoDockerComposeFile": "Si le fichier Docker Compose n'existe pas, ignorez cette tâche. Ceci est utile quand la tâche offre un comportement facultatif en fonction de l'existence d'un fichier Docker Compose dans le dépôt.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Exiger des fichiers Docker Compose supplémentaires", - "loc.input.help.requireAdditionalDockerComposeFiles": "Produit une erreur si les fichiers Docker Compose supplémentaires n'existent pas. Ceci remplace le comportement par défaut qui consiste à ignorer un fichier inexistant.", - "loc.input.label.cwd": "Répertoire de travail", - "loc.input.help.cwd": "Répertoire de travail de la commande Docker Compose.", - "loc.input.label.dockerComposePath": "Chemin de l'exécutable Docker Compose", - "loc.input.help.dockerComposePath": "Cet exécutable docker-compose est utilisé si le chemin est fourni", - "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST est définie. Docker va tenter de se connecter à l'hôte Docker : %s", - "loc.messages.ContainerPatternFound": "Modèle trouvé dans le paramètre filepath Docker Compose", - "loc.messages.ContainerPatternNotFound": "Modèle introuvable dans le paramètre filepath Docker Compose", - "loc.messages.ContainerDockerFileNotFound": "Le fichier Docker correspondant à %s est introuvable.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Le fichier Docker Compose supplémentaire %s n'existe pas.", - "loc.messages.CantWriteDataToFile": "Impossible d'écrire des données dans le fichier %s. Erreur : %s", - "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST est définie. Vérifiez que le démon Docker s'exécute sur %s", - "loc.messages.NoDataWrittenOnFile": "Aucune donnée n'a été écrite dans le fichier %s", - "loc.messages.FileContentSynced": "Synchronisation effectuée du contenu du fichier sur le disque. Le contenu est %s.", - "loc.messages.ImageNameWithoutTag": "Nom d'image non spécifié avec l'étiquette. Envoi (push) de toutes les étiquettes de l'image spécifiée.", - "loc.messages.WritingDockerConfigToTempFile": "Écriture de la configuration Docker dans le fichier temporaire. Chemin de fichier : %s. Configuration Docker : %s", - "loc.messages.InvalidProjectName": "Le nom de projet « %s » doit être un nom de projet Docker Compose valide. Suivez le lien pour plus d’informations : https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "La tâche utilise Docker Compose V1, mais il est prévu de passer à Docker Compose V2. Il est nécessaire d’examiner comment adapter votre projet à Docker Compose V2. Pour obtenir de l’aide sur cette migration, vous pouvez consulter la documentation Docker Compose officielle sur le lien fourni : https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://go.microsoft.com/fwlink/?linkid=848006) ou [consulter la documentation de Docker Compose](https://docs.docker.com/)", + "loc.description": "Effectuez la build, le Push ou l'exécution d'applications Docker à plusieurs conteneurs. La tâche peut être utilisée avec le registre de conteneurs Docker ou Azure.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Options avancées", + "loc.input.label.containerregistrytype": "Type de registre de conteneurs", + "loc.input.help.containerregistrytype": "Sélectionnez un type de registre de conteneurs.", + "loc.input.label.dockerRegistryEndpoint": "Connexion de service de registre Docker", + "loc.input.help.dockerRegistryEndpoint": "Sélectionnez une connexion de service de registre Docker. Obligatoire pour les commandes qui doivent s'authentifier après d'un registre.", + "loc.input.label.azureSubscriptionEndpoint": "Abonnement Azure", + "loc.input.help.azureSubscriptionEndpoint": "Sélectionnez un abonnement Azure", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Sélectionnez un registre Azure Container Registry", + "loc.input.label.dockerComposeFile": "Fichier Docker Compose", + "loc.input.help.dockerComposeFile": "Chemin du fichier Docker Compose principal à utiliser.", + "loc.input.label.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires", + "loc.input.help.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires à combiner au fichier Docker Compose principal. Les chemins relatifs sont résolus par rapport au répertoire contenant le fichier Docker Compose principal. Si le fichier spécifié est introuvable, il est ignoré. Spécifiez chaque chemin de fichier sur une nouvelle ligne.", + "loc.input.label.dockerComposeFileArgs": "Variables d'environnement", + "loc.input.help.dockerComposeFileArgs": "Variables d'environnement à définir durant la commande. Spécifiez chaque paire nom=valeur sur une nouvelle ligne.", + "loc.input.label.projectName": "Nom du projet", + "loc.input.help.projectName": "Nom de projet utilisé pour la dénomination par défaut des images et des conteneurs.", + "loc.input.label.qualifyImageNames": "Qualifier les noms d'images", + "loc.input.help.qualifyImageNames": "Qualifiez les noms d'images des services générés à l'aide du nom d'hôte de la connexion de service de registre Docker, sauf indication contraire.", + "loc.input.label.action": "Action", + "loc.input.help.action": "Sélectionnez une action Docker Compose.", + "loc.input.label.additionalImageTags": "Étiquettes d'image supplémentaires", + "loc.input.help.additionalImageTags": "Étiquettes supplémentaires pour les images Docker faisant l'objet d'une génération ou d'un Push.", + "loc.input.label.includeSourceTags": "Inclure les étiquettes sources", + "loc.input.help.includeSourceTags": "Incluez les étiquettes Git durant la génération ou le Push d'images Docker.", + "loc.input.label.includeLatestTag": "Inclure l'étiquette Latest", + "loc.input.help.includeLatestTag": "Incluez l'étiquette 'latest' durant la génération ou le Push d'images Docker.", + "loc.input.label.buildImages": "Images de build", + "loc.input.help.buildImages": "Générez les images avant de démarrer les conteneurs de service.", + "loc.input.label.serviceName": "Nom du service", + "loc.input.help.serviceName": "Nom du service spécifique à exécuter.", + "loc.input.label.containerName": "Nom du conteneur", + "loc.input.help.containerName": "Nom du conteneur de service spécifique à exécuter.", + "loc.input.label.ports": "Ports", + "loc.input.help.ports": "Ports du conteneur de service spécifique à publier sur l'hôte. Spécifiez chaque liaison port d'hôte:port de conteneur sur une nouvelle ligne.", + "loc.input.label.workDir": "Répertoire de travail", + "loc.input.help.workDir": "Répertoire de travail du conteneur de service spécifique.", + "loc.input.label.entrypoint": "Remplacement du point d'entrée", + "loc.input.help.entrypoint": "Remplacez le point d'entrée par défaut du conteneur de service spécifique.", + "loc.input.label.containerCommand": "Commande", + "loc.input.help.containerCommand": "Commande à exécuter dans le conteneur de service spécifique. Par exemple, si l'image contient une simple application web Python Flask, vous pouvez spécifier 'python app.py' pour lancer l'application web.", + "loc.input.label.detached": "Exécuter en arrière-plan", + "loc.input.help.detached": "Exécutez les conteneurs de service en arrière-plan.", + "loc.input.label.abortOnContainerExit": "Abandonner en cas de sortie du conteneur", + "loc.input.help.abortOnContainerExit": "Arrêtez tous les conteneurs en cas de sortie d'un conteneur.", + "loc.input.label.imageDigestComposeFile": "Fichier Compose de condensat d'image", + "loc.input.help.imageDigestComposeFile": "Chemin d'un fichier Docker Compose créé et rempli à l'aide du condensat de dépôt d'image complet de l'image Docker de chaque service.", + "loc.input.label.removeBuildOptions": "Supprimer les options de build", + "loc.input.help.removeBuildOptions": "Supprimez les options de build du fichier Docker Compose de sortie.", + "loc.input.label.baseResolveDirectory": "Répertoire de résolution de base", + "loc.input.help.baseResolveDirectory": "Répertoire de base à partir duquel les chemins relatifs du fichier Docker Compose de sortie doivent être résolus.", + "loc.input.label.outputDockerComposeFile": "Générer la sortie du fichier Docker Compose", + "loc.input.help.outputDockerComposeFile": "Chemin d'un fichier Docker Compose de sortie.", + "loc.input.label.dockerComposeCommand": "Commande", + "loc.input.help.dockerComposeCommand": "Commande Docker Compose à exécuter avec les arguments. Par exemple, 'rm --all' permet de supprimer tous les conteneurs de service arrêtés.", + "loc.input.label.arguments": "Arguments", + "loc.input.help.arguments": "Options de commande Docker Compose. Exemple :
Pour la commande de build,
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Connexion de service d'hôte Docker", + "loc.input.help.dockerHostEndpoint": "Sélectionnez une connexion de service d'hôte Docker. Par défaut, il s'agit de l'hôte de l'agent.", + "loc.input.label.nopIfNoDockerComposeFile": "Ne rien faire s'il ne s'agit pas d'un fichier Docker Compose", + "loc.input.help.nopIfNoDockerComposeFile": "Si le fichier Docker Compose n'existe pas, ignorez cette tâche. Ceci est utile quand la tâche offre un comportement facultatif en fonction de l'existence d'un fichier Docker Compose dans le dépôt.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Exiger des fichiers Docker Compose supplémentaires", + "loc.input.help.requireAdditionalDockerComposeFiles": "Produit une erreur si les fichiers Docker Compose supplémentaires n'existent pas. Ceci remplace le comportement par défaut qui consiste à ignorer un fichier inexistant.", + "loc.input.label.cwd": "Répertoire de travail", + "loc.input.help.cwd": "Répertoire de travail de la commande Docker Compose.", + "loc.input.label.dockerComposePath": "Chemin de l'exécutable Docker Compose", + "loc.input.help.dockerComposePath": "Cet exécutable docker-compose est utilisé si le chemin est fourni", + "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST est définie. Docker va tenter de se connecter à l'hôte Docker : %s", + "loc.messages.ContainerPatternFound": "Modèle trouvé dans le paramètre filepath Docker Compose", + "loc.messages.ContainerPatternNotFound": "Modèle introuvable dans le paramètre filepath Docker Compose", + "loc.messages.ContainerDockerFileNotFound": "Le fichier Docker correspondant à %s est introuvable.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Le fichier Docker Compose supplémentaire %s n'existe pas.", + "loc.messages.CantWriteDataToFile": "Impossible d'écrire des données dans le fichier %s. Erreur : %s", + "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST est définie. Vérifiez que le démon Docker s'exécute sur %s", + "loc.messages.NoDataWrittenOnFile": "Aucune donnée n'a été écrite dans le fichier %s", + "loc.messages.FileContentSynced": "Synchronisation effectuée du contenu du fichier sur le disque. Le contenu est %s.", + "loc.messages.ImageNameWithoutTag": "Nom d'image non spécifié avec l'étiquette. Envoi (push) de toutes les étiquettes de l'image spécifiée.", + "loc.messages.WritingDockerConfigToTempFile": "Écriture de la configuration Docker dans le fichier temporaire. Chemin de fichier : %s. Configuration Docker : %s", + "loc.messages.InvalidProjectName": "Le nom de projet « %s » doit être un nom de projet Docker Compose valide. Suivez le lien pour plus d’informations : https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "La tâche utilise Docker Compose V1, mais il est prévu de passer à Docker Compose V2. Il est nécessaire d’examiner comment adapter votre projet à Docker Compose V2. Pour obtenir de l’aide sur cette migration, vous pouvez consulter la documentation Docker Compose officielle sur le lien fourni : https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson index 0096581c2940..04bcb3a4a29c 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?linkid=848006). In alternativa [vedere la documentazione di Docker Compose](https://docs.docker.com/)", - "loc.description": "Consente di compilare, effettuare il push o eseguire applicazioni Docker con più contenitori. È possibile usare l'attività con il registro contenitori di Azure o Docker.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Opzioni avanzate", - "loc.input.label.containerregistrytype": "Tipo di registro contenitori", - "loc.input.help.containerregistrytype": "Consente di selezionare un tipo di registro contenitori.", - "loc.input.label.dockerRegistryEndpoint": "Connessione al servizio Registro Docker", - "loc.input.help.dockerRegistryEndpoint": "Consente di selezionare una connessione al servizio Registro Docker. È obbligatorio per i comandi che devono eseguire l'autenticazione con un registro.", - "loc.input.label.azureSubscriptionEndpoint": "Sottoscrizione di Azure", - "loc.input.help.azureSubscriptionEndpoint": "Consente di selezionare una sottoscrizione di Azure", - "loc.input.label.azureContainerRegistry": "Registro contenitori di Azure", - "loc.input.help.azureContainerRegistry": "Consente di selezionare un registro contenitori di Azure", - "loc.input.label.dockerComposeFile": "File Docker Compose", - "loc.input.help.dockerComposeFile": "Percorso del file di Docker Compose primario da usare.", - "loc.input.label.additionalDockerComposeFiles": "File Docker Compose aggiuntivi", - "loc.input.help.additionalDockerComposeFiles": "File di Docker Compose aggiuntivi da compilare con il file di Docker Compose primario. I percorsi relativi vengono risolti in base alla directory che contiene il file di Docker Compose primario. Se un file specificato non viene trovato, viene ignorato. Specificare ogni percorso di file su una nuova riga.", - "loc.input.label.dockerComposeFileArgs": "Variabili di ambiente", - "loc.input.help.dockerComposeFileArgs": "Variabili di ambiente da impostare durante il comando. Specificare ogni coppia nome=valore su una nuova riga.", - "loc.input.label.projectName": "Nome progetto", - "loc.input.help.projectName": "Nome del progetto usato per l'assegnazione di nomi predefiniti a immagini e contenitori.", - "loc.input.label.qualifyImageNames": "Qualifica nomi delle immagini", - "loc.input.help.qualifyImageNames": "Qualifica i nomi delle immagini per i servizi compilati con il nome host della connessione al servizio Registro Docker se non viene specificato diversamente.", - "loc.input.label.action": "Azione", - "loc.input.help.action": "Consente di selezionare un'azione di Docker Compose.", - "loc.input.label.additionalImageTags": "Tag immagine aggiuntivi", - "loc.input.help.additionalImageTags": "Tag aggiuntivi per le immagini Docker da compilare o di cui effettuare il push.", - "loc.input.label.includeSourceTags": "Includi tag di origine", - "loc.input.help.includeSourceTags": "Include i tag GIT quando si compila o si effettua il push delle immagini Docker.", - "loc.input.label.includeLatestTag": "Includi tag latest", - "loc.input.help.includeLatestTag": "Include il tag 'latest' quando si compila o si effettua il push delle immagini Docker.", - "loc.input.label.buildImages": "Compila immagini", - "loc.input.help.buildImages": "Consente di compilare le immagini prima di avviare i contenitori dei servizi.", - "loc.input.label.serviceName": "Nome del servizio", - "loc.input.help.serviceName": "Nome del servizio specifico da eseguire.", - "loc.input.label.containerName": "Nome contenitore", - "loc.input.help.containerName": "Nome del contenitore dei servizi specifico da eseguire.", - "loc.input.label.ports": "Porte", - "loc.input.help.ports": "Porte nel contenitore dei servizi specifico da pubblicare nell'host. Specificare ogni binding porta-host:porta-contenitore su una nuova riga.", - "loc.input.label.workDir": "Directory di lavoro", - "loc.input.help.workDir": "Directory di lavoro per il contenitore dei servizi specifico.", - "loc.input.label.entrypoint": "Override del punto di ingresso", - "loc.input.help.entrypoint": "Esegue l'override del punto di ingresso predefinito per il contenitore dei servizi specifico.", - "loc.input.label.containerCommand": "Comando", - "loc.input.help.containerCommand": "Comando da eseguire nel contenitore dei servizi specifico. Se ad esempio l'immagine contiene un'applicazione Web Python Flask semplice, è possibile specificare 'python app.py' per avviarla.", - "loc.input.label.detached": "Esegui in background", - "loc.input.help.detached": "Consente di eseguire i contenitori dei servizi in background.", - "loc.input.label.abortOnContainerExit": "Interrompi alla chiusura del contenitore", - "loc.input.help.abortOnContainerExit": "Arresta tutti i contenitori in caso di chiusura di un qualsiasi contenitore.", - "loc.input.label.imageDigestComposeFile": "File digest dell'immagine di Docker Compose", - "loc.input.help.imageDigestComposeFile": "Percorso di un file di Docker Compose che viene creato e popolato con i digest completi del repository delle immagini dell'immagine Docker di ogni servizio.", - "loc.input.label.removeBuildOptions": "Rimuovi opzioni di compilazione", - "loc.input.help.removeBuildOptions": "Rimuove le opzioni di compilazione dal file Docker Compose di output.", - "loc.input.label.baseResolveDirectory": "Directory di risoluzione di base", - "loc.input.help.baseResolveDirectory": "Directory di base da cui devono essere risolti i percorsi relativi nel file di Docker Compose di output.", - "loc.input.label.outputDockerComposeFile": "File Docker Compose di output", - "loc.input.help.outputDockerComposeFile": "Percorso di un file Docker Compose di output.", - "loc.input.label.dockerComposeCommand": "Comando", - "loc.input.help.dockerComposeCommand": "Comando di Docker Compose da eseguire, con relativi argomenti, ad esempio 'rm --all' per rimuovere tutti i contenitori dei servizi arrestati.", - "loc.input.label.arguments": "Argomenti", - "loc.input.help.arguments": "Opzioni dei comandi di Docker Compose. Esempio:
Per il comando build:
--pull--compress--parallel", - "loc.input.label.dockerHostEndpoint": "Connessione al servizio host Docker", - "loc.input.help.dockerHostEndpoint": "Consente di selezionare una connessione al servizio host Docker. Per impostazione predefinita, viene usato l'host dell'agente.", - "loc.input.label.nopIfNoDockerComposeFile": "Non eseguire operazioni se il file Docker Compose non esiste", - "loc.input.help.nopIfNoDockerComposeFile": "Se il file Docker Compose non esiste, ignora questa attività. Questa opzione è utile quando l'attività offre un comportamento facoltativo basato sull'esistenza di un file Docker Compose nel repository.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Richiedi file Docker Compose aggiuntivi", - "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un errore se i file Docker Compose aggiuntivi non esistono. Sostituisce il comportamento predefinito, in cui un file inesistente viene ignorato.", - "loc.input.label.cwd": "Directory di lavoro", - "loc.input.help.cwd": "Directory di lavoro per il comando di Docker Compose.", - "loc.input.label.dockerComposePath": "Percorso dell'eseguibile Docker Compose", - "loc.input.help.dockerComposePath": "Eseguibile Docker Compose che verrà usato se si specifica il percorso", - "loc.messages.ConnectingToDockerHost": "La variabile DOCKER_HOST è impostata. Docker proverà a connettersi all'host Docker: %s", - "loc.messages.ContainerPatternFound": "Il criterio è stato trovato nel parametro filepath di Docker Compose", - "loc.messages.ContainerPatternNotFound": "Non è stato trovato alcun criterio nel parametro filepath di Docker Compose", - "loc.messages.ContainerDockerFileNotFound": "Non è stato trovato alcun file Docker corrispondente a %s.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Il file Docker Compose aggiuntivo %s non esiste.", - "loc.messages.CantWriteDataToFile": "Non è possibile scrivere dati nel file %s. Errore: %s", - "loc.messages.DockerHostVariableWarning": "La variabile DOCKER_HOST è impostata. Assicurarsi che il daemon Docker sia in esecuzione in: %s", - "loc.messages.NoDataWrittenOnFile": "Non sono stati scritti dati nel file %s", - "loc.messages.FileContentSynced": "Il contenuto del file è stato sincronizzato con il disco. Il contenuto è %s.", - "loc.messages.ImageNameWithoutTag": "Il nome dell'immagine non è specificato con tag. Verrà eseguito il push di tutti i tag dell'immagine specificata.", - "loc.messages.WritingDockerConfigToTempFile": "Scrittura della configurazione di Docker nel file temporaneo. Percorso del file: %s. Configurazione di Docker: %s", - "loc.messages.InvalidProjectName": "Il nome del progetto \"%s\" deve essere un nome di progetto Docker Compose valido. Per altre informazioni, seleziona il collegamento: https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "L'attività sta usando Docker Compose V1, ma è prevista la transizione a Docker Compose V2. È necessario esaminare come adattare il progetto a Docker Compose V2. Per indicazioni su questa migrazione, puoi fare riferimento alla documentazione ufficiale di Docker Compose al collegamento fornito: https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?linkid=848006). In alternativa [vedere la documentazione di Docker Compose](https://docs.docker.com/)", + "loc.description": "Consente di compilare, effettuare il push o eseguire applicazioni Docker con più contenitori. È possibile usare l'attività con il registro contenitori di Azure o Docker.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Opzioni avanzate", + "loc.input.label.containerregistrytype": "Tipo di registro contenitori", + "loc.input.help.containerregistrytype": "Consente di selezionare un tipo di registro contenitori.", + "loc.input.label.dockerRegistryEndpoint": "Connessione al servizio Registro Docker", + "loc.input.help.dockerRegistryEndpoint": "Consente di selezionare una connessione al servizio Registro Docker. È obbligatorio per i comandi che devono eseguire l'autenticazione con un registro.", + "loc.input.label.azureSubscriptionEndpoint": "Sottoscrizione di Azure", + "loc.input.help.azureSubscriptionEndpoint": "Consente di selezionare una sottoscrizione di Azure", + "loc.input.label.azureContainerRegistry": "Registro contenitori di Azure", + "loc.input.help.azureContainerRegistry": "Consente di selezionare un registro contenitori di Azure", + "loc.input.label.dockerComposeFile": "File Docker Compose", + "loc.input.help.dockerComposeFile": "Percorso del file di Docker Compose primario da usare.", + "loc.input.label.additionalDockerComposeFiles": "File Docker Compose aggiuntivi", + "loc.input.help.additionalDockerComposeFiles": "File di Docker Compose aggiuntivi da compilare con il file di Docker Compose primario. I percorsi relativi vengono risolti in base alla directory che contiene il file di Docker Compose primario. Se un file specificato non viene trovato, viene ignorato. Specificare ogni percorso di file su una nuova riga.", + "loc.input.label.dockerComposeFileArgs": "Variabili di ambiente", + "loc.input.help.dockerComposeFileArgs": "Variabili di ambiente da impostare durante il comando. Specificare ogni coppia nome=valore su una nuova riga.", + "loc.input.label.projectName": "Nome progetto", + "loc.input.help.projectName": "Nome del progetto usato per l'assegnazione di nomi predefiniti a immagini e contenitori.", + "loc.input.label.qualifyImageNames": "Qualifica nomi delle immagini", + "loc.input.help.qualifyImageNames": "Qualifica i nomi delle immagini per i servizi compilati con il nome host della connessione al servizio Registro Docker se non viene specificato diversamente.", + "loc.input.label.action": "Azione", + "loc.input.help.action": "Consente di selezionare un'azione di Docker Compose.", + "loc.input.label.additionalImageTags": "Tag immagine aggiuntivi", + "loc.input.help.additionalImageTags": "Tag aggiuntivi per le immagini Docker da compilare o di cui effettuare il push.", + "loc.input.label.includeSourceTags": "Includi tag di origine", + "loc.input.help.includeSourceTags": "Include i tag GIT quando si compila o si effettua il push delle immagini Docker.", + "loc.input.label.includeLatestTag": "Includi tag latest", + "loc.input.help.includeLatestTag": "Include il tag 'latest' quando si compila o si effettua il push delle immagini Docker.", + "loc.input.label.buildImages": "Compila immagini", + "loc.input.help.buildImages": "Consente di compilare le immagini prima di avviare i contenitori dei servizi.", + "loc.input.label.serviceName": "Nome del servizio", + "loc.input.help.serviceName": "Nome del servizio specifico da eseguire.", + "loc.input.label.containerName": "Nome contenitore", + "loc.input.help.containerName": "Nome del contenitore dei servizi specifico da eseguire.", + "loc.input.label.ports": "Porte", + "loc.input.help.ports": "Porte nel contenitore dei servizi specifico da pubblicare nell'host. Specificare ogni binding porta-host:porta-contenitore su una nuova riga.", + "loc.input.label.workDir": "Directory di lavoro", + "loc.input.help.workDir": "Directory di lavoro per il contenitore dei servizi specifico.", + "loc.input.label.entrypoint": "Override del punto di ingresso", + "loc.input.help.entrypoint": "Esegue l'override del punto di ingresso predefinito per il contenitore dei servizi specifico.", + "loc.input.label.containerCommand": "Comando", + "loc.input.help.containerCommand": "Comando da eseguire nel contenitore dei servizi specifico. Se ad esempio l'immagine contiene un'applicazione Web Python Flask semplice, è possibile specificare 'python app.py' per avviarla.", + "loc.input.label.detached": "Esegui in background", + "loc.input.help.detached": "Consente di eseguire i contenitori dei servizi in background.", + "loc.input.label.abortOnContainerExit": "Interrompi alla chiusura del contenitore", + "loc.input.help.abortOnContainerExit": "Arresta tutti i contenitori in caso di chiusura di un qualsiasi contenitore.", + "loc.input.label.imageDigestComposeFile": "File digest dell'immagine di Docker Compose", + "loc.input.help.imageDigestComposeFile": "Percorso di un file di Docker Compose che viene creato e popolato con i digest completi del repository delle immagini dell'immagine Docker di ogni servizio.", + "loc.input.label.removeBuildOptions": "Rimuovi opzioni di compilazione", + "loc.input.help.removeBuildOptions": "Rimuove le opzioni di compilazione dal file Docker Compose di output.", + "loc.input.label.baseResolveDirectory": "Directory di risoluzione di base", + "loc.input.help.baseResolveDirectory": "Directory di base da cui devono essere risolti i percorsi relativi nel file di Docker Compose di output.", + "loc.input.label.outputDockerComposeFile": "File Docker Compose di output", + "loc.input.help.outputDockerComposeFile": "Percorso di un file Docker Compose di output.", + "loc.input.label.dockerComposeCommand": "Comando", + "loc.input.help.dockerComposeCommand": "Comando di Docker Compose da eseguire, con relativi argomenti, ad esempio 'rm --all' per rimuovere tutti i contenitori dei servizi arrestati.", + "loc.input.label.arguments": "Argomenti", + "loc.input.help.arguments": "Opzioni dei comandi di Docker Compose. Esempio:
Per il comando build:
--pull--compress--parallel", + "loc.input.label.dockerHostEndpoint": "Connessione al servizio host Docker", + "loc.input.help.dockerHostEndpoint": "Consente di selezionare una connessione al servizio host Docker. Per impostazione predefinita, viene usato l'host dell'agente.", + "loc.input.label.nopIfNoDockerComposeFile": "Non eseguire operazioni se il file Docker Compose non esiste", + "loc.input.help.nopIfNoDockerComposeFile": "Se il file Docker Compose non esiste, ignora questa attività. Questa opzione è utile quando l'attività offre un comportamento facoltativo basato sull'esistenza di un file Docker Compose nel repository.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Richiedi file Docker Compose aggiuntivi", + "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un errore se i file Docker Compose aggiuntivi non esistono. Sostituisce il comportamento predefinito, in cui un file inesistente viene ignorato.", + "loc.input.label.cwd": "Directory di lavoro", + "loc.input.help.cwd": "Directory di lavoro per il comando di Docker Compose.", + "loc.input.label.dockerComposePath": "Percorso dell'eseguibile Docker Compose", + "loc.input.help.dockerComposePath": "Eseguibile Docker Compose che verrà usato se si specifica il percorso", + "loc.messages.ConnectingToDockerHost": "La variabile DOCKER_HOST è impostata. Docker proverà a connettersi all'host Docker: %s", + "loc.messages.ContainerPatternFound": "Il criterio è stato trovato nel parametro filepath di Docker Compose", + "loc.messages.ContainerPatternNotFound": "Non è stato trovato alcun criterio nel parametro filepath di Docker Compose", + "loc.messages.ContainerDockerFileNotFound": "Non è stato trovato alcun file Docker corrispondente a %s.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Il file Docker Compose aggiuntivo %s non esiste.", + "loc.messages.CantWriteDataToFile": "Non è possibile scrivere dati nel file %s. Errore: %s", + "loc.messages.DockerHostVariableWarning": "La variabile DOCKER_HOST è impostata. Assicurarsi che il daemon Docker sia in esecuzione in: %s", + "loc.messages.NoDataWrittenOnFile": "Non sono stati scritti dati nel file %s", + "loc.messages.FileContentSynced": "Il contenuto del file è stato sincronizzato con il disco. Il contenuto è %s.", + "loc.messages.ImageNameWithoutTag": "Il nome dell'immagine non è specificato con tag. Verrà eseguito il push di tutti i tag dell'immagine specificata.", + "loc.messages.WritingDockerConfigToTempFile": "Scrittura della configurazione di Docker nel file temporaneo. Percorso del file: %s. Configurazione di Docker: %s", + "loc.messages.InvalidProjectName": "Il nome del progetto \"%s\" deve essere un nome di progetto Docker Compose valido. Per altre informazioni, seleziona il collegamento: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "L'attività sta usando Docker Compose V1, ma è prevista la transizione a Docker Compose V2. È necessario esaminare come adattare il progetto a Docker Compose V2. Per indicazioni su questa migrazione, puoi fare riferimento alla documentazione ufficiale di Docker Compose al collegamento fornito: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson index 7e4ecec2918f..ed4b5742fad2 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[このタスクの詳細を表示](https://go.microsoft.com/fwlink/?linkid=848006)、または [Docker Compose のドキュメントを参照](https://docs.docker.com/)", - "loc.description": "複数コンテナーの Docker アプリケーションをビルド、プッシュ、実行します。タスクは、Docker または Azure Container Registry で使用できます。", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "詳細設定のオプション", - "loc.input.label.containerregistrytype": "コンテナー レジストリの種類", - "loc.input.help.containerregistrytype": "コンテナー レジストリの種類を選択します。", - "loc.input.label.dockerRegistryEndpoint": "Docker レジストリ サービス接続", - "loc.input.help.dockerRegistryEndpoint": "Docker レジストリ サービス接続を選択します。レジストリを使って認証する必要のあるコマンドの場合に必要です。", - "loc.input.label.azureSubscriptionEndpoint": "Azure サブスクリプション", - "loc.input.help.azureSubscriptionEndpoint": "Azure サブスクリプションを選択します", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Azure Container Registry を選択します", - "loc.input.label.dockerComposeFile": "Docker Compose ファイル", - "loc.input.help.dockerComposeFile": "使用するプライマリ Docker Compose ファイルへのパスです。", - "loc.input.label.additionalDockerComposeFiles": "追加の Docker Compose ファイル", - "loc.input.help.additionalDockerComposeFiles": "プライマリ Docker Compose ファイルに結合する追加の Docker Compose ファイルです。相対パスは、プライマリ Docker Compose ファイルの入っているディレクトリを基準にして解決されます。指定されたファイルが見つからない場合、そのファイルは無視されます。それぞれのファイル パスを新しい行ごとに指定します。", - "loc.input.label.dockerComposeFileArgs": "環境変数", - "loc.input.help.dockerComposeFileArgs": "コマンドの実行中に設定する環境変数です。名前=値のペアを新しい行ごとに指定します。", - "loc.input.label.projectName": "プロジェクト名 ", - "loc.input.help.projectName": "イメージとコンテナーの既定の名前付けで使うプロジェクト名です。", - "loc.input.label.qualifyImageNames": "イメージ名を修飾", - "loc.input.help.qualifyImageNames": "特に指定されていない場合、ビルド サービスのイメージ名を Docker レジストリ サービス接続のホスト名で修飾します。", - "loc.input.label.action": "アクション", - "loc.input.help.action": "Docker Compose アクションを選択します。", - "loc.input.label.additionalImageTags": "追加のイメージ タグ", - "loc.input.help.additionalImageTags": "ビルドまたはプッシュされている Docker イメージの追加タグです。", - "loc.input.label.includeSourceTags": "ソース タグを含める", - "loc.input.help.includeSourceTags": "Docker イメージをビルドまたはプッシュするときに、Git タグを組み込みます。", - "loc.input.label.includeLatestTag": "最終のタグを含める", - "loc.input.help.includeLatestTag": "Docker イメージをビルドまたはプッシュするときに、'latest' タグを組み込みます。", - "loc.input.label.buildImages": "イメージのビルド", - "loc.input.help.buildImages": "サービス コンテナーを開始する前に、イメージをビルドします。", - "loc.input.label.serviceName": "サービス名", - "loc.input.help.serviceName": "実行する特定のサービスの名前です。", - "loc.input.label.containerName": "コンテナー名 ", - "loc.input.help.containerName": "実行する特定のサービス コンテナーの名前です。", - "loc.input.label.ports": "ポート", - "loc.input.help.ports": "ホストに発行する特定のサービス コンテナーのポートです。ホスト ポート:コンテナー ポートのバインドを新しい行ごとに指定します。", - "loc.input.label.workDir": "作業ディレクトリ", - "loc.input.help.workDir": "特定のサービス コンテナーの作業ディレクトリです。", - "loc.input.label.entrypoint": "エントリ ポイントのオーバーライド", - "loc.input.help.entrypoint": "特定のサービス コンテナーの既定のエントリ ポイントをオーバーライドします。", - "loc.input.label.containerCommand": "コマンド", - "loc.input.help.containerCommand": "特定のサービス コンテナー内で実行するコマンドです。たとえば、イメージに単純な Python Flask Web アプリケーションが含まれている場合は、'python app.py' を指定して Web アプリケーションを起動することができます。", - "loc.input.label.detached": "バックグラウンドで実行", - "loc.input.help.detached": "バックグラウンドでサービス コンテナーを実行します。", - "loc.input.label.abortOnContainerExit": "コンテナーの終了時に中止する", - "loc.input.help.abortOnContainerExit": "いずれかのコンテナーが終了したとき、すべてのコンテナーを停止します。", - "loc.input.label.imageDigestComposeFile": "イメージ ダイジェスト Compose ファイル", - "loc.input.help.imageDigestComposeFile": "各サービスの Docker イメージのフル イメージ リポジトリのダイジェストを設定して作成された Docker Compose ファイルへのパスです。", - "loc.input.label.removeBuildOptions": "ビルド オプションの削除", - "loc.input.help.removeBuildOptions": "出力 Docker Compose ファイルからビルド オプションを削除します。", - "loc.input.label.baseResolveDirectory": "解決用のベース ディレクトリ", - "loc.input.help.baseResolveDirectory": "出力 Docker Compose ファイル内の相対パスを解決するためのベース ディレクトリです。", - "loc.input.label.outputDockerComposeFile": "出力 Docker Compose ファイル", - "loc.input.help.outputDockerComposeFile": "出力 Docker Compose ファイルへのパスです。", - "loc.input.label.dockerComposeCommand": "コマンド", - "loc.input.help.dockerComposeCommand": "実行する Docker Compose コマンド (引数付き) です。たとえば、すべての停止しているサービス コンテナーを削除するには、'rm --all' と入力します。", - "loc.input.label.arguments": "引数", - "loc.input.help.arguments": "Docker Compose コマンドのオプション。例:
build コマンドの場合:
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker ホスト サービス接続", - "loc.input.help.dockerHostEndpoint": "Docker ホスト サービス接続を選択します。既定では、エージェントのホストになります。", - "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しなければ操作なし", - "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しない場合に、このタスクをスキップします。これは、リポジトリ内に Docker Compose ファイルがあるかどうかに基づいて省略可能な動作を提供するタスクの場合に役立ちます。", - "loc.input.label.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルを必須にする", - "loc.input.help.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルが存在しない場合に、エラーを生成します。これは、ファイルが存在しない場合にそのファイルを無視するという既定の動作をオーバーライドします。", - "loc.input.label.cwd": "作業ディレクトリ", - "loc.input.help.cwd": "Docker Compose コマンドの作業ディレクトリです。", - "loc.input.label.dockerComposePath": "Docker Compose 実行可能ファイルのパス", - "loc.input.help.dockerComposePath": "パスが指定されている場合、この Docker-compose 実行可能ファイルが使用されます", - "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 変数が設定されています。Docker により、Docker ホスト %s への接続が試みられます", - "loc.messages.ContainerPatternFound": "docker compose filepath パラメーターにパターンが見つかりました", - "loc.messages.ContainerPatternNotFound": "docker compose filepath パラメーターにパターンが見つかりませんでした ", - "loc.messages.ContainerDockerFileNotFound": "%s に一致する Docker ファイルは見つかりませんでした。", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "追加の Docker Compose ファイル %s は存在しません。", - "loc.messages.CantWriteDataToFile": "ファイル %s にデータを書き込めません。エラー: %s", - "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 変数が設定されています。Docker デーモンが %s で実行されていることをご確認ください", - "loc.messages.NoDataWrittenOnFile": "ファイル %s にデータが書き込まれませんでした", - "loc.messages.FileContentSynced": "ファイルの内容がディスクに同期されました。内容は %s です。", - "loc.messages.ImageNameWithoutTag": "イメージ名がタグに指定されていません。指定されたイメージのすべてのタグをプッシュしています。", - "loc.messages.WritingDockerConfigToTempFile": "Docker 構成を一時ファイルに書き込んでいます。ファイル パス: %s、Docker 構成: %s", - "loc.messages.InvalidProjectName": "プロジェクト名 \"%s\" は、有効な Docker Compose プロジェクト名である必要があります。詳細については、次のリンクを参照してください。 https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "タスクは Docker Compose V1 を利用していますが、Docker Compose V2 に移行する予定があります。プロジェクトを Docker Compose V2 に適合させる方法を調査する必要があります。この移行に関するガイダンスについては、提供されているリンクにある公式の Docker Compose ドキュメントを参照してください。https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[このタスクの詳細を表示](https://go.microsoft.com/fwlink/?linkid=848006)、または [Docker Compose のドキュメントを参照](https://docs.docker.com/)", + "loc.description": "複数コンテナーの Docker アプリケーションをビルド、プッシュ、実行します。タスクは、Docker または Azure Container Registry で使用できます。", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "詳細設定のオプション", + "loc.input.label.containerregistrytype": "コンテナー レジストリの種類", + "loc.input.help.containerregistrytype": "コンテナー レジストリの種類を選択します。", + "loc.input.label.dockerRegistryEndpoint": "Docker レジストリ サービス接続", + "loc.input.help.dockerRegistryEndpoint": "Docker レジストリ サービス接続を選択します。レジストリを使って認証する必要のあるコマンドの場合に必要です。", + "loc.input.label.azureSubscriptionEndpoint": "Azure サブスクリプション", + "loc.input.help.azureSubscriptionEndpoint": "Azure サブスクリプションを選択します", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Azure Container Registry を選択します", + "loc.input.label.dockerComposeFile": "Docker Compose ファイル", + "loc.input.help.dockerComposeFile": "使用するプライマリ Docker Compose ファイルへのパスです。", + "loc.input.label.additionalDockerComposeFiles": "追加の Docker Compose ファイル", + "loc.input.help.additionalDockerComposeFiles": "プライマリ Docker Compose ファイルに結合する追加の Docker Compose ファイルです。相対パスは、プライマリ Docker Compose ファイルの入っているディレクトリを基準にして解決されます。指定されたファイルが見つからない場合、そのファイルは無視されます。それぞれのファイル パスを新しい行ごとに指定します。", + "loc.input.label.dockerComposeFileArgs": "環境変数", + "loc.input.help.dockerComposeFileArgs": "コマンドの実行中に設定する環境変数です。名前=値のペアを新しい行ごとに指定します。", + "loc.input.label.projectName": "プロジェクト名 ", + "loc.input.help.projectName": "イメージとコンテナーの既定の名前付けで使うプロジェクト名です。", + "loc.input.label.qualifyImageNames": "イメージ名を修飾", + "loc.input.help.qualifyImageNames": "特に指定されていない場合、ビルド サービスのイメージ名を Docker レジストリ サービス接続のホスト名で修飾します。", + "loc.input.label.action": "アクション", + "loc.input.help.action": "Docker Compose アクションを選択します。", + "loc.input.label.additionalImageTags": "追加のイメージ タグ", + "loc.input.help.additionalImageTags": "ビルドまたはプッシュされている Docker イメージの追加タグです。", + "loc.input.label.includeSourceTags": "ソース タグを含める", + "loc.input.help.includeSourceTags": "Docker イメージをビルドまたはプッシュするときに、Git タグを組み込みます。", + "loc.input.label.includeLatestTag": "最終のタグを含める", + "loc.input.help.includeLatestTag": "Docker イメージをビルドまたはプッシュするときに、'latest' タグを組み込みます。", + "loc.input.label.buildImages": "イメージのビルド", + "loc.input.help.buildImages": "サービス コンテナーを開始する前に、イメージをビルドします。", + "loc.input.label.serviceName": "サービス名", + "loc.input.help.serviceName": "実行する特定のサービスの名前です。", + "loc.input.label.containerName": "コンテナー名 ", + "loc.input.help.containerName": "実行する特定のサービス コンテナーの名前です。", + "loc.input.label.ports": "ポート", + "loc.input.help.ports": "ホストに発行する特定のサービス コンテナーのポートです。ホスト ポート:コンテナー ポートのバインドを新しい行ごとに指定します。", + "loc.input.label.workDir": "作業ディレクトリ", + "loc.input.help.workDir": "特定のサービス コンテナーの作業ディレクトリです。", + "loc.input.label.entrypoint": "エントリ ポイントのオーバーライド", + "loc.input.help.entrypoint": "特定のサービス コンテナーの既定のエントリ ポイントをオーバーライドします。", + "loc.input.label.containerCommand": "コマンド", + "loc.input.help.containerCommand": "特定のサービス コンテナー内で実行するコマンドです。たとえば、イメージに単純な Python Flask Web アプリケーションが含まれている場合は、'python app.py' を指定して Web アプリケーションを起動することができます。", + "loc.input.label.detached": "バックグラウンドで実行", + "loc.input.help.detached": "バックグラウンドでサービス コンテナーを実行します。", + "loc.input.label.abortOnContainerExit": "コンテナーの終了時に中止する", + "loc.input.help.abortOnContainerExit": "いずれかのコンテナーが終了したとき、すべてのコンテナーを停止します。", + "loc.input.label.imageDigestComposeFile": "イメージ ダイジェスト Compose ファイル", + "loc.input.help.imageDigestComposeFile": "各サービスの Docker イメージのフル イメージ リポジトリのダイジェストを設定して作成された Docker Compose ファイルへのパスです。", + "loc.input.label.removeBuildOptions": "ビルド オプションの削除", + "loc.input.help.removeBuildOptions": "出力 Docker Compose ファイルからビルド オプションを削除します。", + "loc.input.label.baseResolveDirectory": "解決用のベース ディレクトリ", + "loc.input.help.baseResolveDirectory": "出力 Docker Compose ファイル内の相対パスを解決するためのベース ディレクトリです。", + "loc.input.label.outputDockerComposeFile": "出力 Docker Compose ファイル", + "loc.input.help.outputDockerComposeFile": "出力 Docker Compose ファイルへのパスです。", + "loc.input.label.dockerComposeCommand": "コマンド", + "loc.input.help.dockerComposeCommand": "実行する Docker Compose コマンド (引数付き) です。たとえば、すべての停止しているサービス コンテナーを削除するには、'rm --all' と入力します。", + "loc.input.label.arguments": "引数", + "loc.input.help.arguments": "Docker Compose コマンドのオプション。例:
build コマンドの場合:
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker ホスト サービス接続", + "loc.input.help.dockerHostEndpoint": "Docker ホスト サービス接続を選択します。既定では、エージェントのホストになります。", + "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しなければ操作なし", + "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しない場合に、このタスクをスキップします。これは、リポジトリ内に Docker Compose ファイルがあるかどうかに基づいて省略可能な動作を提供するタスクの場合に役立ちます。", + "loc.input.label.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルを必須にする", + "loc.input.help.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルが存在しない場合に、エラーを生成します。これは、ファイルが存在しない場合にそのファイルを無視するという既定の動作をオーバーライドします。", + "loc.input.label.cwd": "作業ディレクトリ", + "loc.input.help.cwd": "Docker Compose コマンドの作業ディレクトリです。", + "loc.input.label.dockerComposePath": "Docker Compose 実行可能ファイルのパス", + "loc.input.help.dockerComposePath": "パスが指定されている場合、この Docker-compose 実行可能ファイルが使用されます", + "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 変数が設定されています。Docker により、Docker ホスト %s への接続が試みられます", + "loc.messages.ContainerPatternFound": "docker compose filepath パラメーターにパターンが見つかりました", + "loc.messages.ContainerPatternNotFound": "docker compose filepath パラメーターにパターンが見つかりませんでした ", + "loc.messages.ContainerDockerFileNotFound": "%s に一致する Docker ファイルは見つかりませんでした。", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "追加の Docker Compose ファイル %s は存在しません。", + "loc.messages.CantWriteDataToFile": "ファイル %s にデータを書き込めません。エラー: %s", + "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 変数が設定されています。Docker デーモンが %s で実行されていることをご確認ください", + "loc.messages.NoDataWrittenOnFile": "ファイル %s にデータが書き込まれませんでした", + "loc.messages.FileContentSynced": "ファイルの内容がディスクに同期されました。内容は %s です。", + "loc.messages.ImageNameWithoutTag": "イメージ名がタグに指定されていません。指定されたイメージのすべてのタグをプッシュしています。", + "loc.messages.WritingDockerConfigToTempFile": "Docker 構成を一時ファイルに書き込んでいます。ファイル パス: %s、Docker 構成: %s", + "loc.messages.InvalidProjectName": "プロジェクト名 \"%s\" は、有効な Docker Compose プロジェクト名である必要があります。詳細については、次のリンクを参照してください。 https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "タスクは Docker Compose V1 を利用していますが、Docker Compose V2 に移行する予定があります。プロジェクトを Docker Compose V2 に適合させる方法を調査する必要があります。この移行に関するガイダンスについては、提供されているリンクにある公式の Docker Compose ドキュメントを参照してください。https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson index ba4f867bdaff..2b5e821cb40a 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://go.microsoft.com/fwlink/?linkid=848006) 또는 [Docker Compose 설명서 참조](https://docs.docker.com/)", - "loc.description": "다중 컨테이너 Docker 응용 프로그램을 빌드, 푸시 또는 실행합니다. Docker 또는 Azure Container Registry에서 작업을 사용할 수 있습니다.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "고급 옵션", - "loc.input.label.containerregistrytype": "Container Registry 유형", - "loc.input.help.containerregistrytype": "Container Registry 유형을 선택하세요.", - "loc.input.label.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결", - "loc.input.help.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결을 선택합니다. 레지스트리를 사용하여 인증해야 하는 명령에 필요합니다.", - "loc.input.label.azureSubscriptionEndpoint": "Azure 구독", - "loc.input.help.azureSubscriptionEndpoint": "Azure 구독을 선택합니다.", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Azure Container Registry를 선택합니다.", - "loc.input.label.dockerComposeFile": "Docker Compose 파일", - "loc.input.help.dockerComposeFile": "사용할 기본 Docker Compose 파일에 대한 경로입니다.", - "loc.input.label.additionalDockerComposeFiles": "추가 Docker Compose 파일", - "loc.input.help.additionalDockerComposeFiles": "기본 Docker Compose 파일과 결합되어야 하는 추가 Docker Compose 파일입니다. 상대 경로는 기본 Docker Compose 파일을 포함하는 디렉터리를 기준으로 확인됩니다. 지정된 파일이 없으면 무시됩니다. 새 줄에 각 파일 경로를 지정하세요.", - "loc.input.label.dockerComposeFileArgs": "환경 변수", - "loc.input.help.dockerComposeFileArgs": "명령하는 동안 설정해야 할 환경 변수입니다. 새 줄에서 각 이름=값 쌍을 지정하세요.", - "loc.input.label.projectName": "프로젝트 이름", - "loc.input.help.projectName": "이미지 및 컨테이너의 기본 이름 지정에 사용되는 프로젝트 이름입니다.", - "loc.input.label.qualifyImageNames": "이미지 이름 한정", - "loc.input.help.qualifyImageNames": "달리 지정되지 않은 경우 Docker 레지스트리 서비스 연결의 호스트 이름으로 빌드된 서비스의 이미지 이름을 한정합니다.", - "loc.input.label.action": "작업", - "loc.input.help.action": "Docker Compose 작업을 선택합니다.", - "loc.input.label.additionalImageTags": "추가 이미지 태그", - "loc.input.help.additionalImageTags": "빌드 또는 푸시되고 있는 Docker 이미지에 대한 추가 태그입니다.", - "loc.input.label.includeSourceTags": "소스 태그 포함", - "loc.input.help.includeSourceTags": "Docker 이미지를 빌드하거나 푸시할 때 Git 태그를 포함합니다.", - "loc.input.label.includeLatestTag": "최신 태그 포함", - "loc.input.help.includeLatestTag": "Docker 이미지를 빌드하거나 푸시할 때 '최신' 태그를 포함합니다.", - "loc.input.label.buildImages": "빌드 이미지", - "loc.input.help.buildImages": "서비스 컨테이너를 시작하기 전에 이미지를 빌드합니다.", - "loc.input.label.serviceName": "서비스 이름", - "loc.input.help.serviceName": "실행할 특정 서비스의 이름입니다.", - "loc.input.label.containerName": "컨테이너 이름", - "loc.input.help.containerName": "실행할 특정 서비스 컨테이너의 이름입니다.", - "loc.input.label.ports": "포트", - "loc.input.help.ports": "호스트에 게시할 특정 서비스 컨테이너의 포트입니다. 새 줄에 각 host-port:container-port 바인딩을 지정하세요.", - "loc.input.label.workDir": "작업 디렉터리", - "loc.input.help.workDir": "특정 서비스 컨테이너에 대한 작업 디렉터리입니다.", - "loc.input.label.entrypoint": "진입점 재정의", - "loc.input.help.entrypoint": "특정 서비스 컨테이너에 대한 기본 진입점을 재정의합니다.", - "loc.input.label.containerCommand": "명령", - "loc.input.help.containerCommand": "특정 서비스 컨테이너에서 실행할 명령입니다. 예를 들어 이미지에 단순한 Python Flask 웹 응용 프로그램이 포함되어 있는 경우에는 웹 응용 프로그램 실행을 위해 'python app.py'를 지정할 수 있습니다.", - "loc.input.label.detached": "백그라운드에서 실행", - "loc.input.help.detached": "서비스 컨테이너를 백그라운드에서 실행합니다.", - "loc.input.label.abortOnContainerExit": "컨테이너 종료 시 중단", - "loc.input.help.abortOnContainerExit": "컨테이너가 있는 경우 모든 컨테이너를 중지합니다.", - "loc.input.label.imageDigestComposeFile": "이미지 다이제스트 Compose 파일", - "loc.input.help.imageDigestComposeFile": "각 서비스의 Docker 이미지의 전체 이미지 리포지토리 다이제스트로 채워져 만들어진 Docker Compose 파일에 대한 경로입니다.", - "loc.input.label.removeBuildOptions": "빌드 옵션 제거", - "loc.input.help.removeBuildOptions": "출력 Docker Compose 파일에서 빌드 옵션을 제거합니다.", - "loc.input.label.baseResolveDirectory": "기본 확인 디렉터리", - "loc.input.help.baseResolveDirectory": "출력 Docker Compose 파일의 상대 경로를 확인해야 할 기본 디렉터리입니다.", - "loc.input.label.outputDockerComposeFile": "출력 Docker Compose 파일", - "loc.input.help.outputDockerComposeFile": "출력 Docker Compose 파일에 대한 경로입니다.", - "loc.input.label.dockerComposeCommand": "명령", - "loc.input.help.dockerComposeCommand": "인수와 함께 실행할 Docker Compose 명령입니다. 예를 들어, 모든 중지된 서비스 컨테이너를 제거하려는 경우 'rm --all'입니다.", - "loc.input.label.arguments": "인수", - "loc.input.help.arguments": "Docker Compose 명령 옵션. 예:
빌드 명령의 경우
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker 호스트 서비스 연결", - "loc.input.help.dockerHostEndpoint": "Docker 호스트 서비스 연결을 선택합니다. 기본값은 에이전트의 호스트로 지정됩니다.", - "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 no-op", - "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 이 작업을 건너뜁니다. 작업이 리포지토리에 Docker Compose 파일이 있는지 여부에 따라 선택적 동작을 제공하는 경우에 유용합니다.", - "loc.input.label.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일 필요", - "loc.input.help.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일이 없는 경우 오류가 발생합니다. 이로 인해, 파일이 없는 경우 해당 파일을 무시하는 기본 동작이 재정의됩니다.", - "loc.input.label.cwd": "작업 디렉터리", - "loc.input.help.cwd": "Docker Compose 명령에 대한 작업 디렉터리입니다.", - "loc.input.label.dockerComposePath": "Docker Compose 실행 파일 경로", - "loc.input.help.dockerComposePath": "경로가 제공되는 경우 이 Docker Compose 실행 파일이 사용됩니다.", - "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 변수가 설정되었습니다. Docker는 Docker 호스트 %s에 연결하려고 합니다.", - "loc.messages.ContainerPatternFound": "Docker Compose filepath 매개 변수에 패턴 있음", - "loc.messages.ContainerPatternNotFound": "Docker Compose filepath 매개 변수에 패턴 없음", - "loc.messages.ContainerDockerFileNotFound": "%s과(와) 일치하는 Docker 파일이 없습니다.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "추가 Docker Compose 파일 %s이(가) 없습니다.", - "loc.messages.CantWriteDataToFile": "데이터를 %s 파일에 쓸 수 없습니다. 오류: %s", - "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 변수가 설정되었습니다. Docker 디먼 %s이(가) 실행 중인지 확인하세요.", - "loc.messages.NoDataWrittenOnFile": "데이터를 %s 파일에 쓰지 않았습니다.", - "loc.messages.FileContentSynced": "파일 콘텐츠를 디스크에 동기화했습니다. 콘텐츠는 %s입니다.", - "loc.messages.ImageNameWithoutTag": "태그로 지정되지 않은 이미지 이름으로, 지정한 이미지의 모든 태그를 푸시합니다.", - "loc.messages.WritingDockerConfigToTempFile": "임시 파일에 Docker 구성을 쓰는 중입니다. 파일 경로: %s, Docker 구성: %s", - "loc.messages.InvalidProjectName": "프로젝트 이름 \"%s\"은(는) 올바른 Docker Compose 프로젝트 이름이어야 합니다. 자세한 내용은 링크(https://docs.docker.com/compose/project-name/#set-a-project-name)를 참조하세요.", - "loc.messages.MigrateToDockerComposeV2": "작업은 Docker Compose V1을 활용하지만 Docker Compose V2로 전환할 계획이 있습니다. Docker Compose V2에 맞게 프로젝트를 조정하는 방법을 조사해야 합니다. 이 마이그레이션에 대한 지침은 제공된 링크(https://docs.docker.com/compose/migrate/)에서 공식 Docker Compose 설명서를 참조하세요." +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://go.microsoft.com/fwlink/?linkid=848006) 또는 [Docker Compose 설명서 참조](https://docs.docker.com/)", + "loc.description": "다중 컨테이너 Docker 응용 프로그램을 빌드, 푸시 또는 실행합니다. Docker 또는 Azure Container Registry에서 작업을 사용할 수 있습니다.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "고급 옵션", + "loc.input.label.containerregistrytype": "Container Registry 유형", + "loc.input.help.containerregistrytype": "Container Registry 유형을 선택하세요.", + "loc.input.label.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결", + "loc.input.help.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결을 선택합니다. 레지스트리를 사용하여 인증해야 하는 명령에 필요합니다.", + "loc.input.label.azureSubscriptionEndpoint": "Azure 구독", + "loc.input.help.azureSubscriptionEndpoint": "Azure 구독을 선택합니다.", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Azure Container Registry를 선택합니다.", + "loc.input.label.dockerComposeFile": "Docker Compose 파일", + "loc.input.help.dockerComposeFile": "사용할 기본 Docker Compose 파일에 대한 경로입니다.", + "loc.input.label.additionalDockerComposeFiles": "추가 Docker Compose 파일", + "loc.input.help.additionalDockerComposeFiles": "기본 Docker Compose 파일과 결합되어야 하는 추가 Docker Compose 파일입니다. 상대 경로는 기본 Docker Compose 파일을 포함하는 디렉터리를 기준으로 확인됩니다. 지정된 파일이 없으면 무시됩니다. 새 줄에 각 파일 경로를 지정하세요.", + "loc.input.label.dockerComposeFileArgs": "환경 변수", + "loc.input.help.dockerComposeFileArgs": "명령하는 동안 설정해야 할 환경 변수입니다. 새 줄에서 각 이름=값 쌍을 지정하세요.", + "loc.input.label.projectName": "프로젝트 이름", + "loc.input.help.projectName": "이미지 및 컨테이너의 기본 이름 지정에 사용되는 프로젝트 이름입니다.", + "loc.input.label.qualifyImageNames": "이미지 이름 한정", + "loc.input.help.qualifyImageNames": "달리 지정되지 않은 경우 Docker 레지스트리 서비스 연결의 호스트 이름으로 빌드된 서비스의 이미지 이름을 한정합니다.", + "loc.input.label.action": "작업", + "loc.input.help.action": "Docker Compose 작업을 선택합니다.", + "loc.input.label.additionalImageTags": "추가 이미지 태그", + "loc.input.help.additionalImageTags": "빌드 또는 푸시되고 있는 Docker 이미지에 대한 추가 태그입니다.", + "loc.input.label.includeSourceTags": "소스 태그 포함", + "loc.input.help.includeSourceTags": "Docker 이미지를 빌드하거나 푸시할 때 Git 태그를 포함합니다.", + "loc.input.label.includeLatestTag": "최신 태그 포함", + "loc.input.help.includeLatestTag": "Docker 이미지를 빌드하거나 푸시할 때 '최신' 태그를 포함합니다.", + "loc.input.label.buildImages": "빌드 이미지", + "loc.input.help.buildImages": "서비스 컨테이너를 시작하기 전에 이미지를 빌드합니다.", + "loc.input.label.serviceName": "서비스 이름", + "loc.input.help.serviceName": "실행할 특정 서비스의 이름입니다.", + "loc.input.label.containerName": "컨테이너 이름", + "loc.input.help.containerName": "실행할 특정 서비스 컨테이너의 이름입니다.", + "loc.input.label.ports": "포트", + "loc.input.help.ports": "호스트에 게시할 특정 서비스 컨테이너의 포트입니다. 새 줄에 각 host-port:container-port 바인딩을 지정하세요.", + "loc.input.label.workDir": "작업 디렉터리", + "loc.input.help.workDir": "특정 서비스 컨테이너에 대한 작업 디렉터리입니다.", + "loc.input.label.entrypoint": "진입점 재정의", + "loc.input.help.entrypoint": "특정 서비스 컨테이너에 대한 기본 진입점을 재정의합니다.", + "loc.input.label.containerCommand": "명령", + "loc.input.help.containerCommand": "특정 서비스 컨테이너에서 실행할 명령입니다. 예를 들어 이미지에 단순한 Python Flask 웹 응용 프로그램이 포함되어 있는 경우에는 웹 응용 프로그램 실행을 위해 'python app.py'를 지정할 수 있습니다.", + "loc.input.label.detached": "백그라운드에서 실행", + "loc.input.help.detached": "서비스 컨테이너를 백그라운드에서 실행합니다.", + "loc.input.label.abortOnContainerExit": "컨테이너 종료 시 중단", + "loc.input.help.abortOnContainerExit": "컨테이너가 있는 경우 모든 컨테이너를 중지합니다.", + "loc.input.label.imageDigestComposeFile": "이미지 다이제스트 Compose 파일", + "loc.input.help.imageDigestComposeFile": "각 서비스의 Docker 이미지의 전체 이미지 리포지토리 다이제스트로 채워져 만들어진 Docker Compose 파일에 대한 경로입니다.", + "loc.input.label.removeBuildOptions": "빌드 옵션 제거", + "loc.input.help.removeBuildOptions": "출력 Docker Compose 파일에서 빌드 옵션을 제거합니다.", + "loc.input.label.baseResolveDirectory": "기본 확인 디렉터리", + "loc.input.help.baseResolveDirectory": "출력 Docker Compose 파일의 상대 경로를 확인해야 할 기본 디렉터리입니다.", + "loc.input.label.outputDockerComposeFile": "출력 Docker Compose 파일", + "loc.input.help.outputDockerComposeFile": "출력 Docker Compose 파일에 대한 경로입니다.", + "loc.input.label.dockerComposeCommand": "명령", + "loc.input.help.dockerComposeCommand": "인수와 함께 실행할 Docker Compose 명령입니다. 예를 들어, 모든 중지된 서비스 컨테이너를 제거하려는 경우 'rm --all'입니다.", + "loc.input.label.arguments": "인수", + "loc.input.help.arguments": "Docker Compose 명령 옵션. 예:
빌드 명령의 경우
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker 호스트 서비스 연결", + "loc.input.help.dockerHostEndpoint": "Docker 호스트 서비스 연결을 선택합니다. 기본값은 에이전트의 호스트로 지정됩니다.", + "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 no-op", + "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 이 작업을 건너뜁니다. 작업이 리포지토리에 Docker Compose 파일이 있는지 여부에 따라 선택적 동작을 제공하는 경우에 유용합니다.", + "loc.input.label.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일 필요", + "loc.input.help.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일이 없는 경우 오류가 발생합니다. 이로 인해, 파일이 없는 경우 해당 파일을 무시하는 기본 동작이 재정의됩니다.", + "loc.input.label.cwd": "작업 디렉터리", + "loc.input.help.cwd": "Docker Compose 명령에 대한 작업 디렉터리입니다.", + "loc.input.label.dockerComposePath": "Docker Compose 실행 파일 경로", + "loc.input.help.dockerComposePath": "경로가 제공되는 경우 이 Docker Compose 실행 파일이 사용됩니다.", + "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 변수가 설정되었습니다. Docker는 Docker 호스트 %s에 연결하려고 합니다.", + "loc.messages.ContainerPatternFound": "Docker Compose filepath 매개 변수에 패턴 있음", + "loc.messages.ContainerPatternNotFound": "Docker Compose filepath 매개 변수에 패턴 없음", + "loc.messages.ContainerDockerFileNotFound": "%s과(와) 일치하는 Docker 파일이 없습니다.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "추가 Docker Compose 파일 %s이(가) 없습니다.", + "loc.messages.CantWriteDataToFile": "데이터를 %s 파일에 쓸 수 없습니다. 오류: %s", + "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 변수가 설정되었습니다. Docker 디먼 %s이(가) 실행 중인지 확인하세요.", + "loc.messages.NoDataWrittenOnFile": "데이터를 %s 파일에 쓰지 않았습니다.", + "loc.messages.FileContentSynced": "파일 콘텐츠를 디스크에 동기화했습니다. 콘텐츠는 %s입니다.", + "loc.messages.ImageNameWithoutTag": "태그로 지정되지 않은 이미지 이름으로, 지정한 이미지의 모든 태그를 푸시합니다.", + "loc.messages.WritingDockerConfigToTempFile": "임시 파일에 Docker 구성을 쓰는 중입니다. 파일 경로: %s, Docker 구성: %s", + "loc.messages.InvalidProjectName": "프로젝트 이름 \"%s\"은(는) 올바른 Docker Compose 프로젝트 이름이어야 합니다. 자세한 내용은 링크(https://docs.docker.com/compose/project-name/#set-a-project-name)를 참조하세요.", + "loc.messages.MigrateToDockerComposeV2": "작업은 Docker Compose V1을 활용하지만 Docker Compose V2로 전환할 계획이 있습니다. Docker Compose V2에 맞게 프로젝트를 조정하는 방법을 조사해야 합니다. 이 마이그레이션에 대한 지침은 제공된 링크(https://docs.docker.com/compose/migrate/)에서 공식 Docker Compose 설명서를 참조하세요." } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson index 2805bb210696..b9cabe01add4 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](https://go.microsoft.com/fwlink/?linkid=848006) или [документацию по Docker Compose](https://docs.docker.com/)", - "loc.description": "Создание, отправка или запуск многоконтейнерных приложений Docker. Задачу можно использовать в Docker или реестре контейнеров Azure.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Дополнительные параметры", - "loc.input.label.containerregistrytype": "Тип реестра контейнеров", - "loc.input.help.containerregistrytype": "Выберите тип реестра контейнеров.", - "loc.input.label.dockerRegistryEndpoint": "Подключение к службе реестра Docker", - "loc.input.help.dockerRegistryEndpoint": "Выберите подключение к службе реестра Docker. Это требуется для команд, для выполнения которых необходимо пройти проверку подлинности в реестре.", - "loc.input.label.azureSubscriptionEndpoint": "Подписка Azure", - "loc.input.help.azureSubscriptionEndpoint": "Выберите подписку Azure", - "loc.input.label.azureContainerRegistry": "Реестр контейнеров Azure", - "loc.input.help.azureContainerRegistry": "Выберите реестр контейнеров Azure", - "loc.input.label.dockerComposeFile": "Файл Docker Compose", - "loc.input.help.dockerComposeFile": "Путь к основному файлу Docker Compose для использования.", - "loc.input.label.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose", - "loc.input.help.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose для объединения с основным файлом Docker Compose. Относительные пути разрешаются относительно каталога, в котором содержится основной файл Docker Compose. Если указанный файл не найден, он пропускается. Каждый путь к файлу следует указывать в новой строке.", - "loc.input.label.dockerComposeFileArgs": "Переменные среды", - "loc.input.help.dockerComposeFileArgs": "Переменные среды для задания во время выполнения команды. Каждую пару \"имя=значение\" следует указывать в новой строке.", - "loc.input.label.projectName": "Имя проекта", - "loc.input.help.projectName": "Имя проекта, которое по умолчанию используется для именования образов и контейнеров.", - "loc.input.label.qualifyImageNames": "Определить имена образов", - "loc.input.help.qualifyImageNames": "Определение имен образов для созданных служб с помощью имени узла подключения к службе реестра Docker, если не указано иное.", - "loc.input.label.action": "Действие", - "loc.input.help.action": "Выберите действие Docker Compose.", - "loc.input.label.additionalImageTags": "Дополнительные теги образов", - "loc.input.help.additionalImageTags": "Выполняется создание или отправка дополнительных тегов для образов Docker.", - "loc.input.label.includeSourceTags": "Включить исходные теги", - "loc.input.help.includeSourceTags": "При создании или отправке образов Docker следует включить теги Git.", - "loc.input.label.includeLatestTag": "Включить последний тег", - "loc.input.help.includeLatestTag": "При создании или отправке образов Docker следует включить тег \"latest\".", - "loc.input.label.buildImages": "Образы сборки", - "loc.input.help.buildImages": "Создайте образы, прежде чем запускать контейнеры службы.", - "loc.input.label.serviceName": "Имя службы", - "loc.input.help.serviceName": "Имя определенной службы для выполнения.", - "loc.input.label.containerName": "Имя контейнера", - "loc.input.help.containerName": "Имя контейнера определенной службы для выполнения.", - "loc.input.label.ports": "Порты", - "loc.input.help.ports": "Порты в контейнере определенной службы для публикации на узле. Каждую привязку \"порт узла:порт контейнера\" следует указывать в новой строке.", - "loc.input.label.workDir": "Рабочий каталог", - "loc.input.help.workDir": "Рабочий каталог для контейнера определенной службы.", - "loc.input.label.entrypoint": "Переопределение точки входа", - "loc.input.help.entrypoint": "Переопределение точки входа по умолчанию для контейнера указанной службы.", - "loc.input.label.containerCommand": "Команда", - "loc.input.help.containerCommand": "Команда для выполнения в контейнере определенной службы. Например, если в образе имеется простое веб-приложение Python Flask, можно указать параметр \"python app.py\" для запуска веб-приложения.", - "loc.input.label.detached": "Запустить в фоновом режиме", - "loc.input.help.detached": "Запуск контейнеров службы в фоновом режиме.", - "loc.input.label.abortOnContainerExit": "Прервать на выходе контейнера", - "loc.input.help.abortOnContainerExit": "Остановить все контейнеры при выходе любого контейнера.", - "loc.input.label.imageDigestComposeFile": "Файл Docker Compose образа", - "loc.input.help.imageDigestComposeFile": "Путь к созданному файлу Docker Compose, в который внесены все дайджесты репозитория образа Docker каждой службы.", - "loc.input.label.removeBuildOptions": "Удалить параметры сборки", - "loc.input.help.removeBuildOptions": "Удаление параметров сборки из выходного файла Docker Compose.", - "loc.input.label.baseResolveDirectory": "Базовый каталог для разрешения", - "loc.input.help.baseResolveDirectory": "Базовый каталог, из которого следует выполнять разрешение относительных путей в выходном файле Docker Compose.", - "loc.input.label.outputDockerComposeFile": "Выходной файл Docker Compose", - "loc.input.help.outputDockerComposeFile": "Путь к выходному файлу Docker Compose.", - "loc.input.label.dockerComposeCommand": "Команда", - "loc.input.help.dockerComposeCommand": "Команда Docker Compose для выполнения (с аргументами). Например, \"rm --all\" для удаления всех остановленных контейнеров службы.", - "loc.input.label.arguments": "Аргументы", - "loc.input.help.arguments": "Параметры команды Docker Compose. Пример
Для команды сборки
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Подключение к службе узла Docker", - "loc.input.help.dockerHostEndpoint": "Выберите подключение к службе узла Docker. По умолчанию используется узел агента.", - "loc.input.label.nopIfNoDockerComposeFile": "Холостая команда, если файлы Docker Compose отсутствуют", - "loc.input.help.nopIfNoDockerComposeFile": "Если файл Docker Compose не существует, пропустите эту задачу. Это полезно в случаях, когда в этой задаче предлагается дополнительное поведение на основе сведений о существовании в репозитории файла Docker Compose.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Требовать дополнительные файлы Docker Compose", - "loc.input.help.requireAdditionalDockerComposeFiles": "Выдает ошибку, если дополнительные файлы Docker Compose не существуют. Данный параметр переопределяет поведение по умолчанию, при котором отсутствующий файл пропускается.", - "loc.input.label.cwd": "Рабочий каталог", - "loc.input.help.cwd": "Рабочий каталог для команды Docker Compose.", - "loc.input.label.dockerComposePath": "Путь к исполняемому файлу Docker Compose", - "loc.input.help.dockerComposePath": "Этот исполняемый файл docker-compose будет использоваться, если указан путь.", - "loc.messages.ConnectingToDockerHost": "Задана переменная DOCKER_HOST. Docker попытается подключиться к узлу Docker: %s", - "loc.messages.ContainerPatternFound": "Обнаружен шаблон в параметре filepath в Docker Compose", - "loc.messages.ContainerPatternNotFound": "Не найден шаблон в параметре filepath в Docker Compose", - "loc.messages.ContainerDockerFileNotFound": "Файл Docker, соответствующий %s, не найден.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Дополнительный файл Docker Compose %s не существует.", - "loc.messages.CantWriteDataToFile": "Не удается записать данные в файл %s. Ошибка: %s", - "loc.messages.DockerHostVariableWarning": "Задана переменная DOCKER_HOST. Убедитесь, что управляющая программа Docker запущена на: %s", - "loc.messages.NoDataWrittenOnFile": "Данные не были записаны в файл %s", - "loc.messages.FileContentSynced": "Содержимое файла синхронизировано с диском. Содержимое: %s.", - "loc.messages.ImageNameWithoutTag": "Имя образа указано без тега; передаются все теги указанного образа.", - "loc.messages.WritingDockerConfigToTempFile": "Запись конфигурации Docker во временный файл. Путь к файлу: %s, конфигурация Docker: %s", - "loc.messages.InvalidProjectName": "Имя проекта \"%s\" должно быть допустимым именем проекта Docker Compose. Дополнительные сведения см. по ссылке: https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "Задача использует Docker Compose V1, но планируется переход на Docker Compose V2. Необходимо изучить, как адаптировать проект к Docker Compose V2. Инструкции по этой миграции можно найти в официальной документации Docker Compose по ссылке https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](https://go.microsoft.com/fwlink/?linkid=848006) или [документацию по Docker Compose](https://docs.docker.com/)", + "loc.description": "Создание, отправка или запуск многоконтейнерных приложений Docker. Задачу можно использовать в Docker или реестре контейнеров Azure.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Дополнительные параметры", + "loc.input.label.containerregistrytype": "Тип реестра контейнеров", + "loc.input.help.containerregistrytype": "Выберите тип реестра контейнеров.", + "loc.input.label.dockerRegistryEndpoint": "Подключение к службе реестра Docker", + "loc.input.help.dockerRegistryEndpoint": "Выберите подключение к службе реестра Docker. Это требуется для команд, для выполнения которых необходимо пройти проверку подлинности в реестре.", + "loc.input.label.azureSubscriptionEndpoint": "Подписка Azure", + "loc.input.help.azureSubscriptionEndpoint": "Выберите подписку Azure", + "loc.input.label.azureContainerRegistry": "Реестр контейнеров Azure", + "loc.input.help.azureContainerRegistry": "Выберите реестр контейнеров Azure", + "loc.input.label.dockerComposeFile": "Файл Docker Compose", + "loc.input.help.dockerComposeFile": "Путь к основному файлу Docker Compose для использования.", + "loc.input.label.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose", + "loc.input.help.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose для объединения с основным файлом Docker Compose. Относительные пути разрешаются относительно каталога, в котором содержится основной файл Docker Compose. Если указанный файл не найден, он пропускается. Каждый путь к файлу следует указывать в новой строке.", + "loc.input.label.dockerComposeFileArgs": "Переменные среды", + "loc.input.help.dockerComposeFileArgs": "Переменные среды для задания во время выполнения команды. Каждую пару \"имя=значение\" следует указывать в новой строке.", + "loc.input.label.projectName": "Имя проекта", + "loc.input.help.projectName": "Имя проекта, которое по умолчанию используется для именования образов и контейнеров.", + "loc.input.label.qualifyImageNames": "Определить имена образов", + "loc.input.help.qualifyImageNames": "Определение имен образов для созданных служб с помощью имени узла подключения к службе реестра Docker, если не указано иное.", + "loc.input.label.action": "Действие", + "loc.input.help.action": "Выберите действие Docker Compose.", + "loc.input.label.additionalImageTags": "Дополнительные теги образов", + "loc.input.help.additionalImageTags": "Выполняется создание или отправка дополнительных тегов для образов Docker.", + "loc.input.label.includeSourceTags": "Включить исходные теги", + "loc.input.help.includeSourceTags": "При создании или отправке образов Docker следует включить теги Git.", + "loc.input.label.includeLatestTag": "Включить последний тег", + "loc.input.help.includeLatestTag": "При создании или отправке образов Docker следует включить тег \"latest\".", + "loc.input.label.buildImages": "Образы сборки", + "loc.input.help.buildImages": "Создайте образы, прежде чем запускать контейнеры службы.", + "loc.input.label.serviceName": "Имя службы", + "loc.input.help.serviceName": "Имя определенной службы для выполнения.", + "loc.input.label.containerName": "Имя контейнера", + "loc.input.help.containerName": "Имя контейнера определенной службы для выполнения.", + "loc.input.label.ports": "Порты", + "loc.input.help.ports": "Порты в контейнере определенной службы для публикации на узле. Каждую привязку \"порт узла:порт контейнера\" следует указывать в новой строке.", + "loc.input.label.workDir": "Рабочий каталог", + "loc.input.help.workDir": "Рабочий каталог для контейнера определенной службы.", + "loc.input.label.entrypoint": "Переопределение точки входа", + "loc.input.help.entrypoint": "Переопределение точки входа по умолчанию для контейнера указанной службы.", + "loc.input.label.containerCommand": "Команда", + "loc.input.help.containerCommand": "Команда для выполнения в контейнере определенной службы. Например, если в образе имеется простое веб-приложение Python Flask, можно указать параметр \"python app.py\" для запуска веб-приложения.", + "loc.input.label.detached": "Запустить в фоновом режиме", + "loc.input.help.detached": "Запуск контейнеров службы в фоновом режиме.", + "loc.input.label.abortOnContainerExit": "Прервать на выходе контейнера", + "loc.input.help.abortOnContainerExit": "Остановить все контейнеры при выходе любого контейнера.", + "loc.input.label.imageDigestComposeFile": "Файл Docker Compose образа", + "loc.input.help.imageDigestComposeFile": "Путь к созданному файлу Docker Compose, в который внесены все дайджесты репозитория образа Docker каждой службы.", + "loc.input.label.removeBuildOptions": "Удалить параметры сборки", + "loc.input.help.removeBuildOptions": "Удаление параметров сборки из выходного файла Docker Compose.", + "loc.input.label.baseResolveDirectory": "Базовый каталог для разрешения", + "loc.input.help.baseResolveDirectory": "Базовый каталог, из которого следует выполнять разрешение относительных путей в выходном файле Docker Compose.", + "loc.input.label.outputDockerComposeFile": "Выходной файл Docker Compose", + "loc.input.help.outputDockerComposeFile": "Путь к выходному файлу Docker Compose.", + "loc.input.label.dockerComposeCommand": "Команда", + "loc.input.help.dockerComposeCommand": "Команда Docker Compose для выполнения (с аргументами). Например, \"rm --all\" для удаления всех остановленных контейнеров службы.", + "loc.input.label.arguments": "Аргументы", + "loc.input.help.arguments": "Параметры команды Docker Compose. Пример
Для команды сборки
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Подключение к службе узла Docker", + "loc.input.help.dockerHostEndpoint": "Выберите подключение к службе узла Docker. По умолчанию используется узел агента.", + "loc.input.label.nopIfNoDockerComposeFile": "Холостая команда, если файлы Docker Compose отсутствуют", + "loc.input.help.nopIfNoDockerComposeFile": "Если файл Docker Compose не существует, пропустите эту задачу. Это полезно в случаях, когда в этой задаче предлагается дополнительное поведение на основе сведений о существовании в репозитории файла Docker Compose.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Требовать дополнительные файлы Docker Compose", + "loc.input.help.requireAdditionalDockerComposeFiles": "Выдает ошибку, если дополнительные файлы Docker Compose не существуют. Данный параметр переопределяет поведение по умолчанию, при котором отсутствующий файл пропускается.", + "loc.input.label.cwd": "Рабочий каталог", + "loc.input.help.cwd": "Рабочий каталог для команды Docker Compose.", + "loc.input.label.dockerComposePath": "Путь к исполняемому файлу Docker Compose", + "loc.input.help.dockerComposePath": "Этот исполняемый файл docker-compose будет использоваться, если указан путь.", + "loc.messages.ConnectingToDockerHost": "Задана переменная DOCKER_HOST. Docker попытается подключиться к узлу Docker: %s", + "loc.messages.ContainerPatternFound": "Обнаружен шаблон в параметре filepath в Docker Compose", + "loc.messages.ContainerPatternNotFound": "Не найден шаблон в параметре filepath в Docker Compose", + "loc.messages.ContainerDockerFileNotFound": "Файл Docker, соответствующий %s, не найден.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Дополнительный файл Docker Compose %s не существует.", + "loc.messages.CantWriteDataToFile": "Не удается записать данные в файл %s. Ошибка: %s", + "loc.messages.DockerHostVariableWarning": "Задана переменная DOCKER_HOST. Убедитесь, что управляющая программа Docker запущена на: %s", + "loc.messages.NoDataWrittenOnFile": "Данные не были записаны в файл %s", + "loc.messages.FileContentSynced": "Содержимое файла синхронизировано с диском. Содержимое: %s.", + "loc.messages.ImageNameWithoutTag": "Имя образа указано без тега; передаются все теги указанного образа.", + "loc.messages.WritingDockerConfigToTempFile": "Запись конфигурации Docker во временный файл. Путь к файлу: %s, конфигурация Docker: %s", + "loc.messages.InvalidProjectName": "Имя проекта \"%s\" должно быть допустимым именем проекта Docker Compose. Дополнительные сведения см. по ссылке: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "Задача использует Docker Compose V1, но планируется переход на Docker Compose V2. Необходимо изучить, как адаптировать проект к Docker Compose V2. Инструкции по этой миграции можно найти в официальной документации Docker Compose по ссылке https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson index 5b360ef98621..585dcd740d3e 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[详细了解此任务](https://go.microsoft.com/fwlink/?linkid=848006)或[参阅 Docker Compose 文档](https://docs.docker.com/)", - "loc.description": "生成、推送或运行多容器 Docker 应用程序。任务可与 Docker 或 Azure 容器注册表一起使用。", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "高级选项", - "loc.input.label.containerregistrytype": "容器注册表类型", - "loc.input.help.containerregistrytype": "选择容器注册表类型。", - "loc.input.label.dockerRegistryEndpoint": "Docker 注册表服务连接", - "loc.input.help.dockerRegistryEndpoint": "选择 Docker 注册表服务连接。这对于需要执行注册表身份验证的命令是必需的。", - "loc.input.label.azureSubscriptionEndpoint": "Azure 订阅", - "loc.input.help.azureSubscriptionEndpoint": "选择 Azure 订阅", - "loc.input.label.azureContainerRegistry": "Azure 容器注册表", - "loc.input.help.azureContainerRegistry": "选择 Azure 容器注册表", - "loc.input.label.dockerComposeFile": "Docker Compose 文件", - "loc.input.help.dockerComposeFile": "要使用的主 Docker Compose 文件的路径。", - "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 文件", - "loc.input.help.additionalDockerComposeFiles": "要与主 Docker Compose 文件合并的其他 Docker Compose 文件。相对包含主 Docker Compose 文件的目录解析相对路径。如果找不到指定的文件,则忽略。在新的一行指定每个文件路径。", - "loc.input.label.dockerComposeFileArgs": "环境变量", - "loc.input.help.dockerComposeFileArgs": "执行命令期间要设置的环境变量。在新的一行指定每个名称=值对。", - "loc.input.label.projectName": "项目名", - "loc.input.help.projectName": "默认用于命名映像和容器的项目名称。", - "loc.input.label.qualifyImageNames": "指定映像名", - "loc.input.help.qualifyImageNames": "如果没有另外指定,将生成服务的映像名限定为 Docker 注册表服务连接的主机名。", - "loc.input.label.action": "操作", - "loc.input.help.action": "选择 Docker Compose 操作。", - "loc.input.label.additionalImageTags": "其他映像标记", - "loc.input.help.additionalImageTags": "正在生成或推送的 Docker 映像的其他标记。", - "loc.input.label.includeSourceTags": "包括源标记", - "loc.input.help.includeSourceTags": "生成或推送 Docker 映像时包括 Git 标记。", - "loc.input.label.includeLatestTag": "包括最近标记", - "loc.input.help.includeLatestTag": "生成或推送 Docker 映像时包括 \"latest\" 标记。", - "loc.input.label.buildImages": "生成映像", - "loc.input.help.buildImages": "在启动服务容器之前生成映像。", - "loc.input.label.serviceName": "服务名称", - "loc.input.help.serviceName": "要运行的特定服务的名称。", - "loc.input.label.containerName": "容器名", - "loc.input.help.containerName": "要运行的特定服务容器的名称。", - "loc.input.label.ports": "端口", - "loc.input.help.ports": "特定服务容器中要发布到主机的端口。在新的一行指定每个 host-port:container-port 绑定。", - "loc.input.label.workDir": "工作目录", - "loc.input.help.workDir": "特定服务容器的工作目录。", - "loc.input.label.entrypoint": "入口点替代", - "loc.input.help.entrypoint": "替代特定服务容器的默认入口点。", - "loc.input.label.containerCommand": "命令", - "loc.input.help.containerCommand": "要在特定服务容器中运行的命令。例如,如果映像包含一个简单的 Python Flask Web 应用程序,则可以将“python app.py”指定为启动 Web 应用程序。", - "loc.input.label.detached": "后台运行", - "loc.input.help.detached": "后台运行服务容器。", - "loc.input.label.abortOnContainerExit": "容器退出时中止", - "loc.input.help.abortOnContainerExit": "存在任何容器时停止所有容器。", - "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 文件", - "loc.input.help.imageDigestComposeFile": "使用每个服务的 Docker 映像的完全映像存储库摘要创建和填充的 Docker Compose 文件的路径。", - "loc.input.label.removeBuildOptions": "删除生成选项", - "loc.input.help.removeBuildOptions": "从输出 Docker Compose 文件中删除生成选项。", - "loc.input.label.baseResolveDirectory": "基础映像解析目录", - "loc.input.help.baseResolveDirectory": "解析输出 Docker Compose 文件的相对路径应该针对的基目录。", - "loc.input.label.outputDockerComposeFile": "输出 Docker Compose 文件", - "loc.input.help.outputDockerComposeFile": "输出 Docker Compose 文件的路径。", - "loc.input.label.dockerComposeCommand": "命令", - "loc.input.help.dockerComposeCommand": "要执行的带参数的 Docker Compose 命令。例如,可以使用 \"rm --all\" 删除所有已停止的服务容器。", - "loc.input.label.arguments": "参数", - "loc.input.help.arguments": "Docker Compose 命令选项。例如:
对于生成命令,选项有
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker 主机服务连接", - "loc.input.help.dockerHostEndpoint": "选择 Docker 主机服务连接。默认为代理的主机。", - "loc.input.label.nopIfNoDockerComposeFile": "如果没有 Docker Compose 文件,则无操作", - "loc.input.help.nopIfNoDockerComposeFile": "如果 Docker Compose 文件不存在,则跳过此任务。当任务根据存储库中是否存在 Docker Compose 文件来提供可选行为时,这会非常有用。", - "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 文件", - "loc.input.help.requireAdditionalDockerComposeFiles": "不存在其他 Docker Compose 文件时发生错误。这会替代如果文件不存在则忽略该文件的默认行为。", - "loc.input.label.cwd": "工作目录", - "loc.input.help.cwd": "Docker Compose 命令的工作目录。", - "loc.input.label.dockerComposePath": "Docker Compose 可执行文件路径", - "loc.input.help.dockerComposePath": "如果提供了路径,则将使用此 docker-compose 可执行文件", - "loc.messages.ConnectingToDockerHost": "已设置 DOCKER_HOST 变量。Docker 将尝试连接到 Docker 主机: %s", - "loc.messages.ContainerPatternFound": "Docker Compose 文件路径参数中找到的模式", - "loc.messages.ContainerPatternNotFound": "Docker Compose 文件路径参数中未找到任何模式", - "loc.messages.ContainerDockerFileNotFound": "找不到匹配 %s 的任何 Docker 文件。", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "不存在其他 Docker Compose 文件 %s。", - "loc.messages.CantWriteDataToFile": "无法将数据写入文件 %s。错误: %s", - "loc.messages.DockerHostVariableWarning": "已设置 DOCKER_HOST 变量。请确保 Docker 守护程序正在 %s 上运行", - "loc.messages.NoDataWrittenOnFile": "没有任何数据写入到文件 %s", - "loc.messages.FileContentSynced": "文件内容已同步到磁盘。内容为 %s。", - "loc.messages.ImageNameWithoutTag": "未使用标记指定映像名,推送指定映像的所有标记。", - "loc.messages.WritingDockerConfigToTempFile": "正在将 Docker 配置写入临时文件。文件路径: %s,Docker 配置: %s", - "loc.messages.InvalidProjectName": "项目名称“%s”必须是有效的 docker compose 项目名称。请访问以下链接了解更多详细信息: https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "该任务正在利用 Docker Compose V1,但有过渡到 Docker Compose V2 的计划。必须研究如何调整项目以适应 Docker Compose V2。有关此迁移的指南,可以参阅官方 Docker Compose 文档,提供的链接为: https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[详细了解此任务](https://go.microsoft.com/fwlink/?linkid=848006)或[参阅 Docker Compose 文档](https://docs.docker.com/)", + "loc.description": "生成、推送或运行多容器 Docker 应用程序。任务可与 Docker 或 Azure 容器注册表一起使用。", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "高级选项", + "loc.input.label.containerregistrytype": "容器注册表类型", + "loc.input.help.containerregistrytype": "选择容器注册表类型。", + "loc.input.label.dockerRegistryEndpoint": "Docker 注册表服务连接", + "loc.input.help.dockerRegistryEndpoint": "选择 Docker 注册表服务连接。这对于需要执行注册表身份验证的命令是必需的。", + "loc.input.label.azureSubscriptionEndpoint": "Azure 订阅", + "loc.input.help.azureSubscriptionEndpoint": "选择 Azure 订阅", + "loc.input.label.azureContainerRegistry": "Azure 容器注册表", + "loc.input.help.azureContainerRegistry": "选择 Azure 容器注册表", + "loc.input.label.dockerComposeFile": "Docker Compose 文件", + "loc.input.help.dockerComposeFile": "要使用的主 Docker Compose 文件的路径。", + "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 文件", + "loc.input.help.additionalDockerComposeFiles": "要与主 Docker Compose 文件合并的其他 Docker Compose 文件。相对包含主 Docker Compose 文件的目录解析相对路径。如果找不到指定的文件,则忽略。在新的一行指定每个文件路径。", + "loc.input.label.dockerComposeFileArgs": "环境变量", + "loc.input.help.dockerComposeFileArgs": "执行命令期间要设置的环境变量。在新的一行指定每个名称=值对。", + "loc.input.label.projectName": "项目名", + "loc.input.help.projectName": "默认用于命名映像和容器的项目名称。", + "loc.input.label.qualifyImageNames": "指定映像名", + "loc.input.help.qualifyImageNames": "如果没有另外指定,将生成服务的映像名限定为 Docker 注册表服务连接的主机名。", + "loc.input.label.action": "操作", + "loc.input.help.action": "选择 Docker Compose 操作。", + "loc.input.label.additionalImageTags": "其他映像标记", + "loc.input.help.additionalImageTags": "正在生成或推送的 Docker 映像的其他标记。", + "loc.input.label.includeSourceTags": "包括源标记", + "loc.input.help.includeSourceTags": "生成或推送 Docker 映像时包括 Git 标记。", + "loc.input.label.includeLatestTag": "包括最近标记", + "loc.input.help.includeLatestTag": "生成或推送 Docker 映像时包括 \"latest\" 标记。", + "loc.input.label.buildImages": "生成映像", + "loc.input.help.buildImages": "在启动服务容器之前生成映像。", + "loc.input.label.serviceName": "服务名称", + "loc.input.help.serviceName": "要运行的特定服务的名称。", + "loc.input.label.containerName": "容器名", + "loc.input.help.containerName": "要运行的特定服务容器的名称。", + "loc.input.label.ports": "端口", + "loc.input.help.ports": "特定服务容器中要发布到主机的端口。在新的一行指定每个 host-port:container-port 绑定。", + "loc.input.label.workDir": "工作目录", + "loc.input.help.workDir": "特定服务容器的工作目录。", + "loc.input.label.entrypoint": "入口点替代", + "loc.input.help.entrypoint": "替代特定服务容器的默认入口点。", + "loc.input.label.containerCommand": "命令", + "loc.input.help.containerCommand": "要在特定服务容器中运行的命令。例如,如果映像包含一个简单的 Python Flask Web 应用程序,则可以将“python app.py”指定为启动 Web 应用程序。", + "loc.input.label.detached": "后台运行", + "loc.input.help.detached": "后台运行服务容器。", + "loc.input.label.abortOnContainerExit": "容器退出时中止", + "loc.input.help.abortOnContainerExit": "存在任何容器时停止所有容器。", + "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 文件", + "loc.input.help.imageDigestComposeFile": "使用每个服务的 Docker 映像的完全映像存储库摘要创建和填充的 Docker Compose 文件的路径。", + "loc.input.label.removeBuildOptions": "删除生成选项", + "loc.input.help.removeBuildOptions": "从输出 Docker Compose 文件中删除生成选项。", + "loc.input.label.baseResolveDirectory": "基础映像解析目录", + "loc.input.help.baseResolveDirectory": "解析输出 Docker Compose 文件的相对路径应该针对的基目录。", + "loc.input.label.outputDockerComposeFile": "输出 Docker Compose 文件", + "loc.input.help.outputDockerComposeFile": "输出 Docker Compose 文件的路径。", + "loc.input.label.dockerComposeCommand": "命令", + "loc.input.help.dockerComposeCommand": "要执行的带参数的 Docker Compose 命令。例如,可以使用 \"rm --all\" 删除所有已停止的服务容器。", + "loc.input.label.arguments": "参数", + "loc.input.help.arguments": "Docker Compose 命令选项。例如:
对于生成命令,选项有
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker 主机服务连接", + "loc.input.help.dockerHostEndpoint": "选择 Docker 主机服务连接。默认为代理的主机。", + "loc.input.label.nopIfNoDockerComposeFile": "如果没有 Docker Compose 文件,则无操作", + "loc.input.help.nopIfNoDockerComposeFile": "如果 Docker Compose 文件不存在,则跳过此任务。当任务根据存储库中是否存在 Docker Compose 文件来提供可选行为时,这会非常有用。", + "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 文件", + "loc.input.help.requireAdditionalDockerComposeFiles": "不存在其他 Docker Compose 文件时发生错误。这会替代如果文件不存在则忽略该文件的默认行为。", + "loc.input.label.cwd": "工作目录", + "loc.input.help.cwd": "Docker Compose 命令的工作目录。", + "loc.input.label.dockerComposePath": "Docker Compose 可执行文件路径", + "loc.input.help.dockerComposePath": "如果提供了路径,则将使用此 docker-compose 可执行文件", + "loc.messages.ConnectingToDockerHost": "已设置 DOCKER_HOST 变量。Docker 将尝试连接到 Docker 主机: %s", + "loc.messages.ContainerPatternFound": "Docker Compose 文件路径参数中找到的模式", + "loc.messages.ContainerPatternNotFound": "Docker Compose 文件路径参数中未找到任何模式", + "loc.messages.ContainerDockerFileNotFound": "找不到匹配 %s 的任何 Docker 文件。", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "不存在其他 Docker Compose 文件 %s。", + "loc.messages.CantWriteDataToFile": "无法将数据写入文件 %s。错误: %s", + "loc.messages.DockerHostVariableWarning": "已设置 DOCKER_HOST 变量。请确保 Docker 守护程序正在 %s 上运行", + "loc.messages.NoDataWrittenOnFile": "没有任何数据写入到文件 %s", + "loc.messages.FileContentSynced": "文件内容已同步到磁盘。内容为 %s。", + "loc.messages.ImageNameWithoutTag": "未使用标记指定映像名,推送指定映像的所有标记。", + "loc.messages.WritingDockerConfigToTempFile": "正在将 Docker 配置写入临时文件。文件路径: %s,Docker 配置: %s", + "loc.messages.InvalidProjectName": "项目名称“%s”必须是有效的 docker compose 项目名称。请访问以下链接了解更多详细信息: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "该任务正在利用 Docker Compose V1,但有过渡到 Docker Compose V2 的计划。必须研究如何调整项目以适应 Docker Compose V2。有关此迁移的指南,可以参阅官方 Docker Compose 文档,提供的链接为: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson index c4c09fc73625..e8ae0609e605 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,86 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=848006)或[參閱 Docker Compose 文件](https://docs.docker.com/)", - "loc.description": "組建、推送或執行多容器 Docker 應用程式。工作可用於 Docker 或 Azure Container 登錄。", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "進階選項", - "loc.input.label.containerregistrytype": "容器登錄類型", - "loc.input.help.containerregistrytype": "請選取容器登錄類型。", - "loc.input.label.dockerRegistryEndpoint": "Docker 登錄服務連線", - "loc.input.help.dockerRegistryEndpoint": "選取 Docker 登錄服務連線。必須為需要向登錄驗證的命令選取。", - "loc.input.label.azureSubscriptionEndpoint": "Azure 訂用帳戶", - "loc.input.help.azureSubscriptionEndpoint": "選取 Azure 訂閱", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "選取 Azure Container Registry", - "loc.input.label.dockerComposeFile": "Docker Compose 檔案", - "loc.input.help.dockerComposeFile": "要使用之主要 Docker Compose 檔案的路徑。", - "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 檔案", - "loc.input.help.additionalDockerComposeFiles": "其他要與主要 Docker Compose 檔案合併的 Docker Compose 檔案。相對路徑會解析成相對於包含主要 Docker Compose 檔案的目錄。若指定的檔案找不到,將會予以忽略。請在新行上指定每一個檔案路徑。", - "loc.input.label.dockerComposeFileArgs": "環境變數", - "loc.input.help.dockerComposeFileArgs": "要在執行命令時設定的環境變數。請在新行上指定每一個 name=value 組。", - "loc.input.label.projectName": "專案名稱", - "loc.input.help.projectName": "用於命名映像及容器之預設名稱的專案名稱。", - "loc.input.label.qualifyImageNames": "限定映像名稱", - "loc.input.help.qualifyImageNames": "若未另外指定,便以 Docker 登錄服務連線的主機名稱來為建置的服務限定映像名稱。", - "loc.input.label.action": "動作", - "loc.input.help.action": "請選取 Docker Compose 動作。", - "loc.input.label.additionalImageTags": "其他映像標記", - "loc.input.help.additionalImageTags": "要建置或推送之 Docker 映像的其他標記。", - "loc.input.label.includeSourceTags": "包含來源標記", - "loc.input.help.includeSourceTags": "於建置或推送 Docker 映像時加入 Git 標記。", - "loc.input.label.includeLatestTag": "包含最新標記", - "loc.input.help.includeLatestTag": "於建置或推送 Docker 映像時加入最新標記。", - "loc.input.label.buildImages": "組建映像", - "loc.input.help.buildImages": "啟動服務容器之前先建置映像。", - "loc.input.label.serviceName": "服務名稱", - "loc.input.help.serviceName": "要執行之特定服務的名稱。", - "loc.input.label.containerName": "容器名稱", - "loc.input.help.containerName": "要執行之特定服務容器的名稱。", - "loc.input.label.ports": "連接埠", - "loc.input.help.ports": "要推送到主機之特定服務容器中的連接埠。每一個 host-port:container-port 繫結都必須在新行上指定。", - "loc.input.label.workDir": "工作目錄", - "loc.input.help.workDir": "特定服務容器的工作目錄。", - "loc.input.label.entrypoint": "進入點覆寫", - "loc.input.help.entrypoint": "覆寫特定服務容器的預設進入點。", - "loc.input.label.containerCommand": "命令", - "loc.input.help.containerCommand": "要在特定服務容器中執行的命令。例如,若映像只包含 Python Flask Web 應用程式,您可以指定 'python app.py' 來啟動該 Web 應用程式。", - "loc.input.label.detached": "在背景執行", - "loc.input.help.detached": "在背景執行服務容器。", - "loc.input.label.abortOnContainerExit": "容器結束時中止", - "loc.input.help.abortOnContainerExit": "一有任何容器結束,即停止所有容器。", - "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 檔案", - "loc.input.help.imageDigestComposeFile": "所建立之 Docker Compose 檔案的路徑; 該檔案填入了每項服務之 Docker 映像的完整映像保存庫摘要。", - "loc.input.label.removeBuildOptions": "移除建置選項", - "loc.input.help.removeBuildOptions": "從輸出 Docker Compose 檔案移除建置選項。", - "loc.input.label.baseResolveDirectory": "基礎解析目錄", - "loc.input.help.baseResolveDirectory": "輸出 Docker Compose 檔案中要解析之相對路徑的基礎目錄。", - "loc.input.label.outputDockerComposeFile": "輸出 Docker Compose 檔案", - "loc.input.help.outputDockerComposeFile": "輸出 Docker Compose 檔案的路徑。", - "loc.input.label.dockerComposeCommand": "命令", - "loc.input.help.dockerComposeCommand": "要加上引數一起執行的 Docker Compose 命令。例如 'rm --all' 表示要移除所有已經停止的服務容器。", - "loc.input.label.arguments": "引數", - "loc.input.help.arguments": "Docker Compose 命令選項。例如:
建置命令為
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker 主機服務連線", - "loc.input.help.dockerHostEndpoint": "選取 Docker 主機服務連線。預設為代理程式的主機。", - "loc.input.label.nopIfNoDockerComposeFile": "若無 Docker Compose 檔案,即不執行任何作業", - "loc.input.help.nopIfNoDockerComposeFile": "若沒有 Docker Compose 檔案,請跳過此步驟。當工作依據保存庫中有無 Docker Compose 檔案來提供選擇性行為時,即可加以使用。", - "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 檔案", - "loc.input.help.requireAdditionalDockerComposeFiles": "若無其他 Docker Compose 檔案,即產生錯誤。這會覆寫預設行為 (亦即當檔案不存在時予以忽略)。", - "loc.input.label.cwd": "工作目錄", - "loc.input.help.cwd": "Docker Compose 命令的工作目錄。", - "loc.input.label.dockerComposePath": "Docker Compose 可執行檔路徑", - "loc.input.help.dockerComposePath": "如果提供路徑,將會使用這個 docker-compose 可執行檔", - "loc.messages.ConnectingToDockerHost": "已設定 DOCKER_HOST 變數。Docker 會嘗試連線到 Docker 主機: %s", - "loc.messages.ContainerPatternFound": "在 docker compose filepath 參數中找到的模式", - "loc.messages.ContainerPatternNotFound": "在 docker compose filepath 參數中找不到任何模式", - "loc.messages.ContainerDockerFileNotFound": "找不到任何的 Docker 檔案符合 %s。", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "其他 Docker Compose 檔案 %s 不存在。", - "loc.messages.CantWriteDataToFile": "無法將資料寫入檔案 %s。錯誤: %s", - "loc.messages.DockerHostVariableWarning": "已設定 DOCKER_HOST 變數。請確定 Docker 精靈正在下列位置執行: %s", - "loc.messages.NoDataWrittenOnFile": "沒有任何資料寫入檔案 %s", - "loc.messages.FileContentSynced": "檔案內容已同步到磁碟。內容為 %s。", - "loc.messages.ImageNameWithoutTag": "未使用標籤指定映像名稱,因此會推送指定映像的所有標籤。", - "loc.messages.WritingDockerConfigToTempFile": "正在將 Docker 設定寫入暫存檔案。檔案路徑: %s,Docker 設定: %s", - "loc.messages.InvalidProjectName": "專案名稱 \"%s\" 必須是有效的 docker compose 專案名稱。如需詳細資料,請遵循連結: https://docs.docker.com/compose/project-name/#set-a-project-name", - "loc.messages.MigrateToDockerComposeV2": "工作正在使用 Docker Compose V1,但有轉換為 Docker Compose V2 的計劃。必須調查如何將您的專案調整為 Docker Compose V2。如需此移轉的指引,您可以在提供的連結參閱官方Docker Compose 文件: https://docs.docker.com/compose/migrate/" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=848006)或[參閱 Docker Compose 文件](https://docs.docker.com/)", + "loc.description": "組建、推送或執行多容器 Docker 應用程式。工作可用於 Docker 或 Azure Container 登錄。", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "進階選項", + "loc.input.label.containerregistrytype": "容器登錄類型", + "loc.input.help.containerregistrytype": "請選取容器登錄類型。", + "loc.input.label.dockerRegistryEndpoint": "Docker 登錄服務連線", + "loc.input.help.dockerRegistryEndpoint": "選取 Docker 登錄服務連線。必須為需要向登錄驗證的命令選取。", + "loc.input.label.azureSubscriptionEndpoint": "Azure 訂用帳戶", + "loc.input.help.azureSubscriptionEndpoint": "選取 Azure 訂閱", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "選取 Azure Container Registry", + "loc.input.label.dockerComposeFile": "Docker Compose 檔案", + "loc.input.help.dockerComposeFile": "要使用之主要 Docker Compose 檔案的路徑。", + "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 檔案", + "loc.input.help.additionalDockerComposeFiles": "其他要與主要 Docker Compose 檔案合併的 Docker Compose 檔案。相對路徑會解析成相對於包含主要 Docker Compose 檔案的目錄。若指定的檔案找不到,將會予以忽略。請在新行上指定每一個檔案路徑。", + "loc.input.label.dockerComposeFileArgs": "環境變數", + "loc.input.help.dockerComposeFileArgs": "要在執行命令時設定的環境變數。請在新行上指定每一個 name=value 組。", + "loc.input.label.projectName": "專案名稱", + "loc.input.help.projectName": "用於命名映像及容器之預設名稱的專案名稱。", + "loc.input.label.qualifyImageNames": "限定映像名稱", + "loc.input.help.qualifyImageNames": "若未另外指定,便以 Docker 登錄服務連線的主機名稱來為建置的服務限定映像名稱。", + "loc.input.label.action": "動作", + "loc.input.help.action": "請選取 Docker Compose 動作。", + "loc.input.label.additionalImageTags": "其他映像標記", + "loc.input.help.additionalImageTags": "要建置或推送之 Docker 映像的其他標記。", + "loc.input.label.includeSourceTags": "包含來源標記", + "loc.input.help.includeSourceTags": "於建置或推送 Docker 映像時加入 Git 標記。", + "loc.input.label.includeLatestTag": "包含最新標記", + "loc.input.help.includeLatestTag": "於建置或推送 Docker 映像時加入最新標記。", + "loc.input.label.buildImages": "組建映像", + "loc.input.help.buildImages": "啟動服務容器之前先建置映像。", + "loc.input.label.serviceName": "服務名稱", + "loc.input.help.serviceName": "要執行之特定服務的名稱。", + "loc.input.label.containerName": "容器名稱", + "loc.input.help.containerName": "要執行之特定服務容器的名稱。", + "loc.input.label.ports": "連接埠", + "loc.input.help.ports": "要推送到主機之特定服務容器中的連接埠。每一個 host-port:container-port 繫結都必須在新行上指定。", + "loc.input.label.workDir": "工作目錄", + "loc.input.help.workDir": "特定服務容器的工作目錄。", + "loc.input.label.entrypoint": "進入點覆寫", + "loc.input.help.entrypoint": "覆寫特定服務容器的預設進入點。", + "loc.input.label.containerCommand": "命令", + "loc.input.help.containerCommand": "要在特定服務容器中執行的命令。例如,若映像只包含 Python Flask Web 應用程式,您可以指定 'python app.py' 來啟動該 Web 應用程式。", + "loc.input.label.detached": "在背景執行", + "loc.input.help.detached": "在背景執行服務容器。", + "loc.input.label.abortOnContainerExit": "容器結束時中止", + "loc.input.help.abortOnContainerExit": "一有任何容器結束,即停止所有容器。", + "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 檔案", + "loc.input.help.imageDigestComposeFile": "所建立之 Docker Compose 檔案的路徑; 該檔案填入了每項服務之 Docker 映像的完整映像保存庫摘要。", + "loc.input.label.removeBuildOptions": "移除建置選項", + "loc.input.help.removeBuildOptions": "從輸出 Docker Compose 檔案移除建置選項。", + "loc.input.label.baseResolveDirectory": "基礎解析目錄", + "loc.input.help.baseResolveDirectory": "輸出 Docker Compose 檔案中要解析之相對路徑的基礎目錄。", + "loc.input.label.outputDockerComposeFile": "輸出 Docker Compose 檔案", + "loc.input.help.outputDockerComposeFile": "輸出 Docker Compose 檔案的路徑。", + "loc.input.label.dockerComposeCommand": "命令", + "loc.input.help.dockerComposeCommand": "要加上引數一起執行的 Docker Compose 命令。例如 'rm --all' 表示要移除所有已經停止的服務容器。", + "loc.input.label.arguments": "引數", + "loc.input.help.arguments": "Docker Compose 命令選項。例如:
建置命令為
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker 主機服務連線", + "loc.input.help.dockerHostEndpoint": "選取 Docker 主機服務連線。預設為代理程式的主機。", + "loc.input.label.nopIfNoDockerComposeFile": "若無 Docker Compose 檔案,即不執行任何作業", + "loc.input.help.nopIfNoDockerComposeFile": "若沒有 Docker Compose 檔案,請跳過此步驟。當工作依據保存庫中有無 Docker Compose 檔案來提供選擇性行為時,即可加以使用。", + "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 檔案", + "loc.input.help.requireAdditionalDockerComposeFiles": "若無其他 Docker Compose 檔案,即產生錯誤。這會覆寫預設行為 (亦即當檔案不存在時予以忽略)。", + "loc.input.label.cwd": "工作目錄", + "loc.input.help.cwd": "Docker Compose 命令的工作目錄。", + "loc.input.label.dockerComposePath": "Docker Compose 可執行檔路徑", + "loc.input.help.dockerComposePath": "如果提供路徑,將會使用這個 docker-compose 可執行檔", + "loc.messages.ConnectingToDockerHost": "已設定 DOCKER_HOST 變數。Docker 會嘗試連線到 Docker 主機: %s", + "loc.messages.ContainerPatternFound": "在 docker compose filepath 參數中找到的模式", + "loc.messages.ContainerPatternNotFound": "在 docker compose filepath 參數中找不到任何模式", + "loc.messages.ContainerDockerFileNotFound": "找不到任何的 Docker 檔案符合 %s。", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "其他 Docker Compose 檔案 %s 不存在。", + "loc.messages.CantWriteDataToFile": "無法將資料寫入檔案 %s。錯誤: %s", + "loc.messages.DockerHostVariableWarning": "已設定 DOCKER_HOST 變數。請確定 Docker 精靈正在下列位置執行: %s", + "loc.messages.NoDataWrittenOnFile": "沒有任何資料寫入檔案 %s", + "loc.messages.FileContentSynced": "檔案內容已同步到磁碟。內容為 %s。", + "loc.messages.ImageNameWithoutTag": "未使用標籤指定映像名稱,因此會推送指定映像的所有標籤。", + "loc.messages.WritingDockerConfigToTempFile": "正在將 Docker 設定寫入暫存檔案。檔案路徑: %s,Docker 設定: %s", + "loc.messages.InvalidProjectName": "專案名稱 \"%s\" 必須是有效的 docker compose 專案名稱。如需詳細資料,請遵循連結: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "工作正在使用 Docker Compose V1,但有轉換為 Docker Compose V2 的計劃。必須調查如何將您的專案調整為 Docker Compose V2。如需此移轉的指引,您可以在提供的連結參閱官方Docker Compose 文件: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/ManualValidationV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/ManualValidationV1/Strings/resources.resjson/de-DE/resources.resjson index 8ced8b77b493..7d11daa88c55 100644 --- a/Tasks/ManualValidationV1/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/ManualValidationV1/Strings/resources.resjson/de-DE/resources.resjson @@ -1,14 +1,14 @@ -{ - "loc.friendlyName": "Manuelle Überprüfung", - "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://aka.ms/manual-validation)", - "loc.description": "[VORSCHAU] Hiermit wird eine Pipelineausführung angehalten, um auf eine manuelle Interaktion zu warten. Dies funktioniert nur bei YAML-Pipelines.", - "loc.instanceNameFormat": "Manuelle Validierung", - "loc.input.label.notifyUsers": "Benutzer benachrichtigen", - "loc.input.help.notifyUsers": "Senden Sie eine E-Mail an bestimmte Benutzer (oder Gruppen), um diese über ausstehende manuelle Überprüfungen zu informieren. Nur in den genehmigenden Personen angegebene Benutzer können eine manuelle Überprüfung durchführen.", - "loc.input.label.approvers": "Genehmigende Personen", - "loc.input.help.approvers": "Geben Sie Benutzer/Gruppen/Projektteams durch Kommas getrennt an, um auf eine manuelle Überprüfung zu reagieren. Wenn keine Eingabe vorhanden ist, können Benutzer mit der Berechtigung zum Erstellen einer Warteschlange Maßnahmen ergreifen.", - "loc.input.label.instructions": "Anleitung", - "loc.input.help.instructions": "Diese Anweisungen werden dem Benutzer angezeigt, damit dieser die manuelle Überprüfung fortsetzen oder ablehnen kann. Basierend auf diesen Anweisungen kann der Benutzer eine fundierte Entscheidung zu dieser manuellen Überprüfung treffen.", - "loc.input.label.onTimeout": "Bei Zeitlimit", - "loc.input.help.onTimeout": "Hiermit wird diese manuelle Überprüfung automatisch abgelehnt oder fortgesetzt, wenn sie für das angegebene Zeitlimit oder seit 30 Tagen aussteht, je nachdem, was zuerst eintritt." +{ + "loc.friendlyName": "Manuelle Überprüfung", + "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://aka.ms/manual-validation)", + "loc.description": "[VORSCHAU] Hiermit wird eine Pipelineausführung angehalten, um auf eine manuelle Interaktion zu warten. Dies funktioniert nur bei YAML-Pipelines.", + "loc.instanceNameFormat": "Manuelle Validierung", + "loc.input.label.notifyUsers": "Benutzer benachrichtigen", + "loc.input.help.notifyUsers": "Senden Sie eine E-Mail an bestimmte Benutzer (oder Gruppen), um diese über ausstehende manuelle Überprüfungen zu informieren. Nur in den genehmigenden Personen angegebene Benutzer können eine manuelle Überprüfung durchführen.", + "loc.input.label.approvers": "Genehmigende Personen", + "loc.input.help.approvers": "Geben Sie Benutzer/Gruppen/Projektteams durch Kommas getrennt an, um auf eine manuelle Überprüfung zu reagieren. Wenn keine Eingabe vorhanden ist, können Benutzer mit der Berechtigung zum Erstellen einer Warteschlange Maßnahmen ergreifen.", + "loc.input.label.instructions": "Anleitung", + "loc.input.help.instructions": "Diese Anweisungen werden dem Benutzer angezeigt, damit dieser die manuelle Überprüfung fortsetzen oder ablehnen kann. Basierend auf diesen Anweisungen kann der Benutzer eine fundierte Entscheidung zu dieser manuellen Überprüfung treffen.", + "loc.input.label.onTimeout": "Bei Zeitlimit", + "loc.input.help.onTimeout": "Hiermit wird diese manuelle Überprüfung automatisch abgelehnt oder fortgesetzt, wenn sie für das angegebene Zeitlimit oder seit 30 Tagen aussteht, je nachdem, was zuerst eintritt." } \ No newline at end of file diff --git a/Tasks/ManualValidationV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/ManualValidationV1/Strings/resources.resjson/es-ES/resources.resjson index 29dd1dad201a..445d2e2896d5 100644 --- a/Tasks/ManualValidationV1/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/ManualValidationV1/Strings/resources.resjson/es-ES/resources.resjson @@ -1,14 +1,14 @@ -{ - "loc.friendlyName": "Validación manual", - "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://aka.ms/manual-validation)", - "loc.description": "[VISTA PREVIA] Pausa una ejecución de canalización para esperar la interacción manual. Solo funciona con las canalizaciones de YAML.", - "loc.instanceNameFormat": "Validación manual", - "loc.input.label.notifyUsers": "Notificar a los usuarios", - "loc.input.help.notifyUsers": "Envíe un correo electrónico de validación manual pendiente a usuarios (o grupos) específicos. Solo los usuarios especificados en los aprobadores pueden actuar en una validación manual.", - "loc.input.label.approvers": "Aprobadores", - "loc.input.help.approvers": "Especifique usuarios, grupos o equipos de proyecto separados por comas para actuar en una validación manual. En ausencia de entrada, los usuarios con permiso para crear colas podrán actuar.", - "loc.input.label.instructions": "Instrucciones", - "loc.input.help.instructions": "Estas instrucciones se mostrarán al usuario para reanudar o rechazar la validación manual. En función de ellas, el usuario tomará una decisión informada sobre esta validación manual.", - "loc.input.label.onTimeout": "Al agotarse el tiempo de espera", - "loc.input.help.onTimeout": "Rechaza o reanuda automáticamente esta validación manual después de estar pendiente durante el tiempo de espera especificado o 30 días, el que ocurra antes." +{ + "loc.friendlyName": "Validación manual", + "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://aka.ms/manual-validation)", + "loc.description": "[VISTA PREVIA] Pausa una ejecución de canalización para esperar la interacción manual. Solo funciona con las canalizaciones de YAML.", + "loc.instanceNameFormat": "Validación manual", + "loc.input.label.notifyUsers": "Notificar a los usuarios", + "loc.input.help.notifyUsers": "Envíe un correo electrónico de validación manual pendiente a usuarios (o grupos) específicos. Solo los usuarios especificados en los aprobadores pueden actuar en una validación manual.", + "loc.input.label.approvers": "Aprobadores", + "loc.input.help.approvers": "Especifique usuarios, grupos o equipos de proyecto separados por comas para actuar en una validación manual. En ausencia de entrada, los usuarios con permiso para crear colas podrán actuar.", + "loc.input.label.instructions": "Instrucciones", + "loc.input.help.instructions": "Estas instrucciones se mostrarán al usuario para reanudar o rechazar la validación manual. En función de ellas, el usuario tomará una decisión informada sobre esta validación manual.", + "loc.input.label.onTimeout": "Al agotarse el tiempo de espera", + "loc.input.help.onTimeout": "Rechaza o reanuda automáticamente esta validación manual después de estar pendiente durante el tiempo de espera especificado o 30 días, el que ocurra antes." } \ No newline at end of file diff --git a/Tasks/ManualValidationV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/ManualValidationV1/Strings/resources.resjson/it-IT/resources.resjson index e8f8f4362187..a211f0cff9cf 100644 --- a/Tasks/ManualValidationV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/ManualValidationV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,14 +1,14 @@ -{ - "loc.friendlyName": "Convalida manuale", - "loc.helpMarkDown": "[Altre informazioni su questa attività](https://aka.ms/manual-validation)", - "loc.description": "[ANTEPRIMA] Sospende l'esecuzione di una pipeline in attesa dell'interazione manuale. Funziona solo con pipeline YAML.", - "loc.instanceNameFormat": "Convalida manuale", - "loc.input.label.notifyUsers": "Invia notifica agli utenti", - "loc.input.help.notifyUsers": "Consente di inviare un messaggio di posta elettronica relativo a una convalida manuale in sospeso a utenti o gruppi specifici. Solo gli utenti specificati nei responsabili approvazione possono eseguire una convalida manuale.", - "loc.input.label.approvers": "Responsabili approvazione", - "loc.input.help.approvers": "Specificare utenti/gruppi/team di progetto separati da virgole che possono eseguire una convalida manuale. In assenza di input, gli utenti con l'autorizzazione di compilazione della coda saranno in grado di intervenire.", - "loc.input.label.instructions": "Istruzioni", - "loc.input.help.instructions": "Queste istruzioni verranno visualizzate agli utenti per consentire loro di riprendere o rifiutare la convalida manuale. Usando queste istruzioni l'utente potrà prendere una decisione basata su informazioni aggiornate in merito a questa convalida manuale.", - "loc.input.label.onTimeout": "In caso di timeout", - "loc.input.help.onTimeout": "Rifiuta o riprende automaticamente questa convalida manuale dopo che è rimasta in sospeso per il timeout specificato o per 30 giorni, a seconda di quale sia la data più vicina." +{ + "loc.friendlyName": "Convalida manuale", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://aka.ms/manual-validation)", + "loc.description": "[ANTEPRIMA] Sospende l'esecuzione di una pipeline in attesa dell'interazione manuale. Funziona solo con pipeline YAML.", + "loc.instanceNameFormat": "Convalida manuale", + "loc.input.label.notifyUsers": "Invia notifica agli utenti", + "loc.input.help.notifyUsers": "Consente di inviare un messaggio di posta elettronica relativo a una convalida manuale in sospeso a utenti o gruppi specifici. Solo gli utenti specificati nei responsabili approvazione possono eseguire una convalida manuale.", + "loc.input.label.approvers": "Responsabili approvazione", + "loc.input.help.approvers": "Specificare utenti/gruppi/team di progetto separati da virgole che possono eseguire una convalida manuale. In assenza di input, gli utenti con l'autorizzazione di compilazione della coda saranno in grado di intervenire.", + "loc.input.label.instructions": "Istruzioni", + "loc.input.help.instructions": "Queste istruzioni verranno visualizzate agli utenti per consentire loro di riprendere o rifiutare la convalida manuale. Usando queste istruzioni l'utente potrà prendere una decisione basata su informazioni aggiornate in merito a questa convalida manuale.", + "loc.input.label.onTimeout": "In caso di timeout", + "loc.input.help.onTimeout": "Rifiuta o riprende automaticamente questa convalida manuale dopo che è rimasta in sospeso per il timeout specificato o per 30 giorni, a seconda di quale sia la data più vicina." } \ No newline at end of file diff --git a/Tasks/ManualValidationV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/ManualValidationV1/Strings/resources.resjson/ja-JP/resources.resjson index fe23710fd990..ec1646759479 100644 --- a/Tasks/ManualValidationV1/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/ManualValidationV1/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,14 +1,14 @@ -{ - "loc.friendlyName": "手動検証", - "loc.helpMarkDown": "[このタスクの詳細を表示](https://aka.ms/manual-validation)", - "loc.description": "[プレビュー] パイプライン実行を一時停止し、対話式操作を行うために待機します。YAML パイプラインでのみ機能します。", - "loc.instanceNameFormat": "手動検証", - "loc.input.label.notifyUsers": "ユーザーに通知", - "loc.input.help.notifyUsers": "手動検証の保留のメールを特定のユーザー (またはグループ) に送信します。承認者に指定されたユーザーのみが手動検証を操作できます。", - "loc.input.label.approvers": "承認者", - "loc.input.help.approvers": "手動検証を操作するには、ユーザー/グループ/プロジェクト チームをコンマで区切って指定します。入力がない場合、キュー ビルドのアクセス許可を持つユーザーがアクションを実行できます。", - "loc.input.label.instructions": "手順", - "loc.input.help.instructions": "手動検証を再開または拒否できるよう、ユーザーにこの指示が表示されます。これらの指示に基づき、ユーザーは十分な情報を得たうえで、この手動検証について決定します。", - "loc.input.label.onTimeout": "タイムアウト時", - "loc.input.help.onTimeout": "この手動検証は、指定されたタイムアウト期間または 30 日間 (いずれか早いほう) にわたって保留のままだと、自動的に拒否または再開されます。" +{ + "loc.friendlyName": "手動検証", + "loc.helpMarkDown": "[このタスクの詳細を表示](https://aka.ms/manual-validation)", + "loc.description": "[プレビュー] パイプライン実行を一時停止し、対話式操作を行うために待機します。YAML パイプラインでのみ機能します。", + "loc.instanceNameFormat": "手動検証", + "loc.input.label.notifyUsers": "ユーザーに通知", + "loc.input.help.notifyUsers": "手動検証の保留のメールを特定のユーザー (またはグループ) に送信します。承認者に指定されたユーザーのみが手動検証を操作できます。", + "loc.input.label.approvers": "承認者", + "loc.input.help.approvers": "手動検証を操作するには、ユーザー/グループ/プロジェクト チームをコンマで区切って指定します。入力がない場合、キュー ビルドのアクセス許可を持つユーザーがアクションを実行できます。", + "loc.input.label.instructions": "手順", + "loc.input.help.instructions": "手動検証を再開または拒否できるよう、ユーザーにこの指示が表示されます。これらの指示に基づき、ユーザーは十分な情報を得たうえで、この手動検証について決定します。", + "loc.input.label.onTimeout": "タイムアウト時", + "loc.input.help.onTimeout": "この手動検証は、指定されたタイムアウト期間または 30 日間 (いずれか早いほう) にわたって保留のままだと、自動的に拒否または再開されます。" } \ No newline at end of file diff --git a/Tasks/ManualValidationV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/ManualValidationV1/Strings/resources.resjson/zh-CN/resources.resjson index 36cdf9c36d14..47fc75527b3b 100644 --- a/Tasks/ManualValidationV1/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/ManualValidationV1/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,14 +1,14 @@ -{ - "loc.friendlyName": "手动验证", - "loc.helpMarkDown": "[详细了解此任务](https://aka.ms/manual-validation)", - "loc.description": "[PREVIEW] 暂停管道运行以等待手动交互。仅适用于 YAML 管道。", - "loc.instanceNameFormat": "手动验证", - "loc.input.label.notifyUsers": "通知用户", - "loc.input.help.notifyUsers": "将手动验证挂起电子邮件发送到特定用户(或组)。只有审批者中指定的用户才能执行手动验证。", - "loc.input.label.approvers": "审批者", - "loc.input.help.approvers": "指定用户/组/项目团队(以逗号分隔),以执行手动验证。如果没有输入,则具有队列生成权限的用户将能够执行操作。", - "loc.input.label.instructions": "说明", - "loc.input.help.instructions": "将向用户显示这些说明,以便恢复或拒绝手动验证。用户根据这些说明,对此手动验证作出知情的决策。", - "loc.input.label.onTimeout": "超时时", - "loc.input.help.onTimeout": "手动验证的挂起状态超过指定超时或 30 天后,系统将自动拒绝或继续此手动验证,以首先达到的条件为准。" +{ + "loc.friendlyName": "手动验证", + "loc.helpMarkDown": "[详细了解此任务](https://aka.ms/manual-validation)", + "loc.description": "[PREVIEW] 暂停管道运行以等待手动交互。仅适用于 YAML 管道。", + "loc.instanceNameFormat": "手动验证", + "loc.input.label.notifyUsers": "通知用户", + "loc.input.help.notifyUsers": "将手动验证挂起电子邮件发送到特定用户(或组)。只有审批者中指定的用户才能执行手动验证。", + "loc.input.label.approvers": "审批者", + "loc.input.help.approvers": "指定用户/组/项目团队(以逗号分隔),以执行手动验证。如果没有输入,则具有队列生成权限的用户将能够执行操作。", + "loc.input.label.instructions": "说明", + "loc.input.help.instructions": "将向用户显示这些说明,以便恢复或拒绝手动验证。用户根据这些说明,对此手动验证作出知情的决策。", + "loc.input.label.onTimeout": "超时时", + "loc.input.help.onTimeout": "手动验证的挂起状态超过指定超时或 30 天后,系统将自动拒绝或继续此手动验证,以首先达到的条件为准。" } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/de-DE/resources.resjson index 592a5cc1135f..0ddf3a3d0243 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "Notation", - "loc.helpMarkDown": "", - "loc.description": "Azure Pipeline-Task zum Einrichten der Notation CLI, zum Signieren und Überprüfen mit Notation", - "loc.instanceNameFormat": "$(command)", - "loc.group.displayName.commandConfig": "Befehlskonfiguration", - "loc.group.displayName.pluginConfig": "Plug-In-Konfiguration", - "loc.group.displayName.advancedConfig": "Erweiterte Konfiguration", - "loc.input.label.command": "Auszuführender Befehl", - "loc.input.help.command": "Beispiel: install", - "loc.input.label.isCustomVersion": "Benutzerdefinierte Version", - "loc.input.help.isCustomVersion": "Wenn diese Option aktiviert ist, können Sie eine benutzerdefinierte Version für die Aufgabe angeben.", - "loc.input.label.version": "Version", - "loc.input.help.version": "Die Version der zu installierenden Notation. Beispiel: 1.0.0, 1, 1.0, 1.0.0", - "loc.input.label.url": "Download-URL", - "loc.input.help.url": "Beispiel: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "Prüfsumme", - "loc.input.help.checksum": "Die SHA-256-Prüfsumme der heruntergeladenen Datei", - "loc.input.label.artifactRefs": "Artefaktverweise", - "loc.input.help.artifactRefs": "Containerartefaktverweise zum Signieren. Wenn er nicht angegeben wurde, verwenden Sie den Artefaktverweis aus der vorherigen Docker-Pushaufgabe. Beispiel: /@ Wenn mehrere, durch Kommas getrennt.", - "loc.input.label.signatureFormat": "Signaturformat", - "loc.input.help.signatureFormat": "Format des Signatur-Envelope, Optionen: \"jws\", \"cose\" (standardmäßiges \"jws\")", - "loc.input.label.allowReferrersAPI": "[Experimental] Referrers-API zulassen", - "loc.input.help.allowReferrersAPI": "Verwenden Sie die Referrers-API, um Signaturen zu signieren; falls dies nicht unterstützt wird (gibt 404 zurück), verwenden Sie ein Fallback auf das Referrers-Tagschema.", - "loc.input.label.plugin": "Plug-In", - "loc.input.label.akvPluginVersion": "Plug-In-Version", - "loc.input.help.akvPluginVersion": "Die Version des zu installierenden Azure Key Vault-Plug-Ins. Besuchen Sie die [release page](https://github.com/Azure/notation-azure-kv/releases) für die verfügbaren Versionen.", - "loc.input.label.azurekvServiceConection": "Azure Key Vault-Dienstverbindung", - "loc.input.help.azurekvServiceConection": "Wählen Sie das Azure-Abonnement für den Schlüsseltresor aus, wenn Sie lieber eine Dienstverbindung für die Authentifizierung verwenden möchten.", - "loc.input.label.keyid": "Schlüssel-ID", - "loc.input.help.keyid": "Die Schlüssel-ID ist der Schlüssel oder Zertifikatbezeichner für Azure Key Vault.", - "loc.input.label.caCertBundle": "Dateipfad des Zertifikatpakets", - "loc.input.help.caCertBundle": "Eine Datei mit Stammzertifikat und allen Zwischenzertifikaten, beginnend mit dem Stammzertifikat, entsprechend der Reihenfolge in der Zertifikatkette.", - "loc.input.label.selfSigned": "Selbstsigniertes Zertifikat", - "loc.input.label.trustPolicy": "Dateipfad für Vertrauensstellungsrichtlinie", - "loc.input.help.trustPolicy": "Der Pfad zur [trust policy](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) Datei relativ zum Repository. Beispiel: ./path/to/trust-policy.json", - "loc.input.label.trustStore": "Ordnerpfad des Vertrauensspeichers", - "loc.input.help.trustStore": "Der Pfad zum Verzeichnis mit [trust store](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) relativ zum Repository. Beispiel: ./path/to/truststore/", - "loc.messages.ArtifactRefs": "Artefaktverweise: %s.", - "loc.messages.ArtifactRefsNotSpecified": "Es wurden keine Artefaktverweise angegeben.", - "loc.messages.APPDATANotSet": "APPDATA ist nicht festgelegt.", - "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault-Plug-In v%s ist bereits installiert.", - "loc.messages.CannotFindTrustStore": "Das Vertrauensspeicherverzeichnis wurde nicht gefunden: %s.", - "loc.messages.ChecksumValidated": "Prüfsumme überprüft: %s.", - "loc.messages.ChecksumValidationFailed": "Fehler bei der Überprüfung der Prüfsumme. Erwartet: %s, Gefunden: %s.", - "loc.messages.FailedArtifacts": "Fehlerhafte Artefakte: %s.", - "loc.messages.FailedToAddCertToTrustStore": "Fehler beim Hinzufügen eines Zertifikats zum Vertrauensspeicher: %s.", - "loc.messages.FailedToGetWorkloadIdToken": "Fehler beim Abrufen des Workloadidentitätstokens: %s.", - "loc.messages.FailedToImportTrustPolicy": "Fehler beim Importieren der Vertrauensstellungsrichtlinie: %s.", - "loc.messages.FailedToListTrustStore": "Fehler beim Auflisten des Vertrauensspeichers.", - "loc.messages.FailedToShowTrustPolicy": "Fehler beim Anzeigen der Vertrauensstellungsrichtlinie.", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "Versuchen Sie, Artefaktverweise aus dem Docker-Task abzurufen.", - "loc.messages.InvalidResourceURI": "Ungültiger Ressourcen-URI: %s.", - "loc.messages.InvalidVersionPrefix": "Ungültiges Versionspräfix: %s.", - "loc.messages.ResultSummary": "Artefakte gesamt: %s, erfolgreich: %s, fehlerhaft: %s.", - "loc.messages.RepeatedArtifactRef": "Wiederholter Artefaktverweis: %s.", - "loc.messages.SucceededArtifacts": "Erfolgreiche Artefakte: %s.", - "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory ist nicht festgelegt.", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory oder System. DefaultWorkingDirectory ist nicht festgelegt.", - "loc.messages.NoAuthScheme": "Es wurde kein Authentifizierungsschema angegeben.", - "loc.messages.NotationAlreadyInstalled": "Notation ist bereits installiert. Bitte installieren Sie es nicht erneut.", - "loc.messages.NotationInstalledFromURL": "Notation ist von %s installiert.", - "loc.messages.NotationInstalledFromVersion": "Notation v%s ist installiert.", - "loc.messages.NoServiceConnection": "Es wurde kein Azure Key Vault-Dienstendpunkt angegeben.", - "loc.messages.UnsupportedArchitecture": "Nicht unterstützte Architektur: %s.", - "loc.messages.UnsupportedFileExtension": "Nicht unterstützte Dateierweiterung: %s.", - "loc.messages.UnsupportedPlatform": "Nicht unterstützte Plattform: %s.", - "loc.messages.UnsupportedVersion": "Nicht unterstützte Version: %s.", - "loc.messages.UseAuthenticationMethod": "Verwenden Sie %s, um auf Azure Key Vault zuzugreifen.", - "loc.messages.UnknownCommand": "Unbekannter Befehl: %s.", - "loc.messages.UnknownError": "Unbekannter Fehler.", - "loc.messages.UnknownPlugin": "Unbekanntes Plug-In: %s.", - "loc.messages.UnsupportedAuthScheme": "Nicht unterstütztes Authentifizierungsschema: %s." +{ + "loc.friendlyName": "Notation", + "loc.helpMarkDown": "", + "loc.description": "Azure Pipeline-Task zum Einrichten der Notation CLI, zum Signieren und Überprüfen mit Notation", + "loc.instanceNameFormat": "$(command)", + "loc.group.displayName.commandConfig": "Befehlskonfiguration", + "loc.group.displayName.pluginConfig": "Plug-In-Konfiguration", + "loc.group.displayName.advancedConfig": "Erweiterte Konfiguration", + "loc.input.label.command": "Auszuführender Befehl", + "loc.input.help.command": "Beispiel: install", + "loc.input.label.isCustomVersion": "Benutzerdefinierte Version", + "loc.input.help.isCustomVersion": "Wenn diese Option aktiviert ist, können Sie eine benutzerdefinierte Version für die Aufgabe angeben.", + "loc.input.label.version": "Version", + "loc.input.help.version": "Die Version der zu installierenden Notation. Beispiel: 1.0.0, 1, 1.0, 1.0.0", + "loc.input.label.url": "Download-URL", + "loc.input.help.url": "Beispiel: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "Prüfsumme", + "loc.input.help.checksum": "Die SHA-256-Prüfsumme der heruntergeladenen Datei", + "loc.input.label.artifactRefs": "Artefaktverweise", + "loc.input.help.artifactRefs": "Containerartefaktverweise zum Signieren. Wenn er nicht angegeben wurde, verwenden Sie den Artefaktverweis aus der vorherigen Docker-Pushaufgabe. Beispiel: /@ Wenn mehrere, durch Kommas getrennt.", + "loc.input.label.signatureFormat": "Signaturformat", + "loc.input.help.signatureFormat": "Format des Signatur-Envelope, Optionen: \"jws\", \"cose\" (standardmäßiges \"jws\")", + "loc.input.label.allowReferrersAPI": "[Experimental] Referrers-API zulassen", + "loc.input.help.allowReferrersAPI": "Verwenden Sie die Referrers-API, um Signaturen zu signieren; falls dies nicht unterstützt wird (gibt 404 zurück), verwenden Sie ein Fallback auf das Referrers-Tagschema.", + "loc.input.label.plugin": "Plug-In", + "loc.input.label.akvPluginVersion": "Plug-In-Version", + "loc.input.help.akvPluginVersion": "Die Version des zu installierenden Azure Key Vault-Plug-Ins. Besuchen Sie die [release page](https://github.com/Azure/notation-azure-kv/releases) für die verfügbaren Versionen.", + "loc.input.label.azurekvServiceConection": "Azure Key Vault-Dienstverbindung", + "loc.input.help.azurekvServiceConection": "Wählen Sie das Azure-Abonnement für den Schlüsseltresor aus, wenn Sie lieber eine Dienstverbindung für die Authentifizierung verwenden möchten.", + "loc.input.label.keyid": "Schlüssel-ID", + "loc.input.help.keyid": "Die Schlüssel-ID ist der Schlüssel oder Zertifikatbezeichner für Azure Key Vault.", + "loc.input.label.caCertBundle": "Dateipfad des Zertifikatpakets", + "loc.input.help.caCertBundle": "Eine Datei mit Stammzertifikat und allen Zwischenzertifikaten, beginnend mit dem Stammzertifikat, entsprechend der Reihenfolge in der Zertifikatkette.", + "loc.input.label.selfSigned": "Selbstsigniertes Zertifikat", + "loc.input.label.trustPolicy": "Dateipfad für Vertrauensstellungsrichtlinie", + "loc.input.help.trustPolicy": "Der Pfad zur [trust policy](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) Datei relativ zum Repository. Beispiel: ./path/to/trust-policy.json", + "loc.input.label.trustStore": "Ordnerpfad des Vertrauensspeichers", + "loc.input.help.trustStore": "Der Pfad zum Verzeichnis mit [trust store](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) relativ zum Repository. Beispiel: ./path/to/truststore/", + "loc.messages.ArtifactRefs": "Artefaktverweise: %s.", + "loc.messages.ArtifactRefsNotSpecified": "Es wurden keine Artefaktverweise angegeben.", + "loc.messages.APPDATANotSet": "APPDATA ist nicht festgelegt.", + "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault-Plug-In v%s ist bereits installiert.", + "loc.messages.CannotFindTrustStore": "Das Vertrauensspeicherverzeichnis wurde nicht gefunden: %s.", + "loc.messages.ChecksumValidated": "Prüfsumme überprüft: %s.", + "loc.messages.ChecksumValidationFailed": "Fehler bei der Überprüfung der Prüfsumme. Erwartet: %s, Gefunden: %s.", + "loc.messages.FailedArtifacts": "Fehlerhafte Artefakte: %s.", + "loc.messages.FailedToAddCertToTrustStore": "Fehler beim Hinzufügen eines Zertifikats zum Vertrauensspeicher: %s.", + "loc.messages.FailedToGetWorkloadIdToken": "Fehler beim Abrufen des Workloadidentitätstokens: %s.", + "loc.messages.FailedToImportTrustPolicy": "Fehler beim Importieren der Vertrauensstellungsrichtlinie: %s.", + "loc.messages.FailedToListTrustStore": "Fehler beim Auflisten des Vertrauensspeichers.", + "loc.messages.FailedToShowTrustPolicy": "Fehler beim Anzeigen der Vertrauensstellungsrichtlinie.", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "Versuchen Sie, Artefaktverweise aus dem Docker-Task abzurufen.", + "loc.messages.InvalidResourceURI": "Ungültiger Ressourcen-URI: %s.", + "loc.messages.InvalidVersionPrefix": "Ungültiges Versionspräfix: %s.", + "loc.messages.ResultSummary": "Artefakte gesamt: %s, erfolgreich: %s, fehlerhaft: %s.", + "loc.messages.RepeatedArtifactRef": "Wiederholter Artefaktverweis: %s.", + "loc.messages.SucceededArtifacts": "Erfolgreiche Artefakte: %s.", + "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory ist nicht festgelegt.", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory oder System. DefaultWorkingDirectory ist nicht festgelegt.", + "loc.messages.NoAuthScheme": "Es wurde kein Authentifizierungsschema angegeben.", + "loc.messages.NotationAlreadyInstalled": "Notation ist bereits installiert. Bitte installieren Sie es nicht erneut.", + "loc.messages.NotationInstalledFromURL": "Notation ist von %s installiert.", + "loc.messages.NotationInstalledFromVersion": "Notation v%s ist installiert.", + "loc.messages.NoServiceConnection": "Es wurde kein Azure Key Vault-Dienstendpunkt angegeben.", + "loc.messages.UnsupportedArchitecture": "Nicht unterstützte Architektur: %s.", + "loc.messages.UnsupportedFileExtension": "Nicht unterstützte Dateierweiterung: %s.", + "loc.messages.UnsupportedPlatform": "Nicht unterstützte Plattform: %s.", + "loc.messages.UnsupportedVersion": "Nicht unterstützte Version: %s.", + "loc.messages.UseAuthenticationMethod": "Verwenden Sie %s, um auf Azure Key Vault zuzugreifen.", + "loc.messages.UnknownCommand": "Unbekannter Befehl: %s.", + "loc.messages.UnknownError": "Unbekannter Fehler.", + "loc.messages.UnknownPlugin": "Unbekanntes Plug-In: %s.", + "loc.messages.UnsupportedAuthScheme": "Nicht unterstütztes Authentifizierungsschema: %s." } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/es-ES/resources.resjson index b3675f42faf2..5e8f5d201e43 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/es-ES/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "Notation", - "loc.helpMarkDown": "", - "loc.description": "Tarea de Azure Pipepine para configurar la CLI de Notation, y firmar y comprobar con Notation", - "loc.instanceNameFormat": "$(comando)", - "loc.group.displayName.commandConfig": "Configuración de comandos", - "loc.group.displayName.pluginConfig": "Configuración de complemento", - "loc.group.displayName.advancedConfig": "Configuración avanzada", - "loc.input.label.command": "Comando para ejecutar", - "loc.input.help.command": "ejemplo: install", - "loc.input.label.isCustomVersion": "Versión personalizada", - "loc.input.help.isCustomVersion": "Si se activa, puede proporcionar una versión personalizada para la tarea.", - "loc.input.label.version": "Versión", - "loc.input.help.version": "Versión de Notation que se va a instalar. Ejemplo: 1.0.0, 1, 1.0, 1.0.0", - "loc.input.label.url": "Descargar dirección URL", - "loc.input.help.url": "ejemplo: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "Suma de comprobación", - "loc.input.help.checksum": "Suma de comprobación SHA-256 del archivo descargado", - "loc.input.label.artifactRefs": "Referencias de artefacto", - "loc.input.help.artifactRefs": "Referencias de artefacto de contenedor para la firma. Si no se ha especificado, use la referencia de artefacto de la tarea de inserción de Docker anterior. Ejemplo: /@ Si es múltiple, sepárelo con comas.", - "loc.input.label.signatureFormat": "Formato de firma", - "loc.input.help.signatureFormat": "Formato de sobre de firma, opciones: \"jws\", \"cose\" (predeterminado \" jws\")", - "loc.input.label.allowReferrersAPI": "[Experimental] Permitir API de orígenes de referencia", - "loc.input.help.allowReferrersAPI": "Use la API de orígenes de referencia para hacer las firmas; si no se admite (devuelve 404), revierta al esquema de la etiqueta de orígenes de referencia.", - "loc.input.label.plugin": "Complemento", - "loc.input.label.akvPluginVersion": "Versión de complemento", - "loc.input.help.akvPluginVersion": "Versión del complemento de Azure Key Vault que se va a instalar. Visite la [página de versión](https://github.com/Azure/notation-azure-kv/releases) para ver las versiones disponibles.", - "loc.input.label.azurekvServiceConection": "Conexión de servicio de Azure Key Vault", - "loc.input.help.azurekvServiceConection": "Seleccione la suscripción de Azure para el almacén de claves si prefiere usar la conexión de servicio para la autenticación.", - "loc.input.label.keyid": "Id. de clave", - "loc.input.help.keyid": "El id. de clave es el identificador de clave o certificado de Azure Key Vault.", - "loc.input.label.caCertBundle": "Ruta de acceso del archivo de agrupación de certificados", - "loc.input.help.caCertBundle": "Un archivo con certificados raíz y todos los intermedios, empezando por el certificado raíz, siguiendo el orden de la cadena de certificados.", - "loc.input.label.selfSigned": "Certificado autofirmado", - "loc.input.label.trustPolicy": "Ruta de acceso del archivo de directiva de confianza", - "loc.input.help.trustPolicy": "Ruta de acceso al archivo de [directiva de confianza](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) relativo al repositorio. Ejemplo: ./path/to/trust-policy.json", - "loc.input.label.trustStore": "Ruta de acceso de la carpeta del almacén de confianza", - "loc.input.help.trustStore": "Ruta de acceso al directorio que contiene el [almacén de confianza](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) relativo al repositorio. Ejemplo: ./path/to/truststore/", - "loc.messages.ArtifactRefs": "Referencias de artefacto: %s.", - "loc.messages.ArtifactRefsNotSpecified": "No se han especificado referencias de artefacto.", - "loc.messages.APPDATANotSet": "APPDATA no se ha establecido.", - "loc.messages.AzureKVPluginAlreadyInstalled": "El complemento de Azure Key Vault v%s ya está instalado.", - "loc.messages.CannotFindTrustStore": "No se encuentra el directorio del almacén de confianza: %s.", - "loc.messages.ChecksumValidated": "Suma de comprobación validada: %s.", - "loc.messages.ChecksumValidationFailed": "Error en la validación de la suma de comprobación. Se esperaba %s, pero es %s.", - "loc.messages.FailedArtifacts": "Artefactos con errores: %s.", - "loc.messages.FailedToAddCertToTrustStore": "No se ha podido agregar un certificado al almacén de confianza: %s.", - "loc.messages.FailedToGetWorkloadIdToken": "No se ha podido obtener el token de identidad de carga de trabajo: %s.", - "loc.messages.FailedToImportTrustPolicy": "No se ha podido importar la directiva de confianza: %s.", - "loc.messages.FailedToListTrustStore": "No se ha podido enumerar el almacén de confianza.", - "loc.messages.FailedToShowTrustPolicy": "No se ha podido mostrar la directiva de confianza.", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "Intente obtener referencias de artefacto de la tarea de Docker.", - "loc.messages.InvalidResourceURI": "URI de recurso no válida: %s.", - "loc.messages.InvalidVersionPrefix": "Prefijo de versión no válido: %s.", - "loc.messages.ResultSummary": "Total de artefactos: %s, correctos: %s, con errores: %s.", - "loc.messages.RepeatedArtifactRef": "Referencia de artefacto repetida: %s.", - "loc.messages.SucceededArtifacts": "Artefactos correctos: %s.", - "loc.messages.TempDirectoryNotSet": "No se ha establecido Agent.TempDirectory.", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "No se ha establecido Agent.TempDirectory o system.DefaultWorkingDirectory", - "loc.messages.NoAuthScheme": "No se ha especificado ningún esquema de autenticación.", - "loc.messages.NotationAlreadyInstalled": "Notation ya se ha instalado. No vuelva a instalarlo.", - "loc.messages.NotationInstalledFromURL": "Notation se ha instalado desde %s.", - "loc.messages.NotationInstalledFromVersion": "Notation v%s se ha instalado.", - "loc.messages.NoServiceConnection": "No se ha especificado ningún punto de conexión de servicio de Azure Key Vault.", - "loc.messages.UnsupportedArchitecture": "Arquitectura no admitida: %s.", - "loc.messages.UnsupportedFileExtension": "Extensión de archivo no admitida: %s.", - "loc.messages.UnsupportedPlatform": "Plataforma no admitida: %s.", - "loc.messages.UnsupportedVersion": "Versión no compatible: %s.", - "loc.messages.UseAuthenticationMethod": "Utilice %s para acceder a Azure Key Vault.", - "loc.messages.UnknownCommand": "Comando desconocido: %s.", - "loc.messages.UnknownError": "Error desconocido.", - "loc.messages.UnknownPlugin": "Complemento desconocido: %s.", - "loc.messages.UnsupportedAuthScheme": "Esquema de autenticación no admitido: %s." +{ + "loc.friendlyName": "Notation", + "loc.helpMarkDown": "", + "loc.description": "Tarea de Azure Pipepine para configurar la CLI de Notation, y firmar y comprobar con Notation", + "loc.instanceNameFormat": "$(comando)", + "loc.group.displayName.commandConfig": "Configuración de comandos", + "loc.group.displayName.pluginConfig": "Configuración de complemento", + "loc.group.displayName.advancedConfig": "Configuración avanzada", + "loc.input.label.command": "Comando para ejecutar", + "loc.input.help.command": "ejemplo: install", + "loc.input.label.isCustomVersion": "Versión personalizada", + "loc.input.help.isCustomVersion": "Si se activa, puede proporcionar una versión personalizada para la tarea.", + "loc.input.label.version": "Versión", + "loc.input.help.version": "Versión de Notation que se va a instalar. Ejemplo: 1.0.0, 1, 1.0, 1.0.0", + "loc.input.label.url": "Descargar dirección URL", + "loc.input.help.url": "ejemplo: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "Suma de comprobación", + "loc.input.help.checksum": "Suma de comprobación SHA-256 del archivo descargado", + "loc.input.label.artifactRefs": "Referencias de artefacto", + "loc.input.help.artifactRefs": "Referencias de artefacto de contenedor para la firma. Si no se ha especificado, use la referencia de artefacto de la tarea de inserción de Docker anterior. Ejemplo: /@ Si es múltiple, sepárelo con comas.", + "loc.input.label.signatureFormat": "Formato de firma", + "loc.input.help.signatureFormat": "Formato de sobre de firma, opciones: \"jws\", \"cose\" (predeterminado \" jws\")", + "loc.input.label.allowReferrersAPI": "[Experimental] Permitir API de orígenes de referencia", + "loc.input.help.allowReferrersAPI": "Use la API de orígenes de referencia para hacer las firmas; si no se admite (devuelve 404), revierta al esquema de la etiqueta de orígenes de referencia.", + "loc.input.label.plugin": "Complemento", + "loc.input.label.akvPluginVersion": "Versión de complemento", + "loc.input.help.akvPluginVersion": "Versión del complemento de Azure Key Vault que se va a instalar. Visite la [página de versión](https://github.com/Azure/notation-azure-kv/releases) para ver las versiones disponibles.", + "loc.input.label.azurekvServiceConection": "Conexión de servicio de Azure Key Vault", + "loc.input.help.azurekvServiceConection": "Seleccione la suscripción de Azure para el almacén de claves si prefiere usar la conexión de servicio para la autenticación.", + "loc.input.label.keyid": "Id. de clave", + "loc.input.help.keyid": "El id. de clave es el identificador de clave o certificado de Azure Key Vault.", + "loc.input.label.caCertBundle": "Ruta de acceso del archivo de agrupación de certificados", + "loc.input.help.caCertBundle": "Un archivo con certificados raíz y todos los intermedios, empezando por el certificado raíz, siguiendo el orden de la cadena de certificados.", + "loc.input.label.selfSigned": "Certificado autofirmado", + "loc.input.label.trustPolicy": "Ruta de acceso del archivo de directiva de confianza", + "loc.input.help.trustPolicy": "Ruta de acceso al archivo de [directiva de confianza](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) relativo al repositorio. Ejemplo: ./path/to/trust-policy.json", + "loc.input.label.trustStore": "Ruta de acceso de la carpeta del almacén de confianza", + "loc.input.help.trustStore": "Ruta de acceso al directorio que contiene el [almacén de confianza](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) relativo al repositorio. Ejemplo: ./path/to/truststore/", + "loc.messages.ArtifactRefs": "Referencias de artefacto: %s.", + "loc.messages.ArtifactRefsNotSpecified": "No se han especificado referencias de artefacto.", + "loc.messages.APPDATANotSet": "APPDATA no se ha establecido.", + "loc.messages.AzureKVPluginAlreadyInstalled": "El complemento de Azure Key Vault v%s ya está instalado.", + "loc.messages.CannotFindTrustStore": "No se encuentra el directorio del almacén de confianza: %s.", + "loc.messages.ChecksumValidated": "Suma de comprobación validada: %s.", + "loc.messages.ChecksumValidationFailed": "Error en la validación de la suma de comprobación. Se esperaba %s, pero es %s.", + "loc.messages.FailedArtifacts": "Artefactos con errores: %s.", + "loc.messages.FailedToAddCertToTrustStore": "No se ha podido agregar un certificado al almacén de confianza: %s.", + "loc.messages.FailedToGetWorkloadIdToken": "No se ha podido obtener el token de identidad de carga de trabajo: %s.", + "loc.messages.FailedToImportTrustPolicy": "No se ha podido importar la directiva de confianza: %s.", + "loc.messages.FailedToListTrustStore": "No se ha podido enumerar el almacén de confianza.", + "loc.messages.FailedToShowTrustPolicy": "No se ha podido mostrar la directiva de confianza.", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "Intente obtener referencias de artefacto de la tarea de Docker.", + "loc.messages.InvalidResourceURI": "URI de recurso no válida: %s.", + "loc.messages.InvalidVersionPrefix": "Prefijo de versión no válido: %s.", + "loc.messages.ResultSummary": "Total de artefactos: %s, correctos: %s, con errores: %s.", + "loc.messages.RepeatedArtifactRef": "Referencia de artefacto repetida: %s.", + "loc.messages.SucceededArtifacts": "Artefactos correctos: %s.", + "loc.messages.TempDirectoryNotSet": "No se ha establecido Agent.TempDirectory.", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "No se ha establecido Agent.TempDirectory o system.DefaultWorkingDirectory", + "loc.messages.NoAuthScheme": "No se ha especificado ningún esquema de autenticación.", + "loc.messages.NotationAlreadyInstalled": "Notation ya se ha instalado. No vuelva a instalarlo.", + "loc.messages.NotationInstalledFromURL": "Notation se ha instalado desde %s.", + "loc.messages.NotationInstalledFromVersion": "Notation v%s se ha instalado.", + "loc.messages.NoServiceConnection": "No se ha especificado ningún punto de conexión de servicio de Azure Key Vault.", + "loc.messages.UnsupportedArchitecture": "Arquitectura no admitida: %s.", + "loc.messages.UnsupportedFileExtension": "Extensión de archivo no admitida: %s.", + "loc.messages.UnsupportedPlatform": "Plataforma no admitida: %s.", + "loc.messages.UnsupportedVersion": "Versión no compatible: %s.", + "loc.messages.UseAuthenticationMethod": "Utilice %s para acceder a Azure Key Vault.", + "loc.messages.UnknownCommand": "Comando desconocido: %s.", + "loc.messages.UnknownError": "Error desconocido.", + "loc.messages.UnknownPlugin": "Complemento desconocido: %s.", + "loc.messages.UnsupportedAuthScheme": "Esquema de autenticación no admitido: %s." } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/fr-FR/resources.resjson index 038deb555aff..229858486713 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "Notation", - "loc.helpMarkDown": "", - "loc.description": "Tâche Azure Pipelique pour la configuration de l’interface CLI de notation, signer et vérifier avec notation", - "loc.instanceNameFormat": "$(commande)", - "loc.group.displayName.commandConfig": "Configuration de la commande", - "loc.group.displayName.pluginConfig": "Configuration du plug-in", - "loc.group.displayName.advancedConfig": "Configuration avancée", - "loc.input.label.command": "Commande à exécuter", - "loc.input.help.command": "exemple : installer", - "loc.input.label.isCustomVersion": "Version personnalisée", - "loc.input.help.isCustomVersion": "Si cette option est cochée, vous pouvez fournir une version personnalisée pour la tâche", - "loc.input.label.version": "Version", - "loc.input.help.version": "Version de Notation à installer. Exemple : 1.0.0, 1, 1.0, 1.0.0", - "loc.input.label.url": "URL de téléchargement", - "loc.input.help.url": "exemple : https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "Somme de contrôle", - "loc.input.help.checksum": "Somme de contrôle SHA-256 du fichier téléchargé", - "loc.input.label.artifactRefs": "Références d’artefact", - "loc.input.help.artifactRefs": "Références d’artefact de conteneur pour la signature. S’il n’a pas été spécifié, utilisez la référence d’artefact de la tâche Docker Push précédente. Exemple : /@ Si plusieurs noms sont multiples, séparez-les par une virgule.", - "loc.input.label.signatureFormat": "Signature Format", - "loc.input.help.signatureFormat": "Format d’enveloppe de signature, options : « jws », « cose » (par défaut « jws »)", - "loc.input.label.allowReferrersAPI": "[Experimental] l’API Autoriser les référents", - "loc.input.help.allowReferrersAPI": "Utilisez l’API Referrers pour signer les signatures, si elle n’est pas prise en charge (retourne 404), utilisez le schéma de balise Referrers.", - "loc.input.label.plugin": "Plug-in", - "loc.input.label.akvPluginVersion": "Version du plug-in", - "loc.input.help.akvPluginVersion": "Version du plug-in Azure Key Vault à installer. visitez le [release page](https://github.com/Azure/notation-azure-kv/releases) pour connaître les versions disponibles.", - "loc.input.label.azurekvServiceConection": "Connexion de service Azure Key Vault", - "loc.input.help.azurekvServiceConection": "Sélectionnez l’abonnement Azure pour le coffre de clés si vous préférez utiliser la connexion de service pour l’authentification.", - "loc.input.label.keyid": "ID de clé", - "loc.input.help.keyid": "L’ID de clé est l’identificateur de clé ou de certificat pour Azure Key Vault.", - "loc.input.label.caCertBundle": "Chemin d’accès au fichier de l’offre groupée de certificats", - "loc.input.help.caCertBundle": "Fichier avec tous les certificats racines et intermédiaires, à partir du certificat racine, suivant l’ordre dans la chaîne de certificats.", - "loc.input.label.selfSigned": "Certificat auto-signé", - "loc.input.label.trustPolicy": "Chemin d’accès au fichier de stratégie d’approbation", - "loc.input.help.trustPolicy": "Chemin d’accès au fichier [trust policy](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) par rapport au référentiel. Exemple : ./path/to/trust-policy.json", - "loc.input.label.trustStore": "Chemin d’accès au dossier du magasin d’approbations", - "loc.input.help.trustStore": "Chemin d’accès au répertoire contenant le [magasin d’approbation](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) relatif au référentiel. Exemple : ./path/to/truststore/", - "loc.messages.ArtifactRefs": "Références d’artefact : %s.", - "loc.messages.ArtifactRefsNotSpecified": "Les références d’artefact ne sont pas spécifiées.", - "loc.messages.APPDATANotSet": "APPDATA n’est pas défini.", - "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault plug-in v%s est déjà installé.", - "loc.messages.CannotFindTrustStore": "Impossible de trouver le répertoire du magasin d’approbations : %s.", - "loc.messages.ChecksumValidated": "Somme de contrôle validée : %s.", - "loc.messages.ChecksumValidationFailed": "La validation de la somme de contrôle a échoué. Attendu : %s, réel : %s.", - "loc.messages.FailedArtifacts": "Artefacts ayant échoué : %s.", - "loc.messages.FailedToAddCertToTrustStore": "Échec de l’ajout d’un certificat au magasin d’approbation : %s.", - "loc.messages.FailedToGetWorkloadIdToken": "Échec de l’obtention du jeton d’identité de charge de travail : %s.", - "loc.messages.FailedToImportTrustPolicy": "Échec de l’importation de la stratégie d’approbation : %s.", - "loc.messages.FailedToListTrustStore": "Échec de la liste du magasin d’approbations.", - "loc.messages.FailedToShowTrustPolicy": "Échec de l’affichage de la stratégie d’approbation.", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "Essayez d’obtenir des références d’artefact à partir de la tâche Docker.", - "loc.messages.InvalidResourceURI": "URI de ressource non valide : %s.", - "loc.messages.InvalidVersionPrefix": "Préfixe de version non valide : %s.", - "loc.messages.ResultSummary": "Nombre total d’artefacts : %s, réussite : %s, échec : %s.", - "loc.messages.RepeatedArtifactRef": "Référence d’artefact répétée : %s.", - "loc.messages.SucceededArtifacts": "Artefacts réussis : %s.", - "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory n’est pas défini.", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory or system.DefaultWorkingDirectory n’est pas défini", - "loc.messages.NoAuthScheme": "Aucun schéma d’authentification n’est spécifié.", - "loc.messages.NotationAlreadyInstalled": "La notation est déjà installée. Ne la réinstallez pas.", - "loc.messages.NotationInstalledFromURL": "La notation est installée à partir de %s.", - "loc.messages.NotationInstalledFromVersion": "Notation v%s est installé.", - "loc.messages.NoServiceConnection": "Aucun point de terminaison de connexion de service Azure Key Vault n’est spécifié.", - "loc.messages.UnsupportedArchitecture": "Architecture non prise en charge : %s.", - "loc.messages.UnsupportedFileExtension": "Extension de fichier non prise en charge : %s.", - "loc.messages.UnsupportedPlatform": "Plateforme non prise en charge : %s.", - "loc.messages.UnsupportedVersion": "Version non prise en charge : %s.", - "loc.messages.UseAuthenticationMethod": "Utilisez %s pour accéder à Azure Key Vault.", - "loc.messages.UnknownCommand": "Commande inconnue : %s.", - "loc.messages.UnknownError": "Une erreur inconnue s'est produite.", - "loc.messages.UnknownPlugin": "Plug-in inconnu : %s.", - "loc.messages.UnsupportedAuthScheme": "Schéma d’authentification non prise en charge : %s." +{ + "loc.friendlyName": "Notation", + "loc.helpMarkDown": "", + "loc.description": "Tâche Azure Pipelique pour la configuration de l’interface CLI de notation, signer et vérifier avec notation", + "loc.instanceNameFormat": "$(commande)", + "loc.group.displayName.commandConfig": "Configuration de la commande", + "loc.group.displayName.pluginConfig": "Configuration du plug-in", + "loc.group.displayName.advancedConfig": "Configuration avancée", + "loc.input.label.command": "Commande à exécuter", + "loc.input.help.command": "exemple : installer", + "loc.input.label.isCustomVersion": "Version personnalisée", + "loc.input.help.isCustomVersion": "Si cette option est cochée, vous pouvez fournir une version personnalisée pour la tâche", + "loc.input.label.version": "Version", + "loc.input.help.version": "Version de Notation à installer. Exemple : 1.0.0, 1, 1.0, 1.0.0", + "loc.input.label.url": "URL de téléchargement", + "loc.input.help.url": "exemple : https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "Somme de contrôle", + "loc.input.help.checksum": "Somme de contrôle SHA-256 du fichier téléchargé", + "loc.input.label.artifactRefs": "Références d’artefact", + "loc.input.help.artifactRefs": "Références d’artefact de conteneur pour la signature. S’il n’a pas été spécifié, utilisez la référence d’artefact de la tâche Docker Push précédente. Exemple : /@ Si plusieurs noms sont multiples, séparez-les par une virgule.", + "loc.input.label.signatureFormat": "Signature Format", + "loc.input.help.signatureFormat": "Format d’enveloppe de signature, options : « jws », « cose » (par défaut « jws »)", + "loc.input.label.allowReferrersAPI": "[Experimental] l’API Autoriser les référents", + "loc.input.help.allowReferrersAPI": "Utilisez l’API Referrers pour signer les signatures, si elle n’est pas prise en charge (retourne 404), utilisez le schéma de balise Referrers.", + "loc.input.label.plugin": "Plug-in", + "loc.input.label.akvPluginVersion": "Version du plug-in", + "loc.input.help.akvPluginVersion": "Version du plug-in Azure Key Vault à installer. visitez le [release page](https://github.com/Azure/notation-azure-kv/releases) pour connaître les versions disponibles.", + "loc.input.label.azurekvServiceConection": "Connexion de service Azure Key Vault", + "loc.input.help.azurekvServiceConection": "Sélectionnez l’abonnement Azure pour le coffre de clés si vous préférez utiliser la connexion de service pour l’authentification.", + "loc.input.label.keyid": "ID de clé", + "loc.input.help.keyid": "L’ID de clé est l’identificateur de clé ou de certificat pour Azure Key Vault.", + "loc.input.label.caCertBundle": "Chemin d’accès au fichier de l’offre groupée de certificats", + "loc.input.help.caCertBundle": "Fichier avec tous les certificats racines et intermédiaires, à partir du certificat racine, suivant l’ordre dans la chaîne de certificats.", + "loc.input.label.selfSigned": "Certificat auto-signé", + "loc.input.label.trustPolicy": "Chemin d’accès au fichier de stratégie d’approbation", + "loc.input.help.trustPolicy": "Chemin d’accès au fichier [trust policy](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) par rapport au référentiel. Exemple : ./path/to/trust-policy.json", + "loc.input.label.trustStore": "Chemin d’accès au dossier du magasin d’approbations", + "loc.input.help.trustStore": "Chemin d’accès au répertoire contenant le [magasin d’approbation](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) relatif au référentiel. Exemple : ./path/to/truststore/", + "loc.messages.ArtifactRefs": "Références d’artefact : %s.", + "loc.messages.ArtifactRefsNotSpecified": "Les références d’artefact ne sont pas spécifiées.", + "loc.messages.APPDATANotSet": "APPDATA n’est pas défini.", + "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault plug-in v%s est déjà installé.", + "loc.messages.CannotFindTrustStore": "Impossible de trouver le répertoire du magasin d’approbations : %s.", + "loc.messages.ChecksumValidated": "Somme de contrôle validée : %s.", + "loc.messages.ChecksumValidationFailed": "La validation de la somme de contrôle a échoué. Attendu : %s, réel : %s.", + "loc.messages.FailedArtifacts": "Artefacts ayant échoué : %s.", + "loc.messages.FailedToAddCertToTrustStore": "Échec de l’ajout d’un certificat au magasin d’approbation : %s.", + "loc.messages.FailedToGetWorkloadIdToken": "Échec de l’obtention du jeton d’identité de charge de travail : %s.", + "loc.messages.FailedToImportTrustPolicy": "Échec de l’importation de la stratégie d’approbation : %s.", + "loc.messages.FailedToListTrustStore": "Échec de la liste du magasin d’approbations.", + "loc.messages.FailedToShowTrustPolicy": "Échec de l’affichage de la stratégie d’approbation.", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "Essayez d’obtenir des références d’artefact à partir de la tâche Docker.", + "loc.messages.InvalidResourceURI": "URI de ressource non valide : %s.", + "loc.messages.InvalidVersionPrefix": "Préfixe de version non valide : %s.", + "loc.messages.ResultSummary": "Nombre total d’artefacts : %s, réussite : %s, échec : %s.", + "loc.messages.RepeatedArtifactRef": "Référence d’artefact répétée : %s.", + "loc.messages.SucceededArtifacts": "Artefacts réussis : %s.", + "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory n’est pas défini.", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory or system.DefaultWorkingDirectory n’est pas défini", + "loc.messages.NoAuthScheme": "Aucun schéma d’authentification n’est spécifié.", + "loc.messages.NotationAlreadyInstalled": "La notation est déjà installée. Ne la réinstallez pas.", + "loc.messages.NotationInstalledFromURL": "La notation est installée à partir de %s.", + "loc.messages.NotationInstalledFromVersion": "Notation v%s est installé.", + "loc.messages.NoServiceConnection": "Aucun point de terminaison de connexion de service Azure Key Vault n’est spécifié.", + "loc.messages.UnsupportedArchitecture": "Architecture non prise en charge : %s.", + "loc.messages.UnsupportedFileExtension": "Extension de fichier non prise en charge : %s.", + "loc.messages.UnsupportedPlatform": "Plateforme non prise en charge : %s.", + "loc.messages.UnsupportedVersion": "Version non prise en charge : %s.", + "loc.messages.UseAuthenticationMethod": "Utilisez %s pour accéder à Azure Key Vault.", + "loc.messages.UnknownCommand": "Commande inconnue : %s.", + "loc.messages.UnknownError": "Une erreur inconnue s'est produite.", + "loc.messages.UnknownPlugin": "Plug-in inconnu : %s.", + "loc.messages.UnsupportedAuthScheme": "Schéma d’authentification non prise en charge : %s." } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/it-IT/resources.resjson index 575f36006bc4..386b49ddc1b7 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/it-IT/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "Notazione", - "loc.helpMarkDown": "", - "loc.description": "Attività della pipeline di Azure per la configurazione dell'interfaccia della riga di comando notazione, per la firma e la verifica con notazione", - "loc.instanceNameFormat": "$(comando)", - "loc.group.displayName.commandConfig": "Configurazione comando", - "loc.group.displayName.pluginConfig": "Configurazione del plug-in", - "loc.group.displayName.advancedConfig": "Configurazione avanzata", - "loc.input.label.command": "Comando da eseguire", - "loc.input.help.command": "esempio: installa", - "loc.input.label.isCustomVersion": "Versione personalizzata", - "loc.input.help.isCustomVersion": "Selezionando questa opzione è possibile specificare una versione personalizzata per l'attività", - "loc.input.label.version": "Versione", - "loc.input.help.version": "Versione della notazione da installare. Esempio: 1.0.0, 1, 1.0, 1.0.0", - "loc.input.label.url": "URL di download", - "loc.input.help.url": "esempio: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "Checksum", - "loc.input.help.checksum": "Checksum SHA-256 del file scaricato", - "loc.input.label.artifactRefs": "Riferimenti ad artefatto", - "loc.input.help.artifactRefs": "Riferimenti ad artefatto del contenitore per la firma. Se non è stato specificato, usare il riferimento ad artefatto dell'attività push Docker precedente. Esempio: /@ Se sono presenti più nomi, separarli con una virgola.", - "loc.input.label.signatureFormat": "Formato firma", - "loc.input.help.signatureFormat": "Formato firma busta, opzioni: \"jws\", \"cose\" (valore predefinito \"jws\")", - "loc.input.label.allowReferrersAPI": "[Sperimentale] Consenti API Referrers", - "loc.input.help.allowReferrersAPI": "Usare l'API Referrers per firmare le firme, se la funzionalità non è supportata (restituisce 404); fallback allo schema del tag Referrers.", - "loc.input.label.plugin": "Plug-in", - "loc.input.label.akvPluginVersion": "Versione del plug-in", - "loc.input.help.akvPluginVersion": "Versione del plug-in Azure Key Vault da installare; vedere la [pagina di rilascio](https://github.com/Azure/notation-azure-kv/releases) per le versioni disponibili.", - "loc.input.label.azurekvServiceConection": "Connessione al servizio di Azure Key Vault", - "loc.input.help.azurekvServiceConection": "Selezionare la sottoscrizione di Azure per l'insieme di credenziali delle chiavi, se si preferisce usare la connessione al servizio per l'autenticazione.", - "loc.input.label.keyid": "ID chiave", - "loc.input.help.keyid": "L'ID chiave è la chiave o l'identificatore del certificato per Azure Key Vault.", - "loc.input.label.caCertBundle": "Percorso file di aggregazione di certificati", - "loc.input.help.caCertBundle": "File con radice e tutti i certificati intermedi, a partire dal certificato radice, seguendo l'ordine nella catena di certificati.", - "loc.input.label.selfSigned": "Certificato autofirmato", - "loc.input.label.trustPolicy": "Percorso file criterio di attendibilità", - "loc.input.help.trustPolicy": "Percorso del file [criterio di attendibilità](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) relativo al repository. Esempio: ./path/to/trust-policy.json", - "loc.input.label.trustStore": "Percorso cartella archivio attendibilità", - "loc.input.help.trustStore": "Percorso della directory contenente l'[archivio attendibilità](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) relativo al repository. Esempio: ./path/to/truststore/", - "loc.messages.ArtifactRefs": "Riferimenti ad artefatto: %s.", - "loc.messages.ArtifactRefsNotSpecified": "Riferimenti ad artefatto non specificato.", - "loc.messages.APPDATANotSet": "APPDATA non impostato.", - "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault plug-in v%s è già installato.", - "loc.messages.CannotFindTrustStore": "Impossibile trovare la directory dell'archivio attendibilità: %s.", - "loc.messages.ChecksumValidated": "Checksum convalidato: %s.", - "loc.messages.ChecksumValidationFailed": "Convalida checksum non riuscita. Previsto: %s, Effettivo: %s.", - "loc.messages.FailedArtifacts": "Artefatti non riuscito: %s.", - "loc.messages.FailedToAddCertToTrustStore": "Impossibile aggiungere il certificato all'archivio attendibilità: %s.", - "loc.messages.FailedToGetWorkloadIdToken": "Impossibile ottenere il token di identità del carico di lavoro: %s.", - "loc.messages.FailedToImportTrustPolicy": "Impossibile importare il criterio di attendibilità: %s.", - "loc.messages.FailedToListTrustStore": "Impossibile elencare l'archivio attendibilità.", - "loc.messages.FailedToShowTrustPolicy": "Impossibile visualizzare il criterio di attendibilità.", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "Provare a ottenere i riferimenti ad artefatto dall'attività Docker.", - "loc.messages.InvalidResourceURI": "URI risorsa non valido: %s.", - "loc.messages.InvalidVersionPrefix": "Prefisso versione non valido: %s.", - "loc.messages.ResultSummary": "Totale artefatti: %s, riuscito: %s, non riuscito %s.", - "loc.messages.RepeatedArtifactRef": "Riferimento artefatto ripetuto: %s.", - "loc.messages.SucceededArtifacts": "Artefatti riuscito: %s.", - "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory non impostato.", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory o sistema. DefaultWorkingDirectory non impostato", - "loc.messages.NoAuthScheme": "Nessuno schema di autenticazione specificato.", - "loc.messages.NotationAlreadyInstalled": "Notazione già installata. Non installare di nuovo.", - "loc.messages.NotationInstalledFromURL": "Notazione installata da %s.", - "loc.messages.NotationInstalledFromVersion": "Notazione v%s installata.", - "loc.messages.NoServiceConnection": "Nessun endpoint di connessione al servizio di Azure Key Vault specificato.", - "loc.messages.UnsupportedArchitecture": "Architettura non supportata: %s.", - "loc.messages.UnsupportedFileExtension": "Estensione file non supportata: %s.", - "loc.messages.UnsupportedPlatform": "Piattaforma non supportata: %s.", - "loc.messages.UnsupportedVersion": "Versione non supportata: %s.", - "loc.messages.UseAuthenticationMethod": "Utilizzare %s per accedere ad Azure Key Vault.", - "loc.messages.UnknownCommand": "Comando sconosciuto: %s.", - "loc.messages.UnknownError": "Si è verificato un errore sconosciuto.", - "loc.messages.UnknownPlugin": "Plug-in sconosciuto: %s.", - "loc.messages.UnsupportedAuthScheme": "Schema di autenticazione non supportato: %s." +{ + "loc.friendlyName": "Notazione", + "loc.helpMarkDown": "", + "loc.description": "Attività della pipeline di Azure per la configurazione dell'interfaccia della riga di comando notazione, per la firma e la verifica con notazione", + "loc.instanceNameFormat": "$(comando)", + "loc.group.displayName.commandConfig": "Configurazione comando", + "loc.group.displayName.pluginConfig": "Configurazione del plug-in", + "loc.group.displayName.advancedConfig": "Configurazione avanzata", + "loc.input.label.command": "Comando da eseguire", + "loc.input.help.command": "esempio: installa", + "loc.input.label.isCustomVersion": "Versione personalizzata", + "loc.input.help.isCustomVersion": "Selezionando questa opzione è possibile specificare una versione personalizzata per l'attività", + "loc.input.label.version": "Versione", + "loc.input.help.version": "Versione della notazione da installare. Esempio: 1.0.0, 1, 1.0, 1.0.0", + "loc.input.label.url": "URL di download", + "loc.input.help.url": "esempio: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "Checksum", + "loc.input.help.checksum": "Checksum SHA-256 del file scaricato", + "loc.input.label.artifactRefs": "Riferimenti ad artefatto", + "loc.input.help.artifactRefs": "Riferimenti ad artefatto del contenitore per la firma. Se non è stato specificato, usare il riferimento ad artefatto dell'attività push Docker precedente. Esempio: /@ Se sono presenti più nomi, separarli con una virgola.", + "loc.input.label.signatureFormat": "Formato firma", + "loc.input.help.signatureFormat": "Formato firma busta, opzioni: \"jws\", \"cose\" (valore predefinito \"jws\")", + "loc.input.label.allowReferrersAPI": "[Sperimentale] Consenti API Referrers", + "loc.input.help.allowReferrersAPI": "Usare l'API Referrers per firmare le firme, se la funzionalità non è supportata (restituisce 404); fallback allo schema del tag Referrers.", + "loc.input.label.plugin": "Plug-in", + "loc.input.label.akvPluginVersion": "Versione del plug-in", + "loc.input.help.akvPluginVersion": "Versione del plug-in Azure Key Vault da installare; vedere la [pagina di rilascio](https://github.com/Azure/notation-azure-kv/releases) per le versioni disponibili.", + "loc.input.label.azurekvServiceConection": "Connessione al servizio di Azure Key Vault", + "loc.input.help.azurekvServiceConection": "Selezionare la sottoscrizione di Azure per l'insieme di credenziali delle chiavi, se si preferisce usare la connessione al servizio per l'autenticazione.", + "loc.input.label.keyid": "ID chiave", + "loc.input.help.keyid": "L'ID chiave è la chiave o l'identificatore del certificato per Azure Key Vault.", + "loc.input.label.caCertBundle": "Percorso file di aggregazione di certificati", + "loc.input.help.caCertBundle": "File con radice e tutti i certificati intermedi, a partire dal certificato radice, seguendo l'ordine nella catena di certificati.", + "loc.input.label.selfSigned": "Certificato autofirmato", + "loc.input.label.trustPolicy": "Percorso file criterio di attendibilità", + "loc.input.help.trustPolicy": "Percorso del file [criterio di attendibilità](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) relativo al repository. Esempio: ./path/to/trust-policy.json", + "loc.input.label.trustStore": "Percorso cartella archivio attendibilità", + "loc.input.help.trustStore": "Percorso della directory contenente l'[archivio attendibilità](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) relativo al repository. Esempio: ./path/to/truststore/", + "loc.messages.ArtifactRefs": "Riferimenti ad artefatto: %s.", + "loc.messages.ArtifactRefsNotSpecified": "Riferimenti ad artefatto non specificato.", + "loc.messages.APPDATANotSet": "APPDATA non impostato.", + "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault plug-in v%s è già installato.", + "loc.messages.CannotFindTrustStore": "Impossibile trovare la directory dell'archivio attendibilità: %s.", + "loc.messages.ChecksumValidated": "Checksum convalidato: %s.", + "loc.messages.ChecksumValidationFailed": "Convalida checksum non riuscita. Previsto: %s, Effettivo: %s.", + "loc.messages.FailedArtifacts": "Artefatti non riuscito: %s.", + "loc.messages.FailedToAddCertToTrustStore": "Impossibile aggiungere il certificato all'archivio attendibilità: %s.", + "loc.messages.FailedToGetWorkloadIdToken": "Impossibile ottenere il token di identità del carico di lavoro: %s.", + "loc.messages.FailedToImportTrustPolicy": "Impossibile importare il criterio di attendibilità: %s.", + "loc.messages.FailedToListTrustStore": "Impossibile elencare l'archivio attendibilità.", + "loc.messages.FailedToShowTrustPolicy": "Impossibile visualizzare il criterio di attendibilità.", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "Provare a ottenere i riferimenti ad artefatto dall'attività Docker.", + "loc.messages.InvalidResourceURI": "URI risorsa non valido: %s.", + "loc.messages.InvalidVersionPrefix": "Prefisso versione non valido: %s.", + "loc.messages.ResultSummary": "Totale artefatti: %s, riuscito: %s, non riuscito %s.", + "loc.messages.RepeatedArtifactRef": "Riferimento artefatto ripetuto: %s.", + "loc.messages.SucceededArtifacts": "Artefatti riuscito: %s.", + "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory non impostato.", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory o sistema. DefaultWorkingDirectory non impostato", + "loc.messages.NoAuthScheme": "Nessuno schema di autenticazione specificato.", + "loc.messages.NotationAlreadyInstalled": "Notazione già installata. Non installare di nuovo.", + "loc.messages.NotationInstalledFromURL": "Notazione installata da %s.", + "loc.messages.NotationInstalledFromVersion": "Notazione v%s installata.", + "loc.messages.NoServiceConnection": "Nessun endpoint di connessione al servizio di Azure Key Vault specificato.", + "loc.messages.UnsupportedArchitecture": "Architettura non supportata: %s.", + "loc.messages.UnsupportedFileExtension": "Estensione file non supportata: %s.", + "loc.messages.UnsupportedPlatform": "Piattaforma non supportata: %s.", + "loc.messages.UnsupportedVersion": "Versione non supportata: %s.", + "loc.messages.UseAuthenticationMethod": "Utilizzare %s per accedere ad Azure Key Vault.", + "loc.messages.UnknownCommand": "Comando sconosciuto: %s.", + "loc.messages.UnknownError": "Si è verificato un errore sconosciuto.", + "loc.messages.UnknownPlugin": "Plug-in sconosciuto: %s.", + "loc.messages.UnsupportedAuthScheme": "Schema di autenticazione non supportato: %s." } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/ja-JP/resources.resjson index 9fee49f5a775..baae9698adf0 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "Notation", - "loc.helpMarkDown": "", - "loc.description": "Notation CLI を設定し、Notation で署名して検証するための Azure Pipeline Task", - "loc.instanceNameFormat": "$(コマンド)", - "loc.group.displayName.commandConfig": "コマンドの構成", - "loc.group.displayName.pluginConfig": "プラグインの構成", - "loc.group.displayName.advancedConfig": "高度な構成", - "loc.input.label.command": "実行するコマンド", - "loc.input.help.command": "例: インストール", - "loc.input.label.isCustomVersion": "カスタム バージョン", - "loc.input.help.isCustomVersion": "オンになっている場合は、タスクのカスタム バージョンを指定できます", - "loc.input.label.version": "バージョン", - "loc.input.help.version": "インストールする Notation のバージョン。例: 1.0.0, 1, 1.0, 1.0.0", - "loc.input.label.url": "ダウンロード URL", - "loc.input.help.url": "例: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "チェックサム", - "loc.input.help.checksum": "ダウンロードしたファイルの SHA-256 チェックサム", - "loc.input.label.artifactRefs": "成果物参照", - "loc.input.help.artifactRefs": "署名用のコンテナー成果物参照。指定されていない場合は、以前の Docker プッシュ タスクからの成果物参照を使用します。例: /@ 複数の場合はコンマで区切ります。", - "loc.input.label.signatureFormat": "署名の形式", - "loc.input.help.signatureFormat": "署名エンベロープ形式、オプション: \"jws\"、\"cose\" (既定は \"jws\")", - "loc.input.label.allowReferrersAPI": "[試験段階] 参照元 API を許可する", - "loc.input.help.allowReferrersAPI": "サポートされていない (404 を返す) 場合は、参照元 API を使用して署名し、参照元タグ スキーマにフォールバックします。", - "loc.input.label.plugin": "プラグイン", - "loc.input.label.akvPluginVersion": "プラグインのバージョン", - "loc.input.help.akvPluginVersion": "インストールする Azure Key Vault プラグインのバージョンです。利用可能なバージョンについては、[リリース ページ](https://github.com/Azure/notation-azure-kv/releases) を参照してください。", - "loc.input.label.azurekvServiceConection": "Azure Key Vault サービス接続", - "loc.input.help.azurekvServiceConection": "認証にサービス接続を使用する場合は、キー コンテナー用の Azure サブスクリプションを選択します。", - "loc.input.label.keyid": "キー ID", - "loc.input.help.keyid": "キー ID は、Azure Key Vault のキーまたは証明書の識別子です。", - "loc.input.label.caCertBundle": "証明書バンドル ファイルパス", - "loc.input.help.caCertBundle": "ルート証明書から始まり、証明書チェーンの順番に従って、ルート証明書とすべての中間証明書を含むファイルです。", - "loc.input.label.selfSigned": "自己署名証明書", - "loc.input.label.trustPolicy": "信頼ポリシー ファイルパス", - "loc.input.help.trustPolicy": "リポジトリを基準とした [信頼ポリシー](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) ファイルへのパス。例: ./path/to/trust-policy.json", - "loc.input.label.trustStore": "信頼ストア フォルダーのパス", - "loc.input.help.trustStore": "リポジトリを基準とした [trust store](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) を含むディレクトリへのパス。例: ./path/to/truststore/", - "loc.messages.ArtifactRefs": "成果物参照: %s。", - "loc.messages.ArtifactRefsNotSpecified": "成果物参照が指定されていません。", - "loc.messages.APPDATANotSet": "APPDATA が設定されていません。", - "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault プラグイン v%s は既にインストールされています。", - "loc.messages.CannotFindTrustStore": "信頼ストア ディレクトリが見つかりません: %s。", - "loc.messages.ChecksumValidated": "チェックサムが検証されました: %s。", - "loc.messages.ChecksumValidationFailed": "チェックサムの検証に失敗しました。必要: %s、実績: %s。", - "loc.messages.FailedArtifacts": "失敗した成果物: %s。", - "loc.messages.FailedToAddCertToTrustStore": "信頼ストア %s に証明書を追加できませんでした。", - "loc.messages.FailedToGetWorkloadIdToken": "ワークロード ID トークンを取得できませんでした: %s。", - "loc.messages.FailedToImportTrustPolicy": "信頼ポリシーをインポートできませんでした: %s。", - "loc.messages.FailedToListTrustStore": "信頼ストアを一覧表示できませんでした。", - "loc.messages.FailedToShowTrustPolicy": "信頼ポリシーを表示できませんでした。", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "Docker タスクから成果物参照を取得してみてください。", - "loc.messages.InvalidResourceURI": "無効なリソース URI: %s。", - "loc.messages.InvalidVersionPrefix": "無効なバージョン プレフィックス: %s。", - "loc.messages.ResultSummary": "成果物の合計数: %s、成功: %s、失敗: %s。", - "loc.messages.RepeatedArtifactRef": "繰り返し成果物参照: %s。", - "loc.messages.SucceededArtifacts": "成功した成果物: %s。", - "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory が設定されていません。", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory または DefaultWorkingDirectory が設定されていません", - "loc.messages.NoAuthScheme": "認証スキームが指定されていません。", - "loc.messages.NotationAlreadyInstalled": "Notation は既にインストールされています。もう一度インストールしないでください。", - "loc.messages.NotationInstalledFromURL": "Notation は %s からインストールされます。", - "loc.messages.NotationInstalledFromVersion": "Notation v%s がインストールされています。", - "loc.messages.NoServiceConnection": "Azure Key Vault サービス接続エンドポイントが指定されていません。", - "loc.messages.UnsupportedArchitecture": "サポートされていないアーキテクチャ: %s。", - "loc.messages.UnsupportedFileExtension": "サポートされていないファイル拡張子: %s。", - "loc.messages.UnsupportedPlatform": "サポートされていないプラットフォーム: %s。", - "loc.messages.UnsupportedVersion": "サポートされないバージョン: %s。", - "loc.messages.UseAuthenticationMethod": "%s を使用して Azure Key Vault にアクセスします。", - "loc.messages.UnknownCommand": "不明なコマンド: %s", - "loc.messages.UnknownError": "不明なエラーが発生しました。", - "loc.messages.UnknownPlugin": "不明なプラグイン: %s。", - "loc.messages.UnsupportedAuthScheme": "サポートされていない認証スキーム: %s。" +{ + "loc.friendlyName": "Notation", + "loc.helpMarkDown": "", + "loc.description": "Notation CLI を設定し、Notation で署名して検証するための Azure Pipeline Task", + "loc.instanceNameFormat": "$(コマンド)", + "loc.group.displayName.commandConfig": "コマンドの構成", + "loc.group.displayName.pluginConfig": "プラグインの構成", + "loc.group.displayName.advancedConfig": "高度な構成", + "loc.input.label.command": "実行するコマンド", + "loc.input.help.command": "例: インストール", + "loc.input.label.isCustomVersion": "カスタム バージョン", + "loc.input.help.isCustomVersion": "オンになっている場合は、タスクのカスタム バージョンを指定できます", + "loc.input.label.version": "バージョン", + "loc.input.help.version": "インストールする Notation のバージョン。例: 1.0.0, 1, 1.0, 1.0.0", + "loc.input.label.url": "ダウンロード URL", + "loc.input.help.url": "例: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "チェックサム", + "loc.input.help.checksum": "ダウンロードしたファイルの SHA-256 チェックサム", + "loc.input.label.artifactRefs": "成果物参照", + "loc.input.help.artifactRefs": "署名用のコンテナー成果物参照。指定されていない場合は、以前の Docker プッシュ タスクからの成果物参照を使用します。例: /@ 複数の場合はコンマで区切ります。", + "loc.input.label.signatureFormat": "署名の形式", + "loc.input.help.signatureFormat": "署名エンベロープ形式、オプション: \"jws\"、\"cose\" (既定は \"jws\")", + "loc.input.label.allowReferrersAPI": "[試験段階] 参照元 API を許可する", + "loc.input.help.allowReferrersAPI": "サポートされていない (404 を返す) 場合は、参照元 API を使用して署名し、参照元タグ スキーマにフォールバックします。", + "loc.input.label.plugin": "プラグイン", + "loc.input.label.akvPluginVersion": "プラグインのバージョン", + "loc.input.help.akvPluginVersion": "インストールする Azure Key Vault プラグインのバージョンです。利用可能なバージョンについては、[リリース ページ](https://github.com/Azure/notation-azure-kv/releases) を参照してください。", + "loc.input.label.azurekvServiceConection": "Azure Key Vault サービス接続", + "loc.input.help.azurekvServiceConection": "認証にサービス接続を使用する場合は、キー コンテナー用の Azure サブスクリプションを選択します。", + "loc.input.label.keyid": "キー ID", + "loc.input.help.keyid": "キー ID は、Azure Key Vault のキーまたは証明書の識別子です。", + "loc.input.label.caCertBundle": "証明書バンドル ファイルパス", + "loc.input.help.caCertBundle": "ルート証明書から始まり、証明書チェーンの順番に従って、ルート証明書とすべての中間証明書を含むファイルです。", + "loc.input.label.selfSigned": "自己署名証明書", + "loc.input.label.trustPolicy": "信頼ポリシー ファイルパス", + "loc.input.help.trustPolicy": "リポジトリを基準とした [信頼ポリシー](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) ファイルへのパス。例: ./path/to/trust-policy.json", + "loc.input.label.trustStore": "信頼ストア フォルダーのパス", + "loc.input.help.trustStore": "リポジトリを基準とした [trust store](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) を含むディレクトリへのパス。例: ./path/to/truststore/", + "loc.messages.ArtifactRefs": "成果物参照: %s。", + "loc.messages.ArtifactRefsNotSpecified": "成果物参照が指定されていません。", + "loc.messages.APPDATANotSet": "APPDATA が設定されていません。", + "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault プラグイン v%s は既にインストールされています。", + "loc.messages.CannotFindTrustStore": "信頼ストア ディレクトリが見つかりません: %s。", + "loc.messages.ChecksumValidated": "チェックサムが検証されました: %s。", + "loc.messages.ChecksumValidationFailed": "チェックサムの検証に失敗しました。必要: %s、実績: %s。", + "loc.messages.FailedArtifacts": "失敗した成果物: %s。", + "loc.messages.FailedToAddCertToTrustStore": "信頼ストア %s に証明書を追加できませんでした。", + "loc.messages.FailedToGetWorkloadIdToken": "ワークロード ID トークンを取得できませんでした: %s。", + "loc.messages.FailedToImportTrustPolicy": "信頼ポリシーをインポートできませんでした: %s。", + "loc.messages.FailedToListTrustStore": "信頼ストアを一覧表示できませんでした。", + "loc.messages.FailedToShowTrustPolicy": "信頼ポリシーを表示できませんでした。", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "Docker タスクから成果物参照を取得してみてください。", + "loc.messages.InvalidResourceURI": "無効なリソース URI: %s。", + "loc.messages.InvalidVersionPrefix": "無効なバージョン プレフィックス: %s。", + "loc.messages.ResultSummary": "成果物の合計数: %s、成功: %s、失敗: %s。", + "loc.messages.RepeatedArtifactRef": "繰り返し成果物参照: %s。", + "loc.messages.SucceededArtifacts": "成功した成果物: %s。", + "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory が設定されていません。", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory または DefaultWorkingDirectory が設定されていません", + "loc.messages.NoAuthScheme": "認証スキームが指定されていません。", + "loc.messages.NotationAlreadyInstalled": "Notation は既にインストールされています。もう一度インストールしないでください。", + "loc.messages.NotationInstalledFromURL": "Notation は %s からインストールされます。", + "loc.messages.NotationInstalledFromVersion": "Notation v%s がインストールされています。", + "loc.messages.NoServiceConnection": "Azure Key Vault サービス接続エンドポイントが指定されていません。", + "loc.messages.UnsupportedArchitecture": "サポートされていないアーキテクチャ: %s。", + "loc.messages.UnsupportedFileExtension": "サポートされていないファイル拡張子: %s。", + "loc.messages.UnsupportedPlatform": "サポートされていないプラットフォーム: %s。", + "loc.messages.UnsupportedVersion": "サポートされないバージョン: %s。", + "loc.messages.UseAuthenticationMethod": "%s を使用して Azure Key Vault にアクセスします。", + "loc.messages.UnknownCommand": "不明なコマンド: %s", + "loc.messages.UnknownError": "不明なエラーが発生しました。", + "loc.messages.UnknownPlugin": "不明なプラグイン: %s。", + "loc.messages.UnsupportedAuthScheme": "サポートされていない認証スキーム: %s。" } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/zh-CN/resources.resjson index ca96359ffc2c..c3256ee6432b 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "表示法", - "loc.helpMarkDown": "", - "loc.description": "用于设置表示法 CLI、使用表示法进行签名和验证的 Azure 管道任务", - "loc.instanceNameFormat": "$(command)", - "loc.group.displayName.commandConfig": "命令配置", - "loc.group.displayName.pluginConfig": "插件配置", - "loc.group.displayName.advancedConfig": "高级配置", - "loc.input.label.command": "要运行的命令", - "loc.input.help.command": "示例: install", - "loc.input.label.isCustomVersion": "自定义版本", - "loc.input.help.isCustomVersion": "如果选中,则可以为任务提供自定义版本", - "loc.input.label.version": "版本", - "loc.input.help.version": "要安装的表示法版本。示例: 1.0.0、1、1.0、1.0.0", - "loc.input.label.url": "下载 URL", - "loc.input.help.url": "示例: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "校验和", - "loc.input.help.checksum": "已下载文件的 SHA-256 校验和", - "loc.input.label.artifactRefs": "工件引用", - "loc.input.help.artifactRefs": "用于进行签名的容器工件引用。如果未指定,请使用上一个 Docker 推送任务中的工件引用。示例: <注册表名称>/<存储库名称>@<摘要>,如果有多个,则按逗号分隔。", - "loc.input.label.signatureFormat": "签名格式", - "loc.input.help.signatureFormat": "签名信封格式,选项: \"jws\"、\"cose\" (默认值为 \"jws\")", - "loc.input.label.allowReferrersAPI": "[实验性]允许使用引用来源 API", - "loc.input.help.allowReferrersAPI": "请使用引用来源 API 对签名进行签名,如果不支持(返回 404),则回退到引用来源标记架构。", - "loc.input.label.plugin": "插件", - "loc.input.label.akvPluginVersion": "插件版本", - "loc.input.help.akvPluginVersion": "要安装的 Azure 密钥保管库插件的版本。有关可用版本,请访问[发布页面](https://github.com/Azure/notation-azure-kv/releases)。", - "loc.input.label.azurekvServiceConection": "Azure 密钥保管库服务连接", - "loc.input.help.azurekvServiceConection": "如果希望使用服务连接进行身份验证,请选择密钥保管库的 Azure 订阅。", - "loc.input.label.keyid": "密钥 ID", - "loc.input.help.keyid": "密钥 ID 是 Azure 密钥保管库的密钥或证书标识符。", - "loc.input.label.caCertBundle": "证书捆绑包文件路径", - "loc.input.help.caCertBundle": "包含根证书和所有中间证书的文件,从根证书开始,遵循证书链中的顺序。", - "loc.input.label.selfSigned": "自签名证书", - "loc.input.label.trustPolicy": "信任策略文件路径", - "loc.input.help.trustPolicy": "相对于存储库的路径,指向[信任策略](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy)文件。示例: ./path/to/trust-policy.json", - "loc.input.label.trustStore": "信任存储文件夹路径", - "loc.input.help.trustStore": "相对于存储库的路径,指向包含[信任存储](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store)的目录。示例: ./path/to/truststore/", - "loc.messages.ArtifactRefs": "工件引用: %s。", - "loc.messages.ArtifactRefsNotSpecified": "未指定工件引用。", - "loc.messages.APPDATANotSet": "未设置 APPDATA。", - "loc.messages.AzureKVPluginAlreadyInstalled": "已安装 Azure 密钥保管库插件 v%s。", - "loc.messages.CannotFindTrustStore": "找不到信任存储目录: %s。", - "loc.messages.ChecksumValidated": "校验和已验证: %s。", - "loc.messages.ChecksumValidationFailed": "校验和验证失败。应为: %s,实际为: %s。", - "loc.messages.FailedArtifacts": "失败的工件: %s。", - "loc.messages.FailedToAddCertToTrustStore": "未能将证书添加到信任存储: %s。", - "loc.messages.FailedToGetWorkloadIdToken": "未能获取工作负载标识令牌: %s。", - "loc.messages.FailedToImportTrustPolicy": "未能导入信任策略: %s。", - "loc.messages.FailedToListTrustStore": "未能列出信任存储。", - "loc.messages.FailedToShowTrustPolicy": "未能显示信任策略。", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "尝试从 Docker 任务获取工件引用。", - "loc.messages.InvalidResourceURI": "无效的资源 URI: %s。", - "loc.messages.InvalidVersionPrefix": "无效的版本前缀: %s。", - "loc.messages.ResultSummary": "工件总数: %s,成功: %s,失败: %s。", - "loc.messages.RepeatedArtifactRef": "重复的工件引用: %s。", - "loc.messages.SucceededArtifacts": "成功的工件: %s。", - "loc.messages.TempDirectoryNotSet": "未设置 Agent.TempDirectory。", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "未设置 Agent.TempDirectory 或 system.DefaultWorkingDirectory", - "loc.messages.NoAuthScheme": "未指定身份验证方案。", - "loc.messages.NotationAlreadyInstalled": "已安装表示法,请不要重复安装。", - "loc.messages.NotationInstalledFromURL": "表示法是从 %s 安装的。", - "loc.messages.NotationInstalledFromVersion": "已安装表示法 v%s。", - "loc.messages.NoServiceConnection": "未指定 Azure 密钥保管库服务连接终结点。", - "loc.messages.UnsupportedArchitecture": "不受支持的体系结构: %s。", - "loc.messages.UnsupportedFileExtension": "不受支持的文件扩展名: %s。", - "loc.messages.UnsupportedPlatform": "不受支持的平台: %s。", - "loc.messages.UnsupportedVersion": "不受支持的版本: %s。", - "loc.messages.UseAuthenticationMethod": "使用 %s 访问 Azure 密钥保管库。", - "loc.messages.UnknownCommand": "未知命令: %s。", - "loc.messages.UnknownError": "发生了未知错误。", - "loc.messages.UnknownPlugin": "未知插件: %s。", - "loc.messages.UnsupportedAuthScheme": "不受支持的身份验证方案: %s。" +{ + "loc.friendlyName": "表示法", + "loc.helpMarkDown": "", + "loc.description": "用于设置表示法 CLI、使用表示法进行签名和验证的 Azure 管道任务", + "loc.instanceNameFormat": "$(command)", + "loc.group.displayName.commandConfig": "命令配置", + "loc.group.displayName.pluginConfig": "插件配置", + "loc.group.displayName.advancedConfig": "高级配置", + "loc.input.label.command": "要运行的命令", + "loc.input.help.command": "示例: install", + "loc.input.label.isCustomVersion": "自定义版本", + "loc.input.help.isCustomVersion": "如果选中,则可以为任务提供自定义版本", + "loc.input.label.version": "版本", + "loc.input.help.version": "要安装的表示法版本。示例: 1.0.0、1、1.0、1.0.0", + "loc.input.label.url": "下载 URL", + "loc.input.help.url": "示例: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "校验和", + "loc.input.help.checksum": "已下载文件的 SHA-256 校验和", + "loc.input.label.artifactRefs": "工件引用", + "loc.input.help.artifactRefs": "用于进行签名的容器工件引用。如果未指定,请使用上一个 Docker 推送任务中的工件引用。示例: <注册表名称>/<存储库名称>@<摘要>,如果有多个,则按逗号分隔。", + "loc.input.label.signatureFormat": "签名格式", + "loc.input.help.signatureFormat": "签名信封格式,选项: \"jws\"、\"cose\" (默认值为 \"jws\")", + "loc.input.label.allowReferrersAPI": "[实验性]允许使用引用来源 API", + "loc.input.help.allowReferrersAPI": "请使用引用来源 API 对签名进行签名,如果不支持(返回 404),则回退到引用来源标记架构。", + "loc.input.label.plugin": "插件", + "loc.input.label.akvPluginVersion": "插件版本", + "loc.input.help.akvPluginVersion": "要安装的 Azure 密钥保管库插件的版本。有关可用版本,请访问[发布页面](https://github.com/Azure/notation-azure-kv/releases)。", + "loc.input.label.azurekvServiceConection": "Azure 密钥保管库服务连接", + "loc.input.help.azurekvServiceConection": "如果希望使用服务连接进行身份验证,请选择密钥保管库的 Azure 订阅。", + "loc.input.label.keyid": "密钥 ID", + "loc.input.help.keyid": "密钥 ID 是 Azure 密钥保管库的密钥或证书标识符。", + "loc.input.label.caCertBundle": "证书捆绑包文件路径", + "loc.input.help.caCertBundle": "包含根证书和所有中间证书的文件,从根证书开始,遵循证书链中的顺序。", + "loc.input.label.selfSigned": "自签名证书", + "loc.input.label.trustPolicy": "信任策略文件路径", + "loc.input.help.trustPolicy": "相对于存储库的路径,指向[信任策略](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy)文件。示例: ./path/to/trust-policy.json", + "loc.input.label.trustStore": "信任存储文件夹路径", + "loc.input.help.trustStore": "相对于存储库的路径,指向包含[信任存储](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store)的目录。示例: ./path/to/truststore/", + "loc.messages.ArtifactRefs": "工件引用: %s。", + "loc.messages.ArtifactRefsNotSpecified": "未指定工件引用。", + "loc.messages.APPDATANotSet": "未设置 APPDATA。", + "loc.messages.AzureKVPluginAlreadyInstalled": "已安装 Azure 密钥保管库插件 v%s。", + "loc.messages.CannotFindTrustStore": "找不到信任存储目录: %s。", + "loc.messages.ChecksumValidated": "校验和已验证: %s。", + "loc.messages.ChecksumValidationFailed": "校验和验证失败。应为: %s,实际为: %s。", + "loc.messages.FailedArtifacts": "失败的工件: %s。", + "loc.messages.FailedToAddCertToTrustStore": "未能将证书添加到信任存储: %s。", + "loc.messages.FailedToGetWorkloadIdToken": "未能获取工作负载标识令牌: %s。", + "loc.messages.FailedToImportTrustPolicy": "未能导入信任策略: %s。", + "loc.messages.FailedToListTrustStore": "未能列出信任存储。", + "loc.messages.FailedToShowTrustPolicy": "未能显示信任策略。", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "尝试从 Docker 任务获取工件引用。", + "loc.messages.InvalidResourceURI": "无效的资源 URI: %s。", + "loc.messages.InvalidVersionPrefix": "无效的版本前缀: %s。", + "loc.messages.ResultSummary": "工件总数: %s,成功: %s,失败: %s。", + "loc.messages.RepeatedArtifactRef": "重复的工件引用: %s。", + "loc.messages.SucceededArtifacts": "成功的工件: %s。", + "loc.messages.TempDirectoryNotSet": "未设置 Agent.TempDirectory。", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "未设置 Agent.TempDirectory 或 system.DefaultWorkingDirectory", + "loc.messages.NoAuthScheme": "未指定身份验证方案。", + "loc.messages.NotationAlreadyInstalled": "已安装表示法,请不要重复安装。", + "loc.messages.NotationInstalledFromURL": "表示法是从 %s 安装的。", + "loc.messages.NotationInstalledFromVersion": "已安装表示法 v%s。", + "loc.messages.NoServiceConnection": "未指定 Azure 密钥保管库服务连接终结点。", + "loc.messages.UnsupportedArchitecture": "不受支持的体系结构: %s。", + "loc.messages.UnsupportedFileExtension": "不受支持的文件扩展名: %s。", + "loc.messages.UnsupportedPlatform": "不受支持的平台: %s。", + "loc.messages.UnsupportedVersion": "不受支持的版本: %s。", + "loc.messages.UseAuthenticationMethod": "使用 %s 访问 Azure 密钥保管库。", + "loc.messages.UnknownCommand": "未知命令: %s。", + "loc.messages.UnknownError": "发生了未知错误。", + "loc.messages.UnknownPlugin": "未知插件: %s。", + "loc.messages.UnsupportedAuthScheme": "不受支持的身份验证方案: %s。" } \ No newline at end of file diff --git a/Tasks/NotationV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/NotationV0/Strings/resources.resjson/zh-TW/resources.resjson index 874e95100d00..e4b5cd790536 100644 --- a/Tasks/NotationV0/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/NotationV0/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,74 +1,74 @@ -{ - "loc.friendlyName": "表示法", - "loc.helpMarkDown": "", - "loc.description": "用以設定表示法 CLI、使用表示法簽署及驗證的 Azure Pipepine 工作", - "loc.instanceNameFormat": "$(command)", - "loc.group.displayName.commandConfig": "命令設定", - "loc.group.displayName.pluginConfig": "外掛程式設定", - "loc.group.displayName.advancedConfig": "進階設定", - "loc.input.label.command": "要執行的命令", - "loc.input.help.command": "範例: install", - "loc.input.label.isCustomVersion": "自訂版本", - "loc.input.help.isCustomVersion": "若核取此選項,便可為工作提供自訂版本", - "loc.input.label.version": "版本", - "loc.input.help.version": "要安裝的表示法版本。範例: 1.0.0、1、1.0、1.0.0", - "loc.input.label.url": "下載 URL", - "loc.input.help.url": "範例: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", - "loc.input.label.checksum": "總和檢查碼", - "loc.input.help.checksum": "所下載檔案的 SHA-256 總和檢查碼", - "loc.input.label.artifactRefs": "成品參考", - "loc.input.help.artifactRefs": "用以簽署的容器成品參考。若未指定,請使用前一版 Docker 推播工作的成品參照。範例: <登錄名稱>/<保存庫名稱>@<摘要>。如有多項,請使用逗號分隔。", - "loc.input.label.signatureFormat": "簽章格式", - "loc.input.help.signatureFormat": "簽章信封格式,選項: “jws”、“cose” (預設為 “jws”)", - "loc.input.label.allowReferrersAPI": "[實驗] 允許引用者 API", - "loc.input.help.allowReferrersAPI": "使用 Referrers API 簽署簽章,若不支援 (會傳回 404),將會遞補為 Referrers 標記結構描述。", - "loc.input.label.plugin": "外掛程式", - "loc.input.label.akvPluginVersion": "外掛程式版本", - "loc.input.help.akvPluginVersion": "要安裝之 Azure Key Vault 外掛程式的版本。請瀏覽 [發行頁面](https://github.com/Azure/notation-azure-kv/releases),查看可用的版本。", - "loc.input.label.azurekvServiceConection": "Azure Key Vault 服務連線", - "loc.input.help.azurekvServiceConection": "若要使用服務連線進行驗證,請選取 Azure 訂閱作為金鑰保存庫。", - "loc.input.label.keyid": "金鑰識別碼", - "loc.input.help.keyid": "金鑰識別碼是 Azure Key Vault 的金鑰或憑證識別碼。", - "loc.input.label.caCertBundle": "憑證套件組合檔案路徑", - "loc.input.help.caCertBundle": "內含根憑證與所有中繼憑證的檔案,其從根憑證開始,依循憑證鏈結中的順序而下。", - "loc.input.label.selfSigned": "自動簽署憑證", - "loc.input.label.trustPolicy": "信任原則檔案路徑", - "loc.input.help.trustPolicy": "[信任原則](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) 檔案相對於存放庫的路徑。範例: ./path/to/trust-policy.json", - "loc.input.label.trustStore": "信任存放區資料夾路徑", - "loc.input.help.trustStore": "包含 [信任存放區](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) 之目錄相對於存放庫的路徑。範例: ./path/to/truststore/", - "loc.messages.ArtifactRefs": "成品參考: %s。", - "loc.messages.ArtifactRefsNotSpecified": "未指定成品參考。", - "loc.messages.APPDATANotSet": "APPDATA 未設定。", - "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault 外掛程式 %s 已安裝。", - "loc.messages.CannotFindTrustStore": "找不到信任存放區目錄: %s。", - "loc.messages.ChecksumValidated": "已驗證總和檢查碼: %s。", - "loc.messages.ChecksumValidationFailed": "驗證總和檢查碼失敗。應為: %s,實際為: %s。", - "loc.messages.FailedArtifacts": "失敗的成品: %s。", - "loc.messages.FailedToAddCertToTrustStore": "無法新增憑證以信任存放區: %s。", - "loc.messages.FailedToGetWorkloadIdToken": "無法取得工作負載識別權杖: %s。", - "loc.messages.FailedToImportTrustPolicy": "無法匯入信任原則: %s。", - "loc.messages.FailedToListTrustStore": "無法列出信任存放區。", - "loc.messages.FailedToShowTrustPolicy": "無法顯示信任原則。", - "loc.messages.TryToGetArtifactRefsFromDockerTask": "嘗試從 Docker 工作取得成品參考。", - "loc.messages.InvalidResourceURI": "無效的資源 URL: %s。", - "loc.messages.InvalidVersionPrefix": "無效的版本前置詞: %s。", - "loc.messages.ResultSummary": "成品總數: %s。成功: %s,失敗: %s。", - "loc.messages.RepeatedArtifactRef": "重複的成品參考: %s。", - "loc.messages.SucceededArtifacts": "成功的成品: %s。", - "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory 未設定。", - "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory 或 system.DefaultWorkingDirectory 未設定", - "loc.messages.NoAuthScheme": "未指定驗證配置。", - "loc.messages.NotationAlreadyInstalled": "表示法已安裝,請勿再次安裝。", - "loc.messages.NotationInstalledFromURL": "表示法從 %s 安裝。", - "loc.messages.NotationInstalledFromVersion": "表示法 v%s 已安裝。", - "loc.messages.NoServiceConnection": "未指定 Azure Key Vault 服務連線端點。", - "loc.messages.UnsupportedArchitecture": "不支援的架構: %s。", - "loc.messages.UnsupportedFileExtension": "不支援的副檔名 %s。", - "loc.messages.UnsupportedPlatform": "不支援的平台: %s。", - "loc.messages.UnsupportedVersion": "不支援的版本: %s。", - "loc.messages.UseAuthenticationMethod": "使用 %s 存取 Azure Key Vault。", - "loc.messages.UnknownCommand": "未知的命令: %s。", - "loc.messages.UnknownError": "發生未知的錯誤。", - "loc.messages.UnknownPlugin": "不明的外掛程式: %s。", - "loc.messages.UnsupportedAuthScheme": "不支援驗證配置: %s。" +{ + "loc.friendlyName": "表示法", + "loc.helpMarkDown": "", + "loc.description": "用以設定表示法 CLI、使用表示法簽署及驗證的 Azure Pipepine 工作", + "loc.instanceNameFormat": "$(command)", + "loc.group.displayName.commandConfig": "命令設定", + "loc.group.displayName.pluginConfig": "外掛程式設定", + "loc.group.displayName.advancedConfig": "進階設定", + "loc.input.label.command": "要執行的命令", + "loc.input.help.command": "範例: install", + "loc.input.label.isCustomVersion": "自訂版本", + "loc.input.help.isCustomVersion": "若核取此選項,便可為工作提供自訂版本", + "loc.input.label.version": "版本", + "loc.input.help.version": "要安裝的表示法版本。範例: 1.0.0、1、1.0、1.0.0", + "loc.input.label.url": "下載 URL", + "loc.input.help.url": "範例: https://github.com/notaryproject/notation/releases/download/v1.0.0/notation_1.0.0_linux_amd64.tar.gz", + "loc.input.label.checksum": "總和檢查碼", + "loc.input.help.checksum": "所下載檔案的 SHA-256 總和檢查碼", + "loc.input.label.artifactRefs": "成品參考", + "loc.input.help.artifactRefs": "用以簽署的容器成品參考。若未指定,請使用前一版 Docker 推播工作的成品參照。範例: <登錄名稱>/<保存庫名稱>@<摘要>。如有多項,請使用逗號分隔。", + "loc.input.label.signatureFormat": "簽章格式", + "loc.input.help.signatureFormat": "簽章信封格式,選項: “jws”、“cose” (預設為 “jws”)", + "loc.input.label.allowReferrersAPI": "[實驗] 允許引用者 API", + "loc.input.help.allowReferrersAPI": "使用 Referrers API 簽署簽章,若不支援 (會傳回 404),將會遞補為 Referrers 標記結構描述。", + "loc.input.label.plugin": "外掛程式", + "loc.input.label.akvPluginVersion": "外掛程式版本", + "loc.input.help.akvPluginVersion": "要安裝之 Azure Key Vault 外掛程式的版本。請瀏覽 [發行頁面](https://github.com/Azure/notation-azure-kv/releases),查看可用的版本。", + "loc.input.label.azurekvServiceConection": "Azure Key Vault 服務連線", + "loc.input.help.azurekvServiceConection": "若要使用服務連線進行驗證,請選取 Azure 訂閱作為金鑰保存庫。", + "loc.input.label.keyid": "金鑰識別碼", + "loc.input.help.keyid": "金鑰識別碼是 Azure Key Vault 的金鑰或憑證識別碼。", + "loc.input.label.caCertBundle": "憑證套件組合檔案路徑", + "loc.input.help.caCertBundle": "內含根憑證與所有中繼憑證的檔案,其從根憑證開始,依循憑證鏈結中的順序而下。", + "loc.input.label.selfSigned": "自動簽署憑證", + "loc.input.label.trustPolicy": "信任原則檔案路徑", + "loc.input.help.trustPolicy": "[信任原則](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-policy) 檔案相對於存放庫的路徑。範例: ./path/to/trust-policy.json", + "loc.input.label.trustStore": "信任存放區資料夾路徑", + "loc.input.help.trustStore": "包含 [信任存放區](https://github.com/notaryproject/specifications/blob/v1.0.0/specs/trust-store-trust-policy.md#trust-store) 之目錄相對於存放庫的路徑。範例: ./path/to/truststore/", + "loc.messages.ArtifactRefs": "成品參考: %s。", + "loc.messages.ArtifactRefsNotSpecified": "未指定成品參考。", + "loc.messages.APPDATANotSet": "APPDATA 未設定。", + "loc.messages.AzureKVPluginAlreadyInstalled": "Azure Key Vault 外掛程式 %s 已安裝。", + "loc.messages.CannotFindTrustStore": "找不到信任存放區目錄: %s。", + "loc.messages.ChecksumValidated": "已驗證總和檢查碼: %s。", + "loc.messages.ChecksumValidationFailed": "驗證總和檢查碼失敗。應為: %s,實際為: %s。", + "loc.messages.FailedArtifacts": "失敗的成品: %s。", + "loc.messages.FailedToAddCertToTrustStore": "無法新增憑證以信任存放區: %s。", + "loc.messages.FailedToGetWorkloadIdToken": "無法取得工作負載識別權杖: %s。", + "loc.messages.FailedToImportTrustPolicy": "無法匯入信任原則: %s。", + "loc.messages.FailedToListTrustStore": "無法列出信任存放區。", + "loc.messages.FailedToShowTrustPolicy": "無法顯示信任原則。", + "loc.messages.TryToGetArtifactRefsFromDockerTask": "嘗試從 Docker 工作取得成品參考。", + "loc.messages.InvalidResourceURI": "無效的資源 URL: %s。", + "loc.messages.InvalidVersionPrefix": "無效的版本前置詞: %s。", + "loc.messages.ResultSummary": "成品總數: %s。成功: %s,失敗: %s。", + "loc.messages.RepeatedArtifactRef": "重複的成品參考: %s。", + "loc.messages.SucceededArtifacts": "成功的成品: %s。", + "loc.messages.TempDirectoryNotSet": "Agent.TempDirectory 未設定。", + "loc.messages.TempDirectoryOrWorkingDirectoryNotSet": "Agent.TempDirectory 或 system.DefaultWorkingDirectory 未設定", + "loc.messages.NoAuthScheme": "未指定驗證配置。", + "loc.messages.NotationAlreadyInstalled": "表示法已安裝,請勿再次安裝。", + "loc.messages.NotationInstalledFromURL": "表示法從 %s 安裝。", + "loc.messages.NotationInstalledFromVersion": "表示法 v%s 已安裝。", + "loc.messages.NoServiceConnection": "未指定 Azure Key Vault 服務連線端點。", + "loc.messages.UnsupportedArchitecture": "不支援的架構: %s。", + "loc.messages.UnsupportedFileExtension": "不支援的副檔名 %s。", + "loc.messages.UnsupportedPlatform": "不支援的平台: %s。", + "loc.messages.UnsupportedVersion": "不支援的版本: %s。", + "loc.messages.UseAuthenticationMethod": "使用 %s 存取 Azure Key Vault。", + "loc.messages.UnknownCommand": "未知的命令: %s。", + "loc.messages.UnknownError": "發生未知的錯誤。", + "loc.messages.UnknownPlugin": "不明的外掛程式: %s。", + "loc.messages.UnsupportedAuthScheme": "不支援驗證配置: %s。" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson index 5bb54eb37111..bd99b9b1d0e1 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "Publier un artefact de pipeline", - "loc.helpMarkDown": "Publiez un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel.", - "loc.description": "Publier un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel", - "loc.instanceNameFormat": "Publier l'artefact de pipeline", - "loc.input.label.artifactName": "Nom de cet artefact", - "loc.input.help.artifactName": "Nom de cet artefact.", - "loc.input.label.targetPath": "Chemin de publication", - "loc.input.help.targetPath": "Chemin de dossier ou de fichier à publier. Il peut s'agir d'un chemin complet ou d'un chemin relatif à la racine du dépôt. Les caractères génériques ne sont pas pris en charge. Les [variables](https://go.microsoft.com/fwlink/?LinkID=550988) sont prises en charge.", - "loc.input.label.properties": "Propriétés personnalisées", - "loc.input.help.properties": "Entrez les propriétés personnalisées à associer à l’artefact. Chaîne JSON valide attendue avec toutes les clés ayant le préfixe 'user-'" +{ + "loc.friendlyName": "Publier un artefact de pipeline", + "loc.helpMarkDown": "Publiez un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel.", + "loc.description": "Publier un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel", + "loc.instanceNameFormat": "Publier l'artefact de pipeline", + "loc.input.label.artifactName": "Nom de cet artefact", + "loc.input.help.artifactName": "Nom de cet artefact.", + "loc.input.label.targetPath": "Chemin de publication", + "loc.input.help.targetPath": "Chemin de dossier ou de fichier à publier. Il peut s'agir d'un chemin complet ou d'un chemin relatif à la racine du dépôt. Les caractères génériques ne sont pas pris en charge. Les [variables](https://go.microsoft.com/fwlink/?LinkID=550988) sont prises en charge.", + "loc.input.label.properties": "Propriétés personnalisées", + "loc.input.help.properties": "Entrez les propriétés personnalisées à associer à l’artefact. Chaîne JSON valide attendue avec toutes les clés ayant le préfixe 'user-'" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson index 1e37e4ec9f0a..02d587c1ee31 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publicación de artefactos de canalización", - "loc.helpMarkDown": "Publique (cargue) un archivo o directorio como artefacto con nombre para la ejecución actual. Los artefactos publicados pueden descargarse en otros trabajos, fases o canalizaciones mediante la tarea \"Descargar artefactos de canalización\".", - "loc.description": "Publica (carga) un archivo o directorio como artefacto con nombre para la ejecución actual.", - "loc.instanceNameFormat": "Publicar artefacto de canalización", - "loc.input.label.path": "Ruta de acceso de archivo o directorio", - "loc.input.help.path": "Ruta de acceso de archivo o directorio que se va a publicar. Puede ser absoluta o relativa al directorio de trabajo predeterminado. Puede incluir [variables](https://go.microsoft.com/fwlink/?LinkID=550988), pero no se admiten comodines.", - "loc.input.label.artifactName": "Nombre del artefacto", - "loc.input.help.artifactName": "Nombre del artefacto que se va a publicar. Si no se establece, tiene como valor predeterminado un identificador único con el trabajo como ámbito.", - "loc.input.label.artifactType": "Ubicación de publicación de artefactos", - "loc.input.help.artifactType": "Elija si el artefacto se va a almacenar en Azure Pipelines o se va a copiar en un recurso compartido de archivos al que se pueda acceder desde el agente de canalización.", - "loc.input.label.fileSharePath": "Ruta de acceso del recurso compartido de archivos", - "loc.input.help.fileSharePath": "El recurso compartido de archivos en el que se copiarán los archivos de artefacto. Puede incluir variables. Ejemplo: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). No se admite la publicación de artefactos de un agente de Linux o macOS en un recurso compartido de archivos.", - "loc.input.label.parallel": "Copia en paralelo", - "loc.input.help.parallel": "Seleccione si quiere copiar los archivos en paralelo con varios subprocesos para obtener un mayor rendimiento potencial. Si esta configuración no está habilitada, se usará un subproceso.", - "loc.input.label.parallelCount": "Recuento de elementos en paralelo", - "loc.input.help.parallelCount": "Especifique el grado de paralelismo o el número de subprocesos usados para realizar la copia. Debe ser un valor entre 1 y 128.", - "loc.input.label.properties": "Propiedades personalizadas", - "loc.input.help.properties": "Escriba las propiedades personalizadas para asociar con el artefacto. Se esperaba una cadena JSON válida con todas las claves con el prefijo \"user-\"." +{ + "loc.friendlyName": "Publicación de artefactos de canalización", + "loc.helpMarkDown": "Publique (cargue) un archivo o directorio como artefacto con nombre para la ejecución actual. Los artefactos publicados pueden descargarse en otros trabajos, fases o canalizaciones mediante la tarea \"Descargar artefactos de canalización\".", + "loc.description": "Publica (carga) un archivo o directorio como artefacto con nombre para la ejecución actual.", + "loc.instanceNameFormat": "Publicar artefacto de canalización", + "loc.input.label.path": "Ruta de acceso de archivo o directorio", + "loc.input.help.path": "Ruta de acceso de archivo o directorio que se va a publicar. Puede ser absoluta o relativa al directorio de trabajo predeterminado. Puede incluir [variables](https://go.microsoft.com/fwlink/?LinkID=550988), pero no se admiten comodines.", + "loc.input.label.artifactName": "Nombre del artefacto", + "loc.input.help.artifactName": "Nombre del artefacto que se va a publicar. Si no se establece, tiene como valor predeterminado un identificador único con el trabajo como ámbito.", + "loc.input.label.artifactType": "Ubicación de publicación de artefactos", + "loc.input.help.artifactType": "Elija si el artefacto se va a almacenar en Azure Pipelines o se va a copiar en un recurso compartido de archivos al que se pueda acceder desde el agente de canalización.", + "loc.input.label.fileSharePath": "Ruta de acceso del recurso compartido de archivos", + "loc.input.help.fileSharePath": "El recurso compartido de archivos en el que se copiarán los archivos de artefacto. Puede incluir variables. Ejemplo: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). No se admite la publicación de artefactos de un agente de Linux o macOS en un recurso compartido de archivos.", + "loc.input.label.parallel": "Copia en paralelo", + "loc.input.help.parallel": "Seleccione si quiere copiar los archivos en paralelo con varios subprocesos para obtener un mayor rendimiento potencial. Si esta configuración no está habilitada, se usará un subproceso.", + "loc.input.label.parallelCount": "Recuento de elementos en paralelo", + "loc.input.help.parallelCount": "Especifique el grado de paralelismo o el número de subprocesos usados para realizar la copia. Debe ser un valor entre 1 y 128.", + "loc.input.label.properties": "Propiedades personalizadas", + "loc.input.help.properties": "Escriba las propiedades personalizadas para asociar con el artefacto. Se esperaba una cadena JSON válida con todas las claves con el prefijo \"user-\"." } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson index 74e5390bb4b7..b2203d2f626b 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publier des artefacts de pipeline", - "loc.helpMarkDown": "Publiez (chargez) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle. Les artefacts publiés peuvent être téléchargés dans d'autres travaux, phases ou pipelines à l'aide de la tâche \"Télécharger un artefact de pipeline\".", - "loc.description": "Publier (charger) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle", - "loc.instanceNameFormat": "Publier l'artefact de pipeline", - "loc.input.label.path": "Chemin du fichier ou du répertoire", - "loc.input.help.path": "Chemin du fichier ou du répertoire à publier. Il peut s'agir d'un chemin absolu ou relatif au répertoire de travail par défaut. Il peut inclure des [variables](https://go.microsoft.com/fwlink/?LinkID=550988), mais les caractères génériques ne sont pas pris en charge.", - "loc.input.label.artifactName": "Nom de l'artefact", - "loc.input.help.artifactName": "Nom de l'artefact à publier. Si aucune valeur n'est définie, la valeur par défaut est un ID unique dont l'étendue correspond au travail.", - "loc.input.label.artifactType": "Emplacement de publication des artefacts", - "loc.input.help.artifactType": "Choisissez entre le stockage de l'artefact dans Azure Pipelines, ou sa copie sur un partage de fichiers accessible à l'agent de pipeline.", - "loc.input.label.fileSharePath": "Chemin du partage de fichiers", - "loc.input.help.fileSharePath": "Partage de fichiers où sont copiés les fichiers d'artefacts. Il peut inclure des variables. Exemple : \\\\\\\\mon\\\\partage\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). La publication d'artefacts d'un agent Linux ou macOS vers un partage de fichiers n'est pas prise en charge.", - "loc.input.label.parallel": "Copie parallèle", - "loc.input.help.parallel": "Choisissez s'il est nécessaire de copier les fichiers en parallèle à l'aide de plusieurs threads pour un meilleur débit potentiel. Si ce paramètre n'est pas activé, un seul thread est utilisé.", - "loc.input.label.parallelCount": "Nombre parallèle", - "loc.input.help.parallelCount": "Entrez le degré de parallélisme ou le nombre de threads utilisés pour effectuer la copie. La valeur doit être au moins égal à 1 et inférieur à 128.", - "loc.input.label.properties": "Propriétés personnalisées", - "loc.input.help.properties": "Entrez les propriétés personnalisées à associer à l’artefact. Chaîne JSON valide attendue avec toutes les clés ayant le préfixe 'user-'" +{ + "loc.friendlyName": "Publier des artefacts de pipeline", + "loc.helpMarkDown": "Publiez (chargez) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle. Les artefacts publiés peuvent être téléchargés dans d'autres travaux, phases ou pipelines à l'aide de la tâche \"Télécharger un artefact de pipeline\".", + "loc.description": "Publier (charger) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle", + "loc.instanceNameFormat": "Publier l'artefact de pipeline", + "loc.input.label.path": "Chemin du fichier ou du répertoire", + "loc.input.help.path": "Chemin du fichier ou du répertoire à publier. Il peut s'agir d'un chemin absolu ou relatif au répertoire de travail par défaut. Il peut inclure des [variables](https://go.microsoft.com/fwlink/?LinkID=550988), mais les caractères génériques ne sont pas pris en charge.", + "loc.input.label.artifactName": "Nom de l'artefact", + "loc.input.help.artifactName": "Nom de l'artefact à publier. Si aucune valeur n'est définie, la valeur par défaut est un ID unique dont l'étendue correspond au travail.", + "loc.input.label.artifactType": "Emplacement de publication des artefacts", + "loc.input.help.artifactType": "Choisissez entre le stockage de l'artefact dans Azure Pipelines, ou sa copie sur un partage de fichiers accessible à l'agent de pipeline.", + "loc.input.label.fileSharePath": "Chemin du partage de fichiers", + "loc.input.help.fileSharePath": "Partage de fichiers où sont copiés les fichiers d'artefacts. Il peut inclure des variables. Exemple : \\\\\\\\mon\\\\partage\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). La publication d'artefacts d'un agent Linux ou macOS vers un partage de fichiers n'est pas prise en charge.", + "loc.input.label.parallel": "Copie parallèle", + "loc.input.help.parallel": "Choisissez s'il est nécessaire de copier les fichiers en parallèle à l'aide de plusieurs threads pour un meilleur débit potentiel. Si ce paramètre n'est pas activé, un seul thread est utilisé.", + "loc.input.label.parallelCount": "Nombre parallèle", + "loc.input.help.parallelCount": "Entrez le degré de parallélisme ou le nombre de threads utilisés pour effectuer la copie. La valeur doit être au moins égal à 1 et inférieur à 128.", + "loc.input.label.properties": "Propriétés personnalisées", + "loc.input.help.properties": "Entrez les propriétés personnalisées à associer à l’artefact. Chaîne JSON valide attendue avec toutes les clés ayant le préfixe 'user-'" } \ No newline at end of file