From 064d43ad81c06127b330d2ce5461204ccfc3fecf Mon Sep 17 00:00:00 2001 From: Maksim Petrov <47208721+vmapetr@users.noreply.github.com> Date: Tue, 20 Aug 2024 00:11:24 +0200 Subject: [PATCH] Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 28967176 --- .../resources.resjson/de-DE/resources.resjson | 69 +++++++++++-------- .../resources.resjson/es-ES/resources.resjson | 69 +++++++++++-------- .../resources.resjson/fr-FR/resources.resjson | 69 +++++++++++-------- .../resources.resjson/it-IT/resources.resjson | 69 +++++++++++-------- .../resources.resjson/ja-JP/resources.resjson | 69 +++++++++++-------- .../resources.resjson/ko-KR/resources.resjson | 69 +++++++++++-------- .../resources.resjson/ru-RU/resources.resjson | 69 +++++++++++-------- .../resources.resjson/zh-CN/resources.resjson | 69 +++++++++++-------- .../resources.resjson/zh-TW/resources.resjson | 69 +++++++++++-------- .../resources.resjson/de-DE/resources.resjson | 27 +++++--- .../resources.resjson/es-ES/resources.resjson | 27 +++++--- .../resources.resjson/fr-FR/resources.resjson | 27 +++++--- .../resources.resjson/it-IT/resources.resjson | 27 +++++--- .../resources.resjson/ja-JP/resources.resjson | 27 +++++--- .../resources.resjson/ko-KR/resources.resjson | 27 +++++--- .../resources.resjson/ru-RU/resources.resjson | 27 +++++--- .../resources.resjson/zh-CN/resources.resjson | 27 +++++--- .../resources.resjson/zh-TW/resources.resjson | 27 +++++--- 18 files changed, 522 insertions(+), 342 deletions(-) diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson index f0beab6c526e..b5baab7383b0 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "npm-Authentifizierung (für Aufgabenausführungen)", - "loc.helpMarkDown": "", - "loc.description": "Verwenden Sie diese Aufgabe nicht, wenn Sie auch die npm-Aufgabe verwenden. Stellt npm-Anmeldeinformationen für eine NPMRC-Datei in Ihrem Repository für den Gültigkeitsbereich des Builds bereit. So können npm-Aufgabenausführungen wie gulp und Grunt sich bei privaten Registrierungen authentifizieren.", - "loc.instanceNameFormat": "npm-Authentifizierung $(workingFile)", - "loc.input.label.workingFile": "NPMRC-Datei zur Authentifizierung", - "loc.input.help.workingFile": "Pfad zu der NPMRC-Datei mit der Angabe der Registrierungen, mit denen Sie arbeiten möchten. Wählen Sie die Datei und nicht den Ordner aus. Beispiel: /packages/mypackage.npmrc.", - "loc.input.label.customEndpoint": "Anmeldeinformationen für Registrierungen außerhalb dieser Organisation/Sammlung", - "loc.input.help.customEndpoint": "Anmeldeinformationen zur Verwendung für externe Registrierungen in der NPMRC-Datei des Projekts. Lassen Sie dieses Feld bei Registrierungen in dieser Organisation/Sammlung leer. Es werden automatisch die Anmeldeinformationen für den Build verwendet.", - "loc.messages.FoundBuildCredentials": "Buildanmeldeinformationen gefunden", - "loc.messages.NoBuildCredentials": "Die Buildanmeldeinformationen wurden nicht gefunden.", - "loc.messages.ServiceEndpointNotDefined": "Die Dienstverbindung wurde nicht gefunden. Stellen Sie sicher, dass die ausgewählte Dienstverbindung noch vorhanden ist.", - "loc.messages.NpmrcNotNpmrc": "Die für die Authentifizierung ausgewählte Datei (%s) ist keine gültige NPMRC-Datei.", - "loc.messages.ServiceEndpointUrlNotDefined": "Die URL für die Dienstverbindung wurde nicht gefunden. Stellen Sie sicher, dass die Dienstverbindung ordnungsgemäß konfiguriert ist.", - "loc.messages.SavingFile": "Datei %s wird gespeichert", - "loc.messages.RestoringFile": "Datei %s wird wiederhergestellt", - "loc.messages.AddingAuthRegistry": "Authentifizierung für die Registrierung wird hinzugefügt: %s", - "loc.messages.FoundLocalRegistries": "%d Registrierungen in dieser Organisation/Sammlung gefunden", - "loc.messages.AddingLocalCredentials": "Für eine lokale Registrierung werden Anmeldeinformationen hinzugefügt.", - "loc.messages.AddingEndpointCredentials": "Für die Dienstverbindung \"%s\" werden Anmeldeinformationen hinzugefügt.", - "loc.messages.AuthenticatingThisNpmrc": "Der NPMRC-Datei unter \"%s\" wird eine Authentifizierung hinzugefügt.", - "loc.messages.IgnoringRegistry": "Es wurden keine Dienstverbindungen gefunden, die mit \"%s\" übereinstimmen.", - "loc.messages.ForcePackagingUrl": "URL zur Paketierung der Sammlung wird erzwungen als: %s", - "loc.messages.CheckedInCredentialsOverriden": "Für die %s-Registrierung in der ausgewählten NPMRC-Datei wurden Anmeldeinformationen gefunden und überschrieben. Entfernen Sie die Anmeldeinformationen aus der Datei, und speichern Sie sie stattdessen in einer npm-Dienstverbindung (empfohlen), oder entfernen Sie die Aufgabe zur npm-Authentifizierung aus Ihrem Build, um die in einer NPMRC-Datei eingecheckten Anmeldeinformationen zu verwenden.", - "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": "NPMRC erfolgreich gepusht", - "loc.messages.SuccessfulAppend": "NPMRC erfolgreich angefügt" +{ + "loc.friendlyName": "npm-Authentifizierung (für Aufgabenausführungen)", + "loc.helpMarkDown": "", + "loc.description": "Verwenden Sie diese Aufgabe nicht, wenn Sie auch die npm-Aufgabe verwenden. Stellt npm-Anmeldeinformationen für eine NPMRC-Datei in Ihrem Repository für den Gültigkeitsbereich des Builds bereit. So können npm-Aufgabenausführungen wie gulp und Grunt sich bei privaten Registrierungen authentifizieren.", + "loc.instanceNameFormat": "npm-Authentifizierung $(workingFile)", + "loc.input.label.workingFile": "NPMRC-Datei zur Authentifizierung", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "Anmeldeinformationen für Registrierungen außerhalb dieser Organisation/Sammlung", + "loc.input.help.customEndpoint": "Anmeldeinformationen zur Verwendung für externe Registrierungen in der NPMRC-Datei des Projekts. Lassen Sie dieses Feld bei Registrierungen in dieser Organisation/Sammlung leer. Es werden automatisch die Anmeldeinformationen für den Build verwendet.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "Buildanmeldeinformationen gefunden", + "loc.messages.NoBuildCredentials": "Die Buildanmeldeinformationen wurden nicht gefunden.", + "loc.messages.ServiceEndpointNotDefined": "Die Dienstverbindung wurde nicht gefunden. Stellen Sie sicher, dass die ausgewählte Dienstverbindung noch vorhanden ist.", + "loc.messages.NpmrcNotNpmrc": "Die für die Authentifizierung ausgewählte Datei (%s) ist keine gültige NPMRC-Datei.", + "loc.messages.ServiceEndpointUrlNotDefined": "Die URL für die Dienstverbindung wurde nicht gefunden. Stellen Sie sicher, dass die Dienstverbindung ordnungsgemäß konfiguriert ist.", + "loc.messages.SavingFile": "Datei %s wird gespeichert", + "loc.messages.RestoringFile": "Datei %s wird wiederhergestellt", + "loc.messages.AddingAuthRegistry": "Authentifizierung für die Registrierung wird hinzugefügt: %s", + "loc.messages.FoundLocalRegistries": "%d Registrierungen in dieser Organisation/Sammlung gefunden", + "loc.messages.AddingLocalCredentials": "Für eine lokale Registrierung werden Anmeldeinformationen hinzugefügt.", + "loc.messages.AddingEndpointCredentials": "Für die Dienstverbindung \"%s\" werden Anmeldeinformationen hinzugefügt.", + "loc.messages.AuthenticatingThisNpmrc": "Der NPMRC-Datei unter \"%s\" wird eine Authentifizierung hinzugefügt.", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "URL zur Paketierung der Sammlung wird erzwungen als: %s", + "loc.messages.CheckedInCredentialsOverriden": "Für die %s-Registrierung in der ausgewählten NPMRC-Datei wurden Anmeldeinformationen gefunden und überschrieben. Entfernen Sie die Anmeldeinformationen aus der Datei, und speichern Sie sie stattdessen in einer npm-Dienstverbindung (empfohlen), oder entfernen Sie die Aufgabe zur npm-Authentifizierung aus Ihrem Build, um die in einer NPMRC-Datei eingecheckten Anmeldeinformationen zu verwenden.", + "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": "NPMRC erfolgreich gepusht", + "loc.messages.SuccessfulAppend": "NPMRC erfolgreich angefügt", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 841c4496102a..39c5246cacb1 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "Autenticación npm (para ejecutores de tareas)", - "loc.helpMarkDown": "", - "loc.description": "No use esta tarea si utiliza también la tarea de npm. Proporciona credenciales de npm a un archivo .npmrc del repositorio para el ámbito de la compilación. Esto permite a los ejecutores de tareas de npm, como gulp y Grunt, realizar la autenticación con registros privados.", - "loc.instanceNameFormat": "Autenticación npm $(workingFile)", - "loc.input.label.workingFile": "Archivo .npmrc para autenticar", - "loc.input.help.workingFile": "Ruta de acceso al archivo .npmrc que especifica los registros con los que quiere trabajar. Seleccione el archivo, no la carpeta. Por ejemplo, \"/packages/mypackage.npmrc\".", - "loc.input.label.customEndpoint": "Credenciales para registros fuera de esta organización o colección", - "loc.input.help.customEndpoint": "Credenciales que deben usarse para registros externos que están en el archivo .npmrc del proyecto. Para registros en esta organización o colección, deje este valor en blanco; se usarán automáticamente las credenciales de la compilación.", - "loc.messages.FoundBuildCredentials": "Credenciales de compilación encontradas", - "loc.messages.NoBuildCredentials": "No se encuentran credenciales de compilación", - "loc.messages.ServiceEndpointNotDefined": "No se encontró la conexión de servicio. Asegúrese de que la conexión de servicio seleccionada aún existe.", - "loc.messages.NpmrcNotNpmrc": "El archivo que ha seleccionado para autenticar (%s) no es un archivo .npmrc válido.", - "loc.messages.ServiceEndpointUrlNotDefined": "No se encontró la dirección URL para la conexión de servicio. Asegúrese de que la conexión de servicio está configurada correctamente.", - "loc.messages.SavingFile": "Guardando el archivo %s", - "loc.messages.RestoringFile": "Restaurando el archivo %s", - "loc.messages.AddingAuthRegistry": "Agregando autenticación para el registro: %s", - "loc.messages.FoundLocalRegistries": "Se encontraron %d registros en esta organización o colección", - "loc.messages.AddingLocalCredentials": "Agregando credenciales para un Registro local", - "loc.messages.AddingEndpointCredentials": "Agregando las credenciales para la conexión de servicio %s", - "loc.messages.AuthenticatingThisNpmrc": "Agregando autenticación al archivo .npmrc en %s", - "loc.messages.IgnoringRegistry": "No se encontró ninguna conexión de servicio que coincidiera con %s.", - "loc.messages.ForcePackagingUrl": "Dirección URL de empaquetado de la colección forzada a: %s", - "loc.messages.CheckedInCredentialsOverriden": "Se encontraron las credenciales del Registro %s en el archivo .npmrc seleccionado y se invalidaron. Quite las credenciales del archivo y almacénelas en una conexión de servicio de npm en su lugar (recomendado), o bien quite la tarea Autenticar de npm de la compilación para usar las credenciales protegidas en un archivo .npmrc", - "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": ".npmrc se insertó correctamente .npmrc", - "loc.messages.SuccessfulAppend": ".npmrc se anexó correctamente .npmrc" +{ + "loc.friendlyName": "Autenticación npm (para ejecutores de tareas)", + "loc.helpMarkDown": "", + "loc.description": "No use esta tarea si utiliza también la tarea de npm. Proporciona credenciales de npm a un archivo .npmrc del repositorio para el ámbito de la compilación. Esto permite a los ejecutores de tareas de npm, como gulp y Grunt, realizar la autenticación con registros privados.", + "loc.instanceNameFormat": "Autenticación npm $(workingFile)", + "loc.input.label.workingFile": "Archivo .npmrc para autenticar", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "Credenciales para registros fuera de esta organización o colección", + "loc.input.help.customEndpoint": "Credenciales que deben usarse para registros externos que están en el archivo .npmrc del proyecto. Para registros en esta organización o colección, deje este valor en blanco; se usarán automáticamente las credenciales de la compilación.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "Credenciales de compilación encontradas", + "loc.messages.NoBuildCredentials": "No se encuentran credenciales de compilación", + "loc.messages.ServiceEndpointNotDefined": "No se encontró la conexión de servicio. Asegúrese de que la conexión de servicio seleccionada aún existe.", + "loc.messages.NpmrcNotNpmrc": "El archivo que ha seleccionado para autenticar (%s) no es un archivo .npmrc válido.", + "loc.messages.ServiceEndpointUrlNotDefined": "No se encontró la dirección URL para la conexión de servicio. Asegúrese de que la conexión de servicio está configurada correctamente.", + "loc.messages.SavingFile": "Guardando el archivo %s", + "loc.messages.RestoringFile": "Restaurando el archivo %s", + "loc.messages.AddingAuthRegistry": "Agregando autenticación para el registro: %s", + "loc.messages.FoundLocalRegistries": "Se encontraron %d registros en esta organización o colección", + "loc.messages.AddingLocalCredentials": "Agregando credenciales para un Registro local", + "loc.messages.AddingEndpointCredentials": "Agregando las credenciales para la conexión de servicio %s", + "loc.messages.AuthenticatingThisNpmrc": "Agregando autenticación al archivo .npmrc en %s", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "Dirección URL de empaquetado de la colección forzada a: %s", + "loc.messages.CheckedInCredentialsOverriden": "Se encontraron las credenciales del Registro %s en el archivo .npmrc seleccionado y se invalidaron. Quite las credenciales del archivo y almacénelas en una conexión de servicio de npm en su lugar (recomendado), o bien quite la tarea Autenticar de npm de la compilación para usar las credenciales protegidas en un archivo .npmrc", + "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": ".npmrc se insertó correctamente .npmrc", + "loc.messages.SuccessfulAppend": ".npmrc se anexó correctamente .npmrc", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 2741475873f1..25a5a74a3306 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "Authentification npm (pour les exécuteurs de tâches)", - "loc.helpMarkDown": "", - "loc.description": "N'utilisez pas cette tâche si vous utilisez également la tâche npm. Fournit les informations d'identification npm à un fichier .npmrc de votre dépôt pour l'étendue de la build. Cela permet aux exécuteurs de tâches npm tels que gulp et Grunt de s'authentifier auprès des registres privés.", - "loc.instanceNameFormat": "Authentification npm $(workingFile)", - "loc.input.label.workingFile": "Fichier .npmrc utilisé pour l'authentification", - "loc.input.help.workingFile": "Chemin du fichier .npmrc qui spécifie les registres à utiliser. Sélectionnez le fichier, pas le dossier. Exemple : \"/packages/mypackage.npmrc\".", - "loc.input.label.customEndpoint": "Informations d'identification des registres situés en dehors de cette organisation/collection", - "loc.input.help.customEndpoint": "Informations d'identification à utiliser pour les registres externes situés dans le fichier .npmrc du projet. Pour les registres présents dans cette organisation/collection, n'indiquez aucune valeur. Les informations d'identification de la build sont utilisées automatiquement.", - "loc.messages.FoundBuildCredentials": "Informations d'identification de build trouvées", - "loc.messages.NoBuildCredentials": "Informations d'identification de build introuvables", - "loc.messages.ServiceEndpointNotDefined": "La connexion de service est introuvable. Vérifiez que la connexion de service sélectionnée existe toujours.", - "loc.messages.NpmrcNotNpmrc": "Le fichier que vous avez sélectionné pour l'authentification (%s) n'est pas un fichier .npmrc valide.", - "loc.messages.ServiceEndpointUrlNotDefined": "L'URL de la connexion de service est introuvable. Vérifiez que la connexion de service est correctement configurée.", - "loc.messages.SavingFile": "Enregistrement du fichier %s", - "loc.messages.RestoringFile": "Restauration du fichier %s", - "loc.messages.AddingAuthRegistry": "Ajout de l'authentification pour le registre : %s", - "loc.messages.FoundLocalRegistries": "%d registres trouvés dans cette organisation/collection", - "loc.messages.AddingLocalCredentials": "Ajout des informations d'identification pour un registre local", - "loc.messages.AddingEndpointCredentials": "Ajout des informations d'identification pour la connexion de service %s", - "loc.messages.AuthenticatingThisNpmrc": "Ajout de l'authentification au fichier .npmrc sur %s", - "loc.messages.IgnoringRegistry": "Les connexions de service correspondant à %s sont introuvables", - "loc.messages.ForcePackagingUrl": "URL de collection de création de package forcée vers : %s", - "loc.messages.CheckedInCredentialsOverriden": "Détection et remplacement des informations d'identification pour le registre %s dans le fichier .npmrc sélectionné. Supprimez les informations d'identification du fichier et stockez-les plutôt dans une connexion de service npm (recommandé), ou supprimez la tâche d'authentification npm de votre build pour utiliser les informations d'identification fournies à un fichier .npmrc.", - "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": "L’envoi (push) du fichier .npmrc a été correctement effectué", - "loc.messages.SuccessfulAppend": "Le fichier .npmrc est correctement ajouté" +{ + "loc.friendlyName": "Authentification npm (pour les exécuteurs de tâches)", + "loc.helpMarkDown": "", + "loc.description": "N'utilisez pas cette tâche si vous utilisez également la tâche npm. Fournit les informations d'identification npm à un fichier .npmrc de votre dépôt pour l'étendue de la build. Cela permet aux exécuteurs de tâches npm tels que gulp et Grunt de s'authentifier auprès des registres privés.", + "loc.instanceNameFormat": "Authentification npm $(workingFile)", + "loc.input.label.workingFile": "Fichier .npmrc utilisé pour l'authentification", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "Informations d'identification des registres situés en dehors de cette organisation/collection", + "loc.input.help.customEndpoint": "Informations d'identification à utiliser pour les registres externes situés dans le fichier .npmrc du projet. Pour les registres présents dans cette organisation/collection, n'indiquez aucune valeur. Les informations d'identification de la build sont utilisées automatiquement.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "Informations d'identification de build trouvées", + "loc.messages.NoBuildCredentials": "Informations d'identification de build introuvables", + "loc.messages.ServiceEndpointNotDefined": "La connexion de service est introuvable. Vérifiez que la connexion de service sélectionnée existe toujours.", + "loc.messages.NpmrcNotNpmrc": "Le fichier que vous avez sélectionné pour l'authentification (%s) n'est pas un fichier .npmrc valide.", + "loc.messages.ServiceEndpointUrlNotDefined": "L'URL de la connexion de service est introuvable. Vérifiez que la connexion de service est correctement configurée.", + "loc.messages.SavingFile": "Enregistrement du fichier %s", + "loc.messages.RestoringFile": "Restauration du fichier %s", + "loc.messages.AddingAuthRegistry": "Ajout de l'authentification pour le registre : %s", + "loc.messages.FoundLocalRegistries": "%d registres trouvés dans cette organisation/collection", + "loc.messages.AddingLocalCredentials": "Ajout des informations d'identification pour un registre local", + "loc.messages.AddingEndpointCredentials": "Ajout des informations d'identification pour la connexion de service %s", + "loc.messages.AuthenticatingThisNpmrc": "Ajout de l'authentification au fichier .npmrc sur %s", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "URL de collection de création de package forcée vers : %s", + "loc.messages.CheckedInCredentialsOverriden": "Détection et remplacement des informations d'identification pour le registre %s dans le fichier .npmrc sélectionné. Supprimez les informations d'identification du fichier et stockez-les plutôt dans une connexion de service npm (recommandé), ou supprimez la tâche d'authentification npm de votre build pour utiliser les informations d'identification fournies à un fichier .npmrc.", + "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": "L’envoi (push) du fichier .npmrc a été correctement effectué", + "loc.messages.SuccessfulAppend": "Le fichier .npmrc est correctement ajouté", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 559fa9636f2d..01b7f103c7f3 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "Autenticazione npm (per strumenti di esecuzione attività)", - "loc.helpMarkDown": "", - "loc.description": "Non usare questa attività se si usa anche l'attività npm. Fornisce le credenziali npm a un file con estensione npmrc nel repository per l'ambito della compilazione. In questo modo gli strumenti di esecuzione attività di npm, come gulp e Grunt, possono eseguire l'autenticazione con registri privati.", - "loc.instanceNameFormat": "Autenticazione npm $(workingFile)", - "loc.input.label.workingFile": "File con estensione npmrc da autenticare", - "loc.input.help.workingFile": "Percorso del file con estensione npmrc che specifica i registri che si vuole usare. Selezionare il file e non la cartella, ad esempio \"/packages/mypackage.npmrc\".", - "loc.input.label.customEndpoint": "Credenziali per i registri esterni a questa organizzazione/raccolta", - "loc.input.help.customEndpoint": "Credenziali da usare per i registri esterni situati nel file del progetto con estensione npmrc. Per i registri in questa organizzazione/raccolta lasciare vuoto il campo. Verranno usate automaticamente le credenziali della compilazione.", - "loc.messages.FoundBuildCredentials": "Sono state trovate le credenziali di compilazione", - "loc.messages.NoBuildCredentials": "Non è stato possibile trovare le credenziali di compilazione", - "loc.messages.ServiceEndpointNotDefined": "Non è stato possibile trovare la connessione al servizio. Assicurarsi che la connessione al servizio selezionata sia ancora esistente.", - "loc.messages.NpmrcNotNpmrc": "Il file selezionato per l'autenticazione (%s) non è un file con estensione npmrc valido.", - "loc.messages.ServiceEndpointUrlNotDefined": "Non è stato possibile trovare l'URL per la connessione al servizio. Assicurarsi che la connessione al servizio sia correttamente configurata.", - "loc.messages.SavingFile": "Salvataggio del file %s", - "loc.messages.RestoringFile": "Ripristino del file %s", - "loc.messages.AddingAuthRegistry": "Aggiunta dell'autenticazione per il registro: %s", - "loc.messages.FoundLocalRegistries": "Sono stati trovati %d registri in questa organizzazione/raccolta", - "loc.messages.AddingLocalCredentials": "Aggiunta le credenziali per un registro locale", - "loc.messages.AddingEndpointCredentials": "Aggiunta delle credenziali per la connessione al servizio %s", - "loc.messages.AuthenticatingThisNpmrc": "Aggiunta dell'autenticazione al file con estensione npmrc in %s", - "loc.messages.IgnoringRegistry": "Non sono state trovate connessioni al servizio corrispondenti a %s", - "loc.messages.ForcePackagingUrl": "Creazione pacchetto dell'URL della raccolta forzata su: %s", - "loc.messages.CheckedInCredentialsOverriden": "Le credenziali per il registro %s sono state trovate nel file con estensione npmrc selezionato e ne è stato eseguito l'override. Rimuovere le credenziali dal file e archiviarle in una connessione al servizio npm (scelta consigliata) oppure rimuovere l'attività Autenticazione npm dalla compilazione per usare le credenziali controllate in un file con estensione npmrc.", - "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": "Push di .npmrc riuscito", - "loc.messages.SuccessfulAppend": "Aggiunta di .npmrc riuscita" +{ + "loc.friendlyName": "Autenticazione npm (per strumenti di esecuzione attività)", + "loc.helpMarkDown": "", + "loc.description": "Non usare questa attività se si usa anche l'attività npm. Fornisce le credenziali npm a un file con estensione npmrc nel repository per l'ambito della compilazione. In questo modo gli strumenti di esecuzione attività di npm, come gulp e Grunt, possono eseguire l'autenticazione con registri privati.", + "loc.instanceNameFormat": "Autenticazione npm $(workingFile)", + "loc.input.label.workingFile": "File con estensione npmrc da autenticare", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "Credenziali per i registri esterni a questa organizzazione/raccolta", + "loc.input.help.customEndpoint": "Credenziali da usare per i registri esterni situati nel file del progetto con estensione npmrc. Per i registri in questa organizzazione/raccolta lasciare vuoto il campo. Verranno usate automaticamente le credenziali della compilazione.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "Sono state trovate le credenziali di compilazione", + "loc.messages.NoBuildCredentials": "Non è stato possibile trovare le credenziali di compilazione", + "loc.messages.ServiceEndpointNotDefined": "Non è stato possibile trovare la connessione al servizio. Assicurarsi che la connessione al servizio selezionata sia ancora esistente.", + "loc.messages.NpmrcNotNpmrc": "Il file selezionato per l'autenticazione (%s) non è un file con estensione npmrc valido.", + "loc.messages.ServiceEndpointUrlNotDefined": "Non è stato possibile trovare l'URL per la connessione al servizio. Assicurarsi che la connessione al servizio sia correttamente configurata.", + "loc.messages.SavingFile": "Salvataggio del file %s", + "loc.messages.RestoringFile": "Ripristino del file %s", + "loc.messages.AddingAuthRegistry": "Aggiunta dell'autenticazione per il registro: %s", + "loc.messages.FoundLocalRegistries": "Sono stati trovati %d registri in questa organizzazione/raccolta", + "loc.messages.AddingLocalCredentials": "Aggiunta le credenziali per un registro locale", + "loc.messages.AddingEndpointCredentials": "Aggiunta delle credenziali per la connessione al servizio %s", + "loc.messages.AuthenticatingThisNpmrc": "Aggiunta dell'autenticazione al file con estensione npmrc in %s", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "Creazione pacchetto dell'URL della raccolta forzata su: %s", + "loc.messages.CheckedInCredentialsOverriden": "Le credenziali per il registro %s sono state trovate nel file con estensione npmrc selezionato e ne è stato eseguito l'override. Rimuovere le credenziali dal file e archiviarle in una connessione al servizio npm (scelta consigliata) oppure rimuovere l'attività Autenticazione npm dalla compilazione per usare le credenziali controllate in un file con estensione npmrc.", + "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": "Push di .npmrc riuscito", + "loc.messages.SuccessfulAppend": "Aggiunta di .npmrc riuscita", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 de6b8b7c62b2..bcf67c0c2f4c 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "npm 認証 (タスク ランナー用)", - "loc.helpMarkDown": "", - "loc.description": "npm タスクも使用している場合、このタスクを使用しないでください。ビルドのスコープに関しては、リポジトリ内の .npmrc ファイルに npm 資格情報を提供します。これにより、gulp や Grunt などの npm タスク ランナーで、プライベート レジストリを使用して認証できるようになります。", - "loc.instanceNameFormat": "npm 認証 $(workingFile)", - "loc.input.label.workingFile": "認証するための .npmrc ファイル", - "loc.input.help.workingFile": "使用するレジストリを指定する .npmrc ファイルへのパス。フォルダーではなくファイルを選択します。例: \"/packages/mypackage.npmrc\"。", - "loc.input.label.customEndpoint": "この組織/コレクション外のレジストリの資格情報", - "loc.input.help.customEndpoint": "プロジェクトの .npmrc にある外部レジストリに使用する資格情報です。この組織/コレクションのレジストリの場合は、空白のままにします。ビルドの資格情報が自動的に使用されます。", - "loc.messages.FoundBuildCredentials": "ビルドの資格情報が見つかりました", - "loc.messages.NoBuildCredentials": "ビルドの資格情報が見つかりませんでした", - "loc.messages.ServiceEndpointNotDefined": "サービス接続が見つかりませんでした。選択したサービス接続がまだ存在していることをご確認ください。", - "loc.messages.NpmrcNotNpmrc": "認証するために選択したファイル (%s) が有効な .npmrc ファイルではありません。", - "loc.messages.ServiceEndpointUrlNotDefined": "サービス接続の URL が見つかりませんでした。サービス接続が正しく構成されていることをご確認ください。", - "loc.messages.SavingFile": "ファイル %s を保存しています", - "loc.messages.RestoringFile": "ファイルを復元しています %s", - "loc.messages.AddingAuthRegistry": "次のレジストリに権限を追加しています: %s", - "loc.messages.FoundLocalRegistries": "この組織/コレクションに %d 個のレジストリが見つかりました", - "loc.messages.AddingLocalCredentials": "ローカル レジストリの資格情報を追加しています", - "loc.messages.AddingEndpointCredentials": "%s サービス接続の資格情報を追加しています", - "loc.messages.AuthenticatingThisNpmrc": "%s の .npmrc ファイルに認証を追加しています", - "loc.messages.IgnoringRegistry": "%s に一致するサービス接続が見つかりませんでした", - "loc.messages.ForcePackagingUrl": "コレクション URL を %s に強制してパッケージ化しています", - "loc.messages.CheckedInCredentialsOverriden": "選択された .npmrc ファイルの %s レジストリの資格情報を見つけて上書きしました。ファイルから資格情報を削除して、代わりに npm サービス接続にそれらを保存するか (推奨)、ビルドから npm の認証タスクを削除して、.npmrc に登録された資格情報を使用します。", - "loc.messages.NoIndexJsonFile": "Index.json ファイルが見つからず、復元されたファイルもありません", - "loc.messages.RevertedChangesToNpmrc": "%s に加えられた変更を元に戻しました。", - "loc.messages.NpmrcDoesNotExist": "%s で選択した .npmrc ファイルが現時点では存在しません。", - "loc.messages.SuccessfulPush": ".npmrc が正常にプッシュされました", - "loc.messages.SuccessfulAppend": ".npmrc が正常に追加されました" +{ + "loc.friendlyName": "npm 認証 (タスク ランナー用)", + "loc.helpMarkDown": "", + "loc.description": "npm タスクも使用している場合、このタスクを使用しないでください。ビルドのスコープに関しては、リポジトリ内の .npmrc ファイルに npm 資格情報を提供します。これにより、gulp や Grunt などの npm タスク ランナーで、プライベート レジストリを使用して認証できるようになります。", + "loc.instanceNameFormat": "npm 認証 $(workingFile)", + "loc.input.label.workingFile": "認証するための .npmrc ファイル", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "この組織/コレクション外のレジストリの資格情報", + "loc.input.help.customEndpoint": "プロジェクトの .npmrc にある外部レジストリに使用する資格情報です。この組織/コレクションのレジストリの場合は、空白のままにします。ビルドの資格情報が自動的に使用されます。", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "ビルドの資格情報が見つかりました", + "loc.messages.NoBuildCredentials": "ビルドの資格情報が見つかりませんでした", + "loc.messages.ServiceEndpointNotDefined": "サービス接続が見つかりませんでした。選択したサービス接続がまだ存在していることをご確認ください。", + "loc.messages.NpmrcNotNpmrc": "認証するために選択したファイル (%s) が有効な .npmrc ファイルではありません。", + "loc.messages.ServiceEndpointUrlNotDefined": "サービス接続の URL が見つかりませんでした。サービス接続が正しく構成されていることをご確認ください。", + "loc.messages.SavingFile": "ファイル %s を保存しています", + "loc.messages.RestoringFile": "ファイルを復元しています %s", + "loc.messages.AddingAuthRegistry": "次のレジストリに権限を追加しています: %s", + "loc.messages.FoundLocalRegistries": "この組織/コレクションに %d 個のレジストリが見つかりました", + "loc.messages.AddingLocalCredentials": "ローカル レジストリの資格情報を追加しています", + "loc.messages.AddingEndpointCredentials": "%s サービス接続の資格情報を追加しています", + "loc.messages.AuthenticatingThisNpmrc": "%s の .npmrc ファイルに認証を追加しています", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "コレクション URL を %s に強制してパッケージ化しています", + "loc.messages.CheckedInCredentialsOverriden": "選択された .npmrc ファイルの %s レジストリの資格情報を見つけて上書きしました。ファイルから資格情報を削除して、代わりに npm サービス接続にそれらを保存するか (推奨)、ビルドから npm の認証タスクを削除して、.npmrc に登録された資格情報を使用します。", + "loc.messages.NoIndexJsonFile": "Index.json ファイルが見つからず、復元されたファイルもありません", + "loc.messages.RevertedChangesToNpmrc": "%s に加えられた変更を元に戻しました。", + "loc.messages.NpmrcDoesNotExist": "%s で選択した .npmrc ファイルが現時点では存在しません。", + "loc.messages.SuccessfulPush": ".npmrc が正常にプッシュされました", + "loc.messages.SuccessfulAppend": ".npmrc が正常に追加されました", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 e4902b0f5129..4f2b52758168 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "npm 인증(작업 실행기의 경우)", - "loc.helpMarkDown": "", - "loc.description": "npm 작업도 사용하는 경우에는 이 작업을 사용할 수 없습니다. 리포지토리의 .npmrc 파일에 빌드 범위의 npm 자격 증명을 지정합니다. 이렇게 하면 gulp, Grunt 등의 npm 작업 실행기가 프라이빗 레지스트리에 인증할 수 있습니다.", - "loc.instanceNameFormat": "npm 인증 $(workingFile)", - "loc.input.label.workingFile": "인증할 .npmrc 파일", - "loc.input.help.workingFile": "사용할 레지스트리를 지정하는 .npmrc 파일의 경로입니다. 폴더가 아니라 파일을 선택합니다(예: \"/packages/mypackage.npmrc\").", - "loc.input.label.customEndpoint": "이 조직/컬렉션 외부 레지스트리에 대한 자격 증명", - "loc.input.help.customEndpoint": "외부 레지스트리에 사용할 자격 증명으로, 프로젝트의 .npmrc에 있습니다. 이 조직/컬렉션에 있는 레지스트리의 경우 이 필드를 비워 둡니다. 빌드의 자격 증명이 자동으로 사용됩니다.", - "loc.messages.FoundBuildCredentials": "빌드 자격 증명을 찾았습니다.", - "loc.messages.NoBuildCredentials": "빌드 자격 증명을 찾을 수 없습니다.", - "loc.messages.ServiceEndpointNotDefined": "서비스 연결을 찾을 수 없습니다. 선택한 서비스 연결이 여전히 있는지 확인하세요.", - "loc.messages.NpmrcNotNpmrc": "인증하도록 선택한 파일(%s)이 유효한.npmrc 파일이 아닙니다.", - "loc.messages.ServiceEndpointUrlNotDefined": "서비스 연결에 대한 URL을 찾을 수 없습니다. 서비스 연결이 올바르게 구성되었는지 확인하세요.", - "loc.messages.SavingFile": "%s 파일 저장 중", - "loc.messages.RestoringFile": "%s 파일 복원 중", - "loc.messages.AddingAuthRegistry": "레지스트리에 대한 인증 추가: %s", - "loc.messages.FoundLocalRegistries": "이 조직/컬렉션에서 레지스트리 %d개를 찾았습니다.", - "loc.messages.AddingLocalCredentials": "로컬 레지스트리에 대한 자격 증명을 추가하는 중", - "loc.messages.AddingEndpointCredentials": "%s 서비스 연결에 대한 자격 증명을 추가하는 중", - "loc.messages.AuthenticatingThisNpmrc": "%s의 .npmrc 파일에 인증을 추가하는 중", - "loc.messages.IgnoringRegistry": "%s과(와) 일치하는 서비스 연결을 찾을 수 없습니다.", - "loc.messages.ForcePackagingUrl": "강제로 다음 위치에 컬렉션 URL 패키지 중: %s", - "loc.messages.CheckedInCredentialsOverriden": "선택한 .npmrc 파일에서 %s 레지스트리에 대한 자격 증명을 찾고 재정의했습니다. 파일에서 자격 증명을 제거하고 대신 npm 서비스 연결에 저장하거나(권장), .npmrc에 체크 인된 자격 증명을 사용하도록 빌드에서 npm 인증 작업을 제거하세요.", - "loc.messages.NoIndexJsonFile": "index.json 파일을 찾을 수 없어서 복원된 파일이 없습니다.", - "loc.messages.RevertedChangesToNpmrc": "%s에 대한 변경 내용을 되돌렸습니다.", - "loc.messages.NpmrcDoesNotExist": "%s에서 선택한 .npmrc 파일이 현재 없습니다.", - "loc.messages.SuccessfulPush": ".npmrc를 푸시함", - "loc.messages.SuccessfulAppend": ".npmrc가 추가됨" +{ + "loc.friendlyName": "npm 인증(작업 실행기의 경우)", + "loc.helpMarkDown": "", + "loc.description": "npm 작업도 사용하는 경우에는 이 작업을 사용할 수 없습니다. 리포지토리의 .npmrc 파일에 빌드 범위의 npm 자격 증명을 지정합니다. 이렇게 하면 gulp, Grunt 등의 npm 작업 실행기가 프라이빗 레지스트리에 인증할 수 있습니다.", + "loc.instanceNameFormat": "npm 인증 $(workingFile)", + "loc.input.label.workingFile": "인증할 .npmrc 파일", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "이 조직/컬렉션 외부 레지스트리에 대한 자격 증명", + "loc.input.help.customEndpoint": "외부 레지스트리에 사용할 자격 증명으로, 프로젝트의 .npmrc에 있습니다. 이 조직/컬렉션에 있는 레지스트리의 경우 이 필드를 비워 둡니다. 빌드의 자격 증명이 자동으로 사용됩니다.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "빌드 자격 증명을 찾았습니다.", + "loc.messages.NoBuildCredentials": "빌드 자격 증명을 찾을 수 없습니다.", + "loc.messages.ServiceEndpointNotDefined": "서비스 연결을 찾을 수 없습니다. 선택한 서비스 연결이 여전히 있는지 확인하세요.", + "loc.messages.NpmrcNotNpmrc": "인증하도록 선택한 파일(%s)이 유효한.npmrc 파일이 아닙니다.", + "loc.messages.ServiceEndpointUrlNotDefined": "서비스 연결에 대한 URL을 찾을 수 없습니다. 서비스 연결이 올바르게 구성되었는지 확인하세요.", + "loc.messages.SavingFile": "%s 파일 저장 중", + "loc.messages.RestoringFile": "%s 파일 복원 중", + "loc.messages.AddingAuthRegistry": "레지스트리에 대한 인증 추가: %s", + "loc.messages.FoundLocalRegistries": "이 조직/컬렉션에서 레지스트리 %d개를 찾았습니다.", + "loc.messages.AddingLocalCredentials": "로컬 레지스트리에 대한 자격 증명을 추가하는 중", + "loc.messages.AddingEndpointCredentials": "%s 서비스 연결에 대한 자격 증명을 추가하는 중", + "loc.messages.AuthenticatingThisNpmrc": "%s의 .npmrc 파일에 인증을 추가하는 중", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "강제로 다음 위치에 컬렉션 URL 패키지 중: %s", + "loc.messages.CheckedInCredentialsOverriden": "선택한 .npmrc 파일에서 %s 레지스트리에 대한 자격 증명을 찾고 재정의했습니다. 파일에서 자격 증명을 제거하고 대신 npm 서비스 연결에 저장하거나(권장), .npmrc에 체크 인된 자격 증명을 사용하도록 빌드에서 npm 인증 작업을 제거하세요.", + "loc.messages.NoIndexJsonFile": "index.json 파일을 찾을 수 없어서 복원된 파일이 없습니다.", + "loc.messages.RevertedChangesToNpmrc": "%s에 대한 변경 내용을 되돌렸습니다.", + "loc.messages.NpmrcDoesNotExist": "%s에서 선택한 .npmrc 파일이 현재 없습니다.", + "loc.messages.SuccessfulPush": ".npmrc를 푸시함", + "loc.messages.SuccessfulAppend": ".npmrc가 추가됨", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 0b25715f43be..25250add17c3 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "Проверка подлинности npm (для запускателей задач)", - "loc.helpMarkDown": "", - "loc.description": "Не используйте эту задачу, если также используется задача npm. Она предоставляет учетные данные npm в файле NPMRC в репозитории для области сборки. Благодаря этому запускатели задач npm, такие как gulp и Grunt, могут проходить проверку подлинности в частных реестрах.", - "loc.instanceNameFormat": "Проверка подлинности npm $(workingFile)", - "loc.input.label.workingFile": "Файл NPMRC для проверки подлинности", - "loc.input.help.workingFile": "Путь к файлу NPMRC, в котором указаны реестры, с которыми требуется работать. Выберите файл, а не папку, например \"/packages/mypackage.npmrc\".", - "loc.input.label.customEndpoint": "Учетные данные для реестров за пределами этой организации или коллекции", - "loc.input.help.customEndpoint": "Учетные данные, которые следует использовать для внешних реестров, находящихся в файле NPMRC проекта. Для реестров в данной организации или коллекции оставьте это поле пустым; учетные данные сборки используются автоматически.", - "loc.messages.FoundBuildCredentials": "Найдены учетные данные сборки", - "loc.messages.NoBuildCredentials": "Не удалось найти учетные данные сборки", - "loc.messages.ServiceEndpointNotDefined": "Не удалось найти подключение службы. Убедитесь в том, что выбранное подключение службы все еще существует.", - "loc.messages.NpmrcNotNpmrc": "Файл, выбранный для проверки подлинности (%s), не является допустимым файлом NPMRC.", - "loc.messages.ServiceEndpointUrlNotDefined": "Не удалось найти URL-адрес подключения службы. Убедитесь в том, что подключение службы настроено правильно.", - "loc.messages.SavingFile": "Сохраняется файл %s", - "loc.messages.RestoringFile": "Восстанавливается файл %s", - "loc.messages.AddingAuthRegistry": "Добавление проверки подлинности для реестра: %s", - "loc.messages.FoundLocalRegistries": "Найдено реестров в этой организации или коллекции: %d", - "loc.messages.AddingLocalCredentials": "Добавляются учетные данные для локального реестра", - "loc.messages.AddingEndpointCredentials": "Добавляются учетные данные для подключения к службе %s", - "loc.messages.AuthenticatingThisNpmrc": "Добавление проверки подлинности в файл NPMRC в %s", - "loc.messages.IgnoringRegistry": "Подключения к службам, соответствующие %s, не найдены", - "loc.messages.ForcePackagingUrl": "Принудительная упаковка URL-адреса коллекции: %s", - "loc.messages.CheckedInCredentialsOverriden": "Найдены и переопределены учетные данные для реестра %s в выбранном файле NPMRC. Вместо этого удалите учетные данные из файла и сохраните их в подключении к службе npm (рекомендуется) или удалите задачу проверки подлинности npm из сборки, чтобы использовать учетные данные, сохраненные в файле NPMRC.", - "loc.messages.NoIndexJsonFile": "Файл index.json не найден, и файлы не были восстановлены.", - "loc.messages.RevertedChangesToNpmrc": "Изменения, внесенные в %s, отменены.", - "loc.messages.NpmrcDoesNotExist": "Файл NPMRC, выбранный в %s, в настоящее время не существует.", - "loc.messages.SuccessfulPush": "Отправлен файл .npmrc.", - "loc.messages.SuccessfulAppend": "Добавлен файл .npmrc." +{ + "loc.friendlyName": "Проверка подлинности npm (для запускателей задач)", + "loc.helpMarkDown": "", + "loc.description": "Не используйте эту задачу, если также используется задача npm. Она предоставляет учетные данные npm в файле NPMRC в репозитории для области сборки. Благодаря этому запускатели задач npm, такие как gulp и Grunt, могут проходить проверку подлинности в частных реестрах.", + "loc.instanceNameFormat": "Проверка подлинности npm $(workingFile)", + "loc.input.label.workingFile": "Файл NPMRC для проверки подлинности", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "Учетные данные для реестров за пределами этой организации или коллекции", + "loc.input.help.customEndpoint": "Учетные данные, которые следует использовать для внешних реестров, находящихся в файле NPMRC проекта. Для реестров в данной организации или коллекции оставьте это поле пустым; учетные данные сборки используются автоматически.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "Найдены учетные данные сборки", + "loc.messages.NoBuildCredentials": "Не удалось найти учетные данные сборки", + "loc.messages.ServiceEndpointNotDefined": "Не удалось найти подключение службы. Убедитесь в том, что выбранное подключение службы все еще существует.", + "loc.messages.NpmrcNotNpmrc": "Файл, выбранный для проверки подлинности (%s), не является допустимым файлом NPMRC.", + "loc.messages.ServiceEndpointUrlNotDefined": "Не удалось найти URL-адрес подключения службы. Убедитесь в том, что подключение службы настроено правильно.", + "loc.messages.SavingFile": "Сохраняется файл %s", + "loc.messages.RestoringFile": "Восстанавливается файл %s", + "loc.messages.AddingAuthRegistry": "Добавление проверки подлинности для реестра: %s", + "loc.messages.FoundLocalRegistries": "Найдено реестров в этой организации или коллекции: %d", + "loc.messages.AddingLocalCredentials": "Добавляются учетные данные для локального реестра", + "loc.messages.AddingEndpointCredentials": "Добавляются учетные данные для подключения к службе %s", + "loc.messages.AuthenticatingThisNpmrc": "Добавление проверки подлинности в файл NPMRC в %s", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "Принудительная упаковка URL-адреса коллекции: %s", + "loc.messages.CheckedInCredentialsOverriden": "Найдены и переопределены учетные данные для реестра %s в выбранном файле NPMRC. Вместо этого удалите учетные данные из файла и сохраните их в подключении к службе npm (рекомендуется) или удалите задачу проверки подлинности npm из сборки, чтобы использовать учетные данные, сохраненные в файле NPMRC.", + "loc.messages.NoIndexJsonFile": "Файл index.json не найден, и файлы не были восстановлены.", + "loc.messages.RevertedChangesToNpmrc": "Изменения, внесенные в %s, отменены.", + "loc.messages.NpmrcDoesNotExist": "Файл NPMRC, выбранный в %s, в настоящее время не существует.", + "loc.messages.SuccessfulPush": "Отправлен файл .npmrc.", + "loc.messages.SuccessfulAppend": "Добавлен файл .npmrc.", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 8c3a7a0cdccf..3b7e8519d68a 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "npm 身份验证(适用于任务运行程序)", - "loc.helpMarkDown": "", - "loc.description": "如果还使用 npm 任务,请不要使用此任务。向该生成范围的存储库中的 .npmrc 文件提供 npm 凭据,使得 Gulp 和 Grunt 之类的 npm 任务运行程序能在专用注册表进行身份验证。", - "loc.instanceNameFormat": "npm 身份验证 $(workingFile)", - "loc.input.label.workingFile": "要进行身份验证的 .npmrc 文件", - "loc.input.help.workingFile": ".Npmrc 文件指定想要使用的注册表路径。选择该文件,而不是文件夹,如 \"/ packages/mypackage.npmrc\"。", - "loc.input.label.customEndpoint": "用于此组织/集合外部的注册表的凭据", - "loc.input.help.customEndpoint": "用于位于项目的 .npmrc 中的外部注册表的凭据。对于此组织/集合中的注册表,请将其留空;将自动使用生成的凭据。", - "loc.messages.FoundBuildCredentials": "找到生成凭据", - "loc.messages.NoBuildCredentials": "无法找到生成凭据", - "loc.messages.ServiceEndpointNotDefined": "找不到服务连接。请确保所选的服务连接仍存在。", - "loc.messages.NpmrcNotNpmrc": "选择进行身份验证的文件(%s)不是一个有效的 .npmrc 文件。", - "loc.messages.ServiceEndpointUrlNotDefined": "找不到服务连接的 URL。请确保正确配置服务连接。", - "loc.messages.SavingFile": "正在保存文件 %s", - "loc.messages.RestoringFile": "正在还原文件 %s", - "loc.messages.AddingAuthRegistry": "为注册表 %s 添加身份验证", - "loc.messages.FoundLocalRegistries": "在此组织/集合中找到 %d 个注册表", - "loc.messages.AddingLocalCredentials": "添加本地注册表的凭据", - "loc.messages.AddingEndpointCredentials": "正在添加 %s 服务连接的凭据", - "loc.messages.AuthenticatingThisNpmrc": "向在 %s 的 .npmrc 文件添加身份验证", - "loc.messages.IgnoringRegistry": "找不到与 %s 匹配的服务连接", - "loc.messages.ForcePackagingUrl": "正在打包强制执行到后列对象的集合 URL: %s", - "loc.messages.CheckedInCredentialsOverriden": "找到并替代所选 .npmrc 文件中 %s 注册表的凭据。从文件中删除凭据并改为将其存储在 npm 服务连接中(推荐),或从生成中删除 npm 身份验证任务以使用签入 .npmrc 的凭据。", - "loc.messages.NoIndexJsonFile": "找不到任何 index.json 文件,未还原任何文件", - "loc.messages.RevertedChangesToNpmrc": "已还原对 %s 所做的更改。", - "loc.messages.NpmrcDoesNotExist": "在 %s 选择的 .npmrc 文件当前不存在。", - "loc.messages.SuccessfulPush": "已成功推送 .npmrc", - "loc.messages.SuccessfulAppend": "已成功追加 .npmrc" +{ + "loc.friendlyName": "npm 身份验证(适用于任务运行程序)", + "loc.helpMarkDown": "", + "loc.description": "如果还使用 npm 任务,请不要使用此任务。向该生成范围的存储库中的 .npmrc 文件提供 npm 凭据,使得 Gulp 和 Grunt 之类的 npm 任务运行程序能在专用注册表进行身份验证。", + "loc.instanceNameFormat": "npm 身份验证 $(workingFile)", + "loc.input.label.workingFile": "要进行身份验证的 .npmrc 文件", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "用于此组织/集合外部的注册表的凭据", + "loc.input.help.customEndpoint": "用于位于项目的 .npmrc 中的外部注册表的凭据。对于此组织/集合中的注册表,请将其留空;将自动使用生成的凭据。", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "找到生成凭据", + "loc.messages.NoBuildCredentials": "无法找到生成凭据", + "loc.messages.ServiceEndpointNotDefined": "找不到服务连接。请确保所选的服务连接仍存在。", + "loc.messages.NpmrcNotNpmrc": "选择进行身份验证的文件(%s)不是一个有效的 .npmrc 文件。", + "loc.messages.ServiceEndpointUrlNotDefined": "找不到服务连接的 URL。请确保正确配置服务连接。", + "loc.messages.SavingFile": "正在保存文件 %s", + "loc.messages.RestoringFile": "正在还原文件 %s", + "loc.messages.AddingAuthRegistry": "为注册表 %s 添加身份验证", + "loc.messages.FoundLocalRegistries": "在此组织/集合中找到 %d 个注册表", + "loc.messages.AddingLocalCredentials": "添加本地注册表的凭据", + "loc.messages.AddingEndpointCredentials": "正在添加 %s 服务连接的凭据", + "loc.messages.AuthenticatingThisNpmrc": "向在 %s 的 .npmrc 文件添加身份验证", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "正在打包强制执行到后列对象的集合 URL: %s", + "loc.messages.CheckedInCredentialsOverriden": "找到并替代所选 .npmrc 文件中 %s 注册表的凭据。从文件中删除凭据并改为将其存储在 npm 服务连接中(推荐),或从生成中删除 npm 身份验证任务以使用签入 .npmrc 的凭据。", + "loc.messages.NoIndexJsonFile": "找不到任何 index.json 文件,未还原任何文件", + "loc.messages.RevertedChangesToNpmrc": "已还原对 %s 所做的更改。", + "loc.messages.NpmrcDoesNotExist": "在 %s 选择的 .npmrc 文件当前不存在。", + "loc.messages.SuccessfulPush": "已成功推送 .npmrc", + "loc.messages.SuccessfulAppend": "已成功追加 .npmrc", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ 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 38c2b860bf54..b1425e00e816 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,30 +1,41 @@ -{ - "loc.friendlyName": "npm 驗證 (適用於工作執行器)", - "loc.helpMarkDown": "", - "loc.description": "如果您同時使用 npm 工作,請不要使用此工作。請為組建範圍提供存放庫中 .npmrc 檔案的 npm 認證。這可讓 npm 工作執行器 (如 gulp 和 Grunt) 向私人登錄驗證。", - "loc.instanceNameFormat": "npm 驗證 $(workingFile)", - "loc.input.label.workingFile": "要驗證的 .npmrc 檔案", - "loc.input.help.workingFile": ".npmrc 檔案的路徑,會指定您要使用的登錄。請選取檔案而非資料夾,例如 \"/packages/mypackage.npmrc\"。", - "loc.input.label.customEndpoint": "此組織/集合外部登錄的認證", - "loc.input.help.customEndpoint": "要用於專案 .npmrc 中外部登錄的認證。針對此組織/集合中的登錄,請將此欄位保留空白,系統會自動使用組建的認證。", - "loc.messages.FoundBuildCredentials": "找到組建認證", - "loc.messages.NoBuildCredentials": "找不到組建認證", - "loc.messages.ServiceEndpointNotDefined": "找不到服務連線。請確定選取的服務連線仍然存在。", - "loc.messages.NpmrcNotNpmrc": "您選取要驗證的檔案 (%s) 不是有效的 .npmrc 檔案。", - "loc.messages.ServiceEndpointUrlNotDefined": "找不到服務連線的 URL。請確定服務連線的設定正確。", - "loc.messages.SavingFile": "正在儲存檔案 %s", - "loc.messages.RestoringFile": "正在還原檔案 %s", - "loc.messages.AddingAuthRegistry": "正在新增登錄 %s 的驗證", - "loc.messages.FoundLocalRegistries": "在此組織/集合中找到 %d 個登錄", - "loc.messages.AddingLocalCredentials": "正在新增本機登錄的認證", - "loc.messages.AddingEndpointCredentials": "正在新增 %s 服務連線的認證", - "loc.messages.AuthenticatingThisNpmrc": "正在為位於 %s 的 .npmrc 檔案新增驗證", - "loc.messages.IgnoringRegistry": "找不到任何符合 %s 的服務連線", - "loc.messages.ForcePackagingUrl": "封裝集合 URL 會強制前往: %s", - "loc.messages.CheckedInCredentialsOverriden": "已在選取的 .npmrc 檔案中找到並覆寫 %s 登錄的認證。請從檔案中移除認證,並改為將其儲存在 npm 服務連線中 (建議做法),或從您的組建移除 npm 驗證工作,即可使用簽入 .npmrc 的認證。", - "loc.messages.NoIndexJsonFile": "找不到任何 index.json 檔案,未還原任何檔案", - "loc.messages.RevertedChangesToNpmrc": "已還原對 %s 進行的變更。", - "loc.messages.NpmrcDoesNotExist": "您在 %s 選取的 .npmrc 檔案目前不存在。", - "loc.messages.SuccessfulPush": "已成功推送 .npmrc", - "loc.messages.SuccessfulAppend": "已成功附加 .npmrc" +{ + "loc.friendlyName": "npm 驗證 (適用於工作執行器)", + "loc.helpMarkDown": "", + "loc.description": "如果您同時使用 npm 工作,請不要使用此工作。請為組建範圍提供存放庫中 .npmrc 檔案的 npm 認證。這可讓 npm 工作執行器 (如 gulp 和 Grunt) 向私人登錄驗證。", + "loc.instanceNameFormat": "npm 驗證 $(workingFile)", + "loc.input.label.workingFile": "要驗證的 .npmrc 檔案", + "loc.input.help.workingFile": "Path to the .npmrc file that specifies the registries you want to work with. Select the file, not the folder e.g. \"/packages/mypackage.npmrc\". If Azure Artifacts URL and Entra Workload ID-backed Azure DevOps user' Service Connection are set, registries in npmrc will be ignored.", + "loc.input.label.customEndpoint": "此組織/集合外部登錄的認證", + "loc.input.help.customEndpoint": "要用於專案 .npmrc 中外部登錄的認證。針對此組織/集合中的登錄,請將此欄位保留空白,系統會自動使用組建的認證。", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. Service Connections for external organizations/collection and custom endpoints are not compatible.", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. Not compatible with customEndpoint. Feed Url should be in the npm registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/npm/registry/", + "loc.messages.FoundBuildCredentials": "找到組建認證", + "loc.messages.NoBuildCredentials": "找不到組建認證", + "loc.messages.ServiceEndpointNotDefined": "找不到服務連線。請確定選取的服務連線仍然存在。", + "loc.messages.NpmrcNotNpmrc": "您選取要驗證的檔案 (%s) 不是有效的 .npmrc 檔案。", + "loc.messages.ServiceEndpointUrlNotDefined": "找不到服務連線的 URL。請確定服務連線的設定正確。", + "loc.messages.SavingFile": "正在儲存檔案 %s", + "loc.messages.RestoringFile": "正在還原檔案 %s", + "loc.messages.AddingAuthRegistry": "正在新增登錄 %s 的驗證", + "loc.messages.FoundLocalRegistries": "在此組織/集合中找到 %d 個登錄", + "loc.messages.AddingLocalCredentials": "正在新增本機登錄的認證", + "loc.messages.AddingEndpointCredentials": "正在新增 %s 服務連線的認證", + "loc.messages.AuthenticatingThisNpmrc": "正在為位於 %s 的 .npmrc 檔案新增驗證", + "loc.messages.IgnoringRegistry": "No new service connections that matched %s were found", + "loc.messages.ForcePackagingUrl": "封裝集合 URL 會強制前往: %s", + "loc.messages.CheckedInCredentialsOverriden": "已在選取的 .npmrc 檔案中找到並覆寫 %s 登錄的認證。請從檔案中移除認證,並改為將其儲存在 npm 服務連線中 (建議做法),或從您的組建移除 npm 驗證工作,即可使用簽入 .npmrc 的認證。", + "loc.messages.NoIndexJsonFile": "找不到任何 index.json 檔案,未還原任何檔案", + "loc.messages.RevertedChangesToNpmrc": "已還原對 %s 進行的變更。", + "loc.messages.NpmrcDoesNotExist": "您在 %s 選取的 .npmrc 檔案目前不存在。", + "loc.messages.SuccessfulPush": "已成功推送 .npmrc", + "loc.messages.SuccessfulAppend": "已成功附加 .npmrc", + "loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Both feed url and service connection need to be set and cannot be empty.", + "loc.messages.SkippingParsingNpmrc": "Skipping parsing npmrc", + "loc.messages.DuplicateCredentials": "Auth for the registry '%s' was previously set. Overwriting with new configuration.", + "loc.messages.FoundEndpointCredentials": "Found set credentials for the '%s' service connection." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson index 27dae62fb87a..9b3f50fe83e7 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "NuGet-Authentifizierung", - "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Konfigurieren Sie NuGet-Tools für die Authentifizierung bei Azure Artifacts und anderen NuGet-Repositorys. Erfordert NuGet >= 4.8.5385, dotnet >= 6, oder MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "NuGet-Authentifizierung", - "loc.input.label.nuGetServiceConnections": "Anmeldeinformationen für Dienstverbindungen für Feeds außerhalb dieser Organisation", - "loc.input.help.nuGetServiceConnections": "Durch Trennzeichen getrennte Liste mit NuGet-Dienstverbindungsnamen für Feeds außerhalb dieser Organisation/Sammlung. Lassen Sie dieses Feld für Feeds in dieser Organisation/Sammlung leer. Es werden automatisch die Anmeldeinformationen des Builds verwendet.", - "loc.input.label.forceReinstallCredentialProvider": "Anmeldeinformationsanbieter neu installieren, auch wenn er bereits installiert ist", - "loc.input.help.forceReinstallCredentialProvider": "Wenn der Anmeldeinformationsanbieter bereits im Benutzerprofil installiert ist, wird bestimmt, ob er mit dem durch die Aufgabe angegebenen Anmeldeinformationsanbieter überschrieben wird. Hierdurch wird möglicherweise ein Upgrade (oder Downgrade) für den Anmeldeinformationsanbieter durchgeführt." +{ + "loc.friendlyName": "NuGet-Authentifizierung", + "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Konfigurieren Sie NuGet-Tools für die Authentifizierung bei Azure Artifacts und anderen NuGet-Repositorys. Erfordert NuGet >= 4.8.5385, dotnet >= 6, oder MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "NuGet-Authentifizierung", + "loc.input.label.nuGetServiceConnections": "Anmeldeinformationen für Dienstverbindungen für Feeds außerhalb dieser Organisation", + "loc.input.help.nuGetServiceConnections": "Durch Trennzeichen getrennte Liste mit NuGet-Dienstverbindungsnamen für Feeds außerhalb dieser Organisation/Sammlung. Lassen Sie dieses Feld für Feeds in dieser Organisation/Sammlung leer. Es werden automatisch die Anmeldeinformationen des Builds verwendet.", + "loc.input.label.forceReinstallCredentialProvider": "Anmeldeinformationsanbieter neu installieren, auch wenn er bereits installiert ist", + "loc.input.help.forceReinstallCredentialProvider": "Wenn der Anmeldeinformationsanbieter bereits im Benutzerprofil installiert ist, wird bestimmt, ob er mit dem durch die Aufgabe angegebenen Anmeldeinformationsanbieter überschrieben wird. Hierdurch wird möglicherweise ein Upgrade (oder Downgrade) für den Anmeldeinformationsanbieter durchgeführt.", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson index 2919114d6d7c..c5647373568b 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "Autenticación de NuGet", - "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Configure las herramientas de NuGet para autenticar con Azure Artifacts y otros repositorios de NuGet. Requiere NuGet >= 4.8.5385, dotnet >= 6 o MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "Autenticación de NuGet", - "loc.input.label.nuGetServiceConnections": "Credenciales de conexión de servicio para fuentes fuera de esta organización", - "loc.input.help.nuGetServiceConnections": "Lista separada por comas de nombres de conexión de servicio NuGet para fuentes que se encuentran fuera de esta organización o colección. Déjela en blanco para las fuentes de esta organización o colección; las credenciales de la compilación se usan de forma automática.", - "loc.input.label.forceReinstallCredentialProvider": "Reinstalar el proveedor de credenciales, aunque ya esté instalado", - "loc.input.help.forceReinstallCredentialProvider": "Si el proveedor de credenciales ya está instalado en el perfil de usuario, determina si se sobrescribe con el proveedor de credenciales proporcionado por la tarea. Esto puede actualizar (o posiblemente cambiar a una versión anterior) el proveedor de credenciales." +{ + "loc.friendlyName": "Autenticación de NuGet", + "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Configure las herramientas de NuGet para autenticar con Azure Artifacts y otros repositorios de NuGet. Requiere NuGet >= 4.8.5385, dotnet >= 6 o MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "Autenticación de NuGet", + "loc.input.label.nuGetServiceConnections": "Credenciales de conexión de servicio para fuentes fuera de esta organización", + "loc.input.help.nuGetServiceConnections": "Lista separada por comas de nombres de conexión de servicio NuGet para fuentes que se encuentran fuera de esta organización o colección. Déjela en blanco para las fuentes de esta organización o colección; las credenciales de la compilación se usan de forma automática.", + "loc.input.label.forceReinstallCredentialProvider": "Reinstalar el proveedor de credenciales, aunque ya esté instalado", + "loc.input.help.forceReinstallCredentialProvider": "Si el proveedor de credenciales ya está instalado en el perfil de usuario, determina si se sobrescribe con el proveedor de credenciales proporcionado por la tarea. Esto puede actualizar (o posiblemente cambiar a una versión anterior) el proveedor de credenciales.", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson index bb65bac26277..68697d205997 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "Authentification NuGet", - "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Configurez les outils NuGet pour l'authentification auprès d'Azure Artifacts et d'autres dépôts NuGet. Nécessite NuGet >= 4.8.5385, dotnet >= 6 ou MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "Authentification NuGet", - "loc.input.label.nuGetServiceConnections": "Informations d'identification de connexion de service pour les flux situés en dehors de cette organisation", - "loc.input.help.nuGetServiceConnections": "Liste d'éléments séparés par des virgules correspondant à des noms de connexions de service NuGet pour les flux situés en dehors de cette organisation/collection. Pour les flux présents dans cette organisation/collection, n'indiquez aucune valeur. Les informations d'identification de la build sont utilisées automatiquement.", - "loc.input.label.forceReinstallCredentialProvider": "Réinstaller le fournisseur d'informations d'identification même s'il est déjà installé", - "loc.input.help.forceReinstallCredentialProvider": "Si le fournisseur d'informations d'identification est déjà installé dans le profil utilisateur, détermine s'il est remplacé par le fournisseur d'informations d'identification indiqué par la tâche. Cela peut entraîner une mise à niveau (ou éventuellement un passage à une version antérieure) du fournisseur d'informations d'identification." +{ + "loc.friendlyName": "Authentification NuGet", + "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Configurez les outils NuGet pour l'authentification auprès d'Azure Artifacts et d'autres dépôts NuGet. Nécessite NuGet >= 4.8.5385, dotnet >= 6 ou MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "Authentification NuGet", + "loc.input.label.nuGetServiceConnections": "Informations d'identification de connexion de service pour les flux situés en dehors de cette organisation", + "loc.input.help.nuGetServiceConnections": "Liste d'éléments séparés par des virgules correspondant à des noms de connexions de service NuGet pour les flux situés en dehors de cette organisation/collection. Pour les flux présents dans cette organisation/collection, n'indiquez aucune valeur. Les informations d'identification de la build sont utilisées automatiquement.", + "loc.input.label.forceReinstallCredentialProvider": "Réinstaller le fournisseur d'informations d'identification même s'il est déjà installé", + "loc.input.help.forceReinstallCredentialProvider": "Si le fournisseur d'informations d'identification est déjà installé dans le profil utilisateur, détermine s'il est remplacé par le fournisseur d'informations d'identification indiqué par la tâche. Cela peut entraîner une mise à niveau (ou éventuellement un passage à une version antérieure) du fournisseur d'informations d'identification.", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson index 7317e8fb4500..c6c1900fcc31 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "Autenticazione NuGet", - "loc.helpMarkDown": "[Altre informazioni su questa attività](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Configura gli strumenti NuGet per l'autenticazione con Azure Artifacts e altri repository NuGet. Richiede NuGet >= 4.8.5385, dotnet >= 6 o MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "Autenticazione NuGet", - "loc.input.label.nuGetServiceConnections": "Credenziali di connessione al servizio per feed esterni all'organizzazione", - "loc.input.help.nuGetServiceConnections": "Elenco di nomi di connessione al servizio NuGet delimitato da virgole per i feed esterni a questa organizzazione/raccolta. Per i feed in questa organizzazione/raccolta, lasciare vuoto questo campo. Verranno usate automaticamente le credenziali della compilazione.", - "loc.input.label.forceReinstallCredentialProvider": "Reinstalla il provider di credenziali anche se è già installato", - "loc.input.help.forceReinstallCredentialProvider": "Se il provider di credenziali è già installato nel profilo utente, determina se viene sovrascritto con il provider di credenziali specificato dall'attività. Potrebbe causare l'aggiornamento o il downgrade del provider di credenziali." +{ + "loc.friendlyName": "Autenticazione NuGet", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Configura gli strumenti NuGet per l'autenticazione con Azure Artifacts e altri repository NuGet. Richiede NuGet >= 4.8.5385, dotnet >= 6 o MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "Autenticazione NuGet", + "loc.input.label.nuGetServiceConnections": "Credenziali di connessione al servizio per feed esterni all'organizzazione", + "loc.input.help.nuGetServiceConnections": "Elenco di nomi di connessione al servizio NuGet delimitato da virgole per i feed esterni a questa organizzazione/raccolta. Per i feed in questa organizzazione/raccolta, lasciare vuoto questo campo. Verranno usate automaticamente le credenziali della compilazione.", + "loc.input.label.forceReinstallCredentialProvider": "Reinstalla il provider di credenziali anche se è già installato", + "loc.input.help.forceReinstallCredentialProvider": "Se il provider di credenziali è già installato nel profilo utente, determina se viene sovrascritto con il provider di credenziali specificato dall'attività. Potrebbe causare l'aggiornamento o il downgrade del provider di credenziali.", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson index 95f396f461cd..26ec16e4d379 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "NuGet 認証", - "loc.helpMarkDown": "[このタスクの詳細](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Azure Artifacts およびその他の NuGet リポジトリで認証するように NuGet ツールを構成します。NuGet 4.8.5385 以降、dotnet 6 以降、または MSBuild 15.8.166.59604 以降が必要です", - "loc.instanceNameFormat": "NuGet 認証", - "loc.input.label.nuGetServiceConnections": "この組織外のフィードへのサービス接続の資格情報", - "loc.input.help.nuGetServiceConnections": "この組織またはコレクション外のフィードへの NuGet サービス接続名のコンマ区切りリストです。この組織またはコレクション内のフィードの場合は空白のままにします。ビルドの資格情報が自動的に使用されます。", - "loc.input.label.forceReinstallCredentialProvider": "資格情報プロバイダーが既にインストールされている場合でも再インストールする", - "loc.input.help.forceReinstallCredentialProvider": "資格情報プロバイダーがユーザー プロファイルに既にインストールされている場合に、タスクで指定された資格情報プロバイダーでそれを上書きするかどうかを決定します。これにより、資格情報プロバイダーがアップグレード (場合によってはダウングレード) されることがあります。" +{ + "loc.friendlyName": "NuGet 認証", + "loc.helpMarkDown": "[このタスクの詳細](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Azure Artifacts およびその他の NuGet リポジトリで認証するように NuGet ツールを構成します。NuGet 4.8.5385 以降、dotnet 6 以降、または MSBuild 15.8.166.59604 以降が必要です", + "loc.instanceNameFormat": "NuGet 認証", + "loc.input.label.nuGetServiceConnections": "この組織外のフィードへのサービス接続の資格情報", + "loc.input.help.nuGetServiceConnections": "この組織またはコレクション外のフィードへの NuGet サービス接続名のコンマ区切りリストです。この組織またはコレクション内のフィードの場合は空白のままにします。ビルドの資格情報が自動的に使用されます。", + "loc.input.label.forceReinstallCredentialProvider": "資格情報プロバイダーが既にインストールされている場合でも再インストールする", + "loc.input.help.forceReinstallCredentialProvider": "資格情報プロバイダーがユーザー プロファイルに既にインストールされている場合に、タスクで指定された資格情報プロバイダーでそれを上書きするかどうかを決定します。これにより、資格情報プロバイダーがアップグレード (場合によってはダウングレード) されることがあります。", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ko-KR/resources.resjson index 49387daefe77..9a6f984e9e5c 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "NuGet 인증", - "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Azure Artifacts 및 기타 NuGet 리포지토리를 사용하여 인증하도록 NuGet 도구를 구성합니다. NuGet >= 4.8.5385, dotnet >= 6 또는 MSBuild >= 15.8.166.59604가 필요합니다.", - "loc.instanceNameFormat": "NuGet 인증", - "loc.input.label.nuGetServiceConnections": "이 조직 외부 피드에 대한 서비스 연결 자격 증명", - "loc.input.help.nuGetServiceConnections": "이 조직/컬렉션 외부 피드에 대한 쉼표로 구분된 NuGet 서비스 연결 이름 목록입니다. 이 조직/컬렉션 피드의 경우 이 필드를 비워 둡니다. 빌드의 자격 증명이 자동으로 사용됩니다.", - "loc.input.label.forceReinstallCredentialProvider": "자격 증명 공급자를 이미 설치한 경우에만 다시 설치합니다.", - "loc.input.help.forceReinstallCredentialProvider": "자격 증명 공급자가 사용자 프로필에 이미 설치되어 있는 경우 작업에서 제공하는 자격 증명 공급자로 덮어쓸지 여부를 결정합니다. 이는 자격 증명 공급자를 업그레이드하거나 잠재적으로 다운그레이드할 수 있습니다." +{ + "loc.friendlyName": "NuGet 인증", + "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Azure Artifacts 및 기타 NuGet 리포지토리를 사용하여 인증하도록 NuGet 도구를 구성합니다. NuGet >= 4.8.5385, dotnet >= 6 또는 MSBuild >= 15.8.166.59604가 필요합니다.", + "loc.instanceNameFormat": "NuGet 인증", + "loc.input.label.nuGetServiceConnections": "이 조직 외부 피드에 대한 서비스 연결 자격 증명", + "loc.input.help.nuGetServiceConnections": "이 조직/컬렉션 외부 피드에 대한 쉼표로 구분된 NuGet 서비스 연결 이름 목록입니다. 이 조직/컬렉션 피드의 경우 이 필드를 비워 둡니다. 빌드의 자격 증명이 자동으로 사용됩니다.", + "loc.input.label.forceReinstallCredentialProvider": "자격 증명 공급자를 이미 설치한 경우에만 다시 설치합니다.", + "loc.input.help.forceReinstallCredentialProvider": "자격 증명 공급자가 사용자 프로필에 이미 설치되어 있는 경우 작업에서 제공하는 자격 증명 공급자로 덮어쓸지 여부를 결정합니다. 이는 자격 증명 공급자를 업그레이드하거나 잠재적으로 다운그레이드할 수 있습니다.", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ru-RU/resources.resjson index b59b2862f50b..61fadbe05973 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "Проверка подлинности NuGet", - "loc.helpMarkDown": "[Подробнее об этой задаче](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "Настройте средства NuGet для проверки подлинности с помощью Azure Artifacts и других репозиториев NuGet. Требуется NuGet >= 4.8.5385, dotnet >= 6 или MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "Проверка подлинности NuGet", - "loc.input.label.nuGetServiceConnections": "Учетные данные подключения службы для веб-каналов за пределами этой организации", - "loc.input.help.nuGetServiceConnections": "Разделенный запятыми список имен подключений к службе NuGet для веб-каналов за пределами этой организации или коллекции. Для веб-каналов в этой организации или коллекции оставьте это поле пустым; учетные данные сборки используются автоматически.", - "loc.input.label.forceReinstallCredentialProvider": "Переустановить поставщик учетных данных, даже если он уже установлен", - "loc.input.help.forceReinstallCredentialProvider": "Если поставщик учетных данных уже установлен в профиле пользователя, этот параметр определяет, перезаписывается ли он поставщиком учетных данных, предоставленным задачей. Это может привести к обновлению (или, возможно, использованию более ранней версии) поставщика учетных данных." +{ + "loc.friendlyName": "Проверка подлинности NuGet", + "loc.helpMarkDown": "[Подробнее об этой задаче](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "Настройте средства NuGet для проверки подлинности с помощью Azure Artifacts и других репозиториев NuGet. Требуется NuGet >= 4.8.5385, dotnet >= 6 или MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "Проверка подлинности NuGet", + "loc.input.label.nuGetServiceConnections": "Учетные данные подключения службы для веб-каналов за пределами этой организации", + "loc.input.help.nuGetServiceConnections": "Разделенный запятыми список имен подключений к службе NuGet для веб-каналов за пределами этой организации или коллекции. Для веб-каналов в этой организации или коллекции оставьте это поле пустым; учетные данные сборки используются автоматически.", + "loc.input.label.forceReinstallCredentialProvider": "Переустановить поставщик учетных данных, даже если он уже установлен", + "loc.input.help.forceReinstallCredentialProvider": "Если поставщик учетных данных уже установлен в профиле пользователя, этот параметр определяет, перезаписывается ли он поставщиком учетных данных, предоставленным задачей. Это может привести к обновлению (или, возможно, использованию более ранней версии) поставщика учетных данных.", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-CN/resources.resjson index 41b0b92b8b3e..ea747d36e95d 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "NuGet 身份验证", - "loc.helpMarkDown": "[了解有关此任务的详细信息](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "配置 NuGet 工具以使用 Azure Artifacts 和其他 NuGet 存储库进行身份验证。需要 NuGet >= 4.8.5385,dotnet >= 6,或 MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "NuGet 身份验证", - "loc.input.label.nuGetServiceConnections": "此组织外部源的服务连接凭据", - "loc.input.help.nuGetServiceConnections": "此组织/集合外部源的 NuGet 服务连接名称的逗号分隔列表。对于此组织/集合中的源,请将此项留空; 将自动使用内部版本的凭据。", - "loc.input.label.forceReinstallCredentialProvider": "重新安装凭据提供程序(即使已安装)", - "loc.input.help.forceReinstallCredentialProvider": "如果已在用户配置文件中安装凭据提供程序,请确定它是否被任务提供的凭据提供程序覆盖。这可能会升级(或可能降级)凭据提供程序。" +{ + "loc.friendlyName": "NuGet 身份验证", + "loc.helpMarkDown": "[了解有关此任务的详细信息](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "配置 NuGet 工具以使用 Azure Artifacts 和其他 NuGet 存储库进行身份验证。需要 NuGet >= 4.8.5385,dotnet >= 6,或 MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "NuGet 身份验证", + "loc.input.label.nuGetServiceConnections": "此组织外部源的服务连接凭据", + "loc.input.help.nuGetServiceConnections": "此组织/集合外部源的 NuGet 服务连接名称的逗号分隔列表。对于此组织/集合中的源,请将此项留空; 将自动使用内部版本的凭据。", + "loc.input.label.forceReinstallCredentialProvider": "重新安装凭据提供程序(即使已安装)", + "loc.input.help.forceReinstallCredentialProvider": "如果已在用户配置文件中安装凭据提供程序,请确定它是否被任务提供的凭据提供程序覆盖。这可能会升级(或可能降级)凭据提供程序。", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file diff --git a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson index 85235bd1efdb..9cce160c6c8a 100644 --- a/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/NuGetAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,10 +1,19 @@ -{ - "loc.friendlyName": "NuGet 驗證", - "loc.helpMarkDown": "[深入了解此工作](https://aka.ms/NuGetAuthenticateTask)", - "loc.description": "設定用來向 Azure Artifacts 及其他 NuGet 存放庫進行驗證的 NuGet 工具。需要 NuGet >= 4.8.5385、dotnet >= 6 或 MSBuild >= 15.8.166.59604", - "loc.instanceNameFormat": "NuGet 驗證", - "loc.input.label.nuGetServiceConnections": "此組織外部摘要的服務連線認證", - "loc.input.help.nuGetServiceConnections": "此組織/集合外部摘要之 NuGet 服務連線名稱的以逗點分隔清單。如需此組織/集合中的摘要,請將此項保留空白; 系統會自動使用組建的認證。", - "loc.input.label.forceReinstallCredentialProvider": "即使已安裝認證提供者,也會重新安裝", - "loc.input.help.forceReinstallCredentialProvider": "如果使用者設定檔中已安裝認證提供者,則會決定是否使用工作提供的認證提供者加以覆寫。這可能會將認證提供者升級 (也可能降級)。" +{ + "loc.friendlyName": "NuGet 驗證", + "loc.helpMarkDown": "[深入了解此工作](https://aka.ms/NuGetAuthenticateTask)", + "loc.description": "設定用來向 Azure Artifacts 及其他 NuGet 存放庫進行驗證的 NuGet 工具。需要 NuGet >= 4.8.5385、dotnet >= 6 或 MSBuild >= 15.8.166.59604", + "loc.instanceNameFormat": "NuGet 驗證", + "loc.input.label.nuGetServiceConnections": "此組織外部摘要的服務連線認證", + "loc.input.help.nuGetServiceConnections": "此組織/集合外部摘要之 NuGet 服務連線名稱的以逗點分隔清單。如需此組織/集合中的摘要,請將此項保留空白; 系統會自動使用組建的認證。", + "loc.input.label.forceReinstallCredentialProvider": "即使已安裝認證提供者,也會重新安裝", + "loc.input.help.forceReinstallCredentialProvider": "如果使用者設定檔中已安裝認證提供者,則會決定是否使用工作提供的認證提供者加以覆寫。這可能會將認證提供者升級 (也可能降級)。", + "loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with nuGetServiceConnections. Feed Url should be in the NuGet service index format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/nuget/v3/index.json/", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.workloadIdentityServiceConnection": "If this is set, feedUrl is required. All other inputs are ignored.", + "loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection", + "loc.messages.Error_ServiceConnectionExists": "An existing service connection already exists for the endpoint", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Both feedUrl and workloadIdentityServiceConnection must be set together.", + "loc.messages.Info_AddingFederatedFeedAuth": "Unable to get federated credentials from service connection", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s", + "loc.messages.FailedToGetServiceConnectionAuth": "Successfully added auth for feed %s." } \ No newline at end of file