Skip to content

Commit a49c58a

Browse files
authored
Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 29049873 (#20400)
* Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 29049873 * Localized file check-in by OneLocBuild Task: Build definition ID 10899: Build ID 29049873
1 parent 1430799 commit a49c58a

File tree

54 files changed

+2752
-2608
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2752
-2608
lines changed
Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
{
2-
"loc.friendlyName": "Cargo-Authentifizierung (für Aufgabenausführungen)",
3-
"loc.helpMarkDown": "",
4-
"loc.description": "Authentifizierungsaufgabe für den Cargo-Client zum Installieren der Verteilung von Cargo-Kisten",
5-
"loc.instanceNameFormat": "Cargo-Authentifizierung für $(configFile)",
6-
"loc.input.label.configFile": "Zu authentifizierende config.toml-Datei",
7-
"loc.input.help.configFile": "Pfad zur Datei „config.toml“, die die Registrierungen angibt, mit denen Sie arbeiten möchten. Wählen Sie die Datei und nicht den Ordner aus, z. B. „/.cargo/config.toml“.",
8-
"loc.input.label.cargoServiceConnections": "Anmeldeinformationen für Registrierungen außerhalb dieser Organisation/Sammlung",
9-
"loc.input.help.cargoServiceConnections": "Anmeldeinformationen zur Verwendung für externe Registrierungen in der config.toml-Datei des Projekts. Lassen Sie dieses Feld bei Registrierungen in dieser Organisation/Sammlung leer. Es werden automatisch die Anmeldeinformationen für den Build verwendet.",
10-
"loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.",
11-
"loc.messages.ConfigTomlNotToml": "Die für die Authentifizierung ausgewählte Datei (%s) ist keine gültige TOML-Datei.",
12-
"loc.messages.ConfigTomlDoesNotExist": "Die unter „%s“ ausgewählte config.toml-Datei ist zurzeit nicht vorhanden.",
13-
"loc.messages.ConfigTomlMissingRegistry": "Die ausgewählte config.toml-Datei muss eine Registrierungstabelle enthalten.",
14-
"loc.messages.AuthenticatingThisConfigToml": "Die Authentifizierung für die in dieser config.toml-Datei unter %s aufgeführte Registrierung wird hinzugefügt.",
15-
"loc.messages.AddingAuthRegistry": "Authentifizierung für Registrierung wird hinzugefügt: %s mit Tokenname: %s",
16-
"loc.messages.AddingAuthExternalRegistry": "Authentifizierung für externe Registrierung wird hinzugefügt: %s mit Tokenname: %s",
17-
"loc.messages.ConnectionAlreadySet": "%s Registrierung wurde bereits für eine %s-Verbindung festgelegt."
1+
{
2+
"loc.friendlyName": "Cargo-Authentifizierung (für Aufgabenausführungen)",
3+
"loc.helpMarkDown": "",
4+
"loc.description": "Authentifizierungsaufgabe für den Cargo-Client zum Installieren der Verteilung von Cargo-Kisten",
5+
"loc.instanceNameFormat": "Cargo-Authentifizierung für $(configFile)",
6+
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
7+
"loc.input.help.workloadIdentityServiceConnection": "If this is set, registryNames is required. All other inputs are ignored.",
8+
"loc.input.label.registryNames": "Registry names from config.toml",
9+
"loc.input.help.registryNames": "Comma seperated list of registry names specified in your config.toml to authenticate. If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with cargoServiceConnections.",
10+
"loc.input.label.configFile": "Zu authentifizierende config.toml-Datei",
11+
"loc.input.help.configFile": "Pfad zur Datei „config.toml“, die die Registrierungen angibt, mit denen Sie arbeiten möchten. Wählen Sie die Datei und nicht den Ordner aus, z. B. „/.cargo/config.toml“.",
12+
"loc.input.label.cargoServiceConnections": "Anmeldeinformationen für Registrierungen außerhalb dieser Organisation/Sammlung",
13+
"loc.input.help.cargoServiceConnections": "Anmeldeinformationen zur Verwendung für externe Registrierungen in der config.toml-Datei des Projekts. Lassen Sie dieses Feld bei Registrierungen in dieser Organisation/Sammlung leer. Es werden automatisch die Anmeldeinformationen für den Build verwendet.",
14+
"loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.",
15+
"loc.messages.ConfigTomlNotToml": "Die für die Authentifizierung ausgewählte Datei (%s) ist keine gültige TOML-Datei.",
16+
"loc.messages.ConfigTomlDoesNotExist": "Die unter „%s“ ausgewählte config.toml-Datei ist zurzeit nicht vorhanden.",
17+
"loc.messages.ConfigTomlMissingRegistry": "Die ausgewählte config.toml-Datei muss eine Registrierungstabelle enthalten.",
18+
"loc.messages.AuthenticatingThisConfigToml": "Die Authentifizierung für die in dieser config.toml-Datei unter %s aufgeführte Registrierung wird hinzugefügt.",
19+
"loc.messages.AddingAuthRegistry": "Authentifizierung für Registrierung wird hinzugefügt: %s mit Tokenname: %s",
20+
"loc.messages.AddingAuthExternalRegistry": "Authentifizierung für externe Registrierung wird hinzugefügt: %s mit Tokenname: %s",
21+
"loc.messages.ConnectionAlreadySet": "Registry %s already has auth set for an %s connection.",
22+
"loc.messages.ConnectionAlreadySetOverwriting": "Registry %s already has auth set for an %s connection. Overwriting the existing auth.",
23+
"loc.messages.AuthTelemetry": "Authenticated %s internal feeds, %s external repos, and %s federated service connections",
24+
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
25+
"loc.messages.MissingRegistryNameOrServiceConnection": "Both registry name and service connection need to be set and cannot be empty.",
26+
"loc.messages.RegistryNotFound": "The registry names input '%s' does not correspond any registry in config.toml"
1827
}
Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
{
2-
"loc.friendlyName": "Autenticación de Cargo (para ejecutores de tareas)",
3-
"loc.helpMarkDown": "",
4-
"loc.description": "Tarea de autenticación para el cliente de carga usado para instalar la distribución de cajas de carga",
5-
"loc.instanceNameFormat": "autenticación de carga $(configFile)",
6-
"loc.input.label.configFile": "archivo config.toml para autenticar",
7-
"loc.input.help.configFile": "Ruta de acceso al archivo config.toml que especifica los registros con los que quiere trabajar. Seleccione el archivo, no la carpeta. Por ejemplo, \"/.cargo/config.toml\".",
8-
"loc.input.label.cargoServiceConnections": "Credenciales para registros fuera de esta organización o colección",
9-
"loc.input.help.cargoServiceConnections": "Credenciales que deben usarse para registros externos que están en el archivo config.toml 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.",
10-
"loc.messages.FailedToAddAuthentication": "No se pudo agregar la autenticación",
11-
"loc.messages.ConfigTomlNotToml": "El archivo que ha seleccionado para autenticar (%s) no es un archivo .toml válido.",
12-
"loc.messages.ConfigTomlDoesNotExist": "El archivo config.toml que ha seleccionado en %s no existe actualmente.",
13-
"loc.messages.ConfigTomlMissingRegistry": "El archivo config.toml seleccionado debe contener una tabla de registros",
14-
"loc.messages.AuthenticatingThisConfigToml": "Agregando autenticación para el Registro que aparece en este archivo config.toml en %s",
15-
"loc.messages.AddingAuthRegistry": "Agregando autenticación para el registro: %s con nombre de token: %s",
16-
"loc.messages.AddingAuthExternalRegistry": "Agregando autenticación para el registro externo: %s con nombre de token: %s",
17-
"loc.messages.ConnectionAlreadySet": "El registro %s ya está establecido para una conexión %s"
1+
{
2+
"loc.friendlyName": "Autenticación de Cargo (para ejecutores de tareas)",
3+
"loc.helpMarkDown": "",
4+
"loc.description": "Tarea de autenticación para el cliente de carga usado para instalar la distribución de cajas de carga",
5+
"loc.instanceNameFormat": "autenticación de carga $(configFile)",
6+
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
7+
"loc.input.help.workloadIdentityServiceConnection": "If this is set, registryNames is required. All other inputs are ignored.",
8+
"loc.input.label.registryNames": "Registry names from config.toml",
9+
"loc.input.help.registryNames": "Comma seperated list of registry names specified in your config.toml to authenticate. If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with cargoServiceConnections.",
10+
"loc.input.label.configFile": "archivo config.toml para autenticar",
11+
"loc.input.help.configFile": "Ruta de acceso al archivo config.toml que especifica los registros con los que quiere trabajar. Seleccione el archivo, no la carpeta. Por ejemplo, \"/.cargo/config.toml\".",
12+
"loc.input.label.cargoServiceConnections": "Credenciales para registros fuera de esta organización o colección",
13+
"loc.input.help.cargoServiceConnections": "Credenciales que deben usarse para registros externos que están en el archivo config.toml 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.",
14+
"loc.messages.FailedToAddAuthentication": "No se pudo agregar la autenticación",
15+
"loc.messages.ConfigTomlNotToml": "El archivo que ha seleccionado para autenticar (%s) no es un archivo .toml válido.",
16+
"loc.messages.ConfigTomlDoesNotExist": "El archivo config.toml que ha seleccionado en %s no existe actualmente.",
17+
"loc.messages.ConfigTomlMissingRegistry": "El archivo config.toml seleccionado debe contener una tabla de registros",
18+
"loc.messages.AuthenticatingThisConfigToml": "Agregando autenticación para el Registro que aparece en este archivo config.toml en %s",
19+
"loc.messages.AddingAuthRegistry": "Agregando autenticación para el registro: %s con nombre de token: %s",
20+
"loc.messages.AddingAuthExternalRegistry": "Agregando autenticación para el registro externo: %s con nombre de token: %s",
21+
"loc.messages.ConnectionAlreadySet": "Registry %s already has auth set for an %s connection.",
22+
"loc.messages.ConnectionAlreadySetOverwriting": "Registry %s already has auth set for an %s connection. Overwriting the existing auth.",
23+
"loc.messages.AuthTelemetry": "Authenticated %s internal feeds, %s external repos, and %s federated service connections",
24+
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
25+
"loc.messages.MissingRegistryNameOrServiceConnection": "Both registry name and service connection need to be set and cannot be empty.",
26+
"loc.messages.RegistryNotFound": "The registry names input '%s' does not correspond any registry in config.toml"
1827
}
Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,27 @@
1-
{
2-
"loc.friendlyName": "Authentification des marchandises (pour les exécuteurs de tâches)",
3-
"loc.helpMarkDown": "",
4-
"loc.description": "Tâche d’authentification pour le client de marchandises utilisé pour l’installation de la distribution de caisses de marchandises",
5-
"loc.instanceNameFormat": "$(configFile) d’authentification de marchandises",
6-
"loc.input.label.configFile": "fichier config.toml à authentifier",
7-
"loc.input.help.configFile": "Chemin du fichier config.toml qui spécifie les registres à utiliser. Sélectionnez le fichier, pas le dossier. Exemple : « /.cargo/config.toml ».",
8-
"loc.input.label.cargoServiceConnections": "Informations d’identification des registres situés en dehors de cette organisation/collection",
9-
"loc.input.help.cargoServiceConnections": "Informations d’identification à utiliser pour les registres externes situés dans le fichier config.toml 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.",
10-
"loc.messages.FailedToAddAuthentication": "Nous n’avons pas pu ajouter l’authentification.",
11-
"loc.messages.ConfigTomlNotToml": "Le fichier que vous avez sélectionné pour l’authentification (%s) n’est pas un fichier .toml valide.",
12-
"loc.messages.ConfigTomlDoesNotExist": "Le fichier .config.toml que vous avez sélectionné sur %s n’existe pas.",
13-
"loc.messages.ConfigTomlMissingRegistry": "Le fichier config.toml que vous avez sélectionné doit contenir la table des registres",
14-
"loc.messages.AuthenticatingThisConfigToml": "Ajout de l’authentification pour le Registre répertorié dans ce fichier config.toml au %s",
15-
"loc.messages.AddingAuthRegistry": "Ajout de l’authentification pour le Registre : %s avec le nom de jeton : %s",
16-
"loc.messages.AddingAuthExternalRegistry": "Ajout de l’authentification pour le Registre externe : %s avec le nom de jeton : %s",
17-
"loc.messages.ConnectionAlreadySet": "Le registre %s est déjà défini pour une connexion %s"
1+
{
2+
"loc.friendlyName": "Authentification des marchandises (pour les exécuteurs de tâches)",
3+
"loc.helpMarkDown": "",
4+
"loc.description": "Tâche d’authentification pour le client de marchandises utilisé pour l’installation de la distribution de caisses de marchandises",
5+
"loc.instanceNameFormat": "$(configFile) d’authentification de marchandises",
6+
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID-backed Azure DevOps user' Service Connection",
7+
"loc.input.help.workloadIdentityServiceConnection": "If this is set, registryNames is required. All other inputs are ignored.",
8+
"loc.input.label.registryNames": "Registry names from config.toml",
9+
"loc.input.help.registryNames": "Comma seperated list of registry names specified in your config.toml to authenticate. If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with cargoServiceConnections.",
10+
"loc.input.label.configFile": "fichier config.toml à authentifier",
11+
"loc.input.help.configFile": "Chemin du fichier config.toml qui spécifie les registres à utiliser. Sélectionnez le fichier, pas le dossier. Exemple : « /.cargo/config.toml ».",
12+
"loc.input.label.cargoServiceConnections": "Informations d’identification des registres situés en dehors de cette organisation/collection",
13+
"loc.input.help.cargoServiceConnections": "Informations d’identification à utiliser pour les registres externes situés dans le fichier config.toml 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.",
14+
"loc.messages.FailedToAddAuthentication": "Nous n’avons pas pu ajouter l’authentification.",
15+
"loc.messages.ConfigTomlNotToml": "Le fichier que vous avez sélectionné pour l’authentification (%s) n’est pas un fichier .toml valide.",
16+
"loc.messages.ConfigTomlDoesNotExist": "Le fichier .config.toml que vous avez sélectionné sur %s n’existe pas.",
17+
"loc.messages.ConfigTomlMissingRegistry": "Le fichier config.toml que vous avez sélectionné doit contenir la table des registres",
18+
"loc.messages.AuthenticatingThisConfigToml": "Ajout de l’authentification pour le Registre répertorié dans ce fichier config.toml au %s",
19+
"loc.messages.AddingAuthRegistry": "Ajout de l’authentification pour le Registre : %s avec le nom de jeton : %s",
20+
"loc.messages.AddingAuthExternalRegistry": "Ajout de l’authentification pour le Registre externe : %s avec le nom de jeton : %s",
21+
"loc.messages.ConnectionAlreadySet": "Registry %s already has auth set for an %s connection.",
22+
"loc.messages.ConnectionAlreadySetOverwriting": "Registry %s already has auth set for an %s connection. Overwriting the existing auth.",
23+
"loc.messages.AuthTelemetry": "Authenticated %s internal feeds, %s external repos, and %s federated service connections",
24+
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
25+
"loc.messages.MissingRegistryNameOrServiceConnection": "Both registry name and service connection need to be set and cannot be empty.",
26+
"loc.messages.RegistryNotFound": "The registry names input '%s' does not correspond any registry in config.toml"
1827
}

0 commit comments

Comments
 (0)