Skip to content

Commit

Permalink
[localization][automated][ci skip] update locale files
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedbot committed Jun 14, 2022
1 parent 34c1a13 commit b0f08e4
Show file tree
Hide file tree
Showing 13 changed files with 65 additions and 26 deletions.
7 changes: 5 additions & 2 deletions locales/messages.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"ChecksUnreachableCode": "nedosažitelný kód byl dosažen",
"ChecksUpdateVcpkg": "aktualizace vcpkg opětovným spuštěním bootstrap-vcpkg může tuto chybu vyřešit.",
"CiBaselineAllowUnexpectedPassingRequiresBaseline": "Parametr --allow-unexpected-passing lze použít pouze v případě, že je směrný plán poskytnut prostřednictvím parametru --ci-baseline.",
"CiBaselineDisallowedCascade": "REGRESSION: {spec} cascaded, but it is required to pass. ({path}).",
"CiBaselineRegression": "REGRESE: Akce {spec} selhala s výsledkem: {build_result}. Pokud se to očekávalo, přidejte {spec}=fail do cesty {path}.",
"CiBaselineRegressionHeader": "REGRESE:",
"CiBaselineUnexpectedPass": "PŘEDÁVÁNÍ, ODEBRAT ZE SEZNAMU SELHÁNÍ: {spec} ({path}).",
Expand Down Expand Up @@ -99,7 +100,7 @@
"ErrorVsCodeNotFoundPathExamined": "Prozkoumali jsme následující cesty:",
"ExcludedPackage": "Vyloučené {spec}",
"ExpectedCharacterHere": "tady se očekávalo {expected}",
"ExpectedFailOrSkip": "tady se očekávalo fail nebo skip",
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
"ExpectedPortName": "tady se očekával název portu",
"ExpectedTripletName": "tady se očekával trojitý název",
"FailedToProvisionCe": "Nepovedlo se zřídit vcpkg-ce.",
Expand Down Expand Up @@ -144,6 +145,7 @@
"InvalidArgumentRequiresSourceArgument": "Neplatný argument: binární konfigurace {binary_source} vyžaduje alespoň zdrojový argument.",
"InvalidArgumentRequiresTwoOrThreeArguments": "Neplatný argument: binární konfigurace {binary_source} vyžaduje 2 nebo 3 argumenty.",
"InvalidArgumentRequiresValidToken": "Neplatný argument: binární konfigurace {binary_source} vyžaduje token SAS bez předcházejícího znaku „?“ jako druhého argumentu.",
"InvalidFormatString": "invalid format string: {actual}",
"JsonErrorFailedToParse": "Nepodařilo se parsovat {path}:",
"JsonErrorFailedToRead": "nepovedlo se přečíst {path}: {error_msg}",
"LaunchingProgramFailed": "Spouští se nástroj {tool_name}:",
Expand Down Expand Up @@ -194,9 +196,10 @@
"ToolInWin10": "Tento nástroj je součástí sady Windows 10 nebo novější.",
"UnexpectedErrorDuringBulkDownload": "při hromadném stahování došlo k neočekávané chybě.",
"UnexpectedToolOutput": "Nástroj {tool_name} ({path}) vygeneroval neočekávaný výstup při pokusu o určení verze:",
"UnknownBaselineFileContent": "nerozpoznatelná položka směrného plánu; očekávalo se port:triplet=(fail|skip)",
"UnknownBaselineFileContent": "unrecognizable baseline entry; expected 'port:triplet=(fail|skip|pass)'",
"UnknownBinaryProviderType": "Neplatný typ binárního zprostředkovatele: platní zprostředkovatelé jsou clear, default, nuget, nugetconfig, interactive a files.",
"UnknownTool": "Vcpkg nemá definici tohoto nástroje pro tuto platformu.",
"UnknownVariablesInTemplate": "invalid argument: url template '{value}' contains unknown variables: {list}",
"UnsupportedSystemName": "Nepovedlo se namapovat VCPKG_CMAKE_SYSTEM_NAME {system_name} na platformu vcvarsall. Podporované názvy systémů jsou „“, „Windows“ a „WindowsStore“.",
"UnsupportedToolchain": "v trojitém {triplet}: Nepovedlo se najít platnou sadu nástrojů pro požadovanou cílovou architekturu {arch}.\nVybraná instance Visual Studio je na: {path}\nDostupné kombinace sad nástrojů: {list}",
"UpdateBaselineAddBaselineNoManifest": "Přepínač --{option} byl předán, ale není k dispozici žádný soubor manifestu, do kterého by bylo možné přidat pole builtin-baseline.",
Expand Down
7 changes: 5 additions & 2 deletions locales/messages.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"ChecksUnreachableCode": "Nicht erreichbarer Code wurde erreicht.",
"ChecksUpdateVcpkg": "Das Aktualisieren von vcpkg durch erneutes Ausführen von „bootstrap-vcpkg“ kann diesen Fehler möglicherweise beheben.",
"CiBaselineAllowUnexpectedPassingRequiresBaseline": "--allow-unexpected-passing kann nur verwendet werden, wenn eine Baseline über --ci-baseline bereitgestellt wird.",
"CiBaselineDisallowedCascade": "REGRESSION: {spec} cascaded, but it is required to pass. ({path}).",
"CiBaselineRegression": "REGRESSION: {spec} ist mit {build_result} fehlgeschlagen. Falls erwartet, fügen Sie {spec}=fail zu {path} hinzu.",
"CiBaselineRegressionHeader": "REGRESSIONEN:",
"CiBaselineUnexpectedPass": "BESTANDEN, VON DER FEHLERLISTE ENTFERNEN: {spec} ({Pfad}).",
Expand Down Expand Up @@ -99,7 +100,7 @@
"ErrorVsCodeNotFoundPathExamined": "Die folgenden Pfade wurden untersucht:",
"ExcludedPackage": "Ausgeschlossen: {spec}",
"ExpectedCharacterHere": "'{expected}' wurde hier erwartet",
"ExpectedFailOrSkip": "\"fail\" oder \"skip\" wurde hier erwartet",
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
"ExpectedPortName": "Hier wurde ein Portname erwartet",
"ExpectedTripletName": "Hier wurde ein Tripletname erwartet",
"FailedToProvisionCe": "Fehler beim Bereitstellen von vcpkg-ce.",
Expand Down Expand Up @@ -144,6 +145,7 @@
"InvalidArgumentRequiresSourceArgument": "Ungültiges Argument: Die Binärkonfiguration „{binary_source}“ erfordert mindestens ein Quellenargument",
"InvalidArgumentRequiresTwoOrThreeArguments": "ungültiges Argument: Binärkonfiguration „{binary_source}“ erfordert 2 oder 3 Argumente",
"InvalidArgumentRequiresValidToken": "Ungültiges Argument: Für die binäre Konfiguration '{binary_source}' ist ein SAS-Token ohne voranstellendes \"?\"-Argument als zweites Argument erforderlich",
"InvalidFormatString": "invalid format string: {actual}",
"JsonErrorFailedToParse": "Fehler beim Analysieren von „{path}“:",
"JsonErrorFailedToRead": "Fehler beim Lesen von „{path}“: {error_msg}",
"LaunchingProgramFailed": "{tool_name} wird gestartet:",
Expand Down Expand Up @@ -194,9 +196,10 @@
"ToolInWin10": "Dieses Hilfsprogramm ist mit Windows 10 oder höher gebündelt.",
"UnexpectedErrorDuringBulkDownload": "Unerwarteter Fehler beim Massendownload.",
"UnexpectedToolOutput": "{tool_name} ({path}) hat beim Versuch, die Version zu bestimmen, eine unerwartete Ausgabe erzeugt:",
"UnknownBaselineFileContent": "nicht erkennbarer Baselineeintrag; erwartet 'port:triplet=(fail|skip)'.",
"UnknownBaselineFileContent": "unrecognizable baseline entry; expected 'port:triplet=(fail|skip|pass)'",
"UnknownBinaryProviderType": "Unbekannter Binäranbietertyp: Gültige Anbieter sind \"clear\", \"default\", \"nuget\", \"nugetconfig\", \"interactive\" und \"files\".",
"UnknownTool": "vcpkg verfügt nicht über eine Definition dieses Tools für diese Plattform.",
"UnknownVariablesInTemplate": "invalid argument: url template '{value}' contains unknown variables: {list}",
"UnsupportedSystemName": "VCPKG_CMAKE_SYSTEM_NAME „{system_name}“ konnte keiner „vcvarsall“-Plattform zugeordnet werden. Unterstützte Systemnamen sind „Windows“ und „WindowsStore“.",
"UnsupportedToolchain": "in Triplet {triplet}: Es wurde keine gültige Toolkette für die angeforderte Zielarchitektur „{arch}“ gefunden.\nDie ausgewählte Visual Studio-Instanz befindet sich unter: {path}\nDie verfügbaren Toolkettenkombinationen sind: {list}",
"UpdateBaselineAddBaselineNoManifest": "der --{option}-Schalter wurde übergeben, aber es gibt keine Manifestdatei, der ein `builtin-baseline`-Feld hinzugefügt werden könnte.",
Expand Down
7 changes: 5 additions & 2 deletions locales/messages.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"ChecksUnreachableCode": "se ha alcanzado un código inaccesible",
"ChecksUpdateVcpkg": "actualizar vcpkg volviendo a ejecutar bootstrap-vcpkg puede resolver este error.",
"CiBaselineAllowUnexpectedPassingRequiresBaseline": "--allow-unexpected-passing solo se puede usar si se proporciona una base de referencia mediante --ci-baseline.",
"CiBaselineDisallowedCascade": "REGRESSION: {spec} cascaded, but it is required to pass. ({path}).",
"CiBaselineRegression": "REGRESSION: error de {spec} con {build_result}. Si estaba previsto, añada {spec}=fail a {path}.",
"CiBaselineRegressionHeader": "REGRESIONES:",
"CiBaselineUnexpectedPass": "PASANDO, QUITAR DE LA LISTA DE ERRORES: {spec} ({path}).",
Expand Down Expand Up @@ -99,7 +100,7 @@
"ErrorVsCodeNotFoundPathExamined": "Se examinaron las siguientes rutas de acceso:",
"ExcludedPackage": "{spec} excluido",
"ExpectedCharacterHere": "Se esperaba “{expected}” aquí",
"ExpectedFailOrSkip": "se esperaba “fail” o “skip” aquí",
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
"ExpectedPortName": "se esperaba un nombre de puerto aquí",
"ExpectedTripletName": "se esperaba un nombre de trillizo aquí",
"FailedToProvisionCe": "No se pudo aprovisionar vcpkg-ce.",
Expand Down Expand Up @@ -144,6 +145,7 @@
"InvalidArgumentRequiresSourceArgument": "argumento no válido: la '{binary_source}' de configuración binaria requiere como mínimo un argumento de origen",
"InvalidArgumentRequiresTwoOrThreeArguments": "argumento no válido: la configuración binaria '{binary_source}' requiere 2 ó 3 argumentos",
"InvalidArgumentRequiresValidToken": "argumento no válido: '{binary_source}' de configuración binaria requiere un token de SAS sin un precedente \"?\", como el segundo argumento.",
"InvalidFormatString": "invalid format string: {actual}",
"JsonErrorFailedToParse": "no se pudo analizar {path}:",
"JsonErrorFailedToRead": "no se pudo leer {path}: {error_msg}",
"LaunchingProgramFailed": "Iniciando {tool_name}:",
Expand Down Expand Up @@ -194,9 +196,10 @@
"ToolInWin10": "Esta utilidad se incluye con Windows 10 o posterior.",
"UnexpectedErrorDuringBulkDownload": "error inesperado durante la descarga masiva.",
"UnexpectedToolOutput": "{tool_name} ({path}) produjo una salida inesperada al intentar determinar la versión:",
"UnknownBaselineFileContent": "entrada de base de referencia irreconocible; se esperaba \"port:triplet=(fail|skip)\"",
"UnknownBaselineFileContent": "unrecognizable baseline entry; expected 'port:triplet=(fail|skip|pass)'",
"UnknownBinaryProviderType": "tipo de proveedor binario desconocido: los proveedores válidos son 'clear', 'default', 'nuget', 'nugetconfig', 'interactive' y 'files'",
"UnknownTool": "vcpkg no tiene una definición de esta herramienta para esta plataforma.",
"UnknownVariablesInTemplate": "invalid argument: url template '{value}' contains unknown variables: {list}",
"UnsupportedSystemName": "No se pudo asignar VCPKG_CMAKE_SYSTEM_NAME \"{system_name}\" a una plataforma vcvarsall. Los nombres de sistema admitidos son '', \"Windows\" y \"WindowsStore\".",
"UnsupportedToolchain": "en el triplete {triplet}: no se puede encontrar una cadena de herramientas válida para la arquitectura de destino solicitada {arch}.\nLa instancia de Visual Studio seleccionada está en: {path}\nLas combinaciones de cadenas de herramientas disponibles son: {list}",
"UpdateBaselineAddBaselineNoManifest": "el conmutador --{option} se pasó, pero no hay ningún archivo de manifiesto al que agregar un campo `builtin-baseline`.",
Expand Down
7 changes: 5 additions & 2 deletions locales/messages.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"ChecksUnreachableCode": "code inaccessible atteint",
"ChecksUpdateVcpkg": "la mise à jour de vcpkg en réexécutant bootstrap-vcpkg peut résoudre cet échec.",
"CiBaselineAllowUnexpectedPassingRequiresBaseline": "--allow-unexpected-passing ne peut être utilisé que si une ligne de base est fournie via --ci-baseline.",
"CiBaselineDisallowedCascade": "REGRESSION: {spec} cascaded, but it is required to pass. ({path}).",
"CiBaselineRegression": "RÉGRESSION : {spec} a échoué avec {build_result}. Si prévu, ajoutez {spec}=échec de la {path}.",
"CiBaselineRegressionHeader": "RÉGRESSIONS :",
"CiBaselineUnexpectedPass": "RÉUSSITE, SUPPRESSION DE LA LISTE D’ÉCHEC : {spec} ({path}).",
Expand Down Expand Up @@ -99,7 +100,7 @@
"ErrorVsCodeNotFoundPathExamined": "Les chemins d’accès suivants ont été examinés :",
"ExcludedPackage": "{spec} exclus",
"ExpectedCharacterHere": "'{expected}' attendu ici",
"ExpectedFailOrSkip": "'échec' ou 'ignorer' attendu ici",
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
"ExpectedPortName": "nom de port attendu ici",
"ExpectedTripletName": "nom triplet attendu ici",
"FailedToProvisionCe": "Échec de l’approvisionnement de vcpkg-ce",
Expand Down Expand Up @@ -144,6 +145,7 @@
"InvalidArgumentRequiresSourceArgument": "argument non valide : la configuration binaire '{binary_source}' nécessite au moins un argument source",
"InvalidArgumentRequiresTwoOrThreeArguments": "argument non valide : la configuration binaire '{binary_source}' nécessite 2 ou 3 arguments",
"InvalidArgumentRequiresValidToken": "argument non valide : la configuration binaire '{binary_source}' nécessite un jeton SAS sans '?' comme deuxième argument",
"InvalidFormatString": "invalid format string: {actual}",
"JsonErrorFailedToParse": "échec de l’analyse de {path} :",
"JsonErrorFailedToRead": "échec de la lecture de {path} : {error_msg}",
"LaunchingProgramFailed": "Lancement de {tool_name} :",
Expand Down Expand Up @@ -194,9 +196,10 @@
"ToolInWin10": "Cet utilitaire est fourni avec Windows 10 ou une version ultérieure.",
"UnexpectedErrorDuringBulkDownload": "une erreur inattendue s’est produite lors du téléchargement en bloc.",
"UnexpectedToolOutput": "{tool_name} ({path}) a produit une sortie inattendue lors de la tentative de détermination de la version :",
"UnknownBaselineFileContent": "entrée de base de référence non reconnaissable ; 'port:triplet=(fail|skip)' attendu",
"UnknownBaselineFileContent": "unrecognizable baseline entry; expected 'port:triplet=(fail|skip|pass)'",
"UnknownBinaryProviderType": "type de fournisseur binaire inconnu : les fournisseurs valides sont 'clear', 'default', 'nuget', 'nugetconfig', 'interactive' et 'files'",
"UnknownTool": "vcpkg n’a pas de définition de cet outil pour cette plateforme.",
"UnknownVariablesInTemplate": "invalid argument: url template '{value}' contains unknown variables: {list}",
"UnsupportedSystemName": "Impossible de mapper VCPKG_CMAKE_SYSTEM_NAME '{system_name}' à une plateforme vcvarsall. Les noms de système pris en charge sont ' '', 'Windows' et 'WindowsStore'.",
"UnsupportedToolchain": "Dans le {triplet} triplet : chaînes d’outils valide introuvablepour l’architecture cible demandée {arch}\n. L’instance de Visual Studio sélectionnée est à : {path}\n. Les combinaisons de chaînes d’outils disponibles sont : {list}.",
"UpdateBaselineAddBaselineNoManifest": "le commutateur --{option} a été passé, mais il n’existe aucun fichier manifeste auquel ajouter un champ `builtin-baseline`.",
Expand Down
7 changes: 5 additions & 2 deletions locales/messages.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"ChecksUnreachableCode": "è stato raggiunto il codice non raggiungibile",
"ChecksUpdateVcpkg": "l'aggiornamento di vcpkg eseguendo di nuovo bootstrap-vcpkg può risolvere questo errore.",
"CiBaselineAllowUnexpectedPassingRequiresBaseline": "--allow-unexpected-passing può essere usato solo se viene fornita una baseline tramite --ci-baseline.",
"CiBaselineDisallowedCascade": "REGRESSION: {spec} cascaded, but it is required to pass. ({path}).",
"CiBaselineRegression": "REGRESSIONE: {spec} non riuscito con {build_result}. Se previsto, aggiungere {spec}=fail a {path}.",
"CiBaselineRegressionHeader": "REGRESSIONI:",
"CiBaselineUnexpectedPass": "PASSAGGIO, RIMOZIONE DALL'ELENCO ERRORI: {spec} ({path}).",
Expand Down Expand Up @@ -99,7 +100,7 @@
"ErrorVsCodeNotFoundPathExamined": "Sono stati esaminati i percorsi seguenti:",
"ExcludedPackage": "{spec} escluso",
"ExpectedCharacterHere": "previsto '{expected}' qui",
"ExpectedFailOrSkip": "previsto 'fail' o 'skip' qui",
"ExpectedFailOrSkip": "expected 'fail', 'skip', or 'pass' here",
"ExpectedPortName": "previsto un nome di porta qui",
"ExpectedTripletName": "previsto un nome triplet qui",
"FailedToProvisionCe": "Non è stato possibile eseguire il provisioning di vcpkg-ce.",
Expand Down Expand Up @@ -144,6 +145,7 @@
"InvalidArgumentRequiresSourceArgument": "argomento non valido: la configurazione binaria '{binary_source}' richiede almeno un argomento di origine",
"InvalidArgumentRequiresTwoOrThreeArguments": "argomento non valido: la configurazione binaria '{binary_source}' richiede 2 o 3 argomenti",
"InvalidArgumentRequiresValidToken": "argomento non valido: la configurazione binaria '{binary_source}' richiede un token di firma di accesso condiviso senza anteporre '?' come secondo argomento",
"InvalidFormatString": "invalid format string: {actual}",
"JsonErrorFailedToParse": "non è stato possibile analizzare {path}:",
"JsonErrorFailedToRead": "non è stato possibile leggere {path}: {error_msg}",
"LaunchingProgramFailed": "Avvio {tool_name}:",
Expand Down Expand Up @@ -194,9 +196,10 @@
"ToolInWin10": "Questa utilità è fornita in bundle con Windows 10 o versioni successive.",
"UnexpectedErrorDuringBulkDownload": "si è verificato un errore imprevisto durante il download in blocco.",
"UnexpectedToolOutput": "{tool_name} ({path}) ha prodotto un output imprevisto mentre tentava di determinare la versione:",
"UnknownBaselineFileContent": "voce baseline non riconoscibile; previsto 'port:triplet=(fail|skip)'",
"UnknownBaselineFileContent": "unrecognizable baseline entry; expected 'port:triplet=(fail|skip|pass)'",
"UnknownBinaryProviderType": "tipo di provider binario sconosciuto: i provider validi sono 'clear', 'default', 'nuget', 'nugetconfig', 'interactive' e 'files'",
"UnknownTool": "vcpkg non ha una definizione di questo strumento per questa piattaforma.",
"UnknownVariablesInTemplate": "invalid argument: url template '{value}' contains unknown variables: {list}",
"UnsupportedSystemName": "Impossibile eseguire il mapping di VCPKG_CMAKE_SYSTEM_NAME '{system_name}' a una piattaforma vcvarsall. I nomi di sistema supportati sono '', 'Windows' e 'WindowsStore'.",
"UnsupportedToolchain": "nella tripla {triplet}: non è possibile trovare una toolchain valida per l'architettura di destinazione richiesta {arch}.\nL'istanza di Visual Studio selezionata si trova in: {path}\nLe combinazioni di toolchain disponibili sono: {list}",
"UpdateBaselineAddBaselineNoManifest": "l'opzione --{option} è stata passata, ma non è presente alcun file manifesto a cui aggiungere un campo `builtin-baseline`.",
Expand Down
Loading

0 comments on commit b0f08e4

Please sign in to comment.