diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson index e82c9e6b97cc..14491e6e1cad 100644 --- a/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/AzureCLIV2/Strings/resources.resjson/it-IT/resources.resjson @@ -31,8 +31,8 @@ "loc.input.help.powerShellIgnoreLASTEXITCODE": "Se è false, la riga 'if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }' viene aggiunta alla fine dello script. In questo modo l'ultimo codice di uscita da un comando esterno verrà propagato come codice di uscita di PowerShell. In caso contrario, la riga non viene aggiunta alla fine dello script.", "loc.input.label.visibleAzLogin": "visibilità dell'output dell'account di accesso az", "loc.input.help.visibleAzLogin": "Se questa opzione è impostata su true, l'output del comando az login verrà restituito all'attività. Se si imposta su false, l'output dell'account di accesso az verrà eliminato", - "loc.input.label.keepAzSessionActive": "[Experimental] Keep Azure CLI session active", - "loc.input.help.keepAzSessionActive": "When enabled, this task will continuously sign into Azure to avoid AADSTS700024 errors when requesting access tokens beyond the IdToken expiry date. Note that this feature is EXPERIMENTAL, may not work in all scenarios and you are using it without any guarantees. Valid only for service connections using the Workload Identity Federation authentication scheme.", + "loc.input.label.keepAzSessionActive": "[Sperimentale] Mantenere attiva la sessione dell'interfaccia della riga di comando di Azure", + "loc.input.help.keepAzSessionActive": "Se abilitata, questa attività accederà continuamente ad Azure per evitare errori AADSTS700024 durante la richiesta di token di accesso oltre la data di scadenza di IdToken. Si noti che questa funzionalità è SPERIMENTALE, potrebbe non funzionare in tutti gli scenari e viene usata senza alcuna garanzia. Valido solo per le connessioni al servizio che usano lo schema di autenticazione della federazione delle identità del carico di lavoro.", "loc.messages.ScriptReturnCode": "Lo script è stato terminato. Codice restituito: %d", "loc.messages.ScriptFailed": "Lo script non è riuscito. Errore: %s", "loc.messages.ScriptFailedStdErr": "L'output dello script viene inviato a STDERR. Verrà restituito un errore perché failOnStdErr è impostato su true.", @@ -52,7 +52,7 @@ "loc.messages.UnacceptedScriptLocationValue": "%s non è un valore valido per il valore di input attività 'Percorso script' (scriptLocation in YAML). Il valore può essere 'inlineScript' o 'scriptPath'", "loc.messages.ExpiredServicePrincipalMessageWithLink": "Segreto scaduto. Aggiornare la connessione al servizio in %s Per altre informazioni sulla conversione a connessioni al servizio senza segreto, vedere https://aka.ms/azdo-rm-workload-identity-conversion.", "loc.messages.ProxyConfig": "lo strumento az è configurato per l'utilizzo di %s come server proxy", - "loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s", - "loc.messages.RefreshingAzSession": "Attempting to refresh az-cli session...", - "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input." + "loc.messages.FailedToRefreshAzSession": "Si è verificato l'errore seguente durante il tentativo di aggiornare la sessione az-cli: %s", + "loc.messages.RefreshingAzSession": "Tentativo di aggiornamento della sessione az-cli in corso...", + "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "L'input 'keepAzSessionActive' può essere usato solo per la connessione al servizio ARM della federazione delle identità del carico di lavoro. Schema di autenticazione dell'endpoint servizio a cui si fa riferimento imprevisto: %s. Modificare lo schema o rimuovere l'input 'keepAzSessionActive'." } \ No newline at end of file diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson index 9adb18be68c2..19172e7825b7 100644 --- a/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/AzureCLIV2/Strings/resources.resjson/ja-JP/resources.resjson @@ -31,8 +31,8 @@ "loc.input.help.powerShellIgnoreLASTEXITCODE": "これが false の場合、行 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` がスクリプトの末尾に追加されます。この行があると、外部コマンドからの最後の終了コードが PowerShell の終了コードとして伝達されます。それ以外の場合、スクリプトの末尾にこの行が追加されることはありません。", "loc.input.label.visibleAzLogin": "az ログイン出力の可視性", "loc.input.help.visibleAzLogin": "これが true に設定されている場合、az login コマンドはタスクに出力します。false に設定すると、az ログイン出力は表示されません", - "loc.input.label.keepAzSessionActive": "[Experimental] Keep Azure CLI session active", - "loc.input.help.keepAzSessionActive": "When enabled, this task will continuously sign into Azure to avoid AADSTS700024 errors when requesting access tokens beyond the IdToken expiry date. Note that this feature is EXPERIMENTAL, may not work in all scenarios and you are using it without any guarantees. Valid only for service connections using the Workload Identity Federation authentication scheme.", + "loc.input.label.keepAzSessionActive": "[試験段階l] Azure CLI セッションをアクティブに保ってください", + "loc.input.help.keepAzSessionActive": "有効にすると、このタスクは引き続き Azure にサインインし、IdToken の有効期限を超えてアクセス トークンを要求するときに AADSTS700024 エラーが発生しないようにします。この機能は試験段階であるため、すべてのシナリオでは動作しない場合があり、保証なしで使用していることにご注意ください。ワークロード ID フェデレーション認証スキームを使用するサービス接続に対してのみ有効です。", "loc.messages.ScriptReturnCode": "スクリプトが次のリターン コードで終了しました: %d", "loc.messages.ScriptFailed": "スクリプトがエラーで失敗しました: %s", "loc.messages.ScriptFailedStdErr": "スクリプトに stderr への出力があります。failOnStdErr が true に設定されているため、失敗しています。", @@ -52,7 +52,7 @@ "loc.messages.UnacceptedScriptLocationValue": "%s はタスク入力 'スクリプトの場所' (YAML での scriptLocation) の有効な値ではありません。値には 'inlineScript' または 'scriptPath' のいずれかを指定できます", "loc.messages.ExpiredServicePrincipalMessageWithLink": "シークレットの有効期限が切れました。%s でサービスの接続を更新してください。秘密度の低いサービスの接続への変換については、https://aka.ms/azdo-rm-workload-identity-conversion を参照してください。", "loc.messages.ProxyConfig": "az ツールは、%s をプロキシ サーバーとして使用するように構成されています", - "loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s", - "loc.messages.RefreshingAzSession": "Attempting to refresh az-cli session...", - "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input." + "loc.messages.FailedToRefreshAzSession": "az-cli セッションの更新中に次のエラーが発生しました: %s", + "loc.messages.RefreshingAzSession": "az-cli セッションを更新しようとしています...", + "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "'keepAzSessionActive' 入力は、ワークロード ID フェデレーション ARM サービス接続でのみ使用できます。参照されたサービス エンドポイント認証スキームは予期されていませんでした: %s。スキームを変更するか、'keepAzSessionActive' 入力を削除します。" } \ No newline at end of file diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson index cbb7479859b9..43ffc57cb99b 100644 --- a/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/AzureCLIV2/Strings/resources.resjson/ko-KR/resources.resjson @@ -31,8 +31,8 @@ "loc.input.help.powerShellIgnoreLASTEXITCODE": "false이면 스크립트의 끝에 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` 줄이 추가됩니다. 이 줄로 인해 외부 명령의 마지막 종료 코드가 PowerShell의 종료 코드로 전파됩니다. true이면 줄이 스크립트의 끝에 추가되지 않습니다.", "loc.input.label.visibleAzLogin": "az 로그인 출력 표시 여부", "loc.input.help.visibleAzLogin": "true로 설정하면 az 로그인 명령이 작업에 출력됩니다. false로 설정하면 az 로그인 출력이 표시되지 않습니다.", - "loc.input.label.keepAzSessionActive": "[Experimental] Keep Azure CLI session active", - "loc.input.help.keepAzSessionActive": "When enabled, this task will continuously sign into Azure to avoid AADSTS700024 errors when requesting access tokens beyond the IdToken expiry date. Note that this feature is EXPERIMENTAL, may not work in all scenarios and you are using it without any guarantees. Valid only for service connections using the Workload Identity Federation authentication scheme.", + "loc.input.label.keepAzSessionActive": "[실험적] Azure CLI 세션을 활성 상태로 유지", + "loc.input.help.keepAzSessionActive": "사용하도록 설정하면 이 작업은 IdToken 만료 날짜 이후의 액세스 토큰을 요청할 때 AADSTS700024 오류를 방지하기 위해 Azure에 지속적으로 로그인합니다. 이 기능은 실험적인 기능으로 모든 시나리오에서 작동하지 않을 수 있으며 어떠한 보장도 없이 사용하고 있다는 점에 유의하세요. 워크로드 ID 페더레이션 인증 체계를 사용하는 서비스 연결에만 유효합니다.", "loc.messages.ScriptReturnCode": "다음 반환 코드로 스크립트가 종료됨: %d", "loc.messages.ScriptFailed": "다음 오류가 발생하여 스크립트 실패: %s", "loc.messages.ScriptFailedStdErr": "스크립트가 STDERR에 출력되었습니다. failOnStdErr이 true로 설정되어 있으므로 실패합니다.", @@ -52,7 +52,7 @@ "loc.messages.UnacceptedScriptLocationValue": "%s은(는) '스크립트 위치'(YAML의 scriptLocation) 작업 입력에 유효한 값이 아닙니다. 값은 be'inlineScript' 또는 'scriptPath' 중 하나일 수 있습니다.", "loc.messages.ExpiredServicePrincipalMessageWithLink": "비밀이 만료되었습니다. %s에서 서비스 연결을 업데이트하세요. 비밀 없는 서비스 연결로의 변환에 대한 자세한 정보는 https://aka.ms/azdo-rm-workload-identity-conversion을 참고하세요.", "loc.messages.ProxyConfig": "az 도구가 %s을(를) 프록시 서버로 사용하도록 구성되어 있습니다.", - "loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s", - "loc.messages.RefreshingAzSession": "Attempting to refresh az-cli session...", - "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input." + "loc.messages.FailedToRefreshAzSession": "az-cli 세션을 새로 고치는 동안 %s 오류가 발생했습니다.", + "loc.messages.RefreshingAzSession": "az-cli 세션을 새로 고치는 중...", + "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "'keepAzSessionActive' 입력은 워크로드 ID 페더레이션 ARM 서비스 연결에만 사용할 수 있습니다. 참조된 서비스 엔드포인트 인증 체계가 예기치 않았습니다: %s. 스키마를 변경하거나 'keepAzSessionActive' 입력을 제거하세요." } \ No newline at end of file diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson index f46910d87404..54c0765b9ac6 100644 --- a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-CN/resources.resjson @@ -31,8 +31,8 @@ "loc.input.help.powerShellIgnoreLASTEXITCODE": "如果为 false,行 \"if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }\" 将追加到脚本的末尾。这将导致外部命令中的最后一个退出代码传播为 powershell 的退出代码。否则,行将不会追加到脚本的末尾。", "loc.input.label.visibleAzLogin": "Az 登录输出可见性", "loc.input.help.visibleAzLogin": "如果此项设置为 true,则 Az 登录命令将输出到任务。将其设置为 false 将禁止 Az 登录输出", - "loc.input.label.keepAzSessionActive": "[Experimental] Keep Azure CLI session active", - "loc.input.help.keepAzSessionActive": "When enabled, this task will continuously sign into Azure to avoid AADSTS700024 errors when requesting access tokens beyond the IdToken expiry date. Note that this feature is EXPERIMENTAL, may not work in all scenarios and you are using it without any guarantees. Valid only for service connections using the Workload Identity Federation authentication scheme.", + "loc.input.label.keepAzSessionActive": "[Experimental] 保持 Azure CLI 会话处于活动状态", + "loc.input.help.keepAzSessionActive": "启用后,此任务将持续登录到 Azure,以避免在请求访问超过 IdToken 到期日期的令牌时出现 AADSTS700024 错误。请注意,此功能是实验性的,可能无法在某些场景中运行,并且你将在不受任何保证的情况下使用它。仅对使用工作负载联合身份验证身份验证方案的服务连接有效。", "loc.messages.ScriptReturnCode": "脚本已退出,返回代码: %d", "loc.messages.ScriptFailed": "脚本失败,出现错误: %s", "loc.messages.ScriptFailedStdErr": "脚本具有到 stderr 的输出。失败,因为 failOnStdErr 设置为 true。", @@ -52,7 +52,7 @@ "loc.messages.UnacceptedScriptLocationValue": "%s 不是任务输入“脚本位置”(YAML 中为 scriptLocation)的有效值。值可以是 \"inlineScript\" 或 \"scriptPath\"", "loc.messages.ExpiredServicePrincipalMessageWithLink": "机密已过期,请在 %s 更新服务连接。若要详细了解如何转换到无机密服务连接,请参阅 https://aka.ms/azdo-rm-workload-identity-conversion。", "loc.messages.ProxyConfig": "Az 工具配置为将 %s 用作代理服务器", - "loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s", - "loc.messages.RefreshingAzSession": "Attempting to refresh az-cli session...", - "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input." + "loc.messages.FailedToRefreshAzSession": "尝试刷新 az-cli 会话时出现以下错误:%s", + "loc.messages.RefreshingAzSession": "正在尝试刷新 az-cli 会话...", + "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "“keepAzSessionActive”输入可能只能用于工作负载联合身份验证 ARM 服务连接。引用的服务终结点身份验证方案异常:%s。更改方案或删除“keepAzSessionActive”输入。" } \ No newline at end of file diff --git a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson index a334430a129a..76b663df0f34 100644 --- a/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/AzureCLIV2/Strings/resources.resjson/zh-TW/resources.resjson @@ -31,8 +31,8 @@ "loc.input.help.powerShellIgnoreLASTEXITCODE": "若此為 false,則會將 `if ((Test-Path -LiteralPath variable:\\LASTEXITCODE)) { exit $LASTEXITCODE }` 附加至您指令碼的結尾。如此會讓來自外部命令中的最後一個結束代碼,以 PowerShell 的結束代碼散佈。否則,不會將此行附加至您的指令碼結尾。", "loc.input.label.visibleAzLogin": "az 登入輸出可見度", "loc.input.help.visibleAzLogin": "如果設定為 True,az 登入命令將會輸出到工作。設定為 False 將會隱藏 az 登入輸出", - "loc.input.label.keepAzSessionActive": "[Experimental] Keep Azure CLI session active", - "loc.input.help.keepAzSessionActive": "When enabled, this task will continuously sign into Azure to avoid AADSTS700024 errors when requesting access tokens beyond the IdToken expiry date. Note that this feature is EXPERIMENTAL, may not work in all scenarios and you are using it without any guarantees. Valid only for service connections using the Workload Identity Federation authentication scheme.", + "loc.input.label.keepAzSessionActive": "[實驗] 讓 Azure CLI 工作階段保持使用中", + "loc.input.help.keepAzSessionActive": "啟用時,此工作會持續登入 Azure,以避免在 IdToken 到期日之後,要求存取權杖時的 AADSTS700024 錯誤。請注意,此功能是實驗性的,可能無法在所有情況下運作,而且使用它並無法獲得任何保證。僅適用使用工作負載識別身分同盟驗證配置的服務連線。", "loc.messages.ScriptReturnCode": "指令碼已結束。傳回碼: %d", "loc.messages.ScriptFailed": "指令碼失敗。錯誤: %s", "loc.messages.ScriptFailedStdErr": "指令碼有到 stderr 的輸出。因為 failOnStdErr 設為 true 而失敗。", @@ -52,7 +52,7 @@ "loc.messages.UnacceptedScriptLocationValue": "%s 不是工作輸入 'Script Location' (在 YAML 中為 scriptLocation) 的有效值。值可以是 'inlineScript' 或 'scriptPath'", "loc.messages.ExpiredServicePrincipalMessageWithLink": "秘密已過期,請在 %s 更新服務連線,參閱 https://aka.ms/azdo-rm-workload-identity-conversion 以深入了解如何轉換為無秘密服務連線。", "loc.messages.ProxyConfig": "az 工具已設定為使用 %s 做為 Proxy 伺服器", - "loc.messages.FailedToRefreshAzSession": "The following error occurred while trying to refresh az-cli session: %s", - "loc.messages.RefreshingAzSession": "Attempting to refresh az-cli session...", - "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "The 'keepAzSessionActive' input might be used only for workload identity federation ARM service connection. The referenced service endpoint auth scheme was unexpected: %s. Change the scheme or remove 'keepAzSessionActive' input." + "loc.messages.FailedToRefreshAzSession": "嘗試重新整理 az-cli 工作階段時發生下列錯誤: %s", + "loc.messages.RefreshingAzSession": "正在嘗試重新整理 az-cli 工作階段...", + "loc.messages.KeepingAzSessionActiveUnsupportedScheme": "'keepAzSessionActive' 輸入只能用於工作負載識別身分同盟 ARM 服務連線。參考的服務端點驗證配置非預期: %s。變更配置或移除 'keepAzSessionActive' 輸入。" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson index e0ee1ceaabfa..896d9a798ad1 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=848006) oder [Docker Compose-Dokumentation anzeigen](https://docs.docker.com/)", - "loc.description": "Erstellen Sie Docker-Anwendungen mit mehreren Containern, übertragen Sie sie mithilfe von Push, oder führen Sie sie aus. Die Aufgabe kann mit Docker oder Azure Container Registry verwendet werden.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Erweiterte Optionen", - "loc.input.label.containerregistrytype": "Containerregistrierungstyp", - "loc.input.help.containerregistrytype": "Wählen Sie einen Containerregistrierungstyp aus.", - "loc.input.label.dockerRegistryEndpoint": "Dienstverbindung für Docker-Registrierung", - "loc.input.help.dockerRegistryEndpoint": "Wählen Sie eine Dienstverbindung für die Docker-Registrierung aus. Erforderlich für Befehle, die eine Authentifizierung bei einer Registrierung erfordern.", - "loc.input.label.azureSubscriptionEndpoint": "Azure-Abonnement", - "loc.input.help.azureSubscriptionEndpoint": "Wählen Sie ein Azure-Abonnement aus.", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Wählen Sie eine Azure Container Registry aus.", - "loc.input.label.dockerComposeFile": "Docker Compose-Datei", - "loc.input.help.dockerComposeFile": "Pfad zur zu verwendenden primären Docker Compose-Datei.", - "loc.input.label.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien", - "loc.input.help.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien, die mit der primären Docker Compose-Datei kombiniert werden soll. Relative Pfade werden in Bezug auf das Verzeichnis, dass die primäre Docker Compose-Datei enthält, aufgelöst. Wenn eine angegebene Datei nicht gefunden wird, wird sie ignoriert. Geben Sie jeden Dateipfad in einer neuen Zeile an.", - "loc.input.label.dockerComposeFileArgs": "Umgebungsvariablen", - "loc.input.help.dockerComposeFileArgs": "Umgebungsvariablen, die während des Befehls festgelegt werden. Geben Sie jedes Name/Wert-Paar in einer neuen Zeile an.", - "loc.input.label.projectName": "Projektname", - "loc.input.help.projectName": "Projektname, der für Standardnamen von Images und Containern verwendet wird.", - "loc.input.label.qualifyImageNames": "Imagenamen qualifizieren", - "loc.input.help.qualifyImageNames": "Qualifizieren Sie die Imagenamen für erstellte Dienste mit dem Hostnamen der Docker-Registrierungsdienstverbindung, sofern nicht anders angegeben.", - "loc.input.label.action": "Aktion", - "loc.input.help.action": "Wählen Sie eine Docker Compose-Aktion aus.", - "loc.input.label.additionalImageTags": "Zusätzliche Imagetags", - "loc.input.help.additionalImageTags": "Zusätzliche Tags für die Docker-Images, die erstellt oder mithilfe von Push übertragen werden sollen.", - "loc.input.label.includeSourceTags": "Quelltags einschließen", - "loc.input.help.includeSourceTags": "Fügen Sie Git-Tags ein, wenn Sie Docker-Images erstellen oder mittels Push übertragen.", - "loc.input.label.includeLatestTag": "Aktuelles Tag einschließen", - "loc.input.help.includeLatestTag": "Fügen Sie das Tag \"latest\" (aktuell) ein, wenn Sie die Docker-Images erstellen oder mittels Push übertragen.", - "loc.input.label.buildImages": "Images erstellen", - "loc.input.help.buildImages": "Erstellen Sie Images, bevor Sie Dienstcontainer starten.", - "loc.input.label.serviceName": "Dienstname", - "loc.input.help.serviceName": "Name des auszuführenden spezifischen Diensts.", - "loc.input.label.containerName": "Containername", - "loc.input.help.containerName": "Name des auszuführenden spezifischen Dienstcontainers.", - "loc.input.label.ports": "Ports", - "loc.input.help.ports": "Ports im spezifischen Dienstcontainer zum Veröffentlichen an den Host. Geben Sie jede Hostport:Containerport-Bindung in einer neuen Zeile an.", - "loc.input.label.workDir": "Arbeitsverzeichnis", - "loc.input.help.workDir": "Das Arbeitsverzeichnis für den spezifischen Dienstcontainer.", - "loc.input.label.entrypoint": "Überschreiben des Einstiegspunkts", - "loc.input.help.entrypoint": "Überschreiben Sie den Standardeinstiegspunkt für den spezifischen Dienstcontainer.", - "loc.input.label.containerCommand": "Befehl", - "loc.input.help.containerCommand": "Im spezifischen Dienstcontainer auszuführender Befehl. Wenn das Image beispielsweise eine einfache Python Flask-Webanwendung enthält, können Sie zum Starten der Webanwendung \"python app.py\" angeben.", - "loc.input.label.detached": "Im Hintergrund ausführen", - "loc.input.help.detached": "Führen Sie die Dienstcontainer im Hintergrund aus.", - "loc.input.label.abortOnContainerExit": "Beim Beenden des Containers abbrechen", - "loc.input.help.abortOnContainerExit": "Alle Container anhalten, wenn ein Container beendet wird.", - "loc.input.label.imageDigestComposeFile": "Imagehashwert-Compose-Datei", - "loc.input.help.imageDigestComposeFile": "Pfad zu einer Docker Compose-Datei, die erstellt und mit den vollständigen Imagerepository-Hashwerten des Docker-Images jedes Diensts befüllt wird.", - "loc.input.label.removeBuildOptions": "Buildoptionen entfernen", - "loc.input.help.removeBuildOptions": "Entfernen Sie die Buildoptionen aus der Docker Compose-Ausgabedatei.", - "loc.input.label.baseResolveDirectory": "Basisauflösungsverzeichnis", - "loc.input.help.baseResolveDirectory": "Das Basisverzeichnis, in dem die entsprechenden Pfade in der Docker Compose-Ausgabedatei aufgelöst werden sollen.", - "loc.input.label.outputDockerComposeFile": "Docker Compose-Datei ausgeben", - "loc.input.help.outputDockerComposeFile": "Pfad zu einer Docker Compose-Ausgabedatei.", - "loc.input.label.dockerComposeCommand": "Befehl", - "loc.input.help.dockerComposeCommand": "Docker Compose-Befehl, der mit Argumenten ausgeführt werden soll. Beispielsweise \"rm --all\" entfernt alle angehaltenen Dienstcontainer.", - "loc.input.label.arguments": "Argumente", - "loc.input.help.arguments": "Docker Compose-Befehlsoptionen. Beispiel:
Für Buildbefehl:
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker-Hostdienstverbindung", - "loc.input.help.dockerHostEndpoint": "Wählen Sie eine Docker-Hostdienstverbindung. Entspricht standardmäßig dem Agent-Host.", - "loc.input.label.nopIfNoDockerComposeFile": "Kein Vorgang, wenn keine Docker Compose-Datei vorhanden ist", - "loc.input.help.nopIfNoDockerComposeFile": "Wenn die Docker Compose-Datei nicht vorhanden ist, überspringen Sie diese Aufgabe. Dies ist hilfreich, wenn die Aufgabe ein optionales Verhalten ermöglicht, das darauf basiert, dass im Repository eine Docker Compose-Datei enthalten ist.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien erfordern", - "loc.input.help.requireAdditionalDockerComposeFiles": "Erzeugt einen Fehler, wenn die zusätzlichen Docker Compose-Dateien nicht vorhanden sind. Dies überschreibt das Standardverhalten, das darin besteht, eine nicht vorhandene Datei zu ignorieren.", - "loc.input.label.cwd": "Arbeitsverzeichnis", - "loc.input.help.cwd": "Arbeitsverzeichnis für den Docker Compose-Befehl.", - "loc.input.label.dockerComposePath": "Pfad zur ausführbaren Docker Compose-Datei", - "loc.input.help.dockerComposePath": "Diese ausführbare docker-compose-Datei wird verwendet, wenn der Pfad angegeben wird.", - "loc.messages.ConnectingToDockerHost": "Die DOCKER_HOST-Variable ist festgelegt. Docker versucht, eine Verbindung mit dem Docker-Host herzustellen: %s", - "loc.messages.ContainerPatternFound": "Muster in Docker Compose-Parameter \"filepath\" gefunden.", - "loc.messages.ContainerPatternNotFound": "Kein Muster in Docker Compose-Parameter \"filepath\" gefunden.", - "loc.messages.ContainerDockerFileNotFound": "Es wurde keine Docker-Datei gefunden, die %s entspricht.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Die zusätzliche Docker Compose-Datei \"%s\" ist nicht vorhanden.", - "loc.messages.CantWriteDataToFile": "In die Datei \"%s\" können keine Daten geschrieben werden. Fehler: %s", - "loc.messages.DockerHostVariableWarning": "Die DOCKER_HOST-Variable ist festgelegt. Stellen Sie sicher, dass der Docker-Daemon auf \"%s\" ausgeführt wird.", - "loc.messages.NoDataWrittenOnFile": "In die Datei \"%s\" wurden keine Daten geschrieben. ", - "loc.messages.FileContentSynced": "Der Inhalt der Datei wurde auf dem Datenträger synchronisiert. Der Inhalt ist \"%s\".", - "loc.messages.ImageNameWithoutTag": "Imagename nicht mit Tag angegeben, Übertragung aller Imagetags mithilfe von Push angegeben.", - "loc.messages.WritingDockerConfigToTempFile": "Die Docker-Konfiguration wird in eine temporäre Datei geschrieben. Dateipfad: %s, Docker-Konfiguration: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[Weitere Informationen zu dieser Aufgabe](https://go.microsoft.com/fwlink/?linkid=848006) oder [Docker Compose-Dokumentation anzeigen](https://docs.docker.com/)", + "loc.description": "Erstellen Sie Docker-Anwendungen mit mehreren Containern, übertragen Sie sie mithilfe von Push, oder führen Sie sie aus. Die Aufgabe kann mit Docker oder Azure Container Registry verwendet werden.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Erweiterte Optionen", + "loc.input.label.containerregistrytype": "Containerregistrierungstyp", + "loc.input.help.containerregistrytype": "Wählen Sie einen Containerregistrierungstyp aus.", + "loc.input.label.dockerRegistryEndpoint": "Dienstverbindung für Docker-Registrierung", + "loc.input.help.dockerRegistryEndpoint": "Wählen Sie eine Dienstverbindung für die Docker-Registrierung aus. Erforderlich für Befehle, die eine Authentifizierung bei einer Registrierung erfordern.", + "loc.input.label.azureSubscriptionEndpoint": "Azure-Abonnement", + "loc.input.help.azureSubscriptionEndpoint": "Wählen Sie ein Azure-Abonnement aus.", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Wählen Sie eine Azure Container Registry aus.", + "loc.input.label.dockerComposeFile": "Docker Compose-Datei", + "loc.input.help.dockerComposeFile": "Pfad zur zu verwendenden primären Docker Compose-Datei.", + "loc.input.label.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien", + "loc.input.help.additionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien, die mit der primären Docker Compose-Datei kombiniert werden soll. Relative Pfade werden in Bezug auf das Verzeichnis, dass die primäre Docker Compose-Datei enthält, aufgelöst. Wenn eine angegebene Datei nicht gefunden wird, wird sie ignoriert. Geben Sie jeden Dateipfad in einer neuen Zeile an.", + "loc.input.label.dockerComposeFileArgs": "Umgebungsvariablen", + "loc.input.help.dockerComposeFileArgs": "Umgebungsvariablen, die während des Befehls festgelegt werden. Geben Sie jedes Name/Wert-Paar in einer neuen Zeile an.", + "loc.input.label.projectName": "Projektname", + "loc.input.help.projectName": "Projektname, der für Standardnamen von Images und Containern verwendet wird.", + "loc.input.label.qualifyImageNames": "Imagenamen qualifizieren", + "loc.input.help.qualifyImageNames": "Qualifizieren Sie die Imagenamen für erstellte Dienste mit dem Hostnamen der Docker-Registrierungsdienstverbindung, sofern nicht anders angegeben.", + "loc.input.label.action": "Aktion", + "loc.input.help.action": "Wählen Sie eine Docker Compose-Aktion aus.", + "loc.input.label.additionalImageTags": "Zusätzliche Imagetags", + "loc.input.help.additionalImageTags": "Zusätzliche Tags für die Docker-Images, die erstellt oder mithilfe von Push übertragen werden sollen.", + "loc.input.label.includeSourceTags": "Quelltags einschließen", + "loc.input.help.includeSourceTags": "Fügen Sie Git-Tags ein, wenn Sie Docker-Images erstellen oder mittels Push übertragen.", + "loc.input.label.includeLatestTag": "Aktuelles Tag einschließen", + "loc.input.help.includeLatestTag": "Fügen Sie das Tag \"latest\" (aktuell) ein, wenn Sie die Docker-Images erstellen oder mittels Push übertragen.", + "loc.input.label.buildImages": "Images erstellen", + "loc.input.help.buildImages": "Erstellen Sie Images, bevor Sie Dienstcontainer starten.", + "loc.input.label.serviceName": "Dienstname", + "loc.input.help.serviceName": "Name des auszuführenden spezifischen Diensts.", + "loc.input.label.containerName": "Containername", + "loc.input.help.containerName": "Name des auszuführenden spezifischen Dienstcontainers.", + "loc.input.label.ports": "Ports", + "loc.input.help.ports": "Ports im spezifischen Dienstcontainer zum Veröffentlichen an den Host. Geben Sie jede Hostport:Containerport-Bindung in einer neuen Zeile an.", + "loc.input.label.workDir": "Arbeitsverzeichnis", + "loc.input.help.workDir": "Das Arbeitsverzeichnis für den spezifischen Dienstcontainer.", + "loc.input.label.entrypoint": "Überschreiben des Einstiegspunkts", + "loc.input.help.entrypoint": "Überschreiben Sie den Standardeinstiegspunkt für den spezifischen Dienstcontainer.", + "loc.input.label.containerCommand": "Befehl", + "loc.input.help.containerCommand": "Im spezifischen Dienstcontainer auszuführender Befehl. Wenn das Image beispielsweise eine einfache Python Flask-Webanwendung enthält, können Sie zum Starten der Webanwendung \"python app.py\" angeben.", + "loc.input.label.detached": "Im Hintergrund ausführen", + "loc.input.help.detached": "Führen Sie die Dienstcontainer im Hintergrund aus.", + "loc.input.label.abortOnContainerExit": "Beim Beenden des Containers abbrechen", + "loc.input.help.abortOnContainerExit": "Alle Container anhalten, wenn ein Container beendet wird.", + "loc.input.label.imageDigestComposeFile": "Imagehashwert-Compose-Datei", + "loc.input.help.imageDigestComposeFile": "Pfad zu einer Docker Compose-Datei, die erstellt und mit den vollständigen Imagerepository-Hashwerten des Docker-Images jedes Diensts befüllt wird.", + "loc.input.label.removeBuildOptions": "Buildoptionen entfernen", + "loc.input.help.removeBuildOptions": "Entfernen Sie die Buildoptionen aus der Docker Compose-Ausgabedatei.", + "loc.input.label.baseResolveDirectory": "Basisauflösungsverzeichnis", + "loc.input.help.baseResolveDirectory": "Das Basisverzeichnis, in dem die entsprechenden Pfade in der Docker Compose-Ausgabedatei aufgelöst werden sollen.", + "loc.input.label.outputDockerComposeFile": "Docker Compose-Datei ausgeben", + "loc.input.help.outputDockerComposeFile": "Pfad zu einer Docker Compose-Ausgabedatei.", + "loc.input.label.dockerComposeCommand": "Befehl", + "loc.input.help.dockerComposeCommand": "Docker Compose-Befehl, der mit Argumenten ausgeführt werden soll. Beispielsweise \"rm --all\" entfernt alle angehaltenen Dienstcontainer.", + "loc.input.label.arguments": "Argumente", + "loc.input.help.arguments": "Docker Compose-Befehlsoptionen. Beispiel:
Für Buildbefehl:
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker-Hostdienstverbindung", + "loc.input.help.dockerHostEndpoint": "Wählen Sie eine Docker-Hostdienstverbindung. Entspricht standardmäßig dem Agent-Host.", + "loc.input.label.nopIfNoDockerComposeFile": "Kein Vorgang, wenn keine Docker Compose-Datei vorhanden ist", + "loc.input.help.nopIfNoDockerComposeFile": "Wenn die Docker Compose-Datei nicht vorhanden ist, überspringen Sie diese Aufgabe. Dies ist hilfreich, wenn die Aufgabe ein optionales Verhalten ermöglicht, das darauf basiert, dass im Repository eine Docker Compose-Datei enthalten ist.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Zusätzliche Docker Compose-Dateien erfordern", + "loc.input.help.requireAdditionalDockerComposeFiles": "Erzeugt einen Fehler, wenn die zusätzlichen Docker Compose-Dateien nicht vorhanden sind. Dies überschreibt das Standardverhalten, das darin besteht, eine nicht vorhandene Datei zu ignorieren.", + "loc.input.label.cwd": "Arbeitsverzeichnis", + "loc.input.help.cwd": "Arbeitsverzeichnis für den Docker Compose-Befehl.", + "loc.input.label.dockerComposePath": "Pfad zur ausführbaren Docker Compose-Datei", + "loc.input.help.dockerComposePath": "Diese ausführbare docker-compose-Datei wird verwendet, wenn der Pfad angegeben wird.", + "loc.messages.ConnectingToDockerHost": "Die DOCKER_HOST-Variable ist festgelegt. Docker versucht, eine Verbindung mit dem Docker-Host herzustellen: %s", + "loc.messages.ContainerPatternFound": "Muster in Docker Compose-Parameter \"filepath\" gefunden.", + "loc.messages.ContainerPatternNotFound": "Kein Muster in Docker Compose-Parameter \"filepath\" gefunden.", + "loc.messages.ContainerDockerFileNotFound": "Es wurde keine Docker-Datei gefunden, die %s entspricht.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Die zusätzliche Docker Compose-Datei \"%s\" ist nicht vorhanden.", + "loc.messages.CantWriteDataToFile": "In die Datei \"%s\" können keine Daten geschrieben werden. Fehler: %s", + "loc.messages.DockerHostVariableWarning": "Die DOCKER_HOST-Variable ist festgelegt. Stellen Sie sicher, dass der Docker-Daemon auf \"%s\" ausgeführt wird.", + "loc.messages.NoDataWrittenOnFile": "In die Datei \"%s\" wurden keine Daten geschrieben. ", + "loc.messages.FileContentSynced": "Der Inhalt der Datei wurde auf dem Datenträger synchronisiert. Der Inhalt ist \"%s\".", + "loc.messages.ImageNameWithoutTag": "Imagename nicht mit Tag angegeben, Übertragung aller Imagetags mithilfe von Push angegeben.", + "loc.messages.WritingDockerConfigToTempFile": "Die Docker-Konfiguration wird in eine temporäre Datei geschrieben. Dateipfad: %s, Docker-Konfiguration: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson index 14fdb54cc852..a93831ac601c 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/es-ES/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?linkid=848006) o [consultar la documentación de Docker Compose](https://docs.docker.com/)", - "loc.description": "Compile, inserte o ejecute aplicaciones de Docker con varios contenedores. La tarea se puede usar con Docker o Azure Container Registry.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Opciones avanzadas", - "loc.input.label.containerregistrytype": "Tipo de Container Registry", - "loc.input.help.containerregistrytype": "Seleccione un tipo de Container Registry.", - "loc.input.label.dockerRegistryEndpoint": "Conexión de servicio del Registro de Docker", - "loc.input.help.dockerRegistryEndpoint": "Seleccione una conexión de servicio de registro de Docker. Obligatorio para los comandos que deben autenticarse en un registro.", - "loc.input.label.azureSubscriptionEndpoint": "Suscripción a Azure", - "loc.input.help.azureSubscriptionEndpoint": "Seleccione una suscripción de Azure", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Seleccione una instancia de Azure Container Registry", - "loc.input.label.dockerComposeFile": "Archivo de Docker Compose", - "loc.input.help.dockerComposeFile": "Ruta de acceso al archivo principal de Docker Compose que debe usarse.", - "loc.input.label.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose", - "loc.input.help.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose que deben combinarse con el archivo principal de Docker Compose. Las rutas de acceso relativas se resuelven respecto al directorio que contiene el archivo principal de Docker Compose. Si no se encuentra un archivo especificado, se omite. Especifique cada ruta de acceso de archivo en una línea nueva.", - "loc.input.label.dockerComposeFileArgs": "Variables de entorno", - "loc.input.help.dockerComposeFileArgs": "Variables de entorno que deben establecerse durante la ejecución del comando. Especifique cada par nombre=valor en una línea nueva.", - "loc.input.label.projectName": "Nombre de proyecto", - "loc.input.help.projectName": "Nombre de proyecto que se usa para nombrar de forma predeterminada las imágenes y los contenedores.", - "loc.input.label.qualifyImageNames": "Completar los nombres de imagen", - "loc.input.help.qualifyImageNames": "Completa los nombres de imagen para los servicios compilados con el nombre de host de la conexión del servicio de registro de Docker si no se ha especificado otra cosa.", - "loc.input.label.action": "Acción", - "loc.input.help.action": "Seleccione una acción de Docker Compose.", - "loc.input.label.additionalImageTags": "Etiquetas de imagen adicionales", - "loc.input.help.additionalImageTags": "Etiquetas adicionales para las imágenes de Docker que se van a compilar o insertar.", - "loc.input.label.includeSourceTags": "Incluir etiquetas de origen", - "loc.input.help.includeSourceTags": "Incluye las etiquetas de GIT cuando se compilan o insertan imágenes de Docker.", - "loc.input.label.includeLatestTag": "Incluir etiqueta \"latest\"", - "loc.input.help.includeLatestTag": "Incluye la etiqueta \"latest\" cuando se compilan o insertan imágenes de Docker.", - "loc.input.label.buildImages": "Compilar imágenes", - "loc.input.help.buildImages": "Compila las imágenes antes de iniciar los contenedores de servicio.", - "loc.input.label.serviceName": "Nombre del servicio", - "loc.input.help.serviceName": "Nombre del servicio específico que debe ejecutarse.", - "loc.input.label.containerName": "Nombre del contenedor", - "loc.input.help.containerName": "Nombre del contenedor de servicio específico que debe ejecutarse.", - "loc.input.label.ports": "Puertos", - "loc.input.help.ports": "Puertos en el contenedor de servicio específico para publicar en el host. Especifique cada enlace puerto-del-host:puerto-del-contenedor en una línea nueva.", - "loc.input.label.workDir": "Directorio de trabajo", - "loc.input.help.workDir": "Directorio de trabajo para el contenedor de servicio específico.", - "loc.input.label.entrypoint": "Invalidación de punto de entrada", - "loc.input.help.entrypoint": "Reemplace el punto de entrada predeterminado para el contenedor de servicio específico.", - "loc.input.label.containerCommand": "Comando", - "loc.input.help.containerCommand": "Comando que debe ejecutarse en el contenedor de servicio especificado. Por ejemplo, si la imagen contiene una aplicación web de Python Flask sencilla, puede especificar \"python app.py\" para iniciar la aplicación web.", - "loc.input.label.detached": "Ejecutar en segundo plano", - "loc.input.help.detached": "Ejecuta los contenedores de servicio en segundo plano.", - "loc.input.label.abortOnContainerExit": "Anular al salir del contenedor", - "loc.input.help.abortOnContainerExit": "Detiene todos los contenedores cuando existe algún contenedor.", - "loc.input.label.imageDigestComposeFile": "Archivo de resumen de imagen de Compose", - "loc.input.help.imageDigestComposeFile": "Ruta de acceso a un archivo de Docker Compose que se crea y rellena con los resúmenes del repositorio de imágenes completo de cada imagen de Docker del servicio.", - "loc.input.label.removeBuildOptions": "Quitar opciones de compilación", - "loc.input.help.removeBuildOptions": "Quita las opciones de compilación del archivo de salida de Docker Compose.", - "loc.input.label.baseResolveDirectory": "Directorio de resolución base", - "loc.input.help.baseResolveDirectory": "Directorio base a partir del cual deben resolverse las rutas de acceso relativas en el archivo de salida de Docker Compose.", - "loc.input.label.outputDockerComposeFile": "Archivo de salida de Docker Compose", - "loc.input.help.outputDockerComposeFile": "Ruta de acceso a un archivo de salida de Docker Compose.", - "loc.input.label.dockerComposeCommand": "Comando", - "loc.input.help.dockerComposeCommand": "Comando de Docker Compose que debe ejecutarse con argumentos. Por ejemplo, \"rm --all\" para quitar todos los contenedores de servicio detenidos.", - "loc.input.label.arguments": "Argumentos", - "loc.input.help.arguments": "Opciones de comandos de Docker Compose. Ejemplo:
Para el comando de compilación,
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Conexión de servicio de host de Docker", - "loc.input.help.dockerHostEndpoint": "Seleccione una conexión de servicio de host de Docker. El valor predeterminado es el host del agente.", - "loc.input.label.nopIfNoDockerComposeFile": "No-op si no existe un archivo de Docker Compose", - "loc.input.help.nopIfNoDockerComposeFile": "Si el archivo de Docker Compose no existe, se omite esta tarea. Esto es útil cuando la tarea ofrece un comportamiento opcional en función de que exista o no un archivo de Docker Compose en el repositorio.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Requerir archivos adicionales de Docker Compose", - "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un error si no existen los archivos adicionales de Docker Compose. Esta acción reemplaza el comportamiento predeterminado, que es omitir un archivo si no existe.", - "loc.input.label.cwd": "Directorio de trabajo", - "loc.input.help.cwd": "Directorio de trabajo para el comando de Docker Compose.", - "loc.input.label.dockerComposePath": "Ruta de acceso del ejecutable de Docker Compose", - "loc.input.help.dockerComposePath": "Este ejecutable de Docker Compose se usará si se proporciona la ruta de acceso.", - "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST está establecida. Docker intentará conectarse a su host: %s", - "loc.messages.ContainerPatternFound": "Se encontró un patrón en el parámetro filepath de Docker Compose.", - "loc.messages.ContainerPatternNotFound": "No se encontró ningún patrón en el parámetro filepath de Docker Compose.", - "loc.messages.ContainerDockerFileNotFound": "No se encontró ningún archivo de Docker que coincidiera con %s.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "El archivo adicional de Docker Compose %s no existe.", - "loc.messages.CantWriteDataToFile": "No se pueden escribir datos en el archivo %s. Error: %s", - "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST está establecida. Asegúrese de que el demonio de Docker se está ejecutando en %s.", - "loc.messages.NoDataWrittenOnFile": "No se escribieron datos en el archivo %s", - "loc.messages.FileContentSynced": "Se sincronizó el contenido del archivo con el disco. El contenido es %s.", - "loc.messages.ImageNameWithoutTag": "El nombre de la imagen no se especifica con la etiqueta, insertando todas las etiquetas de la imagen especificada.", - "loc.messages.WritingDockerConfigToTempFile": "Escribiendo la configuración de Docker en el archivo temporal. Ruta de acceso del archivo: %s. Configuración de Docker: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?linkid=848006) o [consultar la documentación de Docker Compose](https://docs.docker.com/)", + "loc.description": "Compile, inserte o ejecute aplicaciones de Docker con varios contenedores. La tarea se puede usar con Docker o Azure Container Registry.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Opciones avanzadas", + "loc.input.label.containerregistrytype": "Tipo de Container Registry", + "loc.input.help.containerregistrytype": "Seleccione un tipo de Container Registry.", + "loc.input.label.dockerRegistryEndpoint": "Conexión de servicio del Registro de Docker", + "loc.input.help.dockerRegistryEndpoint": "Seleccione una conexión de servicio de registro de Docker. Obligatorio para los comandos que deben autenticarse en un registro.", + "loc.input.label.azureSubscriptionEndpoint": "Suscripción a Azure", + "loc.input.help.azureSubscriptionEndpoint": "Seleccione una suscripción de Azure", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Seleccione una instancia de Azure Container Registry", + "loc.input.label.dockerComposeFile": "Archivo de Docker Compose", + "loc.input.help.dockerComposeFile": "Ruta de acceso al archivo principal de Docker Compose que debe usarse.", + "loc.input.label.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose", + "loc.input.help.additionalDockerComposeFiles": "Archivos adicionales de Docker Compose que deben combinarse con el archivo principal de Docker Compose. Las rutas de acceso relativas se resuelven respecto al directorio que contiene el archivo principal de Docker Compose. Si no se encuentra un archivo especificado, se omite. Especifique cada ruta de acceso de archivo en una línea nueva.", + "loc.input.label.dockerComposeFileArgs": "Variables de entorno", + "loc.input.help.dockerComposeFileArgs": "Variables de entorno que deben establecerse durante la ejecución del comando. Especifique cada par nombre=valor en una línea nueva.", + "loc.input.label.projectName": "Nombre de proyecto", + "loc.input.help.projectName": "Nombre de proyecto que se usa para nombrar de forma predeterminada las imágenes y los contenedores.", + "loc.input.label.qualifyImageNames": "Completar los nombres de imagen", + "loc.input.help.qualifyImageNames": "Completa los nombres de imagen para los servicios compilados con el nombre de host de la conexión del servicio de registro de Docker si no se ha especificado otra cosa.", + "loc.input.label.action": "Acción", + "loc.input.help.action": "Seleccione una acción de Docker Compose.", + "loc.input.label.additionalImageTags": "Etiquetas de imagen adicionales", + "loc.input.help.additionalImageTags": "Etiquetas adicionales para las imágenes de Docker que se van a compilar o insertar.", + "loc.input.label.includeSourceTags": "Incluir etiquetas de origen", + "loc.input.help.includeSourceTags": "Incluye las etiquetas de GIT cuando se compilan o insertan imágenes de Docker.", + "loc.input.label.includeLatestTag": "Incluir etiqueta \"latest\"", + "loc.input.help.includeLatestTag": "Incluye la etiqueta \"latest\" cuando se compilan o insertan imágenes de Docker.", + "loc.input.label.buildImages": "Compilar imágenes", + "loc.input.help.buildImages": "Compila las imágenes antes de iniciar los contenedores de servicio.", + "loc.input.label.serviceName": "Nombre del servicio", + "loc.input.help.serviceName": "Nombre del servicio específico que debe ejecutarse.", + "loc.input.label.containerName": "Nombre del contenedor", + "loc.input.help.containerName": "Nombre del contenedor de servicio específico que debe ejecutarse.", + "loc.input.label.ports": "Puertos", + "loc.input.help.ports": "Puertos en el contenedor de servicio específico para publicar en el host. Especifique cada enlace puerto-del-host:puerto-del-contenedor en una línea nueva.", + "loc.input.label.workDir": "Directorio de trabajo", + "loc.input.help.workDir": "Directorio de trabajo para el contenedor de servicio específico.", + "loc.input.label.entrypoint": "Invalidación de punto de entrada", + "loc.input.help.entrypoint": "Reemplace el punto de entrada predeterminado para el contenedor de servicio específico.", + "loc.input.label.containerCommand": "Comando", + "loc.input.help.containerCommand": "Comando que debe ejecutarse en el contenedor de servicio especificado. Por ejemplo, si la imagen contiene una aplicación web de Python Flask sencilla, puede especificar \"python app.py\" para iniciar la aplicación web.", + "loc.input.label.detached": "Ejecutar en segundo plano", + "loc.input.help.detached": "Ejecuta los contenedores de servicio en segundo plano.", + "loc.input.label.abortOnContainerExit": "Anular al salir del contenedor", + "loc.input.help.abortOnContainerExit": "Detiene todos los contenedores cuando existe algún contenedor.", + "loc.input.label.imageDigestComposeFile": "Archivo de resumen de imagen de Compose", + "loc.input.help.imageDigestComposeFile": "Ruta de acceso a un archivo de Docker Compose que se crea y rellena con los resúmenes del repositorio de imágenes completo de cada imagen de Docker del servicio.", + "loc.input.label.removeBuildOptions": "Quitar opciones de compilación", + "loc.input.help.removeBuildOptions": "Quita las opciones de compilación del archivo de salida de Docker Compose.", + "loc.input.label.baseResolveDirectory": "Directorio de resolución base", + "loc.input.help.baseResolveDirectory": "Directorio base a partir del cual deben resolverse las rutas de acceso relativas en el archivo de salida de Docker Compose.", + "loc.input.label.outputDockerComposeFile": "Archivo de salida de Docker Compose", + "loc.input.help.outputDockerComposeFile": "Ruta de acceso a un archivo de salida de Docker Compose.", + "loc.input.label.dockerComposeCommand": "Comando", + "loc.input.help.dockerComposeCommand": "Comando de Docker Compose que debe ejecutarse con argumentos. Por ejemplo, \"rm --all\" para quitar todos los contenedores de servicio detenidos.", + "loc.input.label.arguments": "Argumentos", + "loc.input.help.arguments": "Opciones de comandos de Docker Compose. Ejemplo:
Para el comando de compilación,
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Conexión de servicio de host de Docker", + "loc.input.help.dockerHostEndpoint": "Seleccione una conexión de servicio de host de Docker. El valor predeterminado es el host del agente.", + "loc.input.label.nopIfNoDockerComposeFile": "No-op si no existe un archivo de Docker Compose", + "loc.input.help.nopIfNoDockerComposeFile": "Si el archivo de Docker Compose no existe, se omite esta tarea. Esto es útil cuando la tarea ofrece un comportamiento opcional en función de que exista o no un archivo de Docker Compose en el repositorio.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Requerir archivos adicionales de Docker Compose", + "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un error si no existen los archivos adicionales de Docker Compose. Esta acción reemplaza el comportamiento predeterminado, que es omitir un archivo si no existe.", + "loc.input.label.cwd": "Directorio de trabajo", + "loc.input.help.cwd": "Directorio de trabajo para el comando de Docker Compose.", + "loc.input.label.dockerComposePath": "Ruta de acceso del ejecutable de Docker Compose", + "loc.input.help.dockerComposePath": "Este ejecutable de Docker Compose se usará si se proporciona la ruta de acceso.", + "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST está establecida. Docker intentará conectarse a su host: %s", + "loc.messages.ContainerPatternFound": "Se encontró un patrón en el parámetro filepath de Docker Compose.", + "loc.messages.ContainerPatternNotFound": "No se encontró ningún patrón en el parámetro filepath de Docker Compose.", + "loc.messages.ContainerDockerFileNotFound": "No se encontró ningún archivo de Docker que coincidiera con %s.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "El archivo adicional de Docker Compose %s no existe.", + "loc.messages.CantWriteDataToFile": "No se pueden escribir datos en el archivo %s. Error: %s", + "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST está establecida. Asegúrese de que el demonio de Docker se está ejecutando en %s.", + "loc.messages.NoDataWrittenOnFile": "No se escribieron datos en el archivo %s", + "loc.messages.FileContentSynced": "Se sincronizó el contenido del archivo con el disco. El contenido es %s.", + "loc.messages.ImageNameWithoutTag": "El nombre de la imagen no se especifica con la etiqueta, insertando todas las etiquetas de la imagen especificada.", + "loc.messages.WritingDockerConfigToTempFile": "Escribiendo la configuración de Docker en el archivo temporal. Ruta de acceso del archivo: %s. Configuración de Docker: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson index c3947074ae6a..c5060dece276 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://go.microsoft.com/fwlink/?linkid=848006) ou [consulter la documentation de Docker Compose](https://docs.docker.com/)", - "loc.description": "Effectuez la build, le Push ou l'exécution d'applications Docker à plusieurs conteneurs. La tâche peut être utilisée avec le registre de conteneurs Docker ou Azure.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Options avancées", - "loc.input.label.containerregistrytype": "Type de registre de conteneurs", - "loc.input.help.containerregistrytype": "Sélectionnez un type de registre de conteneurs.", - "loc.input.label.dockerRegistryEndpoint": "Connexion de service de registre Docker", - "loc.input.help.dockerRegistryEndpoint": "Sélectionnez une connexion de service de registre Docker. Obligatoire pour les commandes qui doivent s'authentifier après d'un registre.", - "loc.input.label.azureSubscriptionEndpoint": "Abonnement Azure", - "loc.input.help.azureSubscriptionEndpoint": "Sélectionnez un abonnement Azure", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Sélectionnez un registre Azure Container Registry", - "loc.input.label.dockerComposeFile": "Fichier Docker Compose", - "loc.input.help.dockerComposeFile": "Chemin du fichier Docker Compose principal à utiliser.", - "loc.input.label.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires", - "loc.input.help.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires à combiner au fichier Docker Compose principal. Les chemins relatifs sont résolus par rapport au répertoire contenant le fichier Docker Compose principal. Si le fichier spécifié est introuvable, il est ignoré. Spécifiez chaque chemin de fichier sur une nouvelle ligne.", - "loc.input.label.dockerComposeFileArgs": "Variables d'environnement", - "loc.input.help.dockerComposeFileArgs": "Variables d'environnement à définir durant la commande. Spécifiez chaque paire nom=valeur sur une nouvelle ligne.", - "loc.input.label.projectName": "Nom du projet", - "loc.input.help.projectName": "Nom de projet utilisé pour la dénomination par défaut des images et des conteneurs.", - "loc.input.label.qualifyImageNames": "Qualifier les noms d'images", - "loc.input.help.qualifyImageNames": "Qualifiez les noms d'images des services générés à l'aide du nom d'hôte de la connexion de service de registre Docker, sauf indication contraire.", - "loc.input.label.action": "Action", - "loc.input.help.action": "Sélectionnez une action Docker Compose.", - "loc.input.label.additionalImageTags": "Étiquettes d'image supplémentaires", - "loc.input.help.additionalImageTags": "Étiquettes supplémentaires pour les images Docker faisant l'objet d'une génération ou d'un Push.", - "loc.input.label.includeSourceTags": "Inclure les étiquettes sources", - "loc.input.help.includeSourceTags": "Incluez les étiquettes Git durant la génération ou le Push d'images Docker.", - "loc.input.label.includeLatestTag": "Inclure l'étiquette Latest", - "loc.input.help.includeLatestTag": "Incluez l'étiquette 'latest' durant la génération ou le Push d'images Docker.", - "loc.input.label.buildImages": "Images de build", - "loc.input.help.buildImages": "Générez les images avant de démarrer les conteneurs de service.", - "loc.input.label.serviceName": "Nom du service", - "loc.input.help.serviceName": "Nom du service spécifique à exécuter.", - "loc.input.label.containerName": "Nom du conteneur", - "loc.input.help.containerName": "Nom du conteneur de service spécifique à exécuter.", - "loc.input.label.ports": "Ports", - "loc.input.help.ports": "Ports du conteneur de service spécifique à publier sur l'hôte. Spécifiez chaque liaison port d'hôte:port de conteneur sur une nouvelle ligne.", - "loc.input.label.workDir": "Répertoire de travail", - "loc.input.help.workDir": "Répertoire de travail du conteneur de service spécifique.", - "loc.input.label.entrypoint": "Remplacement du point d'entrée", - "loc.input.help.entrypoint": "Remplacez le point d'entrée par défaut du conteneur de service spécifique.", - "loc.input.label.containerCommand": "Commande", - "loc.input.help.containerCommand": "Commande à exécuter dans le conteneur de service spécifique. Par exemple, si l'image contient une simple application web Python Flask, vous pouvez spécifier 'python app.py' pour lancer l'application web.", - "loc.input.label.detached": "Exécuter en arrière-plan", - "loc.input.help.detached": "Exécutez les conteneurs de service en arrière-plan.", - "loc.input.label.abortOnContainerExit": "Abandonner en cas de sortie du conteneur", - "loc.input.help.abortOnContainerExit": "Arrêtez tous les conteneurs en cas de sortie d'un conteneur.", - "loc.input.label.imageDigestComposeFile": "Fichier Compose de condensat d'image", - "loc.input.help.imageDigestComposeFile": "Chemin d'un fichier Docker Compose créé et rempli à l'aide du condensat de dépôt d'image complet de l'image Docker de chaque service.", - "loc.input.label.removeBuildOptions": "Supprimer les options de build", - "loc.input.help.removeBuildOptions": "Supprimez les options de build du fichier Docker Compose de sortie.", - "loc.input.label.baseResolveDirectory": "Répertoire de résolution de base", - "loc.input.help.baseResolveDirectory": "Répertoire de base à partir duquel les chemins relatifs du fichier Docker Compose de sortie doivent être résolus.", - "loc.input.label.outputDockerComposeFile": "Générer la sortie du fichier Docker Compose", - "loc.input.help.outputDockerComposeFile": "Chemin d'un fichier Docker Compose de sortie.", - "loc.input.label.dockerComposeCommand": "Commande", - "loc.input.help.dockerComposeCommand": "Commande Docker Compose à exécuter avec les arguments. Par exemple, 'rm --all' permet de supprimer tous les conteneurs de service arrêtés.", - "loc.input.label.arguments": "Arguments", - "loc.input.help.arguments": "Options de commande Docker Compose. Exemple :
Pour la commande de build,
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Connexion de service d'hôte Docker", - "loc.input.help.dockerHostEndpoint": "Sélectionnez une connexion de service d'hôte Docker. Par défaut, il s'agit de l'hôte de l'agent.", - "loc.input.label.nopIfNoDockerComposeFile": "Ne rien faire s'il ne s'agit pas d'un fichier Docker Compose", - "loc.input.help.nopIfNoDockerComposeFile": "Si le fichier Docker Compose n'existe pas, ignorez cette tâche. Ceci est utile quand la tâche offre un comportement facultatif en fonction de l'existence d'un fichier Docker Compose dans le dépôt.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Exiger des fichiers Docker Compose supplémentaires", - "loc.input.help.requireAdditionalDockerComposeFiles": "Produit une erreur si les fichiers Docker Compose supplémentaires n'existent pas. Ceci remplace le comportement par défaut qui consiste à ignorer un fichier inexistant.", - "loc.input.label.cwd": "Répertoire de travail", - "loc.input.help.cwd": "Répertoire de travail de la commande Docker Compose.", - "loc.input.label.dockerComposePath": "Chemin de l'exécutable Docker Compose", - "loc.input.help.dockerComposePath": "Cet exécutable docker-compose est utilisé si le chemin est fourni", - "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST est définie. Docker va tenter de se connecter à l'hôte Docker : %s", - "loc.messages.ContainerPatternFound": "Modèle trouvé dans le paramètre filepath Docker Compose", - "loc.messages.ContainerPatternNotFound": "Modèle introuvable dans le paramètre filepath Docker Compose", - "loc.messages.ContainerDockerFileNotFound": "Le fichier Docker correspondant à %s est introuvable.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Le fichier Docker Compose supplémentaire %s n'existe pas.", - "loc.messages.CantWriteDataToFile": "Impossible d'écrire des données dans le fichier %s. Erreur : %s", - "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST est définie. Vérifiez que le démon Docker s'exécute sur %s", - "loc.messages.NoDataWrittenOnFile": "Aucune donnée n'a été écrite dans le fichier %s", - "loc.messages.FileContentSynced": "Synchronisation effectuée du contenu du fichier sur le disque. Le contenu est %s.", - "loc.messages.ImageNameWithoutTag": "Nom d'image non spécifié avec l'étiquette. Envoi (push) de toutes les étiquettes de l'image spécifiée.", - "loc.messages.WritingDockerConfigToTempFile": "Écriture de la configuration Docker dans le fichier temporaire. Chemin de fichier : %s. Configuration Docker : %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[En savoir plus sur cette tâche](https://go.microsoft.com/fwlink/?linkid=848006) ou [consulter la documentation de Docker Compose](https://docs.docker.com/)", + "loc.description": "Effectuez la build, le Push ou l'exécution d'applications Docker à plusieurs conteneurs. La tâche peut être utilisée avec le registre de conteneurs Docker ou Azure.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Options avancées", + "loc.input.label.containerregistrytype": "Type de registre de conteneurs", + "loc.input.help.containerregistrytype": "Sélectionnez un type de registre de conteneurs.", + "loc.input.label.dockerRegistryEndpoint": "Connexion de service de registre Docker", + "loc.input.help.dockerRegistryEndpoint": "Sélectionnez une connexion de service de registre Docker. Obligatoire pour les commandes qui doivent s'authentifier après d'un registre.", + "loc.input.label.azureSubscriptionEndpoint": "Abonnement Azure", + "loc.input.help.azureSubscriptionEndpoint": "Sélectionnez un abonnement Azure", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Sélectionnez un registre Azure Container Registry", + "loc.input.label.dockerComposeFile": "Fichier Docker Compose", + "loc.input.help.dockerComposeFile": "Chemin du fichier Docker Compose principal à utiliser.", + "loc.input.label.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires", + "loc.input.help.additionalDockerComposeFiles": "Fichiers Docker Compose supplémentaires à combiner au fichier Docker Compose principal. Les chemins relatifs sont résolus par rapport au répertoire contenant le fichier Docker Compose principal. Si le fichier spécifié est introuvable, il est ignoré. Spécifiez chaque chemin de fichier sur une nouvelle ligne.", + "loc.input.label.dockerComposeFileArgs": "Variables d'environnement", + "loc.input.help.dockerComposeFileArgs": "Variables d'environnement à définir durant la commande. Spécifiez chaque paire nom=valeur sur une nouvelle ligne.", + "loc.input.label.projectName": "Nom du projet", + "loc.input.help.projectName": "Nom de projet utilisé pour la dénomination par défaut des images et des conteneurs.", + "loc.input.label.qualifyImageNames": "Qualifier les noms d'images", + "loc.input.help.qualifyImageNames": "Qualifiez les noms d'images des services générés à l'aide du nom d'hôte de la connexion de service de registre Docker, sauf indication contraire.", + "loc.input.label.action": "Action", + "loc.input.help.action": "Sélectionnez une action Docker Compose.", + "loc.input.label.additionalImageTags": "Étiquettes d'image supplémentaires", + "loc.input.help.additionalImageTags": "Étiquettes supplémentaires pour les images Docker faisant l'objet d'une génération ou d'un Push.", + "loc.input.label.includeSourceTags": "Inclure les étiquettes sources", + "loc.input.help.includeSourceTags": "Incluez les étiquettes Git durant la génération ou le Push d'images Docker.", + "loc.input.label.includeLatestTag": "Inclure l'étiquette Latest", + "loc.input.help.includeLatestTag": "Incluez l'étiquette 'latest' durant la génération ou le Push d'images Docker.", + "loc.input.label.buildImages": "Images de build", + "loc.input.help.buildImages": "Générez les images avant de démarrer les conteneurs de service.", + "loc.input.label.serviceName": "Nom du service", + "loc.input.help.serviceName": "Nom du service spécifique à exécuter.", + "loc.input.label.containerName": "Nom du conteneur", + "loc.input.help.containerName": "Nom du conteneur de service spécifique à exécuter.", + "loc.input.label.ports": "Ports", + "loc.input.help.ports": "Ports du conteneur de service spécifique à publier sur l'hôte. Spécifiez chaque liaison port d'hôte:port de conteneur sur une nouvelle ligne.", + "loc.input.label.workDir": "Répertoire de travail", + "loc.input.help.workDir": "Répertoire de travail du conteneur de service spécifique.", + "loc.input.label.entrypoint": "Remplacement du point d'entrée", + "loc.input.help.entrypoint": "Remplacez le point d'entrée par défaut du conteneur de service spécifique.", + "loc.input.label.containerCommand": "Commande", + "loc.input.help.containerCommand": "Commande à exécuter dans le conteneur de service spécifique. Par exemple, si l'image contient une simple application web Python Flask, vous pouvez spécifier 'python app.py' pour lancer l'application web.", + "loc.input.label.detached": "Exécuter en arrière-plan", + "loc.input.help.detached": "Exécutez les conteneurs de service en arrière-plan.", + "loc.input.label.abortOnContainerExit": "Abandonner en cas de sortie du conteneur", + "loc.input.help.abortOnContainerExit": "Arrêtez tous les conteneurs en cas de sortie d'un conteneur.", + "loc.input.label.imageDigestComposeFile": "Fichier Compose de condensat d'image", + "loc.input.help.imageDigestComposeFile": "Chemin d'un fichier Docker Compose créé et rempli à l'aide du condensat de dépôt d'image complet de l'image Docker de chaque service.", + "loc.input.label.removeBuildOptions": "Supprimer les options de build", + "loc.input.help.removeBuildOptions": "Supprimez les options de build du fichier Docker Compose de sortie.", + "loc.input.label.baseResolveDirectory": "Répertoire de résolution de base", + "loc.input.help.baseResolveDirectory": "Répertoire de base à partir duquel les chemins relatifs du fichier Docker Compose de sortie doivent être résolus.", + "loc.input.label.outputDockerComposeFile": "Générer la sortie du fichier Docker Compose", + "loc.input.help.outputDockerComposeFile": "Chemin d'un fichier Docker Compose de sortie.", + "loc.input.label.dockerComposeCommand": "Commande", + "loc.input.help.dockerComposeCommand": "Commande Docker Compose à exécuter avec les arguments. Par exemple, 'rm --all' permet de supprimer tous les conteneurs de service arrêtés.", + "loc.input.label.arguments": "Arguments", + "loc.input.help.arguments": "Options de commande Docker Compose. Exemple :
Pour la commande de build,
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Connexion de service d'hôte Docker", + "loc.input.help.dockerHostEndpoint": "Sélectionnez une connexion de service d'hôte Docker. Par défaut, il s'agit de l'hôte de l'agent.", + "loc.input.label.nopIfNoDockerComposeFile": "Ne rien faire s'il ne s'agit pas d'un fichier Docker Compose", + "loc.input.help.nopIfNoDockerComposeFile": "Si le fichier Docker Compose n'existe pas, ignorez cette tâche. Ceci est utile quand la tâche offre un comportement facultatif en fonction de l'existence d'un fichier Docker Compose dans le dépôt.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Exiger des fichiers Docker Compose supplémentaires", + "loc.input.help.requireAdditionalDockerComposeFiles": "Produit une erreur si les fichiers Docker Compose supplémentaires n'existent pas. Ceci remplace le comportement par défaut qui consiste à ignorer un fichier inexistant.", + "loc.input.label.cwd": "Répertoire de travail", + "loc.input.help.cwd": "Répertoire de travail de la commande Docker Compose.", + "loc.input.label.dockerComposePath": "Chemin de l'exécutable Docker Compose", + "loc.input.help.dockerComposePath": "Cet exécutable docker-compose est utilisé si le chemin est fourni", + "loc.messages.ConnectingToDockerHost": "La variable DOCKER_HOST est définie. Docker va tenter de se connecter à l'hôte Docker : %s", + "loc.messages.ContainerPatternFound": "Modèle trouvé dans le paramètre filepath Docker Compose", + "loc.messages.ContainerPatternNotFound": "Modèle introuvable dans le paramètre filepath Docker Compose", + "loc.messages.ContainerDockerFileNotFound": "Le fichier Docker correspondant à %s est introuvable.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Le fichier Docker Compose supplémentaire %s n'existe pas.", + "loc.messages.CantWriteDataToFile": "Impossible d'écrire des données dans le fichier %s. Erreur : %s", + "loc.messages.DockerHostVariableWarning": "La variable DOCKER_HOST est définie. Vérifiez que le démon Docker s'exécute sur %s", + "loc.messages.NoDataWrittenOnFile": "Aucune donnée n'a été écrite dans le fichier %s", + "loc.messages.FileContentSynced": "Synchronisation effectuée du contenu du fichier sur le disque. Le contenu est %s.", + "loc.messages.ImageNameWithoutTag": "Nom d'image non spécifié avec l'étiquette. Envoi (push) de toutes les étiquettes de l'image spécifiée.", + "loc.messages.WritingDockerConfigToTempFile": "Écriture de la configuration Docker dans le fichier temporaire. Chemin de fichier : %s. Configuration Docker : %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson index a90bc2024367..0806a45fa069 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/it-IT/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?linkid=848006). In alternativa [vedere la documentazione di Docker Compose](https://docs.docker.com/)", - "loc.description": "Consente di compilare, effettuare il push o eseguire applicazioni Docker con più contenitori. È possibile usare l'attività con il registro contenitori di Azure o Docker.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Opzioni avanzate", - "loc.input.label.containerregistrytype": "Tipo di registro contenitori", - "loc.input.help.containerregistrytype": "Consente di selezionare un tipo di registro contenitori.", - "loc.input.label.dockerRegistryEndpoint": "Connessione al servizio Registro Docker", - "loc.input.help.dockerRegistryEndpoint": "Consente di selezionare una connessione al servizio Registro Docker. È obbligatorio per i comandi che devono eseguire l'autenticazione con un registro.", - "loc.input.label.azureSubscriptionEndpoint": "Sottoscrizione di Azure", - "loc.input.help.azureSubscriptionEndpoint": "Consente di selezionare una sottoscrizione di Azure", - "loc.input.label.azureContainerRegistry": "Registro contenitori di Azure", - "loc.input.help.azureContainerRegistry": "Consente di selezionare un registro contenitori di Azure", - "loc.input.label.dockerComposeFile": "File Docker Compose", - "loc.input.help.dockerComposeFile": "Percorso del file di Docker Compose primario da usare.", - "loc.input.label.additionalDockerComposeFiles": "File Docker Compose aggiuntivi", - "loc.input.help.additionalDockerComposeFiles": "File di Docker Compose aggiuntivi da compilare con il file di Docker Compose primario. I percorsi relativi vengono risolti in base alla directory che contiene il file di Docker Compose primario. Se un file specificato non viene trovato, viene ignorato. Specificare ogni percorso di file su una nuova riga.", - "loc.input.label.dockerComposeFileArgs": "Variabili di ambiente", - "loc.input.help.dockerComposeFileArgs": "Variabili di ambiente da impostare durante il comando. Specificare ogni coppia nome=valore su una nuova riga.", - "loc.input.label.projectName": "Nome progetto", - "loc.input.help.projectName": "Nome del progetto usato per l'assegnazione di nomi predefiniti a immagini e contenitori.", - "loc.input.label.qualifyImageNames": "Qualifica nomi delle immagini", - "loc.input.help.qualifyImageNames": "Qualifica i nomi delle immagini per i servizi compilati con il nome host della connessione al servizio Registro Docker se non viene specificato diversamente.", - "loc.input.label.action": "Azione", - "loc.input.help.action": "Consente di selezionare un'azione di Docker Compose.", - "loc.input.label.additionalImageTags": "Tag immagine aggiuntivi", - "loc.input.help.additionalImageTags": "Tag aggiuntivi per le immagini Docker da compilare o di cui effettuare il push.", - "loc.input.label.includeSourceTags": "Includi tag di origine", - "loc.input.help.includeSourceTags": "Include i tag GIT quando si compila o si effettua il push delle immagini Docker.", - "loc.input.label.includeLatestTag": "Includi tag latest", - "loc.input.help.includeLatestTag": "Include il tag 'latest' quando si compila o si effettua il push delle immagini Docker.", - "loc.input.label.buildImages": "Compila immagini", - "loc.input.help.buildImages": "Consente di compilare le immagini prima di avviare i contenitori dei servizi.", - "loc.input.label.serviceName": "Nome del servizio", - "loc.input.help.serviceName": "Nome del servizio specifico da eseguire.", - "loc.input.label.containerName": "Nome contenitore", - "loc.input.help.containerName": "Nome del contenitore dei servizi specifico da eseguire.", - "loc.input.label.ports": "Porte", - "loc.input.help.ports": "Porte nel contenitore dei servizi specifico da pubblicare nell'host. Specificare ogni binding porta-host:porta-contenitore su una nuova riga.", - "loc.input.label.workDir": "Directory di lavoro", - "loc.input.help.workDir": "Directory di lavoro per il contenitore dei servizi specifico.", - "loc.input.label.entrypoint": "Override del punto di ingresso", - "loc.input.help.entrypoint": "Esegue l'override del punto di ingresso predefinito per il contenitore dei servizi specifico.", - "loc.input.label.containerCommand": "Comando", - "loc.input.help.containerCommand": "Comando da eseguire nel contenitore dei servizi specifico. Se ad esempio l'immagine contiene un'applicazione Web Python Flask semplice, è possibile specificare 'python app.py' per avviarla.", - "loc.input.label.detached": "Esegui in background", - "loc.input.help.detached": "Consente di eseguire i contenitori dei servizi in background.", - "loc.input.label.abortOnContainerExit": "Interrompi alla chiusura del contenitore", - "loc.input.help.abortOnContainerExit": "Arresta tutti i contenitori in caso di chiusura di un qualsiasi contenitore.", - "loc.input.label.imageDigestComposeFile": "File digest dell'immagine di Docker Compose", - "loc.input.help.imageDigestComposeFile": "Percorso di un file di Docker Compose che viene creato e popolato con i digest completi del repository delle immagini dell'immagine Docker di ogni servizio.", - "loc.input.label.removeBuildOptions": "Rimuovi opzioni di compilazione", - "loc.input.help.removeBuildOptions": "Rimuove le opzioni di compilazione dal file Docker Compose di output.", - "loc.input.label.baseResolveDirectory": "Directory di risoluzione di base", - "loc.input.help.baseResolveDirectory": "Directory di base da cui devono essere risolti i percorsi relativi nel file di Docker Compose di output.", - "loc.input.label.outputDockerComposeFile": "File Docker Compose di output", - "loc.input.help.outputDockerComposeFile": "Percorso di un file Docker Compose di output.", - "loc.input.label.dockerComposeCommand": "Comando", - "loc.input.help.dockerComposeCommand": "Comando di Docker Compose da eseguire, con relativi argomenti, ad esempio 'rm --all' per rimuovere tutti i contenitori dei servizi arrestati.", - "loc.input.label.arguments": "Argomenti", - "loc.input.help.arguments": "Opzioni dei comandi di Docker Compose. Esempio:
Per il comando build:
--pull--compress--parallel", - "loc.input.label.dockerHostEndpoint": "Connessione al servizio host Docker", - "loc.input.help.dockerHostEndpoint": "Consente di selezionare una connessione al servizio host Docker. Per impostazione predefinita, viene usato l'host dell'agente.", - "loc.input.label.nopIfNoDockerComposeFile": "Non eseguire operazioni se il file Docker Compose non esiste", - "loc.input.help.nopIfNoDockerComposeFile": "Se il file Docker Compose non esiste, ignora questa attività. Questa opzione è utile quando l'attività offre un comportamento facoltativo basato sull'esistenza di un file Docker Compose nel repository.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Richiedi file Docker Compose aggiuntivi", - "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un errore se i file Docker Compose aggiuntivi non esistono. Sostituisce il comportamento predefinito, in cui un file inesistente viene ignorato.", - "loc.input.label.cwd": "Directory di lavoro", - "loc.input.help.cwd": "Directory di lavoro per il comando di Docker Compose.", - "loc.input.label.dockerComposePath": "Percorso dell'eseguibile Docker Compose", - "loc.input.help.dockerComposePath": "Eseguibile Docker Compose che verrà usato se si specifica il percorso", - "loc.messages.ConnectingToDockerHost": "La variabile DOCKER_HOST è impostata. Docker proverà a connettersi all'host Docker: %s", - "loc.messages.ContainerPatternFound": "Il criterio è stato trovato nel parametro filepath di Docker Compose", - "loc.messages.ContainerPatternNotFound": "Non è stato trovato alcun criterio nel parametro filepath di Docker Compose", - "loc.messages.ContainerDockerFileNotFound": "Non è stato trovato alcun file Docker corrispondente a %s.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Il file Docker Compose aggiuntivo %s non esiste.", - "loc.messages.CantWriteDataToFile": "Non è possibile scrivere dati nel file %s. Errore: %s", - "loc.messages.DockerHostVariableWarning": "La variabile DOCKER_HOST è impostata. Assicurarsi che il daemon Docker sia in esecuzione in: %s", - "loc.messages.NoDataWrittenOnFile": "Non sono stati scritti dati nel file %s", - "loc.messages.FileContentSynced": "Il contenuto del file è stato sincronizzato con il disco. Il contenuto è %s.", - "loc.messages.ImageNameWithoutTag": "Il nome dell'immagine non è specificato con tag. Verrà eseguito il push di tutti i tag dell'immagine specificata.", - "loc.messages.WritingDockerConfigToTempFile": "Scrittura della configurazione di Docker nel file temporaneo. Percorso del file: %s. Configurazione di Docker: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[Altre informazioni su questa attività](https://go.microsoft.com/fwlink/?linkid=848006). In alternativa [vedere la documentazione di Docker Compose](https://docs.docker.com/)", + "loc.description": "Consente di compilare, effettuare il push o eseguire applicazioni Docker con più contenitori. È possibile usare l'attività con il registro contenitori di Azure o Docker.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Opzioni avanzate", + "loc.input.label.containerregistrytype": "Tipo di registro contenitori", + "loc.input.help.containerregistrytype": "Consente di selezionare un tipo di registro contenitori.", + "loc.input.label.dockerRegistryEndpoint": "Connessione al servizio Registro Docker", + "loc.input.help.dockerRegistryEndpoint": "Consente di selezionare una connessione al servizio Registro Docker. È obbligatorio per i comandi che devono eseguire l'autenticazione con un registro.", + "loc.input.label.azureSubscriptionEndpoint": "Sottoscrizione di Azure", + "loc.input.help.azureSubscriptionEndpoint": "Consente di selezionare una sottoscrizione di Azure", + "loc.input.label.azureContainerRegistry": "Registro contenitori di Azure", + "loc.input.help.azureContainerRegistry": "Consente di selezionare un registro contenitori di Azure", + "loc.input.label.dockerComposeFile": "File Docker Compose", + "loc.input.help.dockerComposeFile": "Percorso del file di Docker Compose primario da usare.", + "loc.input.label.additionalDockerComposeFiles": "File Docker Compose aggiuntivi", + "loc.input.help.additionalDockerComposeFiles": "File di Docker Compose aggiuntivi da compilare con il file di Docker Compose primario. I percorsi relativi vengono risolti in base alla directory che contiene il file di Docker Compose primario. Se un file specificato non viene trovato, viene ignorato. Specificare ogni percorso di file su una nuova riga.", + "loc.input.label.dockerComposeFileArgs": "Variabili di ambiente", + "loc.input.help.dockerComposeFileArgs": "Variabili di ambiente da impostare durante il comando. Specificare ogni coppia nome=valore su una nuova riga.", + "loc.input.label.projectName": "Nome progetto", + "loc.input.help.projectName": "Nome del progetto usato per l'assegnazione di nomi predefiniti a immagini e contenitori.", + "loc.input.label.qualifyImageNames": "Qualifica nomi delle immagini", + "loc.input.help.qualifyImageNames": "Qualifica i nomi delle immagini per i servizi compilati con il nome host della connessione al servizio Registro Docker se non viene specificato diversamente.", + "loc.input.label.action": "Azione", + "loc.input.help.action": "Consente di selezionare un'azione di Docker Compose.", + "loc.input.label.additionalImageTags": "Tag immagine aggiuntivi", + "loc.input.help.additionalImageTags": "Tag aggiuntivi per le immagini Docker da compilare o di cui effettuare il push.", + "loc.input.label.includeSourceTags": "Includi tag di origine", + "loc.input.help.includeSourceTags": "Include i tag GIT quando si compila o si effettua il push delle immagini Docker.", + "loc.input.label.includeLatestTag": "Includi tag latest", + "loc.input.help.includeLatestTag": "Include il tag 'latest' quando si compila o si effettua il push delle immagini Docker.", + "loc.input.label.buildImages": "Compila immagini", + "loc.input.help.buildImages": "Consente di compilare le immagini prima di avviare i contenitori dei servizi.", + "loc.input.label.serviceName": "Nome del servizio", + "loc.input.help.serviceName": "Nome del servizio specifico da eseguire.", + "loc.input.label.containerName": "Nome contenitore", + "loc.input.help.containerName": "Nome del contenitore dei servizi specifico da eseguire.", + "loc.input.label.ports": "Porte", + "loc.input.help.ports": "Porte nel contenitore dei servizi specifico da pubblicare nell'host. Specificare ogni binding porta-host:porta-contenitore su una nuova riga.", + "loc.input.label.workDir": "Directory di lavoro", + "loc.input.help.workDir": "Directory di lavoro per il contenitore dei servizi specifico.", + "loc.input.label.entrypoint": "Override del punto di ingresso", + "loc.input.help.entrypoint": "Esegue l'override del punto di ingresso predefinito per il contenitore dei servizi specifico.", + "loc.input.label.containerCommand": "Comando", + "loc.input.help.containerCommand": "Comando da eseguire nel contenitore dei servizi specifico. Se ad esempio l'immagine contiene un'applicazione Web Python Flask semplice, è possibile specificare 'python app.py' per avviarla.", + "loc.input.label.detached": "Esegui in background", + "loc.input.help.detached": "Consente di eseguire i contenitori dei servizi in background.", + "loc.input.label.abortOnContainerExit": "Interrompi alla chiusura del contenitore", + "loc.input.help.abortOnContainerExit": "Arresta tutti i contenitori in caso di chiusura di un qualsiasi contenitore.", + "loc.input.label.imageDigestComposeFile": "File digest dell'immagine di Docker Compose", + "loc.input.help.imageDigestComposeFile": "Percorso di un file di Docker Compose che viene creato e popolato con i digest completi del repository delle immagini dell'immagine Docker di ogni servizio.", + "loc.input.label.removeBuildOptions": "Rimuovi opzioni di compilazione", + "loc.input.help.removeBuildOptions": "Rimuove le opzioni di compilazione dal file Docker Compose di output.", + "loc.input.label.baseResolveDirectory": "Directory di risoluzione di base", + "loc.input.help.baseResolveDirectory": "Directory di base da cui devono essere risolti i percorsi relativi nel file di Docker Compose di output.", + "loc.input.label.outputDockerComposeFile": "File Docker Compose di output", + "loc.input.help.outputDockerComposeFile": "Percorso di un file Docker Compose di output.", + "loc.input.label.dockerComposeCommand": "Comando", + "loc.input.help.dockerComposeCommand": "Comando di Docker Compose da eseguire, con relativi argomenti, ad esempio 'rm --all' per rimuovere tutti i contenitori dei servizi arrestati.", + "loc.input.label.arguments": "Argomenti", + "loc.input.help.arguments": "Opzioni dei comandi di Docker Compose. Esempio:
Per il comando build:
--pull--compress--parallel", + "loc.input.label.dockerHostEndpoint": "Connessione al servizio host Docker", + "loc.input.help.dockerHostEndpoint": "Consente di selezionare una connessione al servizio host Docker. Per impostazione predefinita, viene usato l'host dell'agente.", + "loc.input.label.nopIfNoDockerComposeFile": "Non eseguire operazioni se il file Docker Compose non esiste", + "loc.input.help.nopIfNoDockerComposeFile": "Se il file Docker Compose non esiste, ignora questa attività. Questa opzione è utile quando l'attività offre un comportamento facoltativo basato sull'esistenza di un file Docker Compose nel repository.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Richiedi file Docker Compose aggiuntivi", + "loc.input.help.requireAdditionalDockerComposeFiles": "Produce un errore se i file Docker Compose aggiuntivi non esistono. Sostituisce il comportamento predefinito, in cui un file inesistente viene ignorato.", + "loc.input.label.cwd": "Directory di lavoro", + "loc.input.help.cwd": "Directory di lavoro per il comando di Docker Compose.", + "loc.input.label.dockerComposePath": "Percorso dell'eseguibile Docker Compose", + "loc.input.help.dockerComposePath": "Eseguibile Docker Compose che verrà usato se si specifica il percorso", + "loc.messages.ConnectingToDockerHost": "La variabile DOCKER_HOST è impostata. Docker proverà a connettersi all'host Docker: %s", + "loc.messages.ContainerPatternFound": "Il criterio è stato trovato nel parametro filepath di Docker Compose", + "loc.messages.ContainerPatternNotFound": "Non è stato trovato alcun criterio nel parametro filepath di Docker Compose", + "loc.messages.ContainerDockerFileNotFound": "Non è stato trovato alcun file Docker corrispondente a %s.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Il file Docker Compose aggiuntivo %s non esiste.", + "loc.messages.CantWriteDataToFile": "Non è possibile scrivere dati nel file %s. Errore: %s", + "loc.messages.DockerHostVariableWarning": "La variabile DOCKER_HOST è impostata. Assicurarsi che il daemon Docker sia in esecuzione in: %s", + "loc.messages.NoDataWrittenOnFile": "Non sono stati scritti dati nel file %s", + "loc.messages.FileContentSynced": "Il contenuto del file è stato sincronizzato con il disco. Il contenuto è %s.", + "loc.messages.ImageNameWithoutTag": "Il nome dell'immagine non è specificato con tag. Verrà eseguito il push di tutti i tag dell'immagine specificata.", + "loc.messages.WritingDockerConfigToTempFile": "Scrittura della configurazione di Docker nel file temporaneo. Percorso del file: %s. Configurazione di Docker: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson index bd9d1ac65397..9fb5cc2d81b1 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[このタスクの詳細を表示](https://go.microsoft.com/fwlink/?linkid=848006)、または [Docker Compose のドキュメントを参照](https://docs.docker.com/)", - "loc.description": "複数コンテナーの Docker アプリケーションをビルド、プッシュ、実行します。タスクは、Docker または Azure Container Registry で使用できます。", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "詳細設定のオプション", - "loc.input.label.containerregistrytype": "コンテナー レジストリの種類", - "loc.input.help.containerregistrytype": "コンテナー レジストリの種類を選択します。", - "loc.input.label.dockerRegistryEndpoint": "Docker レジストリ サービス接続", - "loc.input.help.dockerRegistryEndpoint": "Docker レジストリ サービス接続を選択します。レジストリを使って認証する必要のあるコマンドの場合に必要です。", - "loc.input.label.azureSubscriptionEndpoint": "Azure サブスクリプション", - "loc.input.help.azureSubscriptionEndpoint": "Azure サブスクリプションを選択します", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Azure Container Registry を選択します", - "loc.input.label.dockerComposeFile": "Docker Compose ファイル", - "loc.input.help.dockerComposeFile": "使用するプライマリ Docker Compose ファイルへのパスです。", - "loc.input.label.additionalDockerComposeFiles": "追加の Docker Compose ファイル", - "loc.input.help.additionalDockerComposeFiles": "プライマリ Docker Compose ファイルに結合する追加の Docker Compose ファイルです。相対パスは、プライマリ Docker Compose ファイルの入っているディレクトリを基準にして解決されます。指定されたファイルが見つからない場合、そのファイルは無視されます。それぞれのファイル パスを新しい行ごとに指定します。", - "loc.input.label.dockerComposeFileArgs": "環境変数", - "loc.input.help.dockerComposeFileArgs": "コマンドの実行中に設定する環境変数です。名前=値のペアを新しい行ごとに指定します。", - "loc.input.label.projectName": "プロジェクト名 ", - "loc.input.help.projectName": "イメージとコンテナーの既定の名前付けで使うプロジェクト名です。", - "loc.input.label.qualifyImageNames": "イメージ名を修飾", - "loc.input.help.qualifyImageNames": "特に指定されていない場合、ビルド サービスのイメージ名を Docker レジストリ サービス接続のホスト名で修飾します。", - "loc.input.label.action": "アクション", - "loc.input.help.action": "Docker Compose アクションを選択します。", - "loc.input.label.additionalImageTags": "追加のイメージ タグ", - "loc.input.help.additionalImageTags": "ビルドまたはプッシュされている Docker イメージの追加タグです。", - "loc.input.label.includeSourceTags": "ソース タグを含める", - "loc.input.help.includeSourceTags": "Docker イメージをビルドまたはプッシュするときに、Git タグを組み込みます。", - "loc.input.label.includeLatestTag": "最終のタグを含める", - "loc.input.help.includeLatestTag": "Docker イメージをビルドまたはプッシュするときに、'latest' タグを組み込みます。", - "loc.input.label.buildImages": "イメージのビルド", - "loc.input.help.buildImages": "サービス コンテナーを開始する前に、イメージをビルドします。", - "loc.input.label.serviceName": "サービス名", - "loc.input.help.serviceName": "実行する特定のサービスの名前です。", - "loc.input.label.containerName": "コンテナー名 ", - "loc.input.help.containerName": "実行する特定のサービス コンテナーの名前です。", - "loc.input.label.ports": "ポート", - "loc.input.help.ports": "ホストに発行する特定のサービス コンテナーのポートです。ホスト ポート:コンテナー ポートのバインドを新しい行ごとに指定します。", - "loc.input.label.workDir": "作業ディレクトリ", - "loc.input.help.workDir": "特定のサービス コンテナーの作業ディレクトリです。", - "loc.input.label.entrypoint": "エントリ ポイントのオーバーライド", - "loc.input.help.entrypoint": "特定のサービス コンテナーの既定のエントリ ポイントをオーバーライドします。", - "loc.input.label.containerCommand": "コマンド", - "loc.input.help.containerCommand": "特定のサービス コンテナー内で実行するコマンドです。たとえば、イメージに単純な Python Flask Web アプリケーションが含まれている場合は、'python app.py' を指定して Web アプリケーションを起動することができます。", - "loc.input.label.detached": "バックグラウンドで実行", - "loc.input.help.detached": "バックグラウンドでサービス コンテナーを実行します。", - "loc.input.label.abortOnContainerExit": "コンテナーの終了時に中止する", - "loc.input.help.abortOnContainerExit": "いずれかのコンテナーが終了したとき、すべてのコンテナーを停止します。", - "loc.input.label.imageDigestComposeFile": "イメージ ダイジェスト Compose ファイル", - "loc.input.help.imageDigestComposeFile": "各サービスの Docker イメージのフル イメージ リポジトリのダイジェストを設定して作成された Docker Compose ファイルへのパスです。", - "loc.input.label.removeBuildOptions": "ビルド オプションの削除", - "loc.input.help.removeBuildOptions": "出力 Docker Compose ファイルからビルド オプションを削除します。", - "loc.input.label.baseResolveDirectory": "解決用のベース ディレクトリ", - "loc.input.help.baseResolveDirectory": "出力 Docker Compose ファイル内の相対パスを解決するためのベース ディレクトリです。", - "loc.input.label.outputDockerComposeFile": "出力 Docker Compose ファイル", - "loc.input.help.outputDockerComposeFile": "出力 Docker Compose ファイルへのパスです。", - "loc.input.label.dockerComposeCommand": "コマンド", - "loc.input.help.dockerComposeCommand": "実行する Docker Compose コマンド (引数付き) です。たとえば、すべての停止しているサービス コンテナーを削除するには、'rm --all' と入力します。", - "loc.input.label.arguments": "引数", - "loc.input.help.arguments": "Docker Compose コマンドのオプション。例:
build コマンドの場合:
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker ホスト サービス接続", - "loc.input.help.dockerHostEndpoint": "Docker ホスト サービス接続を選択します。既定では、エージェントのホストになります。", - "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しなければ操作なし", - "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しない場合に、このタスクをスキップします。これは、リポジトリ内に Docker Compose ファイルがあるかどうかに基づいて省略可能な動作を提供するタスクの場合に役立ちます。", - "loc.input.label.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルを必須にする", - "loc.input.help.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルが存在しない場合に、エラーを生成します。これは、ファイルが存在しない場合にそのファイルを無視するという既定の動作をオーバーライドします。", - "loc.input.label.cwd": "作業ディレクトリ", - "loc.input.help.cwd": "Docker Compose コマンドの作業ディレクトリです。", - "loc.input.label.dockerComposePath": "Docker Compose 実行可能ファイルのパス", - "loc.input.help.dockerComposePath": "パスが指定されている場合、この Docker-compose 実行可能ファイルが使用されます", - "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 変数が設定されています。Docker により、Docker ホスト %s への接続が試みられます", - "loc.messages.ContainerPatternFound": "docker compose filepath パラメーターにパターンが見つかりました", - "loc.messages.ContainerPatternNotFound": "docker compose filepath パラメーターにパターンが見つかりませんでした ", - "loc.messages.ContainerDockerFileNotFound": "%s に一致する Docker ファイルは見つかりませんでした。", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "追加の Docker Compose ファイル %s は存在しません。", - "loc.messages.CantWriteDataToFile": "ファイル %s にデータを書き込めません。エラー: %s", - "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 変数が設定されています。Docker デーモンが %s で実行されていることをご確認ください", - "loc.messages.NoDataWrittenOnFile": "ファイル %s にデータが書き込まれませんでした", - "loc.messages.FileContentSynced": "ファイルの内容がディスクに同期されました。内容は %s です。", - "loc.messages.ImageNameWithoutTag": "イメージ名がタグに指定されていません。指定されたイメージのすべてのタグをプッシュしています。", - "loc.messages.WritingDockerConfigToTempFile": "Docker 構成を一時ファイルに書き込んでいます。ファイル パス: %s、Docker 構成: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[このタスクの詳細を表示](https://go.microsoft.com/fwlink/?linkid=848006)、または [Docker Compose のドキュメントを参照](https://docs.docker.com/)", + "loc.description": "複数コンテナーの Docker アプリケーションをビルド、プッシュ、実行します。タスクは、Docker または Azure Container Registry で使用できます。", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "詳細設定のオプション", + "loc.input.label.containerregistrytype": "コンテナー レジストリの種類", + "loc.input.help.containerregistrytype": "コンテナー レジストリの種類を選択します。", + "loc.input.label.dockerRegistryEndpoint": "Docker レジストリ サービス接続", + "loc.input.help.dockerRegistryEndpoint": "Docker レジストリ サービス接続を選択します。レジストリを使って認証する必要のあるコマンドの場合に必要です。", + "loc.input.label.azureSubscriptionEndpoint": "Azure サブスクリプション", + "loc.input.help.azureSubscriptionEndpoint": "Azure サブスクリプションを選択します", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Azure Container Registry を選択します", + "loc.input.label.dockerComposeFile": "Docker Compose ファイル", + "loc.input.help.dockerComposeFile": "使用するプライマリ Docker Compose ファイルへのパスです。", + "loc.input.label.additionalDockerComposeFiles": "追加の Docker Compose ファイル", + "loc.input.help.additionalDockerComposeFiles": "プライマリ Docker Compose ファイルに結合する追加の Docker Compose ファイルです。相対パスは、プライマリ Docker Compose ファイルの入っているディレクトリを基準にして解決されます。指定されたファイルが見つからない場合、そのファイルは無視されます。それぞれのファイル パスを新しい行ごとに指定します。", + "loc.input.label.dockerComposeFileArgs": "環境変数", + "loc.input.help.dockerComposeFileArgs": "コマンドの実行中に設定する環境変数です。名前=値のペアを新しい行ごとに指定します。", + "loc.input.label.projectName": "プロジェクト名 ", + "loc.input.help.projectName": "イメージとコンテナーの既定の名前付けで使うプロジェクト名です。", + "loc.input.label.qualifyImageNames": "イメージ名を修飾", + "loc.input.help.qualifyImageNames": "特に指定されていない場合、ビルド サービスのイメージ名を Docker レジストリ サービス接続のホスト名で修飾します。", + "loc.input.label.action": "アクション", + "loc.input.help.action": "Docker Compose アクションを選択します。", + "loc.input.label.additionalImageTags": "追加のイメージ タグ", + "loc.input.help.additionalImageTags": "ビルドまたはプッシュされている Docker イメージの追加タグです。", + "loc.input.label.includeSourceTags": "ソース タグを含める", + "loc.input.help.includeSourceTags": "Docker イメージをビルドまたはプッシュするときに、Git タグを組み込みます。", + "loc.input.label.includeLatestTag": "最終のタグを含める", + "loc.input.help.includeLatestTag": "Docker イメージをビルドまたはプッシュするときに、'latest' タグを組み込みます。", + "loc.input.label.buildImages": "イメージのビルド", + "loc.input.help.buildImages": "サービス コンテナーを開始する前に、イメージをビルドします。", + "loc.input.label.serviceName": "サービス名", + "loc.input.help.serviceName": "実行する特定のサービスの名前です。", + "loc.input.label.containerName": "コンテナー名 ", + "loc.input.help.containerName": "実行する特定のサービス コンテナーの名前です。", + "loc.input.label.ports": "ポート", + "loc.input.help.ports": "ホストに発行する特定のサービス コンテナーのポートです。ホスト ポート:コンテナー ポートのバインドを新しい行ごとに指定します。", + "loc.input.label.workDir": "作業ディレクトリ", + "loc.input.help.workDir": "特定のサービス コンテナーの作業ディレクトリです。", + "loc.input.label.entrypoint": "エントリ ポイントのオーバーライド", + "loc.input.help.entrypoint": "特定のサービス コンテナーの既定のエントリ ポイントをオーバーライドします。", + "loc.input.label.containerCommand": "コマンド", + "loc.input.help.containerCommand": "特定のサービス コンテナー内で実行するコマンドです。たとえば、イメージに単純な Python Flask Web アプリケーションが含まれている場合は、'python app.py' を指定して Web アプリケーションを起動することができます。", + "loc.input.label.detached": "バックグラウンドで実行", + "loc.input.help.detached": "バックグラウンドでサービス コンテナーを実行します。", + "loc.input.label.abortOnContainerExit": "コンテナーの終了時に中止する", + "loc.input.help.abortOnContainerExit": "いずれかのコンテナーが終了したとき、すべてのコンテナーを停止します。", + "loc.input.label.imageDigestComposeFile": "イメージ ダイジェスト Compose ファイル", + "loc.input.help.imageDigestComposeFile": "各サービスの Docker イメージのフル イメージ リポジトリのダイジェストを設定して作成された Docker Compose ファイルへのパスです。", + "loc.input.label.removeBuildOptions": "ビルド オプションの削除", + "loc.input.help.removeBuildOptions": "出力 Docker Compose ファイルからビルド オプションを削除します。", + "loc.input.label.baseResolveDirectory": "解決用のベース ディレクトリ", + "loc.input.help.baseResolveDirectory": "出力 Docker Compose ファイル内の相対パスを解決するためのベース ディレクトリです。", + "loc.input.label.outputDockerComposeFile": "出力 Docker Compose ファイル", + "loc.input.help.outputDockerComposeFile": "出力 Docker Compose ファイルへのパスです。", + "loc.input.label.dockerComposeCommand": "コマンド", + "loc.input.help.dockerComposeCommand": "実行する Docker Compose コマンド (引数付き) です。たとえば、すべての停止しているサービス コンテナーを削除するには、'rm --all' と入力します。", + "loc.input.label.arguments": "引数", + "loc.input.help.arguments": "Docker Compose コマンドのオプション。例:
build コマンドの場合:
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker ホスト サービス接続", + "loc.input.help.dockerHostEndpoint": "Docker ホスト サービス接続を選択します。既定では、エージェントのホストになります。", + "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しなければ操作なし", + "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose ファイルが存在しない場合に、このタスクをスキップします。これは、リポジトリ内に Docker Compose ファイルがあるかどうかに基づいて省略可能な動作を提供するタスクの場合に役立ちます。", + "loc.input.label.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルを必須にする", + "loc.input.help.requireAdditionalDockerComposeFiles": "追加の Docker Compose ファイルが存在しない場合に、エラーを生成します。これは、ファイルが存在しない場合にそのファイルを無視するという既定の動作をオーバーライドします。", + "loc.input.label.cwd": "作業ディレクトリ", + "loc.input.help.cwd": "Docker Compose コマンドの作業ディレクトリです。", + "loc.input.label.dockerComposePath": "Docker Compose 実行可能ファイルのパス", + "loc.input.help.dockerComposePath": "パスが指定されている場合、この Docker-compose 実行可能ファイルが使用されます", + "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 変数が設定されています。Docker により、Docker ホスト %s への接続が試みられます", + "loc.messages.ContainerPatternFound": "docker compose filepath パラメーターにパターンが見つかりました", + "loc.messages.ContainerPatternNotFound": "docker compose filepath パラメーターにパターンが見つかりませんでした ", + "loc.messages.ContainerDockerFileNotFound": "%s に一致する Docker ファイルは見つかりませんでした。", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "追加の Docker Compose ファイル %s は存在しません。", + "loc.messages.CantWriteDataToFile": "ファイル %s にデータを書き込めません。エラー: %s", + "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 変数が設定されています。Docker デーモンが %s で実行されていることをご確認ください", + "loc.messages.NoDataWrittenOnFile": "ファイル %s にデータが書き込まれませんでした", + "loc.messages.FileContentSynced": "ファイルの内容がディスクに同期されました。内容は %s です。", + "loc.messages.ImageNameWithoutTag": "イメージ名がタグに指定されていません。指定されたイメージのすべてのタグをプッシュしています。", + "loc.messages.WritingDockerConfigToTempFile": "Docker 構成を一時ファイルに書き込んでいます。ファイル パス: %s、Docker 構成: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson index 97ab46a75920..5123aa0ea02a 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://go.microsoft.com/fwlink/?linkid=848006) 또는 [Docker Compose 설명서 참조](https://docs.docker.com/)", - "loc.description": "다중 컨테이너 Docker 응용 프로그램을 빌드, 푸시 또는 실행합니다. Docker 또는 Azure Container Registry에서 작업을 사용할 수 있습니다.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "고급 옵션", - "loc.input.label.containerregistrytype": "Container Registry 유형", - "loc.input.help.containerregistrytype": "Container Registry 유형을 선택하세요.", - "loc.input.label.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결", - "loc.input.help.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결을 선택합니다. 레지스트리를 사용하여 인증해야 하는 명령에 필요합니다.", - "loc.input.label.azureSubscriptionEndpoint": "Azure 구독", - "loc.input.help.azureSubscriptionEndpoint": "Azure 구독을 선택합니다.", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "Azure Container Registry를 선택합니다.", - "loc.input.label.dockerComposeFile": "Docker Compose 파일", - "loc.input.help.dockerComposeFile": "사용할 기본 Docker Compose 파일에 대한 경로입니다.", - "loc.input.label.additionalDockerComposeFiles": "추가 Docker Compose 파일", - "loc.input.help.additionalDockerComposeFiles": "기본 Docker Compose 파일과 결합되어야 하는 추가 Docker Compose 파일입니다. 상대 경로는 기본 Docker Compose 파일을 포함하는 디렉터리를 기준으로 확인됩니다. 지정된 파일이 없으면 무시됩니다. 새 줄에 각 파일 경로를 지정하세요.", - "loc.input.label.dockerComposeFileArgs": "환경 변수", - "loc.input.help.dockerComposeFileArgs": "명령하는 동안 설정해야 할 환경 변수입니다. 새 줄에서 각 이름=값 쌍을 지정하세요.", - "loc.input.label.projectName": "프로젝트 이름", - "loc.input.help.projectName": "이미지 및 컨테이너의 기본 이름 지정에 사용되는 프로젝트 이름입니다.", - "loc.input.label.qualifyImageNames": "이미지 이름 한정", - "loc.input.help.qualifyImageNames": "달리 지정되지 않은 경우 Docker 레지스트리 서비스 연결의 호스트 이름으로 빌드된 서비스의 이미지 이름을 한정합니다.", - "loc.input.label.action": "작업", - "loc.input.help.action": "Docker Compose 작업을 선택합니다.", - "loc.input.label.additionalImageTags": "추가 이미지 태그", - "loc.input.help.additionalImageTags": "빌드 또는 푸시되고 있는 Docker 이미지에 대한 추가 태그입니다.", - "loc.input.label.includeSourceTags": "소스 태그 포함", - "loc.input.help.includeSourceTags": "Docker 이미지를 빌드하거나 푸시할 때 Git 태그를 포함합니다.", - "loc.input.label.includeLatestTag": "최신 태그 포함", - "loc.input.help.includeLatestTag": "Docker 이미지를 빌드하거나 푸시할 때 '최신' 태그를 포함합니다.", - "loc.input.label.buildImages": "빌드 이미지", - "loc.input.help.buildImages": "서비스 컨테이너를 시작하기 전에 이미지를 빌드합니다.", - "loc.input.label.serviceName": "서비스 이름", - "loc.input.help.serviceName": "실행할 특정 서비스의 이름입니다.", - "loc.input.label.containerName": "컨테이너 이름", - "loc.input.help.containerName": "실행할 특정 서비스 컨테이너의 이름입니다.", - "loc.input.label.ports": "포트", - "loc.input.help.ports": "호스트에 게시할 특정 서비스 컨테이너의 포트입니다. 새 줄에 각 host-port:container-port 바인딩을 지정하세요.", - "loc.input.label.workDir": "작업 디렉터리", - "loc.input.help.workDir": "특정 서비스 컨테이너에 대한 작업 디렉터리입니다.", - "loc.input.label.entrypoint": "진입점 재정의", - "loc.input.help.entrypoint": "특정 서비스 컨테이너에 대한 기본 진입점을 재정의합니다.", - "loc.input.label.containerCommand": "명령", - "loc.input.help.containerCommand": "특정 서비스 컨테이너에서 실행할 명령입니다. 예를 들어 이미지에 단순한 Python Flask 웹 응용 프로그램이 포함되어 있는 경우에는 웹 응용 프로그램 실행을 위해 'python app.py'를 지정할 수 있습니다.", - "loc.input.label.detached": "백그라운드에서 실행", - "loc.input.help.detached": "서비스 컨테이너를 백그라운드에서 실행합니다.", - "loc.input.label.abortOnContainerExit": "컨테이너 종료 시 중단", - "loc.input.help.abortOnContainerExit": "컨테이너가 있는 경우 모든 컨테이너를 중지합니다.", - "loc.input.label.imageDigestComposeFile": "이미지 다이제스트 Compose 파일", - "loc.input.help.imageDigestComposeFile": "각 서비스의 Docker 이미지의 전체 이미지 리포지토리 다이제스트로 채워져 만들어진 Docker Compose 파일에 대한 경로입니다.", - "loc.input.label.removeBuildOptions": "빌드 옵션 제거", - "loc.input.help.removeBuildOptions": "출력 Docker Compose 파일에서 빌드 옵션을 제거합니다.", - "loc.input.label.baseResolveDirectory": "기본 확인 디렉터리", - "loc.input.help.baseResolveDirectory": "출력 Docker Compose 파일의 상대 경로를 확인해야 할 기본 디렉터리입니다.", - "loc.input.label.outputDockerComposeFile": "출력 Docker Compose 파일", - "loc.input.help.outputDockerComposeFile": "출력 Docker Compose 파일에 대한 경로입니다.", - "loc.input.label.dockerComposeCommand": "명령", - "loc.input.help.dockerComposeCommand": "인수와 함께 실행할 Docker Compose 명령입니다. 예를 들어, 모든 중지된 서비스 컨테이너를 제거하려는 경우 'rm --all'입니다.", - "loc.input.label.arguments": "인수", - "loc.input.help.arguments": "Docker Compose 명령 옵션. 예:
빌드 명령의 경우
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker 호스트 서비스 연결", - "loc.input.help.dockerHostEndpoint": "Docker 호스트 서비스 연결을 선택합니다. 기본값은 에이전트의 호스트로 지정됩니다.", - "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 no-op", - "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 이 작업을 건너뜁니다. 작업이 리포지토리에 Docker Compose 파일이 있는지 여부에 따라 선택적 동작을 제공하는 경우에 유용합니다.", - "loc.input.label.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일 필요", - "loc.input.help.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일이 없는 경우 오류가 발생합니다. 이로 인해, 파일이 없는 경우 해당 파일을 무시하는 기본 동작이 재정의됩니다.", - "loc.input.label.cwd": "작업 디렉터리", - "loc.input.help.cwd": "Docker Compose 명령에 대한 작업 디렉터리입니다.", - "loc.input.label.dockerComposePath": "Docker Compose 실행 파일 경로", - "loc.input.help.dockerComposePath": "경로가 제공되는 경우 이 Docker Compose 실행 파일이 사용됩니다.", - "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 변수가 설정되었습니다. Docker는 Docker 호스트 %s에 연결하려고 합니다.", - "loc.messages.ContainerPatternFound": "Docker Compose filepath 매개 변수에 패턴 있음", - "loc.messages.ContainerPatternNotFound": "Docker Compose filepath 매개 변수에 패턴 없음", - "loc.messages.ContainerDockerFileNotFound": "%s과(와) 일치하는 Docker 파일이 없습니다.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "추가 Docker Compose 파일 %s이(가) 없습니다.", - "loc.messages.CantWriteDataToFile": "데이터를 %s 파일에 쓸 수 없습니다. 오류: %s", - "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 변수가 설정되었습니다. Docker 디먼 %s이(가) 실행 중인지 확인하세요.", - "loc.messages.NoDataWrittenOnFile": "데이터를 %s 파일에 쓰지 않았습니다.", - "loc.messages.FileContentSynced": "파일 콘텐츠를 디스크에 동기화했습니다. 콘텐츠는 %s입니다.", - "loc.messages.ImageNameWithoutTag": "태그로 지정되지 않은 이미지 이름으로, 지정한 이미지의 모든 태그를 푸시합니다.", - "loc.messages.WritingDockerConfigToTempFile": "임시 파일에 Docker 구성을 쓰는 중입니다. 파일 경로: %s, Docker 구성: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[이 작업에 대한 자세한 정보](https://go.microsoft.com/fwlink/?linkid=848006) 또는 [Docker Compose 설명서 참조](https://docs.docker.com/)", + "loc.description": "다중 컨테이너 Docker 응용 프로그램을 빌드, 푸시 또는 실행합니다. Docker 또는 Azure Container Registry에서 작업을 사용할 수 있습니다.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "고급 옵션", + "loc.input.label.containerregistrytype": "Container Registry 유형", + "loc.input.help.containerregistrytype": "Container Registry 유형을 선택하세요.", + "loc.input.label.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결", + "loc.input.help.dockerRegistryEndpoint": "Docker 레지스트리 서비스 연결을 선택합니다. 레지스트리를 사용하여 인증해야 하는 명령에 필요합니다.", + "loc.input.label.azureSubscriptionEndpoint": "Azure 구독", + "loc.input.help.azureSubscriptionEndpoint": "Azure 구독을 선택합니다.", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "Azure Container Registry를 선택합니다.", + "loc.input.label.dockerComposeFile": "Docker Compose 파일", + "loc.input.help.dockerComposeFile": "사용할 기본 Docker Compose 파일에 대한 경로입니다.", + "loc.input.label.additionalDockerComposeFiles": "추가 Docker Compose 파일", + "loc.input.help.additionalDockerComposeFiles": "기본 Docker Compose 파일과 결합되어야 하는 추가 Docker Compose 파일입니다. 상대 경로는 기본 Docker Compose 파일을 포함하는 디렉터리를 기준으로 확인됩니다. 지정된 파일이 없으면 무시됩니다. 새 줄에 각 파일 경로를 지정하세요.", + "loc.input.label.dockerComposeFileArgs": "환경 변수", + "loc.input.help.dockerComposeFileArgs": "명령하는 동안 설정해야 할 환경 변수입니다. 새 줄에서 각 이름=값 쌍을 지정하세요.", + "loc.input.label.projectName": "프로젝트 이름", + "loc.input.help.projectName": "이미지 및 컨테이너의 기본 이름 지정에 사용되는 프로젝트 이름입니다.", + "loc.input.label.qualifyImageNames": "이미지 이름 한정", + "loc.input.help.qualifyImageNames": "달리 지정되지 않은 경우 Docker 레지스트리 서비스 연결의 호스트 이름으로 빌드된 서비스의 이미지 이름을 한정합니다.", + "loc.input.label.action": "작업", + "loc.input.help.action": "Docker Compose 작업을 선택합니다.", + "loc.input.label.additionalImageTags": "추가 이미지 태그", + "loc.input.help.additionalImageTags": "빌드 또는 푸시되고 있는 Docker 이미지에 대한 추가 태그입니다.", + "loc.input.label.includeSourceTags": "소스 태그 포함", + "loc.input.help.includeSourceTags": "Docker 이미지를 빌드하거나 푸시할 때 Git 태그를 포함합니다.", + "loc.input.label.includeLatestTag": "최신 태그 포함", + "loc.input.help.includeLatestTag": "Docker 이미지를 빌드하거나 푸시할 때 '최신' 태그를 포함합니다.", + "loc.input.label.buildImages": "빌드 이미지", + "loc.input.help.buildImages": "서비스 컨테이너를 시작하기 전에 이미지를 빌드합니다.", + "loc.input.label.serviceName": "서비스 이름", + "loc.input.help.serviceName": "실행할 특정 서비스의 이름입니다.", + "loc.input.label.containerName": "컨테이너 이름", + "loc.input.help.containerName": "실행할 특정 서비스 컨테이너의 이름입니다.", + "loc.input.label.ports": "포트", + "loc.input.help.ports": "호스트에 게시할 특정 서비스 컨테이너의 포트입니다. 새 줄에 각 host-port:container-port 바인딩을 지정하세요.", + "loc.input.label.workDir": "작업 디렉터리", + "loc.input.help.workDir": "특정 서비스 컨테이너에 대한 작업 디렉터리입니다.", + "loc.input.label.entrypoint": "진입점 재정의", + "loc.input.help.entrypoint": "특정 서비스 컨테이너에 대한 기본 진입점을 재정의합니다.", + "loc.input.label.containerCommand": "명령", + "loc.input.help.containerCommand": "특정 서비스 컨테이너에서 실행할 명령입니다. 예를 들어 이미지에 단순한 Python Flask 웹 응용 프로그램이 포함되어 있는 경우에는 웹 응용 프로그램 실행을 위해 'python app.py'를 지정할 수 있습니다.", + "loc.input.label.detached": "백그라운드에서 실행", + "loc.input.help.detached": "서비스 컨테이너를 백그라운드에서 실행합니다.", + "loc.input.label.abortOnContainerExit": "컨테이너 종료 시 중단", + "loc.input.help.abortOnContainerExit": "컨테이너가 있는 경우 모든 컨테이너를 중지합니다.", + "loc.input.label.imageDigestComposeFile": "이미지 다이제스트 Compose 파일", + "loc.input.help.imageDigestComposeFile": "각 서비스의 Docker 이미지의 전체 이미지 리포지토리 다이제스트로 채워져 만들어진 Docker Compose 파일에 대한 경로입니다.", + "loc.input.label.removeBuildOptions": "빌드 옵션 제거", + "loc.input.help.removeBuildOptions": "출력 Docker Compose 파일에서 빌드 옵션을 제거합니다.", + "loc.input.label.baseResolveDirectory": "기본 확인 디렉터리", + "loc.input.help.baseResolveDirectory": "출력 Docker Compose 파일의 상대 경로를 확인해야 할 기본 디렉터리입니다.", + "loc.input.label.outputDockerComposeFile": "출력 Docker Compose 파일", + "loc.input.help.outputDockerComposeFile": "출력 Docker Compose 파일에 대한 경로입니다.", + "loc.input.label.dockerComposeCommand": "명령", + "loc.input.help.dockerComposeCommand": "인수와 함께 실행할 Docker Compose 명령입니다. 예를 들어, 모든 중지된 서비스 컨테이너를 제거하려는 경우 'rm --all'입니다.", + "loc.input.label.arguments": "인수", + "loc.input.help.arguments": "Docker Compose 명령 옵션. 예:
빌드 명령의 경우
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker 호스트 서비스 연결", + "loc.input.help.dockerHostEndpoint": "Docker 호스트 서비스 연결을 선택합니다. 기본값은 에이전트의 호스트로 지정됩니다.", + "loc.input.label.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 no-op", + "loc.input.help.nopIfNoDockerComposeFile": "Docker Compose 파일이 없는 경우 이 작업을 건너뜁니다. 작업이 리포지토리에 Docker Compose 파일이 있는지 여부에 따라 선택적 동작을 제공하는 경우에 유용합니다.", + "loc.input.label.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일 필요", + "loc.input.help.requireAdditionalDockerComposeFiles": "추가 Docker Compose 파일이 없는 경우 오류가 발생합니다. 이로 인해, 파일이 없는 경우 해당 파일을 무시하는 기본 동작이 재정의됩니다.", + "loc.input.label.cwd": "작업 디렉터리", + "loc.input.help.cwd": "Docker Compose 명령에 대한 작업 디렉터리입니다.", + "loc.input.label.dockerComposePath": "Docker Compose 실행 파일 경로", + "loc.input.help.dockerComposePath": "경로가 제공되는 경우 이 Docker Compose 실행 파일이 사용됩니다.", + "loc.messages.ConnectingToDockerHost": "DOCKER_HOST 변수가 설정되었습니다. Docker는 Docker 호스트 %s에 연결하려고 합니다.", + "loc.messages.ContainerPatternFound": "Docker Compose filepath 매개 변수에 패턴 있음", + "loc.messages.ContainerPatternNotFound": "Docker Compose filepath 매개 변수에 패턴 없음", + "loc.messages.ContainerDockerFileNotFound": "%s과(와) 일치하는 Docker 파일이 없습니다.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "추가 Docker Compose 파일 %s이(가) 없습니다.", + "loc.messages.CantWriteDataToFile": "데이터를 %s 파일에 쓸 수 없습니다. 오류: %s", + "loc.messages.DockerHostVariableWarning": "DOCKER_HOST 변수가 설정되었습니다. Docker 디먼 %s이(가) 실행 중인지 확인하세요.", + "loc.messages.NoDataWrittenOnFile": "데이터를 %s 파일에 쓰지 않았습니다.", + "loc.messages.FileContentSynced": "파일 콘텐츠를 디스크에 동기화했습니다. 콘텐츠는 %s입니다.", + "loc.messages.ImageNameWithoutTag": "태그로 지정되지 않은 이미지 이름으로, 지정한 이미지의 모든 태그를 푸시합니다.", + "loc.messages.WritingDockerConfigToTempFile": "임시 파일에 Docker 구성을 쓰는 중입니다. 파일 경로: %s, Docker 구성: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson index 0014b3bafb75..9ae254f52a0b 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](https://go.microsoft.com/fwlink/?linkid=848006) или [документацию по Docker Compose](https://docs.docker.com/)", - "loc.description": "Создание, отправка или запуск многоконтейнерных приложений Docker. Задачу можно использовать в Docker или реестре контейнеров Azure.", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "Дополнительные параметры", - "loc.input.label.containerregistrytype": "Тип реестра контейнеров", - "loc.input.help.containerregistrytype": "Выберите тип реестра контейнеров.", - "loc.input.label.dockerRegistryEndpoint": "Подключение к службе реестра Docker", - "loc.input.help.dockerRegistryEndpoint": "Выберите подключение к службе реестра Docker. Это требуется для команд, для выполнения которых необходимо пройти проверку подлинности в реестре.", - "loc.input.label.azureSubscriptionEndpoint": "Подписка Azure", - "loc.input.help.azureSubscriptionEndpoint": "Выберите подписку Azure", - "loc.input.label.azureContainerRegistry": "Реестр контейнеров Azure", - "loc.input.help.azureContainerRegistry": "Выберите реестр контейнеров Azure", - "loc.input.label.dockerComposeFile": "Файл Docker Compose", - "loc.input.help.dockerComposeFile": "Путь к основному файлу Docker Compose для использования.", - "loc.input.label.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose", - "loc.input.help.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose для объединения с основным файлом Docker Compose. Относительные пути разрешаются относительно каталога, в котором содержится основной файл Docker Compose. Если указанный файл не найден, он пропускается. Каждый путь к файлу следует указывать в новой строке.", - "loc.input.label.dockerComposeFileArgs": "Переменные среды", - "loc.input.help.dockerComposeFileArgs": "Переменные среды для задания во время выполнения команды. Каждую пару \"имя=значение\" следует указывать в новой строке.", - "loc.input.label.projectName": "Имя проекта", - "loc.input.help.projectName": "Имя проекта, которое по умолчанию используется для именования образов и контейнеров.", - "loc.input.label.qualifyImageNames": "Определить имена образов", - "loc.input.help.qualifyImageNames": "Определение имен образов для созданных служб с помощью имени узла подключения к службе реестра Docker, если не указано иное.", - "loc.input.label.action": "Действие", - "loc.input.help.action": "Выберите действие Docker Compose.", - "loc.input.label.additionalImageTags": "Дополнительные теги образов", - "loc.input.help.additionalImageTags": "Выполняется создание или отправка дополнительных тегов для образов Docker.", - "loc.input.label.includeSourceTags": "Включить исходные теги", - "loc.input.help.includeSourceTags": "При создании или отправке образов Docker следует включить теги Git.", - "loc.input.label.includeLatestTag": "Включить последний тег", - "loc.input.help.includeLatestTag": "При создании или отправке образов Docker следует включить тег \"latest\".", - "loc.input.label.buildImages": "Образы сборки", - "loc.input.help.buildImages": "Создайте образы, прежде чем запускать контейнеры службы.", - "loc.input.label.serviceName": "Имя службы", - "loc.input.help.serviceName": "Имя определенной службы для выполнения.", - "loc.input.label.containerName": "Имя контейнера", - "loc.input.help.containerName": "Имя контейнера определенной службы для выполнения.", - "loc.input.label.ports": "Порты", - "loc.input.help.ports": "Порты в контейнере определенной службы для публикации на узле. Каждую привязку \"порт узла:порт контейнера\" следует указывать в новой строке.", - "loc.input.label.workDir": "Рабочий каталог", - "loc.input.help.workDir": "Рабочий каталог для контейнера определенной службы.", - "loc.input.label.entrypoint": "Переопределение точки входа", - "loc.input.help.entrypoint": "Переопределение точки входа по умолчанию для контейнера указанной службы.", - "loc.input.label.containerCommand": "Команда", - "loc.input.help.containerCommand": "Команда для выполнения в контейнере определенной службы. Например, если в образе имеется простое веб-приложение Python Flask, можно указать параметр \"python app.py\" для запуска веб-приложения.", - "loc.input.label.detached": "Запустить в фоновом режиме", - "loc.input.help.detached": "Запуск контейнеров службы в фоновом режиме.", - "loc.input.label.abortOnContainerExit": "Прервать на выходе контейнера", - "loc.input.help.abortOnContainerExit": "Остановить все контейнеры при выходе любого контейнера.", - "loc.input.label.imageDigestComposeFile": "Файл Docker Compose образа", - "loc.input.help.imageDigestComposeFile": "Путь к созданному файлу Docker Compose, в который внесены все дайджесты репозитория образа Docker каждой службы.", - "loc.input.label.removeBuildOptions": "Удалить параметры сборки", - "loc.input.help.removeBuildOptions": "Удаление параметров сборки из выходного файла Docker Compose.", - "loc.input.label.baseResolveDirectory": "Базовый каталог для разрешения", - "loc.input.help.baseResolveDirectory": "Базовый каталог, из которого следует выполнять разрешение относительных путей в выходном файле Docker Compose.", - "loc.input.label.outputDockerComposeFile": "Выходной файл Docker Compose", - "loc.input.help.outputDockerComposeFile": "Путь к выходному файлу Docker Compose.", - "loc.input.label.dockerComposeCommand": "Команда", - "loc.input.help.dockerComposeCommand": "Команда Docker Compose для выполнения (с аргументами). Например, \"rm --all\" для удаления всех остановленных контейнеров службы.", - "loc.input.label.arguments": "Аргументы", - "loc.input.help.arguments": "Параметры команды Docker Compose. Пример
Для команды сборки
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Подключение к службе узла Docker", - "loc.input.help.dockerHostEndpoint": "Выберите подключение к службе узла Docker. По умолчанию используется узел агента.", - "loc.input.label.nopIfNoDockerComposeFile": "Холостая команда, если файлы Docker Compose отсутствуют", - "loc.input.help.nopIfNoDockerComposeFile": "Если файл Docker Compose не существует, пропустите эту задачу. Это полезно в случаях, когда в этой задаче предлагается дополнительное поведение на основе сведений о существовании в репозитории файла Docker Compose.", - "loc.input.label.requireAdditionalDockerComposeFiles": "Требовать дополнительные файлы Docker Compose", - "loc.input.help.requireAdditionalDockerComposeFiles": "Выдает ошибку, если дополнительные файлы Docker Compose не существуют. Данный параметр переопределяет поведение по умолчанию, при котором отсутствующий файл пропускается.", - "loc.input.label.cwd": "Рабочий каталог", - "loc.input.help.cwd": "Рабочий каталог для команды Docker Compose.", - "loc.input.label.dockerComposePath": "Путь к исполняемому файлу Docker Compose", - "loc.input.help.dockerComposePath": "Этот исполняемый файл docker-compose будет использоваться, если указан путь.", - "loc.messages.ConnectingToDockerHost": "Задана переменная DOCKER_HOST. Docker попытается подключиться к узлу Docker: %s", - "loc.messages.ContainerPatternFound": "Обнаружен шаблон в параметре filepath в Docker Compose", - "loc.messages.ContainerPatternNotFound": "Не найден шаблон в параметре filepath в Docker Compose", - "loc.messages.ContainerDockerFileNotFound": "Файл Docker, соответствующий %s, не найден.", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Дополнительный файл Docker Compose %s не существует.", - "loc.messages.CantWriteDataToFile": "Не удается записать данные в файл %s. Ошибка: %s", - "loc.messages.DockerHostVariableWarning": "Задана переменная DOCKER_HOST. Убедитесь, что управляющая программа Docker запущена на: %s", - "loc.messages.NoDataWrittenOnFile": "Данные не были записаны в файл %s", - "loc.messages.FileContentSynced": "Содержимое файла синхронизировано с диском. Содержимое: %s.", - "loc.messages.ImageNameWithoutTag": "Имя образа указано без тега; передаются все теги указанного образа.", - "loc.messages.WritingDockerConfigToTempFile": "Запись конфигурации Docker во временный файл. Путь к файлу: %s, конфигурация Docker: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[См. дополнительные сведения об этой задаче](https://go.microsoft.com/fwlink/?linkid=848006) или [документацию по Docker Compose](https://docs.docker.com/)", + "loc.description": "Создание, отправка или запуск многоконтейнерных приложений Docker. Задачу можно использовать в Docker или реестре контейнеров Azure.", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "Дополнительные параметры", + "loc.input.label.containerregistrytype": "Тип реестра контейнеров", + "loc.input.help.containerregistrytype": "Выберите тип реестра контейнеров.", + "loc.input.label.dockerRegistryEndpoint": "Подключение к службе реестра Docker", + "loc.input.help.dockerRegistryEndpoint": "Выберите подключение к службе реестра Docker. Это требуется для команд, для выполнения которых необходимо пройти проверку подлинности в реестре.", + "loc.input.label.azureSubscriptionEndpoint": "Подписка Azure", + "loc.input.help.azureSubscriptionEndpoint": "Выберите подписку Azure", + "loc.input.label.azureContainerRegistry": "Реестр контейнеров Azure", + "loc.input.help.azureContainerRegistry": "Выберите реестр контейнеров Azure", + "loc.input.label.dockerComposeFile": "Файл Docker Compose", + "loc.input.help.dockerComposeFile": "Путь к основному файлу Docker Compose для использования.", + "loc.input.label.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose", + "loc.input.help.additionalDockerComposeFiles": "Дополнительные файлы Docker Compose для объединения с основным файлом Docker Compose. Относительные пути разрешаются относительно каталога, в котором содержится основной файл Docker Compose. Если указанный файл не найден, он пропускается. Каждый путь к файлу следует указывать в новой строке.", + "loc.input.label.dockerComposeFileArgs": "Переменные среды", + "loc.input.help.dockerComposeFileArgs": "Переменные среды для задания во время выполнения команды. Каждую пару \"имя=значение\" следует указывать в новой строке.", + "loc.input.label.projectName": "Имя проекта", + "loc.input.help.projectName": "Имя проекта, которое по умолчанию используется для именования образов и контейнеров.", + "loc.input.label.qualifyImageNames": "Определить имена образов", + "loc.input.help.qualifyImageNames": "Определение имен образов для созданных служб с помощью имени узла подключения к службе реестра Docker, если не указано иное.", + "loc.input.label.action": "Действие", + "loc.input.help.action": "Выберите действие Docker Compose.", + "loc.input.label.additionalImageTags": "Дополнительные теги образов", + "loc.input.help.additionalImageTags": "Выполняется создание или отправка дополнительных тегов для образов Docker.", + "loc.input.label.includeSourceTags": "Включить исходные теги", + "loc.input.help.includeSourceTags": "При создании или отправке образов Docker следует включить теги Git.", + "loc.input.label.includeLatestTag": "Включить последний тег", + "loc.input.help.includeLatestTag": "При создании или отправке образов Docker следует включить тег \"latest\".", + "loc.input.label.buildImages": "Образы сборки", + "loc.input.help.buildImages": "Создайте образы, прежде чем запускать контейнеры службы.", + "loc.input.label.serviceName": "Имя службы", + "loc.input.help.serviceName": "Имя определенной службы для выполнения.", + "loc.input.label.containerName": "Имя контейнера", + "loc.input.help.containerName": "Имя контейнера определенной службы для выполнения.", + "loc.input.label.ports": "Порты", + "loc.input.help.ports": "Порты в контейнере определенной службы для публикации на узле. Каждую привязку \"порт узла:порт контейнера\" следует указывать в новой строке.", + "loc.input.label.workDir": "Рабочий каталог", + "loc.input.help.workDir": "Рабочий каталог для контейнера определенной службы.", + "loc.input.label.entrypoint": "Переопределение точки входа", + "loc.input.help.entrypoint": "Переопределение точки входа по умолчанию для контейнера указанной службы.", + "loc.input.label.containerCommand": "Команда", + "loc.input.help.containerCommand": "Команда для выполнения в контейнере определенной службы. Например, если в образе имеется простое веб-приложение Python Flask, можно указать параметр \"python app.py\" для запуска веб-приложения.", + "loc.input.label.detached": "Запустить в фоновом режиме", + "loc.input.help.detached": "Запуск контейнеров службы в фоновом режиме.", + "loc.input.label.abortOnContainerExit": "Прервать на выходе контейнера", + "loc.input.help.abortOnContainerExit": "Остановить все контейнеры при выходе любого контейнера.", + "loc.input.label.imageDigestComposeFile": "Файл Docker Compose образа", + "loc.input.help.imageDigestComposeFile": "Путь к созданному файлу Docker Compose, в который внесены все дайджесты репозитория образа Docker каждой службы.", + "loc.input.label.removeBuildOptions": "Удалить параметры сборки", + "loc.input.help.removeBuildOptions": "Удаление параметров сборки из выходного файла Docker Compose.", + "loc.input.label.baseResolveDirectory": "Базовый каталог для разрешения", + "loc.input.help.baseResolveDirectory": "Базовый каталог, из которого следует выполнять разрешение относительных путей в выходном файле Docker Compose.", + "loc.input.label.outputDockerComposeFile": "Выходной файл Docker Compose", + "loc.input.help.outputDockerComposeFile": "Путь к выходному файлу Docker Compose.", + "loc.input.label.dockerComposeCommand": "Команда", + "loc.input.help.dockerComposeCommand": "Команда Docker Compose для выполнения (с аргументами). Например, \"rm --all\" для удаления всех остановленных контейнеров службы.", + "loc.input.label.arguments": "Аргументы", + "loc.input.help.arguments": "Параметры команды Docker Compose. Пример
Для команды сборки
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Подключение к службе узла Docker", + "loc.input.help.dockerHostEndpoint": "Выберите подключение к службе узла Docker. По умолчанию используется узел агента.", + "loc.input.label.nopIfNoDockerComposeFile": "Холостая команда, если файлы Docker Compose отсутствуют", + "loc.input.help.nopIfNoDockerComposeFile": "Если файл Docker Compose не существует, пропустите эту задачу. Это полезно в случаях, когда в этой задаче предлагается дополнительное поведение на основе сведений о существовании в репозитории файла Docker Compose.", + "loc.input.label.requireAdditionalDockerComposeFiles": "Требовать дополнительные файлы Docker Compose", + "loc.input.help.requireAdditionalDockerComposeFiles": "Выдает ошибку, если дополнительные файлы Docker Compose не существуют. Данный параметр переопределяет поведение по умолчанию, при котором отсутствующий файл пропускается.", + "loc.input.label.cwd": "Рабочий каталог", + "loc.input.help.cwd": "Рабочий каталог для команды Docker Compose.", + "loc.input.label.dockerComposePath": "Путь к исполняемому файлу Docker Compose", + "loc.input.help.dockerComposePath": "Этот исполняемый файл docker-compose будет использоваться, если указан путь.", + "loc.messages.ConnectingToDockerHost": "Задана переменная DOCKER_HOST. Docker попытается подключиться к узлу Docker: %s", + "loc.messages.ContainerPatternFound": "Обнаружен шаблон в параметре filepath в Docker Compose", + "loc.messages.ContainerPatternNotFound": "Не найден шаблон в параметре filepath в Docker Compose", + "loc.messages.ContainerDockerFileNotFound": "Файл Docker, соответствующий %s, не найден.", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "Дополнительный файл Docker Compose %s не существует.", + "loc.messages.CantWriteDataToFile": "Не удается записать данные в файл %s. Ошибка: %s", + "loc.messages.DockerHostVariableWarning": "Задана переменная DOCKER_HOST. Убедитесь, что управляющая программа Docker запущена на: %s", + "loc.messages.NoDataWrittenOnFile": "Данные не были записаны в файл %s", + "loc.messages.FileContentSynced": "Содержимое файла синхронизировано с диском. Содержимое: %s.", + "loc.messages.ImageNameWithoutTag": "Имя образа указано без тега; передаются все теги указанного образа.", + "loc.messages.WritingDockerConfigToTempFile": "Запись конфигурации Docker во временный файл. Путь к файлу: %s, конфигурация Docker: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson index c99ec75eb2fd..5d3c72bc98f9 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[详细了解此任务](https://go.microsoft.com/fwlink/?linkid=848006)或[参阅 Docker Compose 文档](https://docs.docker.com/)", - "loc.description": "生成、推送或运行多容器 Docker 应用程序。任务可与 Docker 或 Azure 容器注册表一起使用。", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "高级选项", - "loc.input.label.containerregistrytype": "容器注册表类型", - "loc.input.help.containerregistrytype": "选择容器注册表类型。", - "loc.input.label.dockerRegistryEndpoint": "Docker 注册表服务连接", - "loc.input.help.dockerRegistryEndpoint": "选择 Docker 注册表服务连接。这对于需要执行注册表身份验证的命令是必需的。", - "loc.input.label.azureSubscriptionEndpoint": "Azure 订阅", - "loc.input.help.azureSubscriptionEndpoint": "选择 Azure 订阅", - "loc.input.label.azureContainerRegistry": "Azure 容器注册表", - "loc.input.help.azureContainerRegistry": "选择 Azure 容器注册表", - "loc.input.label.dockerComposeFile": "Docker Compose 文件", - "loc.input.help.dockerComposeFile": "要使用的主 Docker Compose 文件的路径。", - "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 文件", - "loc.input.help.additionalDockerComposeFiles": "要与主 Docker Compose 文件合并的其他 Docker Compose 文件。相对包含主 Docker Compose 文件的目录解析相对路径。如果找不到指定的文件,则忽略。在新的一行指定每个文件路径。", - "loc.input.label.dockerComposeFileArgs": "环境变量", - "loc.input.help.dockerComposeFileArgs": "执行命令期间要设置的环境变量。在新的一行指定每个名称=值对。", - "loc.input.label.projectName": "项目名", - "loc.input.help.projectName": "默认用于命名映像和容器的项目名称。", - "loc.input.label.qualifyImageNames": "指定映像名", - "loc.input.help.qualifyImageNames": "如果没有另外指定,将生成服务的映像名限定为 Docker 注册表服务连接的主机名。", - "loc.input.label.action": "操作", - "loc.input.help.action": "选择 Docker Compose 操作。", - "loc.input.label.additionalImageTags": "其他映像标记", - "loc.input.help.additionalImageTags": "正在生成或推送的 Docker 映像的其他标记。", - "loc.input.label.includeSourceTags": "包括源标记", - "loc.input.help.includeSourceTags": "生成或推送 Docker 映像时包括 Git 标记。", - "loc.input.label.includeLatestTag": "包括最近标记", - "loc.input.help.includeLatestTag": "生成或推送 Docker 映像时包括 \"latest\" 标记。", - "loc.input.label.buildImages": "生成映像", - "loc.input.help.buildImages": "在启动服务容器之前生成映像。", - "loc.input.label.serviceName": "服务名称", - "loc.input.help.serviceName": "要运行的特定服务的名称。", - "loc.input.label.containerName": "容器名", - "loc.input.help.containerName": "要运行的特定服务容器的名称。", - "loc.input.label.ports": "端口", - "loc.input.help.ports": "特定服务容器中要发布到主机的端口。在新的一行指定每个 host-port:container-port 绑定。", - "loc.input.label.workDir": "工作目录", - "loc.input.help.workDir": "特定服务容器的工作目录。", - "loc.input.label.entrypoint": "入口点替代", - "loc.input.help.entrypoint": "替代特定服务容器的默认入口点。", - "loc.input.label.containerCommand": "命令", - "loc.input.help.containerCommand": "要在特定服务容器中运行的命令。例如,如果映像包含一个简单的 Python Flask Web 应用程序,则可以将“python app.py”指定为启动 Web 应用程序。", - "loc.input.label.detached": "后台运行", - "loc.input.help.detached": "后台运行服务容器。", - "loc.input.label.abortOnContainerExit": "容器退出时中止", - "loc.input.help.abortOnContainerExit": "存在任何容器时停止所有容器。", - "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 文件", - "loc.input.help.imageDigestComposeFile": "使用每个服务的 Docker 映像的完全映像存储库摘要创建和填充的 Docker Compose 文件的路径。", - "loc.input.label.removeBuildOptions": "删除生成选项", - "loc.input.help.removeBuildOptions": "从输出 Docker Compose 文件中删除生成选项。", - "loc.input.label.baseResolveDirectory": "基础映像解析目录", - "loc.input.help.baseResolveDirectory": "解析输出 Docker Compose 文件的相对路径应该针对的基目录。", - "loc.input.label.outputDockerComposeFile": "输出 Docker Compose 文件", - "loc.input.help.outputDockerComposeFile": "输出 Docker Compose 文件的路径。", - "loc.input.label.dockerComposeCommand": "命令", - "loc.input.help.dockerComposeCommand": "要执行的带参数的 Docker Compose 命令。例如,可以使用 \"rm --all\" 删除所有已停止的服务容器。", - "loc.input.label.arguments": "参数", - "loc.input.help.arguments": "Docker Compose 命令选项。例如:
对于生成命令,选项有
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker 主机服务连接", - "loc.input.help.dockerHostEndpoint": "选择 Docker 主机服务连接。默认为代理的主机。", - "loc.input.label.nopIfNoDockerComposeFile": "如果没有 Docker Compose 文件,则无操作", - "loc.input.help.nopIfNoDockerComposeFile": "如果 Docker Compose 文件不存在,则跳过此任务。当任务根据存储库中是否存在 Docker Compose 文件来提供可选行为时,这会非常有用。", - "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 文件", - "loc.input.help.requireAdditionalDockerComposeFiles": "不存在其他 Docker Compose 文件时发生错误。这会替代如果文件不存在则忽略该文件的默认行为。", - "loc.input.label.cwd": "工作目录", - "loc.input.help.cwd": "Docker Compose 命令的工作目录。", - "loc.input.label.dockerComposePath": "Docker Compose 可执行文件路径", - "loc.input.help.dockerComposePath": "如果提供了路径,则将使用此 docker-compose 可执行文件", - "loc.messages.ConnectingToDockerHost": "已设置 DOCKER_HOST 变量。Docker 将尝试连接到 Docker 主机: %s", - "loc.messages.ContainerPatternFound": "Docker Compose 文件路径参数中找到的模式", - "loc.messages.ContainerPatternNotFound": "Docker Compose 文件路径参数中未找到任何模式", - "loc.messages.ContainerDockerFileNotFound": "找不到匹配 %s 的任何 Docker 文件。", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "不存在其他 Docker Compose 文件 %s。", - "loc.messages.CantWriteDataToFile": "无法将数据写入文件 %s。错误: %s", - "loc.messages.DockerHostVariableWarning": "已设置 DOCKER_HOST 变量。请确保 Docker 守护程序正在 %s 上运行", - "loc.messages.NoDataWrittenOnFile": "没有任何数据写入到文件 %s", - "loc.messages.FileContentSynced": "文件内容已同步到磁盘。内容为 %s。", - "loc.messages.ImageNameWithoutTag": "未使用标记指定映像名,推送指定映像的所有标记。", - "loc.messages.WritingDockerConfigToTempFile": "正在将 Docker 配置写入临时文件。文件路径: %s,Docker 配置: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[详细了解此任务](https://go.microsoft.com/fwlink/?linkid=848006)或[参阅 Docker Compose 文档](https://docs.docker.com/)", + "loc.description": "生成、推送或运行多容器 Docker 应用程序。任务可与 Docker 或 Azure 容器注册表一起使用。", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "高级选项", + "loc.input.label.containerregistrytype": "容器注册表类型", + "loc.input.help.containerregistrytype": "选择容器注册表类型。", + "loc.input.label.dockerRegistryEndpoint": "Docker 注册表服务连接", + "loc.input.help.dockerRegistryEndpoint": "选择 Docker 注册表服务连接。这对于需要执行注册表身份验证的命令是必需的。", + "loc.input.label.azureSubscriptionEndpoint": "Azure 订阅", + "loc.input.help.azureSubscriptionEndpoint": "选择 Azure 订阅", + "loc.input.label.azureContainerRegistry": "Azure 容器注册表", + "loc.input.help.azureContainerRegistry": "选择 Azure 容器注册表", + "loc.input.label.dockerComposeFile": "Docker Compose 文件", + "loc.input.help.dockerComposeFile": "要使用的主 Docker Compose 文件的路径。", + "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 文件", + "loc.input.help.additionalDockerComposeFiles": "要与主 Docker Compose 文件合并的其他 Docker Compose 文件。相对包含主 Docker Compose 文件的目录解析相对路径。如果找不到指定的文件,则忽略。在新的一行指定每个文件路径。", + "loc.input.label.dockerComposeFileArgs": "环境变量", + "loc.input.help.dockerComposeFileArgs": "执行命令期间要设置的环境变量。在新的一行指定每个名称=值对。", + "loc.input.label.projectName": "项目名", + "loc.input.help.projectName": "默认用于命名映像和容器的项目名称。", + "loc.input.label.qualifyImageNames": "指定映像名", + "loc.input.help.qualifyImageNames": "如果没有另外指定,将生成服务的映像名限定为 Docker 注册表服务连接的主机名。", + "loc.input.label.action": "操作", + "loc.input.help.action": "选择 Docker Compose 操作。", + "loc.input.label.additionalImageTags": "其他映像标记", + "loc.input.help.additionalImageTags": "正在生成或推送的 Docker 映像的其他标记。", + "loc.input.label.includeSourceTags": "包括源标记", + "loc.input.help.includeSourceTags": "生成或推送 Docker 映像时包括 Git 标记。", + "loc.input.label.includeLatestTag": "包括最近标记", + "loc.input.help.includeLatestTag": "生成或推送 Docker 映像时包括 \"latest\" 标记。", + "loc.input.label.buildImages": "生成映像", + "loc.input.help.buildImages": "在启动服务容器之前生成映像。", + "loc.input.label.serviceName": "服务名称", + "loc.input.help.serviceName": "要运行的特定服务的名称。", + "loc.input.label.containerName": "容器名", + "loc.input.help.containerName": "要运行的特定服务容器的名称。", + "loc.input.label.ports": "端口", + "loc.input.help.ports": "特定服务容器中要发布到主机的端口。在新的一行指定每个 host-port:container-port 绑定。", + "loc.input.label.workDir": "工作目录", + "loc.input.help.workDir": "特定服务容器的工作目录。", + "loc.input.label.entrypoint": "入口点替代", + "loc.input.help.entrypoint": "替代特定服务容器的默认入口点。", + "loc.input.label.containerCommand": "命令", + "loc.input.help.containerCommand": "要在特定服务容器中运行的命令。例如,如果映像包含一个简单的 Python Flask Web 应用程序,则可以将“python app.py”指定为启动 Web 应用程序。", + "loc.input.label.detached": "后台运行", + "loc.input.help.detached": "后台运行服务容器。", + "loc.input.label.abortOnContainerExit": "容器退出时中止", + "loc.input.help.abortOnContainerExit": "存在任何容器时停止所有容器。", + "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 文件", + "loc.input.help.imageDigestComposeFile": "使用每个服务的 Docker 映像的完全映像存储库摘要创建和填充的 Docker Compose 文件的路径。", + "loc.input.label.removeBuildOptions": "删除生成选项", + "loc.input.help.removeBuildOptions": "从输出 Docker Compose 文件中删除生成选项。", + "loc.input.label.baseResolveDirectory": "基础映像解析目录", + "loc.input.help.baseResolveDirectory": "解析输出 Docker Compose 文件的相对路径应该针对的基目录。", + "loc.input.label.outputDockerComposeFile": "输出 Docker Compose 文件", + "loc.input.help.outputDockerComposeFile": "输出 Docker Compose 文件的路径。", + "loc.input.label.dockerComposeCommand": "命令", + "loc.input.help.dockerComposeCommand": "要执行的带参数的 Docker Compose 命令。例如,可以使用 \"rm --all\" 删除所有已停止的服务容器。", + "loc.input.label.arguments": "参数", + "loc.input.help.arguments": "Docker Compose 命令选项。例如:
对于生成命令,选项有
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker 主机服务连接", + "loc.input.help.dockerHostEndpoint": "选择 Docker 主机服务连接。默认为代理的主机。", + "loc.input.label.nopIfNoDockerComposeFile": "如果没有 Docker Compose 文件,则无操作", + "loc.input.help.nopIfNoDockerComposeFile": "如果 Docker Compose 文件不存在,则跳过此任务。当任务根据存储库中是否存在 Docker Compose 文件来提供可选行为时,这会非常有用。", + "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 文件", + "loc.input.help.requireAdditionalDockerComposeFiles": "不存在其他 Docker Compose 文件时发生错误。这会替代如果文件不存在则忽略该文件的默认行为。", + "loc.input.label.cwd": "工作目录", + "loc.input.help.cwd": "Docker Compose 命令的工作目录。", + "loc.input.label.dockerComposePath": "Docker Compose 可执行文件路径", + "loc.input.help.dockerComposePath": "如果提供了路径,则将使用此 docker-compose 可执行文件", + "loc.messages.ConnectingToDockerHost": "已设置 DOCKER_HOST 变量。Docker 将尝试连接到 Docker 主机: %s", + "loc.messages.ContainerPatternFound": "Docker Compose 文件路径参数中找到的模式", + "loc.messages.ContainerPatternNotFound": "Docker Compose 文件路径参数中未找到任何模式", + "loc.messages.ContainerDockerFileNotFound": "找不到匹配 %s 的任何 Docker 文件。", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "不存在其他 Docker Compose 文件 %s。", + "loc.messages.CantWriteDataToFile": "无法将数据写入文件 %s。错误: %s", + "loc.messages.DockerHostVariableWarning": "已设置 DOCKER_HOST 变量。请确保 Docker 守护程序正在 %s 上运行", + "loc.messages.NoDataWrittenOnFile": "没有任何数据写入到文件 %s", + "loc.messages.FileContentSynced": "文件内容已同步到磁盘。内容为 %s。", + "loc.messages.ImageNameWithoutTag": "未使用标记指定映像名,推送指定映像的所有标记。", + "loc.messages.WritingDockerConfigToTempFile": "正在将 Docker 配置写入临时文件。文件路径: %s,Docker 配置: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson index 6c42b4ea9d33..639f913ce069 100644 --- a/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/DockerComposeV0/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,84 +1,86 @@ -{ - "loc.friendlyName": "Docker Compose", - "loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=848006)或[參閱 Docker Compose 文件](https://docs.docker.com/)", - "loc.description": "組建、推送或執行多容器 Docker 應用程式。工作可用於 Docker 或 Azure Container 登錄。", - "loc.instanceNameFormat": "$(action)", - "loc.group.displayName.advanced": "進階選項", - "loc.input.label.containerregistrytype": "容器登錄類型", - "loc.input.help.containerregistrytype": "請選取容器登錄類型。", - "loc.input.label.dockerRegistryEndpoint": "Docker 登錄服務連線", - "loc.input.help.dockerRegistryEndpoint": "選取 Docker 登錄服務連線。必須為需要向登錄驗證的命令選取。", - "loc.input.label.azureSubscriptionEndpoint": "Azure 訂用帳戶", - "loc.input.help.azureSubscriptionEndpoint": "選取 Azure 訂閱", - "loc.input.label.azureContainerRegistry": "Azure Container Registry", - "loc.input.help.azureContainerRegistry": "選取 Azure Container Registry", - "loc.input.label.dockerComposeFile": "Docker Compose 檔案", - "loc.input.help.dockerComposeFile": "要使用之主要 Docker Compose 檔案的路徑。", - "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 檔案", - "loc.input.help.additionalDockerComposeFiles": "其他要與主要 Docker Compose 檔案合併的 Docker Compose 檔案。相對路徑會解析成相對於包含主要 Docker Compose 檔案的目錄。若指定的檔案找不到,將會予以忽略。請在新行上指定每一個檔案路徑。", - "loc.input.label.dockerComposeFileArgs": "環境變數", - "loc.input.help.dockerComposeFileArgs": "要在執行命令時設定的環境變數。請在新行上指定每一個 name=value 組。", - "loc.input.label.projectName": "專案名稱", - "loc.input.help.projectName": "用於命名映像及容器之預設名稱的專案名稱。", - "loc.input.label.qualifyImageNames": "限定映像名稱", - "loc.input.help.qualifyImageNames": "若未另外指定,便以 Docker 登錄服務連線的主機名稱來為建置的服務限定映像名稱。", - "loc.input.label.action": "動作", - "loc.input.help.action": "請選取 Docker Compose 動作。", - "loc.input.label.additionalImageTags": "其他映像標記", - "loc.input.help.additionalImageTags": "要建置或推送之 Docker 映像的其他標記。", - "loc.input.label.includeSourceTags": "包含來源標記", - "loc.input.help.includeSourceTags": "於建置或推送 Docker 映像時加入 Git 標記。", - "loc.input.label.includeLatestTag": "包含最新標記", - "loc.input.help.includeLatestTag": "於建置或推送 Docker 映像時加入最新標記。", - "loc.input.label.buildImages": "組建映像", - "loc.input.help.buildImages": "啟動服務容器之前先建置映像。", - "loc.input.label.serviceName": "服務名稱", - "loc.input.help.serviceName": "要執行之特定服務的名稱。", - "loc.input.label.containerName": "容器名稱", - "loc.input.help.containerName": "要執行之特定服務容器的名稱。", - "loc.input.label.ports": "連接埠", - "loc.input.help.ports": "要推送到主機之特定服務容器中的連接埠。每一個 host-port:container-port 繫結都必須在新行上指定。", - "loc.input.label.workDir": "工作目錄", - "loc.input.help.workDir": "特定服務容器的工作目錄。", - "loc.input.label.entrypoint": "進入點覆寫", - "loc.input.help.entrypoint": "覆寫特定服務容器的預設進入點。", - "loc.input.label.containerCommand": "命令", - "loc.input.help.containerCommand": "要在特定服務容器中執行的命令。例如,若映像只包含 Python Flask Web 應用程式,您可以指定 'python app.py' 來啟動該 Web 應用程式。", - "loc.input.label.detached": "在背景執行", - "loc.input.help.detached": "在背景執行服務容器。", - "loc.input.label.abortOnContainerExit": "容器結束時中止", - "loc.input.help.abortOnContainerExit": "一有任何容器結束,即停止所有容器。", - "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 檔案", - "loc.input.help.imageDigestComposeFile": "所建立之 Docker Compose 檔案的路徑; 該檔案填入了每項服務之 Docker 映像的完整映像保存庫摘要。", - "loc.input.label.removeBuildOptions": "移除建置選項", - "loc.input.help.removeBuildOptions": "從輸出 Docker Compose 檔案移除建置選項。", - "loc.input.label.baseResolveDirectory": "基礎解析目錄", - "loc.input.help.baseResolveDirectory": "輸出 Docker Compose 檔案中要解析之相對路徑的基礎目錄。", - "loc.input.label.outputDockerComposeFile": "輸出 Docker Compose 檔案", - "loc.input.help.outputDockerComposeFile": "輸出 Docker Compose 檔案的路徑。", - "loc.input.label.dockerComposeCommand": "命令", - "loc.input.help.dockerComposeCommand": "要加上引數一起執行的 Docker Compose 命令。例如 'rm --all' 表示要移除所有已經停止的服務容器。", - "loc.input.label.arguments": "引數", - "loc.input.help.arguments": "Docker Compose 命令選項。例如:
建置命令為
--pull --compress --parallel", - "loc.input.label.dockerHostEndpoint": "Docker 主機服務連線", - "loc.input.help.dockerHostEndpoint": "選取 Docker 主機服務連線。預設為代理程式的主機。", - "loc.input.label.nopIfNoDockerComposeFile": "若無 Docker Compose 檔案,即不執行任何作業", - "loc.input.help.nopIfNoDockerComposeFile": "若沒有 Docker Compose 檔案,請跳過此步驟。當工作依據保存庫中有無 Docker Compose 檔案來提供選擇性行為時,即可加以使用。", - "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 檔案", - "loc.input.help.requireAdditionalDockerComposeFiles": "若無其他 Docker Compose 檔案,即產生錯誤。這會覆寫預設行為 (亦即當檔案不存在時予以忽略)。", - "loc.input.label.cwd": "工作目錄", - "loc.input.help.cwd": "Docker Compose 命令的工作目錄。", - "loc.input.label.dockerComposePath": "Docker Compose 可執行檔路徑", - "loc.input.help.dockerComposePath": "如果提供路徑,將會使用這個 docker-compose 可執行檔", - "loc.messages.ConnectingToDockerHost": "已設定 DOCKER_HOST 變數。Docker 會嘗試連線到 Docker 主機: %s", - "loc.messages.ContainerPatternFound": "在 docker compose filepath 參數中找到的模式", - "loc.messages.ContainerPatternNotFound": "在 docker compose filepath 參數中找不到任何模式", - "loc.messages.ContainerDockerFileNotFound": "找不到任何的 Docker 檔案符合 %s。", - "loc.messages.AdditionalDockerComposeFileDoesNotExists": "其他 Docker Compose 檔案 %s 不存在。", - "loc.messages.CantWriteDataToFile": "無法將資料寫入檔案 %s。錯誤: %s", - "loc.messages.DockerHostVariableWarning": "已設定 DOCKER_HOST 變數。請確定 Docker 精靈正在下列位置執行: %s", - "loc.messages.NoDataWrittenOnFile": "沒有任何資料寫入檔案 %s", - "loc.messages.FileContentSynced": "檔案內容已同步到磁碟。內容為 %s。", - "loc.messages.ImageNameWithoutTag": "未使用標籤指定映像名稱,因此會推送指定映像的所有標籤。", - "loc.messages.WritingDockerConfigToTempFile": "正在將 Docker 設定寫入暫存檔案。檔案路徑: %s,Docker 設定: %s" +{ + "loc.friendlyName": "Docker Compose", + "loc.helpMarkDown": "[深入了解此工作](https://go.microsoft.com/fwlink/?linkid=848006)或[參閱 Docker Compose 文件](https://docs.docker.com/)", + "loc.description": "組建、推送或執行多容器 Docker 應用程式。工作可用於 Docker 或 Azure Container 登錄。", + "loc.instanceNameFormat": "$(action)", + "loc.group.displayName.advanced": "進階選項", + "loc.input.label.containerregistrytype": "容器登錄類型", + "loc.input.help.containerregistrytype": "請選取容器登錄類型。", + "loc.input.label.dockerRegistryEndpoint": "Docker 登錄服務連線", + "loc.input.help.dockerRegistryEndpoint": "選取 Docker 登錄服務連線。必須為需要向登錄驗證的命令選取。", + "loc.input.label.azureSubscriptionEndpoint": "Azure 訂用帳戶", + "loc.input.help.azureSubscriptionEndpoint": "選取 Azure 訂閱", + "loc.input.label.azureContainerRegistry": "Azure Container Registry", + "loc.input.help.azureContainerRegistry": "選取 Azure Container Registry", + "loc.input.label.dockerComposeFile": "Docker Compose 檔案", + "loc.input.help.dockerComposeFile": "要使用之主要 Docker Compose 檔案的路徑。", + "loc.input.label.additionalDockerComposeFiles": "其他 Docker Compose 檔案", + "loc.input.help.additionalDockerComposeFiles": "其他要與主要 Docker Compose 檔案合併的 Docker Compose 檔案。相對路徑會解析成相對於包含主要 Docker Compose 檔案的目錄。若指定的檔案找不到,將會予以忽略。請在新行上指定每一個檔案路徑。", + "loc.input.label.dockerComposeFileArgs": "環境變數", + "loc.input.help.dockerComposeFileArgs": "要在執行命令時設定的環境變數。請在新行上指定每一個 name=value 組。", + "loc.input.label.projectName": "專案名稱", + "loc.input.help.projectName": "用於命名映像及容器之預設名稱的專案名稱。", + "loc.input.label.qualifyImageNames": "限定映像名稱", + "loc.input.help.qualifyImageNames": "若未另外指定,便以 Docker 登錄服務連線的主機名稱來為建置的服務限定映像名稱。", + "loc.input.label.action": "動作", + "loc.input.help.action": "請選取 Docker Compose 動作。", + "loc.input.label.additionalImageTags": "其他映像標記", + "loc.input.help.additionalImageTags": "要建置或推送之 Docker 映像的其他標記。", + "loc.input.label.includeSourceTags": "包含來源標記", + "loc.input.help.includeSourceTags": "於建置或推送 Docker 映像時加入 Git 標記。", + "loc.input.label.includeLatestTag": "包含最新標記", + "loc.input.help.includeLatestTag": "於建置或推送 Docker 映像時加入最新標記。", + "loc.input.label.buildImages": "組建映像", + "loc.input.help.buildImages": "啟動服務容器之前先建置映像。", + "loc.input.label.serviceName": "服務名稱", + "loc.input.help.serviceName": "要執行之特定服務的名稱。", + "loc.input.label.containerName": "容器名稱", + "loc.input.help.containerName": "要執行之特定服務容器的名稱。", + "loc.input.label.ports": "連接埠", + "loc.input.help.ports": "要推送到主機之特定服務容器中的連接埠。每一個 host-port:container-port 繫結都必須在新行上指定。", + "loc.input.label.workDir": "工作目錄", + "loc.input.help.workDir": "特定服務容器的工作目錄。", + "loc.input.label.entrypoint": "進入點覆寫", + "loc.input.help.entrypoint": "覆寫特定服務容器的預設進入點。", + "loc.input.label.containerCommand": "命令", + "loc.input.help.containerCommand": "要在特定服務容器中執行的命令。例如,若映像只包含 Python Flask Web 應用程式,您可以指定 'python app.py' 來啟動該 Web 應用程式。", + "loc.input.label.detached": "在背景執行", + "loc.input.help.detached": "在背景執行服務容器。", + "loc.input.label.abortOnContainerExit": "容器結束時中止", + "loc.input.help.abortOnContainerExit": "一有任何容器結束,即停止所有容器。", + "loc.input.label.imageDigestComposeFile": "映像摘要 Compose 檔案", + "loc.input.help.imageDigestComposeFile": "所建立之 Docker Compose 檔案的路徑; 該檔案填入了每項服務之 Docker 映像的完整映像保存庫摘要。", + "loc.input.label.removeBuildOptions": "移除建置選項", + "loc.input.help.removeBuildOptions": "從輸出 Docker Compose 檔案移除建置選項。", + "loc.input.label.baseResolveDirectory": "基礎解析目錄", + "loc.input.help.baseResolveDirectory": "輸出 Docker Compose 檔案中要解析之相對路徑的基礎目錄。", + "loc.input.label.outputDockerComposeFile": "輸出 Docker Compose 檔案", + "loc.input.help.outputDockerComposeFile": "輸出 Docker Compose 檔案的路徑。", + "loc.input.label.dockerComposeCommand": "命令", + "loc.input.help.dockerComposeCommand": "要加上引數一起執行的 Docker Compose 命令。例如 'rm --all' 表示要移除所有已經停止的服務容器。", + "loc.input.label.arguments": "引數", + "loc.input.help.arguments": "Docker Compose 命令選項。例如:
建置命令為
--pull --compress --parallel", + "loc.input.label.dockerHostEndpoint": "Docker 主機服務連線", + "loc.input.help.dockerHostEndpoint": "選取 Docker 主機服務連線。預設為代理程式的主機。", + "loc.input.label.nopIfNoDockerComposeFile": "若無 Docker Compose 檔案,即不執行任何作業", + "loc.input.help.nopIfNoDockerComposeFile": "若沒有 Docker Compose 檔案,請跳過此步驟。當工作依據保存庫中有無 Docker Compose 檔案來提供選擇性行為時,即可加以使用。", + "loc.input.label.requireAdditionalDockerComposeFiles": "需要其他 Docker Compose 檔案", + "loc.input.help.requireAdditionalDockerComposeFiles": "若無其他 Docker Compose 檔案,即產生錯誤。這會覆寫預設行為 (亦即當檔案不存在時予以忽略)。", + "loc.input.label.cwd": "工作目錄", + "loc.input.help.cwd": "Docker Compose 命令的工作目錄。", + "loc.input.label.dockerComposePath": "Docker Compose 可執行檔路徑", + "loc.input.help.dockerComposePath": "如果提供路徑,將會使用這個 docker-compose 可執行檔", + "loc.messages.ConnectingToDockerHost": "已設定 DOCKER_HOST 變數。Docker 會嘗試連線到 Docker 主機: %s", + "loc.messages.ContainerPatternFound": "在 docker compose filepath 參數中找到的模式", + "loc.messages.ContainerPatternNotFound": "在 docker compose filepath 參數中找不到任何模式", + "loc.messages.ContainerDockerFileNotFound": "找不到任何的 Docker 檔案符合 %s。", + "loc.messages.AdditionalDockerComposeFileDoesNotExists": "其他 Docker Compose 檔案 %s 不存在。", + "loc.messages.CantWriteDataToFile": "無法將資料寫入檔案 %s。錯誤: %s", + "loc.messages.DockerHostVariableWarning": "已設定 DOCKER_HOST 變數。請確定 Docker 精靈正在下列位置執行: %s", + "loc.messages.NoDataWrittenOnFile": "沒有任何資料寫入檔案 %s", + "loc.messages.FileContentSynced": "檔案內容已同步到磁碟。內容為 %s。", + "loc.messages.ImageNameWithoutTag": "未使用標籤指定映像名稱,因此會推送指定映像的所有標籤。", + "loc.messages.WritingDockerConfigToTempFile": "正在將 Docker 設定寫入暫存檔案。檔案路徑: %s,Docker 設定: %s", + "loc.messages.InvalidProjectName": "The project name \"%s\" must be a valid docker compose project name. Follow the link for more details: https://docs.docker.com/compose/project-name/#set-a-project-name", + "loc.messages.MigrateToDockerComposeV2": "The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/de-DE/resources.resjson index f29944c8bd0f..edce4c5cef24 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/de-DE/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "Pipelineartefakt veröffentlichen", - "loc.helpMarkDown": "Veröffentlichen Sie ein lokales Verzeichnis oder eine Datei als ein benanntes Artefakt für die aktuelle Pipeline.", - "loc.description": "Hiermit wird ein lokales Verzeichnis oder eine Datei als benanntes Artefakt für die aktuelle Pipeline veröffentlicht.", - "loc.instanceNameFormat": "Pipelineartefakt veröffentlichen", - "loc.input.label.artifactName": "Der Name dieses Artefakts.", - "loc.input.help.artifactName": "Der Name dieses Artefakts.", - "loc.input.label.targetPath": "Pfad für Veröffentlichung", - "loc.input.help.targetPath": "Der Ordner- oder Dateipfad für die Veröffentlichung. Es kann sich um einen vollqualifizierten Pfad oder um einen Pfad relativ zum Stamm des Repositorys handeln. Platzhalter werden nicht unterstützt, [Variablen](https://go.microsoft.com/fwlink/?LinkID=550988) werden unterstützt.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Pipelineartefakt veröffentlichen", + "loc.helpMarkDown": "Veröffentlichen Sie ein lokales Verzeichnis oder eine Datei als ein benanntes Artefakt für die aktuelle Pipeline.", + "loc.description": "Hiermit wird ein lokales Verzeichnis oder eine Datei als benanntes Artefakt für die aktuelle Pipeline veröffentlicht.", + "loc.instanceNameFormat": "Pipelineartefakt veröffentlichen", + "loc.input.label.artifactName": "Der Name dieses Artefakts.", + "loc.input.help.artifactName": "Der Name dieses Artefakts.", + "loc.input.label.targetPath": "Pfad für Veröffentlichung", + "loc.input.help.targetPath": "Der Ordner- oder Dateipfad für die Veröffentlichung. Es kann sich um einen vollqualifizierten Pfad oder um einen Pfad relativ zum Stamm des Repositorys handeln. Platzhalter werden nicht unterstützt, [Variablen](https://go.microsoft.com/fwlink/?LinkID=550988) werden unterstützt.", + "loc.input.label.properties": "Benutzerdefinierte Eigenschaften", + "loc.input.help.properties": "Geben Sie benutzerdefinierte Eigenschaften ein, die dem Artefakt zugeordnet werden sollen. Gültige JSON-Zeichenfolge mit allen Schlüsseln mit dem Präfix \"user-\" erwartet" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/es-ES/resources.resjson index 5f32a367f134..c8a4e65f9238 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/es-ES/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "Publicar artefacto de canalización", - "loc.helpMarkDown": "Publique un archivo o directorio local como artefacto con nombre para la canalización actual.", - "loc.description": "Publique un archivo o directorio local como artefacto con nombre para la canalización actual.", - "loc.instanceNameFormat": "Publicar artefacto de canalización", - "loc.input.label.artifactName": "Nombre del artefacto", - "loc.input.help.artifactName": "Nombre de este artefacto.", - "loc.input.label.targetPath": "Ruta de acceso para publicar", - "loc.input.help.targetPath": "La ruta de acceso del archivo o la carpeta para publicar. Puede ser una ruta de acceso completa o relativa a la raíz del repositorio. No se admiten caracteres comodín. Se admiten [variables](https://go.microsoft.com/fwlink/?LinkID=550988).", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publicar artefacto de canalización", + "loc.helpMarkDown": "Publique un archivo o directorio local como artefacto con nombre para la canalización actual.", + "loc.description": "Publique un archivo o directorio local como artefacto con nombre para la canalización actual.", + "loc.instanceNameFormat": "Publicar artefacto de canalización", + "loc.input.label.artifactName": "Nombre del artefacto", + "loc.input.help.artifactName": "Nombre de este artefacto.", + "loc.input.label.targetPath": "Ruta de acceso para publicar", + "loc.input.help.targetPath": "La ruta de acceso del archivo o la carpeta para publicar. Puede ser una ruta de acceso completa o relativa a la raíz del repositorio. No se admiten caracteres comodín. Se admiten [variables](https://go.microsoft.com/fwlink/?LinkID=550988).", + "loc.input.label.properties": "Propiedades personalizadas", + "loc.input.help.properties": "Escriba las propiedades personalizadas para asociar con el artefacto. Se esperaba una cadena JSON válida con todas las claves con el prefijo \"user-\"." } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson index 0864cf36ac8a..e8e84a304463 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "Publier un artefact de pipeline", - "loc.helpMarkDown": "Publiez un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel.", - "loc.description": "Publier un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel", - "loc.instanceNameFormat": "Publier l'artefact de pipeline", - "loc.input.label.artifactName": "Nom de cet artefact", - "loc.input.help.artifactName": "Nom de cet artefact.", - "loc.input.label.targetPath": "Chemin de publication", - "loc.input.help.targetPath": "Chemin de dossier ou de fichier à publier. Il peut s'agir d'un chemin complet ou d'un chemin relatif à la racine du dépôt. Les caractères génériques ne sont pas pris en charge. Les [variables](https://go.microsoft.com/fwlink/?LinkID=550988) sont prises en charge.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publier un artefact de pipeline", + "loc.helpMarkDown": "Publiez un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel.", + "loc.description": "Publier un répertoire ou un fichier local en tant qu'artefact nommé pour le pipeline actuel", + "loc.instanceNameFormat": "Publier l'artefact de pipeline", + "loc.input.label.artifactName": "Nom de cet artefact", + "loc.input.help.artifactName": "Nom de cet artefact.", + "loc.input.label.targetPath": "Chemin de publication", + "loc.input.help.targetPath": "Chemin de dossier ou de fichier à publier. Il peut s'agir d'un chemin complet ou d'un chemin relatif à la racine du dépôt. Les caractères génériques ne sont pas pris en charge. Les [variables](https://go.microsoft.com/fwlink/?LinkID=550988) sont prises en charge.", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "Entrez les propriétés personnalisées à associer à l’artefact. Chaîne JSON valide attendue avec toutes les clés ayant le préfixe 'user-'" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/it-IT/resources.resjson index 2f5614fdeae1..1195767bce90 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/it-IT/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "Pubblica artefatto della pipeline", - "loc.helpMarkDown": "Consente di pubblicare una directory locale o un file come artefatto denominato per la pipeline corrente.", - "loc.description": "Consente di pubblicare una directory locale o un file come artefatto denominato per la pipeline corrente", - "loc.instanceNameFormat": "Pubblica artefatto della pipeline", - "loc.input.label.artifactName": "Nome di questo artefatto", - "loc.input.help.artifactName": "Nome di questo artefatto.", - "loc.input.label.targetPath": "Percorso per la pubblicazione", - "loc.input.help.targetPath": "Percorso del file o della cartella da pubblicare. Può essere un percorso completo o relativo alla radice del repository. I caratteri jolly non sono supportati. Le [variabili](https://go.microsoft.com/fwlink/?LinkID=550988) sono supportate.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Pubblica artefatto della pipeline", + "loc.helpMarkDown": "Consente di pubblicare una directory locale o un file come artefatto denominato per la pipeline corrente.", + "loc.description": "Consente di pubblicare una directory locale o un file come artefatto denominato per la pipeline corrente", + "loc.instanceNameFormat": "Pubblica artefatto della pipeline", + "loc.input.label.artifactName": "Nome di questo artefatto", + "loc.input.help.artifactName": "Nome di questo artefatto.", + "loc.input.label.targetPath": "Percorso per la pubblicazione", + "loc.input.help.targetPath": "Percorso del file o della cartella da pubblicare. Può essere un percorso completo o relativo alla radice del repository. I caratteri jolly non sono supportati. Le [variabili](https://go.microsoft.com/fwlink/?LinkID=550988) sono supportate.", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "Immettere le proprietà personalizzate da associare all'artefatto. È prevista una stringa JSON valida con tutte le chiavi con prefisso 'user-'" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ja-JP/resources.resjson index b4fc2ba7523b..590bef2177b6 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "パイプライン成果物の公開", - "loc.helpMarkDown": "ローカル ディレクトリまたはファイルを、現在のパイプラインの名前付き成果物として公開します。", - "loc.description": "ローカル ディレクトリまたはファイルを、現在のパイプラインの名前付き成果物として公開します", - "loc.instanceNameFormat": "パイプライン成果物を公開します", - "loc.input.label.artifactName": "この成果物の名前", - "loc.input.help.artifactName": "この成果物の名前。", - "loc.input.label.targetPath": "公開するためのパス", - "loc.input.help.targetPath": "公開するフォルダーまたはファイルのパスです。これは、完全修飾パスまたはリポジトリのルートからの相対パスです。ワイルドカードはサポートされていません。[変数](https://go.microsoft.com/fwlink/?LinkID=550988) はサポートされています。", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "パイプライン成果物の公開", + "loc.helpMarkDown": "ローカル ディレクトリまたはファイルを、現在のパイプラインの名前付き成果物として公開します。", + "loc.description": "ローカル ディレクトリまたはファイルを、現在のパイプラインの名前付き成果物として公開します", + "loc.instanceNameFormat": "パイプライン成果物を公開します", + "loc.input.label.artifactName": "この成果物の名前", + "loc.input.help.artifactName": "この成果物の名前。", + "loc.input.label.targetPath": "公開するためのパス", + "loc.input.help.targetPath": "公開するフォルダーまたはファイルのパスです。これは、完全修飾パスまたはリポジトリのルートからの相対パスです。ワイルドカードはサポートされていません。[変数](https://go.microsoft.com/fwlink/?LinkID=550988) はサポートされています。", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "成果物に関連付けるカスタム プロパティを入力します。プレフィックス 'user-' を持つすべてのキーに有効な JSON 文字列が必要です" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ko-KR/resources.resjson index 213d74fee983..a80d156114ec 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "파이프라인 아티팩트 게시", - "loc.helpMarkDown": "로컬 디렉터리 또는 파일을 현재 파이프라인에 대한 명명된 아티팩트로 게시합니다.", - "loc.description": "로컬 디렉터리 또는 파일을 현재 파이프라인의 명명된 아티팩트로 게시합니다.", - "loc.instanceNameFormat": "파이프라인 아티팩트 게시", - "loc.input.label.artifactName": "이 아티팩트의 이름", - "loc.input.help.artifactName": "이 아티팩트의 이름입니다.", - "loc.input.label.targetPath": "게시할 경로", - "loc.input.help.targetPath": "게시할 폴더 또는 파일 경로입니다. 정규화된 경로 또는 리포지토리 루트의 상대 경로일 수 있습니다. 와일드카드는 지원되지 않습니다. [변수](https://go.microsoft.com/fwlink/?LinkID=550988)가 지원됩니다.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "파이프라인 아티팩트 게시", + "loc.helpMarkDown": "로컬 디렉터리 또는 파일을 현재 파이프라인에 대한 명명된 아티팩트로 게시합니다.", + "loc.description": "로컬 디렉터리 또는 파일을 현재 파이프라인의 명명된 아티팩트로 게시합니다.", + "loc.instanceNameFormat": "파이프라인 아티팩트 게시", + "loc.input.label.artifactName": "이 아티팩트의 이름", + "loc.input.help.artifactName": "이 아티팩트의 이름입니다.", + "loc.input.label.targetPath": "게시할 경로", + "loc.input.help.targetPath": "게시할 폴더 또는 파일 경로입니다. 정규화된 경로 또는 리포지토리 루트의 상대 경로일 수 있습니다. 와일드카드는 지원되지 않습니다. [변수](https://go.microsoft.com/fwlink/?LinkID=550988)가 지원됩니다.", + "loc.input.label.properties": "사용자 지정 속성", + "loc.input.help.properties": "아티팩트와 연결할 사용자 정의 특성을 입력하세요. 접두사가 'user-'인 모든 키에 유효한 JSON 문자열이 필요합니다." } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ru-RU/resources.resjson index de331f35b37b..f869d492f966 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "Публикация артефакта конвейера", - "loc.helpMarkDown": "Опубликуйте локальный каталог или файл в качестве именованного артефакта для текущего конвейера.", - "loc.description": "Опубликуйте локальный каталог или файл в качестве именованного артефакта для текущего конвейера", - "loc.instanceNameFormat": "Публикация артефакта конвейера", - "loc.input.label.artifactName": "Имя этого артефакта", - "loc.input.help.artifactName": "Имя этого артефакта.", - "loc.input.label.targetPath": "Путь для публикации", - "loc.input.help.targetPath": "Папка или путь к файлу для публикации. Путь может быть полным или заданным относительно корня репозитория. Подстановочные знаки не поддерживаются. [Переменные](https://go.microsoft.com/fwlink/?LinkID=550988) поддерживаются.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Публикация артефакта конвейера", + "loc.helpMarkDown": "Опубликуйте локальный каталог или файл в качестве именованного артефакта для текущего конвейера.", + "loc.description": "Опубликуйте локальный каталог или файл в качестве именованного артефакта для текущего конвейера", + "loc.instanceNameFormat": "Публикация артефакта конвейера", + "loc.input.label.artifactName": "Имя этого артефакта", + "loc.input.help.artifactName": "Имя этого артефакта.", + "loc.input.label.targetPath": "Путь для публикации", + "loc.input.help.targetPath": "Папка или путь к файлу для публикации. Путь может быть полным или заданным относительно корня репозитория. Подстановочные знаки не поддерживаются. [Переменные](https://go.microsoft.com/fwlink/?LinkID=550988) поддерживаются.", + "loc.input.label.properties": "Настраиваемые свойства", + "loc.input.help.properties": "Введите настраиваемые свойства для связи с артефактом. Требуется допустимая строка JSON со всеми ключами и префиксом \"user-\"" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-CN/resources.resjson index 0126444829b9..cc35ab0d9b6b 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "发布管道工件", - "loc.helpMarkDown": "将本地目录或文件作为当前管道的命名项目进行发布。", - "loc.description": "将本地目录或文件作为当前管道的已命名项目进行发布", - "loc.instanceNameFormat": "发布管道工件", - "loc.input.label.artifactName": "此项目的名称", - "loc.input.help.artifactName": "此项目的名称。", - "loc.input.label.targetPath": "要发布的路径", - "loc.input.help.targetPath": "要发布的文件夹或文件路径。这可以是完全限定的路径或相对于存储库根路径的路径。不支持通配符。支持 [变量](https://go.microsoft.com/fwlink/?LinkID=550988)。", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "发布管道工件", + "loc.helpMarkDown": "将本地目录或文件作为当前管道的命名项目进行发布。", + "loc.description": "将本地目录或文件作为当前管道的已命名项目进行发布", + "loc.instanceNameFormat": "发布管道工件", + "loc.input.label.artifactName": "此项目的名称", + "loc.input.help.artifactName": "此项目的名称。", + "loc.input.label.targetPath": "要发布的路径", + "loc.input.help.targetPath": "要发布的文件夹或文件路径。这可以是完全限定的路径或相对于存储库根路径的路径。不支持通配符。支持 [变量](https://go.microsoft.com/fwlink/?LinkID=550988)。", + "loc.input.label.properties": "自定义属性", + "loc.input.help.properties": "输入要与项目关联的自定义属性。应提供所有键都具有前缀 “user-” 的有效 JSON 字符串" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-TW/resources.resjson index 3c4efade9e0a..0ca0a6fd6385 100644 --- a/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/PublishPipelineArtifactV0/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,12 +1,12 @@ -{ - "loc.friendlyName": "發佈管線成品", - "loc.helpMarkDown": "將本機目錄或檔案發佈為目前管線的具名成品。", - "loc.description": "將本機目錄或檔案發佈為目前管線的具名成品", - "loc.instanceNameFormat": "發佈管線成品", - "loc.input.label.artifactName": "成品的名稱", - "loc.input.help.artifactName": "成品的名稱。", - "loc.input.label.targetPath": "要發佈的路徑", - "loc.input.help.targetPath": "要發佈的資料夾或檔案路徑。此項目可為完整路徑,或與存放庫根相對的路徑。不支援萬用字元。支援[變數](https://go.microsoft.com/fwlink/?LinkID=550988)。", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "發佈管線成品", + "loc.helpMarkDown": "將本機目錄或檔案發佈為目前管線的具名成品。", + "loc.description": "將本機目錄或檔案發佈為目前管線的具名成品", + "loc.instanceNameFormat": "發佈管線成品", + "loc.input.label.artifactName": "成品的名稱", + "loc.input.help.artifactName": "成品的名稱。", + "loc.input.label.targetPath": "要發佈的路徑", + "loc.input.help.targetPath": "要發佈的資料夾或檔案路徑。此項目可為完整路徑,或與存放庫根相對的路徑。不支援萬用字元。支援[變數](https://go.microsoft.com/fwlink/?LinkID=550988)。", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "輸入要與成品關聯的自訂屬性。所有具有首碼 'user-' 的索引鍵都預期為有效 JSON 字串" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/de-DE/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/de-DE/resources.resjson index dd853e1afb16..8a11f45caab5 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/de-DE/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/de-DE/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "Hiermit wird eine Datei oder Verzeichnis als benanntes Artefakt für die aktuelle Ausführung veröffentlicht (hochgeladen). Veröffentlichte Artefakte können mit der Aufgabe \"Pipelineartefakt herunterladen\" in andere Aufträge, Stages oder Pipelines heruntergeladen werden.", - "loc.description": "Hiermit wird eine Datei oder Verzeichnis als benanntes Artefakt für die aktuelle Ausführung veröffentlicht (hochgeladen).", - "loc.instanceNameFormat": "Pipelineartefakt veröffentlichen", - "loc.input.label.path": "Datei- oder Verzeichnispfad", - "loc.input.help.path": "Der Pfad der Datei oder des Verzeichnisses, die bzw. das veröffentlicht werden soll. Kann als absoluter Pfad oder relativ zum Standardarbeitsverzeichnis angegeben werden. Kann [Variablen](https://go.microsoft.com/fwlink/?LinkID=550988), enthalten, aber Platzhalter werden nicht unterstützt.", - "loc.input.label.artifactName": "Artefaktname", - "loc.input.help.artifactName": "Der Name des Artefakts, das veröffentlicht werden soll. Sofern nicht festgelegt, wird standardmäßig eine eindeutige bereichsbezogene ID für den Auftrag festgelegt.", - "loc.input.label.artifactType": "Veröffentlichungsort für Artefakte", - "loc.input.help.artifactType": "Wählen Sie aus, ob Sie das Artefakt in Azure Pipelines speichern oder in eine Dateifreigabe kopieren möchten, die vom Pipeline-Agent aus zugänglich sein muss.", - "loc.input.label.fileSharePath": "Pfad zur Dateifreigabe", - "loc.input.help.fileSharePath": "Die Dateifreigabe, in die die Artefaktdateien kopiert werden. Diese kann Variablen umfassen. Beispiel: \\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). Das Veröffentlichen von Artefakten über einen Linux- oder macOS-Agent in einer Dateifreigabe wird nicht unterstützt.", - "loc.input.label.parallel": "Paralleles Kopieren", - "loc.input.help.parallel": "Wählen Sie aus, ob Dateien mithilfe mehrerer Threads parallel kopiert werden sollen, um einen höheren Durchsatz zu erzielen. Wenn diese Einstellung nicht aktiviert ist, wird nur ein Thread verwendet.", - "loc.input.label.parallelCount": "Parallele Anzahl", - "loc.input.help.parallelCount": "Geben Sie den Parallelitätsgrad oder die Anzahl von Threads zum Durchführen des Kopiervorgangs ein. Der Wert muss mindestens 1 lauten und darf nicht größer sein als 128.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Pipelineartefakte veröffentlichen", + "loc.helpMarkDown": "Hiermit wird eine Datei oder Verzeichnis als benanntes Artefakt für die aktuelle Ausführung veröffentlicht (hochgeladen). Veröffentlichte Artefakte können mit der Aufgabe \"Pipelineartefakt herunterladen\" in andere Aufträge, Stages oder Pipelines heruntergeladen werden.", + "loc.description": "Hiermit wird eine Datei oder Verzeichnis als benanntes Artefakt für die aktuelle Ausführung veröffentlicht (hochgeladen).", + "loc.instanceNameFormat": "Pipelineartefakt veröffentlichen", + "loc.input.label.path": "Datei- oder Verzeichnispfad", + "loc.input.help.path": "Der Pfad der Datei oder des Verzeichnisses, die bzw. das veröffentlicht werden soll. Kann als absoluter Pfad oder relativ zum Standardarbeitsverzeichnis angegeben werden. Kann [Variablen](https://go.microsoft.com/fwlink/?LinkID=550988), enthalten, aber Platzhalter werden nicht unterstützt.", + "loc.input.label.artifactName": "Artefaktname", + "loc.input.help.artifactName": "Der Name des Artefakts, das veröffentlicht werden soll. Sofern nicht festgelegt, wird standardmäßig eine eindeutige bereichsbezogene ID für den Auftrag festgelegt.", + "loc.input.label.artifactType": "Veröffentlichungsort für Artefakte", + "loc.input.help.artifactType": "Wählen Sie aus, ob Sie das Artefakt in Azure Pipelines speichern oder in eine Dateifreigabe kopieren möchten, die vom Pipeline-Agent aus zugänglich sein muss.", + "loc.input.label.fileSharePath": "Pfad zur Dateifreigabe", + "loc.input.help.fileSharePath": "Die Dateifreigabe, in die die Artefaktdateien kopiert werden. Diese kann Variablen umfassen. Beispiel: \\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). Das Veröffentlichen von Artefakten über einen Linux- oder macOS-Agent in einer Dateifreigabe wird nicht unterstützt.", + "loc.input.label.parallel": "Paralleles Kopieren", + "loc.input.help.parallel": "Wählen Sie aus, ob Dateien mithilfe mehrerer Threads parallel kopiert werden sollen, um einen höheren Durchsatz zu erzielen. Wenn diese Einstellung nicht aktiviert ist, wird nur ein Thread verwendet.", + "loc.input.label.parallelCount": "Parallele Anzahl", + "loc.input.help.parallelCount": "Geben Sie den Parallelitätsgrad oder die Anzahl von Threads zum Durchführen des Kopiervorgangs ein. Der Wert muss mindestens 1 lauten und darf nicht größer sein als 128.", + "loc.input.label.properties": "Benutzerdefinierte Eigenschaften", + "loc.input.help.properties": "Geben Sie benutzerdefinierte Eigenschaften ein, die dem Artefakt zugeordnet werden sollen. Gültige JSON-Zeichenfolge mit allen Schlüsseln mit dem Präfix \"user-\" erwartet" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson index 8463957a5d5f..c0dc28f77c05 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/es-ES/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "Publique (cargue) un archivo o directorio como artefacto con nombre para la ejecución actual. Los artefactos publicados pueden descargarse en otros trabajos, fases o canalizaciones mediante la tarea \"Descargar artefactos de canalización\".", - "loc.description": "Publica (carga) un archivo o directorio como artefacto con nombre para la ejecución actual.", - "loc.instanceNameFormat": "Publicar artefacto de canalización", - "loc.input.label.path": "Ruta de acceso de archivo o directorio", - "loc.input.help.path": "Ruta de acceso de archivo o directorio que se va a publicar. Puede ser absoluta o relativa al directorio de trabajo predeterminado. Puede incluir [variables](https://go.microsoft.com/fwlink/?LinkID=550988), pero no se admiten comodines.", - "loc.input.label.artifactName": "Nombre del artefacto", - "loc.input.help.artifactName": "Nombre del artefacto que se va a publicar. Si no se establece, tiene como valor predeterminado un identificador único con el trabajo como ámbito.", - "loc.input.label.artifactType": "Ubicación de publicación de artefactos", - "loc.input.help.artifactType": "Elija si el artefacto se va a almacenar en Azure Pipelines o se va a copiar en un recurso compartido de archivos al que se pueda acceder desde el agente de canalización.", - "loc.input.label.fileSharePath": "Ruta de acceso del recurso compartido de archivos", - "loc.input.help.fileSharePath": "El recurso compartido de archivos en el que se copiarán los archivos de artefacto. Puede incluir variables. Ejemplo: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). No se admite la publicación de artefactos de un agente de Linux o macOS en un recurso compartido de archivos.", - "loc.input.label.parallel": "Copia en paralelo", - "loc.input.help.parallel": "Seleccione si quiere copiar los archivos en paralelo con varios subprocesos para obtener un mayor rendimiento potencial. Si esta configuración no está habilitada, se usará un subproceso.", - "loc.input.label.parallelCount": "Recuento de elementos en paralelo", - "loc.input.help.parallelCount": "Especifique el grado de paralelismo o el número de subprocesos usados para realizar la copia. Debe ser un valor entre 1 y 128.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publish Pipeline Artifacts", + "loc.helpMarkDown": "Publique (cargue) un archivo o directorio como artefacto con nombre para la ejecución actual. Los artefactos publicados pueden descargarse en otros trabajos, fases o canalizaciones mediante la tarea \"Descargar artefactos de canalización\".", + "loc.description": "Publica (carga) un archivo o directorio como artefacto con nombre para la ejecución actual.", + "loc.instanceNameFormat": "Publicar artefacto de canalización", + "loc.input.label.path": "Ruta de acceso de archivo o directorio", + "loc.input.help.path": "Ruta de acceso de archivo o directorio que se va a publicar. Puede ser absoluta o relativa al directorio de trabajo predeterminado. Puede incluir [variables](https://go.microsoft.com/fwlink/?LinkID=550988), pero no se admiten comodines.", + "loc.input.label.artifactName": "Nombre del artefacto", + "loc.input.help.artifactName": "Nombre del artefacto que se va a publicar. Si no se establece, tiene como valor predeterminado un identificador único con el trabajo como ámbito.", + "loc.input.label.artifactType": "Ubicación de publicación de artefactos", + "loc.input.help.artifactType": "Elija si el artefacto se va a almacenar en Azure Pipelines o se va a copiar en un recurso compartido de archivos al que se pueda acceder desde el agente de canalización.", + "loc.input.label.fileSharePath": "Ruta de acceso del recurso compartido de archivos", + "loc.input.help.fileSharePath": "El recurso compartido de archivos en el que se copiarán los archivos de artefacto. Puede incluir variables. Ejemplo: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). No se admite la publicación de artefactos de un agente de Linux o macOS en un recurso compartido de archivos.", + "loc.input.label.parallel": "Copia en paralelo", + "loc.input.help.parallel": "Seleccione si quiere copiar los archivos en paralelo con varios subprocesos para obtener un mayor rendimiento potencial. Si esta configuración no está habilitada, se usará un subproceso.", + "loc.input.label.parallelCount": "Recuento de elementos en paralelo", + "loc.input.help.parallelCount": "Especifique el grado de paralelismo o el número de subprocesos usados para realizar la copia. Debe ser un valor entre 1 y 128.", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "Escriba las propiedades personalizadas para asociar con el artefacto. Se esperaba una cadena JSON válida con todas las claves con el prefijo \"user-\"." } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson index 022fb8d36aeb..30ed03a6bc7d 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/fr-FR/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "Publiez (chargez) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle. Les artefacts publiés peuvent être téléchargés dans d'autres travaux, phases ou pipelines à l'aide de la tâche \"Télécharger un artefact de pipeline\".", - "loc.description": "Publier (charger) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle", - "loc.instanceNameFormat": "Publier l'artefact de pipeline", - "loc.input.label.path": "Chemin du fichier ou du répertoire", - "loc.input.help.path": "Chemin du fichier ou du répertoire à publier. Il peut s'agir d'un chemin absolu ou relatif au répertoire de travail par défaut. Il peut inclure des [variables](https://go.microsoft.com/fwlink/?LinkID=550988), mais les caractères génériques ne sont pas pris en charge.", - "loc.input.label.artifactName": "Nom de l'artefact", - "loc.input.help.artifactName": "Nom de l'artefact à publier. Si aucune valeur n'est définie, la valeur par défaut est un ID unique dont l'étendue correspond au travail.", - "loc.input.label.artifactType": "Emplacement de publication des artefacts", - "loc.input.help.artifactType": "Choisissez entre le stockage de l'artefact dans Azure Pipelines, ou sa copie sur un partage de fichiers accessible à l'agent de pipeline.", - "loc.input.label.fileSharePath": "Chemin du partage de fichiers", - "loc.input.help.fileSharePath": "Partage de fichiers où sont copiés les fichiers d'artefacts. Il peut inclure des variables. Exemple : \\\\\\\\mon\\\\partage\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). La publication d'artefacts d'un agent Linux ou macOS vers un partage de fichiers n'est pas prise en charge.", - "loc.input.label.parallel": "Copie parallèle", - "loc.input.help.parallel": "Choisissez s'il est nécessaire de copier les fichiers en parallèle à l'aide de plusieurs threads pour un meilleur débit potentiel. Si ce paramètre n'est pas activé, un seul thread est utilisé.", - "loc.input.label.parallelCount": "Nombre parallèle", - "loc.input.help.parallelCount": "Entrez le degré de parallélisme ou le nombre de threads utilisés pour effectuer la copie. La valeur doit être au moins égal à 1 et inférieur à 128.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publish Pipeline Artifacts", + "loc.helpMarkDown": "Publiez (chargez) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle. Les artefacts publiés peuvent être téléchargés dans d'autres travaux, phases ou pipelines à l'aide de la tâche \"Télécharger un artefact de pipeline\".", + "loc.description": "Publier (charger) un fichier ou un répertoire en tant qu'artefact nommé pour l'exécution actuelle", + "loc.instanceNameFormat": "Publier l'artefact de pipeline", + "loc.input.label.path": "Chemin du fichier ou du répertoire", + "loc.input.help.path": "Chemin du fichier ou du répertoire à publier. Il peut s'agir d'un chemin absolu ou relatif au répertoire de travail par défaut. Il peut inclure des [variables](https://go.microsoft.com/fwlink/?LinkID=550988), mais les caractères génériques ne sont pas pris en charge.", + "loc.input.label.artifactName": "Nom de l'artefact", + "loc.input.help.artifactName": "Nom de l'artefact à publier. Si aucune valeur n'est définie, la valeur par défaut est un ID unique dont l'étendue correspond au travail.", + "loc.input.label.artifactType": "Emplacement de publication des artefacts", + "loc.input.help.artifactType": "Choisissez entre le stockage de l'artefact dans Azure Pipelines, ou sa copie sur un partage de fichiers accessible à l'agent de pipeline.", + "loc.input.label.fileSharePath": "Chemin du partage de fichiers", + "loc.input.help.fileSharePath": "Partage de fichiers où sont copiés les fichiers d'artefacts. Il peut inclure des variables. Exemple : \\\\\\\\mon\\\\partage\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). La publication d'artefacts d'un agent Linux ou macOS vers un partage de fichiers n'est pas prise en charge.", + "loc.input.label.parallel": "Copie parallèle", + "loc.input.help.parallel": "Choisissez s'il est nécessaire de copier les fichiers en parallèle à l'aide de plusieurs threads pour un meilleur débit potentiel. Si ce paramètre n'est pas activé, un seul thread est utilisé.", + "loc.input.label.parallelCount": "Nombre parallèle", + "loc.input.help.parallelCount": "Entrez le degré de parallélisme ou le nombre de threads utilisés pour effectuer la copie. La valeur doit être au moins égal à 1 et inférieur à 128.", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "Entrez les propriétés personnalisées à associer à l’artefact. Chaîne JSON valide attendue avec toutes les clés ayant le préfixe 'user-'" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/it-IT/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/it-IT/resources.resjson index 44ca27b2a700..0465463008a9 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/it-IT/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/it-IT/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "Pubblica (carica) un file o una directory come artefatto denominato per l'esecuzione corrente. Per scaricare gli artefatti pubblicati in altri processi, fasi o pipeline, usare l'attività \"Scarica artefatto della pipeline\".", - "loc.description": "Pubblica (carica) un file o una directory come artefatto denominato per l'esecuzione corrente", - "loc.instanceNameFormat": "Pubblica artefatto della pipeline", - "loc.input.label.path": "Percorso del file o della directory", - "loc.input.help.path": "The path of the file or directory to publish. Can be absolute or relative to the default working directory. Can include [variables](https://go.microsoft.com/fwlink/?LinkID=550988), but wildcards are not supported.", - "loc.input.label.artifactName": "Nome dell'artefatto", - "loc.input.help.artifactName": "Nome dell'artefatto da pubblicare. Se non è impostato, il valore predefinito è un ID univoco il cui ambito è il processo.", - "loc.input.label.artifactType": "Percorso di pubblicazione degli artefatti", - "loc.input.help.artifactType": "Consente di scegliere se archiviare l'artefatto in Azure Pipelines oppure copiarlo in una condivisione file accessibile dall'agente della pipeline.", - "loc.input.label.fileSharePath": "Percorso della condivisione file", - "loc.input.help.fileSharePath": "Condivisione file in cui verranno copiati i file di artefatto. Può includere variabili. Esempio: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). La pubblicazione di artefatti da un agente Linux o macOS in una condivisione file non è supportata.", - "loc.input.label.parallel": "Copia parallela", - "loc.input.help.parallel": "Consente di scegliere se copiare i file in parallelo usando più thread per una maggiore velocità effettiva potenziale. Se questa impostazione non è abilitata, verrà usato un solo thread.", - "loc.input.label.parallelCount": "Conteggio parallelo", - "loc.input.help.parallelCount": "Consente di immettere il grado di parallelismo o il numero di thread usati per eseguire la copia. Il valore deve essere almeno 1 e non superare 128.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publish Pipeline Artifacts", + "loc.helpMarkDown": "Pubblica (carica) un file o una directory come artefatto denominato per l'esecuzione corrente. Per scaricare gli artefatti pubblicati in altri processi, fasi o pipeline, usare l'attività \"Scarica artefatto della pipeline\".", + "loc.description": "Pubblica (carica) un file o una directory come artefatto denominato per l'esecuzione corrente", + "loc.instanceNameFormat": "Pubblica artefatto della pipeline", + "loc.input.label.path": "Percorso del file o della directory", + "loc.input.help.path": "The path of the file or directory to publish. Can be absolute or relative to the default working directory. Can include [variables](https://go.microsoft.com/fwlink/?LinkID=550988), but wildcards are not supported.", + "loc.input.label.artifactName": "Nome dell'artefatto", + "loc.input.help.artifactName": "Nome dell'artefatto da pubblicare. Se non è impostato, il valore predefinito è un ID univoco il cui ambito è il processo.", + "loc.input.label.artifactType": "Percorso di pubblicazione degli artefatti", + "loc.input.help.artifactType": "Consente di scegliere se archiviare l'artefatto in Azure Pipelines oppure copiarlo in una condivisione file accessibile dall'agente della pipeline.", + "loc.input.label.fileSharePath": "Percorso della condivisione file", + "loc.input.help.fileSharePath": "Condivisione file in cui verranno copiati i file di artefatto. Può includere variabili. Esempio: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). La pubblicazione di artefatti da un agente Linux o macOS in una condivisione file non è supportata.", + "loc.input.label.parallel": "Copia parallela", + "loc.input.help.parallel": "Consente di scegliere se copiare i file in parallelo usando più thread per una maggiore velocità effettiva potenziale. Se questa impostazione non è abilitata, verrà usato un solo thread.", + "loc.input.label.parallelCount": "Conteggio parallelo", + "loc.input.help.parallelCount": "Consente di immettere il grado di parallelismo o il numero di thread usati per eseguire la copia. Il valore deve essere almeno 1 e non superare 128.", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "Immettere le proprietà personalizzate da associare all'artefatto. È prevista una stringa JSON valida con tutte le chiavi con prefisso 'user-'" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ja-JP/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ja-JP/resources.resjson index 799b1e5e4ca4..946a5c38dc6f 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ja-JP/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ja-JP/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "ファイルまたはディレクトリを、現在の実行の名前付き成果物として公開 (アップロード) します。公開された成果物は、[パイプライン成果物のダウンロード] タスクを使用して、他のジョブ、ステージ、またはパイプラインにダウンロードできます。", - "loc.description": "ファイルまたはディレクトリを、現在の実行の名前付き成果物として公開 (アップロード) します", - "loc.instanceNameFormat": "パイプライン成果物を公開します", - "loc.input.label.path": "ファイルまたはディレクトリのパス", - "loc.input.help.path": "公開するファイルまたはディレクトリのパス。絶対指定でも、既定の作業ディレクトリからの相対指定でもかまいません。[変数](https://go.microsoft.com/fwlink/?LinkID=550988) を含めることはできますが、ワイルドカードはサポートされていません。", - "loc.input.label.artifactName": "成果物名", - "loc.input.help.artifactName": "公開する成果物の名前。値を設定しない場合、既定で、ジョブのスコープを指定する一意の ID になります。", - "loc.input.label.artifactType": "成果物の発行場所", - "loc.input.help.artifactType": "成果物を Azure Pipelines に保存するか、またはパイプライン エージェントからアクセスできるファイル共有にコピーするかを選択します。", - "loc.input.label.fileSharePath": "ファイル共有パス", - "loc.input.help.fileSharePath": "成果物ファイルのコピー先であるファイル共有です。これには変数を含めることができます。例: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)。Linux または macOS エージェントから成果物をファイル共有に公開することはサポートされていません。", - "loc.input.label.parallel": "並列コピー", - "loc.input.help.parallel": "スループット向上を期待して複数のスレッドを使って並列でファイルをコピーするかどうかを選択します。この設定が無効の場合は、1 つのスレッドが使用されます。", - "loc.input.label.parallelCount": "並列数", - "loc.input.help.parallelCount": "コピーを実行するための並列処理の程度、つまり使用するスレッド数を入力します。この値は 1 以上 128 以下でなければなりません。", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publish Pipeline Artifacts", + "loc.helpMarkDown": "ファイルまたはディレクトリを、現在の実行の名前付き成果物として公開 (アップロード) します。公開された成果物は、[パイプライン成果物のダウンロード] タスクを使用して、他のジョブ、ステージ、またはパイプラインにダウンロードできます。", + "loc.description": "ファイルまたはディレクトリを、現在の実行の名前付き成果物として公開 (アップロード) します", + "loc.instanceNameFormat": "パイプライン成果物を公開します", + "loc.input.label.path": "ファイルまたはディレクトリのパス", + "loc.input.help.path": "公開するファイルまたはディレクトリのパス。絶対指定でも、既定の作業ディレクトリからの相対指定でもかまいません。[変数](https://go.microsoft.com/fwlink/?LinkID=550988) を含めることはできますが、ワイルドカードはサポートされていません。", + "loc.input.label.artifactName": "成果物名", + "loc.input.help.artifactName": "公開する成果物の名前。値を設定しない場合、既定で、ジョブのスコープを指定する一意の ID になります。", + "loc.input.label.artifactType": "成果物の発行場所", + "loc.input.help.artifactType": "成果物を Azure Pipelines に保存するか、またはパイプライン エージェントからアクセスできるファイル共有にコピーするかを選択します。", + "loc.input.label.fileSharePath": "ファイル共有パス", + "loc.input.help.fileSharePath": "成果物ファイルのコピー先であるファイル共有です。これには変数を含めることができます。例: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)。Linux または macOS エージェントから成果物をファイル共有に公開することはサポートされていません。", + "loc.input.label.parallel": "並列コピー", + "loc.input.help.parallel": "スループット向上を期待して複数のスレッドを使って並列でファイルをコピーするかどうかを選択します。この設定が無効の場合は、1 つのスレッドが使用されます。", + "loc.input.label.parallelCount": "並列数", + "loc.input.help.parallelCount": "コピーを実行するための並列処理の程度、つまり使用するスレッド数を入力します。この値は 1 以上 128 以下でなければなりません。", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "成果物に関連付けるカスタム プロパティを入力します。プレフィックス 'user-' を持つすべてのキーに有効な JSON 文字列が必要です" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ko-KR/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ko-KR/resources.resjson index ded5f383df25..8b7c55bf90ee 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ko-KR/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ko-KR/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "파일 또는 디렉터리를 현재 실행의 명명된 아티팩트로 게시(업로드)합니다. 게시한 아티팩트는 \"파이프라인 아티팩트 다운로드\" 작업을 사용하여 다른 작업, 스테이지 또는 파이프라인에 다운로드할 수 있습니다.\n", - "loc.description": "파일 또는 디렉터리를 현재 실행의 명명된 아티팩트로 게시(업로드)합니다.", - "loc.instanceNameFormat": "파이프라인 아티팩트 게시", - "loc.input.label.path": "파일 또는 디렉터리 경로", - "loc.input.help.path": "게시할 파일 또는 디렉터리의 경로입니다. 절대 경로이거나 기본 작업 디렉터리에 상대적인 경로일 수 있습니다. [변수](https://go.microsoft.com/fwlink/?LinkID=550988)을 포함할 수 있지만 와일드카드는 지원되지 않습니다.", - "loc.input.label.artifactName": "아티팩트 이름", - "loc.input.help.artifactName": "게시할 아티팩트의 이름입니다. 설정하지 않으면 기본적으로 작업으로 범위가 지정된 고유한 ID입니다.", - "loc.input.label.artifactType": "아티팩트 게시 위치", - "loc.input.help.artifactType": "아티팩트를 Azure Pipelines에 저장할지 또는 파이프라인 에이전트에서 액세스할 수 있어야 하는 파일 공유에 복사할지 선택합니다.", - "loc.input.label.fileSharePath": "파일 공유 경로", - "loc.input.help.fileSharePath": "아티팩트 파일을 복사할 파일 공유입니다. 변수를 포함할 수 있습니다(예: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)). Linux 또는 macOS 에이전트의 아티팩트를 파일 공유에 게시할 수는 없습니다.", - "loc.input.label.parallel": "병렬 복사", - "loc.input.help.parallel": "잠재적인 처리량 증대를 위해 다중 스레드를 사용하여 파일을 병렬 복사할지 여부를 선택합니다. 이 설정을 사용하도록 설정하지 않으면 하나의 스레드가 사용됩니다.", - "loc.input.label.parallelCount": "병렬 개수", - "loc.input.help.parallelCount": "병렬 처리 수준, 즉 복사를 수행하는 데 사용되는 스레드 수를 입력합니다. 값은 1에서 128 사이여야 합니다.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "파이프라인 아티팩트 게시", + "loc.helpMarkDown": "파일 또는 디렉터리를 현재 실행의 명명된 아티팩트로 게시(업로드)합니다. 게시한 아티팩트는 \"파이프라인 아티팩트 다운로드\" 작업을 사용하여 다른 작업, 스테이지 또는 파이프라인에 다운로드할 수 있습니다.\n", + "loc.description": "파일 또는 디렉터리를 현재 실행의 명명된 아티팩트로 게시(업로드)합니다.", + "loc.instanceNameFormat": "파이프라인 아티팩트 게시", + "loc.input.label.path": "파일 또는 디렉터리 경로", + "loc.input.help.path": "게시할 파일 또는 디렉터리의 경로입니다. 절대 경로이거나 기본 작업 디렉터리에 상대적인 경로일 수 있습니다. [변수](https://go.microsoft.com/fwlink/?LinkID=550988)을 포함할 수 있지만 와일드카드는 지원되지 않습니다.", + "loc.input.label.artifactName": "아티팩트 이름", + "loc.input.help.artifactName": "게시할 아티팩트의 이름입니다. 설정하지 않으면 기본적으로 작업으로 범위가 지정된 고유한 ID입니다.", + "loc.input.label.artifactType": "아티팩트 게시 위치", + "loc.input.help.artifactType": "아티팩트를 Azure Pipelines에 저장할지 또는 파이프라인 에이전트에서 액세스할 수 있어야 하는 파일 공유에 복사할지 선택합니다.", + "loc.input.label.fileSharePath": "파일 공유 경로", + "loc.input.help.fileSharePath": "아티팩트 파일을 복사할 파일 공유입니다. 변수를 포함할 수 있습니다(예: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)). Linux 또는 macOS 에이전트의 아티팩트를 파일 공유에 게시할 수는 없습니다.", + "loc.input.label.parallel": "병렬 복사", + "loc.input.help.parallel": "잠재적인 처리량 증대를 위해 다중 스레드를 사용하여 파일을 병렬 복사할지 여부를 선택합니다. 이 설정을 사용하도록 설정하지 않으면 하나의 스레드가 사용됩니다.", + "loc.input.label.parallelCount": "병렬 개수", + "loc.input.help.parallelCount": "병렬 처리 수준, 즉 복사를 수행하는 데 사용되는 스레드 수를 입력합니다. 값은 1에서 128 사이여야 합니다.", + "loc.input.label.properties": "사용자 지정 속성", + "loc.input.help.properties": "아티팩트와 연결할 사용자 정의 특성을 입력하세요. 접두사가 'user-'인 모든 키에 유효한 JSON 문자열이 필요합니다." } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ru-RU/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ru-RU/resources.resjson index e4382bc0a748..9bae49bb869d 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ru-RU/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/ru-RU/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "Публикация (отправка) каталога или файла в качестве именованного артефакта для текущего выполнения. Опубликованные артефакты можно скачать в других заданиях, этапах или конвейерах с помощью задачи \"Скачать артефакт конвейера\".", - "loc.description": "Публикация (отправка) каталога или файла в качестве именованного артефакта для текущего выполнения", - "loc.instanceNameFormat": "Публикация артефакта конвейера", - "loc.input.label.path": "Путь к файлу или каталогу", - "loc.input.help.path": "Путь к файлу или каталогу для публикации. Может быть абсолютным или заданным относительно рабочего каталога по умолчанию. Может включать [переменные](https://go.microsoft.com/fwlink/?LinkID=550988), но подстановочные знаки не поддерживаются.", - "loc.input.label.artifactName": "Имя артефакта", - "loc.input.help.artifactName": "Имя артефакта для публикации. Если не задано, по умолчанию используется уникальный идентификатор, областью действия которого является задание.", - "loc.input.label.artifactType": "Расположение публикации артефакта", - "loc.input.help.artifactType": "Выберите, нужно ли сохранить артефакт в Azure Pipelines либо скопировать его в общую папку, которая должна быть доступна из агента конвейера.", - "loc.input.label.fileSharePath": "Путь к общей папке", - "loc.input.help.fileSharePath": "Общая папка, в которую будут скопированы файлы артефактов. Может включать в себя переменные. Пример: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). Публикация артефактов из агента Linux или macOS в общей папке не поддерживается.", - "loc.input.label.parallel": "Параллельное копирование", - "loc.input.help.parallel": "Выберите, следует ли копировать файлы параллельно с использованием нескольких потоков для возможного повышения пропускной способности. Если этот параметр не установлен, используется один поток.", - "loc.input.label.parallelCount": "Счетчик параллелизма", - "loc.input.help.parallelCount": "Введите степень параллелизма (число потоков, используемых для копирования). Допустимые значения: от 1 до 128 включительно.", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Публикация артефактов конвейера", + "loc.helpMarkDown": "Публикация (отправка) каталога или файла в качестве именованного артефакта для текущего выполнения. Опубликованные артефакты можно скачать в других заданиях, этапах или конвейерах с помощью задачи \"Скачать артефакт конвейера\".", + "loc.description": "Публикация (отправка) каталога или файла в качестве именованного артефакта для текущего выполнения", + "loc.instanceNameFormat": "Публикация артефакта конвейера", + "loc.input.label.path": "Путь к файлу или каталогу", + "loc.input.help.path": "Путь к файлу или каталогу для публикации. Может быть абсолютным или заданным относительно рабочего каталога по умолчанию. Может включать [переменные](https://go.microsoft.com/fwlink/?LinkID=550988), но подстановочные знаки не поддерживаются.", + "loc.input.label.artifactName": "Имя артефакта", + "loc.input.help.artifactName": "Имя артефакта для публикации. Если не задано, по умолчанию используется уникальный идентификатор, областью действия которого является задание.", + "loc.input.label.artifactType": "Расположение публикации артефакта", + "loc.input.help.artifactType": "Выберите, нужно ли сохранить артефакт в Azure Pipelines либо скопировать его в общую папку, которая должна быть доступна из агента конвейера.", + "loc.input.label.fileSharePath": "Путь к общей папке", + "loc.input.help.fileSharePath": "Общая папка, в которую будут скопированы файлы артефактов. Может включать в себя переменные. Пример: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber). Публикация артефактов из агента Linux или macOS в общей папке не поддерживается.", + "loc.input.label.parallel": "Параллельное копирование", + "loc.input.help.parallel": "Выберите, следует ли копировать файлы параллельно с использованием нескольких потоков для возможного повышения пропускной способности. Если этот параметр не установлен, используется один поток.", + "loc.input.label.parallelCount": "Счетчик параллелизма", + "loc.input.help.parallelCount": "Введите степень параллелизма (число потоков, используемых для копирования). Допустимые значения: от 1 до 128 включительно.", + "loc.input.label.properties": "Настраиваемые свойства", + "loc.input.help.properties": "Введите настраиваемые свойства для связи с артефактом. Требуется допустимая строка JSON со всеми ключами и префиксом \"user-\"" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-CN/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-CN/resources.resjson index d6dd84888d3e..145454b2885c 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-CN/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-CN/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "将文件或目录作为当前运行的命名项目进行发布(上传)。可使用“下载管道项目”任务在其他作业、阶段或管道中下载已发布的项目。", - "loc.description": "将文件或目录作为当前运行的命名项目进行发布(上传)", - "loc.instanceNameFormat": "发布管道工件", - "loc.input.label.path": "文件或目录路径", - "loc.input.help.path": "要发布的文件或目录的路径。可以是绝对路径或相对于默认工作目录的路径。可以包含[变量](https://go.microsoft.com/fwlink/?LinkID=550988),但不支持通配符。", - "loc.input.label.artifactName": "项目名称", - "loc.input.help.artifactName": "要发布的项目的名称。如果未设置,则默认是作业范围内的唯一 ID。", - "loc.input.label.artifactType": "项目发布位置", - "loc.input.help.artifactType": "选择是否在 Azure Pipelines 中存储项目,或者是否将其复制到必须可从管道代理访问的文件共享中。", - "loc.input.label.fileSharePath": "文件共享路径", - "loc.input.help.fileSharePath": "项目文件将复制到的文件共享。这可包括变量。示例: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)。不支持将项目从 Linux 或 macOS 代理发布到文件共享。", - "loc.input.label.parallel": "并行复制", - "loc.input.help.parallel": "选择是否要使用多个线程并行复制文件以获得更大的潜在吞吐量。如果未启用此设置,将使用一个线程。", - "loc.input.label.parallelCount": "并行计数", - "loc.input.help.parallelCount": "输入执行复制的并行度或所使用的线程数。该值必须至少为 1 且不能大于 128。", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "发布管道项目", + "loc.helpMarkDown": "将文件或目录作为当前运行的命名项目进行发布(上传)。可使用“下载管道项目”任务在其他作业、阶段或管道中下载已发布的项目。", + "loc.description": "将文件或目录作为当前运行的命名项目进行发布(上传)", + "loc.instanceNameFormat": "发布管道工件", + "loc.input.label.path": "文件或目录路径", + "loc.input.help.path": "要发布的文件或目录的路径。可以是绝对路径或相对于默认工作目录的路径。可以包含[变量](https://go.microsoft.com/fwlink/?LinkID=550988),但不支持通配符。", + "loc.input.label.artifactName": "项目名称", + "loc.input.help.artifactName": "要发布的项目的名称。如果未设置,则默认是作业范围内的唯一 ID。", + "loc.input.label.artifactType": "项目发布位置", + "loc.input.help.artifactType": "选择是否在 Azure Pipelines 中存储项目,或者是否将其复制到必须可从管道代理访问的文件共享中。", + "loc.input.label.fileSharePath": "文件共享路径", + "loc.input.help.fileSharePath": "项目文件将复制到的文件共享。这可包括变量。示例: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)。不支持将项目从 Linux 或 macOS 代理发布到文件共享。", + "loc.input.label.parallel": "并行复制", + "loc.input.help.parallel": "选择是否要使用多个线程并行复制文件以获得更大的潜在吞吐量。如果未启用此设置,将使用一个线程。", + "loc.input.label.parallelCount": "并行计数", + "loc.input.help.parallelCount": "输入执行复制的并行度或所使用的线程数。该值必须至少为 1 且不能大于 128。", + "loc.input.label.properties": "自定义属性", + "loc.input.help.properties": "输入要与项目关联的自定义属性。应提供所有键都具有前缀 “user-” 的有效 JSON 字符串" } \ No newline at end of file diff --git a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-TW/resources.resjson b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-TW/resources.resjson index b4b5923d53a9..f99f763580e1 100644 --- a/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-TW/resources.resjson +++ b/Tasks/PublishPipelineArtifactV1/Strings/resources.resjson/zh-TW/resources.resjson @@ -1,20 +1,20 @@ -{ - "loc.friendlyName": "Publish Pipeline Artifacts", - "loc.helpMarkDown": "將檔案或目錄發行 (上傳) 為目前執行的具名成品。您可使用「下載管線成品」工作,在其他作業、階段或管線中下載已發行的成品。", - "loc.description": "將檔案或目錄發行 (上傳) 為目前執行的具名成品", - "loc.instanceNameFormat": "發佈管線成品", - "loc.input.label.path": "檔案或目錄路徑", - "loc.input.help.path": "要發行的檔案或目錄路徑,可以是絕對路徑或相對於預設工作目錄的路徑,並可包含[變數](https://go.microsoft.com/fwlink/?LinkID=550988),但不支援萬用字元。", - "loc.input.label.artifactName": "成品名稱", - "loc.input.help.artifactName": "要發行的成品名稱。若未設定,則預設為作業範圍內的唯一識別碼。", - "loc.input.label.artifactType": "成品發佈位置", - "loc.input.help.artifactType": "選擇要在 Azure Pipelines 中儲存成品,還是將成品複製到必須從管線代理程式存取的檔案共用。", - "loc.input.label.fileSharePath": "檔案共用路徑", - "loc.input.help.fileSharePath": "成品檔案所要複製到的檔案共用。此項目可包含變數。範例: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)。不支援從 Linux 或 macOS 代理程式將成品發佈至檔案共用。", - "loc.input.label.parallel": "平行複製", - "loc.input.help.parallel": "選取是否要使用多重執行緒平行複製檔案,以追求更高的輸送量。若此設定未啟用,則只會使用一個執行緒。", - "loc.input.label.parallelCount": "平行計數", - "loc.input.help.parallelCount": "輸入平行處理的程度或使用的執行緒數量,以執行複製。該值必須至少為 1 且不大於 128。", - "loc.input.label.properties": "Custom properties", - "loc.input.help.properties": "Enter custom properties to associate with the artifact. Valid JSON string expected with all keys having the prefix 'user-'" +{ + "loc.friendlyName": "Publish Pipeline Artifacts", + "loc.helpMarkDown": "將檔案或目錄發行 (上傳) 為目前執行的具名成品。您可使用「下載管線成品」工作,在其他作業、階段或管線中下載已發行的成品。", + "loc.description": "將檔案或目錄發行 (上傳) 為目前執行的具名成品", + "loc.instanceNameFormat": "發佈管線成品", + "loc.input.label.path": "檔案或目錄路徑", + "loc.input.help.path": "要發行的檔案或目錄路徑,可以是絕對路徑或相對於預設工作目錄的路徑,並可包含[變數](https://go.microsoft.com/fwlink/?LinkID=550988),但不支援萬用字元。", + "loc.input.label.artifactName": "成品名稱", + "loc.input.help.artifactName": "要發行的成品名稱。若未設定,則預設為作業範圍內的唯一識別碼。", + "loc.input.label.artifactType": "成品發佈位置", + "loc.input.help.artifactType": "選擇要在 Azure Pipelines 中儲存成品,還是將成品複製到必須從管線代理程式存取的檔案共用。", + "loc.input.label.fileSharePath": "檔案共用路徑", + "loc.input.help.fileSharePath": "成品檔案所要複製到的檔案共用。此項目可包含變數。範例: \\\\\\\\my\\\\share\\\\$(Build.DefinitionName)\\\\$(Build.BuildNumber)。不支援從 Linux 或 macOS 代理程式將成品發佈至檔案共用。", + "loc.input.label.parallel": "平行複製", + "loc.input.help.parallel": "選取是否要使用多重執行緒平行複製檔案,以追求更高的輸送量。若此設定未啟用,則只會使用一個執行緒。", + "loc.input.label.parallelCount": "平行計數", + "loc.input.help.parallelCount": "輸入平行處理的程度或使用的執行緒數量,以執行複製。該值必須至少為 1 且不大於 128。", + "loc.input.label.properties": "Custom properties", + "loc.input.help.properties": "輸入要與成品關聯的自訂屬性。所有具有首碼 'user-' 的索引鍵都預期為有效 JSON 字串" } \ No newline at end of file