Skip to content

Commit 4d20667

Browse files
committed
[localization][automated][ci skip] update locale files
1 parent 0e17cc3 commit 4d20667

13 files changed

+39
-39
lines changed

locales/messages.cs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"AssetCacheMissNoUrls": "Asset cache missed looking for {sha} and no authoritative URL is known",
149149
"AssetCacheProviderAcceptsNoArguments": "Neočekávané argumenty: {value} nepřijímá argumenty.",
150150
"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}}}}}",
152152
"AssetCacheScriptCommandLine": "the full script command line was",
153153
"AssetCacheScriptFailed": "the asset cache script returned nonzero exit code {exit_code}",
154154
"AssetCacheScriptFailedToWriteCorrectHash": "the asset cache script returned success but the resulting file has an unexpected hash",
@@ -443,7 +443,8 @@
443443
"DownloadFailedHashMismatch": "download from {url} had an unexpected hash",
444444
"DownloadFailedHashMismatchActualHash": "Actual : {sha}",
445445
"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",
447448
"DownloadFailedRetrying": "Download {url} failed -- retrying after {value}ms",
448449
"DownloadFailedStatusCode": "{url}: neúspěšné: stavový kód {value}",
449450
"DownloadOrUrl": "or {url}",
@@ -667,7 +668,6 @@
667668
"HelpTxtOptOnlyBinCache": "Selže, pokud nejsou k dispozici binární soubory uložené v mezipaměti",
668669
"HelpTxtOptOnlyDownloads": "Pokusí se co nejlépe stáhnout zdroje bez sestavení",
669670
"HelpTxtOptRecurse": "Povoluje odebrání balíčků v rámci instalace",
670-
"HelpTxtOptUseAria2": "Používá aria2 k provádění úloh stahování",
671671
"HelpTxtOptUseHeadVersion": "Nainstaluje knihovny na příkazový řádek pomocí nejnovějších zdrojů pro odesílání dat (klasický režim)",
672672
"HelpTxtOptWritePkgConfig": "Zapíše soubor ve formátu NuGet packages.config pro použití s externí binární mezipamětí. Další informace najdete v vcpkg help binarycaching",
673673
"HelpUpdateBaseline": "Nejlepší způsob, jak udržovat knihovny v aktualizovaném stavu, je aktualizovat základní referenční informace. Tím se zajistí, že se aktualizují všechny balíčky, včetně přenositelných. Pokud ale potřebujete balíček aktualizovat nezávisle, můžete použít omezení version>=.",

locales/messages.de.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"AssetCacheMissNoUrls": "Asset cache missed looking for {sha} and no authoritative URL is known",
149149
"AssetCacheProviderAcceptsNoArguments": "Unerwartete Argumente: \"{value}\" akzeptiert keine Argumente.",
150150
"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}}}}}",
152152
"AssetCacheScriptCommandLine": "the full script command line was",
153153
"AssetCacheScriptFailed": "the asset cache script returned nonzero exit code {exit_code}",
154154
"AssetCacheScriptFailedToWriteCorrectHash": "the asset cache script returned success but the resulting file has an unexpected hash",
@@ -443,7 +443,8 @@
443443
"DownloadFailedHashMismatch": "download from {url} had an unexpected hash",
444444
"DownloadFailedHashMismatchActualHash": "Actual : {sha}",
445445
"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",
447448
"DownloadFailedRetrying": "Download {url} failed -- retrying after {value}ms",
448449
"DownloadFailedStatusCode": "{url}: Fehler: Statuscode {value}",
449450
"DownloadOrUrl": "or {url}",
@@ -667,7 +668,6 @@
667668
"HelpTxtOptOnlyBinCache": "Fehler, wenn zwischengespeicherte Binärdateien nicht verfügbar sind",
668669
"HelpTxtOptOnlyDownloads": "Führt Best-Effort-Versuch aus, Quellen ohne Erstellung herunterzuladen.",
669670
"HelpTxtOptRecurse": "Ermöglicht das Entfernen von Paketen im Rahmen der Installation.",
670-
"HelpTxtOptUseAria2": "Verwendet aria2 zum Ausführen von Downloadaufgaben",
671671
"HelpTxtOptUseHeadVersion": "Installiert die Bibliotheken in der Befehlszeile mithilfe der neuesten Upstreamquellen (klassischer Modus).",
672672
"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\".",
673673
"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.",

