Skip to content

Commit

Permalink
Update localization [10/01/24] (#20492)
Browse files Browse the repository at this point in the history
* Update CargoAuthenticateV0 loc

* Update TwineAuthenticateV1 loc
  • Loading branch information
vmapetr authored Oct 3, 2024
1 parent 47ee25f commit cf6f574
Show file tree
Hide file tree
Showing 90 changed files with 530 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Authentifizierungsaufgabe für den Cargo-Client zum Installieren der Verteilung von Cargo-Kisten",
"loc.instanceNameFormat": "Cargo-Authentifizierung für $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "Dienstverbindung „Entra Workload ID-gesicherter Azure-DevOps Benutzer“",
"loc.input.help.workloadIdentityServiceConnection": "Wenn dies festgelegt ist, ist \"registryNames\" erforderlich. Alle anderen Eingaben werden ignoriert.",
"loc.input.label.registryNames": "Registrierungsnamen aus \"config.toml\"",
"loc.input.help.registryNames": "Durch Trennzeichen getrennte Liste von Registrierungsnamen, die in \"config.toml\" für die Authentifizierung angegeben sind. Wenn diese Option festgelegt ist, ist workloadIdentityServiceConnection erforderlich. Alle anderen Eingaben werden ignoriert. Nicht kompatibel mit cargoServiceConnections.",
"loc.input.label.configFile": "Zu authentifizierende config.toml-Datei",
"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“.",
"loc.input.label.cargoServiceConnections": "Anmeldeinformationen für Registrierungen außerhalb dieser Organisation/Sammlung",
Expand All @@ -13,5 +17,11 @@
"loc.messages.ConfigTomlMissingRegistry": "Die ausgewählte config.toml-Datei muss eine Registrierungstabelle enthalten.",
"loc.messages.AuthenticatingThisConfigToml": "Die Authentifizierung für die in dieser config.toml-Datei unter %s aufgeführte Registrierung wird hinzugefügt.",
"loc.messages.AddingAuthRegistry": "Authentifizierung für Registrierung wird hinzugefügt: %s mit Tokenname: %s",
"loc.messages.AddingAuthExternalRegistry": "Authentifizierung für externe Registrierung wird hinzugefügt: %s mit Tokenname: %s"
"loc.messages.AddingAuthExternalRegistry": "Authentifizierung für externe Registrierung wird hinzugefügt: %s mit Tokenname: %s",
"loc.messages.ConnectionAlreadySet": "Für die Registrierung %s wurde bereits eine Authentifizierung für eine %s-Verbindung festgelegt.",
"loc.messages.ConnectionAlreadySetOverwriting": "Für die Registrierung %s wurde bereits eine Authentifizierung für eine %s-Verbindung festgelegt. Die vorhandene Authentifizierung wird überschrieben.",
"loc.messages.AuthTelemetry": "%s interne Feeds, %s externe Repositorys und %s Verbunddienstverbindungen authentifiziert",
"loc.messages.FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Sowohl der Registrierungsname als auch die Dienstverbindung müssen festgelegt werden und dürfen nicht leer sein.",
"loc.messages.RegistryNotFound": "Die eingegebenen Registrierungsnamen \"%s\" entsprechen keiner Registrierung in \"config.toml\"."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Tarea de autenticación para el cliente de carga usado para instalar la distribución de cajas de carga",
"loc.instanceNameFormat": "autenticación de carga $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "Conexión de servicio \"Usuario de Azure DevOps respaldado por Id. de carga de trabajo de Entra\"",
"loc.input.help.workloadIdentityServiceConnection": "Si se establece, se requiere registryNames. Se omiten todas las demás entradas.",
"loc.input.label.registryNames": "Nombres del Registro de config.toml",
"loc.input.help.registryNames": "Lista separada por comas de los nombres del Registro especificados en config.toml para autenticarse. Si se establece, se requiere workloadIdentityServiceConnection. Se omiten todas las demás entradas. No es compatible con cargoServiceConnections.",
"loc.input.label.configFile": "archivo config.toml para autenticar",
"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\".",
"loc.input.label.cargoServiceConnections": "Credenciales para registros fuera de esta organización o colección",
Expand All @@ -13,5 +17,11 @@
"loc.messages.ConfigTomlMissingRegistry": "El archivo config.toml seleccionado debe contener una tabla de registros",
"loc.messages.AuthenticatingThisConfigToml": "Agregando autenticación para el Registro que aparece en este archivo config.toml en %s",
"loc.messages.AddingAuthRegistry": "Agregando autenticación para el registro: %s con nombre de token: %s",
"loc.messages.AddingAuthExternalRegistry": "Agregando autenticación para el registro externo: %s con nombre de token: %s"
"loc.messages.AddingAuthExternalRegistry": "Agregando autenticación para el registro externo: %s con nombre de token: %s",
"loc.messages.ConnectionAlreadySet": "El Registro %s ya tiene establecida la autenticación para una conexión %s.",
"loc.messages.ConnectionAlreadySetOverwriting": "El Registro %s ya tiene establecida la autenticación para una conexión %s. Sobrescribiendo la autenticación existente.",
"loc.messages.AuthTelemetry": "%s fuentes internas autenticadas, %s repositorios externos y %s conexiones de servicio federado",
"loc.messages.FailedToGetServiceConnectionAuth": "No se pueden obtener las credenciales federadas de la conexión de servicio: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "El nombre del Registro y la conexión de servicio deben establecerse y no pueden estar vacíos.",
"loc.messages.RegistryNotFound": "La entrada de nombres del Registro ''%s'' no corresponde a ningún registro de config.toml"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Tâche d’authentification pour le client de marchandises utilisé pour l’installation de la distribution de caisses de marchandises",
"loc.instanceNameFormat": "$(configFile) d’authentification de marchandises",
"loc.input.label.workloadIdentityServiceConnection": "Connexion de service « Utilisateur Azure DevOps adossé à l’ID de charge de travail Entra »",
"loc.input.help.workloadIdentityServiceConnection": "Si cette option est définie, RegistryNames est requis. Toutes les autres entrées sont ignorées.",
"loc.input.label.registryNames": "Noms de registre de config.toml",
"loc.input.help.registryNames": "Liste séparée par des virgules des noms de registre spécifiés dans votre config.toml pour l'authentification. Si cette option est définie, workloadIdentityServiceConnection est requis. Toutes les autres entrées sont ignorées. Non compatible avec cargoServiceConnections.",
"loc.input.label.configFile": "fichier config.toml à authentifier",
"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 ».",
"loc.input.label.cargoServiceConnections": "Informations d’identification des registres situés en dehors de cette organisation/collection",
Expand All @@ -13,5 +17,11 @@
"loc.messages.ConfigTomlMissingRegistry": "Le fichier config.toml que vous avez sélectionné doit contenir la table des registres",
"loc.messages.AuthenticatingThisConfigToml": "Ajout de l’authentification pour le Registre répertorié dans ce fichier config.toml au %s",
"loc.messages.AddingAuthRegistry": "Ajout de l’authentification pour le Registre : %s avec le nom de jeton : %s",
"loc.messages.AddingAuthExternalRegistry": "Ajout de l’authentification pour le Registre externe : %s avec le nom de jeton : %s"
"loc.messages.AddingAuthExternalRegistry": "Ajout de l’authentification pour le Registre externe : %s avec le nom de jeton : %s",
"loc.messages.ConnectionAlreadySet": "Le registre %s a déjà défini l'authentification pour une connexion %s.",
"loc.messages.ConnectionAlreadySetOverwriting": "Le registre %s a déjà défini l'authentification pour une connexion %s. Écraser l'authentification existante.",
"loc.messages.AuthTelemetry": "Flux internes %s authentifiés, référentiels externes %s et connexions de services fédérés %s",
"loc.messages.FailedToGetServiceConnectionAuth": "Impossible d'obtenir les informations d'identification fédérées à partir de la connexion au service : %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Le nom du registre et la connexion au service doivent être définis et ne peuvent pas être vides.",
"loc.messages.RegistryNotFound": "Les noms de registre saisis « %s » ne correspondent à aucun registre dans config.toml"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Attività di autenticazione per il client Cargo usato per l'installazione della distribuzione delle casse Cargo",
"loc.instanceNameFormat": "Autenticazione cargo $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "Connessione al servizio \"Entra Workload ID-backed Azure DevOps user\"",
"loc.input.help.workloadIdentityServiceConnection": "Se questa impostazione è impostata, registryNames è obbligatorio. Tutti gli altri input vengono ignorati.",
"loc.input.label.registryNames": "Nomi di Registro di sistema da config.toml",
"loc.input.help.registryNames": "Elenco di nomi di Registro di sistema delimitati da virgole specificati nel file config.toml da autenticare. Se questa impostazione è impostata, è necessario workloadIdentityServiceConnection. Tutti gli altri input vengono ignorati. Non compatibile con cargoServiceConnections.",
"loc.input.label.configFile": "file config.toml da autenticare",
"loc.input.help.configFile": "Percorso del file config.toml che specifica i registri da usare. Selezionare il file, non la cartella, ad esempio \"/.cargo/config.toml\".",
"loc.input.label.cargoServiceConnections": "Credenziali per i registri esterni a questa organizzazione/raccolta",
Expand All @@ -13,5 +17,11 @@
"loc.messages.ConfigTomlMissingRegistry": "Il file config.toml selezionato deve contenere la tabella dei registri",
"loc.messages.AuthenticatingThisConfigToml": "Aggiunta dell'autenticazione per il registro di sistema elencata in questo file config.toml in %s",
"loc.messages.AddingAuthRegistry": "Aggiunta dell'autenticazione per il registro di sistema: %s con nome token: %s",
"loc.messages.AddingAuthExternalRegistry": "Aggiunta dell'autenticazione per il registro di sistema esterno: %s con nome token: %s"
"loc.messages.AddingAuthExternalRegistry": "Aggiunta dell'autenticazione per il registro di sistema esterno: %s con nome token: %s",
"loc.messages.ConnectionAlreadySet": "Il Registro di sistema %s ha già l'autenticazione impostata per una connessione %s.",
"loc.messages.ConnectionAlreadySetOverwriting": "Il Registro di sistema %s ha già l'autenticazione impostata per una connessione %s. Sovrascrittura dell'autenticazione esistente.",
"loc.messages.AuthTelemetry": "Sono stati autenticati %s feed interni, %s repository esterni e %s connessioni al servizio federato",
"loc.messages.FailedToGetServiceConnectionAuth": "Non è possibile ottenere le credenziali federate dalla connessione al servizio: %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "Il nome del Registro di sistema e la connessione al servizio devono essere impostati e non possono essere vuoti.",
"loc.messages.RegistryNotFound": "L'input dei nomi di Registro di sistema '%s' non corrisponde ad alcun Registro di sistema in config.toml"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "Cargo クレート配布のインストールに使用される Cargo クライアントの認証タスク",
"loc.instanceNameFormat": "Cargo 認証 $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "'Entra Workload ID にバックアップされた Azure DevOps ユーザー' サービスの接続",
"loc.input.help.workloadIdentityServiceConnection": "これが設定されている場合は registryNames が必須です。他のすべての入力は無視されます。",
"loc.input.label.registryNames": "config.toml からのレジストリ名",
"loc.input.help.registryNames": "認証する config.toml で指定されたレジストリ名のコンマ区切りリスト。これが設定されている場合は workloadIdentityServiceConnection が必須です。他のすべての入力は無視されます。cargoServiceConnections と互換性がありません。",
"loc.input.label.configFile": "認証するための config.toml ファイル",
"loc.input.help.configFile": "使用するレジストリを指定する config.toml ファイルへのパス。フォルダーではなくファイルを選択します。例: \"/.cargo/config.toml\"。",
"loc.input.label.cargoServiceConnections": "この組織/コレクション外のレジストリの資格情報",
Expand All @@ -13,5 +17,11 @@
"loc.messages.ConfigTomlMissingRegistry": "選択した config.toml ファイルには registries テーブルが含まれている必要があります",
"loc.messages.AuthenticatingThisConfigToml": "%s にあるこの config.toml ファイルにリストされているレジストリの認証を追加しています",
"loc.messages.AddingAuthRegistry": "レジストリの認証を追加しています: %s (トークン名: %s)",
"loc.messages.AddingAuthExternalRegistry": "外部レジストリの認証を追加しています: %s (トークン名: %s)"
"loc.messages.AddingAuthExternalRegistry": "外部レジストリの認証を追加しています: %s (トークン名: %s)",
"loc.messages.ConnectionAlreadySet": "レジストリ %s は、%s 接続の認証が既に設定されています。",
"loc.messages.ConnectionAlreadySetOverwriting": "レジストリ %s は、%s 接続の認証が既に設定されています。既存の認証を上書きしています。",
"loc.messages.AuthTelemetry": "認証された %s 個の内部フィード、%s 個の外部リポジトリ、%s 個のフェデレーション サービス接続",
"loc.messages.FailedToGetServiceConnectionAuth": "サービス接続からフェデレーション資格情報を取得できません: %s。",
"loc.messages.MissingRegistryNameOrServiceConnection": "レジストリ名とサービス接続は、両方とも設定する必要があり、空にすることはできません。",
"loc.messages.RegistryNotFound": "レジストリ名の入力 '%s' は、config.toml 内のいずれのレジストリにも対応していません。"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"loc.helpMarkDown": "",
"loc.description": "화물 상자 배포를 설치하는 데 사용되는 화물 클라이언트에 대한 인증 작업",
"loc.instanceNameFormat": "화물 인증 $(configFile)",
"loc.input.label.workloadIdentityServiceConnection": "'Entra 워크로드 ID 지원 Azure DevOps 사용자' 서비스 연결",
"loc.input.help.workloadIdentityServiceConnection": "이 설정을 지정하는 경우 registryNames가 필요합니다. 다른 모든 입력은 무시됩니다.",
"loc.input.label.registryNames": "config.toml의 레지스트리 이름",
"loc.input.help.registryNames": "인증할 config.toml에 지정된 레지스트리 이름의 쉼표로 구분된 목록입니다. 이 설정을 지정하는 경우 workloadIdentityServiceConnection이 필요합니다. 다른 모든 입력은 무시됩니다. cargoServiceConnections와 호환되지 않습니다.",
"loc.input.label.configFile": "인증할 config.toml 파일",
"loc.input.help.configFile": "사용할 레지스트리를 지정하는 config.toml 파일의 경로입니다. 폴더가 아니라 파일을 선택합니다(예: \"/.cargo/config.toml\".).",
"loc.input.label.cargoServiceConnections": "이 조직/컬렉션 외부 레지스트리에 대한 자격 증명",
Expand All @@ -13,5 +17,11 @@
"loc.messages.ConfigTomlMissingRegistry": "선택한 config.toml 파일에는 레지스트리 테이블이 있어야 합니다.",
"loc.messages.AuthenticatingThisConfigToml": "%s에서 이 config.toml 파일에 나열된 레지스트리에 대한 인증을 추가하는 중",
"loc.messages.AddingAuthRegistry": "레지스트리에 대한 인증 추가하는 중: %s(토큰 이름: %s)",
"loc.messages.AddingAuthExternalRegistry": "외부 레지스트리에 대한 인증 추가하는 중: %s(토큰 이름: %s)"
"loc.messages.AddingAuthExternalRegistry": "외부 레지스트리에 대한 인증 추가하는 중: %s(토큰 이름: %s)",
"loc.messages.ConnectionAlreadySet": "레지스트리 %s에 %s 연결에 대한 인증 집합이 이미 있습니다.",
"loc.messages.ConnectionAlreadySetOverwriting": "레지스트리 %s에 %s 연결에 대한 인증 집합이 이미 있습니다. 기존 인증을 덮어쓰는 중입니다.",
"loc.messages.AuthTelemetry": "%s 내부 피드, %s 외부 리포지토리 및 %s 페더레이션된 서비스 연결이 인증됨",
"loc.messages.FailedToGetServiceConnectionAuth": "서비스 연결에서 페더레이션 자격 증명을 가져올 수 없습니다. %s.",
"loc.messages.MissingRegistryNameOrServiceConnection": "레지스트리 이름과 서비스 연결을 모두 설정해야 하며 비워 둘 수 없습니다.",
"loc.messages.RegistryNotFound": "레지스트리 이름 입력 '%s'이(가) config.toml의 레지스트리와 일치하지 않습니다."
}
Loading

0 comments on commit cf6f574

Please sign in to comment.