Skip to content

Commit 3bc4947

Browse files
authored
Localized file check-in by OneLocBuild Task: Build definition ID 15684: Build ID 11597179 (#1687)
1 parent bdf69b4 commit 3bc4947

13 files changed

+195
-13
lines changed

locales/messages.cs.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
"FeatureBaselineExpectedFeatures": "Pokud se použije {value}, je nutné specifikovat seznam funkcí.",
560560
"FeatureBaselineFormatted": "Formátování souboru standardních hodnot funkce proběhlo úspěšně.",
561561
"FeatureBaselineNoFeaturesForFail": "Při použití = fail není povolený žádný seznam funkcí.",
562+
"FeatureBaselineNoFeaturesForPass": "When using '= pass' no list of features is allowed.",
562563
"FeatureTestProblems": "Vyskytly se problémy s testováním funkcí!",
563564
"FetchingBaselineInfo": "Načítá se informace o směrném plánu z {package_name}...",
564565
"FetchingRegistryInfo": "Načítá se informace registru z adresy {url} ({value})...",
@@ -1044,8 +1045,21 @@
10441045
"UnexpectedOption": "neočekávaná možnost: {option}",
10451046
"UnexpectedPortName": "Port {expected} je v cestě {path} deklarovaný jako {actual}.",
10461047
"UnexpectedPortversion": "Neočekávaná verze portu bez pole správy verzí",
1047-
"UnexpectedState": "{feature_spec} má za následek neočekávaný stav {actual} po {elapsed}",
10481048
"UnexpectedStateCascade": "U {feature_spec} došlo neočekávaně ke kaskádovému selhání, protože nejsou k dispozici následující závislosti:",
1049+
"UnexpectedStateCascadePortNote": "consider changing this to =cascade instead",
1050+
"UnexpectedStateFailedCascade": "{feature_spec} build failed but was expected to be a cascaded failure",
1051+
"UnexpectedStateFailedNoteConsiderSkippingPort": "consider adding `{package_name}=fail`, or `{spec}=fail`, or equivalent skips",
1052+
"UnexpectedStateFailedNoteConsiderSkippingPortOrCombination": "consider adding `{package_name}=fail`, `{spec}=fail`, `{feature_spec}=combination-fails`, or equivalent skips, or by marking mutually exclusive features as options",
1053+
"UnexpectedStateFailedNoteFeatureMarkedCascade": "consider changing this `=cascade` to `=feature-fails` and/or one or more `=combination-fails`",
1054+
"UnexpectedStateFailedNoteMoreFeaturesRequired": "if some features are required, consider effectively always enabling those parts in portfile.cmake for {package_name}, or consider adding `{package_name}[required-feature]=options` to include 'required-feature' in all tests",
1055+
"UnexpectedStateFailedNotePortMarkedCascade": "consider changing this `=cascade` to `=fail`",
1056+
"UnexpectedStateFailedNoteSeparateCombinationFails": "if {feature} succeeds when built with other features but not alone, consider adding `{feature_spec}=combination-fails`",
1057+
"UnexpectedStateFailedNoteSeparateFeatureFails": "if {feature} always fails, consider adding `{feature_spec}=feature-fails`, which will mark this test as failing, and remove {feature} from combined feature testing",
1058+
"UnexpectedStateFailedPass": "{feature_spec} build failed but was expected to pass",
1059+
"UnexpectedStatePassFeatureMarkedCascade": "{feature_spec} passed but {feature} was marked expected to be a cascaded failure",
1060+
"UnexpectedStatePassFeatureMarkedFail": "{feature_spec} passed but {feature} was marked expected to fail",
1061+
"UnexpectedStatePassPortMarkedCascade": "{feature_spec} passed but was marked expected to be a cascaded failure",
1062+
"UnexpectedStatePassPortMarkedFail": "{feature_spec} passed but was marked expected to fail",
10491063
"UnexpectedSwitch": "neočekávaný příkaz switch: {option}",
10501064
"UnexpectedToolOutput": "Nástroj {tool_name} ({path}) vygeneroval neočekávaný výstup při pokusu o určení verze:",
10511065
"UnexpectedWindowsArchitecture": "neočekávaná architektura hostitele s Windows: {actual}",

locales/messages.de.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
"FeatureBaselineExpectedFeatures": "Bei Verwendung von \"{value}\" muss eine Liste der Features angegeben werden.",
560560
"FeatureBaselineFormatted": "Die Featurebaselinedatei wurde erfolgreich formatiert.",
561561
"FeatureBaselineNoFeaturesForFail": "Bei Verwendung von \"= fail\" ist keine Liste mit Features zulässig.",
562+
"FeatureBaselineNoFeaturesForPass": "When using '= pass' no list of features is allowed.",
562563
"FeatureTestProblems": "Bei den Funktionstests sind Probleme aufgetreten.",
563564
"FetchingBaselineInfo": "Baselineinformationen werden von \"{package_name}\" abgerufen...",
564565
"FetchingRegistryInfo": "Registrierungsinformationen werden von {url} ({value}) abgerufen...",
@@ -1044,8 +1045,21 @@
10441045
"UnexpectedOption": "Unerwartete Option: {option}",
10451046
"UnexpectedPortName": "Der Port {expected} wird als {actual} in {path} deklariert.",
10461047
"UnexpectedPortversion": "Unerwartete \"port-version\" ohne Versionsverwaltungsfeld",
1047-
"UnexpectedState": "{feature_spec} hat nach {elapsed} zu einem unerwarteten Zustand {actual} geführt.",
10481048
"UnexpectedStateCascade": "Bei {feature_spec} ist unerwartet ein Kaskadierungsfehler aufgetreten, da die folgenden Abhängigkeiten nicht verfügbar sind:",
1049+
"UnexpectedStateCascadePortNote": "consider changing this to =cascade instead",
1050+
"UnexpectedStateFailedCascade": "{feature_spec} build failed but was expected to be a cascaded failure",
1051+
"UnexpectedStateFailedNoteConsiderSkippingPort": "consider adding `{package_name}=fail`, or `{spec}=fail`, or equivalent skips",
1052+
"UnexpectedStateFailedNoteConsiderSkippingPortOrCombination": "consider adding `{package_name}=fail`, `{spec}=fail`, `{feature_spec}=combination-fails`, or equivalent skips, or by marking mutually exclusive features as options",
1053+
"UnexpectedStateFailedNoteFeatureMarkedCascade": "consider changing this `=cascade` to `=feature-fails` and/or one or more `=combination-fails`",
1054+
"UnexpectedStateFailedNoteMoreFeaturesRequired": "if some features are required, consider effectively always enabling those parts in portfile.cmake for {package_name}, or consider adding `{package_name}[required-feature]=options` to include 'required-feature' in all tests",
1055+
"UnexpectedStateFailedNotePortMarkedCascade": "consider changing this `=cascade` to `=fail`",
1056+
"UnexpectedStateFailedNoteSeparateCombinationFails": "if {feature} succeeds when built with other features but not alone, consider adding `{feature_spec}=combination-fails`",
1057+
"UnexpectedStateFailedNoteSeparateFeatureFails": "if {feature} always fails, consider adding `{feature_spec}=feature-fails`, which will mark this test as failing, and remove {feature} from combined feature testing",
1058+
"UnexpectedStateFailedPass": "{feature_spec} build failed but was expected to pass",
1059+
"UnexpectedStatePassFeatureMarkedCascade": "{feature_spec} passed but {feature} was marked expected to be a cascaded failure",
1060+
"UnexpectedStatePassFeatureMarkedFail": "{feature_spec} passed but {feature} was marked expected to fail",
1061+
"UnexpectedStatePassPortMarkedCascade": "{feature_spec} passed but was marked expected to be a cascaded failure",
1062+
"UnexpectedStatePassPortMarkedFail": "{feature_spec} passed but was marked expected to fail",
10491063
"UnexpectedSwitch": "Unerwarteter Schalter: {option}",
10501064
"UnexpectedToolOutput": "{tool_name} ({path}) hat beim Versuch, die Version zu bestimmen, eine unerwartete Ausgabe erzeugt:",
10511065
"UnexpectedWindowsArchitecture": "Unerwartete Windows-Hostarchitektur: {actual}",

locales/messages.es.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
"FeatureBaselineExpectedFeatures": "Al usar \"{value}\" se debe especificar una lista de características.",
560560
"FeatureBaselineFormatted": "Se formateó correctamente el archivo de línea base de la característica.",
561561
"FeatureBaselineNoFeaturesForFail": "Al usar \"= fail\" no se permite ninguna lista de características.",
562+
"FeatureBaselineNoFeaturesForPass": "When using '= pass' no list of features is allowed.",
562563
"FeatureTestProblems": "Hay algunos problemas de prueba de características.",
563564
"FetchingBaselineInfo": "Obteniendo información de referencia de {package_name}...",
564565
"FetchingRegistryInfo": "Obteniendo información del registro de {url} ({valor})...",
@@ -1044,8 +1045,21 @@
10441045
"UnexpectedOption": "opción inesperada: {option}",
10451046
"UnexpectedPortName": "el puerto {expected} se declara como {actual} en {path}",
10461047
"UnexpectedPortversion": "\"port-version\" inesperado sin un campo de control de versión",
1047-
"UnexpectedState": "{feature_spec} dio como resultado el estado inesperado {actual} después de {elapsed}",
10481048
"UnexpectedStateCascade": "{feature_spec} fue inesperadamente un error en cascada porque las siguientes dependencias no están disponibles:",
1049+
"UnexpectedStateCascadePortNote": "consider changing this to =cascade instead",
1050+
"UnexpectedStateFailedCascade": "{feature_spec} build failed but was expected to be a cascaded failure",
1051+
"UnexpectedStateFailedNoteConsiderSkippingPort": "consider adding `{package_name}=fail`, or `{spec}=fail`, or equivalent skips",
1052+
"UnexpectedStateFailedNoteConsiderSkippingPortOrCombination": "consider adding `{package_name}=fail`, `{spec}=fail`, `{feature_spec}=combination-fails`, or equivalent skips, or by marking mutually exclusive features as options",
1053+
"UnexpectedStateFailedNoteFeatureMarkedCascade": "consider changing this `=cascade` to `=feature-fails` and/or one or more `=combination-fails`",
1054+
"UnexpectedStateFailedNoteMoreFeaturesRequired": "if some features are required, consider effectively always enabling those parts in portfile.cmake for {package_name}, or consider adding `{package_name}[required-feature]=options` to include 'required-feature' in all tests",
1055+
"UnexpectedStateFailedNotePortMarkedCascade": "consider changing this `=cascade` to `=fail`",
1056+
"UnexpectedStateFailedNoteSeparateCombinationFails": "if {feature} succeeds when built with other features but not alone, consider adding `{feature_spec}=combination-fails`",
1057+
"UnexpectedStateFailedNoteSeparateFeatureFails": "if {feature} always fails, consider adding `{feature_spec}=feature-fails`, which will mark this test as failing, and remove {feature} from combined feature testing",
1058+
"UnexpectedStateFailedPass": "{feature_spec} build failed but was expected to pass",
1059+
"UnexpectedStatePassFeatureMarkedCascade": "{feature_spec} passed but {feature} was marked expected to be a cascaded failure",
1060+
"UnexpectedStatePassFeatureMarkedFail": "{feature_spec} passed but {feature} was marked expected to fail",
1061+
"UnexpectedStatePassPortMarkedCascade": "{feature_spec} passed but was marked expected to be a cascaded failure",
1062+
"UnexpectedStatePassPortMarkedFail": "{feature_spec} passed but was marked expected to fail",
10491063
"UnexpectedSwitch": "modificador inesperado: {option}",
10501064
"UnexpectedToolOutput": "{tool_name} ({path}) produjo una salida inesperada al intentar determinar la versión:",
10511065
"UnexpectedWindowsArchitecture": "Arquitectura de host de Windows inesperada: {actual}",

locales/messages.fr.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
"FeatureBaselineExpectedFeatures": "Lors de l’utilisation de « {value} », une liste de fonctionnalités doit être spécifiée.",
560560
"FeatureBaselineFormatted": "La mise en forme du fichier de la ligne de base des caractéristiques a été effectuée avec succès.",
561561
"FeatureBaselineNoFeaturesForFail": "Lorsque vous utilisez « = fail », aucune liste de fonctionnalités n’est autorisée.",
562+
"FeatureBaselineNoFeaturesForPass": "When using '= pass' no list of features is allowed.",
562563
"FeatureTestProblems": "Il y a quelques problèmes de test de fonctionnalité !",
563564
"FetchingBaselineInfo": "Récupération des informations de référence à partir de {package_name}...",
564565
"FetchingRegistryInfo": "Récupération des informations de Registre à partir de {url} ({value})...",
@@ -1044,8 +1045,21 @@
10441045
"UnexpectedOption": "option inattendue : {option}",
10451046
"UnexpectedPortName": "le port {expected} est déclaré comme {actual} dans {path}",
10461047
"UnexpectedPortversion": "« port-version » inattendu sans champ de contrôle de version",
1047-
"UnexpectedState": "{feature_spec} a entraîné l’état inattendu {actual} après {elapsed}",
10481048
"UnexpectedStateCascade": "{feature_spec} est un échec en cascade inattendu, car les dépendances suivantes ne sont pas disponibles :",
1049+
"UnexpectedStateCascadePortNote": "consider changing this to =cascade instead",
1050+
"UnexpectedStateFailedCascade": "{feature_spec} build failed but was expected to be a cascaded failure",
1051+
"UnexpectedStateFailedNoteConsiderSkippingPort": "consider adding `{package_name}=fail`, or `{spec}=fail`, or equivalent skips",
1052+
"UnexpectedStateFailedNoteConsiderSkippingPortOrCombination": "consider adding `{package_name}=fail`, `{spec}=fail`, `{feature_spec}=combination-fails`, or equivalent skips, or by marking mutually exclusive features as options",
1053+
"UnexpectedStateFailedNoteFeatureMarkedCascade": "consider changing this `=cascade` to `=feature-fails` and/or one or more `=combination-fails`",
1054+
"UnexpectedStateFailedNoteMoreFeaturesRequired": "if some features are required, consider effectively always enabling those parts in portfile.cmake for {package_name}, or consider adding `{package_name}[required-feature]=options` to include 'required-feature' in all tests",
1055+
"UnexpectedStateFailedNotePortMarkedCascade": "consider changing this `=cascade` to `=fail`",
1056+
"UnexpectedStateFailedNoteSeparateCombinationFails": "if {feature} succeeds when built with other features but not alone, consider adding `{feature_spec}=combination-fails`",
1057+
"UnexpectedStateFailedNoteSeparateFeatureFails": "if {feature} always fails, consider adding `{feature_spec}=feature-fails`, which will mark this test as failing, and remove {feature} from combined feature testing",
1058+
"UnexpectedStateFailedPass": "{feature_spec} build failed but was expected to pass",
1059+
"UnexpectedStatePassFeatureMarkedCascade": "{feature_spec} passed but {feature} was marked expected to be a cascaded failure",
1060+
"UnexpectedStatePassFeatureMarkedFail": "{feature_spec} passed but {feature} was marked expected to fail",
1061+
"UnexpectedStatePassPortMarkedCascade": "{feature_spec} passed but was marked expected to be a cascaded failure",
1062+
"UnexpectedStatePassPortMarkedFail": "{feature_spec} passed but was marked expected to fail",
10491063
"UnexpectedSwitch": "commutateur inattendu : {option}",
10501064
"UnexpectedToolOutput": "{tool_name} ({path}) a produit une sortie inattendue lors de la tentative de détermination de la version :",
10511065
"UnexpectedWindowsArchitecture": "architecture d’hôte Windows inattendue : {actual}",

locales/messages.it.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@
559559
"FeatureBaselineExpectedFeatures": "Quando si usa '{value}', è necessario specificare un elenco di funzionalità.",
560560
"FeatureBaselineFormatted": "Formattazione del file baseline della funzionalità completata.",
561561
"FeatureBaselineNoFeaturesForFail": "Quando si usa '= fail', non è consentito alcun elenco di funzionalità.",
562+
"FeatureBaselineNoFeaturesForPass": "When using '= pass' no list of features is allowed.",
562563
"FeatureTestProblems": "Si sono verificati problemi nei test delle funzionalità.",
563564
"FetchingBaselineInfo": "Recupero delle informazioni di base da {package_name}...",
564565
"FetchingRegistryInfo": "Recupero delle informazioni del Registro di sistema da {url} ({value})...",
@@ -1044,8 +1045,21 @@
10441045
"UnexpectedOption": "opzione imprevista: {option}",
10451046
"UnexpectedPortName": "la porta {expected} è dichiarata come {actual} in {path}",
10461047
"UnexpectedPortversion": "\"port-version\" imprevisto senza un campo di controllo delle versioni",
1047-
"UnexpectedState": "{feature_spec} ha causato uno stato imprevisto {actual} dopo {elapsed}",
10481048
"UnexpectedStateCascade": "{feature_spec} ha subito un errore imprevisto a cascata perché le dipendenze seguenti non sono disponibili:",
1049+
"UnexpectedStateCascadePortNote": "consider changing this to =cascade instead",
1050+
"UnexpectedStateFailedCascade": "{feature_spec} build failed but was expected to be a cascaded failure",
1051+
"UnexpectedStateFailedNoteConsiderSkippingPort": "consider adding `{package_name}=fail`, or `{spec}=fail`, or equivalent skips",
1052+
"UnexpectedStateFailedNoteConsiderSkippingPortOrCombination": "consider adding `{package_name}=fail`, `{spec}=fail`, `{feature_spec}=combination-fails`, or equivalent skips, or by marking mutually exclusive features as options",
1053+
"UnexpectedStateFailedNoteFeatureMarkedCascade": "consider changing this `=cascade` to `=feature-fails` and/or one or more `=combination-fails`",
1054+
"UnexpectedStateFailedNoteMoreFeaturesRequired": "if some features are required, consider effectively always enabling those parts in portfile.cmake for {package_name}, or consider adding `{package_name}[required-feature]=options` to include 'required-feature' in all tests",
1055+
"UnexpectedStateFailedNotePortMarkedCascade": "consider changing this `=cascade` to `=fail`",
1056+
"UnexpectedStateFailedNoteSeparateCombinationFails": "if {feature} succeeds when built with other features but not alone, consider adding `{feature_spec}=combination-fails`",
1057+
"UnexpectedStateFailedNoteSeparateFeatureFails": "if {feature} always fails, consider adding `{feature_spec}=feature-fails`, which will mark this test as failing, and remove {feature} from combined feature testing",
1058+
"UnexpectedStateFailedPass": "{feature_spec} build failed but was expected to pass",
1059+
"UnexpectedStatePassFeatureMarkedCascade": "{feature_spec} passed but {feature} was marked expected to be a cascaded failure",
1060+
"UnexpectedStatePassFeatureMarkedFail": "{feature_spec} passed but {feature} was marked expected to fail",
1061+
"UnexpectedStatePassPortMarkedCascade": "{feature_spec} passed but was marked expected to be a cascaded failure",
1062+
"UnexpectedStatePassPortMarkedFail": "{feature_spec} passed but was marked expected to fail",
10491063
"UnexpectedSwitch": "opzione imprevista: {option}",
10501064
"UnexpectedToolOutput": "{tool_name} ({path}) ha prodotto un output imprevisto mentre tentava di determinare la versione:",
10511065
"UnexpectedWindowsArchitecture": "architettura host Windows imprevista: {actual}",

0 commit comments

Comments
 (0)