locales/messages.es.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"AssetCacheMissNoUrls": "Asset cache missed looking for {sha} and no authoritative URL is known",
149149
"AssetCacheProviderAcceptsNoArguments": "argumentos inesperados: \"{value}\" no acepta argumentos",
150150
"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}}}}}",
152152
"AssetCacheScriptCommandLine": "the full script command line was",
153153
"AssetCacheScriptFailed": "the asset cache script returned nonzero exit code {exit_code}",
154154
"AssetCacheScriptFailedToWriteCorrectHash": "the asset cache script returned success but the resulting file has an unexpected hash",
@@ -443,7 +443,8 @@
443443
"DownloadFailedHashMismatch": "download from {url} had an unexpected hash",
444444
"DownloadFailedHashMismatchActualHash": "Actual : {sha}",
445445
"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",
447448
"DownloadFailedRetrying": "Download {url} failed -- retrying after {value}ms",
448449
"DownloadFailedStatusCode": "{url}: error: código de estado {value}",
449450
"DownloadOrUrl": "or {url}",
@@ -667,7 +668,6 @@
667668
"HelpTxtOptOnlyBinCache": "Se produce un error si los archivos binarios almacenados en caché no están disponibles",
668669
"HelpTxtOptOnlyDownloads": "Realiza el mejor esfuerzo al intentar descargar orígenes sin crear",
669670
"HelpTxtOptRecurse": "Permite la eliminación de paquetes como parte de la instalación",
670-
"HelpTxtOptUseAria2": "Usa aria2 para realizar tareas de descarga",
671671
"HelpTxtOptUseHeadVersion": "Instala las bibliotecas en la línea de comandos con los orígenes ascendentes más recientes (modo clásico)",
672672
"HelpTxtOptWritePkgConfig": "Escribe un archivo con formato packages.config de NuGet para usarlo con almacenamiento en caché binario externo. Consulte \"vcpkg help binarycaching\" para obtener más información",
673673
"HelpUpdateBaseline": "El mejor enfoque para mantener actualizadas las bibliotecas es actualizar la referencia de línea base. Esto garantizará que se actualicen todos los paquetes, incluidos los transitivos. Sin embargo, si necesita actualizar un paquete de forma independiente, puede usar una restricción \"versión>=\".",

locales/messages.fr.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"AssetCacheMissNoUrls": "Asset cache missed looking for {sha} and no authoritative URL is known",
149149
"AssetCacheProviderAcceptsNoArguments": "arguments inattendus : ’{value}’ n’accepte pas les arguments",
150150
"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}}}}}",
152152
"AssetCacheScriptCommandLine": "the full script command line was",
153153
"AssetCacheScriptFailed": "the asset cache script returned nonzero exit code {exit_code}",
154154
"AssetCacheScriptFailedToWriteCorrectHash": "the asset cache script returned success but the resulting file has an unexpected hash",
@@ -443,7 +443,8 @@
443443
"DownloadFailedHashMismatch": "download from {url} had an unexpected hash",
444444
"DownloadFailedHashMismatchActualHash": "Actual : {sha}",
445445
"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",
447448
"DownloadFailedRetrying": "Download {url} failed -- retrying after {value}ms",
448449
"DownloadFailedStatusCode": "{url} : échec : code d’état {value}",
449450
"DownloadOrUrl": "or {url}",
@@ -667,7 +668,6 @@
667668
"HelpTxtOptOnlyBinCache": "Échoue si les fichiers binaires mis en cache ne sont pas disponibles",
668669
"HelpTxtOptOnlyDownloads": "Fait le meilleur effort pour essayer de télécharger des sources sans générer",
669670
"HelpTxtOptRecurse": "Autorise la suppression des packages dans le cadre de l’installation",
670-
"HelpTxtOptUseAria2": "Utilise aria2 pour effectuer des tâches de téléchargement",
671671
"HelpTxtOptUseHeadVersion": "Installe les bibliothèques sur la ligne de commande à l’aide des dernières sources en amont (mode classique)",
672672
"HelpTxtOptWritePkgConfig": "Écrit un fichier nuGet au format packages.config à utiliser avec la mise en cache binaire externe. Pour plus d’informations, consultez « fichier binaire d’aide vcpkg »",
673673
"HelpUpdateBaseline": "La meilleure approche pour maintenir vos bibliothèques à jour consiste à mettre à jour votre référence de base. Cela garantira que tous les packages, y compris les packages transitifs, sont mis à jour. Cependant, si vous avez besoin de mettre à jour un package indépendamment, vous pouvez utiliser une contrainte \"version>=\".",

0 commit comments

Comments
 (0)