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 Dec 12, 2022
1 parent 02abc66 commit aaab1f5
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 0 deletions.
10 changes: 10 additions & 0 deletions locales/messages.cs.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"ComparingUtf8Decoders": "Porovnání kodérů Utf8Decoder s různými původy; toto je vždy chyba",
"CompressFolderFailed": "Nepovedlo se zkomprimovat složku „{path}“:",
"ComputingInstallPlan": "Počítá se plán instalace…",
"ConfigurationErrorRegistriesWithoutBaseline": "The configuration defined in {path} is invalid.\n\nUsing registries requires that a baseline is set for the default registry or that the default registry is null.\n\nSee {url} for more details.",
"ConflictingFiles": "Následující soubory jsou už nainstalované v {path} a jsou v konfliktu s {spec}.",
"ConflictingValuesForOption": "byly zadány konfliktní hodnoty pro --{option}.",
"ConstraintViolation": "Bylo nalezeno porušení omezení:",
Expand Down Expand Up @@ -245,6 +246,11 @@
"DownloadingVcpkgStandaloneBundleLatest": "Stahuje se nejnovější samostatná sada.",
"DuplicateCommandOption": "Možnost --{option} se dá předat jenom jednou.",
"DuplicateOptions": "Hodnota --{value} byla zadána vícekrát.",
"DuplicatePackagePattern": "Package \"{package_name}\" is duplicated.",
"DuplicatePackagePatternFirstOcurrence": "First declared in:",
"DuplicatePackagePatternIgnoredLocations": "The following redeclarations will be ignored:",
"DuplicatePackagePatternLocation": "location: {path}",
"DuplicatePackagePatternRegistry": "registry: {url}",
"DuplicatedKeyInObj": "Duplicitní klíč „{value}“ v objektu",
"ElapsedForPackage": "Uplynulý čas zpracování {spec}: {elapsed}",
"ElapsedInstallTime": "Celkový uplynulý čas: {count}",
Expand Down Expand Up @@ -592,6 +598,9 @@
"ParseControlErrorInfoTypesEntry": "Očekávalo se, že hodnota {value} bude {expected}.",
"ParseControlErrorInfoWhileLoading": "při načítání {path}:",
"ParseControlErrorInfoWrongTypeFields": "Následující pole měla chybné typy:",
"ParseIdentifierError": "\"{value}\" is not a valid identifier. Identifiers must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackageNameError": "\"{package_name}\" is not a valid package name. Package names must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackagePatternError": "\"{package_name}\" is not a valid package pattern. Package patterns must use only one wildcard character (*) and it must be the last character in the pattern (see {url} for more information)",
"PathMustBeAbsolute": "Hodnota proměnné prostředí X_VCPKG_REGISTRIES_CACHE není absolutní: {path}",
"PerformingPostBuildValidation": "-- Provádí se ověření po sestavení.",
"PortBugAllowRestrictedHeaders": "Za výjimečných okolností se tyto zásady dají zakázat přes {env_var}.",
Expand Down Expand Up @@ -776,6 +785,7 @@
"VersionTableHeader": "Verze",
"WaitingForChildrenToExit": "Čeká se na ukončení podřízených procesů…",
"WaitingToTakeFilesystemLock": "čeká se na uzamčení systému souborů na {path}…",
"WarnOnParseConfig": "Found the following warnings in configuration {path}:",
"WarningMessage": "upozornění: ",
"WarningMessageMustUsePrintWarning": "Zpráva s názvem {value} začíná upozorněním: místo toho je třeba ji v kódu změnit tak, aby místo ní byla předřazená WarningMessage.",
"WarningsTreatedAsErrors": "předchozí upozornění jsou interpretována jako chyby",
Expand Down
10 changes: 10 additions & 0 deletions locales/messages.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"ComparingUtf8Decoders": "Utf8Decoders mit unterschiedlicher Herkunft vergleichen; dies ist immer ein Fehler.",
"CompressFolderFailed": "Fehler beim Komprimieren des Ordners \"{path}\":",
"ComputingInstallPlan": "Installationsplan wird berechnet...",
"ConfigurationErrorRegistriesWithoutBaseline": "The configuration defined in {path} is invalid.\n\nUsing registries requires that a baseline is set for the default registry or that the default registry is null.\n\nSee {url} for more details.",
"ConflictingFiles": "Die folgenden Dateien sind bereits in {path} installiert und stehen in Konflikt mit {spec}",
"ConflictingValuesForOption": "Für „--{option}“ wurden widersprüchliche Werte angegeben.",
"ConstraintViolation": "Es wurde eine Einschränkungsverletzung gefunden:",
Expand Down Expand Up @@ -245,6 +246,11 @@
"DownloadingVcpkgStandaloneBundleLatest": "Das neueste eigenständige Paket wird heruntergeladen.",
"DuplicateCommandOption": "Die Option \"--{option}\" kann nur einmal übergeben werden.",
"DuplicateOptions": "'--{value}' wurde mehrere Male angegeben.",
"DuplicatePackagePattern": "Package \"{package_name}\" is duplicated.",
"DuplicatePackagePatternFirstOcurrence": "First declared in:",
"DuplicatePackagePatternIgnoredLocations": "The following redeclarations will be ignored:",
"DuplicatePackagePatternLocation": "location: {path}",
"DuplicatePackagePatternRegistry": "registry: {url}",
"DuplicatedKeyInObj": "Doppelter Schlüssel \"{value}\" in einem Objekt",
"ElapsedForPackage": "Verstrichene Zeit für die Bearbeitung von {spec}: {elapsed}",
"ElapsedInstallTime": "Insgesamt verstrichene Zeit: {count}",
Expand Down Expand Up @@ -592,6 +598,9 @@
"ParseControlErrorInfoTypesEntry": "{value} wurde als {expected} erwartet",
"ParseControlErrorInfoWhileLoading": "beim Laden von {path}:",
"ParseControlErrorInfoWrongTypeFields": "Die folgenden Felder wiesen die falschen Typen auf:",
"ParseIdentifierError": "\"{value}\" is not a valid identifier. Identifiers must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackageNameError": "\"{package_name}\" is not a valid package name. Package names must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackagePatternError": "\"{package_name}\" is not a valid package pattern. Package patterns must use only one wildcard character (*) and it must be the last character in the pattern (see {url} for more information)",
"PathMustBeAbsolute": "Value of environment variable X_VCPKG_REGISTRIES_CACHE is not absolute: {path}",
"PerformingPostBuildValidation": "-- Durchführen der Validierung nach dem Build",
"PortBugAllowRestrictedHeaders": "In Ausnahmefällen kann diese Richtlinie über {env_var} deaktiviert werden.",
Expand Down Expand Up @@ -776,6 +785,7 @@
"VersionTableHeader": "Version",
"WaitingForChildrenToExit": "Es wird auf das Beenden untergeordneter Prozesse gewartet...",
"WaitingToTakeFilesystemLock": "Es wird auf die Sperre des Dateisystems für „{path}“ gewartet...",
"WarnOnParseConfig": "Found the following warnings in configuration {path}:",
"WarningMessage": "Warnung: ",
"WarningMessageMustUsePrintWarning": "Die Nachricht mit dem Namen {value} beginnt mit „warning“: Sie muss so geändert werden, dass „WarningMessage“ stattdessen im Code vorangestellt wird.",
"WarningsTreatedAsErrors": "vorherige Warnungen werden als Fehler interpretiert",
Expand Down
10 changes: 10 additions & 0 deletions locales/messages.es.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"ComparingUtf8Decoders": "Comparación de Utf8Decoders con otra proveniencia; esto siempre es un error",
"CompressFolderFailed": "No se pudo comprimir la carpeta \"{path}\":",
"ComputingInstallPlan": "Calculando plan de instalación...",
"ConfigurationErrorRegistriesWithoutBaseline": "The configuration defined in {path} is invalid.\n\nUsing registries requires that a baseline is set for the default registry or that the default registry is null.\n\nSee {url} for more details.",
"ConflictingFiles": "Los siguientes archivos ya están instalados en {path} y están en conflicto con {spec}",
"ConflictingValuesForOption": "valores en conflicto especificados para '--{option}'.",
"ConstraintViolation": "Se ha encontrado una infracción de restricción:",
Expand Down Expand Up @@ -245,6 +246,11 @@
"DownloadingVcpkgStandaloneBundleLatest": "Descargando el paquete independiente más reciente.",
"DuplicateCommandOption": "La opción --{option} solo se puede pasar una vez.",
"DuplicateOptions": "'--{value}' se especificó varias veces.",
"DuplicatePackagePattern": "Package \"{package_name}\" is duplicated.",
"DuplicatePackagePatternFirstOcurrence": "First declared in:",
"DuplicatePackagePatternIgnoredLocations": "The following redeclarations will be ignored:",
"DuplicatePackagePatternLocation": "location: {path}",
"DuplicatePackagePatternRegistry": "registry: {url}",
"DuplicatedKeyInObj": "Clave duplicada \"{value}\" en un objeto",
"ElapsedForPackage": "Tiempo transcurrido para controlar {spec}: {elapsed}",
"ElapsedInstallTime": "Tiempo total transcurrido: {count}",
Expand Down Expand Up @@ -592,6 +598,9 @@
"ParseControlErrorInfoTypesEntry": "Se esperaba que {value} fuera {expected}",
"ParseControlErrorInfoWhileLoading": "al cargar {path}:",
"ParseControlErrorInfoWrongTypeFields": "Los siguientes campos tenían los tipos incorrectos:",
"ParseIdentifierError": "\"{value}\" is not a valid identifier. Identifiers must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackageNameError": "\"{package_name}\" is not a valid package name. Package names must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackagePatternError": "\"{package_name}\" is not a valid package pattern. Package patterns must use only one wildcard character (*) and it must be the last character in the pattern (see {url} for more information)",
"PathMustBeAbsolute": "Value of environment variable X_VCPKG_REGISTRIES_CACHE is not absolute: {path}",
"PerformingPostBuildValidation": "-- Realizando validación posterior a la compilación",
"PortBugAllowRestrictedHeaders": "En circunstancias excepcionales, esta directiva se puede deshabilitar mediante {env_var}",
Expand Down Expand Up @@ -776,6 +785,7 @@
"VersionTableHeader": "Versión",
"WaitingForChildrenToExit": "Esperando a que se cierren los procesos secundarios...",
"WaitingToTakeFilesystemLock": "esperando para realizar el bloqueo del sistema de archivos en {path}...",
"WarnOnParseConfig": "Found the following warnings in configuration {path}:",
"WarningMessage": "advertencia: ",
"WarningMessageMustUsePrintWarning": "El mensaje denominado {value} empieza por warning:, debe cambiarse para anteponer WarningMessage en el código en su lugar.",
"WarningsTreatedAsErrors": "advertencias anteriores interpretadas como errores",
Expand Down
10 changes: 10 additions & 0 deletions locales/messages.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"ComparingUtf8Decoders": "Comparaison des Utf8Decoders avec une provenance différente ; il s’agit toujours d’une erreur",
"CompressFolderFailed": "Échec de la compression du dossier « {path} » :",
"ComputingInstallPlan": "Calcul du plan d’installation...",
"ConfigurationErrorRegistriesWithoutBaseline": "The configuration defined in {path} is invalid.\n\nUsing registries requires that a baseline is set for the default registry or that the default registry is null.\n\nSee {url} for more details.",
"ConflictingFiles": "Les fichiers suivants sont déjà installés dans {path} et sont en conflit avec {spec}",
"ConflictingValuesForOption": "valeurs en conflit spécifiées pour '--{option}'.",
"ConstraintViolation": "Une violation de contrainte a été trouvée :",
Expand Down Expand Up @@ -245,6 +246,11 @@
"DownloadingVcpkgStandaloneBundleLatest": "Téléchargement de la dernière offre groupée autonome.",
"DuplicateCommandOption": "L’option --{option} ne peut être passée qu’une seule fois.",
"DuplicateOptions": "'--{value}' spécifié plusieurs fois.",
"DuplicatePackagePattern": "Package \"{package_name}\" is duplicated.",
"DuplicatePackagePatternFirstOcurrence": "First declared in:",
"DuplicatePackagePatternIgnoredLocations": "The following redeclarations will be ignored:",
"DuplicatePackagePatternLocation": "location: {path}",
"DuplicatePackagePatternRegistry": "registry: {url}",
"DuplicatedKeyInObj": "Clé « {value} » dupliquée dans un objet",
"ElapsedForPackage": "Temps écoulé pour gérer {spec}: {elapsed}",
"ElapsedInstallTime": "Temps total écoulé : {count}",
Expand Down Expand Up @@ -592,6 +598,9 @@
"ParseControlErrorInfoTypesEntry": "{value} était censé être {expected}.",
"ParseControlErrorInfoWhileLoading": "lors du chargement {path} :",
"ParseControlErrorInfoWrongTypeFields": "Les types des champs suivants sont incorrects :",
"ParseIdentifierError": "\"{value}\" is not a valid identifier. Identifiers must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackageNameError": "\"{package_name}\" is not a valid package name. Package names must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackagePatternError": "\"{package_name}\" is not a valid package pattern. Package patterns must use only one wildcard character (*) and it must be the last character in the pattern (see {url} for more information)",
"PathMustBeAbsolute": "La valeur de la variable d’environnement X_VCPKG_REGISTRIES_CACHE n’est pas absolue : {path}",
"PerformingPostBuildValidation": "-- Exécution de la validation post-build",
"PortBugAllowRestrictedHeaders": "Dans des circonstances exceptionnelles, cette stratégie peut être désactivée via {env_var}.",
Expand Down Expand Up @@ -776,6 +785,7 @@
"VersionTableHeader": "Version",
"WaitingForChildrenToExit": "En attente de la fermeture des processus enfants...",
"WaitingToTakeFilesystemLock": "en attente du verrouillage du système de fichiers sur {path}...",
"WarnOnParseConfig": "Found the following warnings in configuration {path}:",
"WarningMessage": "avertissement : ",
"WarningMessageMustUsePrintWarning": "Le message nommé {value} commence par avertissement : il doit être remplacé par le préfixe WarningMessage dans le code.",
"WarningsTreatedAsErrors": "avertissements précédents interprétés comme des erreurs",
Expand Down
10 changes: 10 additions & 0 deletions locales/messages.it.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"ComparingUtf8Decoders": "Confronto di Utf8Decoder con provenienza diversa; si tratta sempre di un errore",
"CompressFolderFailed": "Impossibile comprimere la cartella “{path}”:",
"ComputingInstallPlan": "Elaborazione del piano di installazione in corso...",
"ConfigurationErrorRegistriesWithoutBaseline": "The configuration defined in {path} is invalid.\n\nUsing registries requires that a baseline is set for the default registry or that the default registry is null.\n\nSee {url} for more details.",
"ConflictingFiles": "I file seguenti sono già installati in {path} e sono in conflitto con {spec}",
"ConflictingValuesForOption": "valori in conflitto specificati per '--{option}'.",
"ConstraintViolation": "È stata trovata una violazione di vincolo:",
Expand Down Expand Up @@ -245,6 +246,11 @@
"DownloadingVcpkgStandaloneBundleLatest": "Download del bundle autonomo più recente.",
"DuplicateCommandOption": "L'opzione --{option} può essere passata una sola volta.",
"DuplicateOptions": "'--{value}' è stato specificato più volte.",
"DuplicatePackagePattern": "Package \"{package_name}\" is duplicated.",
"DuplicatePackagePatternFirstOcurrence": "First declared in:",
"DuplicatePackagePatternIgnoredLocations": "The following redeclarations will be ignored:",
"DuplicatePackagePatternLocation": "location: {path}",
"DuplicatePackagePatternRegistry": "registry: {url}",
"DuplicatedKeyInObj": "Chiave duplicata \"{value}\" in un oggetto",
"ElapsedForPackage": "Tempo trascorso per la gestione di {spec}: {elapsed}",
"ElapsedInstallTime": "Tempo totale trascorso: {count}",
Expand Down Expand Up @@ -592,6 +598,9 @@
"ParseControlErrorInfoTypesEntry": "{value} previsto {expected}",
"ParseControlErrorInfoWhileLoading": "durante il caricamento {path}:",
"ParseControlErrorInfoWrongTypeFields": "I campi seguenti hanno tipi errati:",
"ParseIdentifierError": "\"{value}\" is not a valid identifier. Identifiers must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackageNameError": "\"{package_name}\" is not a valid package name. Package names must be lowercase alphanumeric+hypens and not reserved (see {url} for more information)",
"ParsePackagePatternError": "\"{package_name}\" is not a valid package pattern. Package patterns must use only one wildcard character (*) and it must be the last character in the pattern (see {url} for more information)",
"PathMustBeAbsolute": "Value of environment variable X_VCPKG_REGISTRIES_CACHE is not absolute: {path}",
"PerformingPostBuildValidation": "-- Esecuzione della convalida post-compilazione",
"PortBugAllowRestrictedHeaders": "In circostanze eccezionali, questo criterio può essere disabilitato tramite {env_var}",
Expand Down Expand Up @@ -776,6 +785,7 @@
"VersionTableHeader": "Versione",
"WaitingForChildrenToExit": "In attesa della chiusura dei processi figlio...",
"WaitingToTakeFilesystemLock": "in attesa del blocco del file system su {path}...",
"WarnOnParseConfig": "Found the following warnings in configuration {path}:",
"WarningMessage": "avviso: ",
"WarningMessageMustUsePrintWarning": "Il messaggio denominato {value} inizia con Avviso:, deve essere modificato in WarningMessage anteponendolo al codice.",
"WarningsTreatedAsErrors": "avvisi precedenti interpretati come errori",
Expand Down
Loading

0 comments on commit aaab1f5

Please sign in to comment.