diff --git a/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson index 0589ebbe9204..2dd85b60f668 100644 --- a/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,44 +1,44 @@ -{ - "loc.friendlyName": "Azure Static Web App bereitstellen", - "loc.helpMarkDown": "[Weitere Informationen zu Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[VORSCHAU] Erstellen und Bereitstellen einer Azure Static Web App", - "loc.instanceNameFormat": "Static Web App: $(message)", - "loc.input.label.cwd": "Arbeitsverzeichnis", - "loc.input.help.cwd": "Geben Sie das absolute Arbeitsverzeichnis an, in dem diese Aufgabe ausgeführt werden soll. Wenn sie leer gelassen wird, wird das Standardarbeitsverzeichnis verwendet.", - "loc.input.label.app_location": "App-Speicherort", - "loc.input.help.app_location": "Verzeichnisspeicherort des Anwendungsquellcodes relativ zum Arbeitsverzeichnis", - "loc.input.label.app_build_command": "App-Buildbefehl", - "loc.input.help.app_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Anwendungsquellcode ausgeführt werden soll", - "loc.input.label.output_location": "Ausgabespeicherort", - "loc.input.help.output_location": "Verzeichnisspeicherort des kompilierten Anwendungscodes nach dem Erstellen", - "loc.input.label.api_location": "API-Speicherort", - "loc.input.help.api_location": "Verzeichnisspeicherort des Azure Functions-Quellcodes relativ zum Arbeitsverzeichnis", - "loc.input.label.api_build_command": "API-Buildbefehl", - "loc.input.help.api_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Azure Functions-Quellcode ausgeführt werden soll", - "loc.input.label.routes_location": "Routenstandort", - "loc.input.help.routes_location": "Verzeichnisspeicherort, an dem die Datei \"routes.json\" relativ zum Arbeitsverzeichnis gefunden werden kann. Hinweis: routes.json ist veraltet. Verwenden Sie \"staticwebapp.config.json\".", - "loc.input.label.config_file_location": "Speicherort für Konfigurationsdateien", - "loc.input.help.config_file_location": "Verzeichnisspeicherort, an dem die Datei \"staticwebapp.config.json\" relativ zum Arbeitsverzeichnis gefunden werden kann", - "loc.input.label.skip_app_build": "App-Build überspringen", - "loc.input.help.skip_app_build": "Überspringt Oryx-Build für App-Ordner", - "loc.input.label.skip_api_build": "API-Build überspringen", - "loc.input.help.skip_api_build": "Überspringt den Oryx-Build für den API-Ordner.", - "loc.input.label.is_static_export": "Statischen Export festlegen", - "loc.input.help.is_static_export": "Legen Sie dieses Flag auf TRUE fest, wenn Ihre Anwendung für den Export in statischen HTML-Code konfiguriert ist, d. h. wenn Sie \"Nächster Export\" verwenden.", - "loc.input.label.verbose": "Ausführlich", - "loc.input.help.verbose": "Aktiviert die ausführliche Protokollierung", - "loc.input.label.build_timeout_in_minutes": "Buildtimeout in Minuten", - "loc.input.help.build_timeout_in_minutes": "Zeitlimit beim Erstellen von Oryx-App-Ordnern in Minuten", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps – API-Token", - "loc.input.help.azure_static_web_apps_api_token": "API-Token für die Bereitstellung. Nicht erforderlich, wenn sie als Umgebungsvariable übergeben wird", - "loc.input.label.deployment_environment": "Bereitstellungsumgebung", - "loc.input.help.deployment_environment": "Umgebung, in der die Bereitstellung erfolgen soll. Lassen Sie das Feld für die Produktionsumgebung leer. Hat Vorrang vor Production Branch", - "loc.input.label.production_branch": "Produktionsbranch", - "loc.input.help.production_branch": "Produktionsbranch. Wenn die angegebene Bereitstellungsumgebung leer ist, sind Bereitstellungen aus anderen Branches Vorschauumgebungen.", - "loc.input.label.data_api_location": "Speicherort der Daten-API", - "loc.input.help.data_api_location": "Verzeichnisspeicherort der Daten-API-Quelldateien relativ zum Arbeitsverzeichnis", - "loc.input.label.azure_access_token": "Azure Access Token", - "loc.input.help.azure_access_token": "Access token used to authenticate and authorize the deployment", - "loc.input.label.default_hostname": "Default Hostname", - "loc.input.help.default_hostname": "Default Hostname of the app" +{ + "loc.friendlyName": "Azure Static Web App bereitstellen", + "loc.helpMarkDown": "[Weitere Informationen zu Azure Static Web Apps](https://aka.ms/swadocs)", + "loc.description": "[VORSCHAU] Erstellen und Bereitstellen einer Azure Static Web App", + "loc.instanceNameFormat": "Static Web App: $(message)", + "loc.input.label.cwd": "Arbeitsverzeichnis", + "loc.input.help.cwd": "Geben Sie das absolute Arbeitsverzeichnis an, in dem diese Aufgabe ausgeführt werden soll. Wenn sie leer gelassen wird, wird das Standardarbeitsverzeichnis verwendet.", + "loc.input.label.app_location": "App-Speicherort", + "loc.input.help.app_location": "Verzeichnisspeicherort des Anwendungsquellcodes relativ zum Arbeitsverzeichnis", + "loc.input.label.app_build_command": "App-Buildbefehl", + "loc.input.help.app_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Anwendungsquellcode ausgeführt werden soll", + "loc.input.label.output_location": "Ausgabespeicherort", + "loc.input.help.output_location": "Verzeichnisspeicherort des kompilierten Anwendungscodes nach dem Erstellen", + "loc.input.label.api_location": "API-Speicherort", + "loc.input.help.api_location": "Verzeichnisspeicherort des Azure Functions-Quellcodes relativ zum Arbeitsverzeichnis", + "loc.input.label.api_build_command": "API-Buildbefehl", + "loc.input.help.api_build_command": "Benutzerdefinierter Befehl für Oryx, der beim Erstellen von Azure Functions-Quellcode ausgeführt werden soll", + "loc.input.label.routes_location": "Routenstandort", + "loc.input.help.routes_location": "Verzeichnisspeicherort, an dem die Datei \"routes.json\" relativ zum Arbeitsverzeichnis gefunden werden kann. Hinweis: routes.json ist veraltet. Verwenden Sie \"staticwebapp.config.json\".", + "loc.input.label.config_file_location": "Speicherort für Konfigurationsdateien", + "loc.input.help.config_file_location": "Verzeichnisspeicherort, an dem die Datei \"staticwebapp.config.json\" relativ zum Arbeitsverzeichnis gefunden werden kann", + "loc.input.label.skip_app_build": "App-Build überspringen", + "loc.input.help.skip_app_build": "Überspringt Oryx-Build für App-Ordner", + "loc.input.label.skip_api_build": "API-Build überspringen", + "loc.input.help.skip_api_build": "Überspringt den Oryx-Build für den API-Ordner.", + "loc.input.label.is_static_export": "Statischen Export festlegen", + "loc.input.help.is_static_export": "Legen Sie dieses Flag auf TRUE fest, wenn Ihre Anwendung für den Export in statischen HTML-Code konfiguriert ist, d. h. wenn Sie \"Nächster Export\" verwenden.", + "loc.input.label.verbose": "Ausführlich", + "loc.input.help.verbose": "Aktiviert die ausführliche Protokollierung", + "loc.input.label.build_timeout_in_minutes": "Buildtimeout in Minuten", + "loc.input.help.build_timeout_in_minutes": "Zeitlimit beim Erstellen von Oryx-App-Ordnern in Minuten", + "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps – API-Token", + "loc.input.help.azure_static_web_apps_api_token": "API-Token für die Bereitstellung. Nicht erforderlich, wenn sie als Umgebungsvariable übergeben wird", + "loc.input.label.deployment_environment": "Bereitstellungsumgebung", + "loc.input.help.deployment_environment": "Umgebung, in der die Bereitstellung erfolgen soll. Lassen Sie das Feld für die Produktionsumgebung leer. Hat Vorrang vor Production Branch", + "loc.input.label.production_branch": "Produktionsbranch", + "loc.input.help.production_branch": "Produktionsbranch. Wenn die angegebene Bereitstellungsumgebung leer ist, sind Bereitstellungen aus anderen Branches Vorschauumgebungen.", + "loc.input.label.data_api_location": "Speicherort der Daten-API", + "loc.input.help.data_api_location": "Verzeichnisspeicherort der Daten-API-Quelldateien relativ zum Arbeitsverzeichnis", + "loc.input.label.azure_access_token": "Azure-Zugriffstoken", + "loc.input.help.azure_access_token": "Zugriffstoken zum Authentifizieren und Autorisieren der Bereitstellung", + "loc.input.label.default_hostname": "Standardhostname", + "loc.input.help.default_hostname": "Standardhostname der App" } \ No newline at end of file diff --git a/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson index 5a124919316c..f3b68e8efb2a 100644 --- a/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,44 +1,44 @@ -{ - "loc.friendlyName": "Déployer une application web statique Azure", - "loc.helpMarkDown": "[En savoir plus sur les Azure Static Web Apps](https://aka.ms/swadocs)", - "loc.description": "[PREVIEW] Générer et déployer une application web statique Azure", - "loc.instanceNameFormat": "Application web statique : $(message)", - "loc.input.label.cwd": "Répertoire de travail", - "loc.input.help.cwd": "Spécifiez le répertoire de travail absolu dans lequel exécuter cette tâche. Si vous n'indiquez rien, le répertoire de travail par défaut est utilisé.", - "loc.input.label.app_location": "Emplacement de l'application", - "loc.input.help.app_location": "Emplacement du répertoire du code source de l’application par rapport au répertoire de travail", - "loc.input.label.app_build_command": "Commande de build d’application", - "loc.input.help.app_build_command": "Commande personnalisée à exécuter par Oryx lors de la construction du code source de l’application", - "loc.input.label.output_location": "Emplacement de sortie", - "loc.input.help.output_location": "Emplacement du répertoire du code d’application compilé après la génération", - "loc.input.label.api_location": "Emplacement de l'API", - "loc.input.help.api_location": "Emplacement du répertoire du code source d’Azure Functions par rapport au répertoire de travail.", - "loc.input.label.api_build_command": "Commande de génération d’API", - "loc.input.help.api_build_command": "Commande personnalisée pour qu’Oryx s’exécute lors de la génération Azure Functions code source", - "loc.input.label.routes_location": "Emplacement des itinéraires", - "loc.input.help.routes_location": "Emplacement du répertoire où le fichier routes.json peut être trouvé, par rapport au répertoire de travail. Note : routes.json est déconseillé, utilisez staticwebapp.config.json.", - "loc.input.label.config_file_location": "Emplacement du fichier config", - "loc.input.help.config_file_location": "Emplacement du répertoire où se trouve le fichier staticwebapp.config.json, par rapport au répertoire de travail", - "loc.input.label.skip_app_build": "Ignorer la génération de l’application", - "loc.input.help.skip_app_build": "Ignore la build Oryx pour le dossier d’application", - "loc.input.label.skip_api_build": "Ignorer le build d’API", - "loc.input.help.skip_api_build": "Ignore la build Oryx pour le dossier d’API.", - "loc.input.label.is_static_export": "Définir l’exportation statique", - "loc.input.help.is_static_export": "Définissez cet indicateur sur true lorsque votre application est configurée pour exporter vers le code HTML statique, c’est-à-dire lorsque vous utilisez « prochaine exportation ».", - "loc.input.label.verbose": "Commentaires", - "loc.input.help.verbose": "Active la journalisation détaillée.", - "loc.input.label.build_timeout_in_minutes": "Délai de build en minutes", - "loc.input.help.build_timeout_in_minutes": "Limite de temps de génération du dossier d’application Oryx en minutes", - "loc.input.label.azure_static_web_apps_api_token": "Jeton d’api pour Azure Static Web Apps", - "loc.input.help.azure_static_web_apps_api_token": "Jeton d’API pour le déploiement. Non requis si passé en tant que variable d’environnement", - "loc.input.label.deployment_environment": "Environnement de déploiement", - "loc.input.help.deployment_environment": "Environnement vers lequel effectuer le déploiement. Laissez vide pour l’environnement de production. Prévaut sur la branche de production", - "loc.input.label.production_branch": "Branche de production", - "loc.input.help.production_branch": "Branche de production. Lorsqu'il est spécifié et que l'environnement de déploiement est vide, les déploiements des autres branches seront des environnements d'aperçu.", - "loc.input.label.data_api_location": "Emplacement de l’API de données", - "loc.input.help.data_api_location": "Emplacement du répertoire des fichiers sources API Données par rapport au répertoire de travail", - "loc.input.label.azure_access_token": "Azure Access Token", - "loc.input.help.azure_access_token": "Access token used to authenticate and authorize the deployment", - "loc.input.label.default_hostname": "Default Hostname", - "loc.input.help.default_hostname": "Default Hostname of the app" +{ + "loc.friendlyName": "Déployer une application web statique Azure", + "loc.helpMarkDown": "[En savoir plus sur les Azure Static Web Apps](https://aka.ms/swadocs)", + "loc.description": "[PREVIEW] Générer et déployer une application web statique Azure", + "loc.instanceNameFormat": "Application web statique : $(message)", + "loc.input.label.cwd": "Répertoire de travail", + "loc.input.help.cwd": "Spécifiez le répertoire de travail absolu dans lequel exécuter cette tâche. Si vous n'indiquez rien, le répertoire de travail par défaut est utilisé.", + "loc.input.label.app_location": "Emplacement de l'application", + "loc.input.help.app_location": "Emplacement du répertoire du code source de l’application par rapport au répertoire de travail", + "loc.input.label.app_build_command": "Commande de build d’application", + "loc.input.help.app_build_command": "Commande personnalisée à exécuter par Oryx lors de la construction du code source de l’application", + "loc.input.label.output_location": "Emplacement de sortie", + "loc.input.help.output_location": "Emplacement du répertoire du code d’application compilé après la génération", + "loc.input.label.api_location": "Emplacement de l'API", + "loc.input.help.api_location": "Emplacement du répertoire du code source d’Azure Functions par rapport au répertoire de travail.", + "loc.input.label.api_build_command": "Commande de génération d’API", + "loc.input.help.api_build_command": "Commande personnalisée pour qu’Oryx s’exécute lors de la génération Azure Functions code source", + "loc.input.label.routes_location": "Emplacement des itinéraires", + "loc.input.help.routes_location": "Emplacement du répertoire où le fichier routes.json peut être trouvé, par rapport au répertoire de travail. Note : routes.json est déconseillé, utilisez staticwebapp.config.json.", + "loc.input.label.config_file_location": "Emplacement du fichier config", + "loc.input.help.config_file_location": "Emplacement du répertoire où se trouve le fichier staticwebapp.config.json, par rapport au répertoire de travail", + "loc.input.label.skip_app_build": "Ignorer la génération de l’application", + "loc.input.help.skip_app_build": "Ignore la build Oryx pour le dossier d’application", + "loc.input.label.skip_api_build": "Ignorer le build d’API", + "loc.input.help.skip_api_build": "Ignore la build Oryx pour le dossier d’API.", + "loc.input.label.is_static_export": "Définir l’exportation statique", + "loc.input.help.is_static_export": "Définissez cet indicateur sur true lorsque votre application est configurée pour exporter vers le code HTML statique, c’est-à-dire lorsque vous utilisez « prochaine exportation ».", + "loc.input.label.verbose": "Commentaires", + "loc.input.help.verbose": "Active la journalisation détaillée.", + "loc.input.label.build_timeout_in_minutes": "Délai de build en minutes", + "loc.input.help.build_timeout_in_minutes": "Limite de temps de génération du dossier d’application Oryx en minutes", + "loc.input.label.azure_static_web_apps_api_token": "Jeton d’api pour Azure Static Web Apps", + "loc.input.help.azure_static_web_apps_api_token": "Jeton d’API pour le déploiement. Non requis si passé en tant que variable d’environnement", + "loc.input.label.deployment_environment": "Environnement de déploiement", + "loc.input.help.deployment_environment": "Environnement vers lequel effectuer le déploiement. Laissez vide pour l’environnement de production. Prévaut sur la branche de production", + "loc.input.label.production_branch": "Branche de production", + "loc.input.help.production_branch": "Branche de production. Lorsqu'il est spécifié et que l'environnement de déploiement est vide, les déploiements des autres branches seront des environnements d'aperçu.", + "loc.input.label.data_api_location": "Emplacement de l’API de données", + "loc.input.help.data_api_location": "Emplacement du répertoire des fichiers sources API Données par rapport au répertoire de travail", + "loc.input.label.azure_access_token": "Jeton d’accès Azure", + "loc.input.help.azure_access_token": "Jeton d’accès utilisé pour authentifier et autoriser le déploiement", + "loc.input.label.default_hostname": "Nom d’hôte par défaut", + "loc.input.help.default_hostname": "Nom d’hôte par défaut de l’application" } \ No newline at end of file diff --git a/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson index 3b82a329f729..1e57a3c9ce1b 100644 --- a/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/AzureStaticWebAppV0/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,44 +1,44 @@ -{ - "loc.friendlyName": "Azure Static Web Apps のデプロイ", - "loc.helpMarkDown": "[Azure Static Web Apps の詳細情報](https://aka.ms/swadocs)", - "loc.description": "[プレビュー] Azure Static Web App をビルドしてデプロイ", - "loc.instanceNameFormat": "静的 Web アプリ: $(message)", - "loc.input.label.cwd": "作業ディレクトリ", - "loc.input.help.cwd": "このタスクを実行する作業ディレクトリを指定します。空にすると、既定の作業ディレクトリが使用されます。", - "loc.input.label.app_location": "アプリの場所", - "loc.input.help.app_location": "作業ディレクトリを基準としたアプリケーション ソース コードのディレクトリの場所", - "loc.input.label.app_build_command": "アプリ ビルド コマンド", - "loc.input.help.app_build_command": "アプリケーション ソース コードのビルド時に実行する Oryx のカスタム コマンド", - "loc.input.label.output_location": "出力場所", - "loc.input.help.output_location": "ビルド後のコンパイル済みアプリケーション コードのディレクトリの場所", - "loc.input.label.api_location": "API の場所", - "loc.input.help.api_location": "作業ディレクトリを基準とした Azure Functions ソース コードのディレクトリの場所", - "loc.input.label.api_build_command": "API ビルド コマンド", - "loc.input.help.api_build_command": "Azure Functions ソース コードのビルド時に実行する Oryx のカスタム コマンド", - "loc.input.label.routes_location": "ルートの場所", - "loc.input.help.routes_location": "作業ディレクトリを基準とした routes.json ファイルが見つかるディレクトリの場所。注意: routes.json は非推奨です。staticwebapp.config.json を使用してください", - "loc.input.label.config_file_location": "構成ファイルの場所", - "loc.input.help.config_file_location": "作業ディレクトリを基準とした staticwebapp.config.json ファイルが見つかるディレクトリの場所", - "loc.input.label.skip_app_build": "アプリのビルドをスキップ", - "loc.input.help.skip_app_build": "アプリ フォルダーの Oryx ビルドをスキップする", - "loc.input.label.skip_api_build": "API ビルドをスキップ", - "loc.input.help.skip_api_build": "アプリ フォルダーの Oryx ビルドをスキップする", - "loc.input.label.is_static_export": "静的エクスポートの設定", - "loc.input.help.is_static_export": "アプリケーションが静的 HTML にエクスポートするように構成されている場合 (つまり、`次のエクスポー` を使用している場合) は、このフラグを true に設定します。", - "loc.input.label.verbose": "詳細", - "loc.input.help.verbose": "詳細ログを有効にする", - "loc.input.label.build_timeout_in_minutes": "アイドル タイムアウト (分)", - "loc.input.help.build_timeout_in_minutes": "Oryx アプリ フォルダー ビルドの制限時間 (分)", - "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API トークン", - "loc.input.help.azure_static_web_apps_api_token": "デプロイ用の API トークン。環境変数として渡される場合は必要ありません", - "loc.input.label.deployment_environment": "デプロイ環境", - "loc.input.help.deployment_environment": "デプロイ先の環境。運用環境では空白のままにします。運用ブランチよりも優先されます", - "loc.input.label.production_branch": "運用ブランチ", - "loc.input.help.production_branch": "運用ブランチ。指定され、デプロイ環境が空の場合、他のブランチからのデプロイはプレビュー環境になります", - "loc.input.label.data_api_location": "データ API の場所", - "loc.input.help.data_api_location": "作業ディレクトリを基準とした Data API ソース ファイルのディレクトリの場所", - "loc.input.label.azure_access_token": "Azure Access Token", - "loc.input.help.azure_access_token": "Access token used to authenticate and authorize the deployment", - "loc.input.label.default_hostname": "Default Hostname", - "loc.input.help.default_hostname": "Default Hostname of the app" +{ + "loc.friendlyName": "Azure Static Web Apps のデプロイ", + "loc.helpMarkDown": "[Azure Static Web Apps の詳細情報](https://aka.ms/swadocs)", + "loc.description": "[プレビュー] Azure Static Web App をビルドしてデプロイ", + "loc.instanceNameFormat": "静的 Web アプリ: $(message)", + "loc.input.label.cwd": "作業ディレクトリ", + "loc.input.help.cwd": "このタスクを実行する作業ディレクトリを指定します。空にすると、既定の作業ディレクトリが使用されます。", + "loc.input.label.app_location": "アプリの場所", + "loc.input.help.app_location": "作業ディレクトリを基準としたアプリケーション ソース コードのディレクトリの場所", + "loc.input.label.app_build_command": "アプリ ビルド コマンド", + "loc.input.help.app_build_command": "アプリケーション ソース コードのビルド時に実行する Oryx のカスタム コマンド", + "loc.input.label.output_location": "出力場所", + "loc.input.help.output_location": "ビルド後のコンパイル済みアプリケーション コードのディレクトリの場所", + "loc.input.label.api_location": "API の場所", + "loc.input.help.api_location": "作業ディレクトリを基準とした Azure Functions ソース コードのディレクトリの場所", + "loc.input.label.api_build_command": "API ビルド コマンド", + "loc.input.help.api_build_command": "Azure Functions ソース コードのビルド時に実行する Oryx のカスタム コマンド", + "loc.input.label.routes_location": "ルートの場所", + "loc.input.help.routes_location": "作業ディレクトリを基準とした routes.json ファイルが見つかるディレクトリの場所。注意: routes.json は非推奨です。staticwebapp.config.json を使用してください", + "loc.input.label.config_file_location": "構成ファイルの場所", + "loc.input.help.config_file_location": "作業ディレクトリを基準とした staticwebapp.config.json ファイルが見つかるディレクトリの場所", + "loc.input.label.skip_app_build": "アプリのビルドをスキップ", + "loc.input.help.skip_app_build": "アプリ フォルダーの Oryx ビルドをスキップする", + "loc.input.label.skip_api_build": "API ビルドをスキップ", + "loc.input.help.skip_api_build": "アプリ フォルダーの Oryx ビルドをスキップする", + "loc.input.label.is_static_export": "静的エクスポートの設定", + "loc.input.help.is_static_export": "アプリケーションが静的 HTML にエクスポートするように構成されている場合 (つまり、`次のエクスポー` を使用している場合) は、このフラグを true に設定します。", + "loc.input.label.verbose": "詳細", + "loc.input.help.verbose": "詳細ログを有効にする", + "loc.input.label.build_timeout_in_minutes": "アイドル タイムアウト (分)", + "loc.input.help.build_timeout_in_minutes": "Oryx アプリ フォルダー ビルドの制限時間 (分)", + "loc.input.label.azure_static_web_apps_api_token": "Azure Static Web Apps API トークン", + "loc.input.help.azure_static_web_apps_api_token": "デプロイ用の API トークン。環境変数として渡される場合は必要ありません", + "loc.input.label.deployment_environment": "デプロイ環境", + "loc.input.help.deployment_environment": "デプロイ先の環境。運用環境では空白のままにします。運用ブランチよりも優先されます", + "loc.input.label.production_branch": "運用ブランチ", + "loc.input.help.production_branch": "運用ブランチ。指定され、デプロイ環境が空の場合、他のブランチからのデプロイはプレビュー環境になります", + "loc.input.label.data_api_location": "データ API の場所", + "loc.input.help.data_api_location": "作業ディレクトリを基準とした Data API ソース ファイルのディレクトリの場所", + "loc.input.label.azure_access_token": "Azure アクセス トークン", + "loc.input.help.azure_access_token": "デプロイの認証と承認に使用されるアクセス トークン", + "loc.input.label.default_hostname": "既定のホスト名", + "loc.input.help.default_hostname": "アプリの既定のホスト名" } \ No newline at end of file diff --git a/Tasks/CargoAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/CargoAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson index e81ee176c095..b4cf96c69892 100644 --- a/Tasks/CargoAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/CargoAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,27 +1,27 @@ -{ - "loc.friendlyName": "Cargo-Authentifizierung (für Aufgabenausführungen)", - "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": "'Azure DevOps' Service Connection", - "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", - "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.", - "loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.", - "loc.messages.ConfigTomlNotToml": "Die für die Authentifizierung ausgewählte Datei (%s) ist keine gültige TOML-Datei.", - "loc.messages.ConfigTomlDoesNotExist": "Die unter „%s“ ausgewählte config.toml-Datei ist zurzeit nicht vorhanden.", - "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.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\"." +{ + "loc.friendlyName": "Cargo-Authentifizierung (für Aufgabenausführungen)", + "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 „Azure DevOps“", + "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", + "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.", + "loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.", + "loc.messages.ConfigTomlNotToml": "Die für die Authentifizierung ausgewählte Datei (%s) ist keine gültige TOML-Datei.", + "loc.messages.ConfigTomlDoesNotExist": "Die unter „%s“ ausgewählte config.toml-Datei ist zurzeit nicht vorhanden.", + "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.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\"." } \ No newline at end of file diff --git a/Tasks/CargoAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/CargoAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson index 83eeb8da9531..86a1c13afe65 100644 --- a/Tasks/CargoAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/CargoAuthenticateV0/Strings/resources.resjson/it-IT/resources.resjson @@ -1,27 +1,27 @@ -{ - "loc.friendlyName": "Autenticazione del carico (per gli strumenti di esecuzione attività)", - "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": "'Azure DevOps' Service Connection", - "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", - "loc.input.help.cargoServiceConnections": "Credenziali da usare per i registri esterni situati nel file del progetto con estensione config.toml. Per i registri in questa organizzazione/raccolta lasciare vuoto il campo. Verranno usate automaticamente le credenziali della compilazione.", - "loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.", - "loc.messages.ConfigTomlNotToml": "Il file selezionato per l'autenticazione (%s) non è un file con estensione .toml valido.", - "loc.messages.ConfigTomlDoesNotExist": "Il file config.toml selezionato in %s al momento non esiste.", - "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.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" +{ + "loc.friendlyName": "Autenticazione del carico (per gli strumenti di esecuzione attività)", + "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 'Azure DevOps'", + "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", + "loc.input.help.cargoServiceConnections": "Credenziali da usare per i registri esterni situati nel file del progetto con estensione config.toml. Per i registri in questa organizzazione/raccolta lasciare vuoto il campo. Verranno usate automaticamente le credenziali della compilazione.", + "loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.", + "loc.messages.ConfigTomlNotToml": "Il file selezionato per l'autenticazione (%s) non è un file con estensione .toml valido.", + "loc.messages.ConfigTomlDoesNotExist": "Il file config.toml selezionato in %s al momento non esiste.", + "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.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" } \ No newline at end of file diff --git a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/fr-FR/resources.resjson index a089a04f89d2..127760971178 100644 --- a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,76 +1,76 @@ -{ - "loc.friendlyName": "Java tool installer", - "loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) or [see the Java documentation](https://docs.oracle.com/java/)", - "loc.description": "Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME", - "loc.instanceNameFormat": "Use Java $(versionSpec)", - "loc.group.displayName.JavaInAzureGroup": "Download Java from an Azure blob", - "loc.input.label.versionSpec": "JDK version", - "loc.input.help.versionSpec": "A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10", - "loc.input.label.jdkArchitectureOption": "JDK architecture", - "loc.input.help.jdkArchitectureOption": "The architecture (x86, x64) of the JDK.", - "loc.input.label.jdkSourceOption": "JDK source", - "loc.input.help.jdkSourceOption": "Source for the compressed JDK.", - "loc.input.label.jdkFile": "JDK file", - "loc.input.help.jdkFile": "Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.", - "loc.input.label.azureResourceManagerEndpoint": "Azure subscription", - "loc.input.help.azureResourceManagerEndpoint": "Choose the Azure Resource Manager subscription for the JDK.", - "loc.input.label.azureStorageAccountName": "Storage account name", - "loc.input.help.azureStorageAccountName": "Azure Classic and Resource Manager storage accounts are listed. Select the storage account name in which the JDK is located.", - "loc.input.label.azureContainerName": "Container name", - "loc.input.help.azureContainerName": "Name of the container in the storage account in which the JDK is located.", - "loc.input.label.azureCommonVirtualFile": "Common virtual path", - "loc.input.help.azureCommonVirtualFile": "Path to the JDK inside the Azure storage container.", - "loc.input.label.jdkDestinationDirectory": "Destination directory", - "loc.input.help.jdkDestinationDirectory": "Sur Linux et Windows, il s'agit du répertoire de destination pour l'installation du kit JDK. Sur macOS, ce répertoire est utilisé en tant que dossier temporaire pour l'extraction des fichiers .dmg, car macOS ne prend pas en charge l'installation du kit JDK dans un répertoire spécifique.", - "loc.input.label.azureResourceGroupName": "Nom du groupe de ressources", - "loc.input.help.azureResourceGroupName": "Nom du groupe de ressources du compte de stockage.", - "loc.input.label.cleanDestinationDirectory": "Clean destination directory", - "loc.input.help.cleanDestinationDirectory": "Select this option to clean the destination directory before JDK is extracted into it.", - "loc.input.label.createExtractDirectory": "Créer un répertoire pour l’extraction", - "loc.input.help.createExtractDirectory": "Par défaut, la tâche crée un répertoire similaire à ce JAVA_HOME_8_X64_OpenJDK_zip pour extraire le JDK. Cette option permet de désactiver la création de ce dossier, dans ce cas, le JDK sera situé à la racine du répertoire jdkDestinationDirectory.", - "loc.messages.DownloadFromAzureBlobStorage": "Downloading artifacts from Azure blob storage, Container Name: %s", - "loc.messages.SuccessFullyFetchedItemList": "Successfully fetched list of items", - "loc.messages.StorageAccountDoesNotExist": "Échec de l’obtention du compte de stockage Azure nommé %s.", - "loc.messages.RequestedUrlTooLong": "L’URL demandée est trop longue. Cela se produit généralement lorsque vous avez beaucoup de groupes de ressources dans l’abonnement. Essayez de définir l’entrée azureResourceGroupName.", - "loc.messages.UnzipExtractFile": "Extracting file: %s", - "loc.messages.SevenZipExtractFile": "Extracting file: %s", - "loc.messages.TarExtractFile": "Extracting file: %s", - "loc.messages.ExtractFileFailedMsg": "Extraction failed for file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", - "loc.messages.ExtractNonExistFile": "Extraction failed for file: %s because it does not exist.", - "loc.messages.ExtractDirFailed": "Extraction failed for file: %s because it is a directory.", - "loc.messages.CreateTempDir": "Creating temp folder: %s to decompress: %s", - "loc.messages.TempDir": "tempFolder = %s", - "loc.messages.DecompressedTempTar": "Decompressed temporary tar from: %s to: %s", - "loc.messages.RemoveTempDir": "Removing temp folder: %s", - "loc.messages.ExtractFailedCannotCreate": "Extraction failed for file: %s because temporary location could not be created: %s", - "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", - "loc.messages.CreateDestDir": "Creating destination folder: %s", - "loc.messages.RetrievingJdkFromAzure": "Retrieving the JDK from Azure blob storage.", - "loc.messages.RetrievingJdkFromLocalPath": "Retrieving the JDK from local path.", - "loc.messages.SucceedMsg": "Successfully extracted all files.", - "loc.messages.SetJavaHome": "JAVA_HOME is being set to: %s", - "loc.messages.SetExtendedJavaHome": "%s is being set to: %s", - "loc.messages.UnsupportedFileExtension": "Specified JDK source file does not have a supported file extension.", - "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Nous n’avons pas pu récupérer le jeton d’accès pour Azure. Code d’état : %s, message d’état : %s", - "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "Impossible de récupérer (fetch) le jeton d'accès pour le principal du service managé. Configurez MSI (Managed Service Identity) pour la machine virtuelle 'https://aka.ms/azure-msi-docs'. Code d'état : %s, message d'état : %s", - "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "Impossible de récupérer (fetch) le jeton d'accès pour le principal du service managé. Code d'état : %s, message d'état : %s", - "loc.messages.ExpiredServicePrincipal": "Impossible de récupérer (fetch) le jeton d'accès pour Azure. Vérifiez si le principal de service utilisé est valide et s'il n'a pas expiré.", - "loc.messages.CorrelationIdForARM": "ID de corrélation de la réponse à l'appel d'API ARM : %s", - "loc.messages.JavaNotPreinstalled": "Java %s n'est pas préinstallé sur cet agent", - "loc.messages.UsePreinstalledJava": "Utiliser le kit JDK préinstallé à partir de %s", - "loc.messages.WrongArchiveStructure": "Le fichier JDK n'est pas valide. Vérifiez si le fichier JDK comporte bien un seul dossier racine contenant 'bin'.", - "loc.messages.WrongArchiveFile": "Le fichier d’archive est incorrect. Aucun dossier ne contient de JDK", - "loc.messages.ShareAccessError": "Ressource réseau partagée non disponible : (%s)", - "loc.messages.UnsupportedDMGStructure": "Le fichier JDK n'est pas pris en charge. Vérifiez si le fichier JDK contient bien un seul dossier.", - "loc.messages.NoPKGFile": "Le fichier PKG est introuvable.", - "loc.messages.SeveralPKGFiles": "Plusieurs fichiers PKG ont été trouvés.", - "loc.messages.InstallJDK": "Installation du kit JDK.", - "loc.messages.AttachDiskImage": "Attachement d'une image de disque.", - "loc.messages.DetachDiskImage": "Détachement d'une image de disque.", - "loc.messages.PkgPathDoesNotExist": "Le chemin du package n'existe pas.", - "loc.messages.PreInstalledJavaUpgraded": "Le kit JDK préinstallé a été mis à jour.", - "loc.messages.JavaSuccessfullyInstalled": "Java a été correctement installé", - "loc.messages.ArchiveWasExtractedEarlier": "L'archive incluant le kit JDK a déjà été extraite. Extraction ignorée", - "loc.messages.ExtractingArchiveToPath": "Extraction de l'archive vers %s", - "loc.messages.ErrorCleaningFolder": "Erreur de nettoyage du dossier : %s" +{ + "loc.friendlyName": "Programme d’installation de l’outil Java", + "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) ou [see the Java documentation](https://docs.oracle.com/java/)", + "loc.description": "Acquérir une version spécifique de Java à partir d’un blob Azure fourni par l’utilisateur(-trice) ou à partir du cache d’outils, puis définir JAVA_HOME", + "loc.instanceNameFormat": "Utiliser Java $(versionSpec)", + "loc.group.displayName.JavaInAzureGroup": "Télécharger Java à partir d’un blob Azure", + "loc.input.label.versionSpec": "Version du kit JDK", + "loc.input.help.versionSpec": "Nombre qui spécifie la version du JDK à rendre disponible sur le chemin d’accès. Utiliser une version de nombre entier, telle que 10", + "loc.input.label.jdkArchitectureOption": "Architecture du kit JDK", + "loc.input.help.jdkArchitectureOption": "Architecture (x86, x64) du kit JDK.", + "loc.input.label.jdkSourceOption": "Source du kit JDK", + "loc.input.help.jdkSourceOption": "Source du kit JDK compressé.", + "loc.input.label.jdkFile": "Fichier du kit JDK", + "loc.input.help.jdkFile": "Chemin de l’emplacement du kit JDK compressé. Le chemin d’accès se trouve peut-être dans votre référentiel source ou dans un chemin d’accès local sur l’agent.", + "loc.input.label.azureResourceManagerEndpoint": "Abonnement Azure", + "loc.input.help.azureResourceManagerEndpoint": "Choisissez l’abonnement Azure Resource Manager pour le kit JDK.", + "loc.input.label.azureStorageAccountName": "Nom du compte de stockage", + "loc.input.help.azureStorageAccountName": "Les comptes de stockage Azure Classic et Resource Manager sont répertoriés. Sélectionnez le nom du compte de stockage dans lequel se trouve le kit JDK.", + "loc.input.label.azureContainerName": "Nom du conteneur", + "loc.input.help.azureContainerName": "Nom du conteneur dans le compte de stockage où se trouve le kit JDK.", + "loc.input.label.azureCommonVirtualFile": "Chemin virtuel commun", + "loc.input.help.azureCommonVirtualFile": "Chemin du kit JDK présent dans le conteneur du stockage Azure.", + "loc.input.label.jdkDestinationDirectory": "Répertoire de destination", + "loc.input.help.jdkDestinationDirectory": "Sur Linux et Windows, il s'agit du répertoire de destination pour l'installation du kit JDK. Sur macOS, ce répertoire est utilisé en tant que dossier temporaire pour l'extraction des fichiers .dmg, car macOS ne prend pas en charge l'installation du kit JDK dans un répertoire spécifique.", + "loc.input.label.azureResourceGroupName": "Nom du groupe de ressources", + "loc.input.help.azureResourceGroupName": "Nom du groupe de ressources du compte de stockage.", + "loc.input.label.cleanDestinationDirectory": "Nettoyer le répertoire de destination", + "loc.input.help.cleanDestinationDirectory": "Sélectionnez cette option pour nettoyer le répertoire de destination avant d’y extraire le kit JDK.", + "loc.input.label.createExtractDirectory": "Créer un répertoire pour l’extraction", + "loc.input.help.createExtractDirectory": "Par défaut, la tâche crée un répertoire similaire à ce JAVA_HOME_8_X64_OpenJDK_zip pour extraire le JDK. Cette option permet de désactiver la création de ce dossier, dans ce cas, le JDK sera situé à la racine du répertoire jdkDestinationDirectory.", + "loc.messages.DownloadFromAzureBlobStorage": "Téléchargement d’artefacts à partir du Stockage Blob Azure. Nom du conteneur : %s", + "loc.messages.SuccessFullyFetchedItemList": "Récupération (fetch) réussie de la liste des éléments", + "loc.messages.StorageAccountDoesNotExist": "Échec de l’obtention du compte de stockage Azure nommé %s.", + "loc.messages.RequestedUrlTooLong": "L’URL demandée est trop longue. Cela se produit généralement lorsque vous avez beaucoup de groupes de ressources dans l’abonnement. Essayez de définir l’entrée azureResourceGroupName.", + "loc.messages.UnzipExtractFile": "Extraction du fichier : %s", + "loc.messages.SevenZipExtractFile": "Extraction du fichier : %s", + "loc.messages.TarExtractFile": "Extraction du fichier : %s", + "loc.messages.ExtractFileFailedMsg": "Échec de l’extraction pour le fichier : %s \ncode : %d \nStOout : %s \nstderr : %s \nerreur : %s;", + "loc.messages.ExtractNonExistFile": "Échec de l’extraction du fichier %s , car il n’existe pas.", + "loc.messages.ExtractDirFailed": "Échec de l’extraction du fichier %s, car il s’agit d’un répertoire.", + "loc.messages.CreateTempDir": "Création du dossier temporaire %s à décompresser : %s", + "loc.messages.TempDir": "tempFolder = %s", + "loc.messages.DecompressedTempTar": "Fichier temporaire .tar décompressé de %s à %s", + "loc.messages.RemoveTempDir": "Suppression du fichier temporaire : %s", + "loc.messages.ExtractFailedCannotCreate": "Échec de l’extraction du fichier %s, car l’emplacement temporaire n’a pas pu être créé : %s", + "loc.messages.CleanDestDir": "Nettoyage du dossier de destination avant l’extraction : %s", + "loc.messages.CreateDestDir": "Création du dossier de destination : %s", + "loc.messages.RetrievingJdkFromAzure": "Récupération du kit JDK à partir du Stockage Blob Azure.", + "loc.messages.RetrievingJdkFromLocalPath": "Récupération du kit JDK à partir du chemin local.", + "loc.messages.SucceedMsg": "Extraction réussie de tous les fichiers.", + "loc.messages.SetJavaHome": "JAVA_HOME a la valeur %s", + "loc.messages.SetExtendedJavaHome": "%s a la valeur %s", + "loc.messages.UnsupportedFileExtension": "Le fichier source de kit JDK spécifié n’a pas d’extension de fichier prise en charge.", + "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Nous n’avons pas pu récupérer le jeton d’accès pour Azure. Code d’état : %s, message d’état : %s", + "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "Impossible de récupérer (fetch) le jeton d'accès pour le principal du service managé. Configurez MSI (Managed Service Identity) pour la machine virtuelle 'https://aka.ms/azure-msi-docs'. Code d'état : %s, message d'état : %s", + "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "Impossible de récupérer (fetch) le jeton d'accès pour le principal du service managé. Code d'état : %s, message d'état : %s", + "loc.messages.ExpiredServicePrincipal": "Impossible de récupérer (fetch) le jeton d'accès pour Azure. Vérifiez si le principal de service utilisé est valide et s'il n'a pas expiré.", + "loc.messages.CorrelationIdForARM": "ID de corrélation de la réponse à l'appel d'API ARM : %s", + "loc.messages.JavaNotPreinstalled": "Java %s n'est pas préinstallé sur cet agent", + "loc.messages.UsePreinstalledJava": "Utiliser le kit JDK préinstallé à partir de %s", + "loc.messages.WrongArchiveStructure": "Le fichier JDK n'est pas valide. Vérifiez si le fichier JDK comporte bien un seul dossier racine contenant 'bin'.", + "loc.messages.WrongArchiveFile": "Le fichier d’archive est incorrect. Aucun dossier ne contient de JDK", + "loc.messages.ShareAccessError": "Ressource réseau partagée non disponible : (%s)", + "loc.messages.UnsupportedDMGStructure": "Le fichier JDK n'est pas pris en charge. Vérifiez si le fichier JDK contient bien un seul dossier.", + "loc.messages.NoPKGFile": "Le fichier PKG est introuvable.", + "loc.messages.SeveralPKGFiles": "Plusieurs fichiers PKG ont été trouvés.", + "loc.messages.InstallJDK": "Installation du kit JDK.", + "loc.messages.AttachDiskImage": "Attachement d'une image de disque.", + "loc.messages.DetachDiskImage": "Détachement d'une image de disque.", + "loc.messages.PkgPathDoesNotExist": "Le chemin du package n'existe pas.", + "loc.messages.PreInstalledJavaUpgraded": "Le kit JDK préinstallé a été mis à jour.", + "loc.messages.JavaSuccessfullyInstalled": "Java a été correctement installé", + "loc.messages.ArchiveWasExtractedEarlier": "L'archive incluant le kit JDK a déjà été extraite. Extraction ignorée", + "loc.messages.ExtractingArchiveToPath": "Extraction de l'archive vers %s", + "loc.messages.ErrorCleaningFolder": "Erreur de nettoyage du dossier : %s" } \ No newline at end of file diff --git a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/it-IT/resources.resjson index 49499aba1617..aab2d53dce70 100644 --- a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,76 +1,76 @@ -{ - "loc.friendlyName": "Java tool installer", - "loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) or [see the Java documentation](https://docs.oracle.com/java/)", - "loc.description": "Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME", - "loc.instanceNameFormat": "Use Java $(versionSpec)", - "loc.group.displayName.JavaInAzureGroup": "Download Java from an Azure blob", - "loc.input.label.versionSpec": "JDK version", - "loc.input.help.versionSpec": "A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10", - "loc.input.label.jdkArchitectureOption": "JDK architecture", - "loc.input.help.jdkArchitectureOption": "The architecture (x86, x64) of the JDK.", - "loc.input.label.jdkSourceOption": "JDK source", - "loc.input.help.jdkSourceOption": "Source for the compressed JDK.", - "loc.input.label.jdkFile": "JDK file", - "loc.input.help.jdkFile": "Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.", - "loc.input.label.azureResourceManagerEndpoint": "Azure subscription", - "loc.input.help.azureResourceManagerEndpoint": "Choose the Azure Resource Manager subscription for the JDK.", - "loc.input.label.azureStorageAccountName": "Storage account name", - "loc.input.help.azureStorageAccountName": "Azure Classic and Resource Manager storage accounts are listed. Select the storage account name in which the JDK is located.", - "loc.input.label.azureContainerName": "Container name", - "loc.input.help.azureContainerName": "Name of the container in the storage account in which the JDK is located.", - "loc.input.label.azureCommonVirtualFile": "Common virtual path", - "loc.input.help.azureCommonVirtualFile": "Path to the JDK inside the Azure storage container.", - "loc.input.label.jdkDestinationDirectory": "Destination directory", - "loc.input.help.jdkDestinationDirectory": "In Linux e Windows viene usata come directory di destinazione per l'installazione del JDK. In macOS questa directory viene usata come cartella temporanea per l'estrazione dei file con estensione dmg perché macOS non supporta l'installazione del JDK in una directory specifica.", - "loc.input.label.azureResourceGroupName": "Nome gruppo di risorse", - "loc.input.help.azureResourceGroupName": "Nome del gruppo di risorse dell'account di archiviazione.", - "loc.input.label.cleanDestinationDirectory": "Clean destination directory", - "loc.input.help.cleanDestinationDirectory": "Select this option to clean the destination directory before JDK is extracted into it.", - "loc.input.label.createExtractDirectory": "Crea directory per l'estrazione", - "loc.input.help.createExtractDirectory": "Per impostazione predefinita, l'attività crea una directory simile a JAVA_HOME_8_X64_OpenJDK_zip per l'estrazione del JDK. Questa opzione consente di disabilitare la creazione di questa cartella. In questo caso il JDK verrà salvato nella radice di jdkDestinationDirectory", - "loc.messages.DownloadFromAzureBlobStorage": "Downloading artifacts from Azure blob storage, Container Name: %s", - "loc.messages.SuccessFullyFetchedItemList": "Successfully fetched list of items", - "loc.messages.StorageAccountDoesNotExist": "Non è stato possibile recuperare l'account di archiviazione di Azure denominato %s.", - "loc.messages.RequestedUrlTooLong": "L'URL richiesto è troppo lungo. Questo problema si verifica in genere quando nella sottoscrizione sono presenti molti gruppi di risorse, si tenta di impostare l'input azureResourceGroupName.", - "loc.messages.UnzipExtractFile": "Extracting file: %s", - "loc.messages.SevenZipExtractFile": "Extracting file: %s", - "loc.messages.TarExtractFile": "Extracting file: %s", - "loc.messages.ExtractFileFailedMsg": "Extraction failed for file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", - "loc.messages.ExtractNonExistFile": "Extraction failed for file: %s because it does not exist.", - "loc.messages.ExtractDirFailed": "Extraction failed for file: %s because it is a directory.", - "loc.messages.CreateTempDir": "Creating temp folder: %s to decompress: %s", - "loc.messages.TempDir": "tempFolder = %s", - "loc.messages.DecompressedTempTar": "Decompressed temporary tar from: %s to: %s", - "loc.messages.RemoveTempDir": "Removing temp folder: %s", - "loc.messages.ExtractFailedCannotCreate": "Extraction failed for file: %s because temporary location could not be created: %s", - "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", - "loc.messages.CreateDestDir": "Creating destination folder: %s", - "loc.messages.RetrievingJdkFromAzure": "Retrieving the JDK from Azure blob storage.", - "loc.messages.RetrievingJdkFromLocalPath": "Retrieving the JDK from local path.", - "loc.messages.SucceedMsg": "Successfully extracted all files.", - "loc.messages.SetJavaHome": "JAVA_HOME is being set to: %s", - "loc.messages.SetExtendedJavaHome": "%s is being set to: %s", - "loc.messages.UnsupportedFileExtension": "Specified JDK source file does not have a supported file extension.", - "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Non è stato possibile recuperare il token di accesso per Azure. Codice di stato: %s. Messaggio di stato: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "Non è stato possibile recuperare il token di accesso per l'entità servizio gestita. Configurare l'identità del servizio gestita (MSI) per la macchina virtuale 'https://aka.ms/azure-msi-docs'. Codice di stato: %s. Messaggio di stato: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "Non è stato possibile recuperare il token di accesso per l'entità servizio gestita. Codice di stato: %s. Messaggio di stato: %s", - "loc.messages.ExpiredServicePrincipal": "Non è stato possibile recuperare il token di accesso per Azure. Verificare che l'entità servizio usata sia valida e non sia scaduta.", - "loc.messages.CorrelationIdForARM": "ID correlazione della risposta alla chiamata API ARM: %s", - "loc.messages.JavaNotPreinstalled": "Java %s non è preinstallato in questo agente", - "loc.messages.UsePreinstalledJava": "Usa il JDK preinstallato da %s", - "loc.messages.WrongArchiveStructure": "Il file JDK non è valido. Verificare se il file JDK contiene solo una cartella radice con 'bin'.", - "loc.messages.WrongArchiveFile": "Il file di archivio non è corretto. Non esiste alcuna cartella contenente JDK", - "loc.messages.ShareAccessError": "Risorsa condivisa di rete non disponibile: (%s)", - "loc.messages.UnsupportedDMGStructure": "Il file JDK non è supportato. Verificare se il file JDK contiene esattamente una cartella.", - "loc.messages.NoPKGFile": "Non è stato possibile trovare il file PKG.", - "loc.messages.SeveralPKGFiles": "Sono stati trovati più file PKG.", - "loc.messages.InstallJDK": "Installazione del JDK.", - "loc.messages.AttachDiskImage": "Collegamento a un'immagine del disco.", - "loc.messages.DetachDiskImage": "Rimozione di un'immagine del disco.", - "loc.messages.PkgPathDoesNotExist": "Il percorso del pacchetto non esiste.", - "loc.messages.PreInstalledJavaUpgraded": "Il JDK preinstallato è stato aggiornato.", - "loc.messages.JavaSuccessfullyInstalled": "Java è stato installato", - "loc.messages.ArchiveWasExtractedEarlier": "L'archivio con JDK è stato estratto in precedenza. L'estrazione verrà ignorata", - "loc.messages.ExtractingArchiveToPath": "Estrazione dell'archivio in: %s", - "loc.messages.ErrorCleaningFolder": "Errore di pulizia della cartella: %s" +{ + "loc.friendlyName": "Programma di installazione strumento Java", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) o [vedere la documentazione di Java](https://docs.oracle.com/java/)", + "loc.description": "Acquisisce una versione specifica di Java da un BLOB di Azure specificato dall'utente o dalla cache degli strumenti e imposta JAVA_HOME", + "loc.instanceNameFormat": "Usa Java $(versionSpec)", + "loc.group.displayName.JavaInAzureGroup": "Scarica Java da un BLOB di Azure", + "loc.input.label.versionSpec": "Versione JDK", + "loc.input.help.versionSpec": "Numero che specifica la versione JDK da rendere disponibile nel percorso. Usa una versione numero intero, ad esempio 10", + "loc.input.label.jdkArchitectureOption": "Architettura del JDK", + "loc.input.help.jdkArchitectureOption": "Architettura (x86, x64) del JDK.", + "loc.input.label.jdkSourceOption": "Origine del JDK", + "loc.input.help.jdkSourceOption": "Origine del JDK compresso.", + "loc.input.label.jdkFile": "File del JDK", + "loc.input.help.jdkFile": "Percorso in cui si trova il JDK compresso. Il percorso potrebbe risiedere nel repository di origine o in un percorso locale nell'agente.", + "loc.input.label.azureResourceManagerEndpoint": "Sottoscrizione di Azure", + "loc.input.help.azureResourceManagerEndpoint": "Consente di scegliere la sottoscrizione di Azure Resource Manager per il JDK.", + "loc.input.label.azureStorageAccountName": "Nome dell'account di archiviazione", + "loc.input.help.azureStorageAccountName": "Sono elencati gli account di archiviazione di Azure classico e Resource Manager. Selezionare il nome dell'account di archiviazione in cui si trova il JDK.", + "loc.input.label.azureContainerName": "Nome contenitore", + "loc.input.help.azureContainerName": "Nome del contenitore nell'account di archiviazione in cui si trova il JDK.", + "loc.input.label.azureCommonVirtualFile": "Percorso virtuale comune", + "loc.input.help.azureCommonVirtualFile": "Percorso del JDK all'interno del contenitore di archiviazione di Azure.", + "loc.input.label.jdkDestinationDirectory": "Directory di destinazione", + "loc.input.help.jdkDestinationDirectory": "In Linux e Windows viene usata come directory di destinazione per l'installazione del JDK. In macOS questa directory viene usata come cartella temporanea per l'estrazione dei file con estensione dmg perché macOS non supporta l'installazione del JDK in una directory specifica.", + "loc.input.label.azureResourceGroupName": "Nome gruppo di risorse", + "loc.input.help.azureResourceGroupName": "Nome del gruppo di risorse dell'account di archiviazione.", + "loc.input.label.cleanDestinationDirectory": "Pulisci la directory di destinazione", + "loc.input.help.cleanDestinationDirectory": "Selezionare questa opzione per pulire la directory di destinazione prima di estrarvi il JDK.", + "loc.input.label.createExtractDirectory": "Crea directory per l'estrazione", + "loc.input.help.createExtractDirectory": "Per impostazione predefinita, l'attività crea una directory simile a JAVA_HOME_8_X64_OpenJDK_zip per l'estrazione del JDK. Questa opzione consente di disabilitare la creazione di questa cartella. In questo caso il JDK verrà salvato nella radice di jdkDestinationDirectory", + "loc.messages.DownloadFromAzureBlobStorage": "Download degli artefatti da Archiviazione BLOB di Azure. Nome del contenitore: %s", + "loc.messages.SuccessFullyFetchedItemList": "L'elenco di elementi è stato recuperato", + "loc.messages.StorageAccountDoesNotExist": "Non è stato possibile recuperare l'account di archiviazione di Azure denominato %s.", + "loc.messages.RequestedUrlTooLong": "L'URL richiesto è troppo lungo. Questo problema si verifica in genere quando nella sottoscrizione sono presenti molti gruppi di risorse, si tenta di impostare l'input azureResourceGroupName.", + "loc.messages.UnzipExtractFile": "Estrazione del file: %s", + "loc.messages.SevenZipExtractFile": "Estrazione del file: %s", + "loc.messages.TarExtractFile": "Estrazione del file: %s", + "loc.messages.ExtractFileFailedMsg": "Estrazione non riuscita per il file: %s \ncodice: %d \nstdout: %s \nstderr: %s \nerrore: %s;", + "loc.messages.ExtractNonExistFile": "L'estrazione del file %s non è riuscita perché non esiste.", + "loc.messages.ExtractDirFailed": "L'estrazione del file %s non è riuscita perché è una directory.", + "loc.messages.CreateTempDir": "Creazione della cartella temporanea %s per la decompressione di %s", + "loc.messages.TempDir": "tempFolder = %s", + "loc.messages.DecompressedTempTar": "Il file TAR temporaneo è stato decompresso da %s in %s", + "loc.messages.RemoveTempDir": "Rimozione della cartella temporanea: %s", + "loc.messages.ExtractFailedCannotCreate": "L'estrazione del file %s perché non è stato possibile trovare il percorso temporaneo: %s", + "loc.messages.CleanDestDir": "Pulizia della cartella di destinazione prima dell'estrazione: %s", + "loc.messages.CreateDestDir": "Creazione della cartella di destinazione: %s", + "loc.messages.RetrievingJdkFromAzure": "Recupero del JDK da Archiviazione BLOB di Azure.", + "loc.messages.RetrievingJdkFromLocalPath": "Recupero del JDK dal percorso locale.", + "loc.messages.SucceedMsg": "Sono stati estratti tutti i file.", + "loc.messages.SetJavaHome": "JAVA_HOME verrà impostato su: %s", + "loc.messages.SetExtendedJavaHome": "%s verrà impostato su: %s", + "loc.messages.UnsupportedFileExtension": "Per il file di origine del JDK specificato non esiste alcuna estensione di file supportata.", + "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Non è stato possibile recuperare il token di accesso per Azure. Codice di stato: %s. Messaggio di stato: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "Non è stato possibile recuperare il token di accesso per l'entità servizio gestita. Configurare l'identità del servizio gestita (MSI) per la macchina virtuale 'https://aka.ms/azure-msi-docs'. Codice di stato: %s. Messaggio di stato: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "Non è stato possibile recuperare il token di accesso per l'entità servizio gestita. Codice di stato: %s. Messaggio di stato: %s", + "loc.messages.ExpiredServicePrincipal": "Non è stato possibile recuperare il token di accesso per Azure. Verificare che l'entità servizio usata sia valida e non sia scaduta.", + "loc.messages.CorrelationIdForARM": "ID correlazione della risposta alla chiamata API ARM: %s", + "loc.messages.JavaNotPreinstalled": "Java %s non è preinstallato in questo agente", + "loc.messages.UsePreinstalledJava": "Usa il JDK preinstallato da %s", + "loc.messages.WrongArchiveStructure": "Il file JDK non è valido. Verificare se il file JDK contiene solo una cartella radice con 'bin'.", + "loc.messages.WrongArchiveFile": "Il file di archivio non è corretto. Non esiste alcuna cartella contenente JDK", + "loc.messages.ShareAccessError": "Risorsa condivisa di rete non disponibile: (%s)", + "loc.messages.UnsupportedDMGStructure": "Il file JDK non è supportato. Verificare se il file JDK contiene esattamente una cartella.", + "loc.messages.NoPKGFile": "Non è stato possibile trovare il file PKG.", + "loc.messages.SeveralPKGFiles": "Sono stati trovati più file PKG.", + "loc.messages.InstallJDK": "Installazione del JDK.", + "loc.messages.AttachDiskImage": "Collegamento a un'immagine del disco.", + "loc.messages.DetachDiskImage": "Rimozione di un'immagine del disco.", + "loc.messages.PkgPathDoesNotExist": "Il percorso del pacchetto non esiste.", + "loc.messages.PreInstalledJavaUpgraded": "Il JDK preinstallato è stato aggiornato.", + "loc.messages.JavaSuccessfullyInstalled": "Java è stato installato", + "loc.messages.ArchiveWasExtractedEarlier": "L'archivio con JDK è stato estratto in precedenza. L'estrazione verrà ignorata", + "loc.messages.ExtractingArchiveToPath": "Estrazione dell'archivio in: %s", + "loc.messages.ErrorCleaningFolder": "Errore di pulizia della cartella: %s" } \ No newline at end of file diff --git a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ja-JP/resources.resjson index 34528ae0f9ca..ddb4748376d3 100644 --- a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,76 +1,76 @@ -{ - "loc.friendlyName": "Java tool installer", - "loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) or [see the Java documentation](https://docs.oracle.com/java/)", - "loc.description": "Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME", - "loc.instanceNameFormat": "Use Java $(versionSpec)", - "loc.group.displayName.JavaInAzureGroup": "Download Java from an Azure blob", - "loc.input.label.versionSpec": "JDK version", - "loc.input.help.versionSpec": "A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10", - "loc.input.label.jdkArchitectureOption": "JDK architecture", - "loc.input.help.jdkArchitectureOption": "The architecture (x86, x64) of the JDK.", - "loc.input.label.jdkSourceOption": "JDK source", - "loc.input.help.jdkSourceOption": "Source for the compressed JDK.", - "loc.input.label.jdkFile": "JDK file", - "loc.input.help.jdkFile": "Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.", - "loc.input.label.azureResourceManagerEndpoint": "Azure subscription", - "loc.input.help.azureResourceManagerEndpoint": "Choose the Azure Resource Manager subscription for the JDK.", - "loc.input.label.azureStorageAccountName": "Storage account name", - "loc.input.help.azureStorageAccountName": "Azure Classic and Resource Manager storage accounts are listed. Select the storage account name in which the JDK is located.", - "loc.input.label.azureContainerName": "Container name", - "loc.input.help.azureContainerName": "Name of the container in the storage account in which the JDK is located.", - "loc.input.label.azureCommonVirtualFile": "Common virtual path", - "loc.input.help.azureCommonVirtualFile": "Path to the JDK inside the Azure storage container.", - "loc.input.label.jdkDestinationDirectory": "Destination directory", - "loc.input.help.jdkDestinationDirectory": "Linux および Windows では、これは JDK のインストール先ディレクトリとして使用されます。macOSでは、JDK を特定のディレクトリにインストールすることはサポートされていないため、このディレクトリは .dmg を抽出する際の一時フォルダーとして使用されます。", - "loc.input.label.azureResourceGroupName": "リソース グループ名", - "loc.input.help.azureResourceGroupName": "ストレージ アカウントのリソース グループ名。", - "loc.input.label.cleanDestinationDirectory": "Clean destination directory", - "loc.input.help.cleanDestinationDirectory": "Select this option to clean the destination directory before JDK is extracted into it.", - "loc.input.label.createExtractDirectory": "抽出するためのディレクトリを作成", - "loc.input.help.createExtractDirectory": "既定では、JDK を抽出するために、タスクはこの JAVA_HOME_8_X64_OpenJDK_zip に類似したディレクトリを作成しています。このオプションを使用すると、このフォルダーの作成を無効にすることができます。この場合、JDK は jdkDestinationDirectory のルートに配置されます", - "loc.messages.DownloadFromAzureBlobStorage": "Downloading artifacts from Azure blob storage, Container Name: %s", - "loc.messages.SuccessFullyFetchedItemList": "Successfully fetched list of items", - "loc.messages.StorageAccountDoesNotExist": "名前 %s の Azure ストレージ アカウントを取得できませんでした。", - "loc.messages.RequestedUrlTooLong": "要求の URL が長すぎます。多くの場合、この問題はサブスクリプションに多数のリソース グループがあるときに発生します。azureResourceGroupName の入力を設定してみてください。", - "loc.messages.UnzipExtractFile": "Extracting file: %s", - "loc.messages.SevenZipExtractFile": "Extracting file: %s", - "loc.messages.TarExtractFile": "Extracting file: %s", - "loc.messages.ExtractFileFailedMsg": "Extraction failed for file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", - "loc.messages.ExtractNonExistFile": "Extraction failed for file: %s because it does not exist.", - "loc.messages.ExtractDirFailed": "Extraction failed for file: %s because it is a directory.", - "loc.messages.CreateTempDir": "Creating temp folder: %s to decompress: %s", - "loc.messages.TempDir": "tempFolder = %s", - "loc.messages.DecompressedTempTar": "Decompressed temporary tar from: %s to: %s", - "loc.messages.RemoveTempDir": "Removing temp folder: %s", - "loc.messages.ExtractFailedCannotCreate": "Extraction failed for file: %s because temporary location could not be created: %s", - "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", - "loc.messages.CreateDestDir": "Creating destination folder: %s", - "loc.messages.RetrievingJdkFromAzure": "Retrieving the JDK from Azure blob storage.", - "loc.messages.RetrievingJdkFromLocalPath": "Retrieving the JDK from local path.", - "loc.messages.SucceedMsg": "Successfully extracted all files.", - "loc.messages.SetJavaHome": "JAVA_HOME is being set to: %s", - "loc.messages.SetExtendedJavaHome": "%s is being set to: %s", - "loc.messages.UnsupportedFileExtension": "Specified JDK source file does not have a supported file extension.", - "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Azure 用のアクセス トークンをフェッチできませんでした。状態コード: %s、状態メッセージ: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "マネージド サービス プリンシパルのアクセス トークンをフェッチできませんでした。仮想マシンのマネージド サービス ID (MSI) を構成してください 'https://aka.ms/azure-msi-docs'。状態コード: %s、ステータス メッセージ: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "管理サービス プリンシパルのアクセス トークンをフェッチできませんでした。状態コード: %s、ステータス メッセージ: %s", - "loc.messages.ExpiredServicePrincipal": "Azure のアクセス トークンをフェッチできませんでした。使用されているサービス プリンシパルが有効であり、有効期限が切れていないことを確認してください。", - "loc.messages.CorrelationIdForARM": "ARM API 呼び出しの応答からの関連付け ID: %s", - "loc.messages.JavaNotPreinstalled": "Java %s はこのエージェントにプレインストールされていません", - "loc.messages.UsePreinstalledJava": "%s からプレインストールされた JDK を使用します", - "loc.messages.WrongArchiveStructure": "JDK ファイルが有効ではありません。JDK ファイルに 'bin' が含まれるルート フォルダーが 1 つだけ含まれているかどうかを確認してください。", - "loc.messages.WrongArchiveFile": "アーカイブ ファイルが正しくありません。JDK を含むフォルダーがありません", - "loc.messages.ShareAccessError": "ネットワーク共有リソースを使用できません: (%s)", - "loc.messages.UnsupportedDMGStructure": "JDK ファイルはサポートされていません。JDK ファイルにフォルダーが 1 つだけ含まれているかどうかを確認してください。", - "loc.messages.NoPKGFile": "PKG ファイルが見つかりませんでした。", - "loc.messages.SeveralPKGFiles": "複数の PKG ファイルが見つかりました。", - "loc.messages.InstallJDK": "JDK をインストールしています。", - "loc.messages.AttachDiskImage": "ディスク イメージをアタッチしています。", - "loc.messages.DetachDiskImage": "ディスク イメージをデタッチしています。", - "loc.messages.PkgPathDoesNotExist": "パッケージ パスが存在しません。", - "loc.messages.PreInstalledJavaUpgraded": "プレインストール済みの JDK が更新されました。", - "loc.messages.JavaSuccessfullyInstalled": "Java は正常にインストールされました", - "loc.messages.ArchiveWasExtractedEarlier": "JDK が入ったアーカイブは以前に展開されました - 展開をスキップします", - "loc.messages.ExtractingArchiveToPath": "アーカイブの展開先: %s", - "loc.messages.ErrorCleaningFolder": "フォルダーのクリーンアップ エラー: %s" +{ + "loc.friendlyName": "Java ツール インストーラー", + "loc.helpMarkDown": "[このタスクの詳細](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) または [Java ドキュメントを参照](https://docs.oracle.com/java/)", + "loc.description": "ユーザーが指定する Azure Blob またはツール キャッシュから Java の特定のバージョンを取得し、JAVA_HOME を設定します", + "loc.instanceNameFormat": "Java $(versionSpec) の使用", + "loc.group.displayName.JavaInAzureGroup": "Azure BLOB からの Java のダウンロード", + "loc.input.label.versionSpec": "JDK バージョン", + "loc.input.help.versionSpec": "パスで使用可能にする JDK バージョンを指定する数値です。整数バージョン (10 など) を使用する", + "loc.input.label.jdkArchitectureOption": "JDK アーキテクチャ", + "loc.input.help.jdkArchitectureOption": "JDK のアーキテクチャ (x86、x64)。", + "loc.input.label.jdkSourceOption": "JDK ソース", + "loc.input.help.jdkSourceOption": "圧縮された JDK のソース。", + "loc.input.label.jdkFile": "JDK ファイル", + "loc.input.help.jdkFile": "圧縮 JDK が配置されている場所へのパス。パスは、ソース リポジトリまたはエージェントのローカル パスにある可能性があります。", + "loc.input.label.azureResourceManagerEndpoint": "Azure サブスクリプション", + "loc.input.help.azureResourceManagerEndpoint": "JDK 用の Azure Resource Manager サブスクリプションを選択します。", + "loc.input.label.azureStorageAccountName": "ストレージ アカウント名", + "loc.input.help.azureStorageAccountName": "Azure クラシック アカウントと Resource Manager ストレージ アカウントが一覧表示されます。JDK が存在するストレージ アカウント名を選択します。", + "loc.input.label.azureContainerName": "コンテナー名", + "loc.input.help.azureContainerName": "JDK が存在するストレージ アカウントのコンテナー名です。", + "loc.input.label.azureCommonVirtualFile": "共通仮想パス", + "loc.input.help.azureCommonVirtualFile": "Azure ストレージ コンテナー内の JDK へのパス。", + "loc.input.label.jdkDestinationDirectory": "ダウンロード先ディレクトリ", + "loc.input.help.jdkDestinationDirectory": "Linux および Windows では、これは JDK のインストール先ディレクトリとして使用されます。macOSでは、JDK を特定のディレクトリにインストールすることはサポートされていないため、このディレクトリは .dmg を抽出する際の一時フォルダーとして使用されます。", + "loc.input.label.azureResourceGroupName": "リソース グループ名", + "loc.input.help.azureResourceGroupName": "ストレージ アカウントのリソース グループ名。", + "loc.input.label.cleanDestinationDirectory": "宛先ディレクトリの消去", + "loc.input.help.cleanDestinationDirectory": "JDK を抽出する前に宛先ディレクトリを空にする場合、このオプションを選択します。", + "loc.input.label.createExtractDirectory": "抽出するためのディレクトリを作成", + "loc.input.help.createExtractDirectory": "既定では、JDK を抽出するために、タスクはこの JAVA_HOME_8_X64_OpenJDK_zip に類似したディレクトリを作成しています。このオプションを使用すると、このフォルダーの作成を無効にすることができます。この場合、JDK は jdkDestinationDirectory のルートに配置されます", + "loc.messages.DownloadFromAzureBlobStorage": "Azure Blob Storage から成果物をダウンロードしています。コンテナー名: %s", + "loc.messages.SuccessFullyFetchedItemList": "項目の一覧が正常にフェッチされました", + "loc.messages.StorageAccountDoesNotExist": "名前 %s の Azure ストレージ アカウントを取得できませんでした。", + "loc.messages.RequestedUrlTooLong": "要求の URL が長すぎます。多くの場合、この問題はサブスクリプションに多数のリソース グループがあるときに発生します。azureResourceGroupName の入力を設定してみてください。", + "loc.messages.UnzipExtractFile": "次のファイルを抽出しています: %s", + "loc.messages.SevenZipExtractFile": "次のファイルを抽出しています: %s", + "loc.messages.TarExtractFile": "次のファイルを抽出しています: %s", + "loc.messages.ExtractFileFailedMsg": "ファイル %s を抽出できませんでした\nコード: %d\nstdout: %s\nstderr: %s\nエラー: %s;", + "loc.messages.ExtractNonExistFile": "ファイル %s がないので抽出できませんでした。", + "loc.messages.ExtractDirFailed": "ファイル: %s はディレクトリなので抽出できませんでした。", + "loc.messages.CreateTempDir": "展開するための一時フォルダー %s を作成しています: %s", + "loc.messages.TempDir": "tempFolder = %s", + "loc.messages.DecompressedTempTar": "一時 tar を %s から %s に展開しました", + "loc.messages.RemoveTempDir": "一時フォルダーを削除しています: %s", + "loc.messages.ExtractFailedCannotCreate": "一時保存場所を作成できなかったので、ファイル %s を抽出できませんでした: %s", + "loc.messages.CleanDestDir": "抽出前に宛先フォルダーをクリーニングしています: %s", + "loc.messages.CreateDestDir": "宛先フォルダーを作成しています: %s", + "loc.messages.RetrievingJdkFromAzure": "Azure Blob Storage から JDK を取得しています。", + "loc.messages.RetrievingJdkFromLocalPath": "ローカル パスから JDK を取得しています。", + "loc.messages.SucceedMsg": "すべてのファイルが正常に抽出されました。", + "loc.messages.SetJavaHome": "JAVA_HOME を %s に設定しています", + "loc.messages.SetExtendedJavaHome": "%s を %s に設定しています", + "loc.messages.UnsupportedFileExtension": "指定した JDK ソース ファイルには、サポートされているファイル拡張子がありません。", + "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Azure 用のアクセス トークンをフェッチできませんでした。状態コード: %s、状態メッセージ: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "マネージド サービス プリンシパルのアクセス トークンをフェッチできませんでした。仮想マシンのマネージド サービス ID (MSI) を構成してください 'https://aka.ms/azure-msi-docs'。状態コード: %s、ステータス メッセージ: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "管理サービス プリンシパルのアクセス トークンをフェッチできませんでした。状態コード: %s、ステータス メッセージ: %s", + "loc.messages.ExpiredServicePrincipal": "Azure のアクセス トークンをフェッチできませんでした。使用されているサービス プリンシパルが有効であり、有効期限が切れていないことを確認してください。", + "loc.messages.CorrelationIdForARM": "ARM API 呼び出しの応答からの関連付け ID: %s", + "loc.messages.JavaNotPreinstalled": "Java %s はこのエージェントにプレインストールされていません", + "loc.messages.UsePreinstalledJava": "%s からプレインストールされた JDK を使用します", + "loc.messages.WrongArchiveStructure": "JDK ファイルが有効ではありません。JDK ファイルに 'bin' が含まれるルート フォルダーが 1 つだけ含まれているかどうかを確認してください。", + "loc.messages.WrongArchiveFile": "アーカイブ ファイルが正しくありません。JDK を含むフォルダーがありません", + "loc.messages.ShareAccessError": "ネットワーク共有リソースを使用できません: (%s)", + "loc.messages.UnsupportedDMGStructure": "JDK ファイルはサポートされていません。JDK ファイルにフォルダーが 1 つだけ含まれているかどうかを確認してください。", + "loc.messages.NoPKGFile": "PKG ファイルが見つかりませんでした。", + "loc.messages.SeveralPKGFiles": "複数の PKG ファイルが見つかりました。", + "loc.messages.InstallJDK": "JDK をインストールしています。", + "loc.messages.AttachDiskImage": "ディスク イメージをアタッチしています。", + "loc.messages.DetachDiskImage": "ディスク イメージをデタッチしています。", + "loc.messages.PkgPathDoesNotExist": "パッケージ パスが存在しません。", + "loc.messages.PreInstalledJavaUpgraded": "プレインストール済みの JDK が更新されました。", + "loc.messages.JavaSuccessfullyInstalled": "Java は正常にインストールされました", + "loc.messages.ArchiveWasExtractedEarlier": "JDK が入ったアーカイブは以前に展開されました - 展開をスキップします", + "loc.messages.ExtractingArchiveToPath": "アーカイブの展開先: %s", + "loc.messages.ErrorCleaningFolder": "フォルダーのクリーンアップ エラー: %s" } \ No newline at end of file diff --git a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ko-KR/resources.resjson index b1ba9d1efc6a..4117ff54c2fa 100644 --- a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,76 +1,76 @@ -{ - "loc.friendlyName": "Java tool installer", - "loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) or [see the Java documentation](https://docs.oracle.com/java/)", - "loc.description": "Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME", - "loc.instanceNameFormat": "Use Java $(versionSpec)", - "loc.group.displayName.JavaInAzureGroup": "Download Java from an Azure blob", - "loc.input.label.versionSpec": "JDK version", - "loc.input.help.versionSpec": "A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10", - "loc.input.label.jdkArchitectureOption": "JDK architecture", - "loc.input.help.jdkArchitectureOption": "The architecture (x86, x64) of the JDK.", - "loc.input.label.jdkSourceOption": "JDK source", - "loc.input.help.jdkSourceOption": "Source for the compressed JDK.", - "loc.input.label.jdkFile": "JDK file", - "loc.input.help.jdkFile": "Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.", - "loc.input.label.azureResourceManagerEndpoint": "Azure subscription", - "loc.input.help.azureResourceManagerEndpoint": "Choose the Azure Resource Manager subscription for the JDK.", - "loc.input.label.azureStorageAccountName": "Storage account name", - "loc.input.help.azureStorageAccountName": "Azure Classic and Resource Manager storage accounts are listed. Select the storage account name in which the JDK is located.", - "loc.input.label.azureContainerName": "Container name", - "loc.input.help.azureContainerName": "Name of the container in the storage account in which the JDK is located.", - "loc.input.label.azureCommonVirtualFile": "Common virtual path", - "loc.input.help.azureCommonVirtualFile": "Path to the JDK inside the Azure storage container.", - "loc.input.label.jdkDestinationDirectory": "Destination directory", - "loc.input.help.jdkDestinationDirectory": "Linux 및 Windows에서 이 항목은 JDK 설치를위한 대상 디렉터리로 사용됩니다. macOS에서는 macOS가 특정 디렉터리에 JDK 설치를 지원하지 않으므로 이 디렉터리는 .dmg를 추출하기 위한 임시 폴더로 사용됩니다.", - "loc.input.label.azureResourceGroupName": "리소스 그룹 이름", - "loc.input.help.azureResourceGroupName": "스토리지 계정의 리소스 그룹 이름입니다.", - "loc.input.label.cleanDestinationDirectory": "Clean destination directory", - "loc.input.help.cleanDestinationDirectory": "Select this option to clean the destination directory before JDK is extracted into it.", - "loc.input.label.createExtractDirectory": "추출할 디렉터리 만들기", - "loc.input.help.createExtractDirectory": "기본적으로 작업은 JDK를 추출하기 위해 이 JAVA_HOME_8_X64_OpenJDK_zip과 유사한 디렉터리를 작성합니다. 이 옵션을 사용하면 이 폴더 생성을 비활성화할 수 있습니다. 이 경우 JDK는 jdkDestinationDirectory의 루트에 있습니다.", - "loc.messages.DownloadFromAzureBlobStorage": "Downloading artifacts from Azure blob storage, Container Name: %s", - "loc.messages.SuccessFullyFetchedItemList": "Successfully fetched list of items", - "loc.messages.StorageAccountDoesNotExist": "이름이 %s인 Azure Storage 계정을 가져오지 못했습니다.", - "loc.messages.RequestedUrlTooLong": "Requested URL is too long, this usually happen when you have a lot of Resource Groups in the subscription, try to set azureResourceGroupName input.", - "loc.messages.UnzipExtractFile": "Extracting file: %s", - "loc.messages.SevenZipExtractFile": "Extracting file: %s", - "loc.messages.TarExtractFile": "Extracting file: %s", - "loc.messages.ExtractFileFailedMsg": "Extraction failed for file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", - "loc.messages.ExtractNonExistFile": "Extraction failed for file: %s because it does not exist.", - "loc.messages.ExtractDirFailed": "Extraction failed for file: %s because it is a directory.", - "loc.messages.CreateTempDir": "Creating temp folder: %s to decompress: %s", - "loc.messages.TempDir": "tempFolder = %s", - "loc.messages.DecompressedTempTar": "Decompressed temporary tar from: %s to: %s", - "loc.messages.RemoveTempDir": "Removing temp folder: %s", - "loc.messages.ExtractFailedCannotCreate": "Extraction failed for file: %s because temporary location could not be created: %s", - "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", - "loc.messages.CreateDestDir": "Creating destination folder: %s", - "loc.messages.RetrievingJdkFromAzure": "Retrieving the JDK from Azure blob storage.", - "loc.messages.RetrievingJdkFromLocalPath": "Retrieving the JDK from local path.", - "loc.messages.SucceedMsg": "Successfully extracted all files.", - "loc.messages.SetJavaHome": "JAVA_HOME is being set to: %s", - "loc.messages.SetExtendedJavaHome": "%s is being set to: %s", - "loc.messages.UnsupportedFileExtension": "Specified JDK source file does not have a supported file extension.", - "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Azure에 대한 액세스 토큰을 페치할 수 없습니다. 상태 코드: %s, 상태 메시지: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "관리 서비스 주체에 대한 액세스 토큰을 페치할 수 없습니다. 가상 머신에 대한 MSI(관리 서비스 ID)를 구성하세요('https://aka.ms/azure-msi-docs'). 상태 코드: %s, 상태 메시지: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "관리 서비스 주체에 대한 액세스 토큰을 페치할 수 없습니다. 상태 코드: %s, 상태 메시지: %s", - "loc.messages.ExpiredServicePrincipal": "Azure의 액세스 토큰을 페치할 수 없습니다. 사용한 서비스 주체가 유효하고 만료되지 않았는지 확인하세요.", - "loc.messages.CorrelationIdForARM": "ARM API 호출 응답의 상관 관계 ID: %s", - "loc.messages.JavaNotPreinstalled": "Java %s이(가) 이 에이전트에 사전 설치되지 않음", - "loc.messages.UsePreinstalledJava": "%s에서 사전 설치된 JDK 사용", - "loc.messages.WrongArchiveStructure": "JDK 파일이 잘못되었습니다. JDK 파일 안에 'bin'이 포함된 루트 폴더가 하나만 포함되어 있는지 확인하세요.", - "loc.messages.WrongArchiveFile": "보관 파일이 잘못되었습니다. JDK를 포함하는 폴더가 없습니다.", - "loc.messages.ShareAccessError": "네트워크 공유 리소스를 사용할 수 없음: (%s)", - "loc.messages.UnsupportedDMGStructure": "JDK 파일이 지원되지 않습니다. JDK 파일 안에 정확하게 폴더가 하나 포함되어 있는지 확인하세요.", - "loc.messages.NoPKGFile": "PKG 파일을 찾을 수 없습니다.", - "loc.messages.SeveralPKGFiles": "PKG 파일을 두 개 이상 찾았습니다.", - "loc.messages.InstallJDK": "JDK를 설치하는 중입니다.", - "loc.messages.AttachDiskImage": "디스크 이미지를 연결합니다.", - "loc.messages.DetachDiskImage": "디스크 이미지를 분리하는 중입니다.", - "loc.messages.PkgPathDoesNotExist": "패키지 경로가 없습니다.", - "loc.messages.PreInstalledJavaUpgraded": "사전 설치된 JDK를 업데이트했습니다.", - "loc.messages.JavaSuccessfullyInstalled": "Java가 설치됨", - "loc.messages.ArchiveWasExtractedEarlier": "JDK를 사용한 보관 파일의 압축을 이전에 풀었습니다. 압축 풀기를 건너뜁니다.", - "loc.messages.ExtractingArchiveToPath": "%s에 보관 파일의 압축을 푸는 중", - "loc.messages.ErrorCleaningFolder": "폴더 정리 오류: %s" +{ + "loc.friendlyName": "Java 도구 설치 관리자", + "loc.helpMarkDown": "[이 작업에 대한 자세히 알아보기](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) 또는 [Java 설명서 참조](https://docs.oracle.com/java/)", + "loc.description": "사용자 제공 Azure Blob 또는 도구 캐시에서 특정 버전의 Java를 가져오고 JAVA_HOME을 설정합니다.", + "loc.instanceNameFormat": "Java $(versionSpec) 사용", + "loc.group.displayName.JavaInAzureGroup": "Azure Blob에서 Java 다운로드", + "loc.input.label.versionSpec": "JDK 버전", + "loc.input.help.versionSpec": "경로에서 사용할 수 있도록 JDK 버전을 지정하는 숫자입니다. 10과 같은 정수 버전 사용", + "loc.input.label.jdkArchitectureOption": "JDK 아키텍처", + "loc.input.help.jdkArchitectureOption": "JDK의 아키텍처(x86, x64)입니다.", + "loc.input.label.jdkSourceOption": "JDK 소스", + "loc.input.help.jdkSourceOption": "압축된 JDK의 소스입니다.", + "loc.input.label.jdkFile": "JDK 파일", + "loc.input.help.jdkFile": "압축된 JDK가 있는 위치로의 경로입니다. 경로가 원본 리포지토리 또는 에이전트의 로컬 경로에 있을 수 있습니다.", + "loc.input.label.azureResourceManagerEndpoint": "Azure 구독", + "loc.input.help.azureResourceManagerEndpoint": "JDK에 대한 Azure Resource Manager 구독을 선택합니다.", + "loc.input.label.azureStorageAccountName": "스토리지 계정 이름", + "loc.input.help.azureStorageAccountName": "Azure 클래식 및 Resource Manager 스토리지 계정이 나열됩니다. JDK가 있는 스토리지 계정 이름을 선택합니다.", + "loc.input.label.azureContainerName": "컨테이너 이름", + "loc.input.help.azureContainerName": "JDK가 있는 저장소 계정에 있는 컨테이너 이름입니다.", + "loc.input.label.azureCommonVirtualFile": "공통 가상 경로", + "loc.input.help.azureCommonVirtualFile": "Azure Storage 컨테이너 내에 있는 JDK의 경로입니다.", + "loc.input.label.jdkDestinationDirectory": "대상 디렉터리", + "loc.input.help.jdkDestinationDirectory": "Linux 및 Windows에서 이 항목은 JDK 설치를위한 대상 디렉터리로 사용됩니다. macOS에서는 macOS가 특정 디렉터리에 JDK 설치를 지원하지 않으므로 이 디렉터리는 .dmg를 추출하기 위한 임시 폴더로 사용됩니다.", + "loc.input.label.azureResourceGroupName": "리소스 그룹 이름", + "loc.input.help.azureResourceGroupName": "스토리지 계정의 리소스 그룹 이름입니다.", + "loc.input.label.cleanDestinationDirectory": "대상 디렉터리 정리", + "loc.input.help.cleanDestinationDirectory": "JDK를 대상 디렉터리에 추출하기 전에 대상 디렉터리를 정리하려면 이 옵션을 선택합니다.", + "loc.input.label.createExtractDirectory": "추출할 디렉터리 만들기", + "loc.input.help.createExtractDirectory": "기본적으로 작업은 JDK를 추출하기 위해 이 JAVA_HOME_8_X64_OpenJDK_zip과 유사한 디렉터리를 작성합니다. 이 옵션을 사용하면 이 폴더 생성을 비활성화할 수 있습니다. 이 경우 JDK는 jdkDestinationDirectory의 루트에 있습니다.", + "loc.messages.DownloadFromAzureBlobStorage": "Azure Blob Storage에서 아티팩트를 다운로드하는 중입니다. 컨네이너 이름: %s", + "loc.messages.SuccessFullyFetchedItemList": "항목 목록을 가져왔습니다.", + "loc.messages.StorageAccountDoesNotExist": "이름이 %s인 Azure Storage 계정을 가져오지 못했습니다.", + "loc.messages.RequestedUrlTooLong": "요청된 URL이 너무 깁니다. 일반적으로 구독에 많은 리소스 그룹이 있을 때 발생합니다. azureResourceGroupName 입력을 설정해 보세요.", + "loc.messages.UnzipExtractFile": "파일 압축을 푸는 중: %s", + "loc.messages.SevenZipExtractFile": "파일 압축을 푸는 중: %s", + "loc.messages.TarExtractFile": "파일 압축을 푸는 중: %s", + "loc.messages.ExtractFileFailedMsg": "파일에 대한 추출 실패: %s \n코드: %d \nstdout: %s \nstderr: %s \n오류: %s;", + "loc.messages.ExtractNonExistFile": "%s 파일은 없으므로 압축하지 못했습니다.", + "loc.messages.ExtractDirFailed": "%s 파일은 디렉터리이므로 압축을 풀지 못했습니다.", + "loc.messages.CreateTempDir": "압축을 풀 임시 폴더 %s을(를) 만드는 중입니다. %s", + "loc.messages.TempDir": "tempFolder = %s", + "loc.messages.DecompressedTempTar": "%s에 있는 임시 tar 파일의 압축을 %s(으)로 풀었습니다.", + "loc.messages.RemoveTempDir": "임시 폴더를 제거하는 중입니다. %s", + "loc.messages.ExtractFailedCannotCreate": "임시 위치를 만들 수 없으므로 %s 파일을 압축하지 못했습니다. %s", + "loc.messages.CleanDestDir": "압축 전에 대상 폴더를 지우는 중입니다. %s", + "loc.messages.CreateDestDir": "대상 폴더를 지우는 중입니다. %s", + "loc.messages.RetrievingJdkFromAzure": "Azure Blob Storage에서 JDK를 검색하는 중입니다.", + "loc.messages.RetrievingJdkFromLocalPath": "로컬 경로에서 JDK를 검색하는 중입니다.", + "loc.messages.SucceedMsg": "모든 파일을 압축했습니다.", + "loc.messages.SetJavaHome": "JAVA_HOME이 %s(으)로 설정됩니다.", + "loc.messages.SetExtendedJavaHome": "%s이(가) %s(으)로 설정됩니다.", + "loc.messages.UnsupportedFileExtension": "지정한 JDK 소스 파일의 파일 확장명이 지원되지 않습니다.", + "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "Azure에 대한 액세스 토큰을 페치할 수 없습니다. 상태 코드: %s, 상태 메시지: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "관리 서비스 주체에 대한 액세스 토큰을 페치할 수 없습니다. 가상 머신에 대한 MSI(관리 서비스 ID)를 구성하세요('https://aka.ms/azure-msi-docs'). 상태 코드: %s, 상태 메시지: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "관리 서비스 주체에 대한 액세스 토큰을 페치할 수 없습니다. 상태 코드: %s, 상태 메시지: %s", + "loc.messages.ExpiredServicePrincipal": "Azure의 액세스 토큰을 페치할 수 없습니다. 사용한 서비스 주체가 유효하고 만료되지 않았는지 확인하세요.", + "loc.messages.CorrelationIdForARM": "ARM API 호출 응답의 상관 관계 ID: %s", + "loc.messages.JavaNotPreinstalled": "Java %s이(가) 이 에이전트에 사전 설치되지 않음", + "loc.messages.UsePreinstalledJava": "%s에서 사전 설치된 JDK 사용", + "loc.messages.WrongArchiveStructure": "JDK 파일이 잘못되었습니다. JDK 파일 안에 'bin'이 포함된 루트 폴더가 하나만 포함되어 있는지 확인하세요.", + "loc.messages.WrongArchiveFile": "보관 파일이 잘못되었습니다. JDK를 포함하는 폴더가 없습니다.", + "loc.messages.ShareAccessError": "네트워크 공유 리소스를 사용할 수 없음: (%s)", + "loc.messages.UnsupportedDMGStructure": "JDK 파일이 지원되지 않습니다. JDK 파일 안에 정확하게 폴더가 하나 포함되어 있는지 확인하세요.", + "loc.messages.NoPKGFile": "PKG 파일을 찾을 수 없습니다.", + "loc.messages.SeveralPKGFiles": "PKG 파일을 두 개 이상 찾았습니다.", + "loc.messages.InstallJDK": "JDK를 설치하는 중입니다.", + "loc.messages.AttachDiskImage": "디스크 이미지를 연결합니다.", + "loc.messages.DetachDiskImage": "디스크 이미지를 분리하는 중입니다.", + "loc.messages.PkgPathDoesNotExist": "패키지 경로가 없습니다.", + "loc.messages.PreInstalledJavaUpgraded": "사전 설치된 JDK를 업데이트했습니다.", + "loc.messages.JavaSuccessfullyInstalled": "Java가 설치됨", + "loc.messages.ArchiveWasExtractedEarlier": "JDK를 사용한 보관 파일의 압축을 이전에 풀었습니다. 압축 풀기를 건너뜁니다.", + "loc.messages.ExtractingArchiveToPath": "%s에 보관 파일의 압축을 푸는 중", + "loc.messages.ErrorCleaningFolder": "폴더 정리 오류: %s" } \ No newline at end of file diff --git a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-CN/resources.resjson index 54ec4bc3d086..d43ff9dc0af9 100644 --- a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,76 +1,76 @@ -{ - "loc.friendlyName": "Java tool installer", - "loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) or [see the Java documentation](https://docs.oracle.com/java/)", - "loc.description": "Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME", - "loc.instanceNameFormat": "Use Java $(versionSpec)", - "loc.group.displayName.JavaInAzureGroup": "Download Java from an Azure blob", - "loc.input.label.versionSpec": "JDK version", - "loc.input.help.versionSpec": "A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10", - "loc.input.label.jdkArchitectureOption": "JDK architecture", - "loc.input.help.jdkArchitectureOption": "The architecture (x86, x64) of the JDK.", - "loc.input.label.jdkSourceOption": "JDK source", - "loc.input.help.jdkSourceOption": "Source for the compressed JDK.", - "loc.input.label.jdkFile": "JDK file", - "loc.input.help.jdkFile": "Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.", - "loc.input.label.azureResourceManagerEndpoint": "Azure subscription", - "loc.input.help.azureResourceManagerEndpoint": "Choose the Azure Resource Manager subscription for the JDK.", - "loc.input.label.azureStorageAccountName": "Storage account name", - "loc.input.help.azureStorageAccountName": "Azure Classic and Resource Manager storage accounts are listed. Select the storage account name in which the JDK is located.", - "loc.input.label.azureContainerName": "Container name", - "loc.input.help.azureContainerName": "Name of the container in the storage account in which the JDK is located.", - "loc.input.label.azureCommonVirtualFile": "Common virtual path", - "loc.input.help.azureCommonVirtualFile": "Path to the JDK inside the Azure storage container.", - "loc.input.label.jdkDestinationDirectory": "Destination directory", - "loc.input.help.jdkDestinationDirectory": "在 Linux 和 Windows 上,它用作 JDK 安装的目标目录。在 macOS 上,此目录用作提取 .dmg 文件的临时文件夹,因为 macOS 不支持将 JDK 安装到特定目录。", - "loc.input.label.azureResourceGroupName": "资源组名称", - "loc.input.help.azureResourceGroupName": "存储帐户的资源组名称。", - "loc.input.label.cleanDestinationDirectory": "Clean destination directory", - "loc.input.help.cleanDestinationDirectory": "Select this option to clean the destination directory before JDK is extracted into it.", - "loc.input.label.createExtractDirectory": "创建用于提取的目录", - "loc.input.help.createExtractDirectory": "默认情况下,任务将为提取 JDK 创建类似此 JAVA_HOME_8_X64_OpenJDK_zip 的目录。此选项允许禁用创建此文件夹,在这种情况下,JDK 将位于 jdkDestinationDirectory 的根中", - "loc.messages.DownloadFromAzureBlobStorage": "Downloading artifacts from Azure blob storage, Container Name: %s", - "loc.messages.SuccessFullyFetchedItemList": "Successfully fetched list of items", - "loc.messages.StorageAccountDoesNotExist": "无法获取名为 %s 的 Azure 存储帐户。", - "loc.messages.RequestedUrlTooLong": "请求的 URL 太长,订阅中有大量资源组时通常会发生这种情况,请尝试设置 azureResourceGroupName 输入。", - "loc.messages.UnzipExtractFile": "Extracting file: %s", - "loc.messages.SevenZipExtractFile": "Extracting file: %s", - "loc.messages.TarExtractFile": "Extracting file: %s", - "loc.messages.ExtractFileFailedMsg": "Extraction failed for file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", - "loc.messages.ExtractNonExistFile": "Extraction failed for file: %s because it does not exist.", - "loc.messages.ExtractDirFailed": "Extraction failed for file: %s because it is a directory.", - "loc.messages.CreateTempDir": "Creating temp folder: %s to decompress: %s", - "loc.messages.TempDir": "tempFolder = %s", - "loc.messages.DecompressedTempTar": "Decompressed temporary tar from: %s to: %s", - "loc.messages.RemoveTempDir": "Removing temp folder: %s", - "loc.messages.ExtractFailedCannotCreate": "Extraction failed for file: %s because temporary location could not be created: %s", - "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", - "loc.messages.CreateDestDir": "Creating destination folder: %s", - "loc.messages.RetrievingJdkFromAzure": "Retrieving the JDK from Azure blob storage.", - "loc.messages.RetrievingJdkFromLocalPath": "Retrieving the JDK from local path.", - "loc.messages.SucceedMsg": "Successfully extracted all files.", - "loc.messages.SetJavaHome": "JAVA_HOME is being set to: %s", - "loc.messages.SetExtendedJavaHome": "%s is being set to: %s", - "loc.messages.UnsupportedFileExtension": "Specified JDK source file does not have a supported file extension.", - "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "无法提取 Azure 的访问令牌。状态代码: %s,状态消息: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "无法提取托管服务主体的访问令牌。请为虚拟机配置托管服务标识(MSI)(https://aka.ms/azure-msi-docs)。状态代码: %s,状态消息: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "无法提取托管服务主体的访问令牌。状态代码: %s,状态消息: %s", - "loc.messages.ExpiredServicePrincipal": "无法提取 Azure 的访问令牌。请确保使用的服务主体有效且未过期。", - "loc.messages.CorrelationIdForARM": "来自 ARM API 调用响应的相关 ID: %s", - "loc.messages.JavaNotPreinstalled": "在此代理上未预安装 Java %s", - "loc.messages.UsePreinstalledJava": "使用 %s 中的预安装 JDK", - "loc.messages.WrongArchiveStructure": "JDK 文件无效。验证 JDK 文件中是否只有一个根文件夹,其中包含 'bin' 文件夹。", - "loc.messages.WrongArchiveFile": "存档文件错误。没有任何包含 JDK 的文件夹", - "loc.messages.ShareAccessError": "网络共享资源不可用: (%s)", - "loc.messages.UnsupportedDMGStructure": "JDK 文件不受支持。验证 JDK 文件中是否恰好包含一个文件夹。", - "loc.messages.NoPKGFile": "找不到 PKG 文件。", - "loc.messages.SeveralPKGFiles": "找到多个 PKG 文件。", - "loc.messages.InstallJDK": "正在安装 JDK。", - "loc.messages.AttachDiskImage": "附加数据映像。", - "loc.messages.DetachDiskImage": "正在分离磁盘映像。", - "loc.messages.PkgPathDoesNotExist": "包路径不存在。", - "loc.messages.PreInstalledJavaUpgraded": "预安装的 JDK 已更新。", - "loc.messages.JavaSuccessfullyInstalled": "已成功安装 Java", - "loc.messages.ArchiveWasExtractedEarlier": "之前已提取了 JDK 的存档 - 正在跳过提取", - "loc.messages.ExtractingArchiveToPath": "正在将存档提取到: %s", - "loc.messages.ErrorCleaningFolder": "文件夹清理错误: %s" +{ + "loc.friendlyName": "Java 工具安装程序", + "loc.helpMarkDown": "[了解有关此任务的详细信息](https://learn.microsoft.com/zh-cn/azure/devops/pipelines/tasks/reference/java-tool-installer-v1)或 [参阅 Java 文档](https://docs.oracle.com/java/)", + "loc.description": "从用户提供的 Azure blob 或工具缓存中获取特定版本的 Java,并设置 JAVA_HOME", + "loc.instanceNameFormat": "使用 Java $(versionSpec)", + "loc.group.displayName.JavaInAzureGroup": "从 Azure blob 下载 Java", + "loc.input.label.versionSpec": "JDK 版本", + "loc.input.help.versionSpec": "指定要在路径上提供的 JDK 版本的数字。使用整数版本,例如 10", + "loc.input.label.jdkArchitectureOption": "JDK 体系结构", + "loc.input.help.jdkArchitectureOption": "JDK 的体系结构(x86、x64)。", + "loc.input.label.jdkSourceOption": "JDK 源", + "loc.input.help.jdkSourceOption": "压缩 JDK 的源。", + "loc.input.label.jdkFile": "JDK 文件", + "loc.input.help.jdkFile": "压缩 JDK 所在的路径。路径可以位于源存储库中,也可以位于代理上的本地路径中。", + "loc.input.label.azureResourceManagerEndpoint": "Azure 订阅", + "loc.input.help.azureResourceManagerEndpoint": "为 JDK 选择 Azure 资源管理器订阅。", + "loc.input.label.azureStorageAccountName": "存储帐户名", + "loc.input.help.azureStorageAccountName": "已列出 Azure 经典和资源管理器存储帐户。选择 JDK 所在的存储帐户名。", + "loc.input.label.azureContainerName": "容器名称", + "loc.input.help.azureContainerName": "JDK 所在存储帐户中的容器的名称。", + "loc.input.label.azureCommonVirtualFile": "常见虚拟路径", + "loc.input.help.azureCommonVirtualFile": "JDK 在 Azure 存储容器中的路径。", + "loc.input.label.jdkDestinationDirectory": "目标目录", + "loc.input.help.jdkDestinationDirectory": "在 Linux 和 Windows 上,它用作 JDK 安装的目标目录。在 macOS 上,此目录用作提取 .dmg 文件的临时文件夹,因为 macOS 不支持将 JDK 安装到特定目录。", + "loc.input.label.azureResourceGroupName": "资源组名称", + "loc.input.help.azureResourceGroupName": "存储帐户的资源组名称。", + "loc.input.label.cleanDestinationDirectory": "清理目标目录", + "loc.input.help.cleanDestinationDirectory": "选择此选项,以在将 JDK 提取到目标目录之前对其进行清理。", + "loc.input.label.createExtractDirectory": "创建用于提取的目录", + "loc.input.help.createExtractDirectory": "默认情况下,任务将为提取 JDK 创建类似此 JAVA_HOME_8_X64_OpenJDK_zip 的目录。此选项允许禁用创建此文件夹,在这种情况下,JDK 将位于 jdkDestinationDirectory 的根中", + "loc.messages.DownloadFromAzureBlobStorage": "正在从 Azure blob 存储下载生成工件,容器名称: %s", + "loc.messages.SuccessFullyFetchedItemList": "已成功提取项列表", + "loc.messages.StorageAccountDoesNotExist": "无法获取名为 %s 的 Azure 存储帐户。", + "loc.messages.RequestedUrlTooLong": "请求的 URL 太长,订阅中有大量资源组时通常会发生这种情况,请尝试设置 azureResourceGroupName 输入。", + "loc.messages.UnzipExtractFile": "正在提取文件: %s", + "loc.messages.SevenZipExtractFile": "正在提取文件: %s", + "loc.messages.TarExtractFile": "正在提取文件: %s", + "loc.messages.ExtractFileFailedMsg": "文件 %s 提取失败\n代码: %d\nstdout: %s\nstderr: %s\n错误: %s;", + "loc.messages.ExtractNonExistFile": "文件 %s 提取失败,因为它不存在。", + "loc.messages.ExtractDirFailed": "文件 %s 提取失败,因为它是一个目录。", + "loc.messages.CreateTempDir": "正在创建临时文件夹 %s 以解压缩 %s", + "loc.messages.TempDir": "tempFolder = %s", + "loc.messages.DecompressedTempTar": "已将临时 tar 从 %s 解压缩到 %s", + "loc.messages.RemoveTempDir": "正在移除临时文件夹: %s", + "loc.messages.ExtractFailedCannotCreate": "文件 %s 提取失败,因为无法创建临时位置 %s", + "loc.messages.CleanDestDir": "提取前需清理目标文件夹: %s", + "loc.messages.CreateDestDir": "正在创建目标文件夹: %s", + "loc.messages.RetrievingJdkFromAzure": "正在检索 Azure blob 存储中的 JDK。", + "loc.messages.RetrievingJdkFromLocalPath": "正在检索本地路径中的 JDK。", + "loc.messages.SucceedMsg": "已成功提取所有文件。", + "loc.messages.SetJavaHome": "正在将 JAVA_HOME 设置为: %s", + "loc.messages.SetExtendedJavaHome": "正在将 %s 设置为: %s", + "loc.messages.UnsupportedFileExtension": "指定的 JDK 源文件没有受支持的文件扩展名。", + "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "无法提取 Azure 的访问令牌。状态代码: %s,状态消息: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "无法提取托管服务主体的访问令牌。请为虚拟机配置托管服务标识(MSI)(https://aka.ms/azure-msi-docs)。状态代码: %s,状态消息: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "无法提取托管服务主体的访问令牌。状态代码: %s,状态消息: %s", + "loc.messages.ExpiredServicePrincipal": "无法提取 Azure 的访问令牌。请确保使用的服务主体有效且未过期。", + "loc.messages.CorrelationIdForARM": "来自 ARM API 调用响应的相关 ID: %s", + "loc.messages.JavaNotPreinstalled": "在此代理上未预安装 Java %s", + "loc.messages.UsePreinstalledJava": "使用 %s 中的预安装 JDK", + "loc.messages.WrongArchiveStructure": "JDK 文件无效。验证 JDK 文件中是否只有一个根文件夹,其中包含 'bin' 文件夹。", + "loc.messages.WrongArchiveFile": "存档文件错误。没有任何包含 JDK 的文件夹", + "loc.messages.ShareAccessError": "网络共享资源不可用: (%s)", + "loc.messages.UnsupportedDMGStructure": "JDK 文件不受支持。验证 JDK 文件中是否恰好包含一个文件夹。", + "loc.messages.NoPKGFile": "找不到 PKG 文件。", + "loc.messages.SeveralPKGFiles": "找到多个 PKG 文件。", + "loc.messages.InstallJDK": "正在安装 JDK。", + "loc.messages.AttachDiskImage": "附加数据映像。", + "loc.messages.DetachDiskImage": "正在分离磁盘映像。", + "loc.messages.PkgPathDoesNotExist": "包路径不存在。", + "loc.messages.PreInstalledJavaUpgraded": "预安装的 JDK 已更新。", + "loc.messages.JavaSuccessfullyInstalled": "已成功安装 Java", + "loc.messages.ArchiveWasExtractedEarlier": "之前已提取了 JDK 的存档 - 正在跳过提取", + "loc.messages.ExtractingArchiveToPath": "正在将存档提取到: %s", + "loc.messages.ErrorCleaningFolder": "文件夹清理错误: %s" } \ No newline at end of file diff --git a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-TW/resources.resjson index b8e308aa2aa9..ee410abf975d 100644 --- a/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/JavaToolInstallerV1/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,76 +1,76 @@ -{ - "loc.friendlyName": "Java tool installer", - "loc.helpMarkDown": "[Learn more about this task](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) or [see the Java documentation](https://docs.oracle.com/java/)", - "loc.description": "Acquire a specific version of Java from a user-supplied Azure blob or the tool cache and sets JAVA_HOME", - "loc.instanceNameFormat": "Use Java $(versionSpec)", - "loc.group.displayName.JavaInAzureGroup": "Download Java from an Azure blob", - "loc.input.label.versionSpec": "JDK version", - "loc.input.help.versionSpec": "A number that specifies the JDK version to make available on the path. Use a whole number version, such as 10", - "loc.input.label.jdkArchitectureOption": "JDK architecture", - "loc.input.help.jdkArchitectureOption": "The architecture (x86, x64) of the JDK.", - "loc.input.label.jdkSourceOption": "JDK source", - "loc.input.help.jdkSourceOption": "Source for the compressed JDK.", - "loc.input.label.jdkFile": "JDK file", - "loc.input.help.jdkFile": "Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.", - "loc.input.label.azureResourceManagerEndpoint": "Azure subscription", - "loc.input.help.azureResourceManagerEndpoint": "Choose the Azure Resource Manager subscription for the JDK.", - "loc.input.label.azureStorageAccountName": "Storage account name", - "loc.input.help.azureStorageAccountName": "Azure Classic and Resource Manager storage accounts are listed. Select the storage account name in which the JDK is located.", - "loc.input.label.azureContainerName": "Container name", - "loc.input.help.azureContainerName": "Name of the container in the storage account in which the JDK is located.", - "loc.input.label.azureCommonVirtualFile": "Common virtual path", - "loc.input.help.azureCommonVirtualFile": "Path to the JDK inside the Azure storage container.", - "loc.input.label.jdkDestinationDirectory": "Destination directory", - "loc.input.help.jdkDestinationDirectory": "在 Linux 和 Windows 上,這是作為 JDK 安裝的目的地目錄使用。在 macOS 上,這個目錄是作為解壓縮 .dmg 的暫存資料夾使用,因為 macOS 不支援將 JDK 安裝至特定目錄。", - "loc.input.label.azureResourceGroupName": "資源群組名稱", - "loc.input.help.azureResourceGroupName": "Resource Group name of the storage account.", - "loc.input.label.cleanDestinationDirectory": "Clean destination directory", - "loc.input.help.cleanDestinationDirectory": "Select this option to clean the destination directory before JDK is extracted into it.", - "loc.input.label.createExtractDirectory": "建立用於解壓縮的目錄", - "loc.input.help.createExtractDirectory": "根據預設,工作會建立與這個 JAVA_HOME_8_X64_OpenJDK_zip 類似的目錄來解壓縮 JDK。此選項可讓您停用此資料夾的建立,在此情況下,JDK 會位於 jdkDestinationDirectory 的根目錄中", - "loc.messages.DownloadFromAzureBlobStorage": "Downloading artifacts from Azure blob storage, Container Name: %s", - "loc.messages.SuccessFullyFetchedItemList": "Successfully fetched list of items", - "loc.messages.StorageAccountDoesNotExist": "無法取得名稱為 %s 的 Azure 儲存體帳戶。", - "loc.messages.RequestedUrlTooLong": "要求的 URL 太長,這通常在您的訂用帳戶中有許多資源群組時會發生,請嘗試設定 azureResourceGroupName 輸入。", - "loc.messages.UnzipExtractFile": "Extracting file: %s", - "loc.messages.SevenZipExtractFile": "Extracting file: %s", - "loc.messages.TarExtractFile": "Extracting file: %s", - "loc.messages.ExtractFileFailedMsg": "Extraction failed for file: %s \ncode: %d \nstdout: %s \nstderr: %s \nerror: %s;", - "loc.messages.ExtractNonExistFile": "Extraction failed for file: %s because it does not exist.", - "loc.messages.ExtractDirFailed": "Extraction failed for file: %s because it is a directory.", - "loc.messages.CreateTempDir": "Creating temp folder: %s to decompress: %s", - "loc.messages.TempDir": "tempFolder = %s", - "loc.messages.DecompressedTempTar": "Decompressed temporary tar from: %s to: %s", - "loc.messages.RemoveTempDir": "Removing temp folder: %s", - "loc.messages.ExtractFailedCannotCreate": "Extraction failed for file: %s because temporary location could not be created: %s", - "loc.messages.CleanDestDir": "Cleaning destination folder before extraction: %s", - "loc.messages.CreateDestDir": "Creating destination folder: %s", - "loc.messages.RetrievingJdkFromAzure": "Retrieving the JDK from Azure blob storage.", - "loc.messages.RetrievingJdkFromLocalPath": "Retrieving the JDK from local path.", - "loc.messages.SucceedMsg": "Successfully extracted all files.", - "loc.messages.SetJavaHome": "JAVA_HOME is being set to: %s", - "loc.messages.SetExtendedJavaHome": "%s is being set to: %s", - "loc.messages.UnsupportedFileExtension": "Specified JDK source file does not have a supported file extension.", - "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "無法擷取 Azure 的存取權杖。狀態碼: %s,狀態訊息: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "無法擷取受控服務主體的存取權杖。請設定虛擬機器的受控服務識別 (MSI) (https://aka.ms/azure-msi-docs)。狀態碼: %s,狀態訊息: %s", - "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "無法擷取受控服務主體的存取權杖。狀態碼: %s,狀態訊息: %s", - "loc.messages.ExpiredServicePrincipal": "無法擷取 Azure 的存取權杖。請驗證使用的服務主體是否有效且未過期。", - "loc.messages.CorrelationIdForARM": "來自 ARM API 呼叫回應的相互關聯識別碼: %s", - "loc.messages.JavaNotPreinstalled": "JAVA %s 未預先安裝在此代理程式上", - "loc.messages.UsePreinstalledJava": "從 %s 使用預先安裝的 JDK", - "loc.messages.WrongArchiveStructure": "JDK 檔案無效。請驗證 JDK 檔案是否只包含一個 'bin' 的根資料夾。", - "loc.messages.WrongArchiveFile": "封存檔案錯誤。沒有包含 JDK 的資料夾", - "loc.messages.ShareAccessError": "無法使用網路共用資源: (%s)", - "loc.messages.UnsupportedDMGStructure": "不支援 JDK 檔案。請驗證 JDK 檔案是否正好只包含一個資料夾。", - "loc.messages.NoPKGFile": "找不到 PKG 檔案。", - "loc.messages.SeveralPKGFiles": "找到多個 PKG 檔案。", - "loc.messages.InstallJDK": "正在安裝 JDK。", - "loc.messages.AttachDiskImage": "正在附加磁碟映像。", - "loc.messages.DetachDiskImage": "正在中斷磁碟映像的連結。", - "loc.messages.PkgPathDoesNotExist": "套件路徑不存在。", - "loc.messages.PreInstalledJavaUpgraded": "預先安裝的 JDK 已更新。", - "loc.messages.JavaSuccessfullyInstalled": "JAVA 已成功安裝", - "loc.messages.ArchiveWasExtractedEarlier": "具有 JDK 的封存先前已解壓縮 - 即將跳過解壓縮", - "loc.messages.ExtractingArchiveToPath": "正在將封存解壓縮至: %s", - "loc.messages.ErrorCleaningFolder": "資料夾清除錯誤: %s" +{ + "loc.friendlyName": "Java 工具安裝程式", + "loc.helpMarkDown": "[深入了解此工作](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/java-tool-installer-v1) 或 [參閱 Java 文件](https://docs.oracle.com/java/)", + "loc.description": "從使用者提供的 Azure Blob 或工具快取取得特定版本的 Java,並設定 JAVA_HOME", + "loc.instanceNameFormat": "使用 JAVA $(versionSpec)", + "loc.group.displayName.JavaInAzureGroup": "從 Azure Blob 下載 JAVA", + "loc.input.label.versionSpec": "JDK 版本", + "loc.input.help.versionSpec": "指定可在路徑上使用之 JDK 版本的數字。使用整數版本,例如 10", + "loc.input.label.jdkArchitectureOption": "JDK 架構", + "loc.input.help.jdkArchitectureOption": "JDK 的架構 (x86、x64)。", + "loc.input.label.jdkSourceOption": "JDK 來源", + "loc.input.help.jdkSourceOption": "壓縮的 JDK 來源。", + "loc.input.label.jdkFile": "JDK 檔案", + "loc.input.help.jdkFile": "壓縮的 JDK 所在的路徑。路徑可能位於您的來源存放庫或代理程式上的本機路徑。", + "loc.input.label.azureResourceManagerEndpoint": "Azure 訂用帳戶", + "loc.input.help.azureResourceManagerEndpoint": "選擇 JDK 的 Azure Resource Manager 訂用帳戶。", + "loc.input.label.azureStorageAccountName": "儲存體帳戶名稱", + "loc.input.help.azureStorageAccountName": "列出 Azure 傳統和 Resource Manager 儲存體帳戶。請選取 JDK 所在儲存體帳戶的名稱。", + "loc.input.label.azureContainerName": "容器名稱", + "loc.input.help.azureContainerName": "JDK 所在儲存體帳戶中的容器名稱。", + "loc.input.label.azureCommonVirtualFile": "通用虛擬路徑", + "loc.input.help.azureCommonVirtualFile": "Azure 儲存體容器內的 JDK 路徑。", + "loc.input.label.jdkDestinationDirectory": "目的地目錄", + "loc.input.help.jdkDestinationDirectory": "在 Linux 和 Windows 上,這是作為 JDK 安裝的目的地目錄使用。在 macOS 上,這個目錄是作為解壓縮 .dmg 的暫存資料夾使用,因為 macOS 不支援將 JDK 安裝至特定目錄。", + "loc.input.label.azureResourceGroupName": "資源群組名稱", + "loc.input.help.azureResourceGroupName": "儲存體帳戶的資源群組名稱。", + "loc.input.label.cleanDestinationDirectory": "清理目的地目錄", + "loc.input.help.cleanDestinationDirectory": "選取此選項以先清理目的地目錄,再將 JDK 解壓縮到其中。", + "loc.input.label.createExtractDirectory": "建立用於解壓縮的目錄", + "loc.input.help.createExtractDirectory": "根據預設,工作會建立與這個 JAVA_HOME_8_X64_OpenJDK_zip 類似的目錄來解壓縮 JDK。此選項可讓您停用此資料夾的建立,在此情況下,JDK 會位於 jdkDestinationDirectory 的根目錄中", + "loc.messages.DownloadFromAzureBlobStorage": "正在從 Azure Blob 儲存體下載成品,容器名稱: %s", + "loc.messages.SuccessFullyFetchedItemList": "已成功擷取項目清單", + "loc.messages.StorageAccountDoesNotExist": "無法取得名稱為 %s 的 Azure 儲存體帳戶。", + "loc.messages.RequestedUrlTooLong": "要求的 URL 太長,這通常在您的訂用帳戶中有許多資源群組時會發生,請嘗試設定 azureResourceGroupName 輸入。", + "loc.messages.UnzipExtractFile": "正在解壓縮檔案: %s", + "loc.messages.SevenZipExtractFile": "正在解壓縮檔案: %s", + "loc.messages.TarExtractFile": "正在解壓縮檔案: %s", + "loc.messages.ExtractFileFailedMsg": "解壓縮檔案 %s 失敗\n程式碼: %d\nstdout: %s\nstderr: %s\n錯誤: %s;", + "loc.messages.ExtractNonExistFile": "因為檔案 %s 不存在,所以解壓縮失敗。", + "loc.messages.ExtractDirFailed": "因為檔案 %s 為目錄,所以解壓縮失敗。", + "loc.messages.CreateTempDir": "正在建立暫存資料夾 %s 以解壓縮 %s", + "loc.messages.TempDir": "tempFolder = %s", + "loc.messages.DecompressedTempTar": "已將暫存 tar 從 %s 解壓縮至 %s", + "loc.messages.RemoveTempDir": "正在移除暫存資料夾: %s", + "loc.messages.ExtractFailedCannotCreate": "因為無法建立暫存位置,所以檔案 %s 解壓縮失敗: %s", + "loc.messages.CleanDestDir": "正於擷取前清理目的地資料夾: %s", + "loc.messages.CreateDestDir": "正在建立目的地資料夾: %s", + "loc.messages.RetrievingJdkFromAzure": "正在從 Azure Blob 儲存體擷取 JDK。", + "loc.messages.RetrievingJdkFromLocalPath": "正在從本機路徑擷取 JDK。", + "loc.messages.SucceedMsg": "已成功解壓縮所有檔案。", + "loc.messages.SetJavaHome": "正在將 JAVA_HOME 設為: %s", + "loc.messages.SetExtendedJavaHome": "正在將 %s 設為: %s", + "loc.messages.UnsupportedFileExtension": "指定的 JDK 來源檔案沒有支援的副檔名。", + "loc.messages.CouldNotFetchAccessTokenforAzureStatusCode": "無法擷取 Azure 的存取權杖。狀態碼: %s,狀態訊息: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIDueToMSINotConfiguredProperlyStatusCode": "無法擷取受控服務主體的存取權杖。請設定虛擬機器的受控服務識別 (MSI) (https://aka.ms/azure-msi-docs)。狀態碼: %s,狀態訊息: %s", + "loc.messages.CouldNotFetchAccessTokenforMSIStatusCode": "無法擷取受控服務主體的存取權杖。狀態碼: %s,狀態訊息: %s", + "loc.messages.ExpiredServicePrincipal": "無法擷取 Azure 的存取權杖。請驗證使用的服務主體是否有效且未過期。", + "loc.messages.CorrelationIdForARM": "來自 ARM API 呼叫回應的相互關聯識別碼: %s", + "loc.messages.JavaNotPreinstalled": "JAVA %s 未預先安裝在此代理程式上", + "loc.messages.UsePreinstalledJava": "從 %s 使用預先安裝的 JDK", + "loc.messages.WrongArchiveStructure": "JDK 檔案無效。請驗證 JDK 檔案是否只包含一個 'bin' 的根資料夾。", + "loc.messages.WrongArchiveFile": "封存檔案錯誤。沒有包含 JDK 的資料夾", + "loc.messages.ShareAccessError": "無法使用網路共用資源: (%s)", + "loc.messages.UnsupportedDMGStructure": "不支援 JDK 檔案。請驗證 JDK 檔案是否正好只包含一個資料夾。", + "loc.messages.NoPKGFile": "找不到 PKG 檔案。", + "loc.messages.SeveralPKGFiles": "找到多個 PKG 檔案。", + "loc.messages.InstallJDK": "正在安裝 JDK。", + "loc.messages.AttachDiskImage": "正在附加磁碟映像。", + "loc.messages.DetachDiskImage": "正在中斷磁碟映像的連結。", + "loc.messages.PkgPathDoesNotExist": "套件路徑不存在。", + "loc.messages.PreInstalledJavaUpgraded": "預先安裝的 JDK 已更新。", + "loc.messages.JavaSuccessfullyInstalled": "JAVA 已成功安裝", + "loc.messages.ArchiveWasExtractedEarlier": "具有 JDK 的封存先前已解壓縮 - 即將跳過解壓縮", + "loc.messages.ExtractingArchiveToPath": "正在將封存解壓縮至: %s", + "loc.messages.ErrorCleaningFolder": "資料夾清除錯誤: %s" } \ No newline at end of file diff --git a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson index b374bc7ec66b..68762009cbeb 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,41 +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 zur NPMRC-Datei, die die Registrierungen angibt, mit denen Sie arbeiten möchten. Wählen Sie die Datei aus, nicht den Ordner, z. B. „/packages/mypackage.npmrc“. Wenn Azure Artifacts URL und die von der Entra-Workload-ID gesicherte Azure DevOps Dienstverbindung des Benutzers festgelegt sind, werden Registrierungen in npmrc ignoriert.", - "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": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Wenn diese Option festgelegt ist, ist feedUrl erforderlich. Dienstverbindungen für externe Organisationen/Sammlungen und benutzerdefinierte Endpunkte sind nicht kompatibel.", - "loc.input.label.feedUrl": "Azure Artifacts-URL", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection 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": "Es wurden keine neuen 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.messages.Info_AddingFederatedFeedAuth": "Authentifizierungsinformationen der Dienstverbindung %s werden für Feed %s hinzugefügt", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Die Authentifizierung für den Feed %s wurde erfolgreich hinzugefügt.", - "loc.messages.FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.", - "loc.messages.MissingFeedUrlOrServiceConnection": "Sowohl die Feed-URL als auch die Dienstverbindung müssen festgelegt werden und dürfen nicht leer sein.", - "loc.messages.SkippingParsingNpmrc": "Analyse von npmrc wird übersprungen.", - "loc.messages.DuplicateCredentials": "Die Authentifizierung für die Registrierung „%s“ wurde zuvor festgelegt. Wird mit neuer Konfiguration überschrieben.", - "loc.messages.FoundEndpointCredentials": "Es wurden festgelegte Anmeldeinformationen für die Dienstverbindung „%s“ gefunden." +{ + "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 zur NPMRC-Datei, die die Registrierungen angibt, mit denen Sie arbeiten möchten. Wählen Sie die Datei aus, nicht den Ordner, z. B. „/packages/mypackage.npmrc“. Wenn Azure Artifacts URL und die von der Entra-Workload-ID gesicherte Azure DevOps Dienstverbindung des Benutzers festgelegt sind, werden Registrierungen in npmrc ignoriert.", + "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": "Dienstverbindung „Azure DevOps“", + "loc.input.help.workloadIdentityServiceConnection": "Wenn diese Option festgelegt ist, ist feedUrl erforderlich. Dienstverbindungen für externe Organisationen/Sammlungen und benutzerdefinierte Endpunkte sind nicht kompatibel.", + "loc.input.label.feedUrl": "Azure Artifacts-URL", + "loc.input.help.feedUrl": "Wenn diese Option festgelegt ist, ist azureDevOpsServiceConnection erforderlich. Nicht kompatibel mit customEndpoint. Die Feed-URL muss im npm-Registrierung Format vorliegen, z. B. 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": "Es wurden keine neuen 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.messages.Info_AddingFederatedFeedAuth": "Authentifizierungsinformationen der Dienstverbindung %s werden für Feed %s hinzugefügt", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Die Authentifizierung für den Feed %s wurde erfolgreich hinzugefügt.", + "loc.messages.FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Sowohl die Feed-URL als auch die Dienstverbindung müssen festgelegt werden und dürfen nicht leer sein.", + "loc.messages.SkippingParsingNpmrc": "Analyse von npmrc wird übersprungen.", + "loc.messages.DuplicateCredentials": "Die Authentifizierung für die Registrierung „%s“ wurde zuvor festgelegt. Wird mit neuer Konfiguration überschrieben.", + "loc.messages.FoundEndpointCredentials": "Es wurden festgelegte Anmeldeinformationen für die Dienstverbindung „%s“ gefunden." } \ 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 276ca44edaca..296e1d0be821 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/es-ES/resources.resjson @@ -1,41 +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 desea trabajar. Seleccione el archivo, no la carpeta; por ejemplo, \"/packages/mypackage.npmrc\". Si se establecen una dirección URL de Azure Artifacts y la conexión de servicio de usuario de Azure DevOps respaldada por el Id. de carga de trabajo de Entra, se omitirán los registros de 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.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Si se establece, se requiere feedUrl. Las conexiones de servicio para organizaciones o colecciones externas y puntos de conexión personalizados no son compatibles.", - "loc.input.label.feedUrl": "Dirección URL de Azure Artifacts", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection 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 se encontraron conexiones de servicio nuevas que coincidieran 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.messages.Info_AddingFederatedFeedAuth": "Agregando información de autenticación de la conexión de servicio %s para la fuente %s", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Se agregó correctamente la autenticación para la fuente %s.", - "loc.messages.FailedToGetServiceConnectionAuth": "No se pueden obtener las credenciales federadas de la conexión de servicio: %s.", - "loc.messages.MissingFeedUrlOrServiceConnection": "Tanto la dirección URL de la fuente como la conexión de servicio deben establecerse y no pueden estar vacías.", - "loc.messages.SkippingParsingNpmrc": "Omitiendo análisis de npmrc", - "loc.messages.DuplicateCredentials": "La autenticación para el registro \"%s\" se estableció previamente. Sobrescribiendo con la nueva configuración.", - "loc.messages.FoundEndpointCredentials": "Se encontraron credenciales establecidas para la conexión de servicio \"%s\"." +{ + "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 desea trabajar. Seleccione el archivo, no la carpeta; por ejemplo, \"/packages/mypackage.npmrc\". Si se establecen una dirección URL de Azure Artifacts y la conexión de servicio de usuario de Azure DevOps respaldada por el Id. de carga de trabajo de Entra, se omitirán los registros de 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.input.label.workloadIdentityServiceConnection": "Conexión de servicio de \"Azure DevOps\"", + "loc.input.help.workloadIdentityServiceConnection": "Si se establece, se requiere feedUrl. Las conexiones de servicio para organizaciones o colecciones externas y puntos de conexión personalizados no son compatibles.", + "loc.input.label.feedUrl": "Dirección URL de Azure Artifacts", + "loc.input.help.feedUrl": "Si se establece, se requiere azureDevOpsServiceConnection. No es compatible con customEndpoint. La dirección URL de la fuente debe tener el formato de registro npm, por ejemplo, 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 se encontraron conexiones de servicio nuevas que coincidieran 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.messages.Info_AddingFederatedFeedAuth": "Agregando información de autenticación de la conexión de servicio %s para la fuente %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Se agregó correctamente la autenticación para la fuente %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "No se pueden obtener las credenciales federadas de la conexión de servicio: %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "Tanto la dirección URL de la fuente como la conexión de servicio deben establecerse y no pueden estar vacías.", + "loc.messages.SkippingParsingNpmrc": "Omitiendo análisis de npmrc", + "loc.messages.DuplicateCredentials": "La autenticación para el registro \"%s\" se estableció previamente. Sobrescribiendo con la nueva configuración.", + "loc.messages.FoundEndpointCredentials": "Se encontraron credenciales establecidas para la conexión de servicio \"%s\"." } \ 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 1dc57e939fa1..ddf61ba8f274 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,41 +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 d’accès au fichier .npmrc qui spécifie les registres avec lesquels vous voulez travailler. Sélectionnez le fichier, et non le dossier, par exemple « /packages/mypackage.npmrc ». Si l’URL Azure Artifacts et la connexion de service « Utilisateur Azure DevOps adossé à l’ID de charge de travail Entra » sont définis, les registres dans npmrc sont ignorés.", - "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": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Si ce paramètre est défini, feedUrl est obligatoire. Les connexions de service pour les organisations/collections externes et les points de terminaison personnalisés ne sont pas compatibles.", - "loc.input.label.feedUrl": "URL Azure Artifacts", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection 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": "Aucune nouvelle connexion de service correspondant à %s n’a été trouvée", - "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": "Ajout d’informations d’authentification à partir des %s de connexion de service pour les %s de flux", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Authentification ajoutée pour le flux %s.", - "loc.messages.FailedToGetServiceConnectionAuth": "Impossible d’obtenir les informations d’identification fédérées à partir de la connexion de service : %s.", - "loc.messages.MissingFeedUrlOrServiceConnection": "L’URL du flux et la connexion de service doivent être définies et ne peuvent pas être vides.", - "loc.messages.SkippingParsingNpmrc": "Analyse npmrc ignorée", - "loc.messages.DuplicateCredentials": "L’authentification du registre « %s » a été précédemment définie. Remplacement par une nouvelle configuration.", - "loc.messages.FoundEndpointCredentials": "Informations d’identification définies pour la connexion de service « %s »." +{ + "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 d’accès au fichier .npmrc qui spécifie les registres avec lesquels vous voulez travailler. Sélectionnez le fichier, et non le dossier, par exemple « /packages/mypackage.npmrc ». Si l’URL Azure Artifacts et la connexion de service « Utilisateur Azure DevOps adossé à l’ID de charge de travail Entra » sont définis, les registres dans npmrc sont ignorés.", + "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": "Connexion au service « Azure DevOps »", + "loc.input.help.workloadIdentityServiceConnection": "Si ce paramètre est défini, feedUrl est obligatoire. Les connexions de service pour les organisations/collections externes et les points de terminaison personnalisés ne sont pas compatibles.", + "loc.input.label.feedUrl": "URL Azure Artifacts", + "loc.input.help.feedUrl": "Si cette option est définie, workloadIdentityServiceConnection est requis. Non compatible avec customEndpoint. L’URL du flux doit être au format registre npm, par exemple, 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": "Aucune nouvelle connexion de service correspondant à %s n’a été trouvée", + "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": "Ajout d’informations d’authentification à partir des %s de connexion de service pour les %s de flux", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Authentification ajoutée pour le flux %s.", + "loc.messages.FailedToGetServiceConnectionAuth": "Impossible d’obtenir les informations d’identification fédérées à partir de la connexion de service : %s.", + "loc.messages.MissingFeedUrlOrServiceConnection": "L’URL du flux et la connexion de service doivent être définies et ne peuvent pas être vides.", + "loc.messages.SkippingParsingNpmrc": "Analyse npmrc ignorée", + "loc.messages.DuplicateCredentials": "L’authentification du registre « %s » a été précédemment définie. Remplacement par une nouvelle configuration.", + "loc.messages.FoundEndpointCredentials": "Informations d’identification définies pour la connexion de service « %s »." } \ 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 e2982e172554..c83080c3bc14 100644 --- a/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/NpmAuthenticateV0/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,41 +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\"。如果設定 Azure Artifacts URL 與 Entra 工作負載識別碼支援的 Azure DevOps 使用者的服務連線,則會忽略 npmrc 中的登錄。", - "loc.input.label.customEndpoint": "此組織/集合外部登錄的認證", - "loc.input.help.customEndpoint": "要用於專案 .npmrc 中外部登錄的認證。針對此組織/集合中的登錄,請將此欄位保留空白,系統會自動使用組建的認證。", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "如果設定此選項,則需要 feedUrl。外部組織/集合和自訂端點的服務連線不相容。", - "loc.input.label.feedUrl": "Azure Artifacts URL", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection 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": "找不到任何符合 %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.messages.Info_AddingFederatedFeedAuth": "正在新增摘要 %s 的服務連線 %s 驗證資訊", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "已成功為摘要 %s 新增驗證。", - "loc.messages.FailedToGetServiceConnectionAuth": "無法取得服務連線的同盟認證: %s。", - "loc.messages.MissingFeedUrlOrServiceConnection": "摘要 URL 和服務連線都必須設定,且不能是空的。", - "loc.messages.SkippingParsingNpmrc": "正在略過剖析 npmrc", - "loc.messages.DuplicateCredentials": "登錄 '%s' 的驗證先前已設定。正在使用新設定覆寫。", - "loc.messages.FoundEndpointCredentials": "找到 '%s' 服務連線的設定認證。" +{ + "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\"。如果設定 Azure Artifacts URL 與 Entra 工作負載識別碼支援的 Azure DevOps 使用者的服務連線,則會忽略 npmrc 中的登錄。", + "loc.input.label.customEndpoint": "此組織/集合外部登錄的認證", + "loc.input.help.customEndpoint": "要用於專案 .npmrc 中外部登錄的認證。針對此組織/集合中的登錄,請將此欄位保留空白,系統會自動使用組建的認證。", + "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' 服務連線", + "loc.input.help.workloadIdentityServiceConnection": "如果設定此選項,則需要 feedUrl。外部組織/集合和自訂端點的服務連線不相容。", + "loc.input.label.feedUrl": "Azure Artifacts URL", + "loc.input.help.feedUrl": "如果設定此選項,則需要 azureDevOpsServiceConnection。與 customEndpoint 不相容。摘要 URL 應該為 npm 登錄格式,例如 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": "找不到任何符合 %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.messages.Info_AddingFederatedFeedAuth": "正在新增摘要 %s 的服務連線 %s 驗證資訊", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "已成功為摘要 %s 新增驗證。", + "loc.messages.FailedToGetServiceConnectionAuth": "無法取得服務連線的同盟認證: %s。", + "loc.messages.MissingFeedUrlOrServiceConnection": "摘要 URL 和服務連線都必須設定,且不能是空的。", + "loc.messages.SkippingParsingNpmrc": "正在略過剖析 npmrc", + "loc.messages.DuplicateCredentials": "登錄 '%s' 的驗證先前已設定。正在使用新設定覆寫。", + "loc.messages.FoundEndpointCredentials": "找到 '%s' 服務連線的設定認證。" } \ No newline at end of file diff --git a/Tasks/PipAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/PipAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson index 3b7600fac113..0bf0c6c0db4a 100644 --- a/Tasks/PipAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/PipAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson @@ -1,30 +1,30 @@ -{ - "loc.friendlyName": "Python-PIP-Authentifizierung", - "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate) oder [pip-Dokumentation anzeigen](https://pip.pypa.io/en/stable/reference/pip_install/)", - "loc.description": "Authentifizierungsaufgabe für den PIP-Client, der zum Installieren von Python-Distributionen verwendet wird", - "loc.instanceNameFormat": "PIP-Authentifizierung", - "loc.group.displayName.feedAuthentication": "Feeds und Authentifizierung", - "loc.input.label.artifactFeeds": "Meine Feeds (Auswahl unten)", - "loc.input.help.artifactFeeds": "Wählen Sie Feeds für die Authentifizierung innerhalb dieser Organisation aus.", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Wenn dies festgelegt ist, ist feedUrl erforderlich. Alle anderen Eingaben werden ignoriert.", - "loc.input.label.feedUrl": "Azure Artifacts-Feeds-URL.", - "loc.input.help.feedUrl": "Wenn dies festgelegt ist, ist workloadIdentityServiceConnection erforderlich. Alle anderen Eingaben werden ignoriert. Nicht kompatibel mit pythonDownloadServiceConnections. ", - "loc.input.label.pythonDownloadServiceConnections": "Feeds aus externen Organisationen", - "loc.input.help.pythonDownloadServiceConnections": "Wählen Sie Endpunkte für die Authentifizierung außerhalb dieser Organisation aus.", - "loc.input.label.onlyAddExtraIndex": "URL für primären Index nicht festlegen", - "loc.input.help.onlyAddExtraIndex": "Bei Festlegung auf TRUE wird kein Feed als primäre Index-URL festgelegt. Alle konfigurierten Feeds/Endpunkte werden als zusätzliche Index-URLs festgelegt. Standardwert: FALSE.", - "loc.messages.Info_AddingInternalFeeds": "Authentifizierungsinformationen für %s interne Feeds werden hinzugefügt.", - "loc.messages.Info_AddingExternalFeeds": "Authentifizierungsinformationen für den externen Endpunkt \"%s\" werden hinzugefügt.", - "loc.messages.Info_AddingFederatedFeedAuth": "Authentifizierungsinformationen der Dienstverbindung %s werden für Feed %s hinzugefügt", - "loc.messages.Info_SuccessAddingAuth": "Die Authentifizierung für %s interne Feeds und %s externen Endpunkt wurde erfolgreich hinzugefügt.", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Die Authentifizierung für den Feed %s wurde erfolgreich hinzugefügt.", - "loc.messages.Info_AddingPasswordAuthEntry": "Eintrag zur Authentifizierung über Benutzername/Kennwort für Feed \"%s\" wird hinzugefügt.", - "loc.messages.Info_AddingTokenAuthEntry": "Eintrag zur Authentifizierung über ein Token für Feed \"%s\" wird hinzugefügt.", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Fehler beim Analysieren der Feed-URL und beim Hinzufügen von Authentifizierungsinformationen. %s", - "loc.messages.FailedToGetPackagingUri": "Der URI für die Paketierung kann nicht mithilfe des URI der Standardsammlung abgerufen werden.", - "loc.messages.FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.", - "loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.", - "loc.messages.Warn_TooManyFeedEntries": "Zu viele Feedeinträge für die Authentifizierung. Verringern Sie die Anzahl von Repositorys in der Aufgabe.", - "loc.messages.Warning_SessionCreationFailed": "Die Herkunftssitzung konnte nicht erstellt werden: %s" +{ + "loc.friendlyName": "Python-PIP-Authentifizierung", + "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate) oder [pip-Dokumentation anzeigen](https://pip.pypa.io/en/stable/reference/pip_install/)", + "loc.description": "Authentifizierungsaufgabe für den PIP-Client, der zum Installieren von Python-Distributionen verwendet wird", + "loc.instanceNameFormat": "PIP-Authentifizierung", + "loc.group.displayName.feedAuthentication": "Feeds und Authentifizierung", + "loc.input.label.artifactFeeds": "Meine Feeds (Auswahl unten)", + "loc.input.help.artifactFeeds": "Wählen Sie Feeds für die Authentifizierung innerhalb dieser Organisation aus.", + "loc.input.label.workloadIdentityServiceConnection": "Dienstverbindung „Azure DevOps“", + "loc.input.help.workloadIdentityServiceConnection": "Wenn dies festgelegt ist, ist feedUrl erforderlich. Alle anderen Eingaben werden ignoriert.", + "loc.input.label.feedUrl": "Azure Artifacts-Feeds-URL.", + "loc.input.help.feedUrl": "Wenn dies festgelegt ist, ist workloadIdentityServiceConnection erforderlich. Alle anderen Eingaben werden ignoriert. Nicht kompatibel mit pythonDownloadServiceConnections. ", + "loc.input.label.pythonDownloadServiceConnections": "Feeds aus externen Organisationen", + "loc.input.help.pythonDownloadServiceConnections": "Wählen Sie Endpunkte für die Authentifizierung außerhalb dieser Organisation aus.", + "loc.input.label.onlyAddExtraIndex": "URL für primären Index nicht festlegen", + "loc.input.help.onlyAddExtraIndex": "Bei Festlegung auf TRUE wird kein Feed als primäre Index-URL festgelegt. Alle konfigurierten Feeds/Endpunkte werden als zusätzliche Index-URLs festgelegt. Standardwert: FALSE.", + "loc.messages.Info_AddingInternalFeeds": "Authentifizierungsinformationen für %s interne Feeds werden hinzugefügt.", + "loc.messages.Info_AddingExternalFeeds": "Authentifizierungsinformationen für den externen Endpunkt \"%s\" werden hinzugefügt.", + "loc.messages.Info_AddingFederatedFeedAuth": "Authentifizierungsinformationen der Dienstverbindung %s werden für Feed %s hinzugefügt", + "loc.messages.Info_SuccessAddingAuth": "Die Authentifizierung für %s interne Feeds und %s externen Endpunkt wurde erfolgreich hinzugefügt.", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Die Authentifizierung für den Feed %s wurde erfolgreich hinzugefügt.", + "loc.messages.Info_AddingPasswordAuthEntry": "Eintrag zur Authentifizierung über Benutzername/Kennwort für Feed \"%s\" wird hinzugefügt.", + "loc.messages.Info_AddingTokenAuthEntry": "Eintrag zur Authentifizierung über ein Token für Feed \"%s\" wird hinzugefügt.", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Fehler beim Analysieren der Feed-URL und beim Hinzufügen von Authentifizierungsinformationen. %s", + "loc.messages.FailedToGetPackagingUri": "Der URI für die Paketierung kann nicht mithilfe des URI der Standardsammlung abgerufen werden.", + "loc.messages.FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.", + "loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.", + "loc.messages.Warn_TooManyFeedEntries": "Zu viele Feedeinträge für die Authentifizierung. Verringern Sie die Anzahl von Repositorys in der Aufgabe.", + "loc.messages.Warning_SessionCreationFailed": "Die Herkunftssitzung konnte nicht erstellt werden: %s" } \ No newline at end of file diff --git a/Tasks/PipAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PipAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson index abf69bcd2002..b9e2cdcfc9e8 100644 --- a/Tasks/PipAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/PipAuthenticateV1/Strings/resources.resjson/es-ES/resources.resjson @@ -1,30 +1,30 @@ -{ - "loc.friendlyName": "Autenticación PIP de Python", - "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate) o [consultar la documentación de pip](https://pip.pypa.io/en/stable/reference/pip_install/)", - "loc.description": "Tarea de autenticación para el cliente de PIP que se usa para instalar distribuciones de Python.", - "loc.instanceNameFormat": "Autenticación PIP", - "loc.group.displayName.feedAuthentication": "Fuentes y autenticación", - "loc.input.label.artifactFeeds": "Mis fuentes (seleccionar a continuación)", - "loc.input.help.artifactFeeds": "Seleccionar las fuentes para autenticar presentes en esta organización", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Si se establece, se requiere feedUrl. Se omiten todas las demás entradas.", - "loc.input.label.feedUrl": "Dirección URL de fuentes de Azure Artifacts.", - "loc.input.help.feedUrl": "Si se establece, se requiere workloadIdentityServiceConnection. Se omiten todas las demás entradas. No es compatible con pythonDownloadServiceConnections. ", - "loc.input.label.pythonDownloadServiceConnections": "Fuentes de organizaciones externas", - "loc.input.help.pythonDownloadServiceConnections": "Seleccione los puntos de conexión para autenticarse fuera de esta organización.", - "loc.input.label.onlyAddExtraIndex": "No establecer la dirección URL de índice principal", - "loc.input.help.onlyAddExtraIndex": "Si se establece en true, no se establecerá ninguna fuente como dirección URL de índice principal. Todas las fuentes o los puntos de conexión que se hayan configurado se establecerán como direcciones URL de índice adicionales. El valor predeterminado es false.", - "loc.messages.Info_AddingInternalFeeds": "Agregando información de autenticación para las fuentes internas %s.", - "loc.messages.Info_AddingExternalFeeds": "Agregando información de autenticación para el punto de conexión externo %s.", - "loc.messages.Info_AddingFederatedFeedAuth": "Agregando información de autenticación de la conexión de servicio %s para la fuente %s", - "loc.messages.Info_SuccessAddingAuth": "La autenticación para las fuentes internas %s y el punto de conexión externo %s se ha agregado correctamente.", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Se agregó correctamente la autenticación para la fuente %s.", - "loc.messages.Info_AddingPasswordAuthEntry": "Agregando la entrada de autenticación de contraseña del nombre de usuario para la fuente %s.", - "loc.messages.Info_AddingTokenAuthEntry": "Agregando la entrada de autenticación de token para la fuente %s.", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "No se pudo analizar la dirección URL de la fuente ni agregar la información de autenticación. %s", - "loc.messages.FailedToGetPackagingUri": "No se puede obtener el URI de empaquetado; se usa el URI de la colección predeterminado.", - "loc.messages.FailedToGetServiceConnectionAuth": "No se pueden obtener las credenciales federadas de la conexión de servicio: %s.", - "loc.messages.FailedToAddAuthentication": "No se pudo agregar la autenticación", - "loc.messages.Warn_TooManyFeedEntries": "Hay demasiadas entradas de fuente para la autenticación. Reduzca el número de repositorios de la tarea.", - "loc.messages.Warning_SessionCreationFailed": "No se pudo crear la sesión de proveniencia: %s" +{ + "loc.friendlyName": "Autenticación PIP de Python", + "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate) o [consultar la documentación de pip](https://pip.pypa.io/en/stable/reference/pip_install/)", + "loc.description": "Tarea de autenticación para el cliente de PIP que se usa para instalar distribuciones de Python.", + "loc.instanceNameFormat": "Autenticación PIP", + "loc.group.displayName.feedAuthentication": "Fuentes y autenticación", + "loc.input.label.artifactFeeds": "Mis fuentes (seleccionar a continuación)", + "loc.input.help.artifactFeeds": "Seleccionar las fuentes para autenticar presentes en esta organización", + "loc.input.label.workloadIdentityServiceConnection": "Conexión de servicio de \"Azure DevOps\"", + "loc.input.help.workloadIdentityServiceConnection": "Si se establece, se requiere feedUrl. Se omiten todas las demás entradas.", + "loc.input.label.feedUrl": "Dirección URL de fuentes de Azure Artifacts.", + "loc.input.help.feedUrl": "Si se establece, se requiere workloadIdentityServiceConnection. Se omiten todas las demás entradas. No es compatible con pythonDownloadServiceConnections. ", + "loc.input.label.pythonDownloadServiceConnections": "Fuentes de organizaciones externas", + "loc.input.help.pythonDownloadServiceConnections": "Seleccione los puntos de conexión para autenticarse fuera de esta organización.", + "loc.input.label.onlyAddExtraIndex": "No establecer la dirección URL de índice principal", + "loc.input.help.onlyAddExtraIndex": "Si se establece en true, no se establecerá ninguna fuente como dirección URL de índice principal. Todas las fuentes o los puntos de conexión que se hayan configurado se establecerán como direcciones URL de índice adicionales. El valor predeterminado es false.", + "loc.messages.Info_AddingInternalFeeds": "Agregando información de autenticación para las fuentes internas %s.", + "loc.messages.Info_AddingExternalFeeds": "Agregando información de autenticación para el punto de conexión externo %s.", + "loc.messages.Info_AddingFederatedFeedAuth": "Agregando información de autenticación de la conexión de servicio %s para la fuente %s", + "loc.messages.Info_SuccessAddingAuth": "La autenticación para las fuentes internas %s y el punto de conexión externo %s se ha agregado correctamente.", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Se agregó correctamente la autenticación para la fuente %s.", + "loc.messages.Info_AddingPasswordAuthEntry": "Agregando la entrada de autenticación de contraseña del nombre de usuario para la fuente %s.", + "loc.messages.Info_AddingTokenAuthEntry": "Agregando la entrada de autenticación de token para la fuente %s.", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "No se pudo analizar la dirección URL de la fuente ni agregar la información de autenticación. %s", + "loc.messages.FailedToGetPackagingUri": "No se puede obtener el URI de empaquetado; se usa el URI de la colección predeterminado.", + "loc.messages.FailedToGetServiceConnectionAuth": "No se pueden obtener las credenciales federadas de la conexión de servicio: %s.", + "loc.messages.FailedToAddAuthentication": "No se pudo agregar la autenticación", + "loc.messages.Warn_TooManyFeedEntries": "Hay demasiadas entradas de fuente para la autenticación. Reduzca el número de repositorios de la tarea.", + "loc.messages.Warning_SessionCreationFailed": "No se pudo crear la sesión de proveniencia: %s" } \ No newline at end of file diff --git a/Tasks/PipAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PipAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson index c2cdb7018107..27d15b7ebad1 100644 --- a/Tasks/PipAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/PipAuthenticateV1/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,30 +1,30 @@ -{ - "loc.friendlyName": "Authentification PIP pour Python", - "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate) ou [consulter la documentation de pip](https://pip.pypa.io/en/stable/reference/pip_install/)", - "loc.description": "Tâche d'authentification du client PIP utilisé pour l'installation des distributions Python", - "loc.instanceNameFormat": "Authentification pip", - "loc.group.displayName.feedAuthentication": "Flux et authentification", - "loc.input.label.artifactFeeds": "Mes flux (à sélectionner ci-dessous)", - "loc.input.help.artifactFeeds": "Sélectionner les flux d'authentification dans cette organisation", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Si ce paramètre est défini, feedUrl est obligatoire. Toutes les autres entrées sont ignorées.", - "loc.input.label.feedUrl": "URL des flux Azure Artifacts", - "loc.input.help.feedUrl": "Si ce paramètre est défini, workloadIdentityServiceConnection est obligatoire. Toutes les autres entrées sont ignorées. Non compatible avec pythonDownloadServiceConnections. ", - "loc.input.label.pythonDownloadServiceConnections": "Flux d'organisations externes", - "loc.input.help.pythonDownloadServiceConnections": "Sélectionnez des points de terminaison pour permettre l'authentification en dehors de cette organisation.", - "loc.input.label.onlyAddExtraIndex": "Ne pas définir l'URL d'index principal", - "loc.input.help.onlyAddExtraIndex": "Si la valeur est true, aucun flux n'est défini en tant qu'URL d'index principal. Tous les flux/points de terminaison configurés sont définis en tant qu'URL d'index supplémentaires. La valeur par défaut est false.", - "loc.messages.Info_AddingInternalFeeds": "Ajout d'informations d'authentification pour le ou les flux internes %s.", - "loc.messages.Info_AddingExternalFeeds": "Ajout d'informations d'authentification pour le point de terminaison externe %s.", - "loc.messages.Info_AddingFederatedFeedAuth": "Ajout d’informations d’authentification à partir des %s de connexion de service pour le flux %s", - "loc.messages.Info_SuccessAddingAuth": "Ajout réussi de l'authentification pour les flux internes %s et le point de terminaison externe %s.", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Authentification ajoutée pour le flux %s.", - "loc.messages.Info_AddingPasswordAuthEntry": "Ajout d'une entrée d'authentification par nom d'utilisateur/mot de passe pour le flux %s", - "loc.messages.Info_AddingTokenAuthEntry": "Ajout d'une entrée d'authentification par jeton pour le flux %s", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Échec de l'analyse de l'URL de flux et de l'ajout d'informations d'authentification. %s", - "loc.messages.FailedToGetPackagingUri": "Impossible d'obtenir l'URI de packaging. Utilisation de l'URI de collection par défaut.", - "loc.messages.FailedToGetServiceConnectionAuth": "Impossible d’obtenir les informations d’identification fédérées à partir de la connexion de service : %s.", - "loc.messages.FailedToAddAuthentication": "Échec de l'ajout de l'authentification.", - "loc.messages.Warn_TooManyFeedEntries": "Trop d'entrées de flux pour l'authentification. Réduisez le nombre de dépôts dans la tâche.", - "loc.messages.Warning_SessionCreationFailed": "Impossible de créer une session de provenance : %s" +{ + "loc.friendlyName": "Authentification PIP pour Python", + "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate) ou [consulter la documentation de pip](https://pip.pypa.io/en/stable/reference/pip_install/)", + "loc.description": "Tâche d'authentification du client PIP utilisé pour l'installation des distributions Python", + "loc.instanceNameFormat": "Authentification pip", + "loc.group.displayName.feedAuthentication": "Flux et authentification", + "loc.input.label.artifactFeeds": "Mes flux (à sélectionner ci-dessous)", + "loc.input.help.artifactFeeds": "Sélectionner les flux d'authentification dans cette organisation", + "loc.input.label.workloadIdentityServiceConnection": "Connexion au service « Azure DevOps »", + "loc.input.help.workloadIdentityServiceConnection": "Si ce paramètre est défini, feedUrl est obligatoire. Toutes les autres entrées sont ignorées.", + "loc.input.label.feedUrl": "URL des flux Azure Artifacts", + "loc.input.help.feedUrl": "Si ce paramètre est défini, workloadIdentityServiceConnection est obligatoire. Toutes les autres entrées sont ignorées. Non compatible avec pythonDownloadServiceConnections. ", + "loc.input.label.pythonDownloadServiceConnections": "Flux d'organisations externes", + "loc.input.help.pythonDownloadServiceConnections": "Sélectionnez des points de terminaison pour permettre l'authentification en dehors de cette organisation.", + "loc.input.label.onlyAddExtraIndex": "Ne pas définir l'URL d'index principal", + "loc.input.help.onlyAddExtraIndex": "Si la valeur est true, aucun flux n'est défini en tant qu'URL d'index principal. Tous les flux/points de terminaison configurés sont définis en tant qu'URL d'index supplémentaires. La valeur par défaut est false.", + "loc.messages.Info_AddingInternalFeeds": "Ajout d'informations d'authentification pour le ou les flux internes %s.", + "loc.messages.Info_AddingExternalFeeds": "Ajout d'informations d'authentification pour le point de terminaison externe %s.", + "loc.messages.Info_AddingFederatedFeedAuth": "Ajout d’informations d’authentification à partir des %s de connexion de service pour le flux %s", + "loc.messages.Info_SuccessAddingAuth": "Ajout réussi de l'authentification pour les flux internes %s et le point de terminaison externe %s.", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Authentification ajoutée pour le flux %s.", + "loc.messages.Info_AddingPasswordAuthEntry": "Ajout d'une entrée d'authentification par nom d'utilisateur/mot de passe pour le flux %s", + "loc.messages.Info_AddingTokenAuthEntry": "Ajout d'une entrée d'authentification par jeton pour le flux %s", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Échec de l'analyse de l'URL de flux et de l'ajout d'informations d'authentification. %s", + "loc.messages.FailedToGetPackagingUri": "Impossible d'obtenir l'URI de packaging. Utilisation de l'URI de collection par défaut.", + "loc.messages.FailedToGetServiceConnectionAuth": "Impossible d’obtenir les informations d’identification fédérées à partir de la connexion de service : %s.", + "loc.messages.FailedToAddAuthentication": "Échec de l'ajout de l'authentification.", + "loc.messages.Warn_TooManyFeedEntries": "Trop d'entrées de flux pour l'authentification. Réduisez le nombre de dépôts dans la tâche.", + "loc.messages.Warning_SessionCreationFailed": "Impossible de créer une session de provenance : %s" } \ No newline at end of file diff --git a/Tasks/PipAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/PipAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson index 533692def782..04cbcf3804fc 100644 --- a/Tasks/PipAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/PipAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,30 +1,30 @@ -{ - "loc.friendlyName": "Autenticazione PIP di Python", - "loc.helpMarkDown": "[Altre informazioni su questa attività](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate). In alternativa [vedere la documentazione di pip](https://pip.pypa.io/en/stable/reference/pip_install/)", - "loc.description": "Attività di autenticazione per il client PIP usato per l'installazione di distribuzioni di Python", - "loc.instanceNameFormat": "Autenticazione pip", - "loc.group.displayName.feedAuthentication": "Feed e autenticazione", - "loc.input.label.artifactFeeds": "Feed personali (selezionare sotto)", - "loc.input.help.artifactFeeds": "Selezionare i feed da autenticare presenti in questa organizzazione", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Se questa impostazione è impostata, feedUrl è obbligatorio. Tutti gli altri input vengono ignorati.", - "loc.input.label.feedUrl": "URL feed Azure Artifacts.", - "loc.input.help.feedUrl": "Se questa impostazione è impostata, è necessario workloadIdentityServiceConnection. Tutti gli altri input vengono ignorati. Non compatibile con pythonDownloadServiceConnections. ", - "loc.input.label.pythonDownloadServiceConnections": "Feed di organizzazioni esterne", - "loc.input.help.pythonDownloadServiceConnections": "Selezionare gli endpoint da autenticare all'esterno di questa organizzazione.", - "loc.input.label.onlyAddExtraIndex": "Non impostare l'URL di indice primario", - "loc.input.help.onlyAddExtraIndex": "Se questa opzione è impostata su true, nessun feed verrà impostato come URL di indice primario. Tutti i feed/endpoint configurati verranno impostati come URL di indice aggiuntivi. Il valore predefinito è false.", - "loc.messages.Info_AddingInternalFeeds": "Aggiunta delle informazioni di autenticazione per i feed interni di %s.", - "loc.messages.Info_AddingExternalFeeds": "Aggiunta delle informazioni di autenticazione per l'endpoint esterno di %s.", - "loc.messages.Info_AddingFederatedFeedAuth": "Aggiunta di informazioni di autenticazione dalla connessione al servizio %s per il feed %s", - "loc.messages.Info_SuccessAddingAuth": "L'autenticazione per i feed interni di %s e l'endpoint esterno di %s è stata aggiunta.", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "L'autenticazione per il feed %s è stata aggiunta.", - "loc.messages.Info_AddingPasswordAuthEntry": "Aggiunta della voce di autenticazione password e nome utente per il feed %s", - "loc.messages.Info_AddingTokenAuthEntry": "Aggiunta della voce di autenticazione token per il feed %s", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Non è stato possibile analizzare l'URL del feed e aggiungere le informazioni di autenticazione. %s", - "loc.messages.FailedToGetPackagingUri": "Non è possibile recuperare l'URI della creazione di pacchetti. Verrà usato l'URI della raccolta predefinito.", - "loc.messages.FailedToGetServiceConnectionAuth": "Non è possibile ottenere le credenziali federate dalla connessione al servizio: %s.", - "loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.", - "loc.messages.Warn_TooManyFeedEntries": "Sono state specificate troppe voci di feed per l'autenticazione. Ridurre il numero di repository nell'attività.", - "loc.messages.Warning_SessionCreationFailed": "Non è stato possibile creare la sessione di provenienza: %s" +{ + "loc.friendlyName": "Autenticazione PIP di Python", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/pip-authenticate). In alternativa [vedere la documentazione di pip](https://pip.pypa.io/en/stable/reference/pip_install/)", + "loc.description": "Attività di autenticazione per il client PIP usato per l'installazione di distribuzioni di Python", + "loc.instanceNameFormat": "Autenticazione pip", + "loc.group.displayName.feedAuthentication": "Feed e autenticazione", + "loc.input.label.artifactFeeds": "Feed personali (selezionare sotto)", + "loc.input.help.artifactFeeds": "Selezionare i feed da autenticare presenti in questa organizzazione", + "loc.input.label.workloadIdentityServiceConnection": "Connessione al servizio 'Azure DevOps'", + "loc.input.help.workloadIdentityServiceConnection": "Se questa impostazione è impostata, feedUrl è obbligatorio. Tutti gli altri input vengono ignorati.", + "loc.input.label.feedUrl": "URL feed Azure Artifacts.", + "loc.input.help.feedUrl": "Se questa impostazione è impostata, è necessario workloadIdentityServiceConnection. Tutti gli altri input vengono ignorati. Non compatibile con pythonDownloadServiceConnections. ", + "loc.input.label.pythonDownloadServiceConnections": "Feed di organizzazioni esterne", + "loc.input.help.pythonDownloadServiceConnections": "Selezionare gli endpoint da autenticare all'esterno di questa organizzazione.", + "loc.input.label.onlyAddExtraIndex": "Non impostare l'URL di indice primario", + "loc.input.help.onlyAddExtraIndex": "Se questa opzione è impostata su true, nessun feed verrà impostato come URL di indice primario. Tutti i feed/endpoint configurati verranno impostati come URL di indice aggiuntivi. Il valore predefinito è false.", + "loc.messages.Info_AddingInternalFeeds": "Aggiunta delle informazioni di autenticazione per i feed interni di %s.", + "loc.messages.Info_AddingExternalFeeds": "Aggiunta delle informazioni di autenticazione per l'endpoint esterno di %s.", + "loc.messages.Info_AddingFederatedFeedAuth": "Aggiunta di informazioni di autenticazione dalla connessione al servizio %s per il feed %s", + "loc.messages.Info_SuccessAddingAuth": "L'autenticazione per i feed interni di %s e l'endpoint esterno di %s è stata aggiunta.", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "L'autenticazione per il feed %s è stata aggiunta.", + "loc.messages.Info_AddingPasswordAuthEntry": "Aggiunta della voce di autenticazione password e nome utente per il feed %s", + "loc.messages.Info_AddingTokenAuthEntry": "Aggiunta della voce di autenticazione token per il feed %s", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Non è stato possibile analizzare l'URL del feed e aggiungere le informazioni di autenticazione. %s", + "loc.messages.FailedToGetPackagingUri": "Non è possibile recuperare l'URI della creazione di pacchetti. Verrà usato l'URI della raccolta predefinito.", + "loc.messages.FailedToGetServiceConnectionAuth": "Non è possibile ottenere le credenziali federate dalla connessione al servizio: %s.", + "loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.", + "loc.messages.Warn_TooManyFeedEntries": "Sono state specificate troppe voci di feed per l'autenticazione. Ridurre il numero di repository nell'attività.", + "loc.messages.Warning_SessionCreationFailed": "Non è stato possibile creare la sessione di provenienza: %s" } \ No newline at end of file diff --git a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson index 23b458f16007..54b52f6892ea 100644 --- a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/de-DE/resources.resjson @@ -1,35 +1,35 @@ -{ - "loc.friendlyName": "Authentifizierung für Python-Twine-Upload", - "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate) oder [Twine-Dokumentation anzeigen](https://twine.readthedocs.io/)", - "loc.description": "Hiermit wird eine Authentifizierung zum Upload von Python-Distributionen unter Verwendung von Twine durchgeführt. Fügen Sie Ihrem Twine-Uploadbefehl \"-r FeedName/EndpointName --config-file $(PYPIRC_PATH)\" hinzu. Verwenden Sie für Feeds innerhalb dieser Organisation den Feednamen als Repository (-r). Andernfalls verwenden Sie den in der Dienstverbindung definierten Endpunktnamen.", - "loc.instanceNameFormat": "Twine-Authentifizierung: $(message)", - "loc.group.displayName.feedAuthentication": "Feeds und Authentifizierung", - "loc.group.displayName.advanced": "Erweitert", - "loc.input.label.artifactFeed": "Mein Feedname (unten auswählen)", - "loc.input.help.artifactFeed": "Wählen Sie einen Feed für die Authentifizierung innerhalb dieser Organisation aus.", - "loc.input.label.pythonUploadServiceConnection": "Feed aus externen Organisationen", - "loc.input.help.pythonUploadServiceConnection": "Wählen Sie einen Endpunkt für die Authentifizierung außerhalb dieser Organisation aus. Stellen Sie sicher, dass der Endpunkt über Berechtigungen zum Paketupload verfügen.", - "loc.input.label.workloadIdentityServiceConnection": "Dienstverbindung „Azure DevOps“", - "loc.input.help.workloadIdentityServiceConnection": "Wenn dies festgelegt ist, ist feedUrl erforderlich. Alle anderen Eingaben werden ignoriert.", - "loc.input.label.feedUrl": "Azure Artifacts Feed URL.", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection is required. All other inputs are ignored. Not compatible with pythonUploadServiceConnections. Feed Url should be in the pypi upload registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/", - "loc.messages.Info_AddingInternalFeeds": "Authentifizierungsinformationen für den internen Feed \"%s\" werden hinzugefügt.", - "loc.messages.Info_AddingExternalFeeds": "Authentifizierungsinformationen für den externen Endpunkt \"%s\" werden hinzugefügt.", - "loc.messages.Info_AddingAuthForRegistry": "Die Authentifizierung wird der Konfiguration für die Registrierung \"%s\" hinzugefügt.", - "loc.messages.Info_SuccessAddingAuth": "Die Authentifizierung für den internen Feed \"%s\" und den internen Endpunkt \"%s\" wurde erfolgreich hinzugefügt.", - "loc.messages.Info_AddingPasswordAuthEntry": "Eintrag zur Authentifizierung über Benutzername/Kennwort für Feed \"%s\" wird hinzugefügt.", - "loc.messages.Info_AddingTokenAuthEntry": "Eintrag zur Authentifizierung über ein Token für Feed \"%s\" wird hinzugefügt.", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Die föderierte Authentifizierung für den Feed %s wurde erfolgreich hinzugefügt.", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Fehler beim Analysieren der Feed-URL und beim Hinzufügen von Authentifizierungsinformationen. %s", - "loc.messages.Warning_OnlyOneFeedAllowed": "Über diese Aufgabe kann jeweils nur ein interner Feed autorisiert werden. Alle Feeds mit Ausnahme des ersten werden ignoriert.", - "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "Über diese Aufgabe kann jeweils nur eine Dienstverbindung autorisiert werden. Alle Verbindungen mit Ausnahme der ersten werden ignoriert.", - "loc.messages.Error_DuplicateEntryForFeed": "Dies ist ein doppelter Eintrag für den Feednamen %s. Verwenden Sie eindeutige Namen, um potenzielle Veröffentlichungsprobleme zu vermeiden.", - "loc.messages.FailedToGetPackagingUri": "Der URI für die Paketierung kann nicht mithilfe des URI der Standardsammlung abgerufen werden.", - "loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.", - "loc.messages.NoPypircFile": "Es ist keine PYPIRC-Datei zum Bereinigen vorhanden.", - "loc.messages.VariableSetForPypirc": "Die Umgebungsvariable für die PYPIRC-Datei unter \"%s\" wurde festgelegt.", - "loc.messages.Info_RemovingPypircFile": "Die PYPIRC-Datei wird aus \"%s\" entfernt.", - "loc.messages.NoRepoFound": "Unter %s wurde keine Repository-URL gefunden.", - "loc.messages.Error_FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.", - "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Sowohl die Feed-URL als auch die Dienstverbindung müssen festgelegt werden und dürfen nicht leer sein." +{ + "loc.friendlyName": "Authentifizierung für Python-Twine-Upload", + "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate) oder [Twine-Dokumentation anzeigen](https://twine.readthedocs.io/)", + "loc.description": "Hiermit wird eine Authentifizierung zum Upload von Python-Distributionen unter Verwendung von Twine durchgeführt. Fügen Sie Ihrem Twine-Uploadbefehl \"-r FeedName/EndpointName --config-file $(PYPIRC_PATH)\" hinzu. Verwenden Sie für Feeds innerhalb dieser Organisation den Feednamen als Repository (-r). Andernfalls verwenden Sie den in der Dienstverbindung definierten Endpunktnamen.", + "loc.instanceNameFormat": "Twine-Authentifizierung: $(message)", + "loc.group.displayName.feedAuthentication": "Feeds und Authentifizierung", + "loc.group.displayName.advanced": "Erweitert", + "loc.input.label.artifactFeed": "Mein Feedname (unten auswählen)", + "loc.input.help.artifactFeed": "Wählen Sie einen Feed für die Authentifizierung innerhalb dieser Organisation aus.", + "loc.input.label.pythonUploadServiceConnection": "Feed aus externen Organisationen", + "loc.input.help.pythonUploadServiceConnection": "Wählen Sie einen Endpunkt für die Authentifizierung außerhalb dieser Organisation aus. Stellen Sie sicher, dass der Endpunkt über Berechtigungen zum Paketupload verfügen.", + "loc.input.label.workloadIdentityServiceConnection": "Dienstverbindung „Azure DevOps“", + "loc.input.help.workloadIdentityServiceConnection": "Wenn dies festgelegt ist, ist feedUrl erforderlich. Alle anderen Eingaben werden ignoriert.", + "loc.input.label.feedUrl": "Azure Artifacts Feed URL.", + "loc.input.help.feedUrl": "Wenn diese Option festgelegt ist, ist azureDevOpsServiceConnection erforderlich. Alle anderen Eingaben werden ignoriert. Nicht kompatibel mit pythonUploadServiceConnections. Die Feed-URL muss im pypi-Uploadregistrierungsformat vorliegen, z. B. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJEKT}/_packaging/{FEEDNAME}/pypi/upload/", + "loc.messages.Info_AddingInternalFeeds": "Authentifizierungsinformationen für den internen Feed \"%s\" werden hinzugefügt.", + "loc.messages.Info_AddingExternalFeeds": "Authentifizierungsinformationen für den externen Endpunkt \"%s\" werden hinzugefügt.", + "loc.messages.Info_AddingAuthForRegistry": "Die Authentifizierung wird der Konfiguration für die Registrierung \"%s\" hinzugefügt.", + "loc.messages.Info_SuccessAddingAuth": "Die Authentifizierung für den internen Feed \"%s\" und den internen Endpunkt \"%s\" wurde erfolgreich hinzugefügt.", + "loc.messages.Info_AddingPasswordAuthEntry": "Eintrag zur Authentifizierung über Benutzername/Kennwort für Feed \"%s\" wird hinzugefügt.", + "loc.messages.Info_AddingTokenAuthEntry": "Eintrag zur Authentifizierung über ein Token für Feed \"%s\" wird hinzugefügt.", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Die föderierte Authentifizierung für den Feed %s wurde erfolgreich hinzugefügt.", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Fehler beim Analysieren der Feed-URL und beim Hinzufügen von Authentifizierungsinformationen. %s", + "loc.messages.Warning_OnlyOneFeedAllowed": "Über diese Aufgabe kann jeweils nur ein interner Feed autorisiert werden. Alle Feeds mit Ausnahme des ersten werden ignoriert.", + "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "Über diese Aufgabe kann jeweils nur eine Dienstverbindung autorisiert werden. Alle Verbindungen mit Ausnahme der ersten werden ignoriert.", + "loc.messages.Error_DuplicateEntryForFeed": "Dies ist ein doppelter Eintrag für den Feednamen %s. Verwenden Sie eindeutige Namen, um potenzielle Veröffentlichungsprobleme zu vermeiden.", + "loc.messages.FailedToGetPackagingUri": "Der URI für die Paketierung kann nicht mithilfe des URI der Standardsammlung abgerufen werden.", + "loc.messages.FailedToAddAuthentication": "Fehler beim Hinzufügen der Authentifizierung.", + "loc.messages.NoPypircFile": "Es ist keine PYPIRC-Datei zum Bereinigen vorhanden.", + "loc.messages.VariableSetForPypirc": "Die Umgebungsvariable für die PYPIRC-Datei unter \"%s\" wurde festgelegt.", + "loc.messages.Info_RemovingPypircFile": "Die PYPIRC-Datei wird aus \"%s\" entfernt.", + "loc.messages.NoRepoFound": "Unter %s wurde keine Repository-URL gefunden.", + "loc.messages.Error_FailedToGetServiceConnectionAuth": "Verbundanmeldeinformationen können nicht von der Dienstverbindung abgerufen werden: %s.", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "Sowohl die Feed-URL als auch die Dienstverbindung müssen festgelegt werden und dürfen nicht leer sein." } \ No newline at end of file diff --git a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson index e2db588d165f..c998eaccc0ae 100644 --- a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,35 +1,35 @@ -{ - "loc.friendlyName": "Autenticazione per caricamento Python tramite Twine", - "loc.helpMarkDown": "[Altre informazioni su questa attività](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate). In alternativa, [vedere la documentazione di Twine](https://twine.readthedocs.io/)", - "loc.description": "Consente di eseguire l'autenticazione per il caricamento di distribuzioni Python tramite Twine. Aggiungere '-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' al comando upload di Twine. Per i feed presenti in questa organizzazione, usare come repository (-r) il nome del feed. In caso contrario, usare il nome dell'endpoint definito nella connessione al servizio.", - "loc.instanceNameFormat": "Autenticazione Twine $(message)", - "loc.group.displayName.feedAuthentication": "Feed e autenticazione", - "loc.group.displayName.advanced": "Avanzate", - "loc.input.label.artifactFeed": "Nome del feed personale (selezionare sotto)", - "loc.input.help.artifactFeed": "Selezionare un feed da autenticare presente in questa organizzazione.", - "loc.input.label.pythonUploadServiceConnection": "Feed di organizzazioni esterne", - "loc.input.help.pythonUploadServiceConnection": "Selezionare un endpoint da autenticare all'esterno di questa organizzazione. Assicurarsi che all'endpoint siano assegnate le autorizzazioni per il caricamento di pacchetti.", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' Service Connection", - "loc.input.help.workloadIdentityServiceConnection": "Se questa impostazione è impostata, feedUrl è obbligatorio. Tutti gli altri input vengono ignorati.", - "loc.input.label.feedUrl": "URL del feed Azure Artifacts.", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection is required. All other inputs are ignored. Not compatible with pythonUploadServiceConnections. Feed Url should be in the pypi upload registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/", - "loc.messages.Info_AddingInternalFeeds": "Aggiunta delle informazioni di autenticazione per il feed interno di %s.", - "loc.messages.Info_AddingExternalFeeds": "Aggiunta delle informazioni di autenticazione per l'endpoint esterno di %s.", - "loc.messages.Info_AddingAuthForRegistry": "Aggiunta dell'autenticazione alla configurazione per registro di sistema %s", - "loc.messages.Info_SuccessAddingAuth": "L'autenticazione per il feed interno di %s e l'endpoint esterno di %s è stata aggiunta.", - "loc.messages.Info_AddingPasswordAuthEntry": "Aggiunta della voce di autenticazione password e nome utente per il feed %s", - "loc.messages.Info_AddingTokenAuthEntry": "Aggiunta della voce di autenticazione token per il feed %s", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Autenticazione federata aggiunta correttamente per il feed %s.", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Non è stato possibile analizzare l'URL del feed e aggiungere le informazioni di autenticazione. %s", - "loc.messages.Warning_OnlyOneFeedAllowed": "Con questa attività è possibile autorizzare un solo feed interno alla volta. Tutti i feed tranne il primo verranno ignorati.", - "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "Con questa attività è possibile autorizzare una sola connessione al servizio alla volta. Tutte le connessioni tranne la prima verranno ignorate.", - "loc.messages.Error_DuplicateEntryForFeed": "È presente una voce duplicata per il nome del feed %s. Usare nomi univoci per evitare potenziali problemi di pubblicazione.", - "loc.messages.FailedToGetPackagingUri": "Non è possibile recuperare l'URI della creazione di pacchetti. Verrà usato l'URI della raccolta predefinito.", - "loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.", - "loc.messages.NoPypircFile": "Non è stato trovato alcun file con estensione pypirc da pulire.", - "loc.messages.VariableSetForPypirc": "La variabile di ambiente per il file con estensione pypirc in %s è stata impostata.", - "loc.messages.Info_RemovingPypircFile": "Rimozione del file con estensione pypirc da %s", - "loc.messages.NoRepoFound": "Nessun URL del repository trovato in %s", - "loc.messages.Error_FailedToGetServiceConnectionAuth": "Non è possibile ottenere le credenziali federate dalla connessione al servizio: %s.", - "loc.messages.Error_MissingFeedUrlOrServiceConnection": "L'URL del feed e la connessione al servizio devono essere impostati e non possono essere vuoti." +{ + "loc.friendlyName": "Autenticazione per caricamento Python tramite Twine", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate). In alternativa, [vedere la documentazione di Twine](https://twine.readthedocs.io/)", + "loc.description": "Consente di eseguire l'autenticazione per il caricamento di distribuzioni Python tramite Twine. Aggiungere '-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' al comando upload di Twine. Per i feed presenti in questa organizzazione, usare come repository (-r) il nome del feed. In caso contrario, usare il nome dell'endpoint definito nella connessione al servizio.", + "loc.instanceNameFormat": "Autenticazione Twine $(message)", + "loc.group.displayName.feedAuthentication": "Feed e autenticazione", + "loc.group.displayName.advanced": "Avanzate", + "loc.input.label.artifactFeed": "Nome del feed personale (selezionare sotto)", + "loc.input.help.artifactFeed": "Selezionare un feed da autenticare presente in questa organizzazione.", + "loc.input.label.pythonUploadServiceConnection": "Feed di organizzazioni esterne", + "loc.input.help.pythonUploadServiceConnection": "Selezionare un endpoint da autenticare all'esterno di questa organizzazione. Assicurarsi che all'endpoint siano assegnate le autorizzazioni per il caricamento di pacchetti.", + "loc.input.label.workloadIdentityServiceConnection": "Connessione al servizio 'Azure DevOps'", + "loc.input.help.workloadIdentityServiceConnection": "Se questa impostazione è impostata, feedUrl è obbligatorio. Tutti gli altri input vengono ignorati.", + "loc.input.label.feedUrl": "URL del feed Azure Artifacts.", + "loc.input.help.feedUrl": "Con questa impostazione è necessario azureDevOpsServiceConnection. Tutti gli altri input vengono ignorati. Non compatibile con pythonUploadServiceConnections. Il formato dell'URL del feed deve essere quello del registro di caricamento pypi, ad esempio https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/", + "loc.messages.Info_AddingInternalFeeds": "Aggiunta delle informazioni di autenticazione per il feed interno di %s.", + "loc.messages.Info_AddingExternalFeeds": "Aggiunta delle informazioni di autenticazione per l'endpoint esterno di %s.", + "loc.messages.Info_AddingAuthForRegistry": "Aggiunta dell'autenticazione alla configurazione per registro di sistema %s", + "loc.messages.Info_SuccessAddingAuth": "L'autenticazione per il feed interno di %s e l'endpoint esterno di %s è stata aggiunta.", + "loc.messages.Info_AddingPasswordAuthEntry": "Aggiunta della voce di autenticazione password e nome utente per il feed %s", + "loc.messages.Info_AddingTokenAuthEntry": "Aggiunta della voce di autenticazione token per il feed %s", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "Autenticazione federata aggiunta correttamente per il feed %s.", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "Non è stato possibile analizzare l'URL del feed e aggiungere le informazioni di autenticazione. %s", + "loc.messages.Warning_OnlyOneFeedAllowed": "Con questa attività è possibile autorizzare un solo feed interno alla volta. Tutti i feed tranne il primo verranno ignorati.", + "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "Con questa attività è possibile autorizzare una sola connessione al servizio alla volta. Tutte le connessioni tranne la prima verranno ignorate.", + "loc.messages.Error_DuplicateEntryForFeed": "È presente una voce duplicata per il nome del feed %s. Usare nomi univoci per evitare potenziali problemi di pubblicazione.", + "loc.messages.FailedToGetPackagingUri": "Non è possibile recuperare l'URI della creazione di pacchetti. Verrà usato l'URI della raccolta predefinito.", + "loc.messages.FailedToAddAuthentication": "Non è stato possibile aggiungere l'autenticazione.", + "loc.messages.NoPypircFile": "Non è stato trovato alcun file con estensione pypirc da pulire.", + "loc.messages.VariableSetForPypirc": "La variabile di ambiente per il file con estensione pypirc in %s è stata impostata.", + "loc.messages.Info_RemovingPypircFile": "Rimozione del file con estensione pypirc da %s", + "loc.messages.NoRepoFound": "Nessun URL del repository trovato in %s", + "loc.messages.Error_FailedToGetServiceConnectionAuth": "Non è possibile ottenere le credenziali federate dalla connessione al servizio: %s.", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "L'URL del feed e la connessione al servizio devono essere impostati e non possono essere vuoti." } \ No newline at end of file diff --git a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson index d1a7a81937a6..78b07dccc525 100644 --- a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,35 +1,35 @@ -{ - "loc.friendlyName": "Python twine アップロードの認証", - "loc.helpMarkDown": "[このタスクの詳細を表示](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate)、または [Twine のドキュメントを参照](https://twine.readthedocs.io/)", - "loc.description": "twine を使用して Python ディストリビューションをアップロードするための認証を行います。'-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' を twine アップロード コマンドに追加します。この組織にフィードが存在する場合は、フィード名をリポジトリ (-r) として使用します。それ以外の場合は、サービス接続に定義されているエンドポイント名を使用します。", - "loc.instanceNameFormat": "Twine 認証 $(message)", - "loc.group.displayName.feedAuthentication": "フィードと認証", - "loc.group.displayName.advanced": "詳細設定", - "loc.input.label.artifactFeed": "自分のフィード名 (以下から選択)", - "loc.input.help.artifactFeed": "この組織内に存在する、認証対象のフィードを選択します。", - "loc.input.label.pythonUploadServiceConnection": "外部組織からのフィード", - "loc.input.help.pythonUploadServiceConnection": "この組織の外部で認証するエンドポイントを選択します。パッケージをアップロードするアクセス許可がエンドポイントにあることを確認してください。", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' サービス接続", - "loc.input.help.workloadIdentityServiceConnection": "これを設定した場合、feedUrl が必要です。他のすべての入力は無視されます。", - "loc.input.label.feedUrl": "Azure Artifacts フィード URL。", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection is required. All other inputs are ignored. Not compatible with pythonUploadServiceConnections. Feed Url should be in the pypi upload registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/", - "loc.messages.Info_AddingInternalFeeds": "%s 内部フィードの認証情報を追加しています。", - "loc.messages.Info_AddingExternalFeeds": "%s 外部エンドポイントの認証情報を追加しています。", - "loc.messages.Info_AddingAuthForRegistry": "レジストリ %s の構成に認証を追加しています", - "loc.messages.Info_SuccessAddingAuth": "%s 内部フィードと %s 外部エンドポイントの認証が正常に追加されました。", - "loc.messages.Info_AddingPasswordAuthEntry": "フィード %s のユーザー名パスワード認証エントリを追加しています", - "loc.messages.Info_AddingTokenAuthEntry": "フィード %s のトークン認証エントリを追加しています", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "フィード %s のフェデレーション認証が正常に追加されました。", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "フィード URL の解析および認証情報の追加に失敗しました。%s", - "loc.messages.Warning_OnlyOneFeedAllowed": "このタスクを使用して一度に承認できる内部フィードは 1 つだけです。最初のフィード以外はすべて無視されます。", - "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "このタスクを使用して一度に承認できるサービス接続は 1 つだけです。最初の接続以外はすべて無視されます。", - "loc.messages.Error_DuplicateEntryForFeed": "このフィード名 %s のエントリは重複しています。潜在的な発行の問題を回避するために、一意の名前を使用してください。", - "loc.messages.FailedToGetPackagingUri": "既定のコレクション URI を使用して、パッケージ URI を取得できません。", - "loc.messages.FailedToAddAuthentication": "認証を追加できませんでした。", - "loc.messages.NoPypircFile": "クリーンアップするための .pypirc ファイルがありません。", - "loc.messages.VariableSetForPypirc": ".pypirc の環境変数が %s で設定されています。", - "loc.messages.Info_RemovingPypircFile": "%s から .pypirc ファイルを削除しています", - "loc.messages.NoRepoFound": "%s にリポジトリ URL が見つかりません", - "loc.messages.Error_FailedToGetServiceConnectionAuth": "サービス接続からフェデレーション資格情報を取得できません: %s。", - "loc.messages.Error_MissingFeedUrlOrServiceConnection": "フィード URL とサービス接続の両方を設定する必要があり、これらを空にすることはできません。" +{ + "loc.friendlyName": "Python twine アップロードの認証", + "loc.helpMarkDown": "[このタスクの詳細を表示](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate)、または [Twine のドキュメントを参照](https://twine.readthedocs.io/)", + "loc.description": "twine を使用して Python ディストリビューションをアップロードするための認証を行います。'-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' を twine アップロード コマンドに追加します。この組織にフィードが存在する場合は、フィード名をリポジトリ (-r) として使用します。それ以外の場合は、サービス接続に定義されているエンドポイント名を使用します。", + "loc.instanceNameFormat": "Twine 認証 $(message)", + "loc.group.displayName.feedAuthentication": "フィードと認証", + "loc.group.displayName.advanced": "詳細設定", + "loc.input.label.artifactFeed": "自分のフィード名 (以下から選択)", + "loc.input.help.artifactFeed": "この組織内に存在する、認証対象のフィードを選択します。", + "loc.input.label.pythonUploadServiceConnection": "外部組織からのフィード", + "loc.input.help.pythonUploadServiceConnection": "この組織の外部で認証するエンドポイントを選択します。パッケージをアップロードするアクセス許可がエンドポイントにあることを確認してください。", + "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' サービス接続", + "loc.input.help.workloadIdentityServiceConnection": "これを設定した場合、feedUrl が必要です。他のすべての入力は無視されます。", + "loc.input.label.feedUrl": "Azure Artifacts フィード URL。", + "loc.input.help.feedUrl": "これが設定されている場合は azureDevOpsServiceConnection が必須です。他のすべての入力は無視されます。pythonUploadServiceConnections と互換性がありません。フィード URL は pypi アップロード レジストリ形式にする必要があります (例: https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/)", + "loc.messages.Info_AddingInternalFeeds": "%s 内部フィードの認証情報を追加しています。", + "loc.messages.Info_AddingExternalFeeds": "%s 外部エンドポイントの認証情報を追加しています。", + "loc.messages.Info_AddingAuthForRegistry": "レジストリ %s の構成に認証を追加しています", + "loc.messages.Info_SuccessAddingAuth": "%s 内部フィードと %s 外部エンドポイントの認証が正常に追加されました。", + "loc.messages.Info_AddingPasswordAuthEntry": "フィード %s のユーザー名パスワード認証エントリを追加しています", + "loc.messages.Info_AddingTokenAuthEntry": "フィード %s のトークン認証エントリを追加しています", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "フィード %s のフェデレーション認証が正常に追加されました。", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "フィード URL の解析および認証情報の追加に失敗しました。%s", + "loc.messages.Warning_OnlyOneFeedAllowed": "このタスクを使用して一度に承認できる内部フィードは 1 つだけです。最初のフィード以外はすべて無視されます。", + "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "このタスクを使用して一度に承認できるサービス接続は 1 つだけです。最初の接続以外はすべて無視されます。", + "loc.messages.Error_DuplicateEntryForFeed": "このフィード名 %s のエントリは重複しています。潜在的な発行の問題を回避するために、一意の名前を使用してください。", + "loc.messages.FailedToGetPackagingUri": "既定のコレクション URI を使用して、パッケージ URI を取得できません。", + "loc.messages.FailedToAddAuthentication": "認証を追加できませんでした。", + "loc.messages.NoPypircFile": "クリーンアップするための .pypirc ファイルがありません。", + "loc.messages.VariableSetForPypirc": ".pypirc の環境変数が %s で設定されています。", + "loc.messages.Info_RemovingPypircFile": "%s から .pypirc ファイルを削除しています", + "loc.messages.NoRepoFound": "%s にリポジトリ URL が見つかりません", + "loc.messages.Error_FailedToGetServiceConnectionAuth": "サービス接続からフェデレーション資格情報を取得できません: %s。", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "フィード URL とサービス接続の両方を設定する必要があり、これらを空にすることはできません。" } \ No newline at end of file diff --git a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson index 6bd8ebda94e8..e4e491dc4307 100644 --- a/Tasks/TwineAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/TwineAuthenticateV1/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,35 +1,35 @@ -{ - "loc.friendlyName": "Python Twine 上傳驗證", - "loc.helpMarkDown": "[深入了解此工作](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate)或[參閱 Twine 文件](https://twine.readthedocs.io/)", - "loc.description": "針對使用 Twine 上傳 Python 發行版本進行驗證。請將 '-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' 新增至 Twine 上傳命令。針對存在於此組織中的摘要,請使用摘要名稱作為存放庫 (-r)。否則,請使用服務連線中定義的端點名稱。", - "loc.instanceNameFormat": "Twine 驗證 $(message)", - "loc.group.displayName.feedAuthentication": "摘要與驗證", - "loc.group.displayName.advanced": "進階", - "loc.input.label.artifactFeed": "我的摘要名稱 (於下方選取)", - "loc.input.help.artifactFeed": "選取此組織中要驗證的摘要。", - "loc.input.label.pythonUploadServiceConnection": "來自外部組織的摘要", - "loc.input.help.pythonUploadServiceConnection": "選取此組織外要驗證的端點。請確定端點有權上傳套件。", - "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' 服務連線", - "loc.input.help.workloadIdentityServiceConnection": "如設定此選項,則需要 feedUrl。忽略所有其他輸入。", - "loc.input.label.feedUrl": "Azure Artifacts 摘要 URL。", - "loc.input.help.feedUrl": "If this is set, azureDevOpsServiceConnection is required. All other inputs are ignored. Not compatible with pythonUploadServiceConnections. Feed Url should be in the pypi upload registry format, e.g. https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/", - "loc.messages.Info_AddingInternalFeeds": "正在新增 %s 內部摘要的驗證資訊。", - "loc.messages.Info_AddingExternalFeeds": "正在新增 %s 外部端點的驗證資訊。", - "loc.messages.Info_AddingAuthForRegistry": "正在新增登錄 %s 的組態驗證", - "loc.messages.Info_SuccessAddingAuth": "已成功為 %s 內部摘要和 %s 外部端點新增驗證。", - "loc.messages.Info_AddingPasswordAuthEntry": "正在新增摘要 %s 的使用者名稱密碼驗證項目", - "loc.messages.Info_AddingTokenAuthEntry": "正在新增摘要 %s 的權杖驗證項目", - "loc.messages.Info_SuccessAddingFederatedFeedAuth": "已成功為摘要 %s 新增同盟驗證。", - "loc.messages.Error_FailedToParseFeedUrlAndAuth": "無法剖析摘要 URL 和新增驗證資訊。%s", - "loc.messages.Warning_OnlyOneFeedAllowed": "使用此工作時,一次只能授權一個內部摘要。除了第一個摘要外,將會忽略所有摘要。", - "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "使用此工作時,一次只能授權一個服務連線。除了第一個連線外,將會忽略所有連線。", - "loc.messages.Error_DuplicateEntryForFeed": "這是摘要名稱 %s 的重複項目。使用唯一名稱以避免潛在的發佈問題。", - "loc.messages.FailedToGetPackagingUri": "無法取得封裝 URI,將改用預設收集 URI。", - "loc.messages.FailedToAddAuthentication": "無法新增驗證。", - "loc.messages.NoPypircFile": "沒有任何要清除的 .pypirc 檔案。", - "loc.messages.VariableSetForPypirc": "已在 %s 設定 .pypirc 的環境變數。", - "loc.messages.Info_RemovingPypircFile": "正在從 %s 移除 .pypirc 檔案", - "loc.messages.NoRepoFound": "在 %s 下找不到存放庫 URL", - "loc.messages.Error_FailedToGetServiceConnectionAuth": "無法取得服務連線的同盟認證: %s。", - "loc.messages.Error_MissingFeedUrlOrServiceConnection": "摘要 URL 和服務連線都必須設定,且不能是空的。" +{ + "loc.friendlyName": "Python Twine 上傳驗證", + "loc.helpMarkDown": "[深入了解此工作](https://docs.microsoft.com/azure/devops/pipelines/tasks/package/twine-authenticate)或[參閱 Twine 文件](https://twine.readthedocs.io/)", + "loc.description": "針對使用 Twine 上傳 Python 發行版本進行驗證。請將 '-r FeedName/EndpointName --config-file $(PYPIRC_PATH)' 新增至 Twine 上傳命令。針對存在於此組織中的摘要,請使用摘要名稱作為存放庫 (-r)。否則,請使用服務連線中定義的端點名稱。", + "loc.instanceNameFormat": "Twine 驗證 $(message)", + "loc.group.displayName.feedAuthentication": "摘要與驗證", + "loc.group.displayName.advanced": "進階", + "loc.input.label.artifactFeed": "我的摘要名稱 (於下方選取)", + "loc.input.help.artifactFeed": "選取此組織中要驗證的摘要。", + "loc.input.label.pythonUploadServiceConnection": "來自外部組織的摘要", + "loc.input.help.pythonUploadServiceConnection": "選取此組織外要驗證的端點。請確定端點有權上傳套件。", + "loc.input.label.workloadIdentityServiceConnection": "'Azure DevOps' 服務連線", + "loc.input.help.workloadIdentityServiceConnection": "如設定此選項,則需要 feedUrl。忽略所有其他輸入。", + "loc.input.label.feedUrl": "Azure Artifacts 摘要 URL。", + "loc.input.help.feedUrl": "如果設定此選項,則需要 azureDevOpsServiceConnection。忽略所有其他輸入。與 pythonUploadServiceConnections 不相容。摘要 URL 應該為 pypi 上傳登錄格式,例如 https://pkgs.dev.azure.com/{ORG_NAME}/{PROJECT}/_packaging/{FEED_NAME}/pypi/upload/", + "loc.messages.Info_AddingInternalFeeds": "正在新增 %s 內部摘要的驗證資訊。", + "loc.messages.Info_AddingExternalFeeds": "正在新增 %s 外部端點的驗證資訊。", + "loc.messages.Info_AddingAuthForRegistry": "正在新增登錄 %s 的組態驗證", + "loc.messages.Info_SuccessAddingAuth": "已成功為 %s 內部摘要和 %s 外部端點新增驗證。", + "loc.messages.Info_AddingPasswordAuthEntry": "正在新增摘要 %s 的使用者名稱密碼驗證項目", + "loc.messages.Info_AddingTokenAuthEntry": "正在新增摘要 %s 的權杖驗證項目", + "loc.messages.Info_SuccessAddingFederatedFeedAuth": "已成功為摘要 %s 新增同盟驗證。", + "loc.messages.Error_FailedToParseFeedUrlAndAuth": "無法剖析摘要 URL 和新增驗證資訊。%s", + "loc.messages.Warning_OnlyOneFeedAllowed": "使用此工作時,一次只能授權一個內部摘要。除了第一個摘要外,將會忽略所有摘要。", + "loc.messages.Warning_OnlyOneServiceConnectionAllowed": "使用此工作時,一次只能授權一個服務連線。除了第一個連線外,將會忽略所有連線。", + "loc.messages.Error_DuplicateEntryForFeed": "這是摘要名稱 %s 的重複項目。使用唯一名稱以避免潛在的發佈問題。", + "loc.messages.FailedToGetPackagingUri": "無法取得封裝 URI,將改用預設收集 URI。", + "loc.messages.FailedToAddAuthentication": "無法新增驗證。", + "loc.messages.NoPypircFile": "沒有任何要清除的 .pypirc 檔案。", + "loc.messages.VariableSetForPypirc": "已在 %s 設定 .pypirc 的環境變數。", + "loc.messages.Info_RemovingPypircFile": "正在從 %s 移除 .pypirc 檔案", + "loc.messages.NoRepoFound": "在 %s 下找不到存放庫 URL", + "loc.messages.Error_FailedToGetServiceConnectionAuth": "無法取得服務連線的同盟認證: %s。", + "loc.messages.Error_MissingFeedUrlOrServiceConnection": "摘要 URL 和服務連線都必須設定,且不能是空的。" } \ No newline at end of file