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 Jan 4, 2025
1 parent f351510 commit 3bc9bc7
Show file tree
Hide file tree
Showing 13 changed files with 156 additions and 52 deletions.
16 changes: 12 additions & 4 deletions locales/messages.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"ABoolean": "logická hodnota",
"ABuiltinRegistry": "integrovaný registr",
"AConfigurationObject": "objekt konfigurace",
"ACpuArchitecture": "a CPU architecture",
"ADateVersionString": "řetězec verze data",
"ADefaultFeature": "výchozí funkce",
"ADemandObject": "objekt poptávky",
Expand Down Expand Up @@ -35,9 +36,15 @@
"ARelaxedVersionString": "uvolněný řetězec verze",
"ASemanticVersionString": "řetězec sémantické verze",
"ASetOfFeatures": "sada funkcí",
"ASha512": "a SHA-512 hash",
"AString": "řetězec",
"AStringOrArrayOfStrings": "řetězec nebo pole řetězců",
"AStringStringDictionary": "„řetězec“: slovník „řetězců“",
"AToolDataArray": "an array of tool metadata",
"AToolDataFile": "a tool data file",
"AToolDataOS": "a tool data operating system",
"AToolDataObject": "tool metadata",
"AToolDataVersion": "a tool data version",
"AUrl": "adresa URL",
"AVcpkgRepositoryCommit": "potvrzení úložiště vcpkg",
"AVersionConstraint": "omezení verze",
Expand Down Expand Up @@ -386,7 +393,6 @@
"CouldNotDeduceNugetIdAndVersion": "Nepovedlo se odvodit ID a verzi NuGet z názvu souboru: {path}",
"CouldNotFindBaselineInCommit": "Nepovedlo se najít směrný plán v adrese {url} na {commit_sha} pro {package_name}.",
"CouldNotFindGitTreeAtCommit": "Nepovedlo se najít strom Git pro „versions“ v úložišti {package_name} při potvrzení {commit_sha}.",
"CouldNotFindToolVersion": "V {path} se nepovedlo najít <tools version=\"{version}\"> v {path}.",
"CouldNotFindVersionDatabaseFile": "Nepovedlo se najít soubor databáze verzí: {path}",
"CreateFailureLogsDir": "Vytváří se výstupní adresář protokolů chyb {path}.",
"CreatedNuGetPackage": "Vytvořen nupkg: {path}",
Expand Down Expand Up @@ -529,7 +535,6 @@
"FailedToParseNoVersionsArray": "Nepovedlo se parsovat {path}, očekávalo se pole „versions“.",
"FailedToParseSerializedBinParagraph": "[kontrola správnosti] Nepovedlo se parsovat serializovaný binární odstavec.\nOtevřete prosím problém na https://github.com/microsoft/vcpkg s následujícím výstupem:\n{error_msg}\nSerializovaný binární odstavec:",
"FailedToParseVersionFile": "Nepovedlo se parsovat soubor verze: {path}",
"FailedToParseVersionXML": "Nepovedlo se parsovat verzi nástroje {tool_name}. Řetězec verze byl: {version}",
"FailedToRunToolToDetermineVersion": "Nepodařilo se spustit {path} s cílem zjistit verzi {tool_name}.",
"FailedToStoreBackToMirror": "Nepovedlo se uložit {path} na adresu {url}.",
"FailedToStoreBinaryCache": "Nepovedlo se uložit binární mezipaměť {path}.",
Expand Down Expand Up @@ -688,7 +693,7 @@
"IntegrationFailedVS2015": "Integrace nebyla použita pro Visual Studio 2015.",
"InternalCICommand": "vcpkg ci je interní příkaz, který se změní nekompatibilně nebo se kdykoli odebere.",
"InternalErrorMessageContact": "Otevřete prosím problém na adrese https://github.com/microsoft/vcpkg/issues/new?template=other-type-of-bug-report.md&labels=category:vcpkg-bug, kde uveďte podrobný postup, jak problém vyvolat.",
"InvalidArchitecture": "neplatná architektura: {value}",
"InvalidArchitectureValue": "Invalid architecture: {value}. Expected one of: {expected}",
"InvalidArgument": "neplatný argument",
"InvalidArgumentRequiresAbsolutePath": "Neplatný argument: argumenty cesty binární konfigurace {binary_source} pro binární konfigurační řetězce musí být absolutní.",
"InvalidArgumentRequiresBaseUrl": "Neplatný argument: binární konfigurace {binary_source} vyžaduje jako první argument základní adresu URL {base_url}.",
Expand Down Expand Up @@ -730,9 +735,12 @@
"InvalidLogicExpressionUsePipe": "neplatný logický výraz, použijte | místo operátoru or",
"InvalidOptionForRemove": "Příkaz remove přijímá buď knihovny, nebo --outdated.",
"InvalidPortVersonName": "Našel se neplatný název souboru verze portu: {path}.",
"InvalidSha512": "invalid SHA-512 hash: {sha}\nSHA-512 hash must be 128 characters long and contain only hexadecimal digits",
"InvalidSharpInVersion": "Neplatný znak # v textu verze",
"InvalidSharpInVersionDidYouMean": "Neplatný znak # v textu verze. Měli jste na mysli „port-version“: {value}?",
"InvalidString": "Do value::string(std::string) se předala neplatná hodnota utf8.",
"InvalidToolOSValue": "Invalid tool operating system: {value}. Expected one of: {expected}",
"InvalidToolVersion": "Invalid tool version; expected a string containing a substring of between 1 and 3 numbers separated by dots.",
"InvalidTriplet": "Neplatný triplet: {triplet}",
"InvalidUri": "Nejde parsovat identifikátor URI: {value}",
"InvalidValueHashAdditionalFiles": "Proměnná VCPKG_HASH_ADDITIONAL_FILES obsahuje neplatnou cestu k souboru: {path}. Hodnota musí být absolutní cesta k existujícímu souboru.",
Expand Down Expand Up @@ -973,6 +981,7 @@
"SystemTargetsInstallFailed": "nepodařilo se nainstalovat soubor systémových cílů do {path}",
"ToRemovePackages": "Pokud chcete odebrat jenom zastaralé balíčky, spusťte\n{command_name} odeberte --outdated.",
"ToUpdatePackages": "Pokud chcete aktualizovat tyto balíčky a všechny závislosti, spusťte\n{command_name} upgrade.",
"ToolDataFileSchemaVersionNotSupported": "document schema version {version} is not supported by this version of vcpkg",
"ToolFetchFailed": "Nepovedlo se načíst {tool_name}.",
"ToolInWin10": "Tento nástroj je součástí sady Windows 10 nebo novější.",
"ToolOfVersionXNotFound": "Nebyla nalezena vhodná verze {tool_name} (požadovaná verze v{version}) a nelze automaticky stáhnout přenosnou verzi. Nainstalujte prosím novější verzi {tool_name}.",
Expand Down Expand Up @@ -1076,7 +1085,6 @@
"VersionBaselineMismatch": "{package_name} má přiřazený port {actual}, ale místní port je {expected}",
"VersionBuiltinPortTreeEntryMissing": "žádná položka databáze verzí pro {package_name} v {expected}; pomocí verze stromové struktury rezervovaných portů ({actual}).",
"VersionCommandHeader": "Verze {version} programu pro správu balíčků vcpkg\n\nInformace o licenci najdete v LICENSE.txt.",
"VersionConflictXML": "Byla očekávána verze {path}: [{expected_version}], ale byla [{actual_version}]. Spusťte prosím znovu bootstrap-vcpkg.",
"VersionConstraintNotInDatabase1": "omezení \"version>=\" pro {package_name} uvádí verzi {version}, která v databázi verzí neexistuje. Všechny verze musí existovat v databázi verzí, aby je vcpkg mohl interpretovat.",
"VersionConstraintNotInDatabase2": "zvažte odebrání omezení verze nebo zvolte zde deklarovanou hodnotu",
"VersionConstraintOk": "všechna omezení verze jsou konzistentní s databází verzí",
Expand Down
16 changes: 12 additions & 4 deletions locales/messages.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"ABoolean": "ein boolescher Wert",
"ABuiltinRegistry": "eine integrierte Registrierung",
"AConfigurationObject": "ein Konfigurationsobjekt",
"ACpuArchitecture": "a CPU architecture",
"ADateVersionString": "eine Datumsversionszeichenfolge",
"ADefaultFeature": "ein Standardfeature",
"ADemandObject": "ein Anforderungsobjekt",
Expand Down Expand Up @@ -35,9 +36,15 @@
"ARelaxedVersionString": "eine gelockerte Versionszeichenfolge",
"ASemanticVersionString": "eine semantische Versionszeichenfolge",
"ASetOfFeatures": "eine Reihe von Features",
"ASha512": "a SHA-512 hash",
"AString": "eine Zeichenfolge",
"AStringOrArrayOfStrings": "eine Zeichenfolge oder ein Array von Zeichenfolgen",
"AStringStringDictionary": "ein \"string\": \"string\"-Wörterbuch",
"AToolDataArray": "an array of tool metadata",
"AToolDataFile": "a tool data file",
"AToolDataOS": "a tool data operating system",
"AToolDataObject": "tool metadata",
"AToolDataVersion": "a tool data version",
"AUrl": "eine URL",
"AVcpkgRepositoryCommit": "ein vcpkg-Repositorycommit",
"AVersionConstraint": "eine Versionseinschränkung",
Expand Down Expand Up @@ -386,7 +393,6 @@
"CouldNotDeduceNugetIdAndVersion": "Die NuGet-ID und die Version konnten nicht aus dem Dateinamen abgeleitet werden: {path}",
"CouldNotFindBaselineInCommit": "Die Baseline wurde in {url} unter {commit_sha} für {package_name} nicht gefunden.",
"CouldNotFindGitTreeAtCommit": "Die Git-Struktur für \"Versionen\" wurde im Repository \"{package_name}\" beim Commit \"{commit_sha}\" nicht gefunden.",
"CouldNotFindToolVersion": "<tools version=\"{version}\"> in {path} nicht gefunden",
"CouldNotFindVersionDatabaseFile": "Die Versionsdatenbankdatei wurde nicht gefunden: {path}",
"CreateFailureLogsDir": "Ausgabeverzeichnis für Fehlerprotokolle wird erstellt: {path}.",
"CreatedNuGetPackage": "Nupkg wurde erstellt: {path}",
Expand Down Expand Up @@ -529,7 +535,6 @@
"FailedToParseNoVersionsArray": "Fehler beim Parsen von {path}. Es wurde ein „Versionen“-Array erwartet.",
"FailedToParseSerializedBinParagraph": "[Integritätsprüfung] Fehler beim Analysieren eines serialisierten binären Absatzes.\nÖffnen Sie ein Problem unter https://github.com/microsoft/vcpkg, und geben Sie folgende Ausgabe an:\n{error_msg}\nSerialisierter binärer Absatz:",
"FailedToParseVersionFile": "Fehler beim Parsen der Versionsdatei: {path}",
"FailedToParseVersionXML": "Die Version für das Tool \"{tool_name}\" konnte nicht analysiert werden. Versionszeichenfolge: {version}",
"FailedToRunToolToDetermineVersion": "Fehler beim Ausführen von „{path}“ zum Bestimmen der {tool_name}-Version.",
"FailedToStoreBackToMirror": "Fehler beim Speichern von {path} in {url}.",
"FailedToStoreBinaryCache": "Fehler beim Speichern des binären Caches {path}",
Expand Down Expand Up @@ -688,7 +693,7 @@
"IntegrationFailedVS2015": "Die Integration wurde für Visual Studio 2015 nicht angewendet.",
"InternalCICommand": "vcpkg ci ist ein interner Befehl, der sich inkompatibel ändert oder jederzeit entfernt wird.",
"InternalErrorMessageContact": "Geben Sie unter „https://github.com/microsoft/vcpkg/issues/new?template=other-type-of-bug-report.md&labels=category:vcpkg-bug“ das Problem mit detaillierten Schritten an, um das Problem zu reproduzieren.",
"InvalidArchitecture": "Ungültige Architektur: {value}",
"InvalidArchitectureValue": "Invalid architecture: {value}. Expected one of: {expected}",
"InvalidArgument": "Ungültiges Argument.",
"InvalidArgumentRequiresAbsolutePath": "Ungültiges Argument: Die binäre Konfiguration '{binary_source}' Pfadargumente für binäre Konfigurationszeichenfolgen müssen absolut sein.",
"InvalidArgumentRequiresBaseUrl": "Ungültiges Argument: Für die binäre Konfiguration '{binary_source}' ist eine {base_url} Basis-URL als erstes Argument erforderlich.",
Expand Down Expand Up @@ -730,9 +735,12 @@
"InvalidLogicExpressionUsePipe": "Ungültiger Logikausdruck. Verwenden Sie \"|\" anstelle von \"or\".",
"InvalidOptionForRemove": "„remove“ akzeptiert entweder Bibliotheken oder „--outdated“",
"InvalidPortVersonName": "Ungültiger Dateiname der Portversion gefunden: {path}.",
"InvalidSha512": "invalid SHA-512 hash: {sha}\nSHA-512 hash must be 128 characters long and contain only hexadecimal digits",
"InvalidSharpInVersion": "Ungültiges Zeichen \"#\" im Versionstext",
"InvalidSharpInVersionDidYouMean": "Ungültiges Zeichen \"#\" im Versionstext. Meinten Sie \"port-version\": {value}?",
"InvalidString": "An Value::string(std::string) wurde ungültiger UTF8-Code übergeben.",
"InvalidToolOSValue": "Invalid tool operating system: {value}. Expected one of: {expected}",
"InvalidToolVersion": "Invalid tool version; expected a string containing a substring of between 1 and 3 numbers separated by dots.",
"InvalidTriplet": "Ungültiges Triplet: {triplet}",
"InvalidUri": "URI kann nicht geparst werden: {value}",
"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.",
Expand Down Expand Up @@ -973,6 +981,7 @@
"SystemTargetsInstallFailed": "Fehler beim Installieren der Systemzieldatei {path}",
"ToRemovePackages": "Um nur veraltete Pakete zu entfernen, führen Sie\n{command_name} \"–veraltet entfernen\" aus.",
"ToUpdatePackages": "Führen Sie \n{command_name}-Upgrade aus, um diese Pakete und alle Abhängigkeiten zu aktualisieren.",
"ToolDataFileSchemaVersionNotSupported": "document schema version {version} is not supported by this version of vcpkg",
"ToolFetchFailed": "{tool_name} konnte nicht abgerufen werden.",
"ToolInWin10": "Dieses Hilfsprogramm ist mit Windows 10 oder höher gebündelt.",
"ToolOfVersionXNotFound": "Eine geeignete Version von {tool_name} wurde nicht gefunden (v{version} erforderlich) und portierbare Version kann automatisch herunterladen werden. Installieren Sie eine neuere Version von {tool_name}.",
Expand Down Expand Up @@ -1076,7 +1085,6 @@
"VersionBaselineMismatch": "„{package_name}“ ist „{actual}“ zugewiesen, aber der lokale Port ist „{expected}“",
"VersionBuiltinPortTreeEntryMissing": "kein Versionsdatenbankeintrag für das Paket {package_name} bei {expected}; mithilfe der Strukturversion der ausgecheckten Ports ({actual}).",
"VersionCommandHeader": "Version des vcpkg-Paketverwaltungsprogramms {version}\n\nLizenzinformationen finden Sie unter LICENSE.txt.",
"VersionConflictXML": "{path}-Version erwartet: [{expected_version}], war aber [{actual_version}]. Führen Sie bootstrap-vcpkg erneut aus.",
"VersionConstraintNotInDatabase1": "Die Einschränkung „version>=“ für „{package_name}“ nennt Version „{version}, die in der Versionsdatenbank nicht vorhanden ist. Alle Versionen müssen in der Versionsdatenbank vorhanden sein, damit sie von vcpkg interpretiert werden können.",
"VersionConstraintNotInDatabase2": "Erwägen Sie, die Versionseinschränkung zu entfernen oder einen hier deklarierten Wert auszuwählen.",
"VersionConstraintOk": "Alle Versionseinschränkungen sind mit der Versionsdatenbank konsistent.",
Expand Down
Loading

0 comments on commit 3bc9bc7

Please sign in to comment.