Skip to content

Commit

Permalink
Localized file check-in by OneLocBuild Task: Build definition ID 1089…
Browse files Browse the repository at this point in the history
…9: Build ID 28742021 (#20077)
  • Loading branch information
vmapetr authored Jun 27, 2024
1 parent 50dd266 commit 4858cc7
Show file tree
Hide file tree
Showing 50 changed files with 1,343 additions and 1,343 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"loc.instanceNameFormat": "Azure Test Plan - $(testSelector)",
"loc.input.label.testSelector": "Test cases to be executed",
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",
"loc.input.label.testPlan": "Test plan",
"loc.input.label.testPlan": "Testplan",
"loc.input.help.testPlan": "Select a test plan containing test suites with test cases.",
"loc.input.label.testSuite": "Test suite",
"loc.input.label.testSuite": "Testsammlung",
"loc.input.help.testSuite": "Select one or more test suites containing test cases.",
"loc.input.label.testConfiguration": "Test configuration",
"loc.input.help.testConfiguration": "Select Test Configuration.",
"loc.input.label.testConfiguration": "Testkonfiguration",
"loc.input.help.testConfiguration": "Wählen Sie die Testkonfiguration aus.",
"loc.input.label.testLanguageInput": "Select Test framework language",
"loc.input.help.testLanguageInput": "Test Framework Language of automated tests in test plan",
"loc.input.label.mergeTestResults": "Merge test results",
Expand All @@ -21,16 +21,16 @@
"loc.input.help.failTaskOnFailedTests": "Fail the task if there are any test failures. Check this option to fail the task if test failures are detected in the result files.",
"loc.input.label.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results",
"loc.input.help.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially.",
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
"loc.messages.testPlanInput": "Test plan Id : %s",
"loc.messages.testplanConfigInput": "Test plan configuration Id : %s",
"loc.messages.testSuiteSelected": "Test suite Id selected: %s",
"loc.input.label.failTaskOnMissingResultsFile": "Fehler, wenn keine Ergebnisdateien gefunden werden",
"loc.input.help.failTaskOnMissingResultsFile": "Die Aufgabe schlägt fehl, wenn keine Ergebnisdateien gefunden werden.",
"loc.messages.testPlanInput": "Testplan-ID: %s",
"loc.messages.testplanConfigInput": "Testplankonfigurations-ID: %s",
"loc.messages.testSuiteSelected": "Ausgewählte Testsuite-ID: %s",
"loc.messages.automatedTestTriggered": "Triggering execution of Automated tests from test plan",
"loc.messages.ErrorFailTaskOnExecutingTests": "Error occured while executing test command",
"loc.messages.ErrorFailTaskOnAPIFailure": "Error occured while fetching automated tests from test plan inputs",
"loc.messages.ErrorFailTaskOnCreateRunFailure": "Error occured while creating manual test run from test plan inputs",
"loc.messages.chmodGradlew": "Used 'chmod' method for gradlew file to make it executable.",
"loc.messages.chmodGradlew": "Die Methode \"chmod\" wurde für die gradlew-Datei verwendet, um sie eine ausführbare Datei zu machen.",
"loc.messages.NoMatchingFilesFound": "No test result files matching '%s' were found.",
"loc.messages.MultipleMatchingGradlewFound": "Multiple gradlew files found. Selecting the first matched instance"
}
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"loc.friendlyName": "Azure Test Plan",
"loc.helpMarkDown": "[Learn more about this task](https://go.microsoft.com/fwlink/?LinkID=613742)",
"loc.description": "Run manual and automated tests in test plan in Java and python language",
"loc.instanceNameFormat": "Azure Test Plan - $(testSelector)",
"loc.input.label.testSelector": "Test cases to be executed",
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",
"loc.input.label.testPlan": "Test plan",
"loc.input.help.testPlan": "Select a test plan containing test suites with test cases.",
"loc.input.label.testSuite": "Test suite",
"loc.input.help.testSuite": "Select one or more test suites containing test cases.",
"loc.input.label.testConfiguration": "Test configuration",
"loc.input.help.testConfiguration": "Select Test Configuration.",
"loc.input.label.testLanguageInput": "Select Test framework language",
"loc.input.help.testLanguageInput": "Test Framework Language of automated tests in test plan",
"loc.input.label.mergeTestResults": "Merge test results",
"loc.input.help.mergeTestResults": "A test run is created for each results file. Check this option to merge results into a single test run. To optimize for better performance, results will be merged into a single run if there are more than 100 result files, irrespective of this option.",
"loc.input.label.publishRunAttachments": "Upload test results files",
"loc.input.help.publishRunAttachments": "Upload logs and other files containing diagnostic information collected when the tests were run.",
"loc.input.label.failTaskOnFailedTests": "Fail if there are test failures",
"loc.input.help.failTaskOnFailedTests": "Fail the task if there are any test failures. Check this option to fail the task if test failures are detected in the result files.",
"loc.input.label.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results",
"loc.input.help.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially.",
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
"loc.messages.testPlanInput": "Test plan Id : %s",
"loc.messages.testplanConfigInput": "Test plan configuration Id : %s",
"loc.messages.testSuiteSelected": "Test suite Id selected: %s",
"loc.messages.automatedTestTriggered": "Triggering execution of Automated tests from test plan",
"loc.messages.ErrorFailTaskOnExecutingTests": "Error occured while executing test command",
"loc.messages.ErrorFailTaskOnAPIFailure": "Error occured while fetching automated tests from test plan inputs",
"loc.messages.ErrorFailTaskOnCreateRunFailure": "Error occured while creating manual test run from test plan inputs",
"loc.messages.chmodGradlew": "Used 'chmod' method for gradlew file to make it executable.",
"loc.messages.NoMatchingFilesFound": "No test result files matching '%s' were found.",
"loc.messages.MultipleMatchingGradlewFound": "Multiple gradlew files found. Selecting the first matched instance"
"loc.friendlyName": "Plan de pruebas de Azure",
"loc.helpMarkDown": "[Obtener más información acerca de esta tarea](https://go.microsoft.com/fwlink/?LinkID=613742)",
"loc.description": "Ejecución de pruebas manuales y automatizadas en el plan de pruebas en lenguajes Java y Python",
"loc.instanceNameFormat": "Plan de pruebas de Azure: $(testSelector)",
"loc.input.label.testSelector": "Casos de prueba que se van a ejecutar",
"loc.input.help.testSelector": "<ul><li><b>Pruebas manuales:</b> Use esta opción para desencadenar pruebas manuales desde el plan de pruebas.</li><li><b>Pruebas automatizadas:</b> Use esta opción para ejecutar pruebas desde un plan de pruebas que tenga asociado un método de prueba automatizado.</li>",
"loc.input.label.testPlan": "Plan de pruebas",
"loc.input.help.testPlan": "Seleccione un plan de pruebas que contenga conjuntos de pruebas con casos de prueba.",
"loc.input.label.testSuite": "Conjunto de pruebas",
"loc.input.help.testSuite": "Seleccione uno o varios conjuntos de pruebas que contengan casos de prueba.",
"loc.input.label.testConfiguration": "Configuración de prueba",
"loc.input.help.testConfiguration": "Seleccione la configuración de prueba.",
"loc.input.label.testLanguageInput": "Seleccionar el lenguaje del marco de pruebas",
"loc.input.help.testLanguageInput": "Lenguaje del marco de pruebas de las pruebas automatizadas en el plan de pruebas",
"loc.input.label.mergeTestResults": "Combinar los resultados de pruebas",
"loc.input.help.mergeTestResults": "Se crea una serie de pruebas para cada archivo de resultados. Active esta opción para combinar los resultados en una sola serie de pruebas. Para optimizar el rendimiento, los resultados se combinarán en una sola ejecución si hay más de 100 archivos de resultados, independientemente de esta opción.",
"loc.input.label.publishRunAttachments": "Cargar archivos de resultados de pruebas",
"loc.input.help.publishRunAttachments": "Cargue los registros y otros archivos que contengan información de diagnóstico recopilada cuando se ejecutaron las pruebas.",
"loc.input.label.failTaskOnFailedTests": "Interrumpir si hay errores en las pruebas",
"loc.input.help.failTaskOnFailedTests": "No se puede realizar la tarea si hay algún error de prueba. Active esta opción para no realizar la tarea si se detectan errores de prueba en los archivos de resultados.",
"loc.input.label.failTaskOnFailureToPublishResults": "Se produce un error si no se ha podido publicar los resultados de las pruebas",
"loc.input.help.failTaskOnFailureToPublishResults": "Se produce un error si no se ha podido publicar los resultados de las pruebas. Active esta opción para generar un error en la tarea si se produce un error parcial en la publicación de los resultados de pruebas.",
"loc.input.label.failTaskOnMissingResultsFile": "Error si no se encuentra ningún archivo de resultados",
"loc.input.help.failTaskOnMissingResultsFile": "No se puede realizar la tarea si no se encuentra ningún archivo de resultados.",
"loc.messages.testPlanInput": "Id. del plan de pruebas: %s",
"loc.messages.testplanConfigInput": "Id. de configuración del plan de pruebas: %s",
"loc.messages.testSuiteSelected": "Id. de conjunto de pruebas seleccionado: %s",
"loc.messages.automatedTestTriggered": "Desencadenamiento de la ejecución de pruebas automatizadas desde el plan de pruebas",
"loc.messages.ErrorFailTaskOnExecutingTests": "Error al ejecutar el comando de prueba",
"loc.messages.ErrorFailTaskOnAPIFailure": "Error al capturar las pruebas automatizadas de las entradas del plan de pruebas",
"loc.messages.ErrorFailTaskOnCreateRunFailure": "Error al crear la serie de pruebas manual a partir de las entradas del plan de pruebas",
"loc.messages.chmodGradlew": "Se usó el método \"chmod\" para el archivo gradlew para convertirlo en ejecutable.",
"loc.messages.NoMatchingFilesFound": "No se encontró ningún archivo de resultados de pruebas que coincida con \"%s\".",
"loc.messages.MultipleMatchingGradlewFound": "Se encontraron varios archivos gradlew. Selección de la primera instancia coincidente"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"loc.instanceNameFormat": "Azure Test Plan - $(testSelector)",
"loc.input.label.testSelector": "Test cases to be executed",
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",
"loc.input.label.testPlan": "Test plan",
"loc.input.label.testPlan": "Plan de test",
"loc.input.help.testPlan": "Select a test plan containing test suites with test cases.",
"loc.input.label.testSuite": "Test suite",
"loc.input.label.testSuite": "Suite de tests",
"loc.input.help.testSuite": "Select one or more test suites containing test cases.",
"loc.input.label.testConfiguration": "Test configuration",
"loc.input.help.testConfiguration": "Select Test Configuration.",
"loc.input.label.testConfiguration": "Configuration de test",
"loc.input.help.testConfiguration": "Sélectionnez la configuration de test.",
"loc.input.label.testLanguageInput": "Select Test framework language",
"loc.input.help.testLanguageInput": "Test Framework Language of automated tests in test plan",
"loc.input.label.mergeTestResults": "Merge test results",
Expand All @@ -19,18 +19,18 @@
"loc.input.help.publishRunAttachments": "Upload logs and other files containing diagnostic information collected when the tests were run.",
"loc.input.label.failTaskOnFailedTests": "Fail if there are test failures",
"loc.input.help.failTaskOnFailedTests": "Fail the task if there are any test failures. Check this option to fail the task if test failures are detected in the result files.",
"loc.input.label.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results",
"loc.input.help.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially.",
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
"loc.messages.testPlanInput": "Test plan Id : %s",
"loc.messages.testplanConfigInput": "Test plan configuration Id : %s",
"loc.messages.testSuiteSelected": "Test suite Id selected: %s",
"loc.input.label.failTaskOnFailureToPublishResults": "Échouer en cas d'échec dans la publication des résultats des tests",
"loc.input.help.failTaskOnFailureToPublishResults": "Échouer s’il y a un échec dans la publication des résultats du test. Cochez cette option pour faire échouer la tâche si la publication des résultats du test échoue partiellement.",
"loc.input.label.failTaskOnMissingResultsFile": "Échec si aucun fichier de résultats n’est trouvé",
"loc.input.help.failTaskOnMissingResultsFile": "Échec de la tâche si aucun fichier de résultats n’est trouvé.",
"loc.messages.testPlanInput": "ID de plan de test : %s",
"loc.messages.testplanConfigInput": "ID de configuration du plan de test : %s",
"loc.messages.testSuiteSelected": "ID de suite de tests sélectionné : %s",
"loc.messages.automatedTestTriggered": "Triggering execution of Automated tests from test plan",
"loc.messages.ErrorFailTaskOnExecutingTests": "Error occured while executing test command",
"loc.messages.ErrorFailTaskOnAPIFailure": "Error occured while fetching automated tests from test plan inputs",
"loc.messages.ErrorFailTaskOnCreateRunFailure": "Error occured while creating manual test run from test plan inputs",
"loc.messages.chmodGradlew": "Used 'chmod' method for gradlew file to make it executable.",
"loc.messages.chmodGradlew": "Méthode 'chmod' utilisée pour le fichier gradlew afin de le rendre exécutable.",
"loc.messages.NoMatchingFilesFound": "No test result files matching '%s' were found.",
"loc.messages.MultipleMatchingGradlewFound": "Multiple gradlew files found. Selecting the first matched instance"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"loc.instanceNameFormat": "Azure Test Plan - $(testSelector)",
"loc.input.label.testSelector": "Test cases to be executed",
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",
"loc.input.label.testPlan": "Test plan",
"loc.input.label.testPlan": "Piano di test",
"loc.input.help.testPlan": "Select a test plan containing test suites with test cases.",
"loc.input.label.testSuite": "Test suite",
"loc.input.label.testSuite": "Gruppo di test",
"loc.input.help.testSuite": "Select one or more test suites containing test cases.",
"loc.input.label.testConfiguration": "Test configuration",
"loc.input.help.testConfiguration": "Select Test Configuration.",
"loc.input.label.testConfiguration": "Configurazione di test",
"loc.input.help.testConfiguration": "Consente di selezionare la configurazione di test.",
"loc.input.label.testLanguageInput": "Select Test framework language",
"loc.input.help.testLanguageInput": "Test Framework Language of automated tests in test plan",
"loc.input.label.mergeTestResults": "Merge test results",
Expand All @@ -19,18 +19,18 @@
"loc.input.help.publishRunAttachments": "Upload logs and other files containing diagnostic information collected when the tests were run.",
"loc.input.label.failTaskOnFailedTests": "Fail if there are test failures",
"loc.input.help.failTaskOnFailedTests": "Fail the task if there are any test failures. Check this option to fail the task if test failures are detected in the result files.",
"loc.input.label.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results",
"loc.input.help.failTaskOnFailureToPublishResults": "Fail if there is failure in publishing test results. Check this option to fail the task if publishing test results is failed partially.",
"loc.input.label.failTaskOnMissingResultsFile": "Fail if no result files are found",
"loc.input.help.failTaskOnMissingResultsFile": "Fail the task if no result files are found.",
"loc.messages.testPlanInput": "Test plan Id : %s",
"loc.messages.testplanConfigInput": "Test plan configuration Id : %s",
"loc.messages.testSuiteSelected": "Test suite Id selected: %s",
"loc.input.label.failTaskOnFailureToPublishResults": "Esito negativo in caso di errore durante la pubblicazione dei risultati dei test",
"loc.input.help.failTaskOnFailureToPublishResults": "Esito negativo in caso di errore durante la pubblicazione dei risultati dei test. Selezionare questa opzione per non eseguire l'attività se la pubblicazione dei risultati del test non è riuscita parzialmente.",
"loc.input.label.failTaskOnMissingResultsFile": "Esito negativo se non vengono trovati file di risultati",
"loc.input.help.failTaskOnMissingResultsFile": "Se non vengono trovati file di risultati, l'attività ha esito negativo.",
"loc.messages.testPlanInput": "ID piano di test: %s",
"loc.messages.testplanConfigInput": "ID configurazione piano di test: %s",
"loc.messages.testSuiteSelected": "ID gruppo di test selezionato: %s",
"loc.messages.automatedTestTriggered": "Triggering execution of Automated tests from test plan",
"loc.messages.ErrorFailTaskOnExecutingTests": "Error occured while executing test command",
"loc.messages.ErrorFailTaskOnAPIFailure": "Error occured while fetching automated tests from test plan inputs",
"loc.messages.ErrorFailTaskOnCreateRunFailure": "Error occured while creating manual test run from test plan inputs",
"loc.messages.chmodGradlew": "Used 'chmod' method for gradlew file to make it executable.",
"loc.messages.chmodGradlew": "È stato usato il metodo 'chmod' per il file gradlew per renderlo eseguibile.",
"loc.messages.NoMatchingFilesFound": "No test result files matching '%s' were found.",
"loc.messages.MultipleMatchingGradlewFound": "Multiple gradlew files found. Selecting the first matched instance"
}
Loading

0 comments on commit 4858cc7

Please sign in to comment.