|
148 | 148 | "AssetCacheMissNoUrls": "Asset cache missed looking for {sha} and no authoritative URL is known", |
149 | 149 | "AssetCacheProviderAcceptsNoArguments": "Unerwartete Argumente: \"{value}\" akzeptiert keine Argumente.", |
150 | 150 | "AssetCacheScriptBadVariable": "the script template {value} contains unknown replacement {list}", |
151 | | - "AssetCacheScriptBadVariableHint": "if you want this on the literal command line, use {{{list}}}", |
| 151 | + "AssetCacheScriptBadVariableHint": "if you want this on the literal command line, use {{{{{list}}}}}", |
152 | 152 | "AssetCacheScriptCommandLine": "the full script command line was", |
153 | 153 | "AssetCacheScriptFailed": "the asset cache script returned nonzero exit code {exit_code}", |
154 | 154 | "AssetCacheScriptFailedToWriteCorrectHash": "the asset cache script returned success but the resulting file has an unexpected hash", |
|
443 | 443 | "DownloadFailedHashMismatch": "download from {url} had an unexpected hash", |
444 | 444 | "DownloadFailedHashMismatchActualHash": "Actual : {sha}", |
445 | 445 | "DownloadFailedHashMismatchExpectedHash": "Expected: {sha}", |
446 | | - "DownloadFailedProxySettings": "If you are using a proxy, please ensure your proxy settings are correct.\nPossible causes are:\n1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable to `https//address:port`.\nThis is not correct, because `https://` prefix claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr, etc...) is an HTTP proxy.\nTry setting `http://address:port` to both HTTP_PROXY and HTTPS_PROXY instead.\n2. If you are using Windows, vcpkg will automatically use your Windows IE Proxy Settings set by your proxy software. See: https://github.com/microsoft/vcpkg-tool/pull/77\nThe value set by your proxy might be wrong, or have same `https://` prefix issue.\n3. Your proxy's remote server is our of service.\nIf you've tried directly download the link, and believe this is not a temporary download server failure, please submit an issue at https://github.com/Microsoft/vcpkg/issues\nto report this upstream download server failure.", |
| 446 | + "DownloadFailedHashMismatchZero": "failing download because the expected SHA512 was all zeros, please change the expected SHA512 to: {sha}", |
| 447 | + "DownloadFailedProxySettings": "If you are using a proxy, please ensure your proxy settings are correct.\nPossible causes are:\n1. You are actually using an HTTP proxy, but setting HTTPS_PROXY variable to `https//address:port`.\nThis is not correct, because `https://` prefix claims the proxy is an HTTPS proxy, while your proxy (v2ray, shadowsocksr, etc...) is an HTTP proxy.\nTry setting `http://address:port` to both HTTP_PROXY and HTTPS_PROXY instead.\n2. If you are using Windows, vcpkg will automatically use your Windows IE Proxy Settings set by your proxy software. See: https://github.com/microsoft/vcpkg-tool/pull/77\nThe value set by your proxy might be wrong, or have same `https://` prefix issue.\n3. Your proxy's remote server is our of service.\nIf you believe this is not a temporary download server failure and vcpkg needs to be changed to download this file from a different location, please submit an issue to https://github.com/Microsoft/vcpkg/issues", |
447 | 448 | "DownloadFailedRetrying": "Download {url} failed -- retrying after {value}ms", |
448 | 449 | "DownloadFailedStatusCode": "{url}: Fehler: Statuscode {value}", |
449 | 450 | "DownloadOrUrl": "or {url}", |
|
667 | 668 | "HelpTxtOptOnlyBinCache": "Fehler, wenn zwischengespeicherte Binärdateien nicht verfügbar sind", |
668 | 669 | "HelpTxtOptOnlyDownloads": "Führt Best-Effort-Versuch aus, Quellen ohne Erstellung herunterzuladen.", |
669 | 670 | "HelpTxtOptRecurse": "Ermöglicht das Entfernen von Paketen im Rahmen der Installation.", |
670 | | - "HelpTxtOptUseAria2": "Verwendet aria2 zum Ausführen von Downloadaufgaben", |
671 | 671 | "HelpTxtOptUseHeadVersion": "Installiert die Bibliotheken in der Befehlszeile mithilfe der neuesten Upstreamquellen (klassischer Modus).", |
672 | 672 | "HelpTxtOptWritePkgConfig": "Schreibt eine Datei im NuGet packages.config-Format für die Verwendung mit externem binärem Zwischenspeichern. Weitere Informationen finden Sie unter \"vcpkg-Hilfe zu binärem Zwischenspeichern\".", |
673 | 673 | "HelpUpdateBaseline": "Der beste Ansatz, um Ihre Bibliotheken auf dem neuesten Stand zu halten, besteht im Aktualisieren Ihres Baselineverweises. Hierdurch wird sichergestellt, dass alle Pakete, einschließlich transitiver Pakete, aktualisiert werden. Wenn Sie jedoch ein Paket unabhängig aktualisieren müssen, können Sie eine „version>=“-Einschränkung verwenden.", |
|
0 commit comments