Skip to content

Commit c675b3c

Browse files
authored
Localized file check-in by OneLocBuild Task: Build definition ID 15684: Build ID 12799785 (#1853)
1 parent fc48689 commit c675b3c

13 files changed

+104
-104
lines changed

locales/messages.cs.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@
411411
"CreatingNuGetPackage": "Vytváří se balíček NuGet...",
412412
"CreatingZipArchive": "Vytváří se archiv zip...",
413413
"CreationFailed": "Nepovedlo se vytvořit cestu {path}.",
414-
"CurlFailedGeneric": "Operace curl se nezdařila s kódem chyby {exit_code}.",
415-
"CurlFailedToPut": "Nástroji curl se nepodařilo vložit soubor na adresu {url} s ukončovacím kódem {exit_code}.",
416-
"CurlFailedToPutHttp": "Nástroji curl se nepodařilo vložit soubor na adresu {url} s ukončovacím kódem {exit_code} a kódem HTTP {value}.",
417-
"CurlFailedToReturnExpectedNumberOfExitCodes": "Curl nevrátil očekávaný počet ukončovacích kódů; k tomu může dojít, pokud se něco zahodí před dokončením. Curl se ukončil s {exit_code}, což je obvykle kód výsledku poslední operace, ale může to být důsledek chybového ukončení. Příkazový řádek byl {command_line} a veškerý výstup je níže:",
414+
"CurlDownloadTimeout": "Download timed out.",
415+
"CurlFailedGeneric": "curl operation failed with error code {exit_code}",
416+
"CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.",
417+
"CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.",
418418
"CurrentCommitBaseline": "Aktuální potvrzení můžete použít jako směrný plán, což je:\n„builtin-baseline“: „{commit_sha}“",
419419
"CycleDetectedDuring": "cyklus zjištěný během specifikace {spec}:",
420420
"DefaultBinaryCachePlatformCacheRequiresAbsolutePath": "Proměnná prostředí VCPKG_DEFAULT_BINARY_CACHE musí být adresář (byla: {path}).",
@@ -442,15 +442,16 @@
442442
"DownloadFailedHashMismatchActualHash": "Skutečnost: {sha}",
443443
"DownloadFailedHashMismatchExpectedHash": "Očekáváno: {sha}",
444444
"DownloadFailedHashMismatchZero": "stahování se nezdařilo, protože očekávaný algoritmus SHA512 měl všechny nuly. Změňte očekávaný algoritmus SHA512 na: {sha}",
445-
"DownloadFailedProxySettings": "Pokud používáte proxy server, ujistěte se, že je nastavení proxy serveru správné.\nMožné příčiny:\n1. Ve skutečnosti používáte proxy server HTTP, ale nastavujete proměnnou HTTPS_PROXY na https//address:port.\nTo není správné, protože předpona „https://“ označuje, že proxy server je typu HTTPS, zatímco váš proxy server (v2ray, shadowsocksr atd...) je proxy server HTTP.\nZkuste místo toho nastavit „http://address:port“ u HTTP_PROXY i HTTPS_PROXY.\n2. Pokud používáte Windows, bude vcpkg automaticky používat nastavení proxy serveru Windows IE nastavená vaším proxy softwarem. Viz: https://github.com/microsoft/vcpkg-tool/pull/77\nHodnota nastavená proxy serverem může být chybná nebo může mít stejný problém s předponou „https://“.\n3. Vzdálený server vašeho proxy serveru je mimo provoz.\nPokud se domníváte, že se nejedná o dočasné selhání stahovacího serveru a že je třeba změnit vcpkg tak, aby stahoval tento soubor z jiného umístění, nahlaste prosím problém na adrese https://github.com/Microsoft/vcpkg/issues",
446-
"DownloadFailedRetrying": "Stažení z adresy {url} se nezdařilo – pokus se zopakuje za {value} ms.",
445+
"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 out 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",
447446
"DownloadFailedStatusCode": "{url}: neúspěšné: stavový kód {value}",
447+
"DownloadNotTransientErrorWontRetry": "Not a transient network error, won't retry download from {url}",
448448
"DownloadOrUrl": "nebo {url}",
449449
"DownloadRootsDir": "Stáhne adresář (výchozí: {env_var})",
450450
"DownloadSuccesful": "Úspěšné stažení z cesty {path}",
451451
"DownloadSuccesfulUploading": "{path} se úspěšně stáhlo, ukládání do {url}",
452+
"DownloadTransientErrorRetriesExhausted": "Reached maximum number of attempts, won't retry download from {url}.",
453+
"DownloadTransientErrorRetry": "Attempt {count} of {value}, retrying download.",
452454
"DownloadTryingAuthoritativeSource": "Probíhá pokus o {url}",
453-
"DownloadWinHttpError": "{url}: {system_api} selhalo s ukončovacím kódem {exit_code}.",
454455
"DownloadedSources": "Stažené zdroje pro {spec}",
455456
"DownloadingAssetShaToFile": "Stahování položky mezipaměti prostředků {sha} -> {path}",
456457
"DownloadingAssetShaWithoutAssetCache": "požadované stažení položky mezipaměti prostředků {sha} -> {path}, ale nejsou nakonfigurované žádné mezipaměti prostředků.",
@@ -759,7 +760,6 @@
759760
"InvalidToolOSValue": "Neplatný operační systém nástroje: {value}. Očekávala se jedna z těchto hodnot: {expected}",
760761
"InvalidToolVersion": "Neplatná verze nástroje; Očekával se řetězec obsahující podřetězec mezi 1 a 3 čísly oddělenými tečkami.",
761762
"InvalidTriplet": "Neplatný triplet: {triplet}",
762-
"InvalidUri": "Nejde parsovat identifikátor URI: {value}",
763763
"InvalidValueHashAdditionalFiles": "Proměnná VCPKG_HASH_ADDITIONAL_FILES obsahuje neplatnou cestu k souboru: {path}. Hodnota musí být absolutní cesta k existujícímu souboru.",
764764
"InvalidValuePostPortfileIncludes": "Proměnná VCPKG_POST_PORTFILE_INCLUDES obsahuje neplatnou cestu k souboru: {path}. Hodnota musí být absolutní cesta k existujícímu souboru cmake.",
765765
"IrregularFile": "cesta nebyla běžným souborem: {path}",

locales/messages.de.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@
411411
"CreatingNuGetPackage": "NuGet-Paket wird erstellt...",
412412
"CreatingZipArchive": "ZIP-Archiv wird erstellt...",
413413
"CreationFailed": "Fehler beim Erstellen von {path}.",
414-
"CurlFailedGeneric": "Fehler beim curl-Vorgang. Fehlercode: {exit_code}.",
415-
"CurlFailedToPut": "CURL konnte die Datei nicht unter {url} mit Exitcode {exit_code} ablegen.",
416-
"CurlFailedToPutHttp": "CURL konnte die Datei nicht unter {url} mit dem Exitcode {exit_code} und dem HTTP-Code {value} ablegen.",
417-
"CurlFailedToReturnExpectedNumberOfExitCodes": "curl konnte die erwartete Anzahl von Exitcodes nicht zurückgeben. dies kann vorkommen, wenn etwas beendet wird, bevor es abgeschlossen ist. curl wurde mit {exit_code} beendet. Dies ist normalerweise der Ergebniscode für den letzten Vorgang, kann aber das Ergebnis eines Absturzes sein. Die Befehlszeile wurde {command_line}, und die gesamte Ausgabe ist unten:",
414+
"CurlDownloadTimeout": "Download timed out.",
415+
"CurlFailedGeneric": "curl operation failed with error code {exit_code}",
416+
"CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.",
417+
"CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.",
418418
"CurrentCommitBaseline": "Sie können den aktuellen Commit als Baseline verwenden, d. h.:\n \"builtin-baseline\": \"{commit_sha}\"",
419419
"CycleDetectedDuring": "Zyklus während {spec} erkannt:",
420420
"DefaultBinaryCachePlatformCacheRequiresAbsolutePath": "Die Umgebungsvariable VCPKG_DEFAULT_BINARY_CACHE muss ein Verzeichnis sein (war: {path}).",
@@ -442,15 +442,16 @@
442442
"DownloadFailedHashMismatchActualHash": "Tatsächlich : {sha}",
443443
"DownloadFailedHashMismatchExpectedHash": "Erwartet: {sha}",
444444
"DownloadFailedHashMismatchZero": "Fehler beim Download, weil sha512 null war. Ändern Sie das erwartete SHA512 in: {sha}",
445-
"DownloadFailedProxySettings": "Wenn Sie einen Proxy verwenden, stellen Sie sicher, dass Ihre Proxyeinstellungen korrekt sind.\nMögliche Ursachen sind:\n1. Sie verwenden tatsächlich einen HTTP-Proxy, legen die „HTTPS_PROXY“-Variable jedoch auf „https://address:port“ fest.\nDies ist nicht korrekt, weil das Präfix „https://“ den Anspruch auf einen HTTPS-Proxy hat, während Ihr Proxy (v2ray, shadowsocksr usw.) ein HTTP-Proxy ist.\nVersuchen Sie stattdessen, „http://address:port“ sowohl auf „HTTP_PROXY“ als auch auf „HTTPS_PROXY“ festzulegen.\n2. Wenn Sie Windows verwenden, verwendet vcpkg automatisch die von Ihrer Proxysoftware festgelegten Windows IE-Proxyeinstellungen. Siehe: https://github.com/microsoft/vcpkg-tool/pull/77\nDer von Ihrem Proxy festgelegte Wert ist möglicherweise falsch oder weist dasselbe „https://“-Präfixproblem auf.\n3. Der Remoteserver Ihres Proxys ist außer Betrieb.\nWenn Sie der Meinung sind, dass es sich nicht um einen temporären Downloadserverfehler handelt und vcpkg geändert werden muss, um diese Datei von einem anderen Speicherort herunterzuladen, melden Sie ein Problem unter „https://github.com/Microsoft/vcpkg/issues“.",
446-
"DownloadFailedRetrying": "Fehler beim Herunterladen von {url}. Der Versuch wird nach {value} Min. wiederholt.",
445+
"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 out 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",
447446
"DownloadFailedStatusCode": "{url}: Fehler: Statuscode {value}",
447+
"DownloadNotTransientErrorWontRetry": "Not a transient network error, won't retry download from {url}",
448448
"DownloadOrUrl": "oder {url}",
449449
"DownloadRootsDir": "Downloadverzeichnis (Standard: {env_var})",
450450
"DownloadSuccesful": "{path} wurde erfolgreich heruntergeladen.",
451451
"DownloadSuccesfulUploading": "Die {path} wurde erfolgreich heruntergeladen und in {url} gespeichert.",
452+
"DownloadTransientErrorRetriesExhausted": "Reached maximum number of attempts, won't retry download from {url}.",
453+
"DownloadTransientErrorRetry": "Attempt {count} of {value}, retrying download.",
452454
"DownloadTryingAuthoritativeSource": "Es wird versucht, {url}",
453-
"DownloadWinHttpError": "{url}: Fehler bei {system_api}. Exitcode: {exit_code}.",
454455
"DownloadedSources": "Heruntergeladene Quellen für {spec}",
455456
"DownloadingAssetShaToFile": "Der Ressourcencacheeintrag {sha} -> {path} wird heruntergeladen.",
456457
"DownloadingAssetShaWithoutAssetCache": "hat den Download des Ressourcencacheeintrags {sha} -> {path} angefordert, es sind jedoch keine Ressourcencaches konfiguriert.",
@@ -759,7 +760,6 @@
759760
"InvalidToolOSValue": "Ungültiges Toolbetriebssystem: {value}. Erwartet: {expected}",
760761
"InvalidToolVersion": "Ungültige Toolversion; Es wurde eine Zeichenfolge erwartet, die eine Teilzeichenfolge zwischen 1 und 3 Zahlen enthält, die durch Punkte getrennt sind.",
761762
"InvalidTriplet": "Ungültiges Triplet: {triplet}",
762-
"InvalidUri": "URI kann nicht geparst werden: {value}",
763763
"InvalidValueHashAdditionalFiles": "Die Variable VCPKG_HASH_ADDITIONAL_FILES enthält einen ungültigen Dateipfad: \"{path}\". Der Wert muss ein absoluter Pfad zu einer vorhandenen Datei sein.",
764764
"InvalidValuePostPortfileIncludes": "Die variable VCPKG_POST_PORTFILE_INCLUDES enthält einen ungültigen Dateipfad: \"{path}\". Der Wert muss ein absoluter Pfad zu einer vorhandenen Cmakedatei sein.",
765765
"IrregularFile": "Der Pfad war keine reguläre Datei: {path}",

locales/messages.es.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,10 @@
411411
"CreatingNuGetPackage": "Creando paquete NuGet...",
412412
"CreatingZipArchive": "Creando archivo ZIP...",
413413
"CreationFailed": "Error al crear {path}.",
414-
"CurlFailedGeneric": "Error en la operación curl con el código de error {exit_code}.",
415-
"CurlFailedToPut": "cURL no pudo colocar el archivo en {url} con el código de salida {exit_code}.",
416-
"CurlFailedToPutHttp": "cURL no pudo colocar el archivo en {url} con el código de salida {exit_code} y el código HTTP {value}.",
417-
"CurlFailedToReturnExpectedNumberOfExitCodes": "curl no pudo devolver el número esperado de códigos de salida; esto puede ocurrir si algo termina el rizo antes de que termine. Curl se cerró con {exit_code} que normalmente es el código de resultado de la última operación, pero puede ser el resultado de un bloqueo. Se {command_line} la línea de comandos y todas las salidas están a continuación:",
414+
"CurlDownloadTimeout": "Download timed out.",
415+
"CurlFailedGeneric": "curl operation failed with error code {exit_code}",
416+
"CurlFailedHttpResponse": "curl operation failed with HTTP response code {exit_code}.",
417+
"CurlFailedToPut": "curl failed to PUT file to {url} with response code {value}.",
418418
"CurrentCommitBaseline": "Puede usar la confirmación actual como línea base, que es:\n\t\"builtin-baseline\": \"{commit_sha}\"",
419419
"CycleDetectedDuring": "ciclo detectado durante {spec}:",
420420
"DefaultBinaryCachePlatformCacheRequiresAbsolutePath": "La variable de entorno VCPKG_DEFAULT_BINARY_CACHE debe ser un directorio (era: {path})",
@@ -442,15 +442,16 @@
442442
"DownloadFailedHashMismatchActualHash": "Real: {sha}",
443443
"DownloadFailedHashMismatchExpectedHash": "Se esperaba: {sha}",
444444
"DownloadFailedHashMismatchZero": "error en la descarga porque el sha512 esperado era todos ceros. Cambie el SHA512 esperado a: {sha}",
445-
"DownloadFailedProxySettings": "Si usa un proxy, asegúrese de que la configuración del proxy sea correcta.\nLas causas posibles son:\n1. Está usando realmente un proxy HTTP, pero estableciendo HTTPS_PROXY variable en \"https//address:port\".\nEsto no es correcto, porque el prefijo \"https://\" indica que el proxy es un proxy HTTPS, mientras que el proxy (v2ray, shadowsocksr, etc.) es un proxy HTTP.\nIntente establecer \"http://address:port\" en HTTP_PROXY y HTTPS_PROXY en su lugar.\n2. Si usa Windows, vcpkg usará automáticamente la configuración de proxy de Windows IE establecida por el software proxy. Consulte: https://github.com/microsoft/vcpkg-tool/pull/77\nEl valor establecido por el proxy podría ser incorrecto o tener el mismo problema de prefijo \"https://\".\n3. El servidor remoto del proxy está fuera de servicio.\nSi cree que no se trata de un error temporal del servidor de descarga y vcpkg debe cambiarse para descargar este archivo desde otra ubicación, envíe un problema a https://github.com/Microsoft/vcpkg/issues",
446-
"DownloadFailedRetrying": "Error al descargar {url}: reintentar después de {value} ms",
445+
"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 out 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",
447446
"DownloadFailedStatusCode": "{url}: error: código de estado {value}",
447+
"DownloadNotTransientErrorWontRetry": "Not a transient network error, won't retry download from {url}",
448448
"DownloadOrUrl": "o {url}",
449449
"DownloadRootsDir": "Descarga el directorio (predeterminado: {env_var})",
450450
"DownloadSuccesful": "Descargado correctamente {path}",
451451
"DownloadSuccesfulUploading": "La {path} se descargó correctamente y se almacena en {url}",
452+
"DownloadTransientErrorRetriesExhausted": "Reached maximum number of attempts, won't retry download from {url}.",
453+
"DownloadTransientErrorRetry": "Attempt {count} of {value}, retrying download.",
452454
"DownloadTryingAuthoritativeSource": "Intentando {url}",
453-
"DownloadWinHttpError": "{url}: error de {system_api} con el código de salida {exit_code}.",
454455
"DownloadedSources": "Orígenes descargados para {spec}",
455456
"DownloadingAssetShaToFile": "Descargando la entrada de caché de recursos {sha} -> {path}",
456457
"DownloadingAssetShaWithoutAssetCache": "se solicitó la descarga de la entrada de caché de recursos {sha} -> {path}, pero no hay ninguna caché de recursos configurada",
@@ -759,7 +760,6 @@
759760
"InvalidToolOSValue": "Sistema operativo de herramienta no válido: {value}. Se esperaba uno de: {expected}",
760761
"InvalidToolVersion": "Versión de herramienta no válida; se esperaba una cadena que contiene una subcadena de entre 1 y 3 números separados por puntos.",
761762
"InvalidTriplet": "Triplete no válido: {triplet}",
762-
"InvalidUri": "no se puede analizar el URI: {value}",
763763
"InvalidValueHashAdditionalFiles": "La variable VCPKG_HASH_ADDITIONAL_FILES contiene una ruta de acceso de archivo no válida: \"{path}\". El valor debe ser una ruta de acceso absoluta a un archivo existente.",
764764
"InvalidValuePostPortfileIncludes": "La variable VCPKG_POST_PORTFILE_INCLUDES contiene una ruta de acceso de archivo no válida: '{path}'. El valor debe ser una ruta de acceso absoluta a un archivo cmake existente.",
765765
"IrregularFile": "la ruta de acceso no era un archivo normal: {path}",

0 commit comments

Comments
 (0)