diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/de-DE/resources.resjson
index 0de34d72d8a0..d3eb3d8083b4 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/de-DE/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](http://go.microsoft.com/fwlink/?LinkID=827160) oder [Azure CLI-Dokumentation anzeigen](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Hiermit werden Azure CLI-Befehle für ein Azure-Abonnement in einem Shell-Skript (bei Ausführung für einen Linux-Agent) oder einem Batchskript (bei Ausführung für einen Windows-Agent) ausgeführt.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "Neuigkeiten in Version 1.0:\n– Unterstützung der neuen Python-basierten Azure CLI 2.0\n– Funktioniert mit plattformübergreifenden Agents (Linux, macOS oder Windows)\n– Die Verwendung mit Azure CLI 1.0 (node.js-basiert) erfordert einen Wechsel zu Aufgabenversion 0.0\n– Einschränkungen:\n– Keine Unterstützung für klassische Azure-Abonnements. Azure CLI 2.0 unterstützt nur Azure Resource Manager-Abonnements (ARM).",
- "loc.group.displayName.advanced": "Erweitert",
- "loc.input.label.connectedServiceNameARM": "Azure-Abonnement",
- "loc.input.help.connectedServiceNameARM": "Wählen Sie ein Azure Resource Manager-Abonnement für die Bereitstellung aus.",
- "loc.input.label.scriptLocation": "Skriptspeicherort",
- "loc.input.help.scriptLocation": "Skripttyp: Dateipfad oder Inlineskript",
- "loc.input.label.scriptPath": "Skriptpfad",
- "loc.input.help.scriptPath": "Vollqualifizierter Pfad des Skripts (BAT oder CMD bei Verwendung des Windows-basierten Agents, SH bei Verwendung eines Linux-basierten Agents) oder ein Pfad relativ zum Standardarbeitsverzeichnis",
- "loc.input.label.inlineScript": "Inlineskript",
- "loc.input.help.inlineScript": "Sie können Ihre Skripts hier inline einfügen. Bei Verwendung eines Windows-Agents verwenden Sie ein Batchskript, bei Verwendung eines Linux-basierten Agents ein Shellskript. Verwenden Sie für Batchskripts das Präfix \"call\" vor jedem Azure-Befehl. Sie können außerdem mithilfe von Argumenten vordefinierte und benutzerdefinierte Variablen an das Skript übergeben. \n\n Beispiel für Shell: \naz --version \naz account show \n\n Beispiel für Batch:\ncall az --version \ncall az account show",
- "loc.input.label.args": "Argumente",
- "loc.input.help.args": "An das Skript übergebenen Argumente",
- "loc.input.label.addSpnToEnvironment": "Auf Dienstprinzipaldetails im Skript zugreifen",
- "loc.input.help.addSpnToEnvironment": "Hiermit werden ID und Schlüssel des Dienstprinzipals für den ausgewählten Azure-Endpunkt zur Ausführungsumgebung des Skripts hinzugefügt. Sie können in Ihrem Skript diese Variablen verwenden: \"$servicePrincipalId\", \"$servicePrincipalKey\" und \"`$tenantId\".\n\nEine Berücksichtigung erfolgt nur, wenn der Azure-Endpunkt das Dienstprinzipal-Authentifizierungsschema aufweist.",
- "loc.input.label.useGlobalConfig": "Globale Azure CLI-Konfiguration verwenden",
- "loc.input.help.useGlobalConfig": "Bei Festlegung auf FALSE verwendet diese Aufgabe ein eigenes, separates [Azure CLI-Konfigurationsverzeichnis](https://docs.microsoft.com/de-de/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Dieses Verzeichnis kann zum Ausführen von Azure CLI-Aufgaben in *parallelen* Releases verwendet werden.",
- "loc.input.label.cwd": "Arbeitsverzeichnis",
- "loc.input.help.cwd": "Das aktuelle Arbeitsverzeichnis, in dem das Skript ausgeführt wird. Wenn keine Angabe erfolgt, wird der Stamm des Repositorys (Build) oder der Artefakte (Release) verwendet, das \"$(System.DefaultWorkingDirectory)\" lautet.",
- "loc.input.label.failOnStandardError": "Fehler bei Standardfehler.",
- "loc.input.help.failOnStandardError": "Bei aktivierter Option kann diese Aufgabe nicht erfolgreich ausgeführt werden, wenn Fehler in den StandardError-Stream geschrieben werden. Deaktivieren Sie das Kontrollkästchen, um Standardfehler zu ignorieren, und bestimmen Sie den Status mithilfe von Exitcodes.",
- "loc.messages.ScriptReturnCode": "Skript wurde mit Rückgabecode beendet: %d",
- "loc.messages.ScriptFailed": "Skriptfehler: %s",
- "loc.messages.UnsupportedEndpointScheme": "Nicht unterstütztes Authentifizierungsschema für Dienstverbindung: Dienstprinzipal für AzureRM",
- "loc.messages.AzureSDKNotFound": "Azure CLI 2.x ist nicht auf diesem Computer installiert.",
- "loc.messages.FailedToLogout": "Beim Abmelden ist der folgende Fehler aufgetreten: %s",
- "loc.messages.LoginFailed": "Fehler bei der Azure-Anmeldung.",
- "loc.messages.MSILoginFailed": "Fehler bei der Azure-Anmeldung mit einer verwalteten Dienstidentität.",
- "loc.messages.AuthSchemeNotSupported": "Das Authentifizierungsschema \"%s\" wird nicht unterstützt.",
- "loc.messages.ErrorInSettingUpSubscription": "Fehler beim Festlegen des Abonnements.",
- "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR-Umgebungsvariable wird festgelegt auf: %s",
- "loc.messages.SettingAzureCloud": "Aktive Cloud wird festgelegt auf: %s",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Für Agent-Versionen vor 2.115.0 kann nur die globale Azure CLI-Konfiguration verwendet werden."
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](http://go.microsoft.com/fwlink/?LinkID=827160) oder [Azure CLI-Dokumentation anzeigen](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Hiermit werden Azure CLI-Befehle für ein Azure-Abonnement in einem Shell-Skript (bei Ausführung für einen Linux-Agent) oder einem Batchskript (bei Ausführung für einen Windows-Agent) ausgeführt.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "Neuigkeiten in Version 1.0:\n– Unterstützung der neuen Python-basierten Azure CLI 2.0\n– Funktioniert mit plattformübergreifenden Agents (Linux, macOS oder Windows)\n– Die Verwendung mit Azure CLI 1.0 (node.js-basiert) erfordert einen Wechsel zu Aufgabenversion 0.0\n– Einschränkungen:\n– Keine Unterstützung für klassische Azure-Abonnements. Azure CLI 2.0 unterstützt nur Azure Resource Manager-Abonnements (ARM).",
+ "loc.group.displayName.advanced": "Erweitert",
+ "loc.input.label.connectedServiceNameARM": "Azure-Abonnement",
+ "loc.input.help.connectedServiceNameARM": "Wählen Sie ein Azure Resource Manager-Abonnement für die Bereitstellung aus.",
+ "loc.input.label.scriptLocation": "Skriptspeicherort",
+ "loc.input.help.scriptLocation": "Skripttyp: Dateipfad oder Inlineskript",
+ "loc.input.label.scriptPath": "Skriptpfad",
+ "loc.input.help.scriptPath": "Vollqualifizierter Pfad des Skripts (BAT oder CMD bei Verwendung des Windows-basierten Agents, SH bei Verwendung eines Linux-basierten Agents) oder ein Pfad relativ zum Standardarbeitsverzeichnis",
+ "loc.input.label.inlineScript": "Inlineskript",
+ "loc.input.help.inlineScript": "Sie können Ihre Skripts hier inline einfügen. Bei Verwendung eines Windows-Agents verwenden Sie ein Batchskript, bei Verwendung eines Linux-basierten Agents ein Shellskript. Verwenden Sie für Batchskripts das Präfix \"call\" vor jedem Azure-Befehl. Sie können außerdem mithilfe von Argumenten vordefinierte und benutzerdefinierte Variablen an das Skript übergeben. \n\n Beispiel für Shell: \naz --version \naz account show \n\n Beispiel für Batch:\ncall az --version \ncall az account show",
+ "loc.input.label.args": "Argumente",
+ "loc.input.help.args": "An das Skript übergebenen Argumente",
+ "loc.input.label.addSpnToEnvironment": "Auf Dienstprinzipaldetails im Skript zugreifen",
+ "loc.input.help.addSpnToEnvironment": "Hiermit werden ID und Schlüssel des Dienstprinzipals für den ausgewählten Azure-Endpunkt zur Ausführungsumgebung des Skripts hinzugefügt. Sie können in Ihrem Skript diese Variablen verwenden: \"$servicePrincipalId\", \"$servicePrincipalKey\" und \"`$tenantId\".\n\nEine Berücksichtigung erfolgt nur, wenn der Azure-Endpunkt das Dienstprinzipal-Authentifizierungsschema aufweist.",
+ "loc.input.label.useGlobalConfig": "Globale Azure CLI-Konfiguration verwenden",
+ "loc.input.help.useGlobalConfig": "Bei Festlegung auf FALSE verwendet diese Aufgabe ein eigenes, separates [Azure CLI-Konfigurationsverzeichnis](https://docs.microsoft.com/de-de/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Dieses Verzeichnis kann zum Ausführen von Azure CLI-Aufgaben in *parallelen* Releases verwendet werden.",
+ "loc.input.label.cwd": "Arbeitsverzeichnis",
+ "loc.input.help.cwd": "Das aktuelle Arbeitsverzeichnis, in dem das Skript ausgeführt wird. Wenn keine Angabe erfolgt, wird der Stamm des Repositorys (Build) oder der Artefakte (Release) verwendet, das \"$(System.DefaultWorkingDirectory)\" lautet.",
+ "loc.input.label.failOnStandardError": "Fehler bei Standardfehler.",
+ "loc.input.help.failOnStandardError": "Bei aktivierter Option kann diese Aufgabe nicht erfolgreich ausgeführt werden, wenn Fehler in den StandardError-Stream geschrieben werden. Deaktivieren Sie das Kontrollkästchen, um Standardfehler zu ignorieren, und bestimmen Sie den Status mithilfe von Exitcodes.",
+ "loc.messages.ScriptReturnCode": "Skript wurde mit Rückgabecode beendet: %d",
+ "loc.messages.ScriptFailed": "Skriptfehler: %s",
+ "loc.messages.UnsupportedEndpointScheme": "Nicht unterstütztes Authentifizierungsschema für Dienstverbindung: Dienstprinzipal für AzureRM",
+ "loc.messages.AzureSDKNotFound": "Azure CLI 2.x ist nicht auf diesem Computer installiert.",
+ "loc.messages.FailedToLogout": "Beim Abmelden ist der folgende Fehler aufgetreten: %s",
+ "loc.messages.LoginFailed": "Fehler bei der Azure-Anmeldung.",
+ "loc.messages.MSILoginFailed": "Fehler bei der Azure-Anmeldung mit einer verwalteten Dienstidentität.",
+ "loc.messages.AuthSchemeNotSupported": "Das Authentifizierungsschema \"%s\" wird nicht unterstützt.",
+ "loc.messages.ErrorInSettingUpSubscription": "Fehler beim Festlegen des Abonnements.",
+ "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR-Umgebungsvariable wird festgelegt auf: %s",
+ "loc.messages.SettingAzureCloud": "Aktive Cloud wird festgelegt auf: %s",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Für Agent-Versionen vor 2.115.0 kann nur die globale Azure CLI-Konfiguration verwendet werden.",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/es-ES/resources.resjson
index 93bfb2dcd346..e37175694356 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/es-ES/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "CLI de Azure",
- "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](http://go.microsoft.com/fwlink/?LinkID=827160) o [consultar la documentación de la CLI de Azure](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Ejecute los comandos de la CLI de Azure para una suscripción de Azure en un script de Shell (al ejecutarse en un agente de Linux) o en un script por lotes (al ejecutarse en un agente de Windows).",
- "loc.instanceNameFormat": "CLI de Azure $(scriptPath)",
- "loc.releaseNotes": "Novedades de la versión 1.0:\n- Admite la nueva CLI de Azure 2.0 basada en Python\n- Funciona con agentes multiplataforma (Linux, macOS o Windows)\n- Para trabajar con la CLI de Azure 1.0 (basada en node.js), cambie a la versión de tarea 0.0\n- Limitaciones:\n - No admite suscripciones de Azure clásico. La CLI de Azure 2.0 solo admite suscripciones de Azure Resource Manager (ARM).",
- "loc.group.displayName.advanced": "Avanzado",
- "loc.input.label.connectedServiceNameARM": "Suscripción de Azure",
- "loc.input.help.connectedServiceNameARM": "Seleccione una suscripción de Azure Resource Manager para la implementación",
- "loc.input.label.scriptLocation": "Ubicación del script",
- "loc.input.help.scriptLocation": "Tipo de script: ruta de acceso del archivo o script insertado",
- "loc.input.label.scriptPath": "Ruta de acceso del script",
- "loc.input.help.scriptPath": "Ruta de acceso completa del script (.bat o .cmd cuando se usa el agente basado en Windows y .sh cuando se usa el agente basado en Linux) o ruta de acceso relativa al directorio de trabajo predeterminado",
- "loc.input.label.inlineScript": "Script en línea",
- "loc.input.help.inlineScript": "Puede escribir aquí los scripts alineados. Utilice el scripting por lotes cuando use un agente de Windows o bien use el scripting del shell con los agentes basados en Linux. Para los scripts por lotes, use el prefijo \"call\" delante de cada comando de Azure. También puede pasar variables predefinidas y personalizadas a este script mediante argumentos. \n\n Ejemplo para shell: \naz --version \naz account show \n\n Ejemplo para lotes:\ncall az --version \ncall az account show",
- "loc.input.label.args": "Argumentos",
- "loc.input.help.args": "Argumentos pasados al script",
- "loc.input.label.addSpnToEnvironment": "Acceder a los detalles de la entidad de servicio en el script",
- "loc.input.help.addSpnToEnvironment": "Agregue el identificador de entidad de servicio y la clave del punto de conexión de Azure que ha seleccionado al entorno de ejecución del script. Puede usar las variables \"$servicePrincipalId\", `\"$servicePrincipalKey\" y \"$tenantId\" en el script.\n\nEsto solo se sigue cuando el punto de conexión de Azure tiene el esquema de autenticación de la entidad de servicio.",
- "loc.input.label.useGlobalConfig": "Usar la configuración global de la CLI de Azure",
- "loc.input.help.useGlobalConfig": "Si es false, esta tarea usará su propio [directorio de configuración de la CLI de Azure](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Se puede usar para ejecutar tareas de la CLI de Azure en versiones en *paralelo*.",
- "loc.input.label.cwd": "Directorio de trabajo",
- "loc.input.help.cwd": "Directorio de trabajo actual en el que se ejecuta el script. Si se deja vacío, es la raíz del repositorio (compilación) o artefactos (versión), que es $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "Error si se produce un error estándar",
- "loc.input.help.failOnStandardError": "Si es true, la tarea no se podrá ejecutar cuando se registre algún error en la secuencia StandardError. Anule la selección de la casilla para ignorar los errores estándar y use los códigos de salida para determinar el estado.",
- "loc.messages.ScriptReturnCode": "El script finalizó con el código de retorno: %d",
- "loc.messages.ScriptFailed": "No se pudo ejecutar el script. Error: %s",
- "loc.messages.UnsupportedEndpointScheme": "Esquema de autorización de conexión de servicio no compatible: entidad de servicio para AzureRM",
- "loc.messages.AzureSDKNotFound": "La CLI de Azure 2.x no está instalada en esta máquina.",
- "loc.messages.FailedToLogout": "Error al cerrar sesión: %s",
- "loc.messages.LoginFailed": "Error del inicio de sesión de Azure",
- "loc.messages.MSILoginFailed": "Error de inicio de sesión de Azure con Managed Service Identity",
- "loc.messages.AuthSchemeNotSupported": "No se admite el esquema de autenticación %s.",
- "loc.messages.ErrorInSettingUpSubscription": "Error en la configuración de la suscripción",
- "loc.messages.SettingAzureConfigDir": "Estableciendo la variable de entorno AZURE_CONFIG_DIR en %s",
- "loc.messages.SettingAzureCloud": "Estableciendo la nube activa en %s",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Para la versión del agente < 2.115.0, solo se puede usar la configuración global de la CLI de Azure."
+{
+ "loc.friendlyName": "CLI de Azure",
+ "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](http://go.microsoft.com/fwlink/?LinkID=827160) o [consultar la documentación de la CLI de Azure](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Ejecute los comandos de la CLI de Azure para una suscripción de Azure en un script de Shell (al ejecutarse en un agente de Linux) o en un script por lotes (al ejecutarse en un agente de Windows).",
+ "loc.instanceNameFormat": "CLI de Azure $(scriptPath)",
+ "loc.releaseNotes": "Novedades de la versión 1.0:\n- Admite la nueva CLI de Azure 2.0 basada en Python\n- Funciona con agentes multiplataforma (Linux, macOS o Windows)\n- Para trabajar con la CLI de Azure 1.0 (basada en node.js), cambie a la versión de tarea 0.0\n- Limitaciones:\n - No admite suscripciones de Azure clásico. La CLI de Azure 2.0 solo admite suscripciones de Azure Resource Manager (ARM).",
+ "loc.group.displayName.advanced": "Avanzado",
+ "loc.input.label.connectedServiceNameARM": "Suscripción de Azure",
+ "loc.input.help.connectedServiceNameARM": "Seleccione una suscripción de Azure Resource Manager para la implementación",
+ "loc.input.label.scriptLocation": "Ubicación del script",
+ "loc.input.help.scriptLocation": "Tipo de script: ruta de acceso del archivo o script insertado",
+ "loc.input.label.scriptPath": "Ruta de acceso del script",
+ "loc.input.help.scriptPath": "Ruta de acceso completa del script (.bat o .cmd cuando se usa el agente basado en Windows y .sh cuando se usa el agente basado en Linux) o ruta de acceso relativa al directorio de trabajo predeterminado",
+ "loc.input.label.inlineScript": "Script en línea",
+ "loc.input.help.inlineScript": "Puede escribir aquí los scripts alineados. Utilice el scripting por lotes cuando use un agente de Windows o bien use el scripting del shell con los agentes basados en Linux. Para los scripts por lotes, use el prefijo \"call\" delante de cada comando de Azure. También puede pasar variables predefinidas y personalizadas a este script mediante argumentos. \n\n Ejemplo para shell: \naz --version \naz account show \n\n Ejemplo para lotes:\ncall az --version \ncall az account show",
+ "loc.input.label.args": "Argumentos",
+ "loc.input.help.args": "Argumentos pasados al script",
+ "loc.input.label.addSpnToEnvironment": "Acceder a los detalles de la entidad de servicio en el script",
+ "loc.input.help.addSpnToEnvironment": "Agregue el identificador de entidad de servicio y la clave del punto de conexión de Azure que ha seleccionado al entorno de ejecución del script. Puede usar las variables \"$servicePrincipalId\", `\"$servicePrincipalKey\" y \"$tenantId\" en el script.\n\nEsto solo se sigue cuando el punto de conexión de Azure tiene el esquema de autenticación de la entidad de servicio.",
+ "loc.input.label.useGlobalConfig": "Usar la configuración global de la CLI de Azure",
+ "loc.input.help.useGlobalConfig": "Si es false, esta tarea usará su propio [directorio de configuración de la CLI de Azure](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Se puede usar para ejecutar tareas de la CLI de Azure en versiones en *paralelo*.",
+ "loc.input.label.cwd": "Directorio de trabajo",
+ "loc.input.help.cwd": "Directorio de trabajo actual en el que se ejecuta el script. Si se deja vacío, es la raíz del repositorio (compilación) o artefactos (versión), que es $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "Error si se produce un error estándar",
+ "loc.input.help.failOnStandardError": "Si es true, la tarea no se podrá ejecutar cuando se registre algún error en la secuencia StandardError. Anule la selección de la casilla para ignorar los errores estándar y use los códigos de salida para determinar el estado.",
+ "loc.messages.ScriptReturnCode": "El script finalizó con el código de retorno: %d",
+ "loc.messages.ScriptFailed": "No se pudo ejecutar el script. Error: %s",
+ "loc.messages.UnsupportedEndpointScheme": "Esquema de autorización de conexión de servicio no compatible: entidad de servicio para AzureRM",
+ "loc.messages.AzureSDKNotFound": "La CLI de Azure 2.x no está instalada en esta máquina.",
+ "loc.messages.FailedToLogout": "Error al cerrar sesión: %s",
+ "loc.messages.LoginFailed": "Error del inicio de sesión de Azure",
+ "loc.messages.MSILoginFailed": "Error de inicio de sesión de Azure con Managed Service Identity",
+ "loc.messages.AuthSchemeNotSupported": "No se admite el esquema de autenticación %s.",
+ "loc.messages.ErrorInSettingUpSubscription": "Error en la configuración de la suscripción",
+ "loc.messages.SettingAzureConfigDir": "Estableciendo la variable de entorno AZURE_CONFIG_DIR en %s",
+ "loc.messages.SettingAzureCloud": "Estableciendo la nube activa en %s",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Para la versión del agente < 2.115.0, solo se puede usar la configuración global de la CLI de Azure.",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/fr-FR/resources.resjson
index 9025ca607397..5037d11fb790 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/fr-FR/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[En savoir plus sur cette tâche](http://go.microsoft.com/fwlink/?LinkID=827160) ou [consultez la documentation d'Azure CLI](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Exécutez des commandes Azure CLI sur un abonnement Azure via un script d'interpréteur de commandes sur un agent Linux, ou un script de commandes par lot sur un agent Windows.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "Nouveautés de la version 1.0 :\n- Prend en charge la nouvelle interface Azure CLI 2.0 basée sur Python\n- Fonctionne avec les agents multiplateformes (Linux, macOS ou Windows)\n- Pour utiliser l'interface Azure CLI 1.0 (basée sur node.js), passez à la tâche version 0.0\n- Limitations :\n - Aucune prise en charge pour les abonnements Azure Classic. Azure CLI 2.0 prend en charge uniquement les abonnements ARM (Azure Resource Manager).",
- "loc.group.displayName.advanced": "Avancé",
- "loc.input.label.connectedServiceNameARM": "Abonnement Azure",
- "loc.input.help.connectedServiceNameARM": "Sélectionner un abonnement Azure Resource Manager pour le déploiement",
- "loc.input.label.scriptLocation": "Emplacement du script",
- "loc.input.help.scriptLocation": "Type de script : chemin de fichier ou script inline",
- "loc.input.label.scriptPath": "Chemin d'accès du script",
- "loc.input.help.scriptPath": "Chemin complet du script (.bat ou .cmd pour un agent Windows et .sh pour un agent Linux) ou chemin relatif au répertoire de travail par défaut",
- "loc.input.label.inlineScript": "Script Inline",
- "loc.input.help.inlineScript": "Vous pouvez écrire vos scripts inline ici. Pour les agents Windows, utilisez un script de commandes par lot. Pour les agents Linux, utilisez un script d'interpréteur de commandes. Pour les scripts de commandes par lot, utilisez le préfixe \"call\" avant chaque commande Azure. Vous pouvez également passer des variables prédéfinies et personnalisées à ce script à l'aide d'arguments \n\n exemple pour l'interpréteur de commandes : \naz --version \naz account show \n\n exemple pour les commandes par lot :\ncall az --version \ncall az account show",
- "loc.input.label.args": "Arguments",
- "loc.input.help.args": "Arguments passés au script",
- "loc.input.label.addSpnToEnvironment": "Accéder aux détails du principal de service dans le script",
- "loc.input.help.addSpnToEnvironment": "Ajoute l'ID et la clé de principal de service du point de terminaison Azure choisi à l'environnement d'exécution du script. Vous pouvez utiliser les variables suivantes : '$servicePrincipalId', '$servicePrincipalKey' et '$tenantId' dans votre script. \n\nCeci est valable uniquement quand le point de terminaison Azure a un schéma d'authentification du principal de service.",
- "loc.input.label.useGlobalConfig": "Utiliser la configuration Azure CLI globale",
- "loc.input.help.useGlobalConfig": "Si la valeur est false, cette tâche utilise son propre [répertoire de configuration Azure CLI](https://docs.microsoft.com/fr-fr/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) distinct. Permet d'exécuter des tâches Azure CLI dans des mises en production *parallèles*",
- "loc.input.label.cwd": "Répertoire de travail",
- "loc.input.help.cwd": "Répertoire de travail actif dans lequel le script est exécuté. Une valeur vide représente la racine du dépôt (build) ou des artefacts (mise en production), à savoir $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "Échec sur une erreur standard",
- "loc.input.help.failOnStandardError": "Si la valeur est true, cette tâche se solde par un échec quand des erreurs sont écrites dans le flux de données StandardError. Décochez la case pour ignorer les erreurs standard et utiliser les codes de sortie afin de déterminer l'état",
- "loc.messages.ScriptReturnCode": "Arrêt du script. Code de retour : %d",
- "loc.messages.ScriptFailed": "Échec du script. Erreur : %s",
- "loc.messages.UnsupportedEndpointScheme": "Modèle d'autorisation de connexion de service non pris en charge : principal du service pour AzureRM",
- "loc.messages.AzureSDKNotFound": "Azure CLI 2.x n'est pas installé sur cette machine.",
- "loc.messages.FailedToLogout": "L'erreur suivante s'est produite durant la déconnexion : %s",
- "loc.messages.LoginFailed": "Échec de la connexion Azure",
- "loc.messages.MSILoginFailed": "Échec de la connexion Azure via Managed Service Identity",
- "loc.messages.AuthSchemeNotSupported": "Le schéma d'authentification %s n'est pas pris en charge",
- "loc.messages.ErrorInSettingUpSubscription": "Erreur durant la configuration de l'abonnement",
- "loc.messages.SettingAzureConfigDir": "Affectation de %s à la variable d'environnement AZURE_CONFIG_DIR",
- "loc.messages.SettingAzureCloud": "Affectation de %s au cloud actif",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Pour une version d'agent < 2.115.0, seule la configuration Azure CLI globale peut être utilisée"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[En savoir plus sur cette tâche](http://go.microsoft.com/fwlink/?LinkID=827160) ou [consultez la documentation d'Azure CLI](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Exécutez des commandes Azure CLI sur un abonnement Azure via un script d'interpréteur de commandes sur un agent Linux, ou un script de commandes par lot sur un agent Windows.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "Nouveautés de la version 1.0 :\n- Prend en charge la nouvelle interface Azure CLI 2.0 basée sur Python\n- Fonctionne avec les agents multiplateformes (Linux, macOS ou Windows)\n- Pour utiliser l'interface Azure CLI 1.0 (basée sur node.js), passez à la tâche version 0.0\n- Limitations :\n - Aucune prise en charge pour les abonnements Azure Classic. Azure CLI 2.0 prend en charge uniquement les abonnements ARM (Azure Resource Manager).",
+ "loc.group.displayName.advanced": "Avancé",
+ "loc.input.label.connectedServiceNameARM": "Abonnement Azure",
+ "loc.input.help.connectedServiceNameARM": "Sélectionner un abonnement Azure Resource Manager pour le déploiement",
+ "loc.input.label.scriptLocation": "Emplacement du script",
+ "loc.input.help.scriptLocation": "Type de script : chemin de fichier ou script inline",
+ "loc.input.label.scriptPath": "Chemin d'accès du script",
+ "loc.input.help.scriptPath": "Chemin complet du script (.bat ou .cmd pour un agent Windows et .sh pour un agent Linux) ou chemin relatif au répertoire de travail par défaut",
+ "loc.input.label.inlineScript": "Script Inline",
+ "loc.input.help.inlineScript": "Vous pouvez écrire vos scripts inline ici. Pour les agents Windows, utilisez un script de commandes par lot. Pour les agents Linux, utilisez un script d'interpréteur de commandes. Pour les scripts de commandes par lot, utilisez le préfixe \"call\" avant chaque commande Azure. Vous pouvez également passer des variables prédéfinies et personnalisées à ce script à l'aide d'arguments \n\n exemple pour l'interpréteur de commandes : \naz --version \naz account show \n\n exemple pour les commandes par lot :\ncall az --version \ncall az account show",
+ "loc.input.label.args": "Arguments",
+ "loc.input.help.args": "Arguments passés au script",
+ "loc.input.label.addSpnToEnvironment": "Accéder aux détails du principal de service dans le script",
+ "loc.input.help.addSpnToEnvironment": "Ajoute l'ID et la clé de principal de service du point de terminaison Azure choisi à l'environnement d'exécution du script. Vous pouvez utiliser les variables suivantes : '$servicePrincipalId', '$servicePrincipalKey' et '$tenantId' dans votre script. \n\nCeci est valable uniquement quand le point de terminaison Azure a un schéma d'authentification du principal de service.",
+ "loc.input.label.useGlobalConfig": "Utiliser la configuration Azure CLI globale",
+ "loc.input.help.useGlobalConfig": "Si la valeur est false, cette tâche utilise son propre [répertoire de configuration Azure CLI](https://docs.microsoft.com/fr-fr/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) distinct. Permet d'exécuter des tâches Azure CLI dans des mises en production *parallèles*",
+ "loc.input.label.cwd": "Répertoire de travail",
+ "loc.input.help.cwd": "Répertoire de travail actif dans lequel le script est exécuté. Une valeur vide représente la racine du dépôt (build) ou des artefacts (mise en production), à savoir $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "Échec sur une erreur standard",
+ "loc.input.help.failOnStandardError": "Si la valeur est true, cette tâche se solde par un échec quand des erreurs sont écrites dans le flux de données StandardError. Décochez la case pour ignorer les erreurs standard et utiliser les codes de sortie afin de déterminer l'état",
+ "loc.messages.ScriptReturnCode": "Arrêt du script. Code de retour : %d",
+ "loc.messages.ScriptFailed": "Échec du script. Erreur : %s",
+ "loc.messages.UnsupportedEndpointScheme": "Modèle d'autorisation de connexion de service non pris en charge : principal du service pour AzureRM",
+ "loc.messages.AzureSDKNotFound": "Azure CLI 2.x n'est pas installé sur cette machine.",
+ "loc.messages.FailedToLogout": "L'erreur suivante s'est produite durant la déconnexion : %s",
+ "loc.messages.LoginFailed": "Échec de la connexion Azure",
+ "loc.messages.MSILoginFailed": "Échec de la connexion Azure via Managed Service Identity",
+ "loc.messages.AuthSchemeNotSupported": "Le schéma d'authentification %s n'est pas pris en charge",
+ "loc.messages.ErrorInSettingUpSubscription": "Erreur durant la configuration de l'abonnement",
+ "loc.messages.SettingAzureConfigDir": "Affectation de %s à la variable d'environnement AZURE_CONFIG_DIR",
+ "loc.messages.SettingAzureCloud": "Affectation de %s au cloud actif",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Pour une version d'agent < 2.115.0, seule la configuration Azure CLI globale peut être utilisée",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/it-IT/resources.resjson
index e8c4fd51e729..23c80a6f5a92 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/it-IT/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Interfaccia della riga di comando di Azure",
- "loc.helpMarkDown": "[Altre informazioni su questa attività](http://go.microsoft.com/fwlink/?LinkID=827160). In alternativa [vedere la documentazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Consente di eseguire i comandi dell'interfaccia della riga di comando di Azure su una sottoscrizione di Azure in uno script della shell quando viene eseguito in un agente Linux oppure in uno script batch quando viene eseguito in un agente Windows.",
- "loc.instanceNameFormat": "Interfaccia della riga di comando di Azure $(scriptPath)",
- "loc.releaseNotes": "Novità della versione 1.0:\n- Supporta la nuova interfaccia della riga di comando di Azure 2.0 che è basata su Python\n- È compatibile con agenti multipiattaforma (Linux, macOS o Windows)\n- Per l'uso con l'interfaccia della riga di comando di Azure 1.0 (basata su node.js), passare alla versione 0.0 dell'attività\n- Limitazioni:\n - Non prevede il supporto per le sottoscrizioni di Azure classico. L'interfaccia della riga di comando di Azure 2.0 supporta solo le sottoscrizioni Azure Resource Manager (ARM)",
- "loc.group.displayName.advanced": "Avanzate",
- "loc.input.label.connectedServiceNameARM": "Sottoscrizione di Azure",
- "loc.input.help.connectedServiceNameARM": "Consente di selezionare una sottoscrizione di Azure Resource Manager per la distribuzione",
- "loc.input.label.scriptLocation": "Percorso script",
- "loc.input.help.scriptLocation": "Tipo dello script: Percorso file o Script inline",
- "loc.input.label.scriptPath": "Percorso script",
- "loc.input.help.scriptPath": "Percorso completo dello script (con estensione .bat o .cmd quando si usa l'agente basato su Windows ed estensione .sh quando si usa l'agente basato su Linux) oppure un percorso relativo alla directory di lavoro predefinita",
- "loc.input.label.inlineScript": "Script inline",
- "loc.input.help.inlineScript": "È possibile scrivere qui gli script inline. Con l'agente Windows, usare script batch, mentre con gli agenti basati su Linux, usare script della shell. Per lo script batch usare il prefisso \"call\" prima di ogni comando di Azure. È anche possibile passare a questo script variabili predefinite e personalizzate usando gli argomenti \n\n Esempio per shell: \naz --version \naz account show \n\n Esempio per batch:\ncall az --version \ncall az account show",
- "loc.input.label.args": "Argomenti",
- "loc.input.help.args": "Argomenti passati allo script",
- "loc.input.label.addSpnToEnvironment": "Accedi ai dettagli dell'entità servizio nello script",
- "loc.input.help.addSpnToEnvironment": "Aggiunge l'ID entità servizio e la chiave dell'endpoint di Azure scelto all'ambiente di esecuzione dello script. Nello script è possibile usare le variabili `$servicePrincipalId`, `$servicePrincipalKey` e `$tenantId`.\n\nQuesta opzione è consentita solo quando nell'endpoint di Azure è presente lo schema di autenticazione dell'entità servizio.",
- "loc.input.label.useGlobalConfig": "Usa la configurazione globale dell'interfaccia della riga di comando di Azure",
- "loc.input.help.useGlobalConfig": "Se è false, questa attività userà una [directory di configurazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/it-it/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) separata. Può essere usato per eseguire attività dell'interfaccia della riga di comando di Azure in versioni *parallele*",
- "loc.input.label.cwd": "Directory di lavoro",
- "loc.input.help.cwd": "Directory di lavoro corrente in cui viene eseguito lo script. Se non si specifica un valore, corrisponde alla radice del repository (compilazione) o degli artefatti (versione), ovvero $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "Interrompi in caso di errore standard",
- "loc.input.help.failOnStandardError": "Se è impostato su true, questa attività non riuscirà nel caso in cui vengano scritti errori nel flusso StandardError. Deselezionare la casella di controllo per ignorare gli errori standard e determinare lo stato in base ai codici di uscita",
- "loc.messages.ScriptReturnCode": "Lo script è stato terminato. Codice restituito: %d",
- "loc.messages.ScriptFailed": "Lo script non è riuscito. Errore: %s",
- "loc.messages.UnsupportedEndpointScheme": "Schema di autorizzazione della connessione al servizio non supportato: entità servizio per AzureRM",
- "loc.messages.AzureSDKNotFound": "In questo computer non è installata la versione 2.x dell'interfaccia della riga di comando di Azure.",
- "loc.messages.FailedToLogout": "Durante la disconnessione si è verificato l'errore seguente: %s",
- "loc.messages.LoginFailed": "L'accesso ad Azure non è riuscito",
- "loc.messages.MSILoginFailed": "L'accesso di Azure con l'identità del servizio gestita non è riuscito",
- "loc.messages.AuthSchemeNotSupported": "Lo schema di autenticazione %s non è supportato",
- "loc.messages.ErrorInSettingUpSubscription": "Si è verificato un errore durante la configurazione della sottoscrizione",
- "loc.messages.SettingAzureConfigDir": "Impostazione della variabile di ambiente AZURE_CONFIG_DIR su: %s",
- "loc.messages.SettingAzureCloud": "Impostazione del cloud attivo su: %s",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Se la versione dell'agente è inferiore a quella 2.115.0, è possibile usare solo la configurazione globale dell'interfaccia della riga di comando di Azure"
+{
+ "loc.friendlyName": "Interfaccia della riga di comando di Azure",
+ "loc.helpMarkDown": "[Altre informazioni su questa attività](http://go.microsoft.com/fwlink/?LinkID=827160). In alternativa [vedere la documentazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Consente di eseguire i comandi dell'interfaccia della riga di comando di Azure su una sottoscrizione di Azure in uno script della shell quando viene eseguito in un agente Linux oppure in uno script batch quando viene eseguito in un agente Windows.",
+ "loc.instanceNameFormat": "Interfaccia della riga di comando di Azure $(scriptPath)",
+ "loc.releaseNotes": "Novità della versione 1.0:\n- Supporta la nuova interfaccia della riga di comando di Azure 2.0 che è basata su Python\n- È compatibile con agenti multipiattaforma (Linux, macOS o Windows)\n- Per l'uso con l'interfaccia della riga di comando di Azure 1.0 (basata su node.js), passare alla versione 0.0 dell'attività\n- Limitazioni:\n - Non prevede il supporto per le sottoscrizioni di Azure classico. L'interfaccia della riga di comando di Azure 2.0 supporta solo le sottoscrizioni Azure Resource Manager (ARM)",
+ "loc.group.displayName.advanced": "Avanzate",
+ "loc.input.label.connectedServiceNameARM": "Sottoscrizione di Azure",
+ "loc.input.help.connectedServiceNameARM": "Consente di selezionare una sottoscrizione di Azure Resource Manager per la distribuzione",
+ "loc.input.label.scriptLocation": "Percorso script",
+ "loc.input.help.scriptLocation": "Tipo dello script: Percorso file o Script inline",
+ "loc.input.label.scriptPath": "Percorso script",
+ "loc.input.help.scriptPath": "Percorso completo dello script (con estensione .bat o .cmd quando si usa l'agente basato su Windows ed estensione .sh quando si usa l'agente basato su Linux) oppure un percorso relativo alla directory di lavoro predefinita",
+ "loc.input.label.inlineScript": "Script inline",
+ "loc.input.help.inlineScript": "È possibile scrivere qui gli script inline. Con l'agente Windows, usare script batch, mentre con gli agenti basati su Linux, usare script della shell. Per lo script batch usare il prefisso \"call\" prima di ogni comando di Azure. È anche possibile passare a questo script variabili predefinite e personalizzate usando gli argomenti \n\n Esempio per shell: \naz --version \naz account show \n\n Esempio per batch:\ncall az --version \ncall az account show",
+ "loc.input.label.args": "Argomenti",
+ "loc.input.help.args": "Argomenti passati allo script",
+ "loc.input.label.addSpnToEnvironment": "Accedi ai dettagli dell'entità servizio nello script",
+ "loc.input.help.addSpnToEnvironment": "Aggiunge l'ID entità servizio e la chiave dell'endpoint di Azure scelto all'ambiente di esecuzione dello script. Nello script è possibile usare le variabili `$servicePrincipalId`, `$servicePrincipalKey` e `$tenantId`.\n\nQuesta opzione è consentita solo quando nell'endpoint di Azure è presente lo schema di autenticazione dell'entità servizio.",
+ "loc.input.label.useGlobalConfig": "Usa la configurazione globale dell'interfaccia della riga di comando di Azure",
+ "loc.input.help.useGlobalConfig": "Se è false, questa attività userà una [directory di configurazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/it-it/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) separata. Può essere usato per eseguire attività dell'interfaccia della riga di comando di Azure in versioni *parallele*",
+ "loc.input.label.cwd": "Directory di lavoro",
+ "loc.input.help.cwd": "Directory di lavoro corrente in cui viene eseguito lo script. Se non si specifica un valore, corrisponde alla radice del repository (compilazione) o degli artefatti (versione), ovvero $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "Interrompi in caso di errore standard",
+ "loc.input.help.failOnStandardError": "Se è impostato su true, questa attività non riuscirà nel caso in cui vengano scritti errori nel flusso StandardError. Deselezionare la casella di controllo per ignorare gli errori standard e determinare lo stato in base ai codici di uscita",
+ "loc.messages.ScriptReturnCode": "Lo script è stato terminato. Codice restituito: %d",
+ "loc.messages.ScriptFailed": "Lo script non è riuscito. Errore: %s",
+ "loc.messages.UnsupportedEndpointScheme": "Schema di autorizzazione della connessione al servizio non supportato: entità servizio per AzureRM",
+ "loc.messages.AzureSDKNotFound": "In questo computer non è installata la versione 2.x dell'interfaccia della riga di comando di Azure.",
+ "loc.messages.FailedToLogout": "Durante la disconnessione si è verificato l'errore seguente: %s",
+ "loc.messages.LoginFailed": "L'accesso ad Azure non è riuscito",
+ "loc.messages.MSILoginFailed": "L'accesso di Azure con l'identità del servizio gestita non è riuscito",
+ "loc.messages.AuthSchemeNotSupported": "Lo schema di autenticazione %s non è supportato",
+ "loc.messages.ErrorInSettingUpSubscription": "Si è verificato un errore durante la configurazione della sottoscrizione",
+ "loc.messages.SettingAzureConfigDir": "Impostazione della variabile di ambiente AZURE_CONFIG_DIR su: %s",
+ "loc.messages.SettingAzureCloud": "Impostazione del cloud attivo su: %s",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Se la versione dell'agente è inferiore a quella 2.115.0, è possibile usare solo la configurazione globale dell'interfaccia della riga di comando di Azure",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/ja-JP/resources.resjson
index 64ad430f62f4..21fbe6c97e07 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/ja-JP/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[このタスクの詳細を表示](http://go.microsoft.com/fwlink/?LinkID=827160)、または [Azure CLI のドキュメントを参照](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Linux エージェントで実行している場合はシェル スクリプト、Windows エージェントで実行している場合はバッチ スクリプトで、Azure サブスクリプションに対して Azure CLI コマンドを実行します。",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "バージョン 1.0 の新機能:\n- Python ベースの新しい Azure CLI 2.0 をサポート\n- クロスプラットフォーム エージェント対応 (Linux、macOS、Windows)\n- Azure CLI 1.0 (node.js ベース) に対応するためのタスク バージョン 0.0 への切り替え\n- 制限事項:\n - Azure クラシック サブスクリプションはサポートされていません。Azure CLI 2.0 では Azure Resource Manager (ARM) サブスクリプションのみがサポートされています。",
- "loc.group.displayName.advanced": "詳細設定",
- "loc.input.label.connectedServiceNameARM": "Azure サブスクリプション",
- "loc.input.help.connectedServiceNameARM": "展開用の Azure Resource Manager サブスクリプションを選択します",
- "loc.input.label.scriptLocation": "スクリプトの場所",
- "loc.input.help.scriptLocation": "スクリプトの種類: ファイル パスまたはインライン スクリプト",
- "loc.input.label.scriptPath": "スクリプト パス",
- "loc.input.help.scriptPath": "スクリプト (Windows ベースのエージェントを使用している場合は .bat または .cmd、Linux ベースのエージェントを使用している場合は .sh) の完全修飾パスまたは既定の作業ディレクトリからの相対パス",
- "loc.input.label.inlineScript": "インライン スクリプト",
- "loc.input.help.inlineScript": "こちらにスクリプトをインラインで記述できます。Windows エージェントを使用する場合はバッチ スクリプトを使用し、Linux ベースのエージェントを使用する場合はシェル スクリプトを使用します。バッチ スクリプトの場合、それぞれの azure コマンドの前にプレフィックス \"call\" を使用します。また、引数を使用して、事前定義された変数とカスタム変数をこのスクリプトに渡すこともできます。\n\n シェルの例: \naz --version \naz account show \n\n バッチの例: \ncall az --version \ncall az account show",
- "loc.input.label.args": "引数",
- "loc.input.help.args": "スクリプトに渡される引数",
- "loc.input.label.addSpnToEnvironment": "スクリプト内のサービス プリンシパルの詳細にアクセスする",
- "loc.input.help.addSpnToEnvironment": "選択した Azure エンドポイントのサービス プリンシパル ID とキーを、スクリプトの実行環境に追加します。スクリプトでは、変数 '$servicePrincipalId'、'$servicePrincipalKey'、'$tenantId' を使用できます。\n\nこれは、Azure エンドポイントにサービス プリンシパルの認証スキームがある場合にのみ受け付けられます。",
- "loc.input.label.useGlobalConfig": "グローバルの Azure CLI 構成を使用する",
- "loc.input.help.useGlobalConfig": "この値が false の場合、このタスクでは別個の [Azure CLI 構成ディレクトリ](https://docs.microsoft.com/ja-jp/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)が使用されます。これは、*並列*リリースで Azure CLI タスクを実行するために使用できます",
- "loc.input.label.cwd": "作業ディレクトリ",
- "loc.input.help.cwd": "スクリプトを実行する現行の作業ディレクトリ。空白はリポジトリ (ビルド) または成果物 (リリース) のルートであり、$(System.DefaultWorkingDirectory) となります",
- "loc.input.label.failOnStandardError": "標準エラーで失敗",
- "loc.input.help.failOnStandardError": "これが true の場合、StandardError ストリームにエラーが書き込まれると、このタスクは失敗します。チェック ボックスを選択解除して標準エラーを無視し、終了コードから状態を確認します",
- "loc.messages.ScriptReturnCode": "スクリプトが次のリターン コードで終了しました: %d",
- "loc.messages.ScriptFailed": "スクリプトがエラーで失敗しました: %s",
- "loc.messages.UnsupportedEndpointScheme": "サポートされていないサービス接続の認証スキーム: AzureRM に対するサービス プリンシパル",
- "loc.messages.AzureSDKNotFound": "Azure CLI 2.x はこのマシンにインストールされていません。",
- "loc.messages.FailedToLogout": "ログアウト中に次のエラーが発生しました: %s",
- "loc.messages.LoginFailed": "Azure のログインに失敗しました",
- "loc.messages.MSILoginFailed": "マネージド サービス ID を使用する Azure ログインが失敗しました",
- "loc.messages.AuthSchemeNotSupported": "認証スキーム %s はサポートされていません",
- "loc.messages.ErrorInSettingUpSubscription": "サブスクリプションの設定のエラー",
- "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 環境変数を %s に設定しています",
- "loc.messages.SettingAzureCloud": "アクティブ クラウドを %s に設定しています",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "エージェント バージョンが 2.115.0 より前の場合、グローバルの Azure CLI 構成のみ使用できます"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[このタスクの詳細を表示](http://go.microsoft.com/fwlink/?LinkID=827160)、または [Azure CLI のドキュメントを参照](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Linux エージェントで実行している場合はシェル スクリプト、Windows エージェントで実行している場合はバッチ スクリプトで、Azure サブスクリプションに対して Azure CLI コマンドを実行します。",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "バージョン 1.0 の新機能:\n- Python ベースの新しい Azure CLI 2.0 をサポート\n- クロスプラットフォーム エージェント対応 (Linux、macOS、Windows)\n- Azure CLI 1.0 (node.js ベース) に対応するためのタスク バージョン 0.0 への切り替え\n- 制限事項:\n - Azure クラシック サブスクリプションはサポートされていません。Azure CLI 2.0 では Azure Resource Manager (ARM) サブスクリプションのみがサポートされています。",
+ "loc.group.displayName.advanced": "詳細設定",
+ "loc.input.label.connectedServiceNameARM": "Azure サブスクリプション",
+ "loc.input.help.connectedServiceNameARM": "展開用の Azure Resource Manager サブスクリプションを選択します",
+ "loc.input.label.scriptLocation": "スクリプトの場所",
+ "loc.input.help.scriptLocation": "スクリプトの種類: ファイル パスまたはインライン スクリプト",
+ "loc.input.label.scriptPath": "スクリプト パス",
+ "loc.input.help.scriptPath": "スクリプト (Windows ベースのエージェントを使用している場合は .bat または .cmd、Linux ベースのエージェントを使用している場合は .sh) の完全修飾パスまたは既定の作業ディレクトリからの相対パス",
+ "loc.input.label.inlineScript": "インライン スクリプト",
+ "loc.input.help.inlineScript": "こちらにスクリプトをインラインで記述できます。Windows エージェントを使用する場合はバッチ スクリプトを使用し、Linux ベースのエージェントを使用する場合はシェル スクリプトを使用します。バッチ スクリプトの場合、それぞれの azure コマンドの前にプレフィックス \"call\" を使用します。また、引数を使用して、事前定義された変数とカスタム変数をこのスクリプトに渡すこともできます。\n\n シェルの例: \naz --version \naz account show \n\n バッチの例: \ncall az --version \ncall az account show",
+ "loc.input.label.args": "引数",
+ "loc.input.help.args": "スクリプトに渡される引数",
+ "loc.input.label.addSpnToEnvironment": "スクリプト内のサービス プリンシパルの詳細にアクセスする",
+ "loc.input.help.addSpnToEnvironment": "選択した Azure エンドポイントのサービス プリンシパル ID とキーを、スクリプトの実行環境に追加します。スクリプトでは、変数 '$servicePrincipalId'、'$servicePrincipalKey'、'$tenantId' を使用できます。\n\nこれは、Azure エンドポイントにサービス プリンシパルの認証スキームがある場合にのみ受け付けられます。",
+ "loc.input.label.useGlobalConfig": "グローバルの Azure CLI 構成を使用する",
+ "loc.input.help.useGlobalConfig": "この値が false の場合、このタスクでは別個の [Azure CLI 構成ディレクトリ](https://docs.microsoft.com/ja-jp/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)が使用されます。これは、*並列*リリースで Azure CLI タスクを実行するために使用できます",
+ "loc.input.label.cwd": "作業ディレクトリ",
+ "loc.input.help.cwd": "スクリプトを実行する現行の作業ディレクトリ。空白はリポジトリ (ビルド) または成果物 (リリース) のルートであり、$(System.DefaultWorkingDirectory) となります",
+ "loc.input.label.failOnStandardError": "標準エラーで失敗",
+ "loc.input.help.failOnStandardError": "これが true の場合、StandardError ストリームにエラーが書き込まれると、このタスクは失敗します。チェック ボックスを選択解除して標準エラーを無視し、終了コードから状態を確認します",
+ "loc.messages.ScriptReturnCode": "スクリプトが次のリターン コードで終了しました: %d",
+ "loc.messages.ScriptFailed": "スクリプトがエラーで失敗しました: %s",
+ "loc.messages.UnsupportedEndpointScheme": "サポートされていないサービス接続の認証スキーム: AzureRM に対するサービス プリンシパル",
+ "loc.messages.AzureSDKNotFound": "Azure CLI 2.x はこのマシンにインストールされていません。",
+ "loc.messages.FailedToLogout": "ログアウト中に次のエラーが発生しました: %s",
+ "loc.messages.LoginFailed": "Azure のログインに失敗しました",
+ "loc.messages.MSILoginFailed": "マネージド サービス ID を使用する Azure ログインが失敗しました",
+ "loc.messages.AuthSchemeNotSupported": "認証スキーム %s はサポートされていません",
+ "loc.messages.ErrorInSettingUpSubscription": "サブスクリプションの設定のエラー",
+ "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 環境変数を %s に設定しています",
+ "loc.messages.SettingAzureCloud": "アクティブ クラウドを %s に設定しています",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "エージェント バージョンが 2.115.0 より前の場合、グローバルの Azure CLI 構成のみ使用できます",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/ko-KR/resources.resjson
index 7b49e13faf3e..3a43f12a82c2 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/ko-KR/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](http://go.microsoft.com/fwlink/?LinkID=827160) 또는 [Azure CLI 설명서 참조](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Linux 에이전트에서 실행하는 경우 셸 스크립트에서, Windows 에이전트에서 실행하는 경우 배치 스크립트에서 Azure 구독에 대해 Azure CLI 명령을 실행합니다.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "버전 1.0의 새로운 기능:\n- Python 기반인 새 Azure CLI 2.0 지원\n- 플랫폼 간 에이전트(Linux, macOS 또는 Windows)에서 작동\n- Azure CLI 1.0(node.js 기반)에서 작동하려면 작업 버전 0.0으로 전환\n- 제한 사항:\n - Azure 클래식 구독 지원 안 함. Azure CLI 2.0은 ARM(Azure Resource Manager) 구독만 지원합니다.",
- "loc.group.displayName.advanced": "고급",
- "loc.input.label.connectedServiceNameARM": "Azure 구독",
- "loc.input.help.connectedServiceNameARM": "배포를 위한 Azure Resource Manager 구독을 선택합니다.",
- "loc.input.label.scriptLocation": "스크립트 위치",
- "loc.input.help.scriptLocation": "스크립트 유형: 파일 경로 또는 인라인 스크립트",
- "loc.input.label.scriptPath": "스크립트 경로",
- "loc.input.help.scriptPath": "스크립트의 정규화된 경로(Windows 기반 에이전트를 사용하는 경우 .bat 또는 .cmd, Linux 기반 에이전트를 사용하는 경우 .sh) 또는 기본 작업 디렉터리의 상대 경로입니다.",
- "loc.input.label.inlineScript": "인라인 스크립트",
- "loc.input.help.inlineScript": "여기서 스크립트를 인라인으로 작성할 수 있습니다. Windows 에이전트를 사용하는 경우 배치 스크립팅을 사용하고, Linux 기반 에이전트를 사용하는 경우 셸 스크립팅을 사용합니다. 배치 스크립트의 경우 모든 Azure 명령 앞에 \"call\" 접두사를 사용합니다. 인수를 사용하여 미리 정의된 변수와 사용자 지정 변수를 이 스크립트에 전달할 수도 있습니다. \n\n셸 예제: \naz --version \naz account show \n\n 배치 예제:\ncall az --version \ncall az account show",
- "loc.input.label.args": "인수",
- "loc.input.help.args": "스크립트에 전달되는 인수",
- "loc.input.label.addSpnToEnvironment": "스크립트의 서비스 주체 정보 액세스",
- "loc.input.help.addSpnToEnvironment": "선택한 Azure 엔드포인트의 서비스 주체 ID 및 키를 스크립트의 실행 환경에 추가합니다. 스크립트에 '$servicePrincipalId', '$servicePrincipalKey' 및 '$tenantId' 변수를 사용할 수 있습니다.\n\nAzure 엔드포인트에 서비스 주체 인증 체계가 있는 경우에만 적용됩니다.",
- "loc.input.label.useGlobalConfig": "전역 Azure CLI 구성 사용",
- "loc.input.help.useGlobalConfig": "false이면, 이 작업은 고유한 별도 [Azure CLI 구성 디렉터리](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)를 사용합니다. *병렬* 릴리스에서 Azure CLI 작업을 실행하는 데 사용할 수 있습니다.",
- "loc.input.label.cwd": "작업 디렉터리",
- "loc.input.help.cwd": "스크립트가 실행되는 현재 작업 디렉터리입니다. 비어 있으면 리포(빌드) 또는 아티팩트(릴리스)의 루트이며 이 값은 $(System.DefaultWorkingDirectory)입니다.",
- "loc.input.label.failOnStandardError": "표준 오류 시 실패",
- "loc.input.help.failOnStandardError": "true이면 StandardError 스트림에 오류가 기록될 때 이 작업이 실패합니다. 표준 오류를 무시하고 종료 코드를 사용하여 상태를 확인하려면 이 확인란의 선택을 취소하세요.",
- "loc.messages.ScriptReturnCode": "다음 반환 코드로 스크립트가 종료됨: %d",
- "loc.messages.ScriptFailed": "다음 오류가 발생하여 스크립트 실패: %s",
- "loc.messages.UnsupportedEndpointScheme": "지원되지 않는 서비스 연결 인증 체계: AzureRM의 경우 서비스 주체",
- "loc.messages.AzureSDKNotFound": "이 컴퓨터에 Azure CLI 2.x가 설치되어 있지 않습니다.",
- "loc.messages.FailedToLogout": "로그아웃하는 동안 다음 오류가 발생했습니다. %s",
- "loc.messages.LoginFailed": "Azure에 로그인하지 못했습니다.",
- "loc.messages.MSILoginFailed": "관리 서비스 ID를 사용한 Azure 로그인에 실패했습니다.",
- "loc.messages.AuthSchemeNotSupported": "인증 체계 %s은(는) 지원되지 않습니다.",
- "loc.messages.ErrorInSettingUpSubscription": "구독을 설정하는 중 오류가 발생했습니다.",
- "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 환경 변수를 %s(으)로 설정하는 중",
- "loc.messages.SettingAzureCloud": "활성 클라우드를 %s(으)로 설정하는 중",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 이전의 에이전트 버전에서는 전역 Azure CLI 구성만 사용할 수 있습니다."
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](http://go.microsoft.com/fwlink/?LinkID=827160) 또는 [Azure CLI 설명서 참조](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Linux 에이전트에서 실행하는 경우 셸 스크립트에서, Windows 에이전트에서 실행하는 경우 배치 스크립트에서 Azure 구독에 대해 Azure CLI 명령을 실행합니다.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "버전 1.0의 새로운 기능:\n- Python 기반인 새 Azure CLI 2.0 지원\n- 플랫폼 간 에이전트(Linux, macOS 또는 Windows)에서 작동\n- Azure CLI 1.0(node.js 기반)에서 작동하려면 작업 버전 0.0으로 전환\n- 제한 사항:\n - Azure 클래식 구독 지원 안 함. Azure CLI 2.0은 ARM(Azure Resource Manager) 구독만 지원합니다.",
+ "loc.group.displayName.advanced": "고급",
+ "loc.input.label.connectedServiceNameARM": "Azure 구독",
+ "loc.input.help.connectedServiceNameARM": "배포를 위한 Azure Resource Manager 구독을 선택합니다.",
+ "loc.input.label.scriptLocation": "스크립트 위치",
+ "loc.input.help.scriptLocation": "스크립트 유형: 파일 경로 또는 인라인 스크립트",
+ "loc.input.label.scriptPath": "스크립트 경로",
+ "loc.input.help.scriptPath": "스크립트의 정규화된 경로(Windows 기반 에이전트를 사용하는 경우 .bat 또는 .cmd, Linux 기반 에이전트를 사용하는 경우 .sh) 또는 기본 작업 디렉터리의 상대 경로입니다.",
+ "loc.input.label.inlineScript": "인라인 스크립트",
+ "loc.input.help.inlineScript": "여기서 스크립트를 인라인으로 작성할 수 있습니다. Windows 에이전트를 사용하는 경우 배치 스크립팅을 사용하고, Linux 기반 에이전트를 사용하는 경우 셸 스크립팅을 사용합니다. 배치 스크립트의 경우 모든 Azure 명령 앞에 \"call\" 접두사를 사용합니다. 인수를 사용하여 미리 정의된 변수와 사용자 지정 변수를 이 스크립트에 전달할 수도 있습니다. \n\n셸 예제: \naz --version \naz account show \n\n 배치 예제:\ncall az --version \ncall az account show",
+ "loc.input.label.args": "인수",
+ "loc.input.help.args": "스크립트에 전달되는 인수",
+ "loc.input.label.addSpnToEnvironment": "스크립트의 서비스 주체 정보 액세스",
+ "loc.input.help.addSpnToEnvironment": "선택한 Azure 엔드포인트의 서비스 주체 ID 및 키를 스크립트의 실행 환경에 추가합니다. 스크립트에 '$servicePrincipalId', '$servicePrincipalKey' 및 '$tenantId' 변수를 사용할 수 있습니다.\n\nAzure 엔드포인트에 서비스 주체 인증 체계가 있는 경우에만 적용됩니다.",
+ "loc.input.label.useGlobalConfig": "전역 Azure CLI 구성 사용",
+ "loc.input.help.useGlobalConfig": "false이면, 이 작업은 고유한 별도 [Azure CLI 구성 디렉터리](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)를 사용합니다. *병렬* 릴리스에서 Azure CLI 작업을 실행하는 데 사용할 수 있습니다.",
+ "loc.input.label.cwd": "작업 디렉터리",
+ "loc.input.help.cwd": "스크립트가 실행되는 현재 작업 디렉터리입니다. 비어 있으면 리포(빌드) 또는 아티팩트(릴리스)의 루트이며 이 값은 $(System.DefaultWorkingDirectory)입니다.",
+ "loc.input.label.failOnStandardError": "표준 오류 시 실패",
+ "loc.input.help.failOnStandardError": "true이면 StandardError 스트림에 오류가 기록될 때 이 작업이 실패합니다. 표준 오류를 무시하고 종료 코드를 사용하여 상태를 확인하려면 이 확인란의 선택을 취소하세요.",
+ "loc.messages.ScriptReturnCode": "다음 반환 코드로 스크립트가 종료됨: %d",
+ "loc.messages.ScriptFailed": "다음 오류가 발생하여 스크립트 실패: %s",
+ "loc.messages.UnsupportedEndpointScheme": "지원되지 않는 서비스 연결 인증 체계: AzureRM의 경우 서비스 주체",
+ "loc.messages.AzureSDKNotFound": "이 컴퓨터에 Azure CLI 2.x가 설치되어 있지 않습니다.",
+ "loc.messages.FailedToLogout": "로그아웃하는 동안 다음 오류가 발생했습니다. %s",
+ "loc.messages.LoginFailed": "Azure에 로그인하지 못했습니다.",
+ "loc.messages.MSILoginFailed": "관리 서비스 ID를 사용한 Azure 로그인에 실패했습니다.",
+ "loc.messages.AuthSchemeNotSupported": "인증 체계 %s은(는) 지원되지 않습니다.",
+ "loc.messages.ErrorInSettingUpSubscription": "구독을 설정하는 중 오류가 발생했습니다.",
+ "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 환경 변수를 %s(으)로 설정하는 중",
+ "loc.messages.SettingAzureCloud": "활성 클라우드를 %s(으)로 설정하는 중",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 이전의 에이전트 버전에서는 전역 Azure CLI 구성만 사용할 수 있습니다.",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/ru-RU/resources.resjson
index c23c0697814f..fc723208e687 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/ru-RU/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](http://go.microsoft.com/fwlink/?LinkID=827160) или [документацию по Azure CLI](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Выполнение команд Azure CLI для подписки Azure в скрипте оболочки при использовании агента Linux или пакетном скрипте при использовании агента Windows.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "Новые возможности в версии 1.0:\n- поддержка нового Azure CLI 2.0 на основе Python;\n- поддержка кроссплатформенных агентов (Linux, macOS или Windows);\n- для работы с Azure CLI 1.0 (на основе Node.js) вернитесь к версии задачи 0.0.\n- Ограничения:\n- классические подписки Azure не поддерживаются. Azure CLI 2.0 поддерживает только подписки Azure Resource Manager (ARM).",
- "loc.group.displayName.advanced": "Дополнительно",
- "loc.input.label.connectedServiceNameARM": "Подписка Azure",
- "loc.input.help.connectedServiceNameARM": "Выберите подписку Azure Resource Manager для развертывания.",
- "loc.input.label.scriptLocation": "Расположение сценария",
- "loc.input.help.scriptLocation": "Тип сценария: путь к файлу или встроенный сценарий",
- "loc.input.label.scriptPath": "Путь к скрипту",
- "loc.input.help.scriptPath": "Полный путь для скрипта (BAT или CMD при использовании агента на основе Windows и SH при использовании агента на основе Linux) или путь относительно рабочего каталога по умолчанию",
- "loc.input.label.inlineScript": "Встроенный скрипт",
- "loc.input.help.inlineScript": "Здесь можно создать встроенные скрипты. При работе с агентом Windows используйте пакетные скрипты, а при работе с агентами на основе Linux — скрипты оболочки. Для пакетных скриптов используйте префикс call перед каждой командой Azure. Вы также можете передать в этот скрипт предопределенные и пользовательские переменные с помощью аргументов. \n\n Пример для скриптов оболочки \naz --version \naz account show \n\n Пример для пакетных скриптов\ncall az --version \ncall az account show",
- "loc.input.label.args": "Аргументы",
- "loc.input.help.args": "Аргументы, переданные в сценарий",
- "loc.input.label.addSpnToEnvironment": "Доступ к сведениям о субъекте-службе в скрипте",
- "loc.input.help.addSpnToEnvironment": "Добавляет идентификатор субъекта-службы и ключ выбранной конечной точки Azure в среду выполнения скрипта. В скрипте можно использовать следующие переменные: $servicePrincipalId, $servicePrincipalKey и $tenantId.\n\nЭто учитывается, только если конечная точка Azure имеет схему проверки подлинности \"Субъект-служба\".",
- "loc.input.label.useGlobalConfig": "Использовать глобальную конфигурацию Azure CLI",
- "loc.input.help.useGlobalConfig": "Если задано значение false, задача будет использовать собственный отдельный [каталог конфигурации Azure CLI](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Это можно использовать для выполнения задач Azure CLI в *параллельных* выпусках",
- "loc.input.label.cwd": "Рабочий каталог",
- "loc.input.help.cwd": "Текущий рабочий каталог, в котором выполняется сценарий. Если значение пустое, используется корень репозитория (сборки) или артефакты (выпуска): $(System.DefaultWorkingDirectory).",
- "loc.input.label.failOnStandardError": "Сбой со стандартной ошибкой",
- "loc.input.help.failOnStandardError": "Если задано значение true, то при наличии ошибок, записанных в стандартный поток ошибок, задача завершится сбоем. Снимите флажок, чтобы игнорировать стандартные ошибки и использовать коды завершения для определения состояния",
- "loc.messages.ScriptReturnCode": "Выход из сценария с кодом возврата: %d",
- "loc.messages.ScriptFailed": "Сбой сценария с ошибкой: %s",
- "loc.messages.UnsupportedEndpointScheme": "Схема авторизации подключения к службе не поддерживается: субъект-служба для AzureRM",
- "loc.messages.AzureSDKNotFound": "На этом компьютере не установлен Azure CLI 2.x.",
- "loc.messages.FailedToLogout": "Во время выхода из системы произошла следующая ошибка: %s",
- "loc.messages.LoginFailed": "Не удалось войти в Azure",
- "loc.messages.MSILoginFailed": "Сбой входа Azure с использованием Управляемого удостоверения службы",
- "loc.messages.AuthSchemeNotSupported": "Схема проверки подлинности %s не поддерживается",
- "loc.messages.ErrorInSettingUpSubscription": "Ошибка при настройке подписки",
- "loc.messages.SettingAzureConfigDir": "Задание переменной среды AZURE_CONFIG_DIR: %s",
- "loc.messages.SettingAzureCloud": "Задание активного облака: %s",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Для агента версии ниже 2.115.0 можно использовать только глобальную конфигурацию Azure CLI"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](http://go.microsoft.com/fwlink/?LinkID=827160) или [документацию по Azure CLI](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Выполнение команд Azure CLI для подписки Azure в скрипте оболочки при использовании агента Linux или пакетном скрипте при использовании агента Windows.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "Новые возможности в версии 1.0:\n- поддержка нового Azure CLI 2.0 на основе Python;\n- поддержка кроссплатформенных агентов (Linux, macOS или Windows);\n- для работы с Azure CLI 1.0 (на основе Node.js) вернитесь к версии задачи 0.0.\n- Ограничения:\n- классические подписки Azure не поддерживаются. Azure CLI 2.0 поддерживает только подписки Azure Resource Manager (ARM).",
+ "loc.group.displayName.advanced": "Дополнительно",
+ "loc.input.label.connectedServiceNameARM": "Подписка Azure",
+ "loc.input.help.connectedServiceNameARM": "Выберите подписку Azure Resource Manager для развертывания.",
+ "loc.input.label.scriptLocation": "Расположение сценария",
+ "loc.input.help.scriptLocation": "Тип сценария: путь к файлу или встроенный сценарий",
+ "loc.input.label.scriptPath": "Путь к скрипту",
+ "loc.input.help.scriptPath": "Полный путь для скрипта (BAT или CMD при использовании агента на основе Windows и SH при использовании агента на основе Linux) или путь относительно рабочего каталога по умолчанию",
+ "loc.input.label.inlineScript": "Встроенный скрипт",
+ "loc.input.help.inlineScript": "Здесь можно создать встроенные скрипты. При работе с агентом Windows используйте пакетные скрипты, а при работе с агентами на основе Linux — скрипты оболочки. Для пакетных скриптов используйте префикс call перед каждой командой Azure. Вы также можете передать в этот скрипт предопределенные и пользовательские переменные с помощью аргументов. \n\n Пример для скриптов оболочки \naz --version \naz account show \n\n Пример для пакетных скриптов\ncall az --version \ncall az account show",
+ "loc.input.label.args": "Аргументы",
+ "loc.input.help.args": "Аргументы, переданные в сценарий",
+ "loc.input.label.addSpnToEnvironment": "Доступ к сведениям о субъекте-службе в скрипте",
+ "loc.input.help.addSpnToEnvironment": "Добавляет идентификатор субъекта-службы и ключ выбранной конечной точки Azure в среду выполнения скрипта. В скрипте можно использовать следующие переменные: $servicePrincipalId, $servicePrincipalKey и $tenantId.\n\nЭто учитывается, только если конечная точка Azure имеет схему проверки подлинности \"Субъект-служба\".",
+ "loc.input.label.useGlobalConfig": "Использовать глобальную конфигурацию Azure CLI",
+ "loc.input.help.useGlobalConfig": "Если задано значение false, задача будет использовать собственный отдельный [каталог конфигурации Azure CLI](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Это можно использовать для выполнения задач Azure CLI в *параллельных* выпусках",
+ "loc.input.label.cwd": "Рабочий каталог",
+ "loc.input.help.cwd": "Текущий рабочий каталог, в котором выполняется сценарий. Если значение пустое, используется корень репозитория (сборки) или артефакты (выпуска): $(System.DefaultWorkingDirectory).",
+ "loc.input.label.failOnStandardError": "Сбой со стандартной ошибкой",
+ "loc.input.help.failOnStandardError": "Если задано значение true, то при наличии ошибок, записанных в стандартный поток ошибок, задача завершится сбоем. Снимите флажок, чтобы игнорировать стандартные ошибки и использовать коды завершения для определения состояния",
+ "loc.messages.ScriptReturnCode": "Выход из сценария с кодом возврата: %d",
+ "loc.messages.ScriptFailed": "Сбой сценария с ошибкой: %s",
+ "loc.messages.UnsupportedEndpointScheme": "Схема авторизации подключения к службе не поддерживается: субъект-служба для AzureRM",
+ "loc.messages.AzureSDKNotFound": "На этом компьютере не установлен Azure CLI 2.x.",
+ "loc.messages.FailedToLogout": "Во время выхода из системы произошла следующая ошибка: %s",
+ "loc.messages.LoginFailed": "Не удалось войти в Azure",
+ "loc.messages.MSILoginFailed": "Сбой входа Azure с использованием Управляемого удостоверения службы",
+ "loc.messages.AuthSchemeNotSupported": "Схема проверки подлинности %s не поддерживается",
+ "loc.messages.ErrorInSettingUpSubscription": "Ошибка при настройке подписки",
+ "loc.messages.SettingAzureConfigDir": "Задание переменной среды AZURE_CONFIG_DIR: %s",
+ "loc.messages.SettingAzureCloud": "Задание активного облака: %s",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Для агента версии ниже 2.115.0 можно использовать только глобальную конфигурацию Azure CLI",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/zh-CN/resources.resjson
index 31cc99fa4e1b..3efaee0db378 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/zh-CN/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[详细了解此任务](http://go.microsoft.com/fwlink/?LinkID=827160)或[参阅 Azure CLI 文档](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "在 Linux 代理上运行时,在 Shell 脚本中运行针对 Azure 订阅的 Azure CLI 命令;在 Windows 代理上运行时,在 Batch 脚本运行。",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "版本 1.0 中的新增功能:\n- 支持基于 Python 的新 Azure CLI 2.0\n- 适用于跨平台代理(Linux、macOS 或 Windows)\n- 若要使用 Azure CLI 1.0 (基于 node.js),请切换到任务版本 0.0\n- 局限:\n - 不支持 Azure 经典订阅。Azure CLI 2.0 仅支持 Azure 资源管理器(ARM)订阅。",
- "loc.group.displayName.advanced": "高级",
- "loc.input.label.connectedServiceNameARM": "Azure 订阅",
- "loc.input.help.connectedServiceNameARM": "为部署选择 Azure 资源管理器订阅",
- "loc.input.label.scriptLocation": "脚本位置",
- "loc.input.help.scriptLocation": "脚本类型: 文件路径或内联脚本",
- "loc.input.label.scriptPath": "脚本路径",
- "loc.input.help.scriptPath": "脚本(在使用基于 Windows 的代理时为 .bat 或 .cmd,在使用基于 linux 的代理时为 .sh)的完全限定的路径,或相对于默认工作目录的路径",
- "loc.input.label.inlineScript": "内联脚本",
- "loc.input.help.inlineScript": "可在此处编辑内联脚本。使用 Windows 代理时,请使用批处理脚本;使用基于 Linux 的代理时,请使用 shell 脚本。对于批处理脚本,请在每条 Azure 命令前使用前缀 \"call\"。还可使用参数将预定义和自定义变量传递到此脚本 \n\n shell 示例: \naz --version \naz account show \n\n 批处理示例:\ncall az --version \ncall az account show",
- "loc.input.label.args": "参数",
- "loc.input.help.args": "传递给脚本的参数",
- "loc.input.label.addSpnToEnvironment": "在脚本中访问服务主体详细信息",
- "loc.input.help.addSpnToEnvironment": "将选择的 Azure 终结点的服务主体 ID 和密钥添加到脚本的执行环境中。可以在脚本中使用这些变量: \"$servicePrincipalId\"、\"$servicePrincipalKey\" 和 \"$tenantId\"。\n\n这仅当 Azure 终结点具有服务主体身份验证方案时才有效。",
- "loc.input.label.useGlobalConfig": "使用全局 Azure CLI 配置",
- "loc.input.help.useGlobalConfig": "如果为 false,此任务将使用其自己的独立 [Azure CLI 配置目录](https://docs.microsoft.com/zh-cn/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。这可用于在*并行*发布中运行 Azure CLI 任务",
- "loc.input.label.cwd": "工作目录",
- "loc.input.help.cwd": "脚本运行于的当前工作目录。存储库(内部版本)或项目(发行版本)的根路径 $(System.DefaultWorkingDirectory) 为空",
- "loc.input.label.failOnStandardError": "因标准错误失败",
- "loc.input.help.failOnStandardError": "如果这为 true,在任何错误写入到 StandardError 流时,此任务将失败。取消选中此复选框可忽略标准错误,并依赖退出代码来确定状态",
- "loc.messages.ScriptReturnCode": "脚本已退出,返回代码: %d",
- "loc.messages.ScriptFailed": "脚本失败,出现错误: %s",
- "loc.messages.UnsupportedEndpointScheme": "不支持的服务连接授权方案: AzureRM 的服务主体",
- "loc.messages.AzureSDKNotFound": "此计算机上未安装 Azure CLI 2.x。",
- "loc.messages.FailedToLogout": "注销时出现以下错误: %s",
- "loc.messages.LoginFailed": "Azure 登录失败",
- "loc.messages.MSILoginFailed": "使用托管服务标识进行 Azure 登录失败",
- "loc.messages.AuthSchemeNotSupported": "不支持身份验证方案 %s",
- "loc.messages.ErrorInSettingUpSubscription": "设置订阅时出错",
- "loc.messages.SettingAzureConfigDir": "将 AZURE_CONFIG_DIR 环境变量设置为 %s",
- "loc.messages.SettingAzureCloud": "将活动云设置为 %s",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "对于低于 2.115.0 的代理版本,只能使用全局 Azure CLI 配置"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[详细了解此任务](http://go.microsoft.com/fwlink/?LinkID=827160)或[参阅 Azure CLI 文档](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "在 Linux 代理上运行时,在 Shell 脚本中运行针对 Azure 订阅的 Azure CLI 命令;在 Windows 代理上运行时,在 Batch 脚本运行。",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "版本 1.0 中的新增功能:\n- 支持基于 Python 的新 Azure CLI 2.0\n- 适用于跨平台代理(Linux、macOS 或 Windows)\n- 若要使用 Azure CLI 1.0 (基于 node.js),请切换到任务版本 0.0\n- 局限:\n - 不支持 Azure 经典订阅。Azure CLI 2.0 仅支持 Azure 资源管理器(ARM)订阅。",
+ "loc.group.displayName.advanced": "高级",
+ "loc.input.label.connectedServiceNameARM": "Azure 订阅",
+ "loc.input.help.connectedServiceNameARM": "为部署选择 Azure 资源管理器订阅",
+ "loc.input.label.scriptLocation": "脚本位置",
+ "loc.input.help.scriptLocation": "脚本类型: 文件路径或内联脚本",
+ "loc.input.label.scriptPath": "脚本路径",
+ "loc.input.help.scriptPath": "脚本(在使用基于 Windows 的代理时为 .bat 或 .cmd,在使用基于 linux 的代理时为 .sh)的完全限定的路径,或相对于默认工作目录的路径",
+ "loc.input.label.inlineScript": "内联脚本",
+ "loc.input.help.inlineScript": "可在此处编辑内联脚本。使用 Windows 代理时,请使用批处理脚本;使用基于 Linux 的代理时,请使用 shell 脚本。对于批处理脚本,请在每条 Azure 命令前使用前缀 \"call\"。还可使用参数将预定义和自定义变量传递到此脚本 \n\n shell 示例: \naz --version \naz account show \n\n 批处理示例:\ncall az --version \ncall az account show",
+ "loc.input.label.args": "参数",
+ "loc.input.help.args": "传递给脚本的参数",
+ "loc.input.label.addSpnToEnvironment": "在脚本中访问服务主体详细信息",
+ "loc.input.help.addSpnToEnvironment": "将选择的 Azure 终结点的服务主体 ID 和密钥添加到脚本的执行环境中。可以在脚本中使用这些变量: \"$servicePrincipalId\"、\"$servicePrincipalKey\" 和 \"$tenantId\"。\n\n这仅当 Azure 终结点具有服务主体身份验证方案时才有效。",
+ "loc.input.label.useGlobalConfig": "使用全局 Azure CLI 配置",
+ "loc.input.help.useGlobalConfig": "如果为 false,此任务将使用其自己的独立 [Azure CLI 配置目录](https://docs.microsoft.com/zh-cn/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。这可用于在*并行*发布中运行 Azure CLI 任务",
+ "loc.input.label.cwd": "工作目录",
+ "loc.input.help.cwd": "脚本运行于的当前工作目录。存储库(内部版本)或项目(发行版本)的根路径 $(System.DefaultWorkingDirectory) 为空",
+ "loc.input.label.failOnStandardError": "因标准错误失败",
+ "loc.input.help.failOnStandardError": "如果这为 true,在任何错误写入到 StandardError 流时,此任务将失败。取消选中此复选框可忽略标准错误,并依赖退出代码来确定状态",
+ "loc.messages.ScriptReturnCode": "脚本已退出,返回代码: %d",
+ "loc.messages.ScriptFailed": "脚本失败,出现错误: %s",
+ "loc.messages.UnsupportedEndpointScheme": "不支持的服务连接授权方案: AzureRM 的服务主体",
+ "loc.messages.AzureSDKNotFound": "此计算机上未安装 Azure CLI 2.x。",
+ "loc.messages.FailedToLogout": "注销时出现以下错误: %s",
+ "loc.messages.LoginFailed": "Azure 登录失败",
+ "loc.messages.MSILoginFailed": "使用托管服务标识进行 Azure 登录失败",
+ "loc.messages.AuthSchemeNotSupported": "不支持身份验证方案 %s",
+ "loc.messages.ErrorInSettingUpSubscription": "设置订阅时出错",
+ "loc.messages.SettingAzureConfigDir": "将 AZURE_CONFIG_DIR 环境变量设置为 %s",
+ "loc.messages.SettingAzureCloud": "将活动云设置为 %s",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "对于低于 2.115.0 的代理版本,只能使用全局 Azure CLI 配置",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/AzureCLIV1/Strings/resources.resjson/zh-TW/resources.resjson
index 4370f2bd60b2..c2a116015970 100644
--- a/Tasks/AzureCLIV1/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/AzureCLIV1/Strings/resources.resjson/zh-TW/resources.resjson
@@ -1,38 +1,39 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[深入了解此工作](http://go.microsoft.com/fwlink/?LinkID=827160)或[參閱 Azure CLI 文件](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "使用殼層指令碼 (在 Linux 代理程式上執行時) 或批次指令碼 (Windows 代理程式上執行時),對 Azure 訂用帳戶執行 Azure CLI 命令。",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "1.0 版的新功能:\n- 支援以 Python 為基礎的新版 Azure CLI 2.0\n- 適用於跨平台代理程式 (Linux、macOS 或 Windows)\n- 為搭配 Azure CLI 1.0 (以 node.js 為基礎) 運作,會切換為工作版本 0.0\n- 限制:\n - 不支援 Azure 傳統訂用帳戶。Azure CLI 2.0 只支援 Azure Resource Manager (ARM) 訂用帳戶。",
- "loc.group.displayName.advanced": "進階",
- "loc.input.label.connectedServiceNameARM": "Azure 訂閱",
- "loc.input.help.connectedServiceNameARM": "為部署選取 Azure Resource Manager 訂閱",
- "loc.input.label.scriptLocation": "指令碼位置",
- "loc.input.help.scriptLocation": "指令碼類型: 檔案路徑或內嵌指令碼",
- "loc.input.label.scriptPath": "指令碼路徑",
- "loc.input.help.scriptPath": "指令碼的完整路徑 (使用 Windows 式代理程式時為 .bat 或 .cmd,使用 Linux 式代理程式時為 .sh),或預設工作目錄的相對路徑",
- "loc.input.label.inlineScript": "內嵌指令碼",
- "loc.input.help.inlineScript": "您可於此處寫入您的指令碼內嵌。當使用 Windows 代理程式時,請使用批次指令碼,當使用 Linux 代理程式時,請使用殼層指令碼。若使用批次指令碼,請在每個 azure 命令前面使用前置詞 \"call\"。您也可以使用引數,將預先定義及自訂的變數傳遞至此指令碼 \n\n 殼層的範例: \naz --version \naz account show \n\n 批次的範例:\ncall az --version \ncall az account show",
- "loc.input.label.args": "引數",
- "loc.input.help.args": "傳遞給指令碼的引數",
- "loc.input.label.addSpnToEnvironment": "存取指令碼中的服務主體詳細資料",
- "loc.input.help.addSpnToEnvironment": "將您選擇的 Azure 端點服務主體識別碼和金鑰新增至指令碼的執行環境。您可以在指令碼中使用下列變數: `$servicePrincipalId`、`$servicePrincipalKey` 和 `$tenantId`。\n\n只有當 Azure 端點具有服務主體驗證配置時才接受此設定。",
- "loc.input.label.useGlobalConfig": "使用全域 Azure CLI 設定",
- "loc.input.help.useGlobalConfig": "如果此項目為 false,則此工作會使用其獨立的 [Azure CLI 設定目錄](https://docs.microsoft.com/zh-tw/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。這個項目可在 *平行* 版本中用於執行 Azure CLI 工作",
- "loc.input.label.cwd": "工作目錄",
- "loc.input.help.cwd": "指令碼執行所在的現行工作目錄。Empty 是存放庫 (組建) 或成品 (發行) 的根目錄,即 $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "發生標準錯誤的失敗",
- "loc.input.help.failOnStandardError": "若此項目為 true,則當任何錯誤寫入 StandardError 串流時此工作將失敗。取消選取核取方塊可略過標準錯誤並根據結束代碼判斷狀態",
- "loc.messages.ScriptReturnCode": "指令碼已結束。傳回碼: %d",
- "loc.messages.ScriptFailed": "指令碼失敗。錯誤: %s",
- "loc.messages.UnsupportedEndpointScheme": "不支援的服務連線授權配置: AzureRM 的服務主體",
- "loc.messages.AzureSDKNotFound": "此電腦上未安裝 Azure CLI 2.x。",
- "loc.messages.FailedToLogout": "登出時發生下列錯誤: %s",
- "loc.messages.LoginFailed": "Azure 登入失敗",
- "loc.messages.MSILoginFailed": "使用受控服務識別登入 Azure 失敗",
- "loc.messages.AuthSchemeNotSupported": "不支援驗證結構描述 %s",
- "loc.messages.ErrorInSettingUpSubscription": "設定訂用帳戶時發生錯誤",
- "loc.messages.SettingAzureConfigDir": "正在將 AZURE_CONFIG_DIR 環境變數設定為: %s",
- "loc.messages.SettingAzureCloud": "正在將作用中雲端設定為: %s",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 以下的代理程式版本只能使用全域 Azure CLI 設定"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[深入了解此工作](http://go.microsoft.com/fwlink/?LinkID=827160)或[參閱 Azure CLI 文件](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "使用殼層指令碼 (在 Linux 代理程式上執行時) 或批次指令碼 (Windows 代理程式上執行時),對 Azure 訂用帳戶執行 Azure CLI 命令。",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "1.0 版的新功能:\n- 支援以 Python 為基礎的新版 Azure CLI 2.0\n- 適用於跨平台代理程式 (Linux、macOS 或 Windows)\n- 為搭配 Azure CLI 1.0 (以 node.js 為基礎) 運作,會切換為工作版本 0.0\n- 限制:\n - 不支援 Azure 傳統訂用帳戶。Azure CLI 2.0 只支援 Azure Resource Manager (ARM) 訂用帳戶。",
+ "loc.group.displayName.advanced": "進階",
+ "loc.input.label.connectedServiceNameARM": "Azure 訂閱",
+ "loc.input.help.connectedServiceNameARM": "為部署選取 Azure Resource Manager 訂閱",
+ "loc.input.label.scriptLocation": "指令碼位置",
+ "loc.input.help.scriptLocation": "指令碼類型: 檔案路徑或內嵌指令碼",
+ "loc.input.label.scriptPath": "指令碼路徑",
+ "loc.input.help.scriptPath": "指令碼的完整路徑 (使用 Windows 式代理程式時為 .bat 或 .cmd,使用 Linux 式代理程式時為 .sh),或預設工作目錄的相對路徑",
+ "loc.input.label.inlineScript": "內嵌指令碼",
+ "loc.input.help.inlineScript": "您可於此處寫入您的指令碼內嵌。當使用 Windows 代理程式時,請使用批次指令碼,當使用 Linux 代理程式時,請使用殼層指令碼。若使用批次指令碼,請在每個 azure 命令前面使用前置詞 \"call\"。您也可以使用引數,將預先定義及自訂的變數傳遞至此指令碼 \n\n 殼層的範例: \naz --version \naz account show \n\n 批次的範例:\ncall az --version \ncall az account show",
+ "loc.input.label.args": "引數",
+ "loc.input.help.args": "傳遞給指令碼的引數",
+ "loc.input.label.addSpnToEnvironment": "存取指令碼中的服務主體詳細資料",
+ "loc.input.help.addSpnToEnvironment": "將您選擇的 Azure 端點服務主體識別碼和金鑰新增至指令碼的執行環境。您可以在指令碼中使用下列變數: `$servicePrincipalId`、`$servicePrincipalKey` 和 `$tenantId`。\n\n只有當 Azure 端點具有服務主體驗證配置時才接受此設定。",
+ "loc.input.label.useGlobalConfig": "使用全域 Azure CLI 設定",
+ "loc.input.help.useGlobalConfig": "如果此項目為 false,則此工作會使用其獨立的 [Azure CLI 設定目錄](https://docs.microsoft.com/zh-tw/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。這個項目可在 *平行* 版本中用於執行 Azure CLI 工作",
+ "loc.input.label.cwd": "工作目錄",
+ "loc.input.help.cwd": "指令碼執行所在的現行工作目錄。Empty 是存放庫 (組建) 或成品 (發行) 的根目錄,即 $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "發生標準錯誤的失敗",
+ "loc.input.help.failOnStandardError": "若此項目為 true,則當任何錯誤寫入 StandardError 串流時此工作將失敗。取消選取核取方塊可略過標準錯誤並根據結束代碼判斷狀態",
+ "loc.messages.ScriptReturnCode": "指令碼已結束。傳回碼: %d",
+ "loc.messages.ScriptFailed": "指令碼失敗。錯誤: %s",
+ "loc.messages.UnsupportedEndpointScheme": "不支援的服務連線授權配置: AzureRM 的服務主體",
+ "loc.messages.AzureSDKNotFound": "此電腦上未安裝 Azure CLI 2.x。",
+ "loc.messages.FailedToLogout": "登出時發生下列錯誤: %s",
+ "loc.messages.LoginFailed": "Azure 登入失敗",
+ "loc.messages.MSILoginFailed": "使用受控服務識別登入 Azure 失敗",
+ "loc.messages.AuthSchemeNotSupported": "不支援驗證結構描述 %s",
+ "loc.messages.ErrorInSettingUpSubscription": "設定訂用帳戶時發生錯誤",
+ "loc.messages.SettingAzureConfigDir": "正在將 AZURE_CONFIG_DIR 環境變數設定為: %s",
+ "loc.messages.SettingAzureCloud": "正在將作用中雲端設定為: %s",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 以下的代理程式版本只能使用全域 Azure CLI 設定",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/de-DE/resources.resjson
index 9bb016cac6aa..b28681bebdce 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/de-DE/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) oder [Azure CLI-Dokumentation anzeigen](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Hiermit werden Azure CLI-Befehle für ein Azure-Abonnement in einem PowerShell Core-/Shellskript (bei Ausführung für einen Linux-Agent) oder einem PowerShell-/PowerShell Core-/Batchskript (bei Ausführung für einen Windows-Agent) ausgeführt.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "Neuerungen in Version 2.0:\n– Unterstützung für PowerShell- und PowerShell Core-Skripts. \n– PowerShell Core arbeitet mit plattformübergreifenden Agents (Linux, macOS oder Windows). Stellen Sie sicher, dass der Agent PowerShell-Version 6 oder höher verwendet. \n– Ein PowerShell-Skript funktioniert nur mit dem Windows-Agent. Stellen Sie sicher, dass der Agent PowerShell-Version 5 oder niedriger verwendet.",
- "loc.group.displayName.advanced": "Erweitert",
- "loc.input.label.connectedServiceNameARM": "Azure Resource Manager-Verbindung",
- "loc.input.help.connectedServiceNameARM": "Wählen Sie eine Azure Resource Manager-Dienstverbindung für die Bereitstellung aus.",
- "loc.input.label.scriptType": "Skripttyp",
- "loc.input.help.scriptType": "Skripttyp: PowerShell-/PowerShell Core-/BAT-/Shellskript. Wählen Sie bei Ausführung für einen Linux-Agent ein Shell-/PowerShell Core-Skript oder bei Ausführung für einen Windows-Agent ein Batch-/PowerShell-/PowerShell Core-Skript aus. Das PowerShell Core-Skript kann für plattformübergreifende Agents (Linux, macOS oder Windows) ausgeführt werden.",
- "loc.input.label.scriptLocation": "Skriptspeicherort",
- "loc.input.help.scriptLocation": "Pfad zum Skript: Dateipfad oder Inlineskript",
- "loc.input.label.scriptPath": "Skriptpfad",
- "loc.input.help.scriptPath": "Vollqualifizierter Pfad des Skripts (PS1 oder BAT oder CMD bei Verwendung des Windows-basierten Agents, PS1 oder SH bei Verwendung eines Linux-basierten Agents) oder ein Pfad relativ zum Standardarbeitsverzeichnis",
- "loc.input.label.inlineScript": "Inlineskript",
- "loc.input.help.inlineScript": "Sie können Ihre Skripts hier inline einfügen. Bei Verwendung eines Windows-Agents verwenden Sie ein PowerShell-, PowerShell Core- oder Batchskript, bei Verwendung eines Linux-basierten Agents ein PowerShell- oder Shellskript. Verwenden Sie für Batchdateien das Präfix \"call\" vor jedem Azure-Befehl. Sie können außerdem mithilfe von Argumenten vordefinierte und benutzerdefinierte Variablen an das Skript übergeben. \n\n Beispiel für PowerShell/PowerShellCore/Shell: \naz --version \naz account show \n\n Beispiel für Batch: \ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "Skriptargumente",
- "loc.input.help.scriptArguments": "An das Skript übergebenen Argumente",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "Stellt oben in Ihrem PowerShell-/PowerShell Core-Skript die Zeile \"$ErrorActionPreference = 'VALUE'\" voran.",
- "loc.input.label.addSpnToEnvironment": "Auf Dienstprinzipaldetails im Skript zugreifen",
- "loc.input.help.addSpnToEnvironment": "Fügt die Dienstprinzipal-ID, den Dienstprinzipalschlüssel und die Mandanten-ID des ausgewählten Azure-Endpunkts zur Ausführungsumgebung des Skripts hinzu. Sie können in Ihrem Skript die folgenden Variablen verwenden: \"servicePrincipalId\", \"servicePrincipalKey\" und \"tenantId\".\n\nEine Berücksichtigung erfolgt nur, wenn der Azure-Endpunkt das Dienstprinzipal-Authentifizierungsschema aufweist.\n\nDie Syntax für den Zugriff auf Umgebungsvariablen basiert auf dem Skripttyp.\n\nPowerShell-Skript: $env:servicePrincipalId\n\nBatchskript: %servicePrincipalId% \n\nShellskript: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "Globale Azure CLI-Konfiguration verwenden",
- "loc.input.help.useGlobalConfig": "Bei Festlegung auf FALSE verwendet diese Aufgabe ein eigenes, separates [Azure CLI-Konfigurationsverzeichnis](https://docs.microsoft.com/de-de/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Dieses Verzeichnis kann zum Ausführen von Azure CLI-Aufgaben in *parallelen* Releases verwendet werden.",
- "loc.input.label.cwd": "Arbeitsverzeichnis",
- "loc.input.help.cwd": "Das aktuelle Arbeitsverzeichnis, in dem das Skript ausgeführt wird. Wenn keine Angabe erfolgt, wird der Stamm des Repositorys (Build) oder der Artefakte (Release) verwendet, das \"$(System.DefaultWorkingDirectory)\" lautet.",
- "loc.input.label.failOnStandardError": "Fehler bei Standardfehler.",
- "loc.input.help.failOnStandardError": "Bei aktivierter Option kann diese Aufgabe nicht erfolgreich ausgeführt werden, wenn Fehler in den StandardError-Stream geschrieben werden. Deaktivieren Sie das Kontrollkästchen, um Standardfehler zu ignorieren, und bestimmen Sie den Status mithilfe von Exitcodes.",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "$LASTEXITCODE ignorieren",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "Wenn dieser Wert FALSE ist, wird am Ende Ihres Skripts die Zeile \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" angehängt. Dadurch wird der letzte Exitcode aus einem externen Befehl als Exitcode der PowerShell weitergegeben. Andernfalls wird die Zeile nicht an das Ende Ihres Skripts angehängt.",
- "loc.messages.ScriptReturnCode": "Skript wurde mit Rückgabecode beendet: %d",
- "loc.messages.ScriptFailed": "Skriptfehler: %s",
- "loc.messages.ScriptFailedStdErr": "Das Skript weist Ausgabe in stderr auf. Dies verursacht einen Fehler, weil \"failOnStdErr\" auf TRUE festgelegt ist.",
- "loc.messages.ScriptFailedWithExitCode": "Skriptfehler mit Exitcode %d.",
- "loc.messages.UnsupportedEndpointScheme": "Nicht unterstütztes Authentifizierungsschema für Dienstverbindung: Dienstprinzipal für AzureRM",
- "loc.messages.AzureSDKNotFound": "Azure CLI 2.x ist nicht auf diesem Computer installiert.",
- "loc.messages.FailedToLogout": "Beim Abmelden ist der folgende Fehler aufgetreten: %s",
- "loc.messages.LoginFailed": "Fehler bei der Azure-Anmeldung.",
- "loc.messages.MSILoginFailed": "Fehler bei der Azure-Anmeldung mit einer verwalteten Dienstidentität.",
- "loc.messages.AuthSchemeNotSupported": "Das Authentifizierungsschema \"%s\" wird nicht unterstützt.",
- "loc.messages.ErrorInSettingUpSubscription": "Fehler beim Festlegen des Abonnements.",
- "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR-Umgebungsvariable wird festgelegt auf: %s",
- "loc.messages.SettingAzureCloud": "Aktive Cloud wird festgelegt auf: %s",
- "loc.messages.JS_InvalidFilePath": "Die Skriptdatei wurde am angegebenen Skriptspeicherort nicht gefunden: \"%s\". Überprüfen Sie, ob das Skript im angegebenen Pfad vorhanden ist. Wenn Sie ein Inlineskript verwenden möchten, geben Sie den Skriptspeicherort als \"inlineScript\" an.",
- "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference \"%s\" ungültig. Der Wert muss \"Stop\", \"Continue\" oder \"SilentlyContinue\" sein.",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Für Agent-Versionen vor 2.115.0 kann nur die globale Azure CLI-Konfiguration verwendet werden.",
- "loc.messages.UnacceptedScriptLocationValue": "\"%s\" ist kein gültiger Wert für die Aufgabeneingabe für den Skriptspeicherort (\"scriptLocation\" in YAML). Der Wert kann entweder \"inlineScript\"oder \"scriptPath\" lauten."
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) oder [Azure CLI-Dokumentation anzeigen](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Hiermit werden Azure CLI-Befehle für ein Azure-Abonnement in einem PowerShell Core-/Shellskript (bei Ausführung für einen Linux-Agent) oder einem PowerShell-/PowerShell Core-/Batchskript (bei Ausführung für einen Windows-Agent) ausgeführt.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "Neuerungen in Version 2.0:\n– Unterstützung für PowerShell- und PowerShell Core-Skripts. \n– PowerShell Core arbeitet mit plattformübergreifenden Agents (Linux, macOS oder Windows). Stellen Sie sicher, dass der Agent PowerShell-Version 6 oder höher verwendet. \n– Ein PowerShell-Skript funktioniert nur mit dem Windows-Agent. Stellen Sie sicher, dass der Agent PowerShell-Version 5 oder niedriger verwendet.",
+ "loc.group.displayName.advanced": "Erweitert",
+ "loc.input.label.connectedServiceNameARM": "Azure Resource Manager-Verbindung",
+ "loc.input.help.connectedServiceNameARM": "Wählen Sie eine Azure Resource Manager-Dienstverbindung für die Bereitstellung aus.",
+ "loc.input.label.scriptType": "Skripttyp",
+ "loc.input.help.scriptType": "Skripttyp: PowerShell-/PowerShell Core-/BAT-/Shellskript. Wählen Sie bei Ausführung für einen Linux-Agent ein Shell-/PowerShell Core-Skript oder bei Ausführung für einen Windows-Agent ein Batch-/PowerShell-/PowerShell Core-Skript aus. Das PowerShell Core-Skript kann für plattformübergreifende Agents (Linux, macOS oder Windows) ausgeführt werden.",
+ "loc.input.label.scriptLocation": "Skriptspeicherort",
+ "loc.input.help.scriptLocation": "Pfad zum Skript: Dateipfad oder Inlineskript",
+ "loc.input.label.scriptPath": "Skriptpfad",
+ "loc.input.help.scriptPath": "Vollqualifizierter Pfad des Skripts (PS1 oder BAT oder CMD bei Verwendung des Windows-basierten Agents, PS1 oder SH bei Verwendung eines Linux-basierten Agents) oder ein Pfad relativ zum Standardarbeitsverzeichnis",
+ "loc.input.label.inlineScript": "Inlineskript",
+ "loc.input.help.inlineScript": "Sie können Ihre Skripts hier inline einfügen. Bei Verwendung eines Windows-Agents verwenden Sie ein PowerShell-, PowerShell Core- oder Batchskript, bei Verwendung eines Linux-basierten Agents ein PowerShell- oder Shellskript. Verwenden Sie für Batchdateien das Präfix \"call\" vor jedem Azure-Befehl. Sie können außerdem mithilfe von Argumenten vordefinierte und benutzerdefinierte Variablen an das Skript übergeben. \n\n Beispiel für PowerShell/PowerShellCore/Shell: \naz --version \naz account show \n\n Beispiel für Batch: \ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "Skriptargumente",
+ "loc.input.help.scriptArguments": "An das Skript übergebenen Argumente",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "Stellt oben in Ihrem PowerShell-/PowerShell Core-Skript die Zeile \"$ErrorActionPreference = 'VALUE'\" voran.",
+ "loc.input.label.addSpnToEnvironment": "Auf Dienstprinzipaldetails im Skript zugreifen",
+ "loc.input.help.addSpnToEnvironment": "Fügt die Dienstprinzipal-ID, den Dienstprinzipalschlüssel und die Mandanten-ID des ausgewählten Azure-Endpunkts zur Ausführungsumgebung des Skripts hinzu. Sie können in Ihrem Skript die folgenden Variablen verwenden: \"servicePrincipalId\", \"servicePrincipalKey\" und \"tenantId\".\n\nEine Berücksichtigung erfolgt nur, wenn der Azure-Endpunkt das Dienstprinzipal-Authentifizierungsschema aufweist.\n\nDie Syntax für den Zugriff auf Umgebungsvariablen basiert auf dem Skripttyp.\n\nPowerShell-Skript: $env:servicePrincipalId\n\nBatchskript: %servicePrincipalId% \n\nShellskript: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "Globale Azure CLI-Konfiguration verwenden",
+ "loc.input.help.useGlobalConfig": "Bei Festlegung auf FALSE verwendet diese Aufgabe ein eigenes, separates [Azure CLI-Konfigurationsverzeichnis](https://docs.microsoft.com/de-de/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Dieses Verzeichnis kann zum Ausführen von Azure CLI-Aufgaben in *parallelen* Releases verwendet werden.",
+ "loc.input.label.cwd": "Arbeitsverzeichnis",
+ "loc.input.help.cwd": "Das aktuelle Arbeitsverzeichnis, in dem das Skript ausgeführt wird. Wenn keine Angabe erfolgt, wird der Stamm des Repositorys (Build) oder der Artefakte (Release) verwendet, das \"$(System.DefaultWorkingDirectory)\" lautet.",
+ "loc.input.label.failOnStandardError": "Fehler bei Standardfehler.",
+ "loc.input.help.failOnStandardError": "Bei aktivierter Option kann diese Aufgabe nicht erfolgreich ausgeführt werden, wenn Fehler in den StandardError-Stream geschrieben werden. Deaktivieren Sie das Kontrollkästchen, um Standardfehler zu ignorieren, und bestimmen Sie den Status mithilfe von Exitcodes.",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "$LASTEXITCODE ignorieren",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "Wenn dieser Wert FALSE ist, wird am Ende Ihres Skripts die Zeile \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" angehängt. Dadurch wird der letzte Exitcode aus einem externen Befehl als Exitcode der PowerShell weitergegeben. Andernfalls wird die Zeile nicht an das Ende Ihres Skripts angehängt.",
+ "loc.messages.ScriptReturnCode": "Skript wurde mit Rückgabecode beendet: %d",
+ "loc.messages.ScriptFailed": "Skriptfehler: %s",
+ "loc.messages.ScriptFailedStdErr": "Das Skript weist Ausgabe in stderr auf. Dies verursacht einen Fehler, weil \"failOnStdErr\" auf TRUE festgelegt ist.",
+ "loc.messages.ScriptFailedWithExitCode": "Skriptfehler mit Exitcode %d.",
+ "loc.messages.UnsupportedEndpointScheme": "Nicht unterstütztes Authentifizierungsschema für Dienstverbindung: Dienstprinzipal für AzureRM",
+ "loc.messages.AzureSDKNotFound": "Azure CLI 2.x ist nicht auf diesem Computer installiert.",
+ "loc.messages.FailedToLogout": "Beim Abmelden ist der folgende Fehler aufgetreten: %s",
+ "loc.messages.LoginFailed": "Fehler bei der Azure-Anmeldung.",
+ "loc.messages.MSILoginFailed": "Fehler bei der Azure-Anmeldung mit einer verwalteten Dienstidentität.",
+ "loc.messages.AuthSchemeNotSupported": "Das Authentifizierungsschema \"%s\" wird nicht unterstützt.",
+ "loc.messages.ErrorInSettingUpSubscription": "Fehler beim Festlegen des Abonnements.",
+ "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR-Umgebungsvariable wird festgelegt auf: %s",
+ "loc.messages.SettingAzureCloud": "Aktive Cloud wird festgelegt auf: %s",
+ "loc.messages.JS_InvalidFilePath": "Die Skriptdatei wurde am angegebenen Skriptspeicherort nicht gefunden: \"%s\". Überprüfen Sie, ob das Skript im angegebenen Pfad vorhanden ist. Wenn Sie ein Inlineskript verwenden möchten, geben Sie den Skriptspeicherort als \"inlineScript\" an.",
+ "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference \"%s\" ungültig. Der Wert muss \"Stop\", \"Continue\" oder \"SilentlyContinue\" sein.",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Für Agent-Versionen vor 2.115.0 kann nur die globale Azure CLI-Konfiguration verwendet werden.",
+ "loc.messages.UnacceptedScriptLocationValue": "\"%s\" ist kein gültiger Wert für die Aufgabeneingabe für den Skriptspeicherort (\"scriptLocation\" in YAML). Der Wert kann entweder \"inlineScript\"oder \"scriptPath\" lauten.",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/es-ES/resources.resjson
index 1e1b3fae2b10..1ea74ea16fbd 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/es-ES/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "CLI de Azure",
- "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) o [consultar la documentación de la CLI de Azure](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Ejecute los comandos de la CLI de Azure para una suscripción de Azure en un script de PowerShell Core o Shell (al ejecutarse en un agente de Linux) o en un script de PowerShell/PowerShell Core/por lotes (al ejecutarse en un agente de Windows).",
- "loc.instanceNameFormat": "CLI de Azure $(scriptPath)",
- "loc.releaseNotes": "Novedades de la versión 2.0:\n- Compatibilidad con los scripts de PowerShell y PowerShell Core. \n- PowerShell Core funciona con agentes multiplataforma (Linux, macOS o Windows); asegúrese de que el agente tenga la versión 6 de PowerShell o una posterior. \n- El script de PowerShell funciona solo con el agente de Windows; asegúrese de que el agente tenga la versión 5 de PowerShell o una anterior.",
- "loc.group.displayName.advanced": "Avanzado",
- "loc.input.label.connectedServiceNameARM": "Conexión de Azure Resource Manager",
- "loc.input.help.connectedServiceNameARM": "Seleccionar una conexión de servicio de Azure Resource Manager para la implementación",
- "loc.input.label.scriptType": "Tipo de script",
- "loc.input.help.scriptType": "Tipo de script: script de PowerShell/PowerShell Core/por lotes/Shell. Seleccione el script de Shell/PowerShell Core al ejecutarse en el agente de Linux o el script por lotes/PowerShell/PowerShell Core al ejecutarse en el agente de Windows. El script de PowerShell Core puede ejecutarse en agentes multiplataforma (Linux, macOS o Windows).",
- "loc.input.label.scriptLocation": "Ubicación del script",
- "loc.input.help.scriptLocation": "Ruta de acceso al script: ruta de acceso de archivo o script alineado",
- "loc.input.label.scriptPath": "Ruta de acceso del script",
- "loc.input.help.scriptPath": "Ruta de acceso completa del script (.ps1, .bat o .cmd cuando se usa el agente basado en Windows; de lo contrario, .ps1 o .sh cuando se usa el agente basado en Linux) o una ruta de acceso relativa al directorio de trabajo predeterminado",
- "loc.input.label.inlineScript": "Script en línea",
- "loc.input.help.inlineScript": "Puede escribir aquí los scripts alineados. Utilice el scripting de PowerShell, PowerShell Core o por lotes cuando use un agente de Windows o bien use el scripting del shell o de PowerShell Core con los agentes basados en Linux. Para los archivos por lotes, use el prefijo \"call\" delante de cada comando de Azure. También puede pasar variables predefinidas y personalizadas a este script mediante argumentos. \n\n Ejemplo para PowerShell, PowerShellCore o shell: \naz --version \naz account show \n\n Ejemplo por lotes:\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "Argumentos de script",
- "loc.input.help.scriptArguments": "Argumentos pasados al script",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "Antepone la línea \"$ErrorActionPreference = 'VALUE'\" al principio del script de PowerShell o PowerShell Core.",
- "loc.input.label.addSpnToEnvironment": "Acceder a los detalles de la entidad de servicio en el script",
- "loc.input.help.addSpnToEnvironment": "Agrega el identificador de la entidad de servicio, la clave de la entidad de servicio y el identificador de inquilino del punto de conexión de Azure seleccionado al entorno de ejecución del script. Puede usar las variables \"servicePrincipalId\", \"servicePrincipalKey\" y \"tenantId\" en el script.\n\nEsto solo se sigue cuando el punto de conexión de Azure tiene el esquema de autenticación de la entidad de servicio.\n\nLa sintaxis para acceder a las variables de entorno se basa en el tipo de script.\n\nScript de PowerShell: $env:servicePrincipalId\n\nScript por lotes: %servicePrincipalId% \n\nScript del shell: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "Usar la configuración global de la CLI de Azure",
- "loc.input.help.useGlobalConfig": "Si es false, esta tarea usará su propio [directorio de configuración de la CLI de Azure](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Se puede usar para ejecutar tareas de la CLI de Azure en versiones en *paralelo*.",
- "loc.input.label.cwd": "Directorio de trabajo",
- "loc.input.help.cwd": "Directorio de trabajo actual en el que se ejecuta el script. Si se deja vacío, es la raíz del repositorio (compilación) o artefactos (versión), que es $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "Error si se produce un error estándar",
- "loc.input.help.failOnStandardError": "Si es true, la tarea no se podrá ejecutar cuando se registre algún error en la secuencia StandardError. Anule la selección de la casilla para ignorar los errores estándar y use los códigos de salida para determinar el estado.",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "Ignorar $LASTEXITCODE",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "Si es false, se anexa la línea \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" al final del script. Esto hará que se propague el último código de salida de un comando externo como código de salida de PowerShell. De lo contrario, no se anexa la línea al final del script.",
- "loc.messages.ScriptReturnCode": "El script finalizó con el código de retorno: %d",
- "loc.messages.ScriptFailed": "No se pudo ejecutar el script. Error: %s",
- "loc.messages.ScriptFailedStdErr": "El script tiene la salida en stderr. Se produce un error cuando failOnStdErr está establecido en true.",
- "loc.messages.ScriptFailedWithExitCode": "Error del script con el código de salida %d",
- "loc.messages.UnsupportedEndpointScheme": "Esquema de autorización de conexión de servicio no compatible: entidad de servicio para AzureRM",
- "loc.messages.AzureSDKNotFound": "La CLI de Azure 2.x no está instalada en esta máquina.",
- "loc.messages.FailedToLogout": "Error al cerrar sesión: %s",
- "loc.messages.LoginFailed": "Error del inicio de sesión de Azure",
- "loc.messages.MSILoginFailed": "Error de inicio de sesión de Azure con Managed Service Identity",
- "loc.messages.AuthSchemeNotSupported": "No se admite el esquema de autenticación %s.",
- "loc.messages.ErrorInSettingUpSubscription": "Error en la configuración de la suscripción",
- "loc.messages.SettingAzureConfigDir": "Estableciendo la variable de entorno AZURE_CONFIG_DIR en %s",
- "loc.messages.SettingAzureCloud": "Estableciendo la nube activa en %s",
- "loc.messages.JS_InvalidFilePath": "No se encontró el archivo de script en la ubicación de script especificada: \"%s\". Compruebe que el script existe en la ruta de acceso especificada. Si desea usar un script alineado, especifique la entrada \"Ubicación del script\" como \"inlineScript\".",
- "loc.messages.JS_InvalidErrorActionPreference": "El valor \"%s\" de ErrorActionPreference no es válido. El valor debe ser uno de los siguientes: \"Stop\", \"Continue\" o \"SilentlyContinue\"",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Para la versión del agente < 2.115.0, solo se puede usar la configuración global de la CLI de Azure.",
- "loc.messages.UnacceptedScriptLocationValue": "%s no es un valor válido para la entrada de tarea \"Ubicación del script\" (scriptLocation en YAML). El valor puede ser \"inlineScript\" o \"scriptPath\"."
+{
+ "loc.friendlyName": "CLI de Azure",
+ "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) o [consultar la documentación de la CLI de Azure](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Ejecute los comandos de la CLI de Azure para una suscripción de Azure en un script de PowerShell Core o Shell (al ejecutarse en un agente de Linux) o en un script de PowerShell/PowerShell Core/por lotes (al ejecutarse en un agente de Windows).",
+ "loc.instanceNameFormat": "CLI de Azure $(scriptPath)",
+ "loc.releaseNotes": "Novedades de la versión 2.0:\n- Compatibilidad con los scripts de PowerShell y PowerShell Core. \n- PowerShell Core funciona con agentes multiplataforma (Linux, macOS o Windows); asegúrese de que el agente tenga la versión 6 de PowerShell o una posterior. \n- El script de PowerShell funciona solo con el agente de Windows; asegúrese de que el agente tenga la versión 5 de PowerShell o una anterior.",
+ "loc.group.displayName.advanced": "Avanzado",
+ "loc.input.label.connectedServiceNameARM": "Conexión de Azure Resource Manager",
+ "loc.input.help.connectedServiceNameARM": "Seleccionar una conexión de servicio de Azure Resource Manager para la implementación",
+ "loc.input.label.scriptType": "Tipo de script",
+ "loc.input.help.scriptType": "Tipo de script: script de PowerShell/PowerShell Core/por lotes/Shell. Seleccione el script de Shell/PowerShell Core al ejecutarse en el agente de Linux o el script por lotes/PowerShell/PowerShell Core al ejecutarse en el agente de Windows. El script de PowerShell Core puede ejecutarse en agentes multiplataforma (Linux, macOS o Windows).",
+ "loc.input.label.scriptLocation": "Ubicación del script",
+ "loc.input.help.scriptLocation": "Ruta de acceso al script: ruta de acceso de archivo o script alineado",
+ "loc.input.label.scriptPath": "Ruta de acceso del script",
+ "loc.input.help.scriptPath": "Ruta de acceso completa del script (.ps1, .bat o .cmd cuando se usa el agente basado en Windows; de lo contrario, .ps1 o .sh cuando se usa el agente basado en Linux) o una ruta de acceso relativa al directorio de trabajo predeterminado",
+ "loc.input.label.inlineScript": "Script en línea",
+ "loc.input.help.inlineScript": "Puede escribir aquí los scripts alineados. Utilice el scripting de PowerShell, PowerShell Core o por lotes cuando use un agente de Windows o bien use el scripting del shell o de PowerShell Core con los agentes basados en Linux. Para los archivos por lotes, use el prefijo \"call\" delante de cada comando de Azure. También puede pasar variables predefinidas y personalizadas a este script mediante argumentos. \n\n Ejemplo para PowerShell, PowerShellCore o shell: \naz --version \naz account show \n\n Ejemplo por lotes:\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "Argumentos de script",
+ "loc.input.help.scriptArguments": "Argumentos pasados al script",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "Antepone la línea \"$ErrorActionPreference = 'VALUE'\" al principio del script de PowerShell o PowerShell Core.",
+ "loc.input.label.addSpnToEnvironment": "Acceder a los detalles de la entidad de servicio en el script",
+ "loc.input.help.addSpnToEnvironment": "Agrega el identificador de la entidad de servicio, la clave de la entidad de servicio y el identificador de inquilino del punto de conexión de Azure seleccionado al entorno de ejecución del script. Puede usar las variables \"servicePrincipalId\", \"servicePrincipalKey\" y \"tenantId\" en el script.\n\nEsto solo se sigue cuando el punto de conexión de Azure tiene el esquema de autenticación de la entidad de servicio.\n\nLa sintaxis para acceder a las variables de entorno se basa en el tipo de script.\n\nScript de PowerShell: $env:servicePrincipalId\n\nScript por lotes: %servicePrincipalId% \n\nScript del shell: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "Usar la configuración global de la CLI de Azure",
+ "loc.input.help.useGlobalConfig": "Si es false, esta tarea usará su propio [directorio de configuración de la CLI de Azure](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Se puede usar para ejecutar tareas de la CLI de Azure en versiones en *paralelo*.",
+ "loc.input.label.cwd": "Directorio de trabajo",
+ "loc.input.help.cwd": "Directorio de trabajo actual en el que se ejecuta el script. Si se deja vacío, es la raíz del repositorio (compilación) o artefactos (versión), que es $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "Error si se produce un error estándar",
+ "loc.input.help.failOnStandardError": "Si es true, la tarea no se podrá ejecutar cuando se registre algún error en la secuencia StandardError. Anule la selección de la casilla para ignorar los errores estándar y use los códigos de salida para determinar el estado.",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "Ignorar $LASTEXITCODE",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "Si es false, se anexa la línea \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" al final del script. Esto hará que se propague el último código de salida de un comando externo como código de salida de PowerShell. De lo contrario, no se anexa la línea al final del script.",
+ "loc.messages.ScriptReturnCode": "El script finalizó con el código de retorno: %d",
+ "loc.messages.ScriptFailed": "No se pudo ejecutar el script. Error: %s",
+ "loc.messages.ScriptFailedStdErr": "El script tiene la salida en stderr. Se produce un error cuando failOnStdErr está establecido en true.",
+ "loc.messages.ScriptFailedWithExitCode": "Error del script con el código de salida %d",
+ "loc.messages.UnsupportedEndpointScheme": "Esquema de autorización de conexión de servicio no compatible: entidad de servicio para AzureRM",
+ "loc.messages.AzureSDKNotFound": "La CLI de Azure 2.x no está instalada en esta máquina.",
+ "loc.messages.FailedToLogout": "Error al cerrar sesión: %s",
+ "loc.messages.LoginFailed": "Error del inicio de sesión de Azure",
+ "loc.messages.MSILoginFailed": "Error de inicio de sesión de Azure con Managed Service Identity",
+ "loc.messages.AuthSchemeNotSupported": "No se admite el esquema de autenticación %s.",
+ "loc.messages.ErrorInSettingUpSubscription": "Error en la configuración de la suscripción",
+ "loc.messages.SettingAzureConfigDir": "Estableciendo la variable de entorno AZURE_CONFIG_DIR en %s",
+ "loc.messages.SettingAzureCloud": "Estableciendo la nube activa en %s",
+ "loc.messages.JS_InvalidFilePath": "No se encontró el archivo de script en la ubicación de script especificada: \"%s\". Compruebe que el script existe en la ruta de acceso especificada. Si desea usar un script alineado, especifique la entrada \"Ubicación del script\" como \"inlineScript\".",
+ "loc.messages.JS_InvalidErrorActionPreference": "El valor \"%s\" de ErrorActionPreference no es válido. El valor debe ser uno de los siguientes: \"Stop\", \"Continue\" o \"SilentlyContinue\"",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Para la versión del agente < 2.115.0, solo se puede usar la configuración global de la CLI de Azure.",
+ "loc.messages.UnacceptedScriptLocationValue": "%s no es un valor válido para la entrada de tarea \"Ubicación del script\" (scriptLocation en YAML). El valor puede ser \"inlineScript\" o \"scriptPath\".",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/fr-FR/resources.resjson
index df67d35cd3b3..388e80c759d8 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/fr-FR/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[En savoir plus sur cette tâche](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) ou [consulter la documentation d'Azure CLI](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Exécutez des commandes Azure CLI sur un abonnement Azure via un script PowerShell Core/d'interpréteur de commandes sur un agent Linux, ou un script PowerShell/PowerShell Core/de commandes par lots sur un agent Windows.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "Nouveautés de la version 2.0 :\n- Prise en charge de script PowerShell et PowerShell Core. \n- PowerShell Core fonctionne avec les agents multiplateformes (Linux, macOS ou Windows). Vérifiez que l'agent dispose de PowerShell version 6 ou ultérieure. \n- Un script PowerShell fonctionne uniquement avec un agent Windows. Vérifiez que l'agent dispose de PowerShell version 5 ou antérieure.",
- "loc.group.displayName.advanced": "Avancé",
- "loc.input.label.connectedServiceNameARM": "Connexion Azure Resource Manager",
- "loc.input.help.connectedServiceNameARM": "Sélectionnez une connexion de service Azure Resource Manager pour le déploiement",
- "loc.input.label.scriptType": "Type de script",
- "loc.input.help.scriptType": "Type de script : PowerShell/PowerShell Core/commandes par lot/interpréteur de commandes. Sélectionnez un script d'interpréteur de commandes/PowerShell Core pour un agent Linux ou un script de commandes par lot/PowerShell/PowerShell Core pour un agent Windows. Un script PowerShell Core peut s'exécuter sur des agents multiplateformes (Linux, macOS ou Windows).",
- "loc.input.label.scriptLocation": "Emplacement du script",
- "loc.input.help.scriptLocation": "Chemin du script : chemin de fichier ou script inline",
- "loc.input.label.scriptPath": "Chemin d'accès du script",
- "loc.input.help.scriptPath": "Chemin complet du script (.ps1, .bat ou .cmd pour un agent Windows, et .ps1 ou .sh pour un agent Linux) ou chemin relatif au répertoire de travail par défaut",
- "loc.input.label.inlineScript": "Script Inline",
- "loc.input.help.inlineScript": "Vous pouvez écrire vos scripts inline ici. Pour les agents Windows, utilisez un script PowerShell, PowerShell Core ou de commandes par lot. Pour les agents Linux, utilisez un script PowerShell Core ou d'interpréteur de commandes. Pour les fichiers de commandes, utilisez le préfixe \"call\" avant chaque commande Azure. Vous pouvez également passer des variables prédéfinies et personnalisées à ce script à l'aide d'arguments \n\n exemple pour PowerShell/PowerShell Core/l'interpréteur de commandes : \naz --version \naz account show \n\n exemple pour les commandes par lot :\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "Arguments de script",
- "loc.input.help.scriptArguments": "Arguments passés au script",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "Ajoute la ligne '$ErrorActionPreference = 'VALUE'' au début de votre script PowerShell/PowerShell Core.",
- "loc.input.label.addSpnToEnvironment": "Accéder aux détails du principal de service dans le script",
- "loc.input.help.addSpnToEnvironment": "Ajoute l'ID de principal de service, la clé de principal de service et l'ID de locataire du point de terminaison Azure choisi à l'environnement d'exécution du script. Vous pouvez utiliser les variables 'servicePrincipalId', 'servicePrincipalKey' et 'tenantId' dans votre script.\n\nCeci est valable uniquement quand le point de terminaison Azure a un schéma d'authentification du principal de service.\n\nSyntaxe permettant d'accéder aux variables d'environnement en fonction du type de script.\n\nScript PowerShell : $env:servicePrincipalId\n\nScript de commandes par lot : %servicePrincipalId% \n\nScript d'interpréteur de commandes : $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "Utiliser la configuration Azure CLI globale",
- "loc.input.help.useGlobalConfig": "Si la valeur est false, cette tâche utilise son propre [répertoire de configuration Azure CLI](https://docs.microsoft.com/fr-fr/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) distinct. Permet d'exécuter des tâches Azure CLI dans des mises en production *parallèles*",
- "loc.input.label.cwd": "Répertoire de travail",
- "loc.input.help.cwd": "Répertoire de travail actif dans lequel le script est exécuté. Une valeur vide représente la racine du dépôt (build) ou des artefacts (mise en production), à savoir $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "Échec sur une erreur standard",
- "loc.input.help.failOnStandardError": "Si la valeur est true, cette tâche se solde par un échec quand des erreurs sont écrites dans le flux de données StandardError. Décochez la case pour ignorer les erreurs standard et utiliser les codes de sortie afin de déterminer l'état",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "Ignorer $LASTEXITCODE",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "Si cette valeur est false, la ligne 'if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }' est ajoutée à la fin de votre script. Cela entraîne la propagation du dernier code de sortie d'une commande externe en tant que code de sortie de PowerShell. Sinon, la ligne n'est pas ajoutée à la fin de votre script.",
- "loc.messages.ScriptReturnCode": "Arrêt du script. Code de retour : %d",
- "loc.messages.ScriptFailed": "Échec du script. Erreur : %s",
- "loc.messages.ScriptFailedStdErr": "Le script a une sortie vers stderr. Échec, car failOnStdErr a la valeur true.",
- "loc.messages.ScriptFailedWithExitCode": "Échec du script. Code de sortie : %d",
- "loc.messages.UnsupportedEndpointScheme": "Modèle d'autorisation de connexion de service non pris en charge : principal du service pour AzureRM",
- "loc.messages.AzureSDKNotFound": "Azure CLI 2.x n'est pas installé sur cette machine.",
- "loc.messages.FailedToLogout": "L'erreur suivante s'est produite durant la déconnexion : %s",
- "loc.messages.LoginFailed": "Échec de la connexion Azure",
- "loc.messages.MSILoginFailed": "Échec de la connexion Azure via Managed Service Identity",
- "loc.messages.AuthSchemeNotSupported": "Le schéma d'authentification %s n'est pas pris en charge",
- "loc.messages.ErrorInSettingUpSubscription": "Erreur durant la configuration de l'abonnement",
- "loc.messages.SettingAzureConfigDir": "Affectation de %s à la variable d'environnement AZURE_CONFIG_DIR",
- "loc.messages.SettingAzureCloud": "Affectation de %s au cloud actif",
- "loc.messages.JS_InvalidFilePath": "Le fichier de script est introuvable à l'emplacement de script spécifié : '%s'. Vérifiez que le script existe dans le chemin spécifié. Si vous souhaitez utiliser un script inline, indiquez 'inlineScript' pour 'Script Location'.",
- "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' non valide. La valeur doit correspondre à 'Stop', 'Continue' ou 'SilentlyContinue'",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Pour une version d'agent < 2.115.0, seule la configuration Azure CLI globale peut être utilisée",
- "loc.messages.UnacceptedScriptLocationValue": "%s n'est pas une valeur valide pour l'entrée de tâche 'Script Location' (scriptLocation en YAML). La valeur peut être 'inlineScript' ou 'scriptPath'"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[En savoir plus sur cette tâche](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) ou [consulter la documentation d'Azure CLI](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Exécutez des commandes Azure CLI sur un abonnement Azure via un script PowerShell Core/d'interpréteur de commandes sur un agent Linux, ou un script PowerShell/PowerShell Core/de commandes par lots sur un agent Windows.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "Nouveautés de la version 2.0 :\n- Prise en charge de script PowerShell et PowerShell Core. \n- PowerShell Core fonctionne avec les agents multiplateformes (Linux, macOS ou Windows). Vérifiez que l'agent dispose de PowerShell version 6 ou ultérieure. \n- Un script PowerShell fonctionne uniquement avec un agent Windows. Vérifiez que l'agent dispose de PowerShell version 5 ou antérieure.",
+ "loc.group.displayName.advanced": "Avancé",
+ "loc.input.label.connectedServiceNameARM": "Connexion Azure Resource Manager",
+ "loc.input.help.connectedServiceNameARM": "Sélectionnez une connexion de service Azure Resource Manager pour le déploiement",
+ "loc.input.label.scriptType": "Type de script",
+ "loc.input.help.scriptType": "Type de script : PowerShell/PowerShell Core/commandes par lot/interpréteur de commandes. Sélectionnez un script d'interpréteur de commandes/PowerShell Core pour un agent Linux ou un script de commandes par lot/PowerShell/PowerShell Core pour un agent Windows. Un script PowerShell Core peut s'exécuter sur des agents multiplateformes (Linux, macOS ou Windows).",
+ "loc.input.label.scriptLocation": "Emplacement du script",
+ "loc.input.help.scriptLocation": "Chemin du script : chemin de fichier ou script inline",
+ "loc.input.label.scriptPath": "Chemin d'accès du script",
+ "loc.input.help.scriptPath": "Chemin complet du script (.ps1, .bat ou .cmd pour un agent Windows, et .ps1 ou .sh pour un agent Linux) ou chemin relatif au répertoire de travail par défaut",
+ "loc.input.label.inlineScript": "Script Inline",
+ "loc.input.help.inlineScript": "Vous pouvez écrire vos scripts inline ici. Pour les agents Windows, utilisez un script PowerShell, PowerShell Core ou de commandes par lot. Pour les agents Linux, utilisez un script PowerShell Core ou d'interpréteur de commandes. Pour les fichiers de commandes, utilisez le préfixe \"call\" avant chaque commande Azure. Vous pouvez également passer des variables prédéfinies et personnalisées à ce script à l'aide d'arguments \n\n exemple pour PowerShell/PowerShell Core/l'interpréteur de commandes : \naz --version \naz account show \n\n exemple pour les commandes par lot :\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "Arguments de script",
+ "loc.input.help.scriptArguments": "Arguments passés au script",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "Ajoute la ligne '$ErrorActionPreference = 'VALUE'' au début de votre script PowerShell/PowerShell Core.",
+ "loc.input.label.addSpnToEnvironment": "Accéder aux détails du principal de service dans le script",
+ "loc.input.help.addSpnToEnvironment": "Ajoute l'ID de principal de service, la clé de principal de service et l'ID de locataire du point de terminaison Azure choisi à l'environnement d'exécution du script. Vous pouvez utiliser les variables 'servicePrincipalId', 'servicePrincipalKey' et 'tenantId' dans votre script.\n\nCeci est valable uniquement quand le point de terminaison Azure a un schéma d'authentification du principal de service.\n\nSyntaxe permettant d'accéder aux variables d'environnement en fonction du type de script.\n\nScript PowerShell : $env:servicePrincipalId\n\nScript de commandes par lot : %servicePrincipalId% \n\nScript d'interpréteur de commandes : $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "Utiliser la configuration Azure CLI globale",
+ "loc.input.help.useGlobalConfig": "Si la valeur est false, cette tâche utilise son propre [répertoire de configuration Azure CLI](https://docs.microsoft.com/fr-fr/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) distinct. Permet d'exécuter des tâches Azure CLI dans des mises en production *parallèles*",
+ "loc.input.label.cwd": "Répertoire de travail",
+ "loc.input.help.cwd": "Répertoire de travail actif dans lequel le script est exécuté. Une valeur vide représente la racine du dépôt (build) ou des artefacts (mise en production), à savoir $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "Échec sur une erreur standard",
+ "loc.input.help.failOnStandardError": "Si la valeur est true, cette tâche se solde par un échec quand des erreurs sont écrites dans le flux de données StandardError. Décochez la case pour ignorer les erreurs standard et utiliser les codes de sortie afin de déterminer l'état",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "Ignorer $LASTEXITCODE",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "Si cette valeur est false, la ligne 'if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }' est ajoutée à la fin de votre script. Cela entraîne la propagation du dernier code de sortie d'une commande externe en tant que code de sortie de PowerShell. Sinon, la ligne n'est pas ajoutée à la fin de votre script.",
+ "loc.messages.ScriptReturnCode": "Arrêt du script. Code de retour : %d",
+ "loc.messages.ScriptFailed": "Échec du script. Erreur : %s",
+ "loc.messages.ScriptFailedStdErr": "Le script a une sortie vers stderr. Échec, car failOnStdErr a la valeur true.",
+ "loc.messages.ScriptFailedWithExitCode": "Échec du script. Code de sortie : %d",
+ "loc.messages.UnsupportedEndpointScheme": "Modèle d'autorisation de connexion de service non pris en charge : principal du service pour AzureRM",
+ "loc.messages.AzureSDKNotFound": "Azure CLI 2.x n'est pas installé sur cette machine.",
+ "loc.messages.FailedToLogout": "L'erreur suivante s'est produite durant la déconnexion : %s",
+ "loc.messages.LoginFailed": "Échec de la connexion Azure",
+ "loc.messages.MSILoginFailed": "Échec de la connexion Azure via Managed Service Identity",
+ "loc.messages.AuthSchemeNotSupported": "Le schéma d'authentification %s n'est pas pris en charge",
+ "loc.messages.ErrorInSettingUpSubscription": "Erreur durant la configuration de l'abonnement",
+ "loc.messages.SettingAzureConfigDir": "Affectation de %s à la variable d'environnement AZURE_CONFIG_DIR",
+ "loc.messages.SettingAzureCloud": "Affectation de %s au cloud actif",
+ "loc.messages.JS_InvalidFilePath": "Le fichier de script est introuvable à l'emplacement de script spécifié : '%s'. Vérifiez que le script existe dans le chemin spécifié. Si vous souhaitez utiliser un script inline, indiquez 'inlineScript' pour 'Script Location'.",
+ "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' non valide. La valeur doit correspondre à 'Stop', 'Continue' ou 'SilentlyContinue'",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Pour une version d'agent < 2.115.0, seule la configuration Azure CLI globale peut être utilisée",
+ "loc.messages.UnacceptedScriptLocationValue": "%s n'est pas une valeur valide pour l'entrée de tâche 'Script Location' (scriptLocation en YAML). La valeur peut être 'inlineScript' ou 'scriptPath'",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson
index 189f91007d53..823d352d8e3b 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Interfaccia della riga di comando di Azure",
- "loc.helpMarkDown": "[Altre informazioni su questa attività](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md). In alternativa [vedere la documentazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Consente di eseguire i comandi dell'interfaccia della riga di comando di Azure su una sottoscrizione di Azure in uno script PowerShell Core o della shell quando viene eseguito in un agente Linux oppure in uno script PowerShell/PowerShell Core/Batch quando viene eseguito in un agente Windows.",
- "loc.instanceNameFormat": "Interfaccia della riga di comando di Azure $(scriptPath)",
- "loc.releaseNotes": "Novità della versione 2.0:\n- Supporto per script PowerShell e PowerShell Core. \n- PowerShell Core è compatibile con agenti multipiattaforma (Linux, macOS o Windows). Assicurarsi che nell'agente sia installato almeno PowerShell versione 6. \n- Lo script Powershell è compatibile solo con l'agente Windows. Assicurarsi che nell'agente sia installato PowerShell versione 5 o versione precedente.",
- "loc.group.displayName.advanced": "Avanzate",
- "loc.input.label.connectedServiceNameARM": "Connessione ad Azure Resource Manager",
- "loc.input.help.connectedServiceNameARM": "Consente di selezionare una connessione al servizio Azure Resource Manager per la distribuzione",
- "loc.input.label.scriptType": "Tipo di script",
- "loc.input.help.scriptType": "Tipo di script: script PowerShell/PowerShell Core/batch o della shell. Selezionare lo script PowerShell Core o della shell quando viene eseguito in un agente Linux oppure lo script batch/PowerShell/PowerShell Core quando viene eseguito nell'agente Windows. Lo script PowerShell Core può essere eseguito in agenti multipiattaforma (Linux, macOS o Windows).",
- "loc.input.label.scriptLocation": "Percorso script",
- "loc.input.help.scriptLocation": "Percorso dello script: Percorso file o Script inline",
- "loc.input.label.scriptPath": "Percorso script",
- "loc.input.help.scriptPath": "Percorso completo dello script (con estensione .ps1, .bat o .cmd quando si usa l'agente basato su Windows ed estensione .ps1 o .sh quando si usa l'agente basato su Linux) oppure un percorso relativo alla directory di lavoro predefinita",
- "loc.input.label.inlineScript": "Script inline",
- "loc.input.help.inlineScript": "È possibile scrivere qui gli script inline. Con l'agente Windows, usare script PowerShell/PowerShell Core/batch, mentre con gli agenti basati su Linux, usare script PowerShell Core o della shell. Per i file batch usare il prefisso \"call\" prima di ogni comando di Azure. È anche possibile passare a questo script variabili predefinite e personalizzate usando gli argomenti \n\n Esempio per PowerShell/PowerShellCore/shell: \naz --version \naz account show \n\n Esempio per batch:\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "Argomenti script",
- "loc.input.help.scriptArguments": "Argomenti passati allo script",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "Antepone la riga `$ErrorActionPreference = 'VALUE'` all'inizio dello script PowerShell/PowerShell Core.",
- "loc.input.label.addSpnToEnvironment": "Accedi ai dettagli dell'entità servizio nello script",
- "loc.input.help.addSpnToEnvironment": "Aggiunge l'ID entità servizio, la chiave dell'entità servizio e l'ID tenant dell'endpoint di Azure scelto all'ambiente di esecuzione dello script. Nello script è possibile usare le variabili `servicePrincipalId`, `servicePrincipalKey` and `tenantId`.\n\nQuesta opzione è consentita solo quando l'endpoint di Azure prevede lo schema di autenticazione dell'entità servizio.\n\nSintassi per accedere alle variabili di ambiente in base al tipo di script.\n\nScript Powershell: $env:servicePrincipalId\n\nScript batch: %servicePrincipalId% \n\nScript della shell: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "Usa la configurazione globale dell'interfaccia della riga di comando di Azure",
- "loc.input.help.useGlobalConfig": "Se è false, questa attività userà una [directory di configurazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/it-it/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) separata. Può essere usato per eseguire attività dell'interfaccia della riga di comando di Azure in versioni *parallele*",
- "loc.input.label.cwd": "Directory di lavoro",
- "loc.input.help.cwd": "Directory di lavoro corrente in cui viene eseguito lo script. Se non si specifica un valore, corrisponde alla radice del repository (compilazione) o degli artefatti (versione), ovvero $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "Interrompi in caso di errore standard",
- "loc.input.help.failOnStandardError": "Se è impostato su true, questa attività non riuscirà nel caso in cui vengano scritti errori nel flusso StandardError. Deselezionare la casella di controllo per ignorare gli errori standard e determinare lo stato in base ai codici di uscita",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "Ignora $LASTEXITCODE",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "Se è false, la riga 'if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }' viene aggiunta alla fine dello script. In questo modo l'ultimo codice di uscita da un comando esterno verrà propagato come codice di uscita di PowerShell. In caso contrario, la riga non viene aggiunta alla fine dello script.",
- "loc.messages.ScriptReturnCode": "Lo script è stato terminato. Codice restituito: %d",
- "loc.messages.ScriptFailed": "Lo script non è riuscito. Errore: %s",
- "loc.messages.ScriptFailedStdErr": "L'output dello script viene inviato a STDERR. Verrà restituito un errore perché failOnStdErr è impostato su true.",
- "loc.messages.ScriptFailedWithExitCode": "Lo script non è riuscito. Codice di uscita: %d",
- "loc.messages.UnsupportedEndpointScheme": "Schema di autorizzazione della connessione al servizio non supportato: entità servizio per AzureRM",
- "loc.messages.AzureSDKNotFound": "In questo computer non è installata la versione 2.x dell'interfaccia della riga di comando di Azure.",
- "loc.messages.FailedToLogout": "Durante la disconnessione si è verificato l'errore seguente: %s",
- "loc.messages.LoginFailed": "L'accesso ad Azure non è riuscito",
- "loc.messages.MSILoginFailed": "L'accesso di Azure con l'identità del servizio gestita non è riuscito",
- "loc.messages.AuthSchemeNotSupported": "Lo schema di autenticazione %s non è supportato",
- "loc.messages.ErrorInSettingUpSubscription": "Si è verificato un errore durante la configurazione della sottoscrizione",
- "loc.messages.SettingAzureConfigDir": "Impostazione della variabile di ambiente AZURE_CONFIG_DIR su: %s",
- "loc.messages.SettingAzureCloud": "Impostazione del cloud attivo su: %s",
- "loc.messages.JS_InvalidFilePath": "Non è stato possibile trovare il file di script nel percorso dello script specificato: '%s'. Verificare che lo script esista nel percorso specificato. Se si vuole usare lo script inline, specificare `inlineScript` come valore di input di `Percorso script`.",
- "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' non valido. Il valore deve essere uno tra i seguenti: 'Stop', 'Continue' o 'SilentlyContinue'",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Se la versione dell'agente è inferiore a quella 2.115.0, è possibile usare solo la configurazione globale dell'interfaccia della riga di comando di Azure",
- "loc.messages.UnacceptedScriptLocationValue": "%s non è un valore valido per il valore di input attività 'Percorso script' (scriptLocation in YAML). Il valore può essere 'inlineScript' o 'scriptPath'"
+{
+ "loc.friendlyName": "Interfaccia della riga di comando di Azure",
+ "loc.helpMarkDown": "[Altre informazioni su questa attività](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md). In alternativa [vedere la documentazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Consente di eseguire i comandi dell'interfaccia della riga di comando di Azure su una sottoscrizione di Azure in uno script PowerShell Core o della shell quando viene eseguito in un agente Linux oppure in uno script PowerShell/PowerShell Core/Batch quando viene eseguito in un agente Windows.",
+ "loc.instanceNameFormat": "Interfaccia della riga di comando di Azure $(scriptPath)",
+ "loc.releaseNotes": "Novità della versione 2.0:\n- Supporto per script PowerShell e PowerShell Core. \n- PowerShell Core è compatibile con agenti multipiattaforma (Linux, macOS o Windows). Assicurarsi che nell'agente sia installato almeno PowerShell versione 6. \n- Lo script Powershell è compatibile solo con l'agente Windows. Assicurarsi che nell'agente sia installato PowerShell versione 5 o versione precedente.",
+ "loc.group.displayName.advanced": "Avanzate",
+ "loc.input.label.connectedServiceNameARM": "Connessione ad Azure Resource Manager",
+ "loc.input.help.connectedServiceNameARM": "Consente di selezionare una connessione al servizio Azure Resource Manager per la distribuzione",
+ "loc.input.label.scriptType": "Tipo di script",
+ "loc.input.help.scriptType": "Tipo di script: script PowerShell/PowerShell Core/batch o della shell. Selezionare lo script PowerShell Core o della shell quando viene eseguito in un agente Linux oppure lo script batch/PowerShell/PowerShell Core quando viene eseguito nell'agente Windows. Lo script PowerShell Core può essere eseguito in agenti multipiattaforma (Linux, macOS o Windows).",
+ "loc.input.label.scriptLocation": "Percorso script",
+ "loc.input.help.scriptLocation": "Percorso dello script: Percorso file o Script inline",
+ "loc.input.label.scriptPath": "Percorso script",
+ "loc.input.help.scriptPath": "Percorso completo dello script (con estensione .ps1, .bat o .cmd quando si usa l'agente basato su Windows ed estensione .ps1 o .sh quando si usa l'agente basato su Linux) oppure un percorso relativo alla directory di lavoro predefinita",
+ "loc.input.label.inlineScript": "Script inline",
+ "loc.input.help.inlineScript": "È possibile scrivere qui gli script inline. Con l'agente Windows, usare script PowerShell/PowerShell Core/batch, mentre con gli agenti basati su Linux, usare script PowerShell Core o della shell. Per i file batch usare il prefisso \"call\" prima di ogni comando di Azure. È anche possibile passare a questo script variabili predefinite e personalizzate usando gli argomenti \n\n Esempio per PowerShell/PowerShellCore/shell: \naz --version \naz account show \n\n Esempio per batch:\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "Argomenti script",
+ "loc.input.help.scriptArguments": "Argomenti passati allo script",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "Antepone la riga `$ErrorActionPreference = 'VALUE'` all'inizio dello script PowerShell/PowerShell Core.",
+ "loc.input.label.addSpnToEnvironment": "Accedi ai dettagli dell'entità servizio nello script",
+ "loc.input.help.addSpnToEnvironment": "Aggiunge l'ID entità servizio, la chiave dell'entità servizio e l'ID tenant dell'endpoint di Azure scelto all'ambiente di esecuzione dello script. Nello script è possibile usare le variabili `servicePrincipalId`, `servicePrincipalKey` and `tenantId`.\n\nQuesta opzione è consentita solo quando l'endpoint di Azure prevede lo schema di autenticazione dell'entità servizio.\n\nSintassi per accedere alle variabili di ambiente in base al tipo di script.\n\nScript Powershell: $env:servicePrincipalId\n\nScript batch: %servicePrincipalId% \n\nScript della shell: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "Usa la configurazione globale dell'interfaccia della riga di comando di Azure",
+ "loc.input.help.useGlobalConfig": "Se è false, questa attività userà una [directory di configurazione dell'interfaccia della riga di comando di Azure](https://docs.microsoft.com/it-it/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file) separata. Può essere usato per eseguire attività dell'interfaccia della riga di comando di Azure in versioni *parallele*",
+ "loc.input.label.cwd": "Directory di lavoro",
+ "loc.input.help.cwd": "Directory di lavoro corrente in cui viene eseguito lo script. Se non si specifica un valore, corrisponde alla radice del repository (compilazione) o degli artefatti (versione), ovvero $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "Interrompi in caso di errore standard",
+ "loc.input.help.failOnStandardError": "Se è impostato su true, questa attività non riuscirà nel caso in cui vengano scritti errori nel flusso StandardError. Deselezionare la casella di controllo per ignorare gli errori standard e determinare lo stato in base ai codici di uscita",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "Ignora $LASTEXITCODE",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "Se è false, la riga 'if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }' viene aggiunta alla fine dello script. In questo modo l'ultimo codice di uscita da un comando esterno verrà propagato come codice di uscita di PowerShell. In caso contrario, la riga non viene aggiunta alla fine dello script.",
+ "loc.messages.ScriptReturnCode": "Lo script è stato terminato. Codice restituito: %d",
+ "loc.messages.ScriptFailed": "Lo script non è riuscito. Errore: %s",
+ "loc.messages.ScriptFailedStdErr": "L'output dello script viene inviato a STDERR. Verrà restituito un errore perché failOnStdErr è impostato su true.",
+ "loc.messages.ScriptFailedWithExitCode": "Lo script non è riuscito. Codice di uscita: %d",
+ "loc.messages.UnsupportedEndpointScheme": "Schema di autorizzazione della connessione al servizio non supportato: entità servizio per AzureRM",
+ "loc.messages.AzureSDKNotFound": "In questo computer non è installata la versione 2.x dell'interfaccia della riga di comando di Azure.",
+ "loc.messages.FailedToLogout": "Durante la disconnessione si è verificato l'errore seguente: %s",
+ "loc.messages.LoginFailed": "L'accesso ad Azure non è riuscito",
+ "loc.messages.MSILoginFailed": "L'accesso di Azure con l'identità del servizio gestita non è riuscito",
+ "loc.messages.AuthSchemeNotSupported": "Lo schema di autenticazione %s non è supportato",
+ "loc.messages.ErrorInSettingUpSubscription": "Si è verificato un errore durante la configurazione della sottoscrizione",
+ "loc.messages.SettingAzureConfigDir": "Impostazione della variabile di ambiente AZURE_CONFIG_DIR su: %s",
+ "loc.messages.SettingAzureCloud": "Impostazione del cloud attivo su: %s",
+ "loc.messages.JS_InvalidFilePath": "Non è stato possibile trovare il file di script nel percorso dello script specificato: '%s'. Verificare che lo script esista nel percorso specificato. Se si vuole usare lo script inline, specificare `inlineScript` come valore di input di `Percorso script`.",
+ "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' non valido. Il valore deve essere uno tra i seguenti: 'Stop', 'Continue' o 'SilentlyContinue'",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Se la versione dell'agente è inferiore a quella 2.115.0, è possibile usare solo la configurazione globale dell'interfaccia della riga di comando di Azure",
+ "loc.messages.UnacceptedScriptLocationValue": "%s non è un valore valido per il valore di input attività 'Percorso script' (scriptLocation in YAML). Il valore può essere 'inlineScript' o 'scriptPath'",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson
index bea8482bcee1..d44441f416eb 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[このタスクの詳細を表示](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md)、または [Azure CLI のドキュメントを参照](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Linux エージェントで実行している場合は PowerShell Core またはシェル スクリプト、Windows エージェントで実行している場合は PowerShell、PowerShell Core、バッチ スクリプトで、Azure サブスクリプションに対して Azure CLI コマンドを実行します。",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "バージョン 2.0 の新機能:\n- PowerShell および PowerShell Core スクリプトのサポート。\n- PowerShell Core はクロスプラットフォーム エージェント (Linux、macOS、または Windows) で動作します。エージェントに PowerShell バージョン 6 以上があることをご確認ください。\n- PowerShell スクリプトは Windows エージェントのみで動作します。エージェントに PowerShell バージョン 5 以下があることをご確認ください。",
- "loc.group.displayName.advanced": "詳細設定",
- "loc.input.label.connectedServiceNameARM": "Azure Resource Manager 接続",
- "loc.input.help.connectedServiceNameARM": "デプロイ用の Azure Resource Manager サービス接続を選択します",
- "loc.input.label.scriptType": "スクリプトの種類",
- "loc.input.help.scriptType": "スクリプトの種類: PowerShell、PowerShell Core、Bat、シェル スクリプト。Linux エージェントで実行している場合はシェルまたは PowerShell Core スクリプト、Windows エージェントで実行している場合は Batch、PowerShell、PowerShell Core スクリプトのいずれかを選択します。PowerShell Core スクリプトは、クロスプラットフォーム エージェント (Linux、macOS、または Windows) で実行できます。",
- "loc.input.label.scriptLocation": "スクリプトの場所",
- "loc.input.help.scriptLocation": "スクリプトへのパス: ファイル パスまたはインライン スクリプト",
- "loc.input.label.scriptPath": "スクリプト パス",
- "loc.input.help.scriptPath": "スクリプト (Windows ベースのエージェントを使用している場合は .ps1、.bat、.cmd のいずれか、Linux ベースのエージェントを使用している場合は .ps1 または .sh) の完全修飾パスまたは既定の作業ディレクトリからの相対パス",
- "loc.input.label.inlineScript": "インライン スクリプト",
- "loc.input.help.inlineScript": "こちらにスクリプトをインラインで記述できます。Windows エージェントを使用する場合は PowerShell、PowerShell Core、バッチ スクリプトのいずれかを使用し、Linux ベースのエージェントを使用する場合は PowerShell Core かシェル スクリプトを使用します。バッチ ファイルの場合、それぞれの azure コマンドの前にプレフィックス \"call\" を使用します。また、引数を使用して、事前定義された変数とカスタム変数をこのスクリプトに渡すこともできます。\n\n PowerShell、PowerShellCore、シェルの例: \naz --version \naz account show \n\n バッチの例: \ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "スクリプトの引数",
- "loc.input.help.scriptArguments": "スクリプトに渡される引数",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "PowerShell または PowerShell Core スクリプトの先頭に、`$ErrorActionPreference = 'VALUE'` という行を追加します。",
- "loc.input.label.addSpnToEnvironment": "スクリプト内のサービス プリンシパルの詳細にアクセスする",
- "loc.input.help.addSpnToEnvironment": "選択した Azure エンドポイントのサービス プリンシパル ID、サービス プリンシパル キー、テナント ID をスクリプトの実行環境に追加します。スクリプトでは、変数 'servicePrincipalId'、'servicePrincipalKey'、'tenantId' を使用できます。\n\nこれは、Azure エンドポイントにサービス プリンシパルの認証スキームがある場合にのみ受け付けられます。\n\nスクリプトの種類に基づいて環境変数にアクセスするための構文。\n\nPowerShell スクリプト: $env:servicePrincipalId\n\nバッチ スクリプト: %servicePrincipalId%\n\nシェル スクリプト: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "グローバルの Azure CLI 構成を使用する",
- "loc.input.help.useGlobalConfig": "この値が false の場合、このタスクでは別個の [Azure CLI 構成ディレクトリ](https://docs.microsoft.com/ja-jp/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)が使用されます。これは、*並列*リリースで Azure CLI タスクを実行するために使用できます",
- "loc.input.label.cwd": "作業ディレクトリ",
- "loc.input.help.cwd": "スクリプトを実行する現行の作業ディレクトリ。空白はリポジトリ (ビルド) または成果物 (リリース) のルートであり、$(System.DefaultWorkingDirectory) となります",
- "loc.input.label.failOnStandardError": "標準エラーで失敗",
- "loc.input.help.failOnStandardError": "これが true の場合、StandardError ストリームにエラーが書き込まれると、このタスクは失敗します。チェック ボックスを選択解除して標準エラーを無視し、終了コードから状態を確認します",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "$LASTEXITCODE を無視する",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "これが false の場合、行 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` がスクリプトの末尾に追加されます。この行があると、外部コマンドからの最後の終了コードが PowerShell の終了コードとして伝達されます。それ以外の場合、スクリプトの末尾にこの行が追加されることはありません。",
- "loc.messages.ScriptReturnCode": "スクリプトが次のリターン コードで終了しました: %d",
- "loc.messages.ScriptFailed": "スクリプトがエラーで失敗しました: %s",
- "loc.messages.ScriptFailedStdErr": "スクリプトに stderr への出力があります。failOnStdErr が true に設定されているため、失敗しています。",
- "loc.messages.ScriptFailedWithExitCode": "スクリプトが終了コード %d で失敗しました",
- "loc.messages.UnsupportedEndpointScheme": "サポートされていないサービス接続の認証スキーム: AzureRM に対するサービス プリンシパル",
- "loc.messages.AzureSDKNotFound": "Azure CLI 2.x はこのマシンにインストールされていません。",
- "loc.messages.FailedToLogout": "ログアウト中に次のエラーが発生しました: %s",
- "loc.messages.LoginFailed": "Azure のログインに失敗しました",
- "loc.messages.MSILoginFailed": "マネージド サービス ID を使用する Azure ログインが失敗しました",
- "loc.messages.AuthSchemeNotSupported": "認証スキーム %s はサポートされていません",
- "loc.messages.ErrorInSettingUpSubscription": "サブスクリプションの設定のエラー",
- "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 環境変数を %s に設定しています",
- "loc.messages.SettingAzureCloud": "アクティブ クラウドを %s に設定しています",
- "loc.messages.JS_InvalidFilePath": "指定されたスクリプトの場所 '%s' でスクリプト ファイルが見つかりませんでした。指定されたパスにスクリプトが存在することをご確認ください。インライン スクリプトを使用する場合は、入力 'スクリプトの場所' を 'inlineScript' と指定してください。",
- "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' は無効です。値は、'Stop'、'Continue'、'SilentlyContinue' のいずれかである必要があります",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "エージェント バージョンが 2.115.0 より前の場合、グローバルの Azure CLI 構成のみ使用できます",
- "loc.messages.UnacceptedScriptLocationValue": "%s はタスク入力 'スクリプトの場所' (YAML での scriptLocation) の有効な値ではありません。値には 'inlineScript' または 'scriptPath' のいずれかを指定できます"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[このタスクの詳細を表示](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md)、または [Azure CLI のドキュメントを参照](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Linux エージェントで実行している場合は PowerShell Core またはシェル スクリプト、Windows エージェントで実行している場合は PowerShell、PowerShell Core、バッチ スクリプトで、Azure サブスクリプションに対して Azure CLI コマンドを実行します。",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "バージョン 2.0 の新機能:\n- PowerShell および PowerShell Core スクリプトのサポート。\n- PowerShell Core はクロスプラットフォーム エージェント (Linux、macOS、または Windows) で動作します。エージェントに PowerShell バージョン 6 以上があることをご確認ください。\n- PowerShell スクリプトは Windows エージェントのみで動作します。エージェントに PowerShell バージョン 5 以下があることをご確認ください。",
+ "loc.group.displayName.advanced": "詳細設定",
+ "loc.input.label.connectedServiceNameARM": "Azure Resource Manager 接続",
+ "loc.input.help.connectedServiceNameARM": "デプロイ用の Azure Resource Manager サービス接続を選択します",
+ "loc.input.label.scriptType": "スクリプトの種類",
+ "loc.input.help.scriptType": "スクリプトの種類: PowerShell、PowerShell Core、Bat、シェル スクリプト。Linux エージェントで実行している場合はシェルまたは PowerShell Core スクリプト、Windows エージェントで実行している場合は Batch、PowerShell、PowerShell Core スクリプトのいずれかを選択します。PowerShell Core スクリプトは、クロスプラットフォーム エージェント (Linux、macOS、または Windows) で実行できます。",
+ "loc.input.label.scriptLocation": "スクリプトの場所",
+ "loc.input.help.scriptLocation": "スクリプトへのパス: ファイル パスまたはインライン スクリプト",
+ "loc.input.label.scriptPath": "スクリプト パス",
+ "loc.input.help.scriptPath": "スクリプト (Windows ベースのエージェントを使用している場合は .ps1、.bat、.cmd のいずれか、Linux ベースのエージェントを使用している場合は .ps1 または .sh) の完全修飾パスまたは既定の作業ディレクトリからの相対パス",
+ "loc.input.label.inlineScript": "インライン スクリプト",
+ "loc.input.help.inlineScript": "こちらにスクリプトをインラインで記述できます。Windows エージェントを使用する場合は PowerShell、PowerShell Core、バッチ スクリプトのいずれかを使用し、Linux ベースのエージェントを使用する場合は PowerShell Core かシェル スクリプトを使用します。バッチ ファイルの場合、それぞれの azure コマンドの前にプレフィックス \"call\" を使用します。また、引数を使用して、事前定義された変数とカスタム変数をこのスクリプトに渡すこともできます。\n\n PowerShell、PowerShellCore、シェルの例: \naz --version \naz account show \n\n バッチの例: \ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "スクリプトの引数",
+ "loc.input.help.scriptArguments": "スクリプトに渡される引数",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "PowerShell または PowerShell Core スクリプトの先頭に、`$ErrorActionPreference = 'VALUE'` という行を追加します。",
+ "loc.input.label.addSpnToEnvironment": "スクリプト内のサービス プリンシパルの詳細にアクセスする",
+ "loc.input.help.addSpnToEnvironment": "選択した Azure エンドポイントのサービス プリンシパル ID、サービス プリンシパル キー、テナント ID をスクリプトの実行環境に追加します。スクリプトでは、変数 'servicePrincipalId'、'servicePrincipalKey'、'tenantId' を使用できます。\n\nこれは、Azure エンドポイントにサービス プリンシパルの認証スキームがある場合にのみ受け付けられます。\n\nスクリプトの種類に基づいて環境変数にアクセスするための構文。\n\nPowerShell スクリプト: $env:servicePrincipalId\n\nバッチ スクリプト: %servicePrincipalId%\n\nシェル スクリプト: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "グローバルの Azure CLI 構成を使用する",
+ "loc.input.help.useGlobalConfig": "この値が false の場合、このタスクでは別個の [Azure CLI 構成ディレクトリ](https://docs.microsoft.com/ja-jp/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)が使用されます。これは、*並列*リリースで Azure CLI タスクを実行するために使用できます",
+ "loc.input.label.cwd": "作業ディレクトリ",
+ "loc.input.help.cwd": "スクリプトを実行する現行の作業ディレクトリ。空白はリポジトリ (ビルド) または成果物 (リリース) のルートであり、$(System.DefaultWorkingDirectory) となります",
+ "loc.input.label.failOnStandardError": "標準エラーで失敗",
+ "loc.input.help.failOnStandardError": "これが true の場合、StandardError ストリームにエラーが書き込まれると、このタスクは失敗します。チェック ボックスを選択解除して標準エラーを無視し、終了コードから状態を確認します",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "$LASTEXITCODE を無視する",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "これが false の場合、行 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` がスクリプトの末尾に追加されます。この行があると、外部コマンドからの最後の終了コードが PowerShell の終了コードとして伝達されます。それ以外の場合、スクリプトの末尾にこの行が追加されることはありません。",
+ "loc.messages.ScriptReturnCode": "スクリプトが次のリターン コードで終了しました: %d",
+ "loc.messages.ScriptFailed": "スクリプトがエラーで失敗しました: %s",
+ "loc.messages.ScriptFailedStdErr": "スクリプトに stderr への出力があります。failOnStdErr が true に設定されているため、失敗しています。",
+ "loc.messages.ScriptFailedWithExitCode": "スクリプトが終了コード %d で失敗しました",
+ "loc.messages.UnsupportedEndpointScheme": "サポートされていないサービス接続の認証スキーム: AzureRM に対するサービス プリンシパル",
+ "loc.messages.AzureSDKNotFound": "Azure CLI 2.x はこのマシンにインストールされていません。",
+ "loc.messages.FailedToLogout": "ログアウト中に次のエラーが発生しました: %s",
+ "loc.messages.LoginFailed": "Azure のログインに失敗しました",
+ "loc.messages.MSILoginFailed": "マネージド サービス ID を使用する Azure ログインが失敗しました",
+ "loc.messages.AuthSchemeNotSupported": "認証スキーム %s はサポートされていません",
+ "loc.messages.ErrorInSettingUpSubscription": "サブスクリプションの設定のエラー",
+ "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 環境変数を %s に設定しています",
+ "loc.messages.SettingAzureCloud": "アクティブ クラウドを %s に設定しています",
+ "loc.messages.JS_InvalidFilePath": "指定されたスクリプトの場所 '%s' でスクリプト ファイルが見つかりませんでした。指定されたパスにスクリプトが存在することをご確認ください。インライン スクリプトを使用する場合は、入力 'スクリプトの場所' を 'inlineScript' と指定してください。",
+ "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' は無効です。値は、'Stop'、'Continue'、'SilentlyContinue' のいずれかである必要があります",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "エージェント バージョンが 2.115.0 より前の場合、グローバルの Azure CLI 構成のみ使用できます",
+ "loc.messages.UnacceptedScriptLocationValue": "%s はタスク入力 'スクリプトの場所' (YAML での scriptLocation) の有効な値ではありません。値には 'inlineScript' または 'scriptPath' のいずれかを指定できます",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson
index 87358bbff9d8..92297a909d4e 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) 또는 [Azure CLI 설명서 참조](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Linux 에이전트에서 실행하는 경우 PowerShell Core/셸 스크립트에서, Windows 에이전트에서 실행하는 경우 PowerShell/PowerShell Core/배치 스크립트에서 Azure 구독에 대해 Azure CLI 명령을 실행합니다.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "버전 2.0의 새로운 기능:\n- PowerShell 및 PowerShell Core 스크립트를 지원합니다. \n- PowerShell Core는 플랫폼 간 에이전트(Linux, macOS 또는 Windows)에서 작동합니다. 에이전트에 PowerShell 버전 6 이상이 있는지 확인하세요. \n- Powershell 스크립트는 Windows 에이전트에서만 작동합니다. 에이전트에 PowerShell 버전 5 이상이 있는지 확인하세요.",
- "loc.group.displayName.advanced": "고급",
- "loc.input.label.connectedServiceNameARM": "Azure Resource Manager 연결",
- "loc.input.help.connectedServiceNameARM": "배포를 위해 Azure Resource Manager 서비스 연결 선택",
- "loc.input.label.scriptType": "스크립트 유형",
- "loc.input.help.scriptType": "스크립트 형식: PowerShell/PowerShell Core/Bat/Shell 스크립트. Linux 에이전트에서 실행할 때는 Shell/PowerShell Core 스크립트를 선택하고, Windows 에이전트에서 실행할 때는 Batch/PowerShell/PowerShell Core 스크립트를 선택합니다. PowerShell Core 스크립트는 플랫폼 간 에이전트(Linux, macOS 또는 Windows)에서 실행할 수 있습니다.",
- "loc.input.label.scriptLocation": "스크립트 위치",
- "loc.input.help.scriptLocation": "스크립트 경로: 파일 경로 또는 인라인 스크립트",
- "loc.input.label.scriptPath": "스크립트 경로",
- "loc.input.help.scriptPath": "스크립트의 정규화된 경로(Windows 기반 에이전트를 사용하는 경우 .ps1, .bat 또는 .cmd, Linux 기반 에이전트를 사용하는 경우 .ps1 또는 .sh) 또는 기본 작업 디렉터리의 상대 경로입니다.",
- "loc.input.label.inlineScript": "인라인 스크립트",
- "loc.input.help.inlineScript": "여기서 스크립트를 인라인으로 작성할 수 있습니다. Windows 에이전트를 사용하는 경우 PowerShell, PowerShell Core 또는 배치 스크립팅을 사용하고, Linux 기반 에이전트를 사용하는 경우 PowerShell Core 또는 셸 스크립팅을 사용합니다. 배치 파일의 경우 모든 Azure 명령 앞에 \"call\" 접두사를 사용합니다. 인수를 사용하여 미리 정의된 변수와 사용자 지정 변수를 이 스크립트에 전달할 수도 있습니다. \n\nPowerShell/PowerShellCore/셸 예제: \naz --version \naz account show \n\n 배치 예제:\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "스크립트 인수",
- "loc.input.help.scriptArguments": "스크립트에 전달되는 인수",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "powershell/powershell core 스크립트의 맨 위에 `$ErrorActionPreference = 'VALUE'` 줄을 추가합니다.",
- "loc.input.label.addSpnToEnvironment": "스크립트의 서비스 주체 정보 액세스",
- "loc.input.help.addSpnToEnvironment": "선택한 Azure 엔드포인트의 서비스 주체 ID, 서비스 주체 키 및 테넌트 ID를 스크립트의 실행 환경에 추가합니다. 스크립트에 'servicePrincipalId', 'servicePrincipalKey' 및 'tenantId' 변수를 사용할 수 있습니다.\n\nAzure 엔드포인트에 서비스 주체 인증 체계가 있는 경우에만 적용됩니다.\n\n스크립트 형식에 따라 환경 변수에 액세스하기 위한 구문입니다.\n\nPowershell 스크립트: $env:servicePrincipalId\n\nBatch 스크립트: %servicePrincipalId% \n\nShell 스크립트: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "전역 Azure CLI 구성 사용",
- "loc.input.help.useGlobalConfig": "false이면, 이 작업은 고유한 별도 [Azure CLI 구성 디렉터리](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)를 사용합니다. *병렬* 릴리스에서 Azure CLI 작업을 실행하는 데 사용할 수 있습니다.",
- "loc.input.label.cwd": "작업 디렉터리",
- "loc.input.help.cwd": "스크립트가 실행되는 현재 작업 디렉터리입니다. 비어 있으면 리포(빌드) 또는 아티팩트(릴리스)의 루트이며 이 값은 $(System.DefaultWorkingDirectory)입니다.",
- "loc.input.label.failOnStandardError": "표준 오류 시 실패",
- "loc.input.help.failOnStandardError": "true이면 StandardError 스트림에 오류가 기록될 때 이 작업이 실패합니다. 표준 오류를 무시하고 종료 코드를 사용하여 상태를 확인하려면 이 확인란의 선택을 취소하세요.",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "$LASTEXITCODE 무시",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "false이면 스크립트의 끝에 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` 줄이 추가됩니다. 이 줄로 인해 외부 명령의 마지막 종료 코드가 PowerShell의 종료 코드로 전파됩니다. true이면 줄이 스크립트의 끝에 추가되지 않습니다.",
- "loc.messages.ScriptReturnCode": "다음 반환 코드로 스크립트가 종료됨: %d",
- "loc.messages.ScriptFailed": "다음 오류가 발생하여 스크립트 실패: %s",
- "loc.messages.ScriptFailedStdErr": "스크립트가 STDERR에 출력되었습니다. failOnStdErr이 true로 설정되어 있으므로 실패합니다.",
- "loc.messages.ScriptFailedWithExitCode": "종료 코드 %d을(를) 나타내며 스크립트가 실패했습니다.",
- "loc.messages.UnsupportedEndpointScheme": "지원되지 않는 서비스 연결 인증 체계: AzureRM의 경우 서비스 주체",
- "loc.messages.AzureSDKNotFound": "이 컴퓨터에 Azure CLI 2.x가 설치되어 있지 않습니다.",
- "loc.messages.FailedToLogout": "로그아웃하는 동안 다음 오류가 발생했습니다. %s",
- "loc.messages.LoginFailed": "Azure에 로그인하지 못했습니다.",
- "loc.messages.MSILoginFailed": "관리 서비스 ID를 사용한 Azure 로그인에 실패했습니다.",
- "loc.messages.AuthSchemeNotSupported": "인증 체계 %s은(는) 지원되지 않습니다.",
- "loc.messages.ErrorInSettingUpSubscription": "구독을 설정하는 중 오류가 발생했습니다.",
- "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 환경 변수를 %s(으)로 설정하는 중",
- "loc.messages.SettingAzureCloud": "활성 클라우드를 %s(으)로 설정하는 중",
- "loc.messages.JS_InvalidFilePath": "지정한 스크립트 위치 '%s'에서 스크립트 파일을 찾을 수 없습니다. 지정한 경로에 스크립트가 있는지 확인하세요. 인라인 스크립트를 사용하려면 입력 '스크립트 위치'를 'inlineScript'로 지정합니다.",
- "loc.messages.JS_InvalidErrorActionPreference": "잘못된 ErrorActionPreference '%s'입니다. 값은 'Stop', 'Continue', 'SilentlyContinue' 중 하나여야 합니다.",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 이전의 에이전트 버전에서는 전역 Azure CLI 구성만 사용할 수 있습니다.",
- "loc.messages.UnacceptedScriptLocationValue": "%s은(는) '스크립트 위치'(YAML의 scriptLocation) 작업 입력에 유효한 값이 아닙니다. 값은 be'inlineScript' 또는 'scriptPath' 중 하나일 수 있습니다."
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) 또는 [Azure CLI 설명서 참조](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Linux 에이전트에서 실행하는 경우 PowerShell Core/셸 스크립트에서, Windows 에이전트에서 실행하는 경우 PowerShell/PowerShell Core/배치 스크립트에서 Azure 구독에 대해 Azure CLI 명령을 실행합니다.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "버전 2.0의 새로운 기능:\n- PowerShell 및 PowerShell Core 스크립트를 지원합니다. \n- PowerShell Core는 플랫폼 간 에이전트(Linux, macOS 또는 Windows)에서 작동합니다. 에이전트에 PowerShell 버전 6 이상이 있는지 확인하세요. \n- Powershell 스크립트는 Windows 에이전트에서만 작동합니다. 에이전트에 PowerShell 버전 5 이상이 있는지 확인하세요.",
+ "loc.group.displayName.advanced": "고급",
+ "loc.input.label.connectedServiceNameARM": "Azure Resource Manager 연결",
+ "loc.input.help.connectedServiceNameARM": "배포를 위해 Azure Resource Manager 서비스 연결 선택",
+ "loc.input.label.scriptType": "스크립트 유형",
+ "loc.input.help.scriptType": "스크립트 형식: PowerShell/PowerShell Core/Bat/Shell 스크립트. Linux 에이전트에서 실행할 때는 Shell/PowerShell Core 스크립트를 선택하고, Windows 에이전트에서 실행할 때는 Batch/PowerShell/PowerShell Core 스크립트를 선택합니다. PowerShell Core 스크립트는 플랫폼 간 에이전트(Linux, macOS 또는 Windows)에서 실행할 수 있습니다.",
+ "loc.input.label.scriptLocation": "스크립트 위치",
+ "loc.input.help.scriptLocation": "스크립트 경로: 파일 경로 또는 인라인 스크립트",
+ "loc.input.label.scriptPath": "스크립트 경로",
+ "loc.input.help.scriptPath": "스크립트의 정규화된 경로(Windows 기반 에이전트를 사용하는 경우 .ps1, .bat 또는 .cmd, Linux 기반 에이전트를 사용하는 경우 .ps1 또는 .sh) 또는 기본 작업 디렉터리의 상대 경로입니다.",
+ "loc.input.label.inlineScript": "인라인 스크립트",
+ "loc.input.help.inlineScript": "여기서 스크립트를 인라인으로 작성할 수 있습니다. Windows 에이전트를 사용하는 경우 PowerShell, PowerShell Core 또는 배치 스크립팅을 사용하고, Linux 기반 에이전트를 사용하는 경우 PowerShell Core 또는 셸 스크립팅을 사용합니다. 배치 파일의 경우 모든 Azure 명령 앞에 \"call\" 접두사를 사용합니다. 인수를 사용하여 미리 정의된 변수와 사용자 지정 변수를 이 스크립트에 전달할 수도 있습니다. \n\nPowerShell/PowerShellCore/셸 예제: \naz --version \naz account show \n\n 배치 예제:\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "스크립트 인수",
+ "loc.input.help.scriptArguments": "스크립트에 전달되는 인수",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "powershell/powershell core 스크립트의 맨 위에 `$ErrorActionPreference = 'VALUE'` 줄을 추가합니다.",
+ "loc.input.label.addSpnToEnvironment": "스크립트의 서비스 주체 정보 액세스",
+ "loc.input.help.addSpnToEnvironment": "선택한 Azure 엔드포인트의 서비스 주체 ID, 서비스 주체 키 및 테넌트 ID를 스크립트의 실행 환경에 추가합니다. 스크립트에 'servicePrincipalId', 'servicePrincipalKey' 및 'tenantId' 변수를 사용할 수 있습니다.\n\nAzure 엔드포인트에 서비스 주체 인증 체계가 있는 경우에만 적용됩니다.\n\n스크립트 형식에 따라 환경 변수에 액세스하기 위한 구문입니다.\n\nPowershell 스크립트: $env:servicePrincipalId\n\nBatch 스크립트: %servicePrincipalId% \n\nShell 스크립트: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "전역 Azure CLI 구성 사용",
+ "loc.input.help.useGlobalConfig": "false이면, 이 작업은 고유한 별도 [Azure CLI 구성 디렉터리](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)를 사용합니다. *병렬* 릴리스에서 Azure CLI 작업을 실행하는 데 사용할 수 있습니다.",
+ "loc.input.label.cwd": "작업 디렉터리",
+ "loc.input.help.cwd": "스크립트가 실행되는 현재 작업 디렉터리입니다. 비어 있으면 리포(빌드) 또는 아티팩트(릴리스)의 루트이며 이 값은 $(System.DefaultWorkingDirectory)입니다.",
+ "loc.input.label.failOnStandardError": "표준 오류 시 실패",
+ "loc.input.help.failOnStandardError": "true이면 StandardError 스트림에 오류가 기록될 때 이 작업이 실패합니다. 표준 오류를 무시하고 종료 코드를 사용하여 상태를 확인하려면 이 확인란의 선택을 취소하세요.",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "$LASTEXITCODE 무시",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "false이면 스크립트의 끝에 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` 줄이 추가됩니다. 이 줄로 인해 외부 명령의 마지막 종료 코드가 PowerShell의 종료 코드로 전파됩니다. true이면 줄이 스크립트의 끝에 추가되지 않습니다.",
+ "loc.messages.ScriptReturnCode": "다음 반환 코드로 스크립트가 종료됨: %d",
+ "loc.messages.ScriptFailed": "다음 오류가 발생하여 스크립트 실패: %s",
+ "loc.messages.ScriptFailedStdErr": "스크립트가 STDERR에 출력되었습니다. failOnStdErr이 true로 설정되어 있으므로 실패합니다.",
+ "loc.messages.ScriptFailedWithExitCode": "종료 코드 %d을(를) 나타내며 스크립트가 실패했습니다.",
+ "loc.messages.UnsupportedEndpointScheme": "지원되지 않는 서비스 연결 인증 체계: AzureRM의 경우 서비스 주체",
+ "loc.messages.AzureSDKNotFound": "이 컴퓨터에 Azure CLI 2.x가 설치되어 있지 않습니다.",
+ "loc.messages.FailedToLogout": "로그아웃하는 동안 다음 오류가 발생했습니다. %s",
+ "loc.messages.LoginFailed": "Azure에 로그인하지 못했습니다.",
+ "loc.messages.MSILoginFailed": "관리 서비스 ID를 사용한 Azure 로그인에 실패했습니다.",
+ "loc.messages.AuthSchemeNotSupported": "인증 체계 %s은(는) 지원되지 않습니다.",
+ "loc.messages.ErrorInSettingUpSubscription": "구독을 설정하는 중 오류가 발생했습니다.",
+ "loc.messages.SettingAzureConfigDir": "AZURE_CONFIG_DIR 환경 변수를 %s(으)로 설정하는 중",
+ "loc.messages.SettingAzureCloud": "활성 클라우드를 %s(으)로 설정하는 중",
+ "loc.messages.JS_InvalidFilePath": "지정한 스크립트 위치 '%s'에서 스크립트 파일을 찾을 수 없습니다. 지정한 경로에 스크립트가 있는지 확인하세요. 인라인 스크립트를 사용하려면 입력 '스크립트 위치'를 'inlineScript'로 지정합니다.",
+ "loc.messages.JS_InvalidErrorActionPreference": "잘못된 ErrorActionPreference '%s'입니다. 값은 'Stop', 'Continue', 'SilentlyContinue' 중 하나여야 합니다.",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 이전의 에이전트 버전에서는 전역 Azure CLI 구성만 사용할 수 있습니다.",
+ "loc.messages.UnacceptedScriptLocationValue": "%s은(는) '스크립트 위치'(YAML의 scriptLocation) 작업 입력에 유효한 값이 아닙니다. 값은 be'inlineScript' 또는 'scriptPath' 중 하나일 수 있습니다.",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/ru-RU/resources.resjson
index 8501c2cafb8a..2e2a1fff2184 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/ru-RU/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) или [документацию по Azure CLI](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "Выполнение команд Azure CLI для подписки Azure в скрипте оболочки/PowerShell Core при использовании агента Linux или в пакетном скрипте/PowerShell/PowerShell Core при использовании агента Windows.",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "Новые возможности версии 2.0\n— Поддержка скриптов PowerShell и PowerShell Core. \n— Скрипт PowerShell Core работает с кроссплатформенными агентами (Linux, macOS или Windows); убедитесь, что на агенте используется PowerShell версии 6 или более поздней. \n— Скрипт Powershell работает только с агентом Windows; убедитесь, что на агенте используется PowerShell версии 5 или более ранней.",
- "loc.group.displayName.advanced": "Дополнительно",
- "loc.input.label.connectedServiceNameARM": "Подключение к Azure Resource Manager",
- "loc.input.help.connectedServiceNameARM": "Выберите подключение службы Azure Resource Manager для развертывания.",
- "loc.input.label.scriptType": "Тип сценария",
- "loc.input.help.scriptType": "Тип скрипта: пакетный скрипт/скрипт оболочки/PowerShell/PowerShell Core. Выберите скрипт оболочки или PowerShell Core при выполнении на агенте Linux либо пакетный скрипт, скрипт PowerShell или PowerShell Core при выполнении на агенте Windows. Скрипт PowerShell Core может выполняться на кроссплатформенных агентах (Linux, macOS или Windows).",
- "loc.input.label.scriptLocation": "Расположение сценария",
- "loc.input.help.scriptLocation": "Путь к скрипту: путь к файлу или встроенный скрипт",
- "loc.input.label.scriptPath": "Путь к скрипту",
- "loc.input.help.scriptPath": "Полный путь для скрипта (PS1, BAT или CMD при использовании агента на основе Windows и PS1 или SH при использовании агента на основе Linux) или путь относительно рабочего каталога по умолчанию",
- "loc.input.label.inlineScript": "Встроенный скрипт",
- "loc.input.help.inlineScript": "Здесь можно создать встроенные скрипты. При работе с агентом Windows используйте PowerShell, PowerShell Core или пакетные скрипты, а при работе с агентами на основе Linux — PowerShell Core или скрипты оболочки. Для пакетных файлов используйте префикс call перед каждой командой Azure. Вы также можете передать в этот скрипт предопределенные и пользовательские переменные с помощью аргументов. \n\n Пример для скриптов оболочки/PowerShell/PowerShellCore \naz --version \naz account show \n\n Пример для пакетных скриптов\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "Аргументы скрипта",
- "loc.input.help.scriptArguments": "Аргументы, переданные в сценарий",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "Добавляет строку $ErrorActionPreference = 'VALUE' в начало скрипта PowerShell/PowerShell Core.",
- "loc.input.label.addSpnToEnvironment": "Доступ к сведениям о субъекте-службе в скрипте",
- "loc.input.help.addSpnToEnvironment": "Добавляет идентификатор субъекта-службы, ключ субъекта-службы и идентификатор клиента выбранной конечной точки Azure в среду выполнения скрипта. В скрипте можно использовать следующие переменные: servicePrincipalId, servicePrincipalKey и tenantId.\n\nЭто учитывается, только если конечная точка Azure имеет схему проверки подлинности \"Субъект-служба\".\n\nСинтаксис для доступа к переменным среды основан на типе скрипта.\n\nСкрипт Powershell: $env:servicePrincipalId\n\nПакетный скрипт: %servicePrincipalId% \n\nСкрипт оболочки: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "Использовать глобальную конфигурацию Azure CLI",
- "loc.input.help.useGlobalConfig": "Если задано значение false, задача будет использовать собственный отдельный [каталог конфигурации Azure CLI](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Это можно использовать для выполнения задач Azure CLI в *параллельных* выпусках",
- "loc.input.label.cwd": "Рабочий каталог",
- "loc.input.help.cwd": "Текущий рабочий каталог, в котором выполняется сценарий. Если значение пустое, используется корень репозитория (сборки) или артефакты (выпуска): $(System.DefaultWorkingDirectory).",
- "loc.input.label.failOnStandardError": "Сбой со стандартной ошибкой",
- "loc.input.help.failOnStandardError": "Если задано значение true, то при наличии ошибок, записанных в стандартный поток ошибок, задача завершится сбоем. Снимите флажок, чтобы игнорировать стандартные ошибки и использовать коды завершения для определения состояния",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "Игнорировать $LASTEXITCODE",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "Если задано значение False, в конец скрипта добавляется строка \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\". Это приведет к тому, что последний код выхода из внешней команды будет использоваться как код выхода PowerShell. В противном случае эта строка не добавляется в конец скрипта.",
- "loc.messages.ScriptReturnCode": "Выход из сценария с кодом возврата: %d",
- "loc.messages.ScriptFailed": "Сбой сценария с ошибкой: %s",
- "loc.messages.ScriptFailedStdErr": "Скрипт выводит выходные данные в stderr. Завершается сбоем, если failOnStdErr имеет значение true.",
- "loc.messages.ScriptFailedWithExitCode": "Сбой скрипта с кодом завершения: %d",
- "loc.messages.UnsupportedEndpointScheme": "Схема авторизации подключения к службе не поддерживается: субъект-служба для AzureRM",
- "loc.messages.AzureSDKNotFound": "На этом компьютере не установлен Azure CLI 2.x.",
- "loc.messages.FailedToLogout": "Во время выхода из системы произошла следующая ошибка: %s",
- "loc.messages.LoginFailed": "Не удалось войти в Azure",
- "loc.messages.MSILoginFailed": "Сбой входа Azure с использованием Управляемого удостоверения службы",
- "loc.messages.AuthSchemeNotSupported": "Схема проверки подлинности %s не поддерживается",
- "loc.messages.ErrorInSettingUpSubscription": "Ошибка при настройке подписки",
- "loc.messages.SettingAzureConfigDir": "Задание переменной среды AZURE_CONFIG_DIR: %s",
- "loc.messages.SettingAzureCloud": "Задание активного облака: %s",
- "loc.messages.JS_InvalidFilePath": "Не удалось найти файл скрипта в указанном расположении: \"%s\". Убедитесь, что скрипт существует по указанному пути. Если требуется использовать встроенный скрипт, укажите входные данные \"Расположение скрипта\" как inlineScript.",
- "loc.messages.JS_InvalidErrorActionPreference": "Недопустимое значение ErrorActionPreference \"%s\". Возможные значения: Stop, Continue или SilentlyContinue",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "Для агента версии ниже 2.115.0 можно использовать только глобальную конфигурацию Azure CLI",
- "loc.messages.UnacceptedScriptLocationValue": "%s не является допустимым значением для входных данных задачи \"Расположение скрипта\" (scriptLocation в YAML). Значение может быть равно inlineScript либо scriptPath"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md) или [документацию по Azure CLI](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "Выполнение команд Azure CLI для подписки Azure в скрипте оболочки/PowerShell Core при использовании агента Linux или в пакетном скрипте/PowerShell/PowerShell Core при использовании агента Windows.",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "Новые возможности версии 2.0\n— Поддержка скриптов PowerShell и PowerShell Core. \n— Скрипт PowerShell Core работает с кроссплатформенными агентами (Linux, macOS или Windows); убедитесь, что на агенте используется PowerShell версии 6 или более поздней. \n— Скрипт Powershell работает только с агентом Windows; убедитесь, что на агенте используется PowerShell версии 5 или более ранней.",
+ "loc.group.displayName.advanced": "Дополнительно",
+ "loc.input.label.connectedServiceNameARM": "Подключение к Azure Resource Manager",
+ "loc.input.help.connectedServiceNameARM": "Выберите подключение службы Azure Resource Manager для развертывания.",
+ "loc.input.label.scriptType": "Тип сценария",
+ "loc.input.help.scriptType": "Тип скрипта: пакетный скрипт/скрипт оболочки/PowerShell/PowerShell Core. Выберите скрипт оболочки или PowerShell Core при выполнении на агенте Linux либо пакетный скрипт, скрипт PowerShell или PowerShell Core при выполнении на агенте Windows. Скрипт PowerShell Core может выполняться на кроссплатформенных агентах (Linux, macOS или Windows).",
+ "loc.input.label.scriptLocation": "Расположение сценария",
+ "loc.input.help.scriptLocation": "Путь к скрипту: путь к файлу или встроенный скрипт",
+ "loc.input.label.scriptPath": "Путь к скрипту",
+ "loc.input.help.scriptPath": "Полный путь для скрипта (PS1, BAT или CMD при использовании агента на основе Windows и PS1 или SH при использовании агента на основе Linux) или путь относительно рабочего каталога по умолчанию",
+ "loc.input.label.inlineScript": "Встроенный скрипт",
+ "loc.input.help.inlineScript": "Здесь можно создать встроенные скрипты. При работе с агентом Windows используйте PowerShell, PowerShell Core или пакетные скрипты, а при работе с агентами на основе Linux — PowerShell Core или скрипты оболочки. Для пакетных файлов используйте префикс call перед каждой командой Azure. Вы также можете передать в этот скрипт предопределенные и пользовательские переменные с помощью аргументов. \n\n Пример для скриптов оболочки/PowerShell/PowerShellCore \naz --version \naz account show \n\n Пример для пакетных скриптов\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "Аргументы скрипта",
+ "loc.input.help.scriptArguments": "Аргументы, переданные в сценарий",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "Добавляет строку $ErrorActionPreference = 'VALUE' в начало скрипта PowerShell/PowerShell Core.",
+ "loc.input.label.addSpnToEnvironment": "Доступ к сведениям о субъекте-службе в скрипте",
+ "loc.input.help.addSpnToEnvironment": "Добавляет идентификатор субъекта-службы, ключ субъекта-службы и идентификатор клиента выбранной конечной точки Azure в среду выполнения скрипта. В скрипте можно использовать следующие переменные: servicePrincipalId, servicePrincipalKey и tenantId.\n\nЭто учитывается, только если конечная точка Azure имеет схему проверки подлинности \"Субъект-служба\".\n\nСинтаксис для доступа к переменным среды основан на типе скрипта.\n\nСкрипт Powershell: $env:servicePrincipalId\n\nПакетный скрипт: %servicePrincipalId% \n\nСкрипт оболочки: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "Использовать глобальную конфигурацию Azure CLI",
+ "loc.input.help.useGlobalConfig": "Если задано значение false, задача будет использовать собственный отдельный [каталог конфигурации Azure CLI](https://docs.microsoft.com/en-us/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file). Это можно использовать для выполнения задач Azure CLI в *параллельных* выпусках",
+ "loc.input.label.cwd": "Рабочий каталог",
+ "loc.input.help.cwd": "Текущий рабочий каталог, в котором выполняется сценарий. Если значение пустое, используется корень репозитория (сборки) или артефакты (выпуска): $(System.DefaultWorkingDirectory).",
+ "loc.input.label.failOnStandardError": "Сбой со стандартной ошибкой",
+ "loc.input.help.failOnStandardError": "Если задано значение true, то при наличии ошибок, записанных в стандартный поток ошибок, задача завершится сбоем. Снимите флажок, чтобы игнорировать стандартные ошибки и использовать коды завершения для определения состояния",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "Игнорировать $LASTEXITCODE",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "Если задано значение False, в конец скрипта добавляется строка \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\". Это приведет к тому, что последний код выхода из внешней команды будет использоваться как код выхода PowerShell. В противном случае эта строка не добавляется в конец скрипта.",
+ "loc.messages.ScriptReturnCode": "Выход из сценария с кодом возврата: %d",
+ "loc.messages.ScriptFailed": "Сбой сценария с ошибкой: %s",
+ "loc.messages.ScriptFailedStdErr": "Скрипт выводит выходные данные в stderr. Завершается сбоем, если failOnStdErr имеет значение true.",
+ "loc.messages.ScriptFailedWithExitCode": "Сбой скрипта с кодом завершения: %d",
+ "loc.messages.UnsupportedEndpointScheme": "Схема авторизации подключения к службе не поддерживается: субъект-служба для AzureRM",
+ "loc.messages.AzureSDKNotFound": "На этом компьютере не установлен Azure CLI 2.x.",
+ "loc.messages.FailedToLogout": "Во время выхода из системы произошла следующая ошибка: %s",
+ "loc.messages.LoginFailed": "Не удалось войти в Azure",
+ "loc.messages.MSILoginFailed": "Сбой входа Azure с использованием Управляемого удостоверения службы",
+ "loc.messages.AuthSchemeNotSupported": "Схема проверки подлинности %s не поддерживается",
+ "loc.messages.ErrorInSettingUpSubscription": "Ошибка при настройке подписки",
+ "loc.messages.SettingAzureConfigDir": "Задание переменной среды AZURE_CONFIG_DIR: %s",
+ "loc.messages.SettingAzureCloud": "Задание активного облака: %s",
+ "loc.messages.JS_InvalidFilePath": "Не удалось найти файл скрипта в указанном расположении: \"%s\". Убедитесь, что скрипт существует по указанному пути. Если требуется использовать встроенный скрипт, укажите входные данные \"Расположение скрипта\" как inlineScript.",
+ "loc.messages.JS_InvalidErrorActionPreference": "Недопустимое значение ErrorActionPreference \"%s\". Возможные значения: Stop, Continue или SilentlyContinue",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "Для агента версии ниже 2.115.0 можно использовать только глобальную конфигурацию Azure CLI",
+ "loc.messages.UnacceptedScriptLocationValue": "%s не является допустимым значением для входных данных задачи \"Расположение скрипта\" (scriptLocation в YAML). Значение может быть равно inlineScript либо scriptPath",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson
index 5fdb84ea316b..15bf0eab5776 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[详细了解此任务](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md)或[参阅 Azure CLI 文档](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "在 Linux 代理上运行时,在 PowerShell Core/Shell 脚本中运行针对 Azure 订阅的 Azure CLI 命令;在 Windows 代理上运行时,在 PowerShell/PowerShell Core/Batch 脚本中运行。",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "版本 2.0 中的新增功能:\n- 支持 PowerShell 和 PowerShell Core 脚本。\n- PowerShell Core 适用于跨平台代理(Linux、macOS 或 Windows),请确保该代理具有 PowerShell 版本 6 或更高版本。\n- Powershell 脚本仅适用于 Windows 代理,请确保该代理具有 PowerShell 版本 5 或更低版本。",
- "loc.group.displayName.advanced": "高级",
- "loc.input.label.connectedServiceNameARM": "Azure 资源管理器连接",
- "loc.input.help.connectedServiceNameARM": "为部署选择 Azure 资源管理器服务连接",
- "loc.input.label.scriptType": "脚本类型",
- "loc.input.help.scriptType": "脚本类型: PowerShell/PowerShell Core/Bat/Shell 脚本。在 Linux 代理上运行时选择 Shell/PowerShell Core 脚本,在 Windows 代理上运行时选择批处理/PowerShell/PowerShell Core 脚本。PowerShell Core 脚本可在跨平台代理(Linux、macOS 或 Windows)上运行。",
- "loc.input.label.scriptLocation": "脚本位置",
- "loc.input.help.scriptLocation": "脚本路径: 文件路径或内联脚本",
- "loc.input.label.scriptPath": "脚本路径",
- "loc.input.help.scriptPath": "脚本(在使用基于 Windows 的代理时为 .ps1 或 .bat 或 .cmd,在使用基于 linux 的代理时为 .ps1 或 .sh)的完全限定的路径,或相对于默认工作目录的路径",
- "loc.input.label.inlineScript": "内联脚本",
- "loc.input.help.inlineScript": "可在此处编写内联脚本。使用 Windows 代理时,请使用 PowerShell 或 PowerShell Core 或批处理脚本;使用基于 Linux 的代理时,请使用 PowerShell Core 或 shell 脚本。对于批处理文件,请在每条 Azure 命令前使用前缀 \"call\"。还可使用参数将预定义和自定义变量传递到此脚本 \n\n PowerShell/PowerShellCore/shell 示例: \naz --version \naz account show \n\n 批处理示例:\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "脚本参数",
- "loc.input.help.scriptArguments": "传递给脚本的参数",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "在 powershell/powershell core 脚本顶部添加行 `$ErrorActionPreference = 'VALUE'` 作为前缀。",
- "loc.input.label.addSpnToEnvironment": "在脚本中访问服务主体详细信息",
- "loc.input.help.addSpnToEnvironment": "将你选择的 Azure 终结点的服务主体 ID、服务主体键和租户 ID 添加到脚本的执行环境中。可在脚本中使用的变量有: \"servicePrincipalId\"、\"servicePrincipalKey\" 和 \"tenantId\"。\n\n仅当 Azure 终结点具有服务主体身份验证方案时,才可执行此操作。\n\n用于访问环境变量的语法基于脚本类型。\n\nPowershell 脚本: $env:servicePrincipalId\n\n批处理脚本: %servicePrincipalId% \n\nShell 脚本: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "使用全局 Azure CLI 配置",
- "loc.input.help.useGlobalConfig": "如果为 false,此任务将使用其自己的独立 [Azure CLI 配置目录](https://docs.microsoft.com/zh-cn/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。这可用于在*并行*发布中运行 Azure CLI 任务",
- "loc.input.label.cwd": "工作目录",
- "loc.input.help.cwd": "脚本运行于的当前工作目录。存储库(内部版本)或项目(发行版本)的根路径 $(System.DefaultWorkingDirectory) 为空",
- "loc.input.label.failOnStandardError": "因标准错误失败",
- "loc.input.help.failOnStandardError": "如果这为 true,在任何错误写入到 StandardError 流时,此任务将失败。取消选中此复选框可忽略标准错误,并依赖退出代码来确定状态",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "忽略 $LASTEXITCODE",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "如果为 false,行 \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" 将追加到脚本的末尾。这将导致外部命令中的最后一个退出代码传播为 powershell 的退出代码。否则,行将不会追加到脚本的末尾。",
- "loc.messages.ScriptReturnCode": "脚本已退出,返回代码: %d",
- "loc.messages.ScriptFailed": "脚本失败,出现错误: %s",
- "loc.messages.ScriptFailedStdErr": "脚本具有到 stderr 的输出。失败,因为 failOnStdErr 设置为 true。",
- "loc.messages.ScriptFailedWithExitCode": "脚本失败,退出代码: %d",
- "loc.messages.UnsupportedEndpointScheme": "不支持的服务连接授权方案: AzureRM 的服务主体",
- "loc.messages.AzureSDKNotFound": "此计算机上未安装 Azure CLI 2.x。",
- "loc.messages.FailedToLogout": "注销时出现以下错误: %s",
- "loc.messages.LoginFailed": "Azure 登录失败",
- "loc.messages.MSILoginFailed": "使用托管服务标识进行 Azure 登录失败",
- "loc.messages.AuthSchemeNotSupported": "不支持身份验证方案 %s",
- "loc.messages.ErrorInSettingUpSubscription": "设置订阅时出错",
- "loc.messages.SettingAzureConfigDir": "将 AZURE_CONFIG_DIR 环境变量设置为 %s",
- "loc.messages.SettingAzureCloud": "将活动云设置为 %s",
- "loc.messages.JS_InvalidFilePath": "在指定的脚本位置 \"%s\" 找不到脚本文件。请验证该脚本是否存在于指定的路径中。如果要使用内联脚本,请将输入 `Script Location` 指定为 `inlineScript`。",
- "loc.messages.JS_InvalidErrorActionPreference": "无效的 ErrorActionPreference“%s”。值必须为下列之一: \"Stop\"、\"Continue\" 或 \"SilentlyContinue\"",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "对于低于 2.115.0 的代理版本,只能使用全局 Azure CLI 配置",
- "loc.messages.UnacceptedScriptLocationValue": "%s 不是任务输入“脚本位置”(YAML 中为 scriptLocation)的有效值。值可以是 \"inlineScript\" 或 \"scriptPath\""
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[详细了解此任务](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md)或[参阅 Azure CLI 文档](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "在 Linux 代理上运行时,在 PowerShell Core/Shell 脚本中运行针对 Azure 订阅的 Azure CLI 命令;在 Windows 代理上运行时,在 PowerShell/PowerShell Core/Batch 脚本中运行。",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "版本 2.0 中的新增功能:\n- 支持 PowerShell 和 PowerShell Core 脚本。\n- PowerShell Core 适用于跨平台代理(Linux、macOS 或 Windows),请确保该代理具有 PowerShell 版本 6 或更高版本。\n- Powershell 脚本仅适用于 Windows 代理,请确保该代理具有 PowerShell 版本 5 或更低版本。",
+ "loc.group.displayName.advanced": "高级",
+ "loc.input.label.connectedServiceNameARM": "Azure 资源管理器连接",
+ "loc.input.help.connectedServiceNameARM": "为部署选择 Azure 资源管理器服务连接",
+ "loc.input.label.scriptType": "脚本类型",
+ "loc.input.help.scriptType": "脚本类型: PowerShell/PowerShell Core/Bat/Shell 脚本。在 Linux 代理上运行时选择 Shell/PowerShell Core 脚本,在 Windows 代理上运行时选择批处理/PowerShell/PowerShell Core 脚本。PowerShell Core 脚本可在跨平台代理(Linux、macOS 或 Windows)上运行。",
+ "loc.input.label.scriptLocation": "脚本位置",
+ "loc.input.help.scriptLocation": "脚本路径: 文件路径或内联脚本",
+ "loc.input.label.scriptPath": "脚本路径",
+ "loc.input.help.scriptPath": "脚本(在使用基于 Windows 的代理时为 .ps1 或 .bat 或 .cmd,在使用基于 linux 的代理时为 .ps1 或 .sh)的完全限定的路径,或相对于默认工作目录的路径",
+ "loc.input.label.inlineScript": "内联脚本",
+ "loc.input.help.inlineScript": "可在此处编写内联脚本。使用 Windows 代理时,请使用 PowerShell 或 PowerShell Core 或批处理脚本;使用基于 Linux 的代理时,请使用 PowerShell Core 或 shell 脚本。对于批处理文件,请在每条 Azure 命令前使用前缀 \"call\"。还可使用参数将预定义和自定义变量传递到此脚本 \n\n PowerShell/PowerShellCore/shell 示例: \naz --version \naz account show \n\n 批处理示例:\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "脚本参数",
+ "loc.input.help.scriptArguments": "传递给脚本的参数",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "在 powershell/powershell core 脚本顶部添加行 `$ErrorActionPreference = 'VALUE'` 作为前缀。",
+ "loc.input.label.addSpnToEnvironment": "在脚本中访问服务主体详细信息",
+ "loc.input.help.addSpnToEnvironment": "将你选择的 Azure 终结点的服务主体 ID、服务主体键和租户 ID 添加到脚本的执行环境中。可在脚本中使用的变量有: \"servicePrincipalId\"、\"servicePrincipalKey\" 和 \"tenantId\"。\n\n仅当 Azure 终结点具有服务主体身份验证方案时,才可执行此操作。\n\n用于访问环境变量的语法基于脚本类型。\n\nPowershell 脚本: $env:servicePrincipalId\n\n批处理脚本: %servicePrincipalId% \n\nShell 脚本: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "使用全局 Azure CLI 配置",
+ "loc.input.help.useGlobalConfig": "如果为 false,此任务将使用其自己的独立 [Azure CLI 配置目录](https://docs.microsoft.com/zh-cn/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。这可用于在*并行*发布中运行 Azure CLI 任务",
+ "loc.input.label.cwd": "工作目录",
+ "loc.input.help.cwd": "脚本运行于的当前工作目录。存储库(内部版本)或项目(发行版本)的根路径 $(System.DefaultWorkingDirectory) 为空",
+ "loc.input.label.failOnStandardError": "因标准错误失败",
+ "loc.input.help.failOnStandardError": "如果这为 true,在任何错误写入到 StandardError 流时,此任务将失败。取消选中此复选框可忽略标准错误,并依赖退出代码来确定状态",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "忽略 $LASTEXITCODE",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "如果为 false,行 \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" 将追加到脚本的末尾。这将导致外部命令中的最后一个退出代码传播为 powershell 的退出代码。否则,行将不会追加到脚本的末尾。",
+ "loc.messages.ScriptReturnCode": "脚本已退出,返回代码: %d",
+ "loc.messages.ScriptFailed": "脚本失败,出现错误: %s",
+ "loc.messages.ScriptFailedStdErr": "脚本具有到 stderr 的输出。失败,因为 failOnStdErr 设置为 true。",
+ "loc.messages.ScriptFailedWithExitCode": "脚本失败,退出代码: %d",
+ "loc.messages.UnsupportedEndpointScheme": "不支持的服务连接授权方案: AzureRM 的服务主体",
+ "loc.messages.AzureSDKNotFound": "此计算机上未安装 Azure CLI 2.x。",
+ "loc.messages.FailedToLogout": "注销时出现以下错误: %s",
+ "loc.messages.LoginFailed": "Azure 登录失败",
+ "loc.messages.MSILoginFailed": "使用托管服务标识进行 Azure 登录失败",
+ "loc.messages.AuthSchemeNotSupported": "不支持身份验证方案 %s",
+ "loc.messages.ErrorInSettingUpSubscription": "设置订阅时出错",
+ "loc.messages.SettingAzureConfigDir": "将 AZURE_CONFIG_DIR 环境变量设置为 %s",
+ "loc.messages.SettingAzureCloud": "将活动云设置为 %s",
+ "loc.messages.JS_InvalidFilePath": "在指定的脚本位置 \"%s\" 找不到脚本文件。请验证该脚本是否存在于指定的路径中。如果要使用内联脚本,请将输入 `Script Location` 指定为 `inlineScript`。",
+ "loc.messages.JS_InvalidErrorActionPreference": "无效的 ErrorActionPreference“%s”。值必须为下列之一: \"Stop\"、\"Continue\" 或 \"SilentlyContinue\"",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "对于低于 2.115.0 的代理版本,只能使用全局 Azure CLI 配置",
+ "loc.messages.UnacceptedScriptLocationValue": "%s 不是任务输入“脚本位置”(YAML 中为 scriptLocation)的有效值。值可以是 \"inlineScript\" 或 \"scriptPath\"",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson
index 8022e6662c3b..f4c32e54c58f 100644
--- a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson
@@ -1,49 +1,50 @@
-{
- "loc.friendlyName": "Azure CLI",
- "loc.helpMarkDown": "[深入了解此工作](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md)或[參閱 Azure CLI 文件](https://docs.microsoft.com/cli/azure/)",
- "loc.description": "在 Linux 代理程式上執行時,在 PowerShell Core/殼層指令碼中對 Azure 訂閱執行 Azure CLI 命令,或在 Windows 代理程式上執行時,在 PowerShell/PowerShell Core/批次指令碼中對 Azure 訂閱執行 Azure CLI 命令。",
- "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
- "loc.releaseNotes": "2.0 版的新功能:\n- PowerShell 及 PowerShell Core 指令碼的支援。\n- PowerShell Core 適用於跨平台代理程式 (Linux、macOS 或 Windows),請確定代理程式使用 PowerShell 第 6 版或較新版本。\n- Powershell 指令碼僅適用於 Windows 代理程式,請確定代理程式使用 PowerShell 第 5 版或較舊版本。",
- "loc.group.displayName.advanced": "進階",
- "loc.input.label.connectedServiceNameARM": "Azure Resource Manager 連線",
- "loc.input.help.connectedServiceNameARM": "為部署選取 Azure Resource Manager 服務連線",
- "loc.input.label.scriptType": "指令碼類型",
- "loc.input.help.scriptType": "指令碼類型: PowerShell/PowerShell Core/批次/殼層指令碼。請選取殼層/PowerShell Core 指令碼 (在 Linux 代理程式上執行時) 或批次/PowerShell/PowerShell Core 指令碼 (在 Windows 代理程式上執行時)。PowerShell Core 指令碼可在跨平台代理程式上執行 (Linux、macOS 或 Windows)。",
- "loc.input.label.scriptLocation": "指令碼位置",
- "loc.input.help.scriptLocation": "指令碼路徑: 檔案路徑或內嵌指令碼",
- "loc.input.label.scriptPath": "指令碼路徑",
- "loc.input.help.scriptPath": "指令碼的完整路徑 (使用 Windows 代理程式時為 .ps1 或 .bat 或 .cmd,使用 Linux 代理程式時為 .ps1 或 .sh),或相對於預設工作目錄的路徑",
- "loc.input.label.inlineScript": "內嵌指令碼",
- "loc.input.help.inlineScript": "您可於此處寫入您的指令碼內嵌。當使用 Windows 代理程式時,請使用 PowerShell、PowerShell Core 或批次指令碼,當使用 Linux 代理程式時,請使用 PowerShell Core 或殼層指令碼。針對批次檔案,請在每個 azure 命令前面使用前置詞 \"call\"。您也可以使用引數,將預先定義及自訂的變數傳遞至此指令碼 \n\n PowerShell/PowerShellCore/殼層的範例: \naz --version \naz account show \n\n 批次的範例:\ncall az --version \ncall az account show",
- "loc.input.label.scriptArguments": "指令碼引數",
- "loc.input.help.scriptArguments": "傳遞給指令碼的引數",
- "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
- "loc.input.help.powerShellErrorActionPreference": "請在 powershell/powershell core 指令碼的頂端前面加上 `$ErrorActionPreference = 'VALUE'` 這行程式碼。",
- "loc.input.label.addSpnToEnvironment": "存取指令碼中的服務主體詳細資料",
- "loc.input.help.addSpnToEnvironment": "將您選擇的 Azure 端點服務主體識別碼、服務主體金鑰和租用戶識別碼新增至指令碼的執行環境。您可以在指令碼中使用下列變數: `servicePrincipalId`、`servicePrincipalKey` 和 `tenantId`。\n\n只有當 Azure 端點具有服務主體驗證配置時才接受此設定。\n\n存取環境變數的語法視指令碼類型而定。\n\nPowershell 指令碼: $env:servicePrincipalId\n\n批次指令碼: %servicePrincipalId% \n\n殼層指令碼: $servicePrincipalId",
- "loc.input.label.useGlobalConfig": "使用全域 Azure CLI 設定",
- "loc.input.help.useGlobalConfig": "如果此項目為 false,則此工作會使用其獨立的 [Azure CLI 設定目錄](https://docs.microsoft.com/zh-tw/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。這個項目可在 *平行* 版本中用於執行 Azure CLI 工作",
- "loc.input.label.cwd": "工作目錄",
- "loc.input.help.cwd": "指令碼執行所在的現行工作目錄。Empty 是存放庫 (組建) 或成品 (發行) 的根目錄,即 $(System.DefaultWorkingDirectory)",
- "loc.input.label.failOnStandardError": "發生標準錯誤的失敗",
- "loc.input.help.failOnStandardError": "若此項目為 true,則當任何錯誤寫入 StandardError 串流時此工作將失敗。取消選取核取方塊可略過標準錯誤並根據結束代碼判斷狀態",
- "loc.input.label.powerShellIgnoreLASTEXITCODE": "略過 $LASTEXITCODE",
- "loc.input.help.powerShellIgnoreLASTEXITCODE": "若此為 false,則會將 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` 附加至您指令碼的結尾。如此會讓來自外部命令中的最後一個結束代碼,以 PowerShell 的結束代碼散佈。否則,不會將此行附加至您的指令碼結尾。",
- "loc.messages.ScriptReturnCode": "指令碼已結束。傳回碼: %d",
- "loc.messages.ScriptFailed": "指令碼失敗。錯誤: %s",
- "loc.messages.ScriptFailedStdErr": "指令碼有到 stderr 的輸出。因為 failOnStdErr 設為 true 而失敗。",
- "loc.messages.ScriptFailedWithExitCode": "指令碼失敗。結束代碼: %d",
- "loc.messages.UnsupportedEndpointScheme": "不支援的服務連線授權配置: AzureRM 的服務主體",
- "loc.messages.AzureSDKNotFound": "此電腦上未安裝 Azure CLI 2.x。",
- "loc.messages.FailedToLogout": "登出時發生下列錯誤: %s",
- "loc.messages.LoginFailed": "Azure 登入失敗",
- "loc.messages.MSILoginFailed": "使用受控服務識別登入 Azure 失敗",
- "loc.messages.AuthSchemeNotSupported": "不支援驗證結構描述 %s",
- "loc.messages.ErrorInSettingUpSubscription": "設定訂用帳戶時發生錯誤",
- "loc.messages.SettingAzureConfigDir": "正在將 AZURE_CONFIG_DIR 環境變數設定為: %s",
- "loc.messages.SettingAzureCloud": "正在將作用中雲端設定為: %s",
- "loc.messages.JS_InvalidFilePath": "在指定的指令碼位置找不到指令檔: '%s'。請確認指令碼存在於指定路徑中。若要使用內嵌指令碼,請將輸入 `Script Location` 指定為 `inlineScript`。",
- "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' 無效。此值必須是 'Stop'、'Continue' 或 'SilentlyContinue' 之一",
- "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 以下的代理程式版本只能使用全域 Azure CLI 設定",
- "loc.messages.UnacceptedScriptLocationValue": "%s 不是工作輸入 'Script Location' (在 YAML 中為 scriptLocation) 的有效值。值可以是 'inlineScript' 或 'scriptPath'"
+{
+ "loc.friendlyName": "Azure CLI",
+ "loc.helpMarkDown": "[深入了解此工作](http://github.com/microsoft/azure-pipelines-tasks/blob/master/Tasks/AzureCLIV2/Readme.md)或[參閱 Azure CLI 文件](https://docs.microsoft.com/cli/azure/)",
+ "loc.description": "在 Linux 代理程式上執行時,在 PowerShell Core/殼層指令碼中對 Azure 訂閱執行 Azure CLI 命令,或在 Windows 代理程式上執行時,在 PowerShell/PowerShell Core/批次指令碼中對 Azure 訂閱執行 Azure CLI 命令。",
+ "loc.instanceNameFormat": "Azure CLI $(scriptPath)",
+ "loc.releaseNotes": "2.0 版的新功能:\n- PowerShell 及 PowerShell Core 指令碼的支援。\n- PowerShell Core 適用於跨平台代理程式 (Linux、macOS 或 Windows),請確定代理程式使用 PowerShell 第 6 版或較新版本。\n- Powershell 指令碼僅適用於 Windows 代理程式,請確定代理程式使用 PowerShell 第 5 版或較舊版本。",
+ "loc.group.displayName.advanced": "進階",
+ "loc.input.label.connectedServiceNameARM": "Azure Resource Manager 連線",
+ "loc.input.help.connectedServiceNameARM": "為部署選取 Azure Resource Manager 服務連線",
+ "loc.input.label.scriptType": "指令碼類型",
+ "loc.input.help.scriptType": "指令碼類型: PowerShell/PowerShell Core/批次/殼層指令碼。請選取殼層/PowerShell Core 指令碼 (在 Linux 代理程式上執行時) 或批次/PowerShell/PowerShell Core 指令碼 (在 Windows 代理程式上執行時)。PowerShell Core 指令碼可在跨平台代理程式上執行 (Linux、macOS 或 Windows)。",
+ "loc.input.label.scriptLocation": "指令碼位置",
+ "loc.input.help.scriptLocation": "指令碼路徑: 檔案路徑或內嵌指令碼",
+ "loc.input.label.scriptPath": "指令碼路徑",
+ "loc.input.help.scriptPath": "指令碼的完整路徑 (使用 Windows 代理程式時為 .ps1 或 .bat 或 .cmd,使用 Linux 代理程式時為 .ps1 或 .sh),或相對於預設工作目錄的路徑",
+ "loc.input.label.inlineScript": "內嵌指令碼",
+ "loc.input.help.inlineScript": "您可於此處寫入您的指令碼內嵌。當使用 Windows 代理程式時,請使用 PowerShell、PowerShell Core 或批次指令碼,當使用 Linux 代理程式時,請使用 PowerShell Core 或殼層指令碼。針對批次檔案,請在每個 azure 命令前面使用前置詞 \"call\"。您也可以使用引數,將預先定義及自訂的變數傳遞至此指令碼 \n\n PowerShell/PowerShellCore/殼層的範例: \naz --version \naz account show \n\n 批次的範例:\ncall az --version \ncall az account show",
+ "loc.input.label.scriptArguments": "指令碼引數",
+ "loc.input.help.scriptArguments": "傳遞給指令碼的引數",
+ "loc.input.label.powerShellErrorActionPreference": "ErrorActionPreference",
+ "loc.input.help.powerShellErrorActionPreference": "請在 powershell/powershell core 指令碼的頂端前面加上 `$ErrorActionPreference = 'VALUE'` 這行程式碼。",
+ "loc.input.label.addSpnToEnvironment": "存取指令碼中的服務主體詳細資料",
+ "loc.input.help.addSpnToEnvironment": "將您選擇的 Azure 端點服務主體識別碼、服務主體金鑰和租用戶識別碼新增至指令碼的執行環境。您可以在指令碼中使用下列變數: `servicePrincipalId`、`servicePrincipalKey` 和 `tenantId`。\n\n只有當 Azure 端點具有服務主體驗證配置時才接受此設定。\n\n存取環境變數的語法視指令碼類型而定。\n\nPowershell 指令碼: $env:servicePrincipalId\n\n批次指令碼: %servicePrincipalId% \n\n殼層指令碼: $servicePrincipalId",
+ "loc.input.label.useGlobalConfig": "使用全域 Azure CLI 設定",
+ "loc.input.help.useGlobalConfig": "如果此項目為 false,則此工作會使用其獨立的 [Azure CLI 設定目錄](https://docs.microsoft.com/zh-tw/cli/azure/azure-cli-configuration?view=azure-cli-latest#cli-configuration-file)。這個項目可在 *平行* 版本中用於執行 Azure CLI 工作",
+ "loc.input.label.cwd": "工作目錄",
+ "loc.input.help.cwd": "指令碼執行所在的現行工作目錄。Empty 是存放庫 (組建) 或成品 (發行) 的根目錄,即 $(System.DefaultWorkingDirectory)",
+ "loc.input.label.failOnStandardError": "發生標準錯誤的失敗",
+ "loc.input.help.failOnStandardError": "若此項目為 true,則當任何錯誤寫入 StandardError 串流時此工作將失敗。取消選取核取方塊可略過標準錯誤並根據結束代碼判斷狀態",
+ "loc.input.label.powerShellIgnoreLASTEXITCODE": "略過 $LASTEXITCODE",
+ "loc.input.help.powerShellIgnoreLASTEXITCODE": "若此為 false,則會將 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` 附加至您指令碼的結尾。如此會讓來自外部命令中的最後一個結束代碼,以 PowerShell 的結束代碼散佈。否則,不會將此行附加至您的指令碼結尾。",
+ "loc.messages.ScriptReturnCode": "指令碼已結束。傳回碼: %d",
+ "loc.messages.ScriptFailed": "指令碼失敗。錯誤: %s",
+ "loc.messages.ScriptFailedStdErr": "指令碼有到 stderr 的輸出。因為 failOnStdErr 設為 true 而失敗。",
+ "loc.messages.ScriptFailedWithExitCode": "指令碼失敗。結束代碼: %d",
+ "loc.messages.UnsupportedEndpointScheme": "不支援的服務連線授權配置: AzureRM 的服務主體",
+ "loc.messages.AzureSDKNotFound": "此電腦上未安裝 Azure CLI 2.x。",
+ "loc.messages.FailedToLogout": "登出時發生下列錯誤: %s",
+ "loc.messages.LoginFailed": "Azure 登入失敗",
+ "loc.messages.MSILoginFailed": "使用受控服務識別登入 Azure 失敗",
+ "loc.messages.AuthSchemeNotSupported": "不支援驗證結構描述 %s",
+ "loc.messages.ErrorInSettingUpSubscription": "設定訂用帳戶時發生錯誤",
+ "loc.messages.SettingAzureConfigDir": "正在將 AZURE_CONFIG_DIR 環境變數設定為: %s",
+ "loc.messages.SettingAzureCloud": "正在將作用中雲端設定為: %s",
+ "loc.messages.JS_InvalidFilePath": "在指定的指令碼位置找不到指令檔: '%s'。請確認指令碼存在於指定路徑中。若要使用內嵌指令碼,請將輸入 `Script Location` 指定為 `inlineScript`。",
+ "loc.messages.JS_InvalidErrorActionPreference": "ErrorActionPreference '%s' 無效。此值必須是 'Stop'、'Continue' 或 'SilentlyContinue' 之一",
+ "loc.messages.GlobalCliConfigAgentVersionWarning": "2.115.0 以下的代理程式版本只能使用全域 Azure CLI 設定",
+ "loc.messages.UnacceptedScriptLocationValue": "%s 不是工作輸入 'Script Location' (在 YAML 中為 scriptLocation) 的有效值。值可以是 'inlineScript' 或 'scriptPath'",
+ "loc.messages.ExpiredServicePrincipalMessageWithLink": "Secret expired, update service connection at %s See https://aka.ms/azdo-rm-workload-identity-conversion to learn more about conversion to secret-less service connections."
}
\ No newline at end of file
diff --git a/Tasks/BashV3/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/de-DE/resources.resjson
index 5cca2ad5f4d7..76d0a4cc23c5 100644
--- a/Tasks/BashV3/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/de-DE/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "Wenn eine Eingabe angegeben wird, wird der Wert erweitert und als Pfad einer Startdatei verwendet, die vor dem Ausführen des Skripts ausgeführt werden soll. Wenn die Umgebungsvariable „BASH_ENV“ bereits definiert wurde, überschreibt die Aufgabe diese Variable nur für die aktuellen Aufgabe. Weitere Details finden Sie in unter [Link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).",
"loc.messages.GeneratingScript": "Skript wird erstellt.",
"loc.messages.JS_ExitCode": "Bash wurde mit dem Code \"%s\" beendet.",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash wurde mit Code 137 beendet, was bedeutet, dass nicht genügend Arbeitsspeicher verfügbar war. Stellen Sie sicher, dass für den Agenthost (Containerhost) ausreichend Arbeitsspeicher konfiguriert ist.",
"loc.messages.JS_FormattedCommand": "Formatierter Befehl: %s",
"loc.messages.JS_InvalidFilePath": "Ungültiger Dateipfad \"%s\".",
"loc.messages.JS_ScriptContents": "Skriptinhalte:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/es-ES/resources.resjson
index 599036f566ee..ff00080ac2c3 100644
--- a/Tasks/BashV3/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/es-ES/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "Si se especifica la entrada, su valor se expande y se usa como ruta de acceso de un archivo de inicio que se va a ejecutar antes de ejecutar el script. Si la variable de entorno 'BASH_ENV' ya se ha definido, la tarea reemplazará esta variable solo para la tarea actual. Encontrará más detalles en [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).",
"loc.messages.GeneratingScript": "Generando script.",
"loc.messages.JS_ExitCode": "Bash se cerró con el código \"%s\".",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash se cerró con el código 137, lo que significa que se quedó sin memoria. Asegúrese de que el host del agente (contenedor) tenga suficiente memoria configurada.",
"loc.messages.JS_FormattedCommand": "Comando con formato: %s",
"loc.messages.JS_InvalidFilePath": "Ruta de acceso de archivo no válida: %s.",
"loc.messages.JS_ScriptContents": "Contenido del script:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/fr-FR/resources.resjson
index 558a3a01dbc2..0fc6c3fa9e74 100644
--- a/Tasks/BashV3/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/fr-FR/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "Si l’entrée est spécifiée, sa valeur est développée et utilisée comme chemin d’accès d’un fichier de démarrage à exécuter avant d’exécuter le script. Si la variable d’environnement ' BASH_ENV' a déjà été définie, la tâche remplace cette variable uniquement pour la tâche active. Pour plus d’informations, consultez [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).",
"loc.messages.GeneratingScript": "Génération du script.",
"loc.messages.JS_ExitCode": "Arrêt de Bash. Code de sortie : '%s'.",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash s’est arrêté avec le code 137, ce qui signifie qu’il n’a plus de mémoire. Vérifiez que la configuration de mémoire de l’hôte de l’agent (conteneur) est suffisante.",
"loc.messages.JS_FormattedCommand": "Commande mise en forme : %s",
"loc.messages.JS_InvalidFilePath": "Chemin de fichier non valide : '%s'.",
"loc.messages.JS_ScriptContents": "Contenu du script :",
diff --git a/Tasks/BashV3/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/it-IT/resources.resjson
index fdc9884fcb3d..fd71fa04b831 100644
--- a/Tasks/BashV3/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/it-IT/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "Se si specifica l'input, il valore viene espanso e usato come percorso di un file di avvio da eseguire prima di eseguire lo script. Se la variabile di ambiente 'BASH_ENV' è già stata definita, l'attività eseguirà l'override di questa variabile solo per l'attività corrente. Per altre informazioni, vedere [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).",
"loc.messages.GeneratingScript": "Generazione dello script.",
"loc.messages.JS_ExitCode": "Bash terminato con codice '%s'.",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Il bash ha restituito il codice 137, pertanto la memoria è esaurita. Verificare che nell'host dell'agente (contenitore) sia configurata memoria sufficiente.",
"loc.messages.JS_FormattedCommand": "Comando formattato: %s",
"loc.messages.JS_InvalidFilePath": "Il percorso file '%s' non è valido.",
"loc.messages.JS_ScriptContents": "Contenuto dello script:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/ja-JP/resources.resjson
index d26002175fd0..7ea447217127 100644
--- a/Tasks/BashV3/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/ja-JP/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "input が指定された場合は、その値が展開され、スクリプトを実行する前に実行するスタートアップ ファイルのパスとして使用されます。環境変数 `BASH_ENV` が既に定義されている場合は、現在のタスクに対してのみこの変数を上書きします。詳細は、[link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html) で確認できます。",
"loc.messages.GeneratingScript": "スクリプトを生成しています。",
"loc.messages.JS_ExitCode": "bash がコード '%s' で終了しました。",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash がコード 137 で終了しました。これはメモリ不足を意味しています。エージェント (コンテナー) ホストに十分なメモリが構成されていることを確認します。",
"loc.messages.JS_FormattedCommand": "フォーマット後のコマンド: %s",
"loc.messages.JS_InvalidFilePath": "'%s' は、無効なファイル パスです。",
"loc.messages.JS_ScriptContents": "スクリプト コンテンツ:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/ko-KR/resources.resjson
index 456b747563b7..3a6322c72278 100644
--- a/Tasks/BashV3/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/ko-KR/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "입력이 지정된 경우 해당 값은 확장되며 스크립트를 실행하기 전에 실행할 시작 파일의 경로로 사용됩니다. 환경 변수 'BASH_ENV'가 이미 정의된 경우 작업에서 현재 작업에 대해서만 이 변수를 재정의합니다. 자세한 내용은 [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html)에서 확인할 수 있습니다.",
"loc.messages.GeneratingScript": "스크립트를 생성 중입니다.",
"loc.messages.JS_ExitCode": "Bash가 코드 '%s'(으)로 종료되었습니다.",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash가 코드 137로 종료되었습니다. 즉, 메모리가 부족합니다. 에이전트(컨테이너) 호스트에 충분한 메모리가 구성되어 있는지 확인합니다.",
"loc.messages.JS_FormattedCommand": "형식이 지정된 명령: %s",
"loc.messages.JS_InvalidFilePath": "파일 경로 '%s'이(가) 잘못되었습니다.",
"loc.messages.JS_ScriptContents": "스크립트 내용:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/ru-RU/resources.resjson
index 79bd3b945f83..1e692aa4041d 100644
--- a/Tasks/BashV3/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/ru-RU/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "Если указаны входные данные, их значение расширяется и используется в качестве пути к файлу запуска, который выполняется перед запуском сценария. Если переменная среды BASH_ENV уже определена, эта задача переопределит эту переменную только для текущей задачи. Дополнительные сведения: [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).",
"loc.messages.GeneratingScript": "Формируется скрипт.",
"loc.messages.JS_ExitCode": "Завершение работы Bash с кодом \"%s\".",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash завершил работу с кодом 137, что означает, что ему недостаточно памяти. Установите на узле агента достаточный объем памяти.",
"loc.messages.JS_FormattedCommand": "Отформатирована команда: %s",
"loc.messages.JS_InvalidFilePath": "Недопустимый путь к файлу \"%s\".",
"loc.messages.JS_ScriptContents": "Содержимое скрипта:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/zh-CN/resources.resjson
index d4608d1d838f..6edfd6f2aa20 100644
--- a/Tasks/BashV3/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/zh-CN/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "如果指定了输入,则会展开该值,并将其用作运行脚本之前要执行的启动文件的路径。如果已定义环境变量“BASH_ENV”,则该任务将仅针对当前任务重写此变量。可以通过 [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html)查找更多详细信息。",
"loc.messages.GeneratingScript": "正在生成脚本。",
"loc.messages.JS_ExitCode": "Bash 已退出,代码为“%s”。",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash 已退出,代码为 137,这意味着内存不足。确保代理(容器)主机配置了足够的内存。",
"loc.messages.JS_FormattedCommand": "已设置格式的命令: %s",
"loc.messages.JS_InvalidFilePath": "文件路径“%s”无效。",
"loc.messages.JS_ScriptContents": "脚本内容:",
diff --git a/Tasks/BashV3/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/BashV3/Strings/resources.resjson/zh-TW/resources.resjson
index 0280cd1a7fa2..c74eb093b171 100644
--- a/Tasks/BashV3/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/BashV3/Strings/resources.resjson/zh-TW/resources.resjson
@@ -19,7 +19,7 @@
"loc.input.help.bashEnvValue": "If input is specified, it's value is expanded and used as the path of a startup file to execute before running the script. If the environment variable `BASH_ENV` has already been defined, the task will override this variable only for the current task. You can find more details by [link](https://www.gnu.org/software/bash/manual/html_node/Bash-Startup-Files.html).",
"loc.messages.GeneratingScript": "正在產生指令碼。",
"loc.messages.JS_ExitCode": "Bash 已結束,代碼為 '%s'。",
- "loc.messages.JS_ExitCode_137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured.",
+ "loc.messages.JS_ExitCode_137": "Bash 已結束,代碼為 137,這表示記憶體不足。請確定代理程式 (容器) 主機已設定足夠的記憶體。",
"loc.messages.JS_FormattedCommand": "經過格式化的命令: %s",
"loc.messages.JS_InvalidFilePath": "檔案路徑 '%s' 無效。",
"loc.messages.JS_ScriptContents": "指令碼內容:",
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/de-DE/resources.resjson
index 59e449b4ebff..cfb63a5e42cd 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/de-DE/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "Info: .NET Core SDK/Runtime 2.2 und 3.0 haben ihr EOL (End of Life) erreicht und wurden aus allen gehosteten Agents entfernt. Wenn Sie diese SDKs/Runtimes für gehostete Agents verwenden, führen Sie ein Upgrade auf neuere Versionen durch, die das EOL noch nicht erreicht haben, oder verwenden Sie die Aufgabe \"UseDotNet\", um die erforderliche Version zu installieren.",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg ist derzeit für diese Aufgabe aktiviert. Um diese Warnung zu beheben, bearbeiten Sie Ihre Buildaufgabe, und legen Sie \"includeNuGetOrg\" auf \"false\" fest, oder deaktivieren Sie \"Pakete aus NuGet.org verwenden\".",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Pakete konnten nicht wiederhergestellt werden. Bearbeiten Sie Ihre Buildaufgabe, und legen Sie \"includeNuGetOrg\" auf \"false\" fest, oder deaktivieren Sie \"Pakete aus NuGet.org verwenden\".",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "Die Dienstverbindung verwendet keine unterstützte Authentifizierungsmethode. Verwenden Sie eine Dienstverbindung mit der auf persönlichen Zugriffstoken basierenden Authentifizierung."
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/es-ES/resources.resjson
index 9e856bd54ab6..b61c0e495fd3 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/es-ES/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "Información: El SDK de .NET Core o el runtime 2.2 y 3.0 han llegado al final de su duración (EOL) y se han quitado de todos los agentes hospedados. Si está usando estos SDK o entornos de ejecución en agentes hospedados, actualice a versiones más recientes que no estén al final de su duración o bien use la tarea UseDotNet para instalar la versión requerida.",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg está habilitado actualmente para esta tarea. Para resolver esta advertencia, edite la tarea de compilación y establezca \"includeNuGetOrg\" en \"false\" o anule la selección de \"Usar paquetes de NuGet.org\".",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Error al restaurar los paquetes. Edite la tarea de compilación y establezca \"includeNuGetOrg\" en \"false\" o anule la selección de \"Usar paquetes de NuGet.org\".",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La conexión de servicio no usa un método de autenticación compatible. Use una conexión de servicio con autenticación basada en token de acceso personal."
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/fr-FR/resources.resjson
index 4db3ecd09acd..a97705843c31 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/fr-FR/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "Information : Les kits SDK/runtimes .NET Core 2.2 et 3.0 sont en fin de vie (EOL) et ont été supprimés sur tous les agents hébergés. Si vous utilisez ces kits SDK/runtimes sur des agents hébergés, effectuez une mise à niveau vers des versions plus récentes qui ne sont pas en fin de vie (EOL), ou bien utilisez la tâche UseDotNet pour installer la version nécessaire.",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg est actuellement activé pour cette tâche. Pour résoudre cet avertissement, modifiez votre tâche de build et définissez 'includeNuGetOrg' sur 'false' ou désélectionnez 'Use packages from NuGet.org'.",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Nous n’avons pas pu restaurer des paquets. Editez votre tâche de build et mettez 'includeNuGetOrg' à 'false' ou désélectionnez 'Use packages from NuGet.org'.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La connexion de service n’utilise aucune méthode d’authentification prise en charge. Veuillez utiliser une connexion de service avec une authentification basée sur un jeton d’accès personnel."
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/it-IT/resources.resjson
index b8f8a43468ed..eab723ba65c9 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/it-IT/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "Informazioni: .NET Core SDK/Runtime 2.2 e 3.0 stanno per passare alla fase EOL (End of Life) e sono stati rimossi da tutti gli agenti ospitati. Se si usano questi SDK/Runtime in agenti ospitati, eseguire l'aggiornamento a versioni più recenti per cui non è previsto il passaggio alla fase EOL oppure usare l'attività Usa dotnet per installare la versione richiesta.",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg è attualmente abilitato per questa attività. Per risolvere questo avviso, modificare l'attività di compilazione e impostare 'includeNuGetOrg' su 'false' o deselezionare 'Usa pacchetti da NuGet.org'.",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Impossibile ripristinare i pacchetti. Modificare l'attività di compilazione e impostare 'includeNuGetOrg' su 'false' o deselezionare 'Usa pacchetti da NuGet.org'.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale."
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ja-JP/resources.resjson
index d2792fe03f63..c5523a772922 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ja-JP/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "情報: .NET Core SDK またはランタイム 2.2 および 3.0 の有効期間は終了しており (EOL)、ホストされているすべてのエージェントから削除されました。ホストされているエージェントでこれらの SDK またはランタイムを使用している場合は EOL を迎えていない新しいバージョンにアップグレードし、それ以外の場合は UseDotNet タスクを使用して必要なバージョンをインストールしてください。",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg は現在、このタスクに対して有効になっています。この警告を解決するには、ビルド タスクを編集し、'includeNuGetOrg' を 'false' に設定するか、'NuGet.org からパッケージを使用する' の選択を解除します。",
"loc.messages.Error_IncludeNuGetOrgEnabled": "パッケージを復元できませんでした。ビルド タスクを編集し、'includeNuGetOrg' を 'false' に設定するか、'NuGet.org からパッケージを使用する' の選択を解除します。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "サービス接続では、サポートされている認証方法が使用されていません。個人用アクセス トークン ベースの認証でサービス接続を使用してください。"
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ko-KR/resources.resjson
index 5d4b3d1b270e..79285088c42e 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ko-KR/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "정보: .NET Core SDK/런타임 2.2 및 3.0이 현재 EOL(만료)되었으며 모든 호스트된 에이전트에서 제거되었습니다. 호스트된 에이전트에서 이러한 SDK/런타임을 사용하는 경우 EOL(만료)되지 않은 최신 버전으로 업그레이드하거나 UseDotNet 작업을 사용하여 필요한 버전을 설치하세요.",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg는 현재 이 작업에 대해 활성화되어 있습니다. 이 경고를 해결하려면 빌드 작업을 편집하고 'includeNuGetOrg'를 'false'로 설정하거나 'NuGet.org의 패키지 사용'을 선택 취소하세요.",
"loc.messages.Error_IncludeNuGetOrgEnabled": "패키지를 복원하지 못했습니다. 빌드 작업을 편집하고 'includeNuGetOrg'를 'false'로 설정하거나 'NuGet.org에서 패키지 사용'을 선택 취소합니다.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "서비스 연결에서 지원되는 인증 방법을 사용하지 않습니다. 개인용 액세스 토큰 기반 인증이 포함된 서비스 연결을 사용하세요."
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ru-RU/resources.resjson
index c7fc6d330767..d2abea3eb087 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/ru-RU/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "Информация: пакет SDK и среда выполнения .NET Core версий 2.2 и 3.0 достигли срока окончания поддержки (EOL) и были удалены со всех размещенных агентов. Если вы используете эти пакеты SDK или среды выполнения на размещенных агентах, обновите их до более поздних версий, которые не достигли срока окончания поддержки, или воспользуйтесь задачей UseDotNet, чтобы установить требуемую версию.",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg сейчас включен для этой задачи. Чтобы устранить это предупреждение, измените задачу сборки и установите для \"includeNuGetOrg\" \"ЛОЖЬ\" или отключите \"Использовать пакеты из NuGet.org\".",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Не удалось восстановить пакеты. Отредактируете задачу сборки и установите для \"includeNuGetOrg\" \"ЛОЖЬ\" или отключите \"Использовать пакеты из NuGet.org\".",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "Подключение к службе не использует поддерживаемый метод проверки подлинности. Используйте сервисное соединение с проверкой подлинности на основе токена личного доступа."
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-CN/resources.resjson
index e1bd0a87ee9e..b478e2f7d742 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-CN/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "信息: .NET Core SDK/运行时 2.2 和 3.0 现已到达生命周期结束(EOL)日期,已从所有托管的代理中将它们删除。如果你正在托管的代理上使用这些 SDK/运行时,请升级到尚未到达 EOL 的更新的版本,或者执行 UseDotNet 任务来安装所需的版本。",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "当前已为此任务启用 IncludeNugetOrg。若要解决此警告,请编辑生成任务并将 \"includeNuGetOrg\" 设置为 \"false\" 或取消选择“使用来自 NuGet.org 的包”。",
"loc.messages.Error_IncludeNuGetOrgEnabled": "包无法还原。请编辑生成任务并将 \"includeNuGetOrg\" 设置为 \"false\",或取消选择“使用来自 NuGet.org 的包”。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "服务连接未使用受支持的身份验证方法。请配合使用服务连接与基于个人访问令牌的身份验证。"
}
\ No newline at end of file
diff --git a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-TW/resources.resjson
index 0dfbfcada387..a6ec4c799de4 100644
--- a/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/DotNetCoreCLIV2/Strings/resources.resjson/zh-TW/resources.resjson
@@ -139,5 +139,5 @@
"loc.messages.DeprecatedDotnet2_2_And_3_0": "資訊: .NET Core SDK/執行階段 2.2 及 3.0 目前已停產 (EOL),並自所有裝載的代理程式中移除。如果您在裝載的代理程式上使用這些 SDK/執行階段,請升級至未停產的較新版本,或使用 UseDotNet 工作安裝必要的版本。",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "目前已為此工作啟用 IncludeNugetOrg。若要解决此警告,請編輯建置工作並將 'includeNuGetOrg' 設定為 'false' 或取消選取 'Use packages from NuGet.org'。",
"loc.messages.Error_IncludeNuGetOrgEnabled": "無法還原封裝。編輯您的建置工作並將 'includeNuGetOrg' 設定為 'false' 或取消選取 'Use packages from NuGet.org'。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "服務連線並非使用支援的驗證方法。請使用個人存取權杖型驗證的服務連線。"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson
index 465c3adf82a4..0c44691f069c 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "Es wurde keine Datei \"index.json\" gefunden, und es wurden keine Dateien wiederhergestellt.",
"loc.messages.RevertedChangesToNpmrc": "Die Änderungen an \"%s\" wurden zurückgesetzt.",
"loc.messages.NpmrcDoesNotExist": "Die unter \"%s\" ausgewählte NPMRC-Datei ist zurzeit nicht vorhanden.",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": "NPMRC erfolgreich gepusht",
+ "loc.messages.SuccessfulAppend": "NPMRC erfolgreich angefügt"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson
index c53e7ade9c76..ec42c358c62e 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "No se encontró ningún archivo index.json y no se restauró ningún archivo.",
"loc.messages.RevertedChangesToNpmrc": "Se revirtieron los cambios realizados en %s.",
"loc.messages.NpmrcDoesNotExist": "El archivo .npmrc que ha seleccionado en %s no existe actualmente.",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": ".npmrc se insertó correctamente .npmrc",
+ "loc.messages.SuccessfulAppend": ".npmrc se anexó correctamente .npmrc"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson
index 2592c692d5ab..5fd9ec2b1c0a 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "Fichier index.json introuvable. Aucun fichier n'a été restauré",
"loc.messages.RevertedChangesToNpmrc": "Restauration des changements apportés à %s.",
"loc.messages.NpmrcDoesNotExist": "Le fichier .npmrc que vous avez sélectionné sur %s n'existe pas.",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": "L’envoi (push) du fichier .npmrc a été correctement effectué",
+ "loc.messages.SuccessfulAppend": "Le fichier .npmrc est correctement ajouté"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson
index 750cf27d6b20..9623b8e72445 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "Non è stato trovato alcun file index.json e non è stato ripristinato alcun file",
"loc.messages.RevertedChangesToNpmrc": "Le modifiche apportate a %s sono state ripristinate.",
"loc.messages.NpmrcDoesNotExist": "Il file con estensione npmrc selezionato in %s al momento non esiste.",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": "Push di .npmrc riuscito",
+ "loc.messages.SuccessfulAppend": "Aggiunta di .npmrc riuscita"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ja-JP/resources.resjson
index c6f66155a087..d51fb5f9173a 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ja-JP/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "Index.json ファイルが見つからず、復元されたファイルもありません",
"loc.messages.RevertedChangesToNpmrc": "%s に加えられた変更を元に戻しました。",
"loc.messages.NpmrcDoesNotExist": "%s で選択した .npmrc ファイルが現時点では存在しません。",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": ".npmrc が正常にプッシュされました",
+ "loc.messages.SuccessfulAppend": ".npmrc が正常に追加されました"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ko-KR/resources.resjson
index f0d3955cc0cb..dc883ac15c30 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ko-KR/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "index.json 파일을 찾을 수 없어서 복원된 파일이 없습니다.",
"loc.messages.RevertedChangesToNpmrc": "%s에 대한 변경 내용을 되돌렸습니다.",
"loc.messages.NpmrcDoesNotExist": "%s에서 선택한 .npmrc 파일이 현재 없습니다.",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": ".npmrc를 푸시함",
+ "loc.messages.SuccessfulAppend": ".npmrc가 추가됨"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ru-RU/resources.resjson
index 3f3ef019097c..9ae05aa5b068 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ru-RU/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "Файл index.json не найден, и файлы не были восстановлены.",
"loc.messages.RevertedChangesToNpmrc": "Изменения, внесенные в %s, отменены.",
"loc.messages.NpmrcDoesNotExist": "Файл NPMRC, выбранный в %s, в настоящее время не существует.",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": "Отправлен файл .npmrc.",
+ "loc.messages.SuccessfulAppend": "Добавлен файл .npmrc."
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-CN/resources.resjson
index 4770d7877d2b..a4990cbf1193 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-CN/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "找不到任何 index.json 文件,未还原任何文件",
"loc.messages.RevertedChangesToNpmrc": "已还原对 %s 所做的更改。",
"loc.messages.NpmrcDoesNotExist": "在 %s 选择的 .npmrc 文件当前不存在。",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": "已成功推送 .npmrc",
+ "loc.messages.SuccessfulAppend": "已成功追加 .npmrc"
}
\ No newline at end of file
diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson
index 17332b962adf..adf035b48356 100644
--- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson
@@ -25,6 +25,6 @@
"loc.messages.NoIndexJsonFile": "找不到任何 index.json 檔案,未還原任何檔案",
"loc.messages.RevertedChangesToNpmrc": "已還原對 %s 進行的變更。",
"loc.messages.NpmrcDoesNotExist": "您在 %s 選取的 .npmrc 檔案目前不存在。",
- "loc.messages.SuccessfulPush": "Successfully pushed .npmrc",
- "loc.messages.SuccessfulAppend": "Successfully appended .npmrc"
+ "loc.messages.SuccessfulPush": "已成功推送 .npmrc",
+ "loc.messages.SuccessfulAppend": "已成功附加 .npmrc"
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/de-DE/resources.resjson
index a0cffbac586d..217c4b4bcd27 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/de-DE/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "Projekt-NPMRC wird wiederhergestellt",
"loc.messages.WorkingDirectoryNotDirectory": "Ändern Sie Ihr Arbeitsverzeichnis in ein gültiges Verzeichnis.",
"loc.messages.NGCommon_AreaNotFoundInSps": "Der Bereich \"%s\" [%s] wurde nicht gefunden. Der Dienst, der diesen Bereich enthält, ist ggf. in Ihrer Region nicht verfügbar.",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "Die Dienstverbindung verwendet keine unterstützte Authentifizierungsmethode. Verwenden Sie eine Dienstverbindung mit der auf persönlichen Zugriffstoken basierenden Authentifizierung."
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/es-ES/resources.resjson
index a7b2d7ebb72a..8fcc51850d9f 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/es-ES/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "Restaurando el proyecto .npmrc",
"loc.messages.WorkingDirectoryNotDirectory": "Cambie el directorio de trabajo a un directorio válido",
"loc.messages.NGCommon_AreaNotFoundInSps": "No se encuentra el área \"%s\" [%s]. Puede que el servicio que contiene el área no esté disponible en la región.",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "La conexión de servicio no usa un método de autenticación compatible. Use una conexión de servicio con autenticación basada en token de acceso personal."
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/fr-FR/resources.resjson
index b6de44fc6bfd..aa9d85958acb 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/fr-FR/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "Restauration du fichier .npmrc du projet",
"loc.messages.WorkingDirectoryNotDirectory": "Remplacez votre répertoire de travail par un répertoire valide",
"loc.messages.NGCommon_AreaNotFoundInSps": "Impossible de localiser la zone '%s' [%s]. Le service qui contient la zone n'est peut-être pas disponible dans votre région.",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "La connexion de service n’utilise aucune méthode d’authentification prise en charge. Veuillez utiliser une connexion de service avec une authentification basée sur un jeton d’accès personnel."
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/it-IT/resources.resjson
index 19e6ef194834..f1b0eb27f79f 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/it-IT/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "Ripristino del file di progetto con estensione npmrc",
"loc.messages.WorkingDirectoryNotDirectory": "Sostituire la directory di lavoro con una directory valida",
"loc.messages.NGCommon_AreaNotFoundInSps": "L'area '%s' [%s] non è stata trovata. Il servizio che contiene tale area potrebbe non essere disponibile nell'area geografica corrente.",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale."
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/ja-JP/resources.resjson
index 90c7761c5f89..88cbed9ed86e 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/ja-JP/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "プロジェクト .npmrc を復元しています",
"loc.messages.WorkingDirectoryNotDirectory": "作業ディレクトリを有効なディレクトリに変更してください",
"loc.messages.NGCommon_AreaNotFoundInSps": "'%s' [%s] 領域を特定できません。この領域を含むサービスは、ご利用の地域では提供されません。",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "サービス接続では、サポートされている認証方法が使用されていません。個人用アクセス トークン ベースの認証でサービス接続を使用してください。"
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/ko-KR/resources.resjson
index c49d0b34c360..3cb79205f833 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/ko-KR/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "프로젝트 .npmrc 복원 중",
"loc.messages.WorkingDirectoryNotDirectory": "작업 디렉터리를 유효한 디렉터리로 변경하세요.",
"loc.messages.NGCommon_AreaNotFoundInSps": "'%s' [%s] 영역을 찾을 수 없습니다. 해당 영역을 포함하는 서비스를 사용자의 지역에서 사용하지 못할 수도 있습니다.",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "서비스 연결에서 지원되는 인증 방법을 사용하지 않습니다. 개인용 액세스 토큰 기반 인증이 포함된 서비스 연결을 사용하세요."
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/ru-RU/resources.resjson
index dd861cf191ff..478805be4e03 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/ru-RU/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "Восстанавливается файл NPMRC проекта",
"loc.messages.WorkingDirectoryNotDirectory": "Измените рабочий каталог на допустимый",
"loc.messages.NGCommon_AreaNotFoundInSps": "Не удается найти область \"%s\" [%s]. Возможно, служба, содержащая эту область, недоступна в вашем регионе.",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "Подключение к службе не использует поддерживаемый метод проверки подлинности. Используйте сервисное соединение с проверкой подлинности на основе токена личного доступа."
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/zh-CN/resources.resjson
index 2a700388c3b9..aa5c976073d5 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/zh-CN/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "正在还原项目 .npmrc",
"loc.messages.WorkingDirectoryNotDirectory": "请将工作目录更改为有效目录",
"loc.messages.NGCommon_AreaNotFoundInSps": "无法定位“%s”[%s] 区域。你所在的地区可能无法使用包含该区域的服务。",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "服务连接未使用受支持的身份验证方法。请配合使用服务连接与基于个人访问令牌的身份验证。"
}
\ No newline at end of file
diff --git a/Tasks/NpmV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/NpmV1/Strings/resources.resjson/zh-TW/resources.resjson
index 057df03110dd..c18fed0c12ae 100644
--- a/Tasks/NpmV1/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/NpmV1/Strings/resources.resjson/zh-TW/resources.resjson
@@ -53,5 +53,5 @@
"loc.messages.RestoringProjectNpmrc": "正在還原專案 .npmrc",
"loc.messages.WorkingDirectoryNotDirectory": "請將您的工作目錄變更為有效的目錄",
"loc.messages.NGCommon_AreaNotFoundInSps": "找不到 '%s' [%s] 區域。包含該區域的服務可能無法在您的地區使用。",
- "loc.messages.UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.UnsupportedServiceConnectionAuth": "服務連線並非使用支援的驗證方法。請使用個人存取權杖型驗證的服務連線。"
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/de-DE/resources.resjson
index 86507c9cfb39..a337dc7cfd66 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/de-DE/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Fehler bei nuget-Befehl mit Exitcode \"%s\" und Fehler \"%s\".",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg ist derzeit für diese Aufgabe aktiviert. Um diese Warnung zu beheben, bearbeiten Sie Ihre Buildaufgabe, und legen Sie \"includeNuGetOrg\" auf \"false\" fest, oder deaktivieren Sie \"Pakete aus NuGet.org verwenden\".",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Pakete konnten nicht wiederhergestellt werden. Bearbeiten Sie Ihre Buildaufgabe, und legen Sie \"includeNuGetOrg\" auf \"false\" fest, oder deaktivieren Sie \"Pakete aus NuGet.org verwenden\".",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "Die Dienstverbindung verwendet keine unterstützte Authentifizierungsmethode. Verwenden Sie eine Dienstverbindung mit der auf persönlichen Zugriffstoken basierenden Authentifizierung."
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/es-ES/resources.resjson
index 348d276ae1e2..234772eab02e 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/es-ES/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Error del comando nuget con el código de salida (%s) y el error (%s).",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg está habilitado actualmente para esta tarea. Para resolver esta advertencia, edite la tarea de compilación y establezca \"includeNuGetOrg\" en \"false\" o anule la selección de \"Usar paquetes de NuGet.org\".",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Error al restaurar los paquetes. Edite la tarea de compilación y establezca \"includeNuGetOrg\" en \"false\" o anule la selección de \"Usar paquetes de NuGet.org\".",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La conexión de servicio no usa un método de autenticación compatible. Use una conexión de servicio con autenticación basada en token de acceso personal."
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/fr-FR/resources.resjson
index dc9c859305cd..7b559c2e5b01 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/fr-FR/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Échec de la commande nuget avec le code de sortie (%s) et l'erreur (%s)",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg est actuellement activé pour cette tâche. Pour résoudre cet avertissement, modifiez votre tâche de build et définissez 'includeNuGetOrg' sur 'false' ou désélectionnez 'Use packages from NuGet.org'.",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Nous n’avons pas pu restaurer des paquets. Editez votre tâche de build et mettez 'includeNuGetOrg' à 'false' ou désélectionnez 'Use packages from NuGet.org'.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La connexion de service n’utilise aucune méthode d’authentification prise en charge. Veuillez utiliser une connexion de service avec une authentification basée sur un jeton d’accès personnel."
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/it-IT/resources.resjson
index 073f4bbcf572..465693556d90 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/it-IT/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Il comando NuGet non è riuscito. Codice di uscita: %s. Errore: %s",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg è attualmente abilitato per questa attività. Per risolvere questo avviso, modificare l'attività di compilazione e impostare 'includeNuGetOrg' su 'false' o deselezionare 'Usa pacchetti da NuGet.org'.",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Impossibile ripristinare i pacchetti. Modificare l'attività di compilazione e impostare 'includeNuGetOrg' su 'false' o deselezionare 'Usa pacchetti da NuGet.org'.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale."
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/ja-JP/resources.resjson
index b47811a4fadb..aea04f782419 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/ja-JP/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "終了コード (%s) とエラー (%s) で、Nuget コマンドが失敗しました",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg は現在、このタスクに対して有効になっています。この警告を解決するには、ビルド タスクを編集し、'includeNuGetOrg' を 'false' に設定するか、'NuGet.org からパッケージを使用する' の選択を解除します。",
"loc.messages.Error_IncludeNuGetOrgEnabled": "パッケージを復元できませんでした。ビルド タスクを編集し、'includeNuGetOrg' を 'false' に設定するか、'NuGet.org からパッケージを使用する' の選択を解除します。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "サービス接続では、サポートされている認証方法が使用されていません。個人用アクセス トークン ベースの認証でサービス接続を使用してください。"
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/ko-KR/resources.resjson
index 6b2cdd65f643..e86d8c1879a2 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/ko-KR/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "nuget 명령이 실패했습니다. 종료 코드(%s) 및 오류(%s)",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg는 현재 이 작업에 대해 활성화되어 있습니다. 이 경고를 해결하려면 빌드 작업을 편집하고 'includeNuGetOrg'를 'false'로 설정하거나 'NuGet.org의 패키지 사용'을 선택 취소하세요.",
"loc.messages.Error_IncludeNuGetOrgEnabled": "패키지를 복원하지 못했습니다. 빌드 작업을 편집하고 'includeNuGetOrg'를 'false'로 설정하거나 'NuGet.org에서 패키지 사용'을 선택 취소합니다.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "서비스 연결에서 지원되는 인증 방법을 사용하지 않습니다. 개인용 액세스 토큰 기반 인증이 포함된 서비스 연결을 사용하세요."
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/ru-RU/resources.resjson
index a3a87b5fda47..412036cfd8be 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/ru-RU/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Сбой команды NuGet. Код выхода: %s, ошибка: %s",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "IncludeNugetOrg сейчас включен для этой задачи. Чтобы устранить это предупреждение, измените задачу сборки и установите для \"includeNuGetOrg\" \"ЛОЖЬ\" или отключите \"Использовать пакеты из NuGet.org\".",
"loc.messages.Error_IncludeNuGetOrgEnabled": "Не удалось восстановить пакеты. Отредактируете задачу сборки и установите для \"includeNuGetOrg\" \"ЛОЖЬ\" или отключите \"Использовать пакеты из NuGet.org\".",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "Подключение к службе не использует поддерживаемый метод проверки подлинности. Используйте сервисное соединение с проверкой подлинности на основе токена личного доступа."
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-CN/resources.resjson
index 81d5a5aab2dd..db62cca20608 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-CN/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Nuget 命令失败,提供了退出代码(%s)和错误(%s)",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "当前已为此任务启用 IncludeNugetOrg。若要解决此警告,请编辑生成任务并将 \"includeNuGetOrg\" 设置为 \"false\" 或取消选择“使用来自 NuGet.org 的包”。",
"loc.messages.Error_IncludeNuGetOrgEnabled": "包无法还原。请编辑生成任务并将 \"includeNuGetOrg\" 设置为 \"false\",或取消选择“使用来自 NuGet.org 的包”。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "服务连接未使用受支持的身份验证方法。请配合使用服务连接与基于个人访问令牌的身份验证。"
}
\ No newline at end of file
diff --git a/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-TW/resources.resjson
index 1e9b9ac202c8..df50e7eff581 100644
--- a/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/NuGetCommandV2/Strings/resources.resjson/zh-TW/resources.resjson
@@ -136,5 +136,5 @@
"loc.messages.Error_NugetFailedWithCodeAndErr": "Nuget 命令失敗,結束代碼: (%s),錯誤: (%s)",
"loc.messages.Warning_IncludeNuGetOrgEnabled": "目前已為此工作啟用 IncludeNugetOrg。若要解决此警告,請編輯建置工作並將 'includeNuGetOrg' 設定為 'false' 或取消選取 'Use packages from NuGet.org'。",
"loc.messages.Error_IncludeNuGetOrgEnabled": "無法還原封裝。編輯您的建置工作並將 'includeNuGetOrg' 設定為 'false' 或取消選取 'Use packages from NuGet.org'。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "服務連線並非使用支援的驗證方法。請使用個人存取權杖型驗證的服務連線。"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/de-DE/resources.resjson
index 259da0d5161b..c5a8a32726bd 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/de-DE/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "NuGet-Installer",
- "loc.helpMarkDown": "[Weitere Informationen](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "Installiert fehlende NuGet-Pakete oder stellt sie wieder her. Verwenden Sie die Aufgabe \"NuGetAuthenticate@0\", um die neuesten Funktionen zu nutzen.",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "Erweitert",
- "loc.input.label.solution": "Pfad zur Projektmappe oder zur Datei \"packages.config\"",
- "loc.input.help.solution": "Der Pfad zur Visual Studio-Projektmappendatei oder zur NuGet-Datei \"packages.config\".",
- "loc.input.label.nugetConfigPath": "Pfad zu \"NuGet.config\"",
- "loc.input.help.nugetConfigPath": "Entspricht dem Befehlszeilenargument \"-ConfigFile\" von \"NuGet.exe\".",
- "loc.input.label.restoreMode": "Installationstyp",
- "loc.input.help.restoreMode": "Mit \"Restore\" werden die Pakete wiederhergestellt, von denen eine Projektmappe abhängt. Dies ist im Allgemeinen die Option Ihrer Wahl.\n\n\"Install\" installiert Pakete aus einer Datei \"packages.config\". Verwenden Sie diese Option, wenn Sie ein eigenständiges Toolpaket installieren möchten.",
- "loc.input.label.noCache": "Lokalen Cache deaktivieren",
- "loc.input.help.noCache": "Entspricht dem Befehlszeilenargument \"-NoCache\" von \"NuGet.exe\".",
- "loc.input.label.nuGetRestoreArgs": "NuGet-Argumente",
- "loc.input.help.nuGetRestoreArgs": "Zusätzliche Argumente, die für die Wiederherstellung oder Installation an \"NuGet.exe\" übergeben werden. [Weitere Informationen](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
- "loc.input.label.verbosity": "Ausführlichkeit",
- "loc.input.help.verbosity": "Ausführlichkeitsgrad von NuGet",
- "loc.input.label.nuGetVersion": "NuGet-Version",
- "loc.input.help.nuGetVersion": "Die zu verwendende Version von NuGet oder eine externe Version.",
- "loc.input.label.nuGetPath": "Pfad zu \"NuGet.exe\"",
- "loc.input.help.nuGetPath": "Geben Sie optional den Pfad zu NuGet.exe an. Die Versionsauswahl wird außer Kraft gesetzt.",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "Um eine Verbindung mit NuGet-Feeds herzustellen, die in Ihrer Azure Pipelines-/TFS-Projektsammlung auf diesem Build-Agent gehostet werden, bearbeiten Sie Ihre Builddefinition, um eine höhere NuGet-Version auszuwählen oder einen Pfad zu einer Datei \"NuGet.config\" anzugeben, die die zu verwendenden Paketquellen enthält.",
- "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3 wurde ausgewählt, aber es wurde ein benutzerdefinierter NuGet-Pfad angegeben. Der benutzerdefinierte Pfad wird bevorzugt. Um diese Warnung aufzulösen, bearbeiten Sie Ihren Buildtask, und wählen Sie unter \"Erweitert\" die Option \"Benutzerdefiniert\" für die NuGet-Version.",
- "loc.messages.PackagesInstalledSuccessfully": "Pakete wurden erfolgreich installiert.",
- "loc.messages.PackagesFailedToInstall": "Fehler beim Installieren der Pakete.",
- "loc.messages.ConnectingAs": "Die Verbindung mit Feeds in Ihrer Azure Pipelines-/TFS-Projektsammlung wird als \"%s\" [%s] hergestellt.",
- "loc.messages.BuildIdentityPermissionsHint": "Stellen Sie für interne Feeds sicher, dass die Builddienstidentität \"%s\" [%s] Zugriff auf den Feed besitzt.",
- "loc.messages.NoCredProviderOnAgent": "\"CredentialProvider.TeamBuild.exe\" wurde auf dem Agent nicht gefunden. Fallback auf den konfigurationsbasierten Anmeldeinformationen-Datenfluss.",
- "loc.messages.NotARegularFile": "%s ist keine Projektmappendatei. Überprüfen Sie die Eigenschaft \"Pfad zur Projektmappe oder zu packages.config\" des NuGetInstaller-Tasks.",
- "loc.messages.UnknownRestoreMode": "Unbekannter Wiederherstellungsmodus \"%s\".",
- "loc.messages.CouldNotFindNuGetService": "Der NuGet-Dienst wurde nicht gefunden. Diese Aufgabe kann sich nicht bei Feeds authentifizieren, die in Ihrer Azure Pipelines-/TFS-Projektsammlung gehostet werden.",
- "loc.messages.NoNuGetSpecified": "Wenn \"Benutzerdefiniert\" ausgewählt wird, müssen Sie einen Pfad zu \"NuGet.exe\" angeben.",
- "loc.messages.NGCommon_DetectedNuGetVersion": "Erkannte NuGet-Version %s/%s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Ein Ladeprogrammpfad für NuGet-Extensions (Umgebungsvariable \"NUGET_EXTENSIONS_PATH\") wurde erkannt. Extensions werden ignoriert, wenn der integrierte NuGet-Client verwendet wird.",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Ein Ladeprogrammpfad für NuGet-Extensions (Umgebungsvariable \"NUGET_EXTENSIONS_PATH\") wurde erkannt: %s",
- "loc.messages.NGCommon_UnableToFindTool": "Das Tool %s wurde nicht gefunden.",
- "loc.messages.NGCommon_SpsNotFound": "Der Bereich \"%s\" [%s] wurde nicht gefunden. Möglicherweise liegt ein Problem mit der Team Foundation Server-Installation vor.",
- "loc.messages.NGCommon_AreaNotFoundInSps": "Der Bereich \"%s\" [%s] wurde nicht gefunden. Der Dienst, der diesen Bereich enthält, ist ggf. in Ihrer Region nicht verfügbar.",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Unter %s wurde eine Datei \"NuGet.config\" erwartet, der Inhalt scheint aber eine Datei \"packages.config\" zu sein. Überprüfen Sie die Einstellungen für den Task \"%s\", und bestätigen Sie, dass Sie \"NuGet.config\" und nicht \"packages.config\" ausgewählt haben.",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "Die Datei \"NuGet.config\" unter \"%s\" ist ungültig.",
- "loc.messages.NGCommon_RemovingSources": "Das Festlegen von Anmeldeinformationen in \"NuGet.config\" wird vorbereitet.",
- "loc.messages.NGCommon_AddingSources": "Anmeldeinformationen in der Datei \"NuGet.config\" werden festgelegt.",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "In der Datei \"NuGet.config\" unter \"%s\" wurden keine Paketquellen gefunden.",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Unbekannte NuGet-Version ausgewählt.",
- "loc.messages.DeprecatedTask": "Diese Aufgabe ist veraltet. Wechseln Sie zur Verwendung von \"Wiederherstellen\" oder \"Benutzerdefiniert\" von NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "NuGet-Installer",
+ "loc.helpMarkDown": "[Weitere Informationen](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "Erweitert",
+ "loc.input.label.solution": "Pfad zur Projektmappe oder zur Datei \"packages.config\"",
+ "loc.input.help.solution": "Der Pfad zur Visual Studio-Projektmappendatei oder zur NuGet-Datei \"packages.config\".",
+ "loc.input.label.nugetConfigPath": "Pfad zu \"NuGet.config\"",
+ "loc.input.help.nugetConfigPath": "Entspricht dem Befehlszeilenargument \"-ConfigFile\" von \"NuGet.exe\".",
+ "loc.input.label.restoreMode": "Installationstyp",
+ "loc.input.help.restoreMode": "Mit \"Restore\" werden die Pakete wiederhergestellt, von denen eine Projektmappe abhängt. Dies ist im Allgemeinen die Option Ihrer Wahl.\n\n\"Install\" installiert Pakete aus einer Datei \"packages.config\". Verwenden Sie diese Option, wenn Sie ein eigenständiges Toolpaket installieren möchten.",
+ "loc.input.label.noCache": "Lokalen Cache deaktivieren",
+ "loc.input.help.noCache": "Entspricht dem Befehlszeilenargument \"-NoCache\" von \"NuGet.exe\".",
+ "loc.input.label.nuGetRestoreArgs": "NuGet-Argumente",
+ "loc.input.help.nuGetRestoreArgs": "Zusätzliche Argumente, die für die Wiederherstellung oder Installation an \"NuGet.exe\" übergeben werden. [Weitere Informationen](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
+ "loc.input.label.verbosity": "Ausführlichkeit",
+ "loc.input.help.verbosity": "Ausführlichkeitsgrad von NuGet",
+ "loc.input.label.nuGetVersion": "NuGet-Version",
+ "loc.input.help.nuGetVersion": "Die zu verwendende Version von NuGet oder eine externe Version.",
+ "loc.input.label.nuGetPath": "Pfad zu \"NuGet.exe\"",
+ "loc.input.help.nuGetPath": "Geben Sie optional den Pfad zu NuGet.exe an. Die Versionsauswahl wird außer Kraft gesetzt.",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "Um eine Verbindung mit NuGet-Feeds herzustellen, die in Ihrer Azure Pipelines-/TFS-Projektsammlung auf diesem Build-Agent gehostet werden, bearbeiten Sie Ihre Builddefinition, um eine höhere NuGet-Version auszuwählen oder einen Pfad zu einer Datei \"NuGet.config\" anzugeben, die die zu verwendenden Paketquellen enthält.",
+ "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3 wurde ausgewählt, aber es wurde ein benutzerdefinierter NuGet-Pfad angegeben. Der benutzerdefinierte Pfad wird bevorzugt. Um diese Warnung aufzulösen, bearbeiten Sie Ihren Buildtask, und wählen Sie unter \"Erweitert\" die Option \"Benutzerdefiniert\" für die NuGet-Version.",
+ "loc.messages.PackagesInstalledSuccessfully": "Pakete wurden erfolgreich installiert.",
+ "loc.messages.PackagesFailedToInstall": "Fehler beim Installieren der Pakete.",
+ "loc.messages.ConnectingAs": "Die Verbindung mit Feeds in Ihrer Azure Pipelines-/TFS-Projektsammlung wird als \"%s\" [%s] hergestellt.",
+ "loc.messages.BuildIdentityPermissionsHint": "Stellen Sie für interne Feeds sicher, dass die Builddienstidentität \"%s\" [%s] Zugriff auf den Feed besitzt.",
+ "loc.messages.NoCredProviderOnAgent": "\"CredentialProvider.TeamBuild.exe\" wurde auf dem Agent nicht gefunden. Fallback auf den konfigurationsbasierten Anmeldeinformationen-Datenfluss.",
+ "loc.messages.NotARegularFile": "%s ist keine Projektmappendatei. Überprüfen Sie die Eigenschaft \"Pfad zur Projektmappe oder zu packages.config\" des NuGetInstaller-Tasks.",
+ "loc.messages.UnknownRestoreMode": "Unbekannter Wiederherstellungsmodus \"%s\".",
+ "loc.messages.CouldNotFindNuGetService": "Der NuGet-Dienst wurde nicht gefunden. Diese Aufgabe kann sich nicht bei Feeds authentifizieren, die in Ihrer Azure Pipelines-/TFS-Projektsammlung gehostet werden.",
+ "loc.messages.NoNuGetSpecified": "Wenn \"Benutzerdefiniert\" ausgewählt wird, müssen Sie einen Pfad zu \"NuGet.exe\" angeben.",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "Erkannte NuGet-Version %s/%s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Ein Ladeprogrammpfad für NuGet-Extensions (Umgebungsvariable \"NUGET_EXTENSIONS_PATH\") wurde erkannt. Extensions werden ignoriert, wenn der integrierte NuGet-Client verwendet wird.",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Ein Ladeprogrammpfad für NuGet-Extensions (Umgebungsvariable \"NUGET_EXTENSIONS_PATH\") wurde erkannt: %s",
+ "loc.messages.NGCommon_UnableToFindTool": "Das Tool %s wurde nicht gefunden.",
+ "loc.messages.NGCommon_SpsNotFound": "Der Bereich \"%s\" [%s] wurde nicht gefunden. Möglicherweise liegt ein Problem mit der Team Foundation Server-Installation vor.",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "Der Bereich \"%s\" [%s] wurde nicht gefunden. Der Dienst, der diesen Bereich enthält, ist ggf. in Ihrer Region nicht verfügbar.",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Unter %s wurde eine Datei \"NuGet.config\" erwartet, der Inhalt scheint aber eine Datei \"packages.config\" zu sein. Überprüfen Sie die Einstellungen für den Task \"%s\", und bestätigen Sie, dass Sie \"NuGet.config\" und nicht \"packages.config\" ausgewählt haben.",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "Die Datei \"NuGet.config\" unter \"%s\" ist ungültig.",
+ "loc.messages.NGCommon_RemovingSources": "Das Festlegen von Anmeldeinformationen in \"NuGet.config\" wird vorbereitet.",
+ "loc.messages.NGCommon_AddingSources": "Anmeldeinformationen in der Datei \"NuGet.config\" werden festgelegt.",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "In der Datei \"NuGet.config\" unter \"%s\" wurden keine Paketquellen gefunden.",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Unbekannte NuGet-Version ausgewählt.",
+ "loc.messages.DeprecatedTask": "Diese Aufgabe ist veraltet. Wechseln Sie zur Verwendung von \"Wiederherstellen\" oder \"Benutzerdefiniert\" von NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/es-ES/resources.resjson
index 9016136a83a5..a72177f4b4a8 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/es-ES/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "Instalador de NuGet",
- "loc.helpMarkDown": "[Más información](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "Instala o restaura los paquetes NuGet que faltan. Use la tarea NuGetAuthenticate@0 para obtener la funcionalidad más reciente.",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "Avanzado",
- "loc.input.label.solution": "Ruta de acceso a la solución o packages.config",
- "loc.input.help.solution": "Ruta de acceso al archivo de solución de Visual Studio o packages.config de NuGet",
- "loc.input.label.nugetConfigPath": "Ruta de acceso a NuGet.config",
- "loc.input.help.nugetConfigPath": "Equivalente al argumento de la línea de comandos -ConfigFile NuGet.exe.",
- "loc.input.label.restoreMode": "Tipo de instalación",
- "loc.input.help.restoreMode": "La opción Restaurar restaurará una solución que depende de los paquetes, que es lo que normalmente quiere.\n\nLa opción Instalar instalará paquetes desde el archivo packages.config. Use esta opción si quiere instalar un paquete de herramientas independiente.",
- "loc.input.label.noCache": "Deshabilitar la caché local",
- "loc.input.help.noCache": "Equivalente al argumento de línea de comandos -NoCache de NuGet.exe",
- "loc.input.label.nuGetRestoreArgs": "Argumentos de NuGet",
- "loc.input.help.nuGetRestoreArgs": "Argumentos adicionales que se pasan a la restauración o instalación de NuGet.exe. [Más información](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
- "loc.input.label.verbosity": "Nivel de detalle",
- "loc.input.help.verbosity": "Nivel de detalle de NuGet",
- "loc.input.label.nuGetVersion": "Versión de NuGet",
- "loc.input.help.nuGetVersion": "Versión de NuGet que se va a usar o versión externa.",
- "loc.input.label.nuGetPath": "Ruta de acceso a NuGet.exe",
- "loc.input.help.nuGetPath": "Proporcione opcionalmente la ruta de acceso a NuGet.exe. Se invalida la selección de versión.",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "Para conectarse a las fuentes NuGet hospedadas en la colección de proyectos de Azure Pipelines/TFS en este agente de compilación, edite la definición de compilación para elegir una versión posterior de NuGet o especifique una ruta de acceso a un archivo NuGet.config que contenga los orígenes del paquete que desea usar.",
- "loc.messages.Warning_ConflictingNuGetPreference": "Se seleccionó NuGet 3.3, pero se proporcionó una ruta de acceso personalizada de NuGet. Se preferirá la ruta de acceso personalizada. Para resolver esta advertencia, edite la tarea de compilación y seleccione \"Personalizada\" para la versión de NuGet en Opciones avanzadas.",
- "loc.messages.PackagesInstalledSuccessfully": "Los paquetes se instalaron correctamente.",
- "loc.messages.PackagesFailedToInstall": "Error al instalar los paquetes.",
- "loc.messages.ConnectingAs": "Conectando con las fuentes en la colección de proyectos de Azure Pipelines/TFS como \"%s\" [%s]",
- "loc.messages.BuildIdentityPermissionsHint": "Para las fuentes internas, asegúrese de que la identidad del servicio de compilación \"%s\" [%s] tiene acceso a la fuente.",
- "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe no se encontró en el agente. Se recurre al flujo de credenciales basadas en la configuración.",
- "loc.messages.NotARegularFile": "%s no es un archivo de solución. Compruebe la propiedad \"Ruta de acceso a la solución o packages.config\" de la tarea de NuGetInstaller.",
- "loc.messages.UnknownRestoreMode": "Modo de restauración '%s' desconocido.",
- "loc.messages.CouldNotFindNuGetService": "No se encontró el servicio NuGet. Esta tarea no podrá autenticar en las fuentes hospedadas en la colección de proyectos de Azure Pipelines/TFS.",
- "loc.messages.NoNuGetSpecified": "Si se ha seleccionado \"Personalizada\", debe proporcionar una ruta de acceso a NuGet.exe.",
- "loc.messages.NGCommon_DetectedNuGetVersion": "Versión de NuGet detectada: %s / %s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Se detectó una ruta de acceso de cargador de extensiones NuGet (variable de entorno NUGET_EXTENSIONS_PATH): Las extensiones se omiten cuando se usa el cliente NuGet integrado",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Se detectó una ruta de acceso de cargador de extensiones NuGet (variable de entorno NUGET_EXTENSIONS_PATH): %s",
- "loc.messages.NGCommon_UnableToFindTool": "No se encuentra la herramienta %s",
- "loc.messages.NGCommon_SpsNotFound": "No se encuentra el área \"%s\" [%s]. Puede que haya un problema con la instalación de Team Foundation Server.",
- "loc.messages.NGCommon_AreaNotFoundInSps": "No se encuentra el área \"%s\" [%s]. Puede que el servicio que contiene el área no esté disponible en la región.",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Se esperaba un archivo NuGet.config en %s, pero por el contenido parece de tipo packages.config. Compruebe la configuración de la tarea de %s y confirme que seleccionó NuGet.config en lugar de packages.config.",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "El archivo NuGet.config en %s no es válido.",
- "loc.messages.NGCommon_RemovingSources": "Preparándose para establecer las credenciales en NuGet.config.",
- "loc.messages.NGCommon_AddingSources": "Estableciendo credenciales en NuGet.config.",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "No se encontró ningún origen de paquete en el archivo NuGet.config en %s.",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Se seleccionó una versión de NuGet desconocida.",
- "loc.messages.DeprecatedTask": "Esta tarea está en desuso. Cambie al uso de la opción \"restore\" o \"custom\" de NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "Instalador de NuGet",
+ "loc.helpMarkDown": "[Más información](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "Avanzado",
+ "loc.input.label.solution": "Ruta de acceso a la solución o packages.config",
+ "loc.input.help.solution": "Ruta de acceso al archivo de solución de Visual Studio o packages.config de NuGet",
+ "loc.input.label.nugetConfigPath": "Ruta de acceso a NuGet.config",
+ "loc.input.help.nugetConfigPath": "Equivalente al argumento de la línea de comandos -ConfigFile NuGet.exe.",
+ "loc.input.label.restoreMode": "Tipo de instalación",
+ "loc.input.help.restoreMode": "La opción Restaurar restaurará una solución que depende de los paquetes, que es lo que normalmente quiere.\n\nLa opción Instalar instalará paquetes desde el archivo packages.config. Use esta opción si quiere instalar un paquete de herramientas independiente.",
+ "loc.input.label.noCache": "Deshabilitar la caché local",
+ "loc.input.help.noCache": "Equivalente al argumento de línea de comandos -NoCache de NuGet.exe",
+ "loc.input.label.nuGetRestoreArgs": "Argumentos de NuGet",
+ "loc.input.help.nuGetRestoreArgs": "Argumentos adicionales que se pasan a la restauración o instalación de NuGet.exe. [Más información](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
+ "loc.input.label.verbosity": "Nivel de detalle",
+ "loc.input.help.verbosity": "Nivel de detalle de NuGet",
+ "loc.input.label.nuGetVersion": "Versión de NuGet",
+ "loc.input.help.nuGetVersion": "Versión de NuGet que se va a usar o versión externa.",
+ "loc.input.label.nuGetPath": "Ruta de acceso a NuGet.exe",
+ "loc.input.help.nuGetPath": "Proporcione opcionalmente la ruta de acceso a NuGet.exe. Se invalida la selección de versión.",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "Para conectarse a las fuentes NuGet hospedadas en la colección de proyectos de Azure Pipelines/TFS en este agente de compilación, edite la definición de compilación para elegir una versión posterior de NuGet o especifique una ruta de acceso a un archivo NuGet.config que contenga los orígenes del paquete que desea usar.",
+ "loc.messages.Warning_ConflictingNuGetPreference": "Se seleccionó NuGet 3.3, pero se proporcionó una ruta de acceso personalizada de NuGet. Se preferirá la ruta de acceso personalizada. Para resolver esta advertencia, edite la tarea de compilación y seleccione \"Personalizada\" para la versión de NuGet en Opciones avanzadas.",
+ "loc.messages.PackagesInstalledSuccessfully": "Los paquetes se instalaron correctamente.",
+ "loc.messages.PackagesFailedToInstall": "Error al instalar los paquetes.",
+ "loc.messages.ConnectingAs": "Conectando con las fuentes en la colección de proyectos de Azure Pipelines/TFS como \"%s\" [%s]",
+ "loc.messages.BuildIdentityPermissionsHint": "Para las fuentes internas, asegúrese de que la identidad del servicio de compilación \"%s\" [%s] tiene acceso a la fuente.",
+ "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe no se encontró en el agente. Se recurre al flujo de credenciales basadas en la configuración.",
+ "loc.messages.NotARegularFile": "%s no es un archivo de solución. Compruebe la propiedad \"Ruta de acceso a la solución o packages.config\" de la tarea de NuGetInstaller.",
+ "loc.messages.UnknownRestoreMode": "Modo de restauración '%s' desconocido.",
+ "loc.messages.CouldNotFindNuGetService": "No se encontró el servicio NuGet. Esta tarea no podrá autenticar en las fuentes hospedadas en la colección de proyectos de Azure Pipelines/TFS.",
+ "loc.messages.NoNuGetSpecified": "Si se ha seleccionado \"Personalizada\", debe proporcionar una ruta de acceso a NuGet.exe.",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "Versión de NuGet detectada: %s / %s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Se detectó una ruta de acceso de cargador de extensiones NuGet (variable de entorno NUGET_EXTENSIONS_PATH): Las extensiones se omiten cuando se usa el cliente NuGet integrado",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Se detectó una ruta de acceso de cargador de extensiones NuGet (variable de entorno NUGET_EXTENSIONS_PATH): %s",
+ "loc.messages.NGCommon_UnableToFindTool": "No se encuentra la herramienta %s",
+ "loc.messages.NGCommon_SpsNotFound": "No se encuentra el área \"%s\" [%s]. Puede que haya un problema con la instalación de Team Foundation Server.",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "No se encuentra el área \"%s\" [%s]. Puede que el servicio que contiene el área no esté disponible en la región.",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Se esperaba un archivo NuGet.config en %s, pero por el contenido parece de tipo packages.config. Compruebe la configuración de la tarea de %s y confirme que seleccionó NuGet.config en lugar de packages.config.",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "El archivo NuGet.config en %s no es válido.",
+ "loc.messages.NGCommon_RemovingSources": "Preparándose para establecer las credenciales en NuGet.config.",
+ "loc.messages.NGCommon_AddingSources": "Estableciendo credenciales en NuGet.config.",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "No se encontró ningún origen de paquete en el archivo NuGet.config en %s.",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Se seleccionó una versión de NuGet desconocida.",
+ "loc.messages.DeprecatedTask": "Esta tarea está en desuso. Cambie al uso de la opción \"restore\" o \"custom\" de NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/fr-FR/resources.resjson
index 6d1c3f6b676a..4d379261e734 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/fr-FR/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "Programme d'installation de NuGet",
- "loc.helpMarkDown": "[Plus d'informations](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "Installe ou restaure les packages NuGet manquants. Utilisez la tâche NuGetAuthenticate@0 pour accéder aux dernières fonctionnalités.",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "Avancé",
- "loc.input.label.solution": "Chemin de la solution ou de packages.config",
- "loc.input.help.solution": "Chemin du fichier solution Visual Studio ou du fichier packages.config NuGet",
- "loc.input.label.nugetConfigPath": "Chemin de NuGet.config",
- "loc.input.help.nugetConfigPath": "Équivaut à l'argument de ligne de commande NuGet.exe -ConfigFile",
- "loc.input.label.restoreMode": "Type d'installation",
- "loc.input.help.restoreMode": "Restore restaure les packages dont dépend une solution. Cette option est généralement conseillée.\n\nInstall installe les packages à partir d'un fichier packages.config. Utilisez cette option pour installer le package d'un outil autonome.",
- "loc.input.label.noCache": "Désactiver le cache local",
- "loc.input.help.noCache": "Équivaut à l'argument de ligne de commande -NoCache NuGet.exe",
- "loc.input.label.nuGetRestoreArgs": "Arguments NuGet",
- "loc.input.help.nuGetRestoreArgs": "Arguments supplémentaires passés à la commande restore ou install de NuGet.exe. [Plus d'informations](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
- "loc.input.label.verbosity": "Commentaires",
- "loc.input.help.verbosity": "Niveau de détail de NuGet",
- "loc.input.label.nuGetVersion": "Version NuGet",
- "loc.input.help.nuGetVersion": "Version de NuGet à utiliser, ou version externe.",
- "loc.input.label.nuGetPath": "Chemin de NuGet.exe",
- "loc.input.help.nuGetPath": "Indiquez éventuellement le chemin de NuGet.exe. Remplace la sélection de version.",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "Pour vous connecter aux flux NuGet hébergés dans votre collection de projets Azure Pipelines/TFS sur cet agent de build, modifiez votre définition de build afin de choisir une version supérieure de NuGet, ou spécifiez le chemin du fichier NuGet.config contenant les sources de package à utiliser.",
- "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3 est sélectionné, mais un chemin NuGet personnalisé est indiqué. Le chemin personnalisé est utilisé par défaut. Pour résoudre le problème signalé par cet avertissement, modifiez votre tâche de build et sélectionnez le choix 'personnalisé' pour la version NuGet, sous Avancé.",
- "loc.messages.PackagesInstalledSuccessfully": "Les packages ont été installés correctement",
- "loc.messages.PackagesFailedToInstall": "Échec de l'installation des packages",
- "loc.messages.ConnectingAs": "Connexion aux flux de votre collection de projets Azure Pipelines/TFS en tant que '%s' [%s]",
- "loc.messages.BuildIdentityPermissionsHint": "Pour les flux internes, vérifiez que l'identité du service de build '%s' [%s] a accès au flux.",
- "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe introuvable sur l'agent. Retour au flux d'informations d'identification basé sur la configuration.",
- "loc.messages.NotARegularFile": "%s n'est pas un fichier solution. Vérifiez la propriété 'chemin de la solution ou de packages.config' de la tâche NuGetInstaller.",
- "loc.messages.UnknownRestoreMode": "Mode de restauration inconnu '%s'",
- "loc.messages.CouldNotFindNuGetService": "Le service NuGet est introuvable. Cette tâche ne peut pas s'authentifier auprès des flux hébergés dans votre collection de projets Azure Pipelines/TFS.",
- "loc.messages.NoNuGetSpecified": "Si 'personnalisé' est sélectionné, vous devez indiquer le chemin de NuGet.exe",
- "loc.messages.NGCommon_DetectedNuGetVersion": "Version NuGet détectée %s / %s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Chemin du chargeur d'extensions NuGet (variable d'environnement NUGET_EXTENSIONS_PATH) détecté. Les extensions sont ignorées quand le client NuGet intégré est utilisé",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Chemin du chargeur d'extensions NuGet (variable d'environnement NUGET_EXTENSIONS_PATH) détecté : %s",
- "loc.messages.NGCommon_UnableToFindTool": "Outil %s introuvable",
- "loc.messages.NGCommon_SpsNotFound": "La zone '%s' [%s] est introuvable. Il existe peut-être un problème lié à votre installation de Team Foundation Server.",
- "loc.messages.NGCommon_AreaNotFoundInSps": "Impossible de localiser la zone '%s' [%s]. Le service qui contient la zone n'est peut-être pas disponible dans votre région.",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Un fichier NuGet.config est attendu sur %s, mais son contenu semble être celui d'un fichier packages.config. Vérifiez les paramètres de la tâche %s, puis assurez-vous d'avoir bien sélectionné NuGet.config au lieu de packages.config.",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "Le fichier NuGet.config sur %s est non valide.",
- "loc.messages.NGCommon_RemovingSources": "Préparation de la définition des informations d'identification dans NuGet.config",
- "loc.messages.NGCommon_AddingSources": "Définition des informations d'identification dans NuGet.config",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "Sources de package introuvables dans le fichier NuGet.config sur %s",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Version NuGet inconnue sélectionnée.",
- "loc.messages.DeprecatedTask": "Cette tâche est déconseillée. Veuillez utiliser l'option « restauration » ou « personnalisée » de NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "Programme d'installation de NuGet",
+ "loc.helpMarkDown": "[Plus d'informations](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "Avancé",
+ "loc.input.label.solution": "Chemin de la solution ou de packages.config",
+ "loc.input.help.solution": "Chemin du fichier solution Visual Studio ou du fichier packages.config NuGet",
+ "loc.input.label.nugetConfigPath": "Chemin de NuGet.config",
+ "loc.input.help.nugetConfigPath": "Équivaut à l'argument de ligne de commande NuGet.exe -ConfigFile",
+ "loc.input.label.restoreMode": "Type d'installation",
+ "loc.input.help.restoreMode": "Restore restaure les packages dont dépend une solution. Cette option est généralement conseillée.\n\nInstall installe les packages à partir d'un fichier packages.config. Utilisez cette option pour installer le package d'un outil autonome.",
+ "loc.input.label.noCache": "Désactiver le cache local",
+ "loc.input.help.noCache": "Équivaut à l'argument de ligne de commande -NoCache NuGet.exe",
+ "loc.input.label.nuGetRestoreArgs": "Arguments NuGet",
+ "loc.input.help.nuGetRestoreArgs": "Arguments supplémentaires passés à la commande restore ou install de NuGet.exe. [Plus d'informations](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
+ "loc.input.label.verbosity": "Commentaires",
+ "loc.input.help.verbosity": "Niveau de détail de NuGet",
+ "loc.input.label.nuGetVersion": "Version NuGet",
+ "loc.input.help.nuGetVersion": "Version de NuGet à utiliser, ou version externe.",
+ "loc.input.label.nuGetPath": "Chemin de NuGet.exe",
+ "loc.input.help.nuGetPath": "Indiquez éventuellement le chemin de NuGet.exe. Remplace la sélection de version.",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "Pour vous connecter aux flux NuGet hébergés dans votre collection de projets Azure Pipelines/TFS sur cet agent de build, modifiez votre définition de build afin de choisir une version supérieure de NuGet, ou spécifiez le chemin du fichier NuGet.config contenant les sources de package à utiliser.",
+ "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3 est sélectionné, mais un chemin NuGet personnalisé est indiqué. Le chemin personnalisé est utilisé par défaut. Pour résoudre le problème signalé par cet avertissement, modifiez votre tâche de build et sélectionnez le choix 'personnalisé' pour la version NuGet, sous Avancé.",
+ "loc.messages.PackagesInstalledSuccessfully": "Les packages ont été installés correctement",
+ "loc.messages.PackagesFailedToInstall": "Échec de l'installation des packages",
+ "loc.messages.ConnectingAs": "Connexion aux flux de votre collection de projets Azure Pipelines/TFS en tant que '%s' [%s]",
+ "loc.messages.BuildIdentityPermissionsHint": "Pour les flux internes, vérifiez que l'identité du service de build '%s' [%s] a accès au flux.",
+ "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe introuvable sur l'agent. Retour au flux d'informations d'identification basé sur la configuration.",
+ "loc.messages.NotARegularFile": "%s n'est pas un fichier solution. Vérifiez la propriété 'chemin de la solution ou de packages.config' de la tâche NuGetInstaller.",
+ "loc.messages.UnknownRestoreMode": "Mode de restauration inconnu '%s'",
+ "loc.messages.CouldNotFindNuGetService": "Le service NuGet est introuvable. Cette tâche ne peut pas s'authentifier auprès des flux hébergés dans votre collection de projets Azure Pipelines/TFS.",
+ "loc.messages.NoNuGetSpecified": "Si 'personnalisé' est sélectionné, vous devez indiquer le chemin de NuGet.exe",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "Version NuGet détectée %s / %s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Chemin du chargeur d'extensions NuGet (variable d'environnement NUGET_EXTENSIONS_PATH) détecté. Les extensions sont ignorées quand le client NuGet intégré est utilisé",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Chemin du chargeur d'extensions NuGet (variable d'environnement NUGET_EXTENSIONS_PATH) détecté : %s",
+ "loc.messages.NGCommon_UnableToFindTool": "Outil %s introuvable",
+ "loc.messages.NGCommon_SpsNotFound": "La zone '%s' [%s] est introuvable. Il existe peut-être un problème lié à votre installation de Team Foundation Server.",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "Impossible de localiser la zone '%s' [%s]. Le service qui contient la zone n'est peut-être pas disponible dans votre région.",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Un fichier NuGet.config est attendu sur %s, mais son contenu semble être celui d'un fichier packages.config. Vérifiez les paramètres de la tâche %s, puis assurez-vous d'avoir bien sélectionné NuGet.config au lieu de packages.config.",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "Le fichier NuGet.config sur %s est non valide.",
+ "loc.messages.NGCommon_RemovingSources": "Préparation de la définition des informations d'identification dans NuGet.config",
+ "loc.messages.NGCommon_AddingSources": "Définition des informations d'identification dans NuGet.config",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "Sources de package introuvables dans le fichier NuGet.config sur %s",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Version NuGet inconnue sélectionnée.",
+ "loc.messages.DeprecatedTask": "Cette tâche est déconseillée. Veuillez utiliser l'option « restauration » ou « personnalisée » de NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/it-IT/resources.resjson
index 7938e5f06e0a..d3ec286b8808 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/it-IT/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "Programma di installazione NuGet",
- "loc.helpMarkDown": "[Altre informazioni](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "Consente di installare o ripristinare i pacchetti NuGet mancanti. Per le funzionalità più recenti, usare l'attività NuGetAuthenticate@0.",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "Avanzate",
- "loc.input.label.solution": "Percorso della soluzione o di packages.config",
- "loc.input.help.solution": "Percorso del file di soluzione di Visual Studio o del file packages.config di NuGet",
- "loc.input.label.nugetConfigPath": "Percorso di NuGet.config",
- "loc.input.help.nugetConfigPath": "Equivale all'argomento -ConfigFile della riga di comando di NuGet.exe",
- "loc.input.label.restoreMode": "Tipo di installazione",
- "loc.input.help.restoreMode": "Con restore verranno ripristinati i pacchetti da cui dipende una soluzione; questa corrisponde in genere all'operazione più comune.\n\nCon install i pacchetti verranno installati da un file packages.config. Usare questa opzione se si vuole installare un pacchetto di strumenti autonomo.",
- "loc.input.label.noCache": "Disabilita cache locale",
- "loc.input.help.noCache": "Equivale all'argomento -NoCache della riga di comando di NuGet.exe",
- "loc.input.label.nuGetRestoreArgs": "Argomenti NuGet",
- "loc.input.help.nuGetRestoreArgs": "Argomenti aggiuntivi passati a NuGet.exe restore o install. [Altre informazioni](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
- "loc.input.label.verbosity": "Livello di dettaglio",
- "loc.input.help.verbosity": "Livello di dettaglio di NuGet",
- "loc.input.label.nuGetVersion": "Versione di NuGet",
- "loc.input.help.nuGetVersion": "Versione di NuGet da usare o versione esterna.",
- "loc.input.label.nuGetPath": "Percorso di NuGet.exe",
- "loc.input.help.nuGetPath": "Consente, facoltativamente, di specificare il percorso di NuGet.exe. Il percorso specificato sostituirà quello selezionato per la versione.",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "Per connettersi ai feed NuGet ospitati nella raccolta di progetti Azure Pipelines/TFS in questo agente di compilazione, modificare la definizione di compilazione in modo da scegliere una versione superiore di NuGet o specificare il percorso di un file NuGet.config contenente le origini pacchetto che si vogliono usare.",
- "loc.messages.Warning_ConflictingNuGetPreference": "È stato selezionato NuGet 3.3, ma è stato specificato un percorso personalizzato per NuGet. Verrà preferito il percorso personalizzato. Per risolvere il problema che ha causato la visualizzazione di questo avviso, modificare l'attività di compilazione e selezionare 'personalizzata' per la versione di NuGet in Avanzate.",
- "loc.messages.PackagesInstalledSuccessfully": "I pacchetti sono stati installati",
- "loc.messages.PackagesFailedToInstall": "L'installazione dei pacchetti non è riuscita",
- "loc.messages.ConnectingAs": "Connessione ai feed presenti nella raccolta di progetti Azure Pipelines/TFS come '%s' [%s]",
- "loc.messages.BuildIdentityPermissionsHint": "Per i feed interni assicurarsi che l'identità '%s' [%s] del servizio di compilazione abbia accesso al feed.",
- "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe non è stato trovato nell'agente. Verrà eseguito il fallback al flusso di credenziali basate sulla configurazione.",
- "loc.messages.NotARegularFile": "%s non è un file di soluzione. Verificare la proprietà 'Percorso della soluzione o di packages.config' dell'attività NuGetInstaller.",
- "loc.messages.UnknownRestoreMode": "Modalità di ripristino '%s' sconosciuta",
- "loc.messages.CouldNotFindNuGetService": "Non è stato possibile trovare il servizio NuGet. Questa attività non riuscirà a eseguire l'autenticazione con i feed ospitati nella raccolta di progetti Azure Pipelines/TFS.",
- "loc.messages.NoNuGetSpecified": "Se si seleziona 'personalizzata', è necessario specificare un percorso per NuGet.exe",
- "loc.messages.NGCommon_DetectedNuGetVersion": "È stata rilevata la versione di NuGet %s / %s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Il percorso del caricatore delle estensioni NuGet è stato rilevato (variabile di ambiente NUGET_EXTENSIONS_PATH). Le estensioni vengono ignorate quando si usa il client NuGet predefinito",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Il percorso del caricatore delle estensioni NuGet è stato rilevato (variabile di ambiente NUGET_EXTENSIONS_PATH): %s",
- "loc.messages.NGCommon_UnableToFindTool": "Lo strumento %s non è stato trovato",
- "loc.messages.NGCommon_SpsNotFound": "L'area '%s' [%s] non è stata trovata. Potrebbe essersi verificato un problema con l'installazione di Team Foundation Server.",
- "loc.messages.NGCommon_AreaNotFoundInSps": "L'area '%s' [%s] non è stata trovata. Il servizio che contiene tale area potrebbe non essere disponibile nell'area geografica corrente.",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "In %s è previsto un file NuGet.config, ma il contenuto del file sembra essere quello di un file packages.config. Verificare le impostazioni dell'attività %s e confermare di aver selezionato NuGet.config invece di packages.config.",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "Il file NuGet.config in %s non è valido.",
- "loc.messages.NGCommon_RemovingSources": "Preparazione dell'impostazione delle credenziali in NuGet.config",
- "loc.messages.NGCommon_AddingSources": "Impostazione delle credenziali in NuGet.config",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "Non sono state trovate origini pacchetto nel file NuGet.config in %s",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "È stata selezionata una versione di NuGet sconosciuta.",
- "loc.messages.DeprecatedTask": "Questa attività è deprecata. Passare all'opzione 'restore' o 'custom' di NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "Programma di installazione NuGet",
+ "loc.helpMarkDown": "[Altre informazioni](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "Avanzate",
+ "loc.input.label.solution": "Percorso della soluzione o di packages.config",
+ "loc.input.help.solution": "Percorso del file di soluzione di Visual Studio o del file packages.config di NuGet",
+ "loc.input.label.nugetConfigPath": "Percorso di NuGet.config",
+ "loc.input.help.nugetConfigPath": "Equivale all'argomento -ConfigFile della riga di comando di NuGet.exe",
+ "loc.input.label.restoreMode": "Tipo di installazione",
+ "loc.input.help.restoreMode": "Con restore verranno ripristinati i pacchetti da cui dipende una soluzione; questa corrisponde in genere all'operazione più comune.\n\nCon install i pacchetti verranno installati da un file packages.config. Usare questa opzione se si vuole installare un pacchetto di strumenti autonomo.",
+ "loc.input.label.noCache": "Disabilita cache locale",
+ "loc.input.help.noCache": "Equivale all'argomento -NoCache della riga di comando di NuGet.exe",
+ "loc.input.label.nuGetRestoreArgs": "Argomenti NuGet",
+ "loc.input.help.nuGetRestoreArgs": "Argomenti aggiuntivi passati a NuGet.exe restore o install. [Altre informazioni](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
+ "loc.input.label.verbosity": "Livello di dettaglio",
+ "loc.input.help.verbosity": "Livello di dettaglio di NuGet",
+ "loc.input.label.nuGetVersion": "Versione di NuGet",
+ "loc.input.help.nuGetVersion": "Versione di NuGet da usare o versione esterna.",
+ "loc.input.label.nuGetPath": "Percorso di NuGet.exe",
+ "loc.input.help.nuGetPath": "Consente, facoltativamente, di specificare il percorso di NuGet.exe. Il percorso specificato sostituirà quello selezionato per la versione.",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "Per connettersi ai feed NuGet ospitati nella raccolta di progetti Azure Pipelines/TFS in questo agente di compilazione, modificare la definizione di compilazione in modo da scegliere una versione superiore di NuGet o specificare il percorso di un file NuGet.config contenente le origini pacchetto che si vogliono usare.",
+ "loc.messages.Warning_ConflictingNuGetPreference": "È stato selezionato NuGet 3.3, ma è stato specificato un percorso personalizzato per NuGet. Verrà preferito il percorso personalizzato. Per risolvere il problema che ha causato la visualizzazione di questo avviso, modificare l'attività di compilazione e selezionare 'personalizzata' per la versione di NuGet in Avanzate.",
+ "loc.messages.PackagesInstalledSuccessfully": "I pacchetti sono stati installati",
+ "loc.messages.PackagesFailedToInstall": "L'installazione dei pacchetti non è riuscita",
+ "loc.messages.ConnectingAs": "Connessione ai feed presenti nella raccolta di progetti Azure Pipelines/TFS come '%s' [%s]",
+ "loc.messages.BuildIdentityPermissionsHint": "Per i feed interni assicurarsi che l'identità '%s' [%s] del servizio di compilazione abbia accesso al feed.",
+ "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe non è stato trovato nell'agente. Verrà eseguito il fallback al flusso di credenziali basate sulla configurazione.",
+ "loc.messages.NotARegularFile": "%s non è un file di soluzione. Verificare la proprietà 'Percorso della soluzione o di packages.config' dell'attività NuGetInstaller.",
+ "loc.messages.UnknownRestoreMode": "Modalità di ripristino '%s' sconosciuta",
+ "loc.messages.CouldNotFindNuGetService": "Non è stato possibile trovare il servizio NuGet. Questa attività non riuscirà a eseguire l'autenticazione con i feed ospitati nella raccolta di progetti Azure Pipelines/TFS.",
+ "loc.messages.NoNuGetSpecified": "Se si seleziona 'personalizzata', è necessario specificare un percorso per NuGet.exe",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "È stata rilevata la versione di NuGet %s / %s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Il percorso del caricatore delle estensioni NuGet è stato rilevato (variabile di ambiente NUGET_EXTENSIONS_PATH). Le estensioni vengono ignorate quando si usa il client NuGet predefinito",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Il percorso del caricatore delle estensioni NuGet è stato rilevato (variabile di ambiente NUGET_EXTENSIONS_PATH): %s",
+ "loc.messages.NGCommon_UnableToFindTool": "Lo strumento %s non è stato trovato",
+ "loc.messages.NGCommon_SpsNotFound": "L'area '%s' [%s] non è stata trovata. Potrebbe essersi verificato un problema con l'installazione di Team Foundation Server.",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "L'area '%s' [%s] non è stata trovata. Il servizio che contiene tale area potrebbe non essere disponibile nell'area geografica corrente.",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "In %s è previsto un file NuGet.config, ma il contenuto del file sembra essere quello di un file packages.config. Verificare le impostazioni dell'attività %s e confermare di aver selezionato NuGet.config invece di packages.config.",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "Il file NuGet.config in %s non è valido.",
+ "loc.messages.NGCommon_RemovingSources": "Preparazione dell'impostazione delle credenziali in NuGet.config",
+ "loc.messages.NGCommon_AddingSources": "Impostazione delle credenziali in NuGet.config",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "Non sono state trovate origini pacchetto nel file NuGet.config in %s",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "È stata selezionata una versione di NuGet sconosciuta.",
+ "loc.messages.DeprecatedTask": "Questa attività è deprecata. Passare all'opzione 'restore' o 'custom' di NuGetCommand@2 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/ja-JP/resources.resjson
index faafa37cf679..45db1be11e42 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/ja-JP/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "NuGet インストーラー",
- "loc.helpMarkDown": "[詳細情報](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "不足している NuGet パッケージをインストールまたは復元します。最新の機能には NuGetAuthenticate@0 タスクを使用します。",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "詳細設定",
- "loc.input.label.solution": "ソリューションまたは packages.config へのパス",
- "loc.input.help.solution": "Visual Studio のソリューション ファイルまたは NuGet packages.config へのパス",
- "loc.input.label.nugetConfigPath": "NuGet.config へのパス",
- "loc.input.help.nugetConfigPath": "-ConfigFile NuGet.exe コマンド ライン引数に相当",
- "loc.input.label.restoreMode": "インストールの種類",
- "loc.input.help.restoreMode": "Restore は、ソリューションが依存するパッケージを復元するものであり、一般に必要なのはこちらです。\n\nInstall は、packages.config ファイルからパッケージをインストールします。スタンドアロンのツール パッケージをインストールする場合は、このオプションを使用します。",
- "loc.input.label.noCache": "ローカル キャッシュの無効化",
- "loc.input.help.noCache": "-NoCache NuGet.exe コマンドライン引数と同等です",
- "loc.input.label.nuGetRestoreArgs": "NuGet の引数",
- "loc.input.help.nuGetRestoreArgs": "NuGet.exe restore または NuGet.exe install に渡す追加の引数。[詳細](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command)。",
- "loc.input.label.verbosity": "詳細",
- "loc.input.help.verbosity": "NuGet の詳細レベル",
- "loc.input.label.nuGetVersion": "NuGet バージョン",
- "loc.input.help.nuGetVersion": "使用する NuGet のバージョン、または外部バージョン。",
- "loc.input.label.nuGetPath": "NuGet.exe へのパス",
- "loc.input.help.nuGetPath": "(省略可能) NuGet.exe へのパスを指定します。バージョンの選択がオーバーライドされます。",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "このビルド エージェントの Azure Pipelines/TFS プロジェクト コレクションでホストされている NuGet フィードに接続するには、ビルド定義を編集して nuget の上位バージョンを選択するか、使用するパッケージ ソースを含む NuGet.config へのパスを指定します。",
- "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3 を選ばれましたがカスタム NuGet パスが指定されました。カスタム パスが優先されます。この警告を解決するには、ビルド タスクを編集して、[詳細設定] で NuGet バージョンに [カスタム] を選びます。",
- "loc.messages.PackagesInstalledSuccessfully": "パッケージが正常にインストールされました",
- "loc.messages.PackagesFailedToInstall": "パッケージをインストールできませんでした",
- "loc.messages.ConnectingAs": "'%s' [%s] として Azure Pipelines/TFS プロジェクト コレクションのフィードに接続しています",
- "loc.messages.BuildIdentityPermissionsHint": "内部フィードについて、ビルド サービス ID '%s' [%s] がフィードにアクセスできることを確認します。",
- "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe がエージェントで見つかりません。構成ベースの資格情報フローに戻ります。",
- "loc.messages.NotARegularFile": "%s はソリューション ファイルではありません。NuGetInstaller タスクの 'ソリューションまたは packages.config へのパス' プロパティをチェックしてください。",
- "loc.messages.UnknownRestoreMode": "復元モード '%s' が不明です",
- "loc.messages.CouldNotFindNuGetService": "NuGet サービスが見つかりません。このタスクは、使用している Azure Pipelines/TFS プロジェクト コレクションでホストされているフィードへ認証できません。",
- "loc.messages.NoNuGetSpecified": "[カスタム] を選んでいる場合は、NuGet.exe へのパスを指定する必要があります",
- "loc.messages.NGCommon_DetectedNuGetVersion": "検出された NuGet バージョン %s / %s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "NuGet 拡張機能のローダー パス (NUGET_EXTENSIONS_PATH 環境変数) が検出されました。ビルトインの NuGet クライアントを使用するとき、拡張機能は無視されます",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "NuGet 拡張機能のローダー パス (NUGET_EXTENSIONS_PATH 環境変数) が検出されました: %s",
- "loc.messages.NGCommon_UnableToFindTool": "ツール %s が見つかりません",
- "loc.messages.NGCommon_SpsNotFound": "'%s' [%s] の領域が見つかりません。Team Foundation Server のインストールで問題が発生した可能性があります。",
- "loc.messages.NGCommon_AreaNotFoundInSps": "'%s' [%s] 領域を特定できません。この領域を含むサービスは、ご利用の地域では提供されません。",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "%s で NuGet.config ファイルが想定されていますが、そのコンテンツは packages.config のようです。%s タスクの設定をチェックし、packages.config ではなく NuGet.config を選択したことを確認してください。",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "%s の NuGet.config が無効です。",
- "loc.messages.NGCommon_RemovingSources": "NuGet.config での資格情報の設定準備",
- "loc.messages.NGCommon_AddingSources": "NuGet.config での資格証明の設定",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "%s の NuGet.config ファイルでパッケージ ソースが見つかりません",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "不明な NuGet バージョンが選ばれました。",
- "loc.messages.DeprecatedTask": "このタスクは非推奨です。NuGetCommand@2 の 'restore' または 'custom' オプションの使用に切り替えてください https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "NuGet インストーラー",
+ "loc.helpMarkDown": "[詳細情報](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "詳細設定",
+ "loc.input.label.solution": "ソリューションまたは packages.config へのパス",
+ "loc.input.help.solution": "Visual Studio のソリューション ファイルまたは NuGet packages.config へのパス",
+ "loc.input.label.nugetConfigPath": "NuGet.config へのパス",
+ "loc.input.help.nugetConfigPath": "-ConfigFile NuGet.exe コマンド ライン引数に相当",
+ "loc.input.label.restoreMode": "インストールの種類",
+ "loc.input.help.restoreMode": "Restore は、ソリューションが依存するパッケージを復元するものであり、一般に必要なのはこちらです。\n\nInstall は、packages.config ファイルからパッケージをインストールします。スタンドアロンのツール パッケージをインストールする場合は、このオプションを使用します。",
+ "loc.input.label.noCache": "ローカル キャッシュの無効化",
+ "loc.input.help.noCache": "-NoCache NuGet.exe コマンドライン引数と同等です",
+ "loc.input.label.nuGetRestoreArgs": "NuGet の引数",
+ "loc.input.help.nuGetRestoreArgs": "NuGet.exe restore または NuGet.exe install に渡す追加の引数。[詳細](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command)。",
+ "loc.input.label.verbosity": "詳細",
+ "loc.input.help.verbosity": "NuGet の詳細レベル",
+ "loc.input.label.nuGetVersion": "NuGet バージョン",
+ "loc.input.help.nuGetVersion": "使用する NuGet のバージョン、または外部バージョン。",
+ "loc.input.label.nuGetPath": "NuGet.exe へのパス",
+ "loc.input.help.nuGetPath": "(省略可能) NuGet.exe へのパスを指定します。バージョンの選択がオーバーライドされます。",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "このビルド エージェントの Azure Pipelines/TFS プロジェクト コレクションでホストされている NuGet フィードに接続するには、ビルド定義を編集して nuget の上位バージョンを選択するか、使用するパッケージ ソースを含む NuGet.config へのパスを指定します。",
+ "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3 を選ばれましたがカスタム NuGet パスが指定されました。カスタム パスが優先されます。この警告を解決するには、ビルド タスクを編集して、[詳細設定] で NuGet バージョンに [カスタム] を選びます。",
+ "loc.messages.PackagesInstalledSuccessfully": "パッケージが正常にインストールされました",
+ "loc.messages.PackagesFailedToInstall": "パッケージをインストールできませんでした",
+ "loc.messages.ConnectingAs": "'%s' [%s] として Azure Pipelines/TFS プロジェクト コレクションのフィードに接続しています",
+ "loc.messages.BuildIdentityPermissionsHint": "内部フィードについて、ビルド サービス ID '%s' [%s] がフィードにアクセスできることを確認します。",
+ "loc.messages.NoCredProviderOnAgent": "CredentialProvider.TeamBuild.exe がエージェントで見つかりません。構成ベースの資格情報フローに戻ります。",
+ "loc.messages.NotARegularFile": "%s はソリューション ファイルではありません。NuGetInstaller タスクの 'ソリューションまたは packages.config へのパス' プロパティをチェックしてください。",
+ "loc.messages.UnknownRestoreMode": "復元モード '%s' が不明です",
+ "loc.messages.CouldNotFindNuGetService": "NuGet サービスが見つかりません。このタスクは、使用している Azure Pipelines/TFS プロジェクト コレクションでホストされているフィードへ認証できません。",
+ "loc.messages.NoNuGetSpecified": "[カスタム] を選んでいる場合は、NuGet.exe へのパスを指定する必要があります",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "検出された NuGet バージョン %s / %s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "NuGet 拡張機能のローダー パス (NUGET_EXTENSIONS_PATH 環境変数) が検出されました。ビルトインの NuGet クライアントを使用するとき、拡張機能は無視されます",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "NuGet 拡張機能のローダー パス (NUGET_EXTENSIONS_PATH 環境変数) が検出されました: %s",
+ "loc.messages.NGCommon_UnableToFindTool": "ツール %s が見つかりません",
+ "loc.messages.NGCommon_SpsNotFound": "'%s' [%s] の領域が見つかりません。Team Foundation Server のインストールで問題が発生した可能性があります。",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "'%s' [%s] 領域を特定できません。この領域を含むサービスは、ご利用の地域では提供されません。",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "%s で NuGet.config ファイルが想定されていますが、そのコンテンツは packages.config のようです。%s タスクの設定をチェックし、packages.config ではなく NuGet.config を選択したことを確認してください。",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "%s の NuGet.config が無効です。",
+ "loc.messages.NGCommon_RemovingSources": "NuGet.config での資格情報の設定準備",
+ "loc.messages.NGCommon_AddingSources": "NuGet.config での資格証明の設定",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "%s の NuGet.config ファイルでパッケージ ソースが見つかりません",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "不明な NuGet バージョンが選ばれました。",
+ "loc.messages.DeprecatedTask": "このタスクは非推奨です。NuGetCommand@2 の 'restore' または 'custom' オプションの使用に切り替えてください https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/ko-KR/resources.resjson
index ecfe42b31fd1..a04d3b3d9c52 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/ko-KR/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "NuGet 설치 관리자",
- "loc.helpMarkDown": "[자세한 정보](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "누락된 NuGet 패키지를 설치하거나 복원합니다. 최신 기능을 사용하려면 NuGetAuthenticate@0 작업을 사용합니다.",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "고급",
- "loc.input.label.solution": "솔루션 또는 packages.config의 경로",
- "loc.input.help.solution": "Visual Studio 솔루션 파일 또는 NuGet packages.config의 경로",
- "loc.input.label.nugetConfigPath": "NuGet.config 경로",
- "loc.input.help.nugetConfigPath": "-ConfigFile NuGet.exe 명령줄 인수에 해당합니다.",
- "loc.input.label.restoreMode": "설치 유형",
- "loc.input.help.restoreMode": "복원에서는 솔루션이 종속되는 패키지를 복원하며, 이는 일반적으로 사용자가 원하는 것입니다.\n\n설치에서는 packages.config 파일에서 패키지를 설치합니다. 독립 실행형 도구 패키지를 설치하려면 이 옵션을 사용하세요.",
- "loc.input.label.noCache": "로컬 캐시 사용 안 함",
- "loc.input.help.noCache": "-NoCache NuGet.exe 명령줄 인수에 해당",
- "loc.input.label.nuGetRestoreArgs": "NuGet 인수",
- "loc.input.help.nuGetRestoreArgs": "추가 인수를 NuGet.exe 복원 또는 설치에 전달했습니다. [자세한 정보](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
- "loc.input.label.verbosity": "자세한 정도",
- "loc.input.help.verbosity": "NuGet의 세부 정보 표시 수준",
- "loc.input.label.nuGetVersion": "NuGet 버전",
- "loc.input.help.nuGetVersion": "사용할 NuGet 버전 또는 외부 버전입니다.",
- "loc.input.label.nuGetPath": "NuGet.exe 경로",
- "loc.input.help.nuGetPath": "필요한 경우 NuGet.exe의 경로를 제공합니다. 버전 선택을 재정의합니다.",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "이 빌드 에이전트의 Azure Pipelines/TFS 프로젝트 컬렉션에 호스트된 NuGet 피드에 연결하려면 빌드 정의를 편집하여 상위 버전의 nuget을 선택하거나 사용할 패키지 소스가 포함된 NuGet.config의 경로를 지정하세요.",
- "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3을 선택했지만 사용자 지정 NuGet 경로를 제공했습니다. 사용자 지정 경로가 우선됩니다. 이 경고를 해결하려면 빌드 작업을 편집하고 [고급]에서 NuGet 버전에 대해 '사용자 지정'을 선택합니다.",
- "loc.messages.PackagesInstalledSuccessfully": "패키지가 설치되었습니다.",
- "loc.messages.PackagesFailedToInstall": "패키지를 설치하지 못했습니다.",
- "loc.messages.ConnectingAs": "Azure Pipelines/TFS 프로젝트 컬렉션의 피드에 '%s' [%s](으)로 연결하는 중",
- "loc.messages.BuildIdentityPermissionsHint": "내부 피드의 경우 빌드 서비스 ID '%s' [%s]에 피드에 대한 액세스 권한이 있는지 확인하세요.",
- "loc.messages.NoCredProviderOnAgent": "에이전트에서 CredentialProvider.TeamBuild.exe를 찾을 수 없습니다. 구성 기반 자격 증명 흐름을 대신 사용합니다.",
- "loc.messages.NotARegularFile": "%s은(는) 솔루션 파일이 아닙니다. NuGetInstaller 작업의 '솔루션 또는 packages.config의 경로' 속성을 확인하세요.",
- "loc.messages.UnknownRestoreMode": "알 수 없는 복원 모드 '%s'",
- "loc.messages.CouldNotFindNuGetService": "NuGet 서비스를 찾을 수 없습니다. 이 작업은 Azure Pipelines/TFS 프로젝트 컬렉션에 호스트된 피드에 인증할 수 없습니다.",
- "loc.messages.NoNuGetSpecified": "'사용자 지정'을 선택한 경우 NuGet.exe에 대한 경로를 제공해야 합니다.",
- "loc.messages.NGCommon_DetectedNuGetVersion": "검색된 NuGet 버전 %s/%s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "검색된 NuGet 확장 로더 경로(NUGET_EXTENSIONS_PATH 환경 변수). 기본 제공 NuGet 클라이언트를 사용할 경우 확장은 무시됩니다.",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "검색된 NuGet 확장 로더 경로(NUGET_EXTENSIONS_PATH 환경 변수): %s",
- "loc.messages.NGCommon_UnableToFindTool": "%s 도구를 찾을 수 없습니다.",
- "loc.messages.NGCommon_SpsNotFound": "'%s' [%s] 영역을 찾을 수 없습니다. Team Foundation Server 설치에 문제가 있을 수 있습니다.",
- "loc.messages.NGCommon_AreaNotFoundInSps": "'%s' [%s] 영역을 찾을 수 없습니다. 해당 영역을 포함하는 서비스를 사용자의 지역에서 사용하지 못할 수도 있습니다.",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "%s에 NuGet.config 파일이 필요하지만, 해당 내용이 packages.config인 것 같습니다. %s 작업에 대한 설정을 확인하고, packages.config가 아닌 NuGet.config를 선택했는지 확인하세요.",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "%s의 NuGet.config가 잘못되었습니다.",
- "loc.messages.NGCommon_RemovingSources": "NuGet.config에서 자격 증명을 설정하기 위해 준비 중",
- "loc.messages.NGCommon_AddingSources": "NuGet.config에서 자격 증명을 설정하는 중",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "%s의 NuGet.config 파일에서 패키지 소스를 찾을 수 없습니다.",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "알 수 없는 NuGet 버전을 선택했습니다.",
- "loc.messages.DeprecatedTask": "이 작업은 사용되지 않습니다. NuGetCommand@2의 'restore' 또는 'custom' 옵션 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2 사용으로 전환하세요."
+{
+ "loc.friendlyName": "NuGet 설치 관리자",
+ "loc.helpMarkDown": "[자세한 정보](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "고급",
+ "loc.input.label.solution": "솔루션 또는 packages.config의 경로",
+ "loc.input.help.solution": "Visual Studio 솔루션 파일 또는 NuGet packages.config의 경로",
+ "loc.input.label.nugetConfigPath": "NuGet.config 경로",
+ "loc.input.help.nugetConfigPath": "-ConfigFile NuGet.exe 명령줄 인수에 해당합니다.",
+ "loc.input.label.restoreMode": "설치 유형",
+ "loc.input.help.restoreMode": "복원에서는 솔루션이 종속되는 패키지를 복원하며, 이는 일반적으로 사용자가 원하는 것입니다.\n\n설치에서는 packages.config 파일에서 패키지를 설치합니다. 독립 실행형 도구 패키지를 설치하려면 이 옵션을 사용하세요.",
+ "loc.input.label.noCache": "로컬 캐시 사용 안 함",
+ "loc.input.help.noCache": "-NoCache NuGet.exe 명령줄 인수에 해당",
+ "loc.input.label.nuGetRestoreArgs": "NuGet 인수",
+ "loc.input.help.nuGetRestoreArgs": "추가 인수를 NuGet.exe 복원 또는 설치에 전달했습니다. [자세한 정보](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
+ "loc.input.label.verbosity": "자세한 정도",
+ "loc.input.help.verbosity": "NuGet의 세부 정보 표시 수준",
+ "loc.input.label.nuGetVersion": "NuGet 버전",
+ "loc.input.help.nuGetVersion": "사용할 NuGet 버전 또는 외부 버전입니다.",
+ "loc.input.label.nuGetPath": "NuGet.exe 경로",
+ "loc.input.help.nuGetPath": "필요한 경우 NuGet.exe의 경로를 제공합니다. 버전 선택을 재정의합니다.",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "이 빌드 에이전트의 Azure Pipelines/TFS 프로젝트 컬렉션에 호스트된 NuGet 피드에 연결하려면 빌드 정의를 편집하여 상위 버전의 nuget을 선택하거나 사용할 패키지 소스가 포함된 NuGet.config의 경로를 지정하세요.",
+ "loc.messages.Warning_ConflictingNuGetPreference": "NuGet 3.3을 선택했지만 사용자 지정 NuGet 경로를 제공했습니다. 사용자 지정 경로가 우선됩니다. 이 경고를 해결하려면 빌드 작업을 편집하고 [고급]에서 NuGet 버전에 대해 '사용자 지정'을 선택합니다.",
+ "loc.messages.PackagesInstalledSuccessfully": "패키지가 설치되었습니다.",
+ "loc.messages.PackagesFailedToInstall": "패키지를 설치하지 못했습니다.",
+ "loc.messages.ConnectingAs": "Azure Pipelines/TFS 프로젝트 컬렉션의 피드에 '%s' [%s](으)로 연결하는 중",
+ "loc.messages.BuildIdentityPermissionsHint": "내부 피드의 경우 빌드 서비스 ID '%s' [%s]에 피드에 대한 액세스 권한이 있는지 확인하세요.",
+ "loc.messages.NoCredProviderOnAgent": "에이전트에서 CredentialProvider.TeamBuild.exe를 찾을 수 없습니다. 구성 기반 자격 증명 흐름을 대신 사용합니다.",
+ "loc.messages.NotARegularFile": "%s은(는) 솔루션 파일이 아닙니다. NuGetInstaller 작업의 '솔루션 또는 packages.config의 경로' 속성을 확인하세요.",
+ "loc.messages.UnknownRestoreMode": "알 수 없는 복원 모드 '%s'",
+ "loc.messages.CouldNotFindNuGetService": "NuGet 서비스를 찾을 수 없습니다. 이 작업은 Azure Pipelines/TFS 프로젝트 컬렉션에 호스트된 피드에 인증할 수 없습니다.",
+ "loc.messages.NoNuGetSpecified": "'사용자 지정'을 선택한 경우 NuGet.exe에 대한 경로를 제공해야 합니다.",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "검색된 NuGet 버전 %s/%s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "검색된 NuGet 확장 로더 경로(NUGET_EXTENSIONS_PATH 환경 변수). 기본 제공 NuGet 클라이언트를 사용할 경우 확장은 무시됩니다.",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "검색된 NuGet 확장 로더 경로(NUGET_EXTENSIONS_PATH 환경 변수): %s",
+ "loc.messages.NGCommon_UnableToFindTool": "%s 도구를 찾을 수 없습니다.",
+ "loc.messages.NGCommon_SpsNotFound": "'%s' [%s] 영역을 찾을 수 없습니다. Team Foundation Server 설치에 문제가 있을 수 있습니다.",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "'%s' [%s] 영역을 찾을 수 없습니다. 해당 영역을 포함하는 서비스를 사용자의 지역에서 사용하지 못할 수도 있습니다.",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "%s에 NuGet.config 파일이 필요하지만, 해당 내용이 packages.config인 것 같습니다. %s 작업에 대한 설정을 확인하고, packages.config가 아닌 NuGet.config를 선택했는지 확인하세요.",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "%s의 NuGet.config가 잘못되었습니다.",
+ "loc.messages.NGCommon_RemovingSources": "NuGet.config에서 자격 증명을 설정하기 위해 준비 중",
+ "loc.messages.NGCommon_AddingSources": "NuGet.config에서 자격 증명을 설정하는 중",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "%s의 NuGet.config 파일에서 패키지 소스를 찾을 수 없습니다.",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "알 수 없는 NuGet 버전을 선택했습니다.",
+ "loc.messages.DeprecatedTask": "이 작업은 사용되지 않습니다. NuGetCommand@2의 'restore' 또는 'custom' 옵션 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2 사용으로 전환하세요."
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/ru-RU/resources.resjson
index 466763108ba4..6a2607136a7e 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/ru-RU/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "Установщик NuGet",
- "loc.helpMarkDown": "[Дополнительные сведения](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "Устанавливает или восстанавливает отсутствующие пакеты NuGet. Используйте задачу NuGetAuthenticate@0 для получения последних возможностей.",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "Дополнительно",
- "loc.input.label.solution": "Путь к решению или файлу packages.config",
- "loc.input.help.solution": "Путь к файлу решения Visual Studio или файлу packages.config пакета NuGet",
- "loc.input.label.nugetConfigPath": "Путь к файлу NuGet.config",
- "loc.input.help.nugetConfigPath": "Равнозначно аргументу командной строки -ConfigFile NuGet.exe",
- "loc.input.label.restoreMode": "Тип установки",
- "loc.input.help.restoreMode": "При выборе восстановления будут восстановлены пакеты, от которых зависит решение. Как правило, требуется именно это действие.\n\nПри выборе установки будут установлены пакеты из файла packages.config. Используйте этот вариант, если необходимо установить отдельный пакет средств.",
- "loc.input.label.noCache": "Отключить локальный кэш",
- "loc.input.help.noCache": "Эквивалентно аргументу -NoCache командной строки NuGet.exe",
- "loc.input.label.nuGetRestoreArgs": "Аргументы NuGet",
- "loc.input.help.nuGetRestoreArgs": "Дополнительные аргументы, передаваемые средству восстановления или установки NuGet.exe. [Подробнее](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
- "loc.input.label.verbosity": "Уровень детализации",
- "loc.input.help.verbosity": "Уровень детализации NuGet",
- "loc.input.label.nuGetVersion": "Версия NuGet",
- "loc.input.help.nuGetVersion": "Версия NuGet для использования или внешняя версия.",
- "loc.input.label.nuGetPath": "Путь к NuGet.exe",
- "loc.input.help.nuGetPath": "При необходимости укажите путь к NuGet.exe. При этом выбранная версия будет переопределена.",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "Для подключения к веб-каналам NuGet, размещенным в коллекции проектов Azure Pipelines или TFS для этого агента сборки, измените определение сборки, указав более позднюю версию nuget, или укажите путь к файлу NuGet.config, содержащему источники пакетов, которые вы хотите использовать.",
- "loc.messages.Warning_ConflictingNuGetPreference": "Был выбран NuGet 3.3, но при этом был указан настраиваемый путь NuGet. Будет использован настраиваемый путь. Чтобы устранить это предупреждение, измените задачу сборки и укажите настраиваемое значение для версии NuGet в разделе \"Дополнительно\".",
- "loc.messages.PackagesInstalledSuccessfully": "Пакеты успешно установлены",
- "loc.messages.PackagesFailedToInstall": "Не удалось установить пакеты",
- "loc.messages.ConnectingAs": "Подключение к веб-каналам в коллекции проектов Azure Pipelines или TFS в качестве \"%s\" [%s]",
- "loc.messages.BuildIdentityPermissionsHint": "Для внутренних каналов удостоверение службы сборки \"%s\" [%s] должно иметь доступ к каналу.",
- "loc.messages.NoCredProviderOnAgent": "Файл CredentialProvider.TeamBuild.exe не найден на агенте. Выполняется откат до потока учетных данных на основе конфигурации.",
- "loc.messages.NotARegularFile": "%s не является файлом решения. Проверьте свойство \"Путь к решению или файлу packages.config\" задачи NuGetInstaller.",
- "loc.messages.UnknownRestoreMode": "Неизвестный режим восстановления (\"%s\")",
- "loc.messages.CouldNotFindNuGetService": "Не удалось найти службу NuGet. Эта задача не сможет проходить проверку подлинности в веб-каналах, размещенных в коллекции проектов Azure Pipelines или TFS.",
- "loc.messages.NoNuGetSpecified": "Если выбрано настраиваемое значение, необходимо указать путь к файлу NuGet.exe.",
- "loc.messages.NGCommon_DetectedNuGetVersion": "Обнаруженная версия NuGet %s/%s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Обнаружен путь к загрузчику расширений NuGet (переменная среды NUGET_EXTENSIONS_PATH). Расширения пропускаются при использовании встроенного клиента NuGet.",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Обнаружен путь к загрузчику расширений NuGet (переменная среды NUGET_EXTENSIONS_PATH): %s",
- "loc.messages.NGCommon_UnableToFindTool": "Не удается найти средство \"%s\"",
- "loc.messages.NGCommon_SpsNotFound": "Не удается найти область \"%s\" [%s]. Возможно, возникла проблема с установкой Team Foundation Server.",
- "loc.messages.NGCommon_AreaNotFoundInSps": "Не удается найти область \"%s\" [%s]. Возможно, служба, содержащая эту область, недоступна в вашем регионе.",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Ожидался файл NuGet.config в \"%s\", однако похоже, что в нем содержатся данные packages.config. Проверьте параметры для задачи \"%s\" и подтвердите, что вы выбрали NuGet.config, а не packages.config.",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "Файл NuGet.config в \"%s\" недопустим.",
- "loc.messages.NGCommon_RemovingSources": "Подготовка к настройке учетных данных в NuGet.config",
- "loc.messages.NGCommon_AddingSources": "Идет настройка учетных данных в NuGet.config",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "Не найдены источники пакетов в файле NuGet.config в \"%s\"",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Выбрана неизвестная версия NuGet.",
- "loc.messages.DeprecatedTask": "Эта задача является нерекомендуемой. Переключитесь на использование параметра \"restore\" или \"custom\" NuGetCommand@2: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "Установщик NuGet",
+ "loc.helpMarkDown": "[Дополнительные сведения](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "Дополнительно",
+ "loc.input.label.solution": "Путь к решению или файлу packages.config",
+ "loc.input.help.solution": "Путь к файлу решения Visual Studio или файлу packages.config пакета NuGet",
+ "loc.input.label.nugetConfigPath": "Путь к файлу NuGet.config",
+ "loc.input.help.nugetConfigPath": "Равнозначно аргументу командной строки -ConfigFile NuGet.exe",
+ "loc.input.label.restoreMode": "Тип установки",
+ "loc.input.help.restoreMode": "При выборе восстановления будут восстановлены пакеты, от которых зависит решение. Как правило, требуется именно это действие.\n\nПри выборе установки будут установлены пакеты из файла packages.config. Используйте этот вариант, если необходимо установить отдельный пакет средств.",
+ "loc.input.label.noCache": "Отключить локальный кэш",
+ "loc.input.help.noCache": "Эквивалентно аргументу -NoCache командной строки NuGet.exe",
+ "loc.input.label.nuGetRestoreArgs": "Аргументы NuGet",
+ "loc.input.help.nuGetRestoreArgs": "Дополнительные аргументы, передаваемые средству восстановления или установки NuGet.exe. [Подробнее](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command).",
+ "loc.input.label.verbosity": "Уровень детализации",
+ "loc.input.help.verbosity": "Уровень детализации NuGet",
+ "loc.input.label.nuGetVersion": "Версия NuGet",
+ "loc.input.help.nuGetVersion": "Версия NuGet для использования или внешняя версия.",
+ "loc.input.label.nuGetPath": "Путь к NuGet.exe",
+ "loc.input.help.nuGetPath": "При необходимости укажите путь к NuGet.exe. При этом выбранная версия будет переопределена.",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "Для подключения к веб-каналам NuGet, размещенным в коллекции проектов Azure Pipelines или TFS для этого агента сборки, измените определение сборки, указав более позднюю версию nuget, или укажите путь к файлу NuGet.config, содержащему источники пакетов, которые вы хотите использовать.",
+ "loc.messages.Warning_ConflictingNuGetPreference": "Был выбран NuGet 3.3, но при этом был указан настраиваемый путь NuGet. Будет использован настраиваемый путь. Чтобы устранить это предупреждение, измените задачу сборки и укажите настраиваемое значение для версии NuGet в разделе \"Дополнительно\".",
+ "loc.messages.PackagesInstalledSuccessfully": "Пакеты успешно установлены",
+ "loc.messages.PackagesFailedToInstall": "Не удалось установить пакеты",
+ "loc.messages.ConnectingAs": "Подключение к веб-каналам в коллекции проектов Azure Pipelines или TFS в качестве \"%s\" [%s]",
+ "loc.messages.BuildIdentityPermissionsHint": "Для внутренних каналов удостоверение службы сборки \"%s\" [%s] должно иметь доступ к каналу.",
+ "loc.messages.NoCredProviderOnAgent": "Файл CredentialProvider.TeamBuild.exe не найден на агенте. Выполняется откат до потока учетных данных на основе конфигурации.",
+ "loc.messages.NotARegularFile": "%s не является файлом решения. Проверьте свойство \"Путь к решению или файлу packages.config\" задачи NuGetInstaller.",
+ "loc.messages.UnknownRestoreMode": "Неизвестный режим восстановления (\"%s\")",
+ "loc.messages.CouldNotFindNuGetService": "Не удалось найти службу NuGet. Эта задача не сможет проходить проверку подлинности в веб-каналах, размещенных в коллекции проектов Azure Pipelines или TFS.",
+ "loc.messages.NoNuGetSpecified": "Если выбрано настраиваемое значение, необходимо указать путь к файлу NuGet.exe.",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "Обнаруженная версия NuGet %s/%s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "Обнаружен путь к загрузчику расширений NuGet (переменная среды NUGET_EXTENSIONS_PATH). Расширения пропускаются при использовании встроенного клиента NuGet.",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "Обнаружен путь к загрузчику расширений NuGet (переменная среды NUGET_EXTENSIONS_PATH): %s",
+ "loc.messages.NGCommon_UnableToFindTool": "Не удается найти средство \"%s\"",
+ "loc.messages.NGCommon_SpsNotFound": "Не удается найти область \"%s\" [%s]. Возможно, возникла проблема с установкой Team Foundation Server.",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "Не удается найти область \"%s\" [%s]. Возможно, служба, содержащая эту область, недоступна в вашем регионе.",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "Ожидался файл NuGet.config в \"%s\", однако похоже, что в нем содержатся данные packages.config. Проверьте параметры для задачи \"%s\" и подтвердите, что вы выбрали NuGet.config, а не packages.config.",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "Файл NuGet.config в \"%s\" недопустим.",
+ "loc.messages.NGCommon_RemovingSources": "Подготовка к настройке учетных данных в NuGet.config",
+ "loc.messages.NGCommon_AddingSources": "Идет настройка учетных данных в NuGet.config",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "Не найдены источники пакетов в файле NuGet.config в \"%s\"",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "Выбрана неизвестная версия NuGet.",
+ "loc.messages.DeprecatedTask": "Эта задача является нерекомендуемой. Переключитесь на использование параметра \"restore\" или \"custom\" NuGetCommand@2: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-CN/resources.resjson
index 10649735aa11..35e2c8d1a710 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-CN/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "NuGet 安装程序",
- "loc.helpMarkDown": "[详细信息](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "安装或还原缺少的 NuGet 包。使用 NuGetAuthenticate@0 任务获取最新功能。",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "高级",
- "loc.input.label.solution": "解决方案或 packages.config 的路径",
- "loc.input.help.solution": "Visual Studio 解决方案文件或 NuGet packages.config 的路径",
- "loc.input.label.nugetConfigPath": "NuGet.config 的路径",
- "loc.input.help.nugetConfigPath": "等效于 -ConfigFile NuGet.exe 命令行参数",
- "loc.input.label.restoreMode": "安装类型",
- "loc.input.help.restoreMode": "Restore 将还原解决方案依赖的包,并且通常是你想要的内容。\n\nInstall 将安装 packages.config 文件的包。如果想要安装独立的工具包,请使用此选项。",
- "loc.input.label.noCache": "禁用本地缓存",
- "loc.input.help.noCache": "等效于 -NoCache NuGet.exe 命令行参数",
- "loc.input.label.nuGetRestoreArgs": "NuGet 参数",
- "loc.input.help.nuGetRestoreArgs": "传递给 NuGet.exe restore 或 NuGet.exe install 的其他参数。[详细信息](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command)。",
- "loc.input.label.verbosity": "详细信息",
- "loc.input.help.verbosity": "NuGet 的详细级别",
- "loc.input.label.nuGetVersion": "NuGet 版本",
- "loc.input.help.nuGetVersion": "要用的 NuGet 版本或外部版本。",
- "loc.input.label.nuGetPath": "NuGet.exe 的路径",
- "loc.input.help.nuGetPath": "可以选择提供 NuGet.exe 的路径。将覆盖版本选择。",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "若要连接到此生成代理上 Azure Pipelines/TFS 项目集合托管的 NuGet 源,请编辑生成定义,选择更高版本的 nuget,或指定包含要用的包源的 NuGet.config 的路径。",
- "loc.messages.Warning_ConflictingNuGetPreference": "选择了 NuGet 3.3,但提供的是自定义 NuGet 路径。自定义路径将成为首选。要解决此警告,请编辑生成任务,在“高级”下选择“自定义”作为 NuGet 版本。",
- "loc.messages.PackagesInstalledSuccessfully": "已成功安装包",
- "loc.messages.PackagesFailedToInstall": "包安装失败",
- "loc.messages.ConnectingAs": "正在连接到 Azure Pipelines/TFS 项目集合中的源(作为“%s”[%s])",
- "loc.messages.BuildIdentityPermissionsHint": "对于内部源,请确保生成服务标识“%s”[%s] 有权对其进行访问。",
- "loc.messages.NoCredProviderOnAgent": "未在代理上找到 CredentialProvider.TeamBuild.exe。正在回退到基于配置的凭据流。",
- "loc.messages.NotARegularFile": "%s 不是解决方案文件。请检查 NuGetInstaller 任务的“解决方案或 packages.config 的路径”属性。",
- "loc.messages.UnknownRestoreMode": "未知的还原模式“%s”",
- "loc.messages.CouldNotFindNuGetService": "找不到 NuGet 服务。此任务将无法对 Azure Pipelines/TFS 项目集合中托管的源进行验证。",
- "loc.messages.NoNuGetSpecified": "如果选择了“自定义”,则必须提供 NuGet.exe 的路径",
- "loc.messages.NGCommon_DetectedNuGetVersion": "检测到 NuGet 版本 %s / %s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "已检测到 NuGet 扩展加载程序路径(NUGET_EXTENSIONS_PATH 环境变量)。使用内置 NuGet 客户端时忽略这些扩展",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "已检测到 NuGet 扩展加载程序路径(NUGET_EXTENSIONS_PATH 环境变量): %s",
- "loc.messages.NGCommon_UnableToFindTool": "无法找到工具 %s",
- "loc.messages.NGCommon_SpsNotFound": "无法找到“%s”[%s] 区域。Team Foundation Server 安装可能存在问题。",
- "loc.messages.NGCommon_AreaNotFoundInSps": "无法定位“%s”[%s] 区域。你所在的地区可能无法使用包含该区域的服务。",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "在 %s 处应有 NuGet.config 文件,但其内容似乎是 packages.config 文件。请检查 %s 任务的设置并确认选择的是 NuGet.config,而不是 packages.config。",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "%s 处的 NuGet.config 无效。",
- "loc.messages.NGCommon_RemovingSources": "准备设置 NuGet.config 中的凭据",
- "loc.messages.NGCommon_AddingSources": "设置 NuGet.config 中的凭据",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "没有在 %s 处找到 NuGet.config 文件中的包源",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "选择了未知的 NuGet 版本。",
- "loc.messages.DeprecatedTask": "此任务已弃用。请切换到使用 NuGetCommand@2 的“restore”或“custom”选项 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "NuGet 安装程序",
+ "loc.helpMarkDown": "[详细信息](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "高级",
+ "loc.input.label.solution": "解决方案或 packages.config 的路径",
+ "loc.input.help.solution": "Visual Studio 解决方案文件或 NuGet packages.config 的路径",
+ "loc.input.label.nugetConfigPath": "NuGet.config 的路径",
+ "loc.input.help.nugetConfigPath": "等效于 -ConfigFile NuGet.exe 命令行参数",
+ "loc.input.label.restoreMode": "安装类型",
+ "loc.input.help.restoreMode": "Restore 将还原解决方案依赖的包,并且通常是你想要的内容。\n\nInstall 将安装 packages.config 文件的包。如果想要安装独立的工具包,请使用此选项。",
+ "loc.input.label.noCache": "禁用本地缓存",
+ "loc.input.help.noCache": "等效于 -NoCache NuGet.exe 命令行参数",
+ "loc.input.label.nuGetRestoreArgs": "NuGet 参数",
+ "loc.input.help.nuGetRestoreArgs": "传递给 NuGet.exe restore 或 NuGet.exe install 的其他参数。[详细信息](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command)。",
+ "loc.input.label.verbosity": "详细信息",
+ "loc.input.help.verbosity": "NuGet 的详细级别",
+ "loc.input.label.nuGetVersion": "NuGet 版本",
+ "loc.input.help.nuGetVersion": "要用的 NuGet 版本或外部版本。",
+ "loc.input.label.nuGetPath": "NuGet.exe 的路径",
+ "loc.input.help.nuGetPath": "可以选择提供 NuGet.exe 的路径。将覆盖版本选择。",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "若要连接到此生成代理上 Azure Pipelines/TFS 项目集合托管的 NuGet 源,请编辑生成定义,选择更高版本的 nuget,或指定包含要用的包源的 NuGet.config 的路径。",
+ "loc.messages.Warning_ConflictingNuGetPreference": "选择了 NuGet 3.3,但提供的是自定义 NuGet 路径。自定义路径将成为首选。要解决此警告,请编辑生成任务,在“高级”下选择“自定义”作为 NuGet 版本。",
+ "loc.messages.PackagesInstalledSuccessfully": "已成功安装包",
+ "loc.messages.PackagesFailedToInstall": "包安装失败",
+ "loc.messages.ConnectingAs": "正在连接到 Azure Pipelines/TFS 项目集合中的源(作为“%s”[%s])",
+ "loc.messages.BuildIdentityPermissionsHint": "对于内部源,请确保生成服务标识“%s”[%s] 有权对其进行访问。",
+ "loc.messages.NoCredProviderOnAgent": "未在代理上找到 CredentialProvider.TeamBuild.exe。正在回退到基于配置的凭据流。",
+ "loc.messages.NotARegularFile": "%s 不是解决方案文件。请检查 NuGetInstaller 任务的“解决方案或 packages.config 的路径”属性。",
+ "loc.messages.UnknownRestoreMode": "未知的还原模式“%s”",
+ "loc.messages.CouldNotFindNuGetService": "找不到 NuGet 服务。此任务将无法对 Azure Pipelines/TFS 项目集合中托管的源进行验证。",
+ "loc.messages.NoNuGetSpecified": "如果选择了“自定义”,则必须提供 NuGet.exe 的路径",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "检测到 NuGet 版本 %s / %s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "已检测到 NuGet 扩展加载程序路径(NUGET_EXTENSIONS_PATH 环境变量)。使用内置 NuGet 客户端时忽略这些扩展",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "已检测到 NuGet 扩展加载程序路径(NUGET_EXTENSIONS_PATH 环境变量): %s",
+ "loc.messages.NGCommon_UnableToFindTool": "无法找到工具 %s",
+ "loc.messages.NGCommon_SpsNotFound": "无法找到“%s”[%s] 区域。Team Foundation Server 安装可能存在问题。",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "无法定位“%s”[%s] 区域。你所在的地区可能无法使用包含该区域的服务。",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "在 %s 处应有 NuGet.config 文件,但其内容似乎是 packages.config 文件。请检查 %s 任务的设置并确认选择的是 NuGet.config,而不是 packages.config。",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "%s 处的 NuGet.config 无效。",
+ "loc.messages.NGCommon_RemovingSources": "准备设置 NuGet.config 中的凭据",
+ "loc.messages.NGCommon_AddingSources": "设置 NuGet.config 中的凭据",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "没有在 %s 处找到 NuGet.config 文件中的包源",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "选择了未知的 NuGet 版本。",
+ "loc.messages.DeprecatedTask": "此任务已弃用。请切换到使用 NuGetCommand@2 的“restore”或“custom”选项 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-TW/resources.resjson
index 494a567fe9c9..2a170edffcce 100644
--- a/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/NuGetInstallerV0/Strings/resources.resjson/zh-TW/resources.resjson
@@ -1,47 +1,47 @@
-{
- "loc.friendlyName": "NuGet 安裝程式",
- "loc.helpMarkDown": "[詳細資訊](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
- "loc.description": "安裝或還原遺失的 NuGet 套件。使用 NuGetAuthenticate@0 工作取得最新功能。",
- "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
- "loc.group.displayName.advanced": "進階",
- "loc.input.label.solution": "解決方案或 packages.config 的路徑",
- "loc.input.help.solution": "Visual Studio 解決方案檔或 NuGet packages.config 的路徑",
- "loc.input.label.nugetConfigPath": "NuGet.config 的路徑",
- "loc.input.help.nugetConfigPath": "相當於 -ConfigFile NuGet.exe 命令列引數",
- "loc.input.label.restoreMode": "安裝類型",
- "loc.input.help.restoreMode": "還原會還原解決方案所根據的封裝,一般而言就是您要的項目。\n\n安裝會從 packages.config 檔案安裝封裝。如果您要安裝獨立工具封裝,請使用這個選項。",
- "loc.input.label.noCache": "停用本機快取",
- "loc.input.help.noCache": "相當於 -NoCache NuGet.exe 命令列引數",
- "loc.input.label.nuGetRestoreArgs": "NuGet 引數",
- "loc.input.help.nuGetRestoreArgs": "傳遞至 NuGet.exe 還原或安裝的額外引數。[詳細資訊](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command)。",
- "loc.input.label.verbosity": "詳細資訊",
- "loc.input.help.verbosity": "NuGet 的詳細資訊層級",
- "loc.input.label.nuGetVersion": "NuGet 版本",
- "loc.input.help.nuGetVersion": "要使用的 NuGet 版本,或外部版本。",
- "loc.input.label.nuGetPath": "NuGet.exe 的路徑",
- "loc.input.help.nuGetPath": "選擇性地提供 NuGet.exe 的路徑。將覆寫版本選取項目。",
- "loc.messages.Warning_NoConfigForNoCredentialProvider": "若要連線到託管於此組建代理程式上 Azure Pipelines/TFS 專案集合中的 NuGet 摘要,請編輯您的組建定義以選擇較高版本的 NuGet,或指定含有所要使用套件來源的 NuGet.config 路徑。",
- "loc.messages.Warning_ConflictingNuGetPreference": "選取了 NuGet 3.3,但提供的是自訂 NuGet 路徑。慣用自訂路徑。若要解決此警告,請編輯您的組建工作,然後選取 [進階] 下 NuGet 版本的 [自訂]。",
- "loc.messages.PackagesInstalledSuccessfully": "已成功安裝套件",
- "loc.messages.PackagesFailedToInstall": "無法安裝套件",
- "loc.messages.ConnectingAs": "正作為 '%s' [%s] 連線至您 Azure Pipelines/TFS 專案集合中的摘要",
- "loc.messages.BuildIdentityPermissionsHint": "若為內部摘要,請確定組建服務身分識別 '%s' [%s] 可存取摘要。",
- "loc.messages.NoCredProviderOnAgent": "代理程式上找不到 CredentialProvider.TeamBuild.exe。將回到組態式認證流程預設值。",
- "loc.messages.NotARegularFile": "%s 不是解決方案檔。請檢查 NuGetInstaller 工作的 [解決方案或 packages.config 的路徑] 屬性。",
- "loc.messages.UnknownRestoreMode": "未知的還原模式 '%s'",
- "loc.messages.CouldNotFindNuGetService": "找不到 NuGet 服務。此工作將無法向您 Azure Pipelines/TFS 專案集合中託管的摘要驗證。",
- "loc.messages.NoNuGetSpecified": "若選取 [自訂],則必須提供 NuGet.exe 的路徑",
- "loc.messages.NGCommon_DetectedNuGetVersion": "偵測到 NuGet 版本 %s / %s",
- "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "偵測到 NuGet 擴充功能載入器路徑 (NUGET_EXTENSIONS_PATH 環境變數)。使用內建 NuGet 用戶端時會忽略擴充功能",
- "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "偵測到 NuGet 擴充功能載入器路徑 (NUGET_EXTENSIONS_PATH 環境變數): %s",
- "loc.messages.NGCommon_UnableToFindTool": "找不到工具 %s",
- "loc.messages.NGCommon_SpsNotFound": "找不到 '%s' [%s] 區域。您的 Team Foundation Server 安裝可能發生問題。",
- "loc.messages.NGCommon_AreaNotFoundInSps": "找不到 '%s' [%s] 區域。包含該區域的服務可能無法在您的地區使用。",
- "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "預期 NuGet.config 檔於 %s,但其內容似乎是 packages.config。請檢查 %s 工作的設定,並確認您選取的是 NuGet.config 而不是 packages.config。",
- "loc.messages.NGCommon_NuGetConfigIsInvalid": "位於 %s 的 NuGet.config 無效。",
- "loc.messages.NGCommon_RemovingSources": "正在準備設定 NuGet.config 中的認證",
- "loc.messages.NGCommon_AddingSources": "正在設定 NuGet.config 中的認證",
- "loc.messages.NGCommon_NoSourcesFoundInConfig": "在位於 %s 的 NuGet.config 檔案中找不到套件來源",
- "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "選取了不明的 NuGet 版本。",
- "loc.messages.DeprecatedTask": "已取代此工作。請切換至使用 NuGetCommand@2 的「還原」或「自訂」選項 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
+{
+ "loc.friendlyName": "NuGet 安裝程式",
+ "loc.helpMarkDown": "[詳細資訊](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget)",
+ "loc.description": "Installs or restores missing NuGet packages. Use NuGetAuthenticate@0 task for latest capabilities.",
+ "loc.instanceNameFormat": "NuGet $(restoreMode) $(solution)",
+ "loc.group.displayName.advanced": "進階",
+ "loc.input.label.solution": "解決方案或 packages.config 的路徑",
+ "loc.input.help.solution": "Visual Studio 解決方案檔或 NuGet packages.config 的路徑",
+ "loc.input.label.nugetConfigPath": "NuGet.config 的路徑",
+ "loc.input.help.nugetConfigPath": "相當於 -ConfigFile NuGet.exe 命令列引數",
+ "loc.input.label.restoreMode": "安裝類型",
+ "loc.input.help.restoreMode": "還原會還原解決方案所根據的封裝,一般而言就是您要的項目。\n\n安裝會從 packages.config 檔案安裝封裝。如果您要安裝獨立工具封裝,請使用這個選項。",
+ "loc.input.label.noCache": "停用本機快取",
+ "loc.input.help.noCache": "相當於 -NoCache NuGet.exe 命令列引數",
+ "loc.input.label.nuGetRestoreArgs": "NuGet 引數",
+ "loc.input.help.nuGetRestoreArgs": "傳遞至 NuGet.exe 還原或安裝的額外引數。[詳細資訊](https://docs.nuget.org/consume/command-line-reference#user-content-restore-command)。",
+ "loc.input.label.verbosity": "詳細資訊",
+ "loc.input.help.verbosity": "NuGet 的詳細資訊層級",
+ "loc.input.label.nuGetVersion": "NuGet 版本",
+ "loc.input.help.nuGetVersion": "要使用的 NuGet 版本,或外部版本。",
+ "loc.input.label.nuGetPath": "NuGet.exe 的路徑",
+ "loc.input.help.nuGetPath": "選擇性地提供 NuGet.exe 的路徑。將覆寫版本選取項目。",
+ "loc.messages.Warning_NoConfigForNoCredentialProvider": "若要連線到託管於此組建代理程式上 Azure Pipelines/TFS 專案集合中的 NuGet 摘要,請編輯您的組建定義以選擇較高版本的 NuGet,或指定含有所要使用套件來源的 NuGet.config 路徑。",
+ "loc.messages.Warning_ConflictingNuGetPreference": "選取了 NuGet 3.3,但提供的是自訂 NuGet 路徑。慣用自訂路徑。若要解決此警告,請編輯您的組建工作,然後選取 [進階] 下 NuGet 版本的 [自訂]。",
+ "loc.messages.PackagesInstalledSuccessfully": "已成功安裝套件",
+ "loc.messages.PackagesFailedToInstall": "無法安裝套件",
+ "loc.messages.ConnectingAs": "正作為 '%s' [%s] 連線至您 Azure Pipelines/TFS 專案集合中的摘要",
+ "loc.messages.BuildIdentityPermissionsHint": "若為內部摘要,請確定組建服務身分識別 '%s' [%s] 可存取摘要。",
+ "loc.messages.NoCredProviderOnAgent": "代理程式上找不到 CredentialProvider.TeamBuild.exe。將回到組態式認證流程預設值。",
+ "loc.messages.NotARegularFile": "%s 不是解決方案檔。請檢查 NuGetInstaller 工作的 [解決方案或 packages.config 的路徑] 屬性。",
+ "loc.messages.UnknownRestoreMode": "未知的還原模式 '%s'",
+ "loc.messages.CouldNotFindNuGetService": "找不到 NuGet 服務。此工作將無法向您 Azure Pipelines/TFS 專案集合中託管的摘要驗證。",
+ "loc.messages.NoNuGetSpecified": "若選取 [自訂],則必須提供 NuGet.exe 的路徑",
+ "loc.messages.NGCommon_DetectedNuGetVersion": "偵測到 NuGet 版本 %s / %s",
+ "loc.messages.NGCommon_IgnoringNuGetExtensionsPath": "偵測到 NuGet 擴充功能載入器路徑 (NUGET_EXTENSIONS_PATH 環境變數)。使用內建 NuGet 用戶端時會忽略擴充功能",
+ "loc.messages.NGCommon_DetectedNuGetExtensionsPath": "偵測到 NuGet 擴充功能載入器路徑 (NUGET_EXTENSIONS_PATH 環境變數): %s",
+ "loc.messages.NGCommon_UnableToFindTool": "找不到工具 %s",
+ "loc.messages.NGCommon_SpsNotFound": "找不到 '%s' [%s] 區域。您的 Team Foundation Server 安裝可能發生問題。",
+ "loc.messages.NGCommon_AreaNotFoundInSps": "找不到 '%s' [%s] 區域。包含該區域的服務可能無法在您的地區使用。",
+ "loc.messages.NGCommon_NuGetConfigIsPackagesConfig": "預期 NuGet.config 檔於 %s,但其內容似乎是 packages.config。請檢查 %s 工作的設定,並確認您選取的是 NuGet.config 而不是 packages.config。",
+ "loc.messages.NGCommon_NuGetConfigIsInvalid": "位於 %s 的 NuGet.config 無效。",
+ "loc.messages.NGCommon_RemovingSources": "正在準備設定 NuGet.config 中的認證",
+ "loc.messages.NGCommon_AddingSources": "正在設定 NuGet.config 中的認證",
+ "loc.messages.NGCommon_NoSourcesFoundInConfig": "在位於 %s 的 NuGet.config 檔案中找不到套件來源",
+ "loc.messages.NGCommon_UnabletoDetectNuGetVersion": "選取了不明的 NuGet 版本。",
+ "loc.messages.DeprecatedTask": "已取代此工作。請切換至使用 NuGetCommand@2 的「還原」或「自訂」選項 https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/nuget-command-v2"
}
\ No newline at end of file
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/de-DE/resources.resjson
index cb1744c81806..0db02058eecf 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/de-DE/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "PowerShell auf Zielcomputern",
+ "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "Ausführen von PowerShell-Skripts auf Remotecomputern",
"loc.instanceNameFormat": "PowerShell in $(EnvironmentName) ausführen",
"loc.releaseNotes": "Neuigkeiten in Version 2.0:
Die Unterstützung von Legacy-DTL-Computern wurde eingestellt.",
"loc.group.displayName.deployment": "Bereitstellung",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/es-ES/resources.resjson
index 3ca4578131b3..105f931477d8 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/es-ES/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "PowerShell en máquinas de destino",
+ "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "Ejecutar scripts de PowerShell en máquinas remotas",
"loc.instanceNameFormat": "Ejecutar PowerShell en $(EnvironmentName)",
"loc.releaseNotes": "Novedades de la versión 2.0:
Se ha quitado la compatibilidad con las máquinas DTL heredadas.",
"loc.group.displayName.deployment": "Implementación",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/fr-FR/resources.resjson
index 1d5594970529..9fed9d09391e 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/fr-FR/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "PowerShell sur des ordinateurs cibles",
+ "loc.helpMarkDown": "[Découvrir plus d’informations sur cette tâche](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "Exécuter des scripts PowerShell sur des ordinateurs distants",
"loc.instanceNameFormat": "Exécuter PowerShell sur $(EnvironmentName)",
"loc.releaseNotes": "Nouveautés de la version 2.0 :
Suppression de la prise en charge des machines DTL héritées.",
"loc.group.displayName.deployment": "Déploiement",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/it-IT/resources.resjson
index 98fa86b46fa1..0581fc7dfaea 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/it-IT/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "PowerShell in computer di destinazione",
+ "loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "Consente di eseguire script PowerShell nei computer remoti",
"loc.instanceNameFormat": "Esegui PowerShell in $(EnvironmentName)",
"loc.releaseNotes": "Novità della versione 2.0:
Rimozione del supporto per computer DTL legacy.",
"loc.group.displayName.deployment": "Distribuzione",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ja-JP/resources.resjson
index 4ca4c62cedf7..17324d81fcad 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ja-JP/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "ターゲット マシンでの PowerShell",
+ "loc.helpMarkDown": "[このタスクの詳細](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "リモート コンピューターで PowerShell スクリプトを実行します",
"loc.instanceNameFormat": "$(EnvironmentName) での PowerShell の実行",
"loc.releaseNotes": "バージョン 2.0 の新機能:
レガシ DTL マシンのサポートが削除されました。",
"loc.group.displayName.deployment": "配置",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ko-KR/resources.resjson
index 35009e43600a..b17d03690705 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ko-KR/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "대상 컴퓨터의 PowerShell",
+ "loc.helpMarkDown": "[이 작업에 대해 자세히 알아보기](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "원격 컴퓨터에서 PowerShell 스크립트 실행",
"loc.instanceNameFormat": "$(EnvironmentName)에서 PowerShell 실행",
"loc.releaseNotes": "버전 2.0의 새로운 기능:
레거시 DTL 컴퓨터 지원이 제거되었습니다.",
"loc.group.displayName.deployment": "배포",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ru-RU/resources.resjson
index d491aa8c7515..c1acd5c1c01c 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/ru-RU/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "Windows PowerShell на целевых компьютерах",
+ "loc.helpMarkDown": "[Подробнее об этой задаче](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "Выполнить сценарии Windows PowerShell на удаленных компьютерах",
"loc.instanceNameFormat": "Выполнить PowerShell в $(EnvironmentName)",
"loc.releaseNotes": "Новые возможности в версии 2.0:
Удалена поддержка устаревших компьютеров DTL.",
"loc.group.displayName.deployment": "Развертывание",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-CN/resources.resjson
index b8d8c9cbf1f9..534460c0fb7b 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-CN/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "目标计算机上的 PowerShell",
+ "loc.helpMarkDown": "[详细了解此任务](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "在远程计算机上执行 PowerShell 脚本",
"loc.instanceNameFormat": "在 $(EnvironmentName) 上运行 PowerShell",
"loc.releaseNotes": "版本 2.0 中的新增功能:
已删除对旧 DTL 计算机的支持。",
"loc.group.displayName.deployment": "部署",
diff --git a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-TW/resources.resjson
index 5a6b65b92251..d7ac4c391dfe 100644
--- a/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/PowerShellOnTargetMachinesV2/Strings/resources.resjson/zh-TW/resources.resjson
@@ -1,7 +1,7 @@
{
- "loc.friendlyName": "PowerShell on target machines",
- "loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?linkid=627414)",
- "loc.description": "Execute PowerShell scripts on remote machines",
+ "loc.friendlyName": "目標電腦上的 PowerShell",
+ "loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=627414)",
+ "loc.description": "在遠端電腦上執行 PowerShell 指令碼。",
"loc.instanceNameFormat": "在 $(EnvironmentName) 執行 PowerShell",
"loc.releaseNotes": "2.0 版的新功能:
移除舊版 DTL 機器的支援。",
"loc.group.displayName.deployment": "部署",
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/de-DE/resources.resjson
index 1b22846b6e66..2b4c28eb89f9 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/de-DE/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[Wird eingestellt] Code Coverage veröffentlichen",
"loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[VERALTETE WARNUNG! Benutzern wird empfohlen, zu Version 2* zu wechseln.] Veröffentlichen von Cobertura- oder JaCoCo-Code Coverage-Ergebnissen aus einem Build",
"loc.instanceNameFormat": "Code Coverage veröffentlichen von $(summaryFileLocation)",
"loc.input.label.codeCoverageTool": "Code Coverage-Tool",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[VERALTETE WARNUNG! Benutzern wird empfohlen, zu Version 2* der Aufgabe zu wechseln. Weitere Informationen finden Sie unter https://devblogs.microsoft.com/devops/new-pccr-task.] Das Tool, mit dem Code Coverage-Ergebnisse generiert werden.",
"loc.input.label.summaryFileLocation": "Zusammenfassungsdatei",
"loc.input.help.summaryFileLocation": "Der Pfad der Zusammenfassungsdatei mit der Code Coverage-Statistik, z. B. Zeile, Methode und Klassenabdeckung. Der Wert enthält unter Umständen Minimatch-Muster. Beispiel: \"$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml\"",
"loc.input.label.pathToSources": "Pfad zu Quelldateien",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "Das Code Coverage-Berichtsverzeichnis mit HTML-Inhalt wird ignoriert, weil HTML-Inhalte automatisch generiert werden.",
"loc.messages.UpgradeAgentMessage": "Führen Sie ein Upgrade Ihrer Agent-Version durch. https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "Generierter Code Coverage-HTML-Bericht: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "Die neue V2-Version der Code Coverage-Ergebnisse der Aufgabenveröffentlichung ist jetzt für alle unsere Kunden verfügbar. Es wird dringend empfohlen, die V1-Version nicht mehr zu verwenden und zur V2-Version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2) zu migrieren. Weitere Informationen finden Sie unter https://devblogs.microsoft.com/devops/new-pccr-task."
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/es-ES/resources.resjson
index 19b88450c5c3..81c760a16594 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/es-ES/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[En desuso] Publicar cobertura de código",
"loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[ADVERTENCIA DE DESUSO Se recomienda a los usuarios cambiar a la versión 2*.] Publicar los resultados de cobertura de código de cobertura de Cobertura o JaCoCo de una compilación",
"loc.instanceNameFormat": "Publicar cobertura de código de $(summaryFileLocation)",
"loc.input.label.codeCoverageTool": "Herramienta de cobertura de código",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[ADVERTENCIA DE DESUSO Se recomienda a los usuarios cambiar a la versión 2* de la tarea. Para obtener más información, consulte https://devblogs.microsoft.com/devops/new-pccr-task.] Herramienta con la que se generan los resultados de cobertura de código.",
"loc.input.label.summaryFileLocation": "Archivo de resumen",
"loc.input.help.summaryFileLocation": "Ruta de acceso del archivo de resumen que contiene estadísticas de cobertura de código, como línea, método y cobertura de clase. El valor puede contener patrones minimatch. Por ejemplo: \"$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml\"",
"loc.input.label.pathToSources": "Ruta de acceso a los archivos de origen",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "Se ignora el directorio de informes de cobertura con contenido HTML, ya que se genera contenido HTML automáticamente",
"loc.messages.UpgradeAgentMessage": "Actualice la versión del agente. https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "Informe HTML de cobertura de código generado: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "La nueva versión V2 de los resultados de cobertura de código de publicación de tareas ya está disponible para todos nuestros clientes. Se recomienda dejar de usar la versión V1 y migrar a la versión V2 (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). Para obtener más información, consulte: https://devblogs.microsoft.com/devops/new-pccr-task."
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/fr-FR/resources.resjson
index 54e9c122be29..55336c5440c3 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/fr-FR/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[Bientôt déconseillé] Publier la couverture du code",
"loc.helpMarkDown": "[En savoir plus sur cette tâche](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[AVERTISSEMENT DE DÉPRÉCIATION ! Nous recommandons aux utilisateurs de passer à la version 2*.] Publier les résultats de couverture du code Cobertura ou JaCoCo à partir d’une build",
"loc.instanceNameFormat": "Publier la couverture du code à partir de $(summaryFileLocation)",
"loc.input.label.codeCoverageTool": "Outil de couverture du code",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[AVERTISSEMENT DE DÉPRÉCIATION ! Nous recommandons aux utilisateurs de passer à la version 2* de la tâche. Pour obtenir plus d’informations, consultez https://devblogs.microsoft.com/devops/new-pccr-task.] Outil avec lequel les résultats de couverture du code sont générés.",
"loc.input.label.summaryFileLocation": "Fichier récapitulatif",
"loc.input.help.summaryFileLocation": "Chemin du fichier récapitulatif contenant les statistiques de couverture du code, par exemple la couverture de ligne, de méthode et de classe. La valeur peut contenir des modèles minimatch. Exemple : '$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml'",
"loc.input.label.pathToSources": "Chemin des fichiers sources",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "Le répertoire du rapport de couverture au format HTML est ignoré, car nous générons automatiquement le contenu HTML",
"loc.messages.UpgradeAgentMessage": "Mettez à niveau votre version d'agent. https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "Rapport HTML de couverture du code généré : %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "La nouvelle version V2 des résultats de couverture du code de publication de tâches est désormais disponible pour tous nos clients. Nous vous recommandons vivement de cesser d’utiliser la version V1 et de migrer vers la version V2 (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). Pour obtenir plus d’informations, consultez : https://devblogs.microsoft.com/devops/new-pccr-task."
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/it-IT/resources.resjson
index 284f9f5ac428..693a20100e07 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/it-IT/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[Da deprecare] Pubblicare code coverage",
"loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[AVVISO DEPRECAZIONE! Si consiglia agli utenti di passare alla versione attività 2*]. Pubblicare i risultati della code coverage di Cobertura o JaCoCo da una compilazione",
"loc.instanceNameFormat": "Pubblica code coverage da $(summaryFileLocation)",
"loc.input.label.codeCoverageTool": "Strumento di code coverage",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[AVVISO DEPRECAZIONE! Si consiglia agli utenti di passare alla versione attività 2*. Per altri dettagli, vedere https://devblogs.microsoft.com/devops/new-pccr-task.] Lo strumento con cui vengono generati i risultati di code coverage.",
"loc.input.label.summaryFileLocation": "File di riepilogo",
"loc.input.help.summaryFileLocation": "Percorso del file di riepilogo che contiene le statistiche di code coverage, ad esempio relative alla coverage di righe, metodi e classi. Il valore può contenere criteri di corrispondenza minima, ad esempio: `$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml`",
"loc.input.label.pathToSources": "Percorso dei file di origine",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "La directory dei report di code coverage con contenuto HTML verrà ignorata perché il contenuto HTML viene generato automaticamente",
"loc.messages.UpgradeAgentMessage": "Aggiornare la versione dell'agente. https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "Il report HTML di code coverage è stato generato: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "La nuova versione V2 dell'attività di pubblicazione dei risultati della code coverage è ora disponibile per tutti i clienti. È consigliabile interrompere l'utilizzo della versione V1 ed eseguire la migrazione alla versione V2 (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). Per altri dettagli, vedere: https://devblogs.microsoft.com/devops/new-pccr-task."
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ja-JP/resources.resjson
index 9b19f1342034..833cbe74d662 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ja-JP/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[非推奨になる] コード カバレッジの公開",
"loc.helpMarkDown": "[このタスクの詳細を表示](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[非推奨の警告!ユーザーはバージョン 2* に切り替えることが推奨されます。]ビルドから Cobertura または JaCoCo コード カバレッジの結果を発行する",
"loc.instanceNameFormat": "$(summaryFileLocation) からのコード カバレッジの発行",
"loc.input.label.codeCoverageTool": "コード カバレッジ ツール",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[非推奨の警告!ユーザーは、タスク バージョン 2* に切り替えることが推奨されます。詳細については、https://devblogs.microsoft.com/devops/new-pccr-task を参照してください。] コード カバレッジの結果が生成されるツール。",
"loc.input.label.summaryFileLocation": "概要ファイル",
"loc.input.help.summaryFileLocation": "行、メソッド、クラス カバレッジなどのコード カバレッジ統計を含む概要ファイルのパス。この値には minimatch パターンを指定できます。たとえば、`$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml` と指定します",
"loc.input.label.pathToSources": "ソース ファイルへのパス",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "HTML コンテンツが自動的に生成されているため、HTML コンテンツを含むカバレッジ レポート ディレクトリが無視されています",
"loc.messages.UpgradeAgentMessage": "エージェントのバージョンをアップグレードしてください。https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "生成されたコード カバレッジ HTML レポート: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "コード カバレッジ結果を公開する新しい V2 バージョンのタスクを、すべてのお客様が利用できるようになりました。V1 バージョンの使用を停止し、V2 バージョンに移行することを強くお勧めします (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2)。詳細については、https://devblogs.microsoft.com/devops/new-pccr-task を参照してください。"
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ko-KR/resources.resjson
index 2319afafda6b..ccc4e6dcf5b2 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ko-KR/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[더 이상 사용되지 않음] 코드 검사 게시",
"loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[사용 중단 경고! 사용자는 버전 2*로 전환하는 것이 좋습니다.] 빌드에서 Cobertura 또는 JaCoCo 코드 검사 결과 게시",
"loc.instanceNameFormat": "$(summaryFileLocation)에서 코드 검사 게시",
"loc.input.label.codeCoverageTool": "코드 검사 도구",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[사용 중단 경고! 작업 버전 2*로 전환하는 것이 좋습니다. 자세한 내용은 https://devblogs.microsoft.com/devops/new-pccr-task를 참조하세요.] 코드 검사 결과가 생성되는 도구입니다.",
"loc.input.label.summaryFileLocation": "요약 파일",
"loc.input.help.summaryFileLocation": "줄, 메서드, 클래스 검사 등의 코드 검사 통계가 포함된 요약 파일의 경로입니다. 값에는 minimatch 패턴이 포함될 수 있습니다. 예: `$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml`",
"loc.input.label.pathToSources": "소스 파일의 경로",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "HTML 콘텐츠가 포함되는 검사 보고서 디렉터리를 무시하고 HTML 콘텐츠를 자동 생성하는 중",
"loc.messages.UpgradeAgentMessage": "에이전트 버전을 업그레이드하세요. https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "생성된 코드 검사 HTML 보고서: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "이제 모든 고객이 작업 게시 코드 검사 결과의 새 V2 버전을 사용할 수 있습니다. V1 버전 사용을 중지하고 V2 버전으로 마이그레이션하는 것이 좋습니다(https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). 자세한 내용은 https://devblogs.microsoft.com/devops/new-pccr-task를 참조하세요."
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ru-RU/resources.resjson
index c2e16636dcc6..292858656d32 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/ru-RU/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[Скоро станет нерекомендуемым] Публикация объема протестированного кода",
"loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[ПРЕДУПРЕЖДЕНИЕ ОБ ОБЪЯВЛЕНИИ ВОЗМОЖНОСТИ НЕРЕКОМЕНДУЕМОЙ! Пользователям рекомендуется перейти на версию 2*.] Публикация результатов объема протестированного кода Cobertura или JaCoCo из сборки",
"loc.instanceNameFormat": "Опубликовать объем протестированного кода из $(summaryFileLocation)",
"loc.input.label.codeCoverageTool": "Средство оценки объема протестированного кода",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[ПРЕДУПРЕЖДЕНИЕ ОБ ОБЪЯВЛЕНИИ ВОЗМОЖНОСТИ НЕРЕКОМЕНДУЕМОЙ! Пользователям рекомендуется перейти на версию задачи 2*. Дополнительные сведения см. в https://devblogs.microsoft.com/devops/new-pccr-task.] Средство, с помощью которого генерируются результаты объема протестированного кода.",
"loc.input.label.summaryFileLocation": "Файл сводки",
"loc.input.help.summaryFileLocation": "Путь к файлу сводки, который содержит статистику объема протестированного кода, например для строк, методов и классов. Значение может содержать шаблоны minimatch. Пример: \"$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml\"",
"loc.input.label.pathToSources": "Путь к исходным файлам",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "Пропускается каталог отчетов об объеме протестированного кода с HTML-содержимым, так как HTML-содержимое создается автоматически",
"loc.messages.UpgradeAgentMessage": "Обновите версию агента. https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "Создан HTML-отчет об объеме протестированного кода: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "Новая версия V2 результатов задачи публикации объема протестированного кода теперь доступна всем нашим клиентам. Настоятельно рекомендуется прекратить использование версии V1 и перейти на версию V2 (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). Дополнительные сведения см. в https://devblogs.microsoft.com/devops/new-pccr-task."
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-CN/resources.resjson
index 3a8fee99ba8c..6eb29ef93108 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-CN/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[即将弃用] 发布代码覆盖率",
"loc.helpMarkDown": "[详细了解此任务](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[弃用警告!建议用户切换到版本 2*。] 发布生成中的 Cobertura 或 JaCoCo 代码覆盖率结果",
"loc.instanceNameFormat": "发布 $(summaryFileLocation) 的代码覆盖率",
"loc.input.label.codeCoverageTool": "代码覆盖率工具",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[弃用警告!建议用户切换到任务版本 2*。有关更多详细信息,请参阅 https://devblogs.microsoft.com/devops/new-pccr-task。] 生成代码覆盖率结果的工具。",
"loc.input.label.summaryFileLocation": "摘要文件",
"loc.input.help.summaryFileLocation": "摘要文件的路径,该文件包含代码覆盖率统计信息,如行、方法和类覆盖率。其值可能包含 minimatch 模式。例如: `$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml`",
"loc.input.label.pathToSources": "源文件的路径",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "忽略包含 HTML 内容的覆盖率报表目录,因为我们是自动生成 HTML 内容",
"loc.messages.UpgradeAgentMessage": "请升级代理版本。https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "生成的代码覆盖率 HTML 报表: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "现在,所有客户都可以使用新的 V2 版本任务发布代码覆盖率结果。强烈建议停止使用 V1 版本并迁移到 V2 版本(https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2)。有关更多详细信息,请参阅 - https://devblogs.microsoft.com/devops/new-pccr-task。"
}
\ No newline at end of file
diff --git a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-TW/resources.resjson
index 4e94af09c9dc..33f9d801e7ed 100644
--- a/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/PublishCodeCoverageResultsV1/Strings/resources.resjson/zh-TW/resources.resjson
@@ -1,10 +1,10 @@
{
- "loc.friendlyName": "[To be deprecated] Publish code coverage",
+ "loc.friendlyName": "[即將被取代] 發行程式碼涵蓋範圍",
"loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?LinkID=626485)",
- "loc.description": "[DEPRECATION WARNING! Users are recommended to switch to version 2*.] Publish Cobertura or JaCoCo code coverage results from a build",
+ "loc.description": "[取代警告!建議使用者切換到版本 2*。]發佈來自組建的 Cobertura 或 JaCoCo 程式碼涵蓋範圍結果",
"loc.instanceNameFormat": "發行 $(summaryFileLocation) 中的程式碼涵蓋範圍",
"loc.input.label.codeCoverageTool": "程式碼涵蓋範圍工具",
- "loc.input.help.codeCoverageTool": "[DEPRECATION WARNING! Users are recommended to switch to task version 2*. For more details, see https://devblogs.microsoft.com/devops/new-pccr-task.] The tool with which code coverage results are generated.",
+ "loc.input.help.codeCoverageTool": "[取代警告!建議使用者切換到工作版本 2*。如需詳細資料,請參閱 https://devblogs.microsoft.com/devops/new-pccr-task。] 產生程式碼涵蓋範圍結果的工具。",
"loc.input.label.summaryFileLocation": "摘要檔案",
"loc.input.help.summaryFileLocation": "摘要檔案的路徑。該摘要檔案包含程式碼涵蓋範圍統計資料,例如折線圖、方法及類別涵蓋範圍。此值可包含 minimatch 格式。例如 '$(System.DefaultWorkingDirectory)/MyApp/**/site/cobertura/coverage.xml'",
"loc.input.label.pathToSources": "來源檔案的路徑",
@@ -23,5 +23,5 @@
"loc.messages.IgnoringReportDirectory": "在我們自動產生 Html 內容時,忽略 Html 內容的涵蓋範圍報告目錄",
"loc.messages.UpgradeAgentMessage": "請升級代理程式版本。https://github.com/Microsoft/vsts-agent/releases",
"loc.messages.GeneratedHtmlReport": "已產生程式碼涵蓋範圍 HTML 報告: %s",
- "loc.messages.V1TaskDeprecationNotice": "New V2 version of task publishing code coverage results is available to all our customers now. We highly recommend to stop using the V1 version and migrate to V2 version (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2). For more details, see - https://devblogs.microsoft.com/devops/new-pccr-task."
+ "loc.messages.V1TaskDeprecationNotice": "我們所有的客戶現在都可以使用新 V2 版本的工作發佈程式碼涵蓋範圍結果。強烈建議您停止使用 V1 版本並移轉至 V2 版本 (https://learn.microsoft.com/azure/devops/pipelines/tasks/reference/publish-code-coverage-results-v2)。如需詳細資料,請參閱 - https://devblogs.microsoft.com/devops/new-pccr-task。"
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/de-DE/resources.resjson
index 7a9d67a5fe72..46509a183fda 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/de-DE/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "Wenn dies wahr ist, tritt ein Aufgabenfehler auf, wenn Fehler in den StandardError-Stream geschrieben werden.",
"loc.messages.BashReturnCode": "Bash wurde mit dem folgenden Rückgabecode beendet: %d",
"loc.messages.BashFailed": "Bash-Fehler: %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash wurde mit Code 137 beendet, was bedeutet, dass nicht genügend Arbeitsspeicher verfügbar war. Stellen Sie sicher, dass für den Agenthost (Containerhost) ausreichend Arbeitsspeicher konfiguriert ist."
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/es-ES/resources.resjson
index 235b5e94ea17..13e45e3c9a48 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/es-ES/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "Si es true, esta tarea no se realizará cuando se registre algún error en la secuencia StandardError.",
"loc.messages.BashReturnCode": "Bash se cerró con el código de retorno: %d",
"loc.messages.BashFailed": "Error de Bash: %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash se cerró con el código 137, lo que significa que se quedó sin memoria. Asegúrese de que el host del agente (contenedor) tenga suficiente memoria configurada."
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/fr-FR/resources.resjson
index 99ac7a2992d3..95b7ff377765 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/fr-FR/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "Si la valeur est true, cette tâche échoue si des erreurs sont écrites dans le flux de données StandardError.",
"loc.messages.BashReturnCode": "Sortie de Bash. Code de retour : %d",
"loc.messages.BashFailed": "Échec de Bash. Erreur : %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash s’est arrêté avec le code 137, ce qui signifie qu’il n’a plus de mémoire. Vérifiez que la configuration de mémoire de l’hôte de l’agent (conteneur) est suffisante."
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/it-IT/resources.resjson
index 420022411d98..d118c1cce3b5 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/it-IT/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "Se è impostato su true, questa attività non riuscirà nel caso in cui vengano scritti errori nel flusso StandardError.",
"loc.messages.BashReturnCode": "Bash terminato. Codice restituito: %d",
"loc.messages.BashFailed": "Bash non riuscito. Errore: %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Il bash ha restituito il codice 137, pertanto la memoria è esaurita. Verificare che nell'host dell'agente (contenitore) sia configurata memoria sufficiente."
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/ja-JP/resources.resjson
index 8b356c2feb42..af56261f756f 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/ja-JP/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "true の場合、StandardError ストリームにエラーが書き込まれると、このタスクは失敗します。",
"loc.messages.BashReturnCode": "bash は、リターン コードを伴って終了しました: %d",
"loc.messages.BashFailed": "bash でエラーが発生しました: %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash がコード 137 で終了しました。これはメモリ不足を意味しています。エージェント (コンテナー) ホストに十分なメモリが構成されていることを確認します。"
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/ko-KR/resources.resjson
index 3753cf253d6f..7b5b22ad912f 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/ko-KR/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "true일 경우 StandardError 스트림에 오류가 작성되면 이 작업은 실패하게 됩니다.",
"loc.messages.BashReturnCode": "반환 코드 %d(으)로 Bash 종료",
"loc.messages.BashFailed": "오류 %s(으)로 Bash 실패",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash가 코드 137로 종료되었습니다. 즉, 메모리가 부족합니다. 에이전트(컨테이너) 호스트에 충분한 메모리가 구성되어 있는지 확인합니다."
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/ru-RU/resources.resjson
index dbf392031d1d..66b7db15292c 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/ru-RU/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "Если задано значение True, задача завершится сбоем при записи любых ошибок в поток StandardError.",
"loc.messages.BashReturnCode": "Завершение работы Bash с кодом возврата %d",
"loc.messages.BashFailed": "Сбой Bash с ошибкой %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash завершил работу с кодом 137, что означает, что ему недостаточно памяти. Установите на узле агента достаточный объем памяти."
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/zh-CN/resources.resjson
index 01a2d84580dd..6154a90c87d9 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/zh-CN/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "如果为 true,则在向 StandardError 流写入任何错误时,此任务都会失败。",
"loc.messages.BashReturnCode": "Bash 已退出,返回代码为: %d",
"loc.messages.BashFailed": "Bash 失败,出现错误: %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash 已退出,代码为 137,这意味着内存不足。确保代理(容器)主机配置了足够的内存。"
}
\ No newline at end of file
diff --git a/Tasks/ShellScriptV2/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/ShellScriptV2/Strings/resources.resjson/zh-TW/resources.resjson
index ccdb6731089e..4369d318718c 100644
--- a/Tasks/ShellScriptV2/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/ShellScriptV2/Strings/resources.resjson/zh-TW/resources.resjson
@@ -16,5 +16,5 @@
"loc.input.help.failOnStandardError": "若此為 true,則任何錯誤寫入 StandardError 資料流時,此工作便會失敗。",
"loc.messages.BashReturnCode": "Bash 已結束,傳回碼為: %d",
"loc.messages.BashFailed": "Bash 失敗,錯誤為: %s",
- "loc.messages.BashFailedWithCode137": "Bash exited with code 137, which means it ran out of memory. Make sure the agent (container) host has sufficient memory configured."
+ "loc.messages.BashFailedWithCode137": "Bash 已結束,代碼為 137,這表示記憶體不足。請確定代理程式 (容器) 主機已設定足夠的記憶體。"
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/de-DE/resources.resjson
index 2d68594df27e..5bd40ca37ef8 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/de-DE/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/de-DE/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "Die Herkunftssitzung konnte nicht erstellt werden: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Universal Packages wird in Azure DevOps Server nicht unterstützt.",
"loc.messages.Error_ProcessorArchitectureNotSupported": "Universal Packages erfordert einen x64-Agent.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "Die Dienstverbindung verwendet keine unterstützte Authentifizierungsmethode. Verwenden Sie eine Dienstverbindung mit der auf persönlichen Zugriffstoken basierenden Authentifizierung."
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/es-ES/resources.resjson
index 09bc97596156..00a8ad009fd8 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/es-ES/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/es-ES/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "No se pudo crear la sesión de proveniencia: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Azure DevOps Server no admite paquetes universales.",
"loc.messages.Error_ProcessorArchitectureNotSupported": "Los paquetes universales requieren un agente x64.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La conexión de servicio no usa un método de autenticación compatible. Use una conexión de servicio con autenticación basada en token de acceso personal."
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/fr-FR/resources.resjson
index e40bb96bf333..1ba58a860571 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/fr-FR/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/fr-FR/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "Impossible de créer une session de provenance : %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Les packages universels ne sont pas pris en charge dans Azure DevOps Server.",
"loc.messages.Error_ProcessorArchitectureNotSupported": "Les packages universels nécessitent un agent x64.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La connexion de service n’utilise aucune méthode d’authentification prise en charge. Veuillez utiliser une connexion de service avec une authentification basée sur un jeton d’accès personnel."
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/it-IT/resources.resjson
index 90003bc916af..7f350c5ec370 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/it-IT/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/it-IT/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "Non è stato possibile creare la sessione di provenienza: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Universal Packages non è supportato in Azure DevOps Server.",
"loc.messages.Error_ProcessorArchitectureNotSupported": "Con Universal Packages è richiesto un agente x64.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "La connessione al servizio non utilizza un metodo di autenticazione supportato. Usare una connessione al servizio con autenticazione basata su token di accesso personale."
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/ja-JP/resources.resjson
index 4f7b74ee6735..abf0959cf9f6 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/ja-JP/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/ja-JP/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "次の来歴セッションを作成できませんでした: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "ユニバーサル パッケージは Azure DevOps Server ではサポートされていません。",
"loc.messages.Error_ProcessorArchitectureNotSupported": "ユニバーサル パッケージでは x64 エージェントが必要です。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "サービス接続では、サポートされている認証方法が使用されていません。個人用アクセス トークン ベースの認証でサービス接続を使用してください。"
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/ko-KR/resources.resjson
index e0c413eb1a8b..7b9dbd37b1e7 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/ko-KR/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/ko-KR/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "출처 세션 %s을(를) 만들 수 없습니다.",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Universal Packages는 Azure DevOps Server에서 지원되지 않습니다.",
"loc.messages.Error_ProcessorArchitectureNotSupported": "Universal Packages에는 x64 에이전트가 필요합니다.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "서비스 연결에서 지원되는 인증 방법을 사용하지 않습니다. 개인용 액세스 토큰 기반 인증이 포함된 서비스 연결을 사용하세요."
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/ru-RU/resources.resjson
index 76ea79ac7ee3..46caf56c4fbd 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/ru-RU/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/ru-RU/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "Не удалось создать сеанс происхождения: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Universal Packages не поддерживаются в Azure DevOps Server.",
"loc.messages.Error_ProcessorArchitectureNotSupported": "Universal Packages требуется агент x64.",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "Подключение к службе не использует поддерживаемый метод проверки подлинности. Используйте сервисное соединение с проверкой подлинности на основе токена личного доступа."
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-CN/resources.resjson
index 9a6984633b85..d95f78c5200c 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-CN/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-CN/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "无法创建出处会话: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Azure DevOps Server 中不支持通用包。",
"loc.messages.Error_ProcessorArchitectureNotSupported": "通用包需要 x64 代理。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "服务连接未使用受支持的身份验证方法。请配合使用服务连接与基于个人访问令牌的身份验证。"
}
\ No newline at end of file
diff --git a/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-TW/resources.resjson
index cf261b1dc698..d580ec7a8c1b 100644
--- a/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-TW/resources.resjson
+++ b/Tasks/UniversalPackagesV0/Strings/resources.resjson/zh-TW/resources.resjson
@@ -89,5 +89,5 @@
"loc.messages.Warning_SessionCreationFailed": "無法建立來源工作階段: %s",
"loc.messages.Error_UniversalPackagesNotSupportedOnPrem": "Azure DevOps Server 中不支援通用套件。",
"loc.messages.Error_ProcessorArchitectureNotSupported": "通用套件需要 x64 代理程式。",
- "loc.messages.Warning_UnsupportedServiceConnectionAuth": "The service connection does not use a supported authentication method. Please use a service connection with personal access token based auth."
+ "loc.messages.Warning_UnsupportedServiceConnectionAuth": "服務連線並非使用支援的驗證方法。請使用個人存取權杖型驗證的服務連線。"
}
\ No newline at end of file