Beta labels for Test Management and Surveys (#8225)

Signed-off-by: Abigail Dawson <abigaildawson.dev@gmail.com>
This commit is contained in:
Abigail Dawson
2025-03-14 22:20:03 +07:00
committed by Andrey Sobolev
parent 0ba5e949f6
commit 35eefa7eb9
19 changed files with 349 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hcengineering/desktop",
"version": "0.6.435",
"version": "0.6.465",
"main": "dist/main/electron.js",
"template": "@hcengineering/webpack-package",
"scripts": {
+1 -1
View File
@@ -3,7 +3,7 @@
"Answer": "Odpověď",
"AnswerPlaceholder": "Zadejte svou odpověď",
"AnswerCustomOption": "Vlastní možnost",
"Application": "Průzkum",
"Application": "Průzkum (beta)",
"Close": "Zavřít",
"Control": "Ovládání",
"Completed": "Dokončeno",
+48
View File
@@ -0,0 +1,48 @@
{
"string": {
"Answer": "Antwort",
"AnswerPlaceholder": "Geben Sie Ihre Antwort ein",
"AnswerCustomOption": "Benutzerdefinierte Option",
"Application": "Umfrage (Beta)",
"Close": "Schließen",
"Control": "Steuerung",
"Completed": "Abgeschlossen",
"CreatePoll": "Umfrage erstellen",
"CreateSurvey": "Umfrage",
"DeleteOption": "Option löschen",
"DeletePoll": "Umfrage löschen",
"DeletePollConfirm": "Möchten Sie diese Umfrage wirklich löschen?",
"DeleteQuestion": "Frage löschen",
"DeleteQuestionConfirm": "Möchten Sie diese Frage wirklich löschen?",
"Name": "Name",
"NoAnswer": "Keine Antwort",
"NoName": "Kein Name",
"NoPollsForDocument": "Für dieses Dokument gibt es keine Umfragen",
"Poll": "Umfrage",
"Polls": "Umfragen",
"Prompt": "Beschreibung",
"PromptPlaceholder": "Ermutigen Sie die Benutzer, die Fragen zu beantworten",
"Settings": "Einstellungen",
"Question": "Frage",
"Questions": "Fragen",
"QuestionKindString": "Einfache Antwort",
"QuestionKindOption": "Wählen Sie eine Option",
"QuestionKindOptions": "Wählen Sie mehrere Optionen",
"QuestionIsMandatory": "Pflichtfrage",
"QuestionHasCustomOption": "Hat eine benutzerdefinierte Option",
"QuestionPlaceholder": "Frage hinzufügen",
"QuestionPlaceholderEmpty": "Geben Sie den Text der Frage ein",
"QuestionPlaceholderOption": "Option hinzufügen",
"QuestionTooltipMandatory": "Antwort ist Pflicht",
"QuestionTooltipCustomOption": "Der Benutzer kann eine benutzerdefinierte Option eingeben",
"Survey": "Umfrageformular",
"Surveys": "Umfrageformulare",
"SurveyEdit": "Formular bearbeiten",
"SurveyPreview": "Formularvorschau",
"SurveySubmit": "Absenden",
"SurveySubmitConfirm": "Nach dem Absenden können die Antworten nicht mehr geändert werden. Möchten Sie jetzt wirklich absenden?",
"ValidateFail": "Einige Pflichtfragen wurden nicht beantwortet",
"ValidateInfo": "So wird das Formular für die Benutzer aussehen. Versuchen Sie, Antworten einzugeben und Optionen auszuwählen, um die Umfrage zu testen. Das grüne Symbol oben zeigt an, dass das Formular korrekt ausgefüllt ist.",
"ValidateOk": "Das Formular ist korrekt ausgefüllt"
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"Answer": "Answer",
"AnswerPlaceholder": "Type your answer",
"AnswerCustomOption": "Custom option",
"Application": "Survey",
"Application": "Survey (beta)",
"Close": "Close",
"Control": "Control",
"Completed": "Completed",
+48
View File
@@ -0,0 +1,48 @@
{
"string": {
"Answer": "Respuesta",
"AnswerPlaceholder": "Ingrese su respuesta",
"AnswerCustomOption": "Opción personalizada",
"Application": "Encuesta (beta)",
"Close": "Cerrar",
"Control": "Control",
"Completed": "Completado",
"CreatePoll": "Crear encuesta",
"CreateSurvey": "Encuesta",
"DeleteOption": "Eliminar opción",
"DeletePoll": "Eliminar encuesta",
"DeletePollConfirm": "¿Seguro que desea eliminar esta encuesta?",
"DeleteQuestion": "Eliminar pregunta",
"DeleteQuestionConfirm": "¿Seguro que desea eliminar esta pregunta?",
"Name": "Nombre",
"NoAnswer": "Sin respuesta",
"NoName": "Sin nombre",
"NoPollsForDocument": "No hay encuestas para este documento",
"Poll": "Encuesta",
"Polls": "Encuestas",
"Prompt": "Descripción",
"PromptPlaceholder": "Anime a los usuarios a responder las preguntas",
"Settings": "Configuración",
"Question": "Pregunta",
"Questions": "Preguntas",
"QuestionKindString": "Respuesta simple",
"QuestionKindOption": "Seleccionar una opción",
"QuestionKindOptions": "Seleccionar varias opciones",
"QuestionIsMandatory": "Es obligatoria",
"QuestionHasCustomOption": "Tiene opción personalizada",
"QuestionPlaceholder": "Agregar pregunta",
"QuestionPlaceholderEmpty": "Ingrese el texto de la pregunta",
"QuestionPlaceholderOption": "Agregar opción",
"QuestionTooltipMandatory": "La respuesta es obligatoria",
"QuestionTooltipCustomOption": "El usuario puede ingresar una opción personalizada",
"Survey": "Formulario de encuesta",
"Surveys": "Formularios de encuesta",
"SurveyEdit": "Editar formulario",
"SurveyPreview": "Vista previa del formulario",
"SurveySubmit": "Enviar",
"SurveySubmitConfirm": "Una vez enviado, no se podrán modificar las respuestas. ¿Seguro que desea enviarlo ahora?",
"ValidateFail": "Faltan respuestas a algunas preguntas obligatorias",
"ValidateInfo": "Así es como verán los usuarios el formulario. Pruebe ingresando respuestas y seleccionando opciones para probar la encuesta. El icono verde en la parte superior indica que el formulario está correctamente completado.",
"ValidateOk": "El formulario está correctamente completado"
}
}
+48
View File
@@ -0,0 +1,48 @@
{
"string": {
"Answer": "Réponse",
"AnswerPlaceholder": "Entrez votre réponse",
"AnswerCustomOption": "Option personnalisée",
"Application": "Enquête (bêta)",
"Close": "Fermer",
"Control": "Contrôle",
"Completed": "Terminé",
"CreatePoll": "Créer un sondage",
"CreateSurvey": "Enquête",
"DeleteOption": "Supprimer l'option",
"DeletePoll": "Supprimer le sondage",
"DeletePollConfirm": "Voulez-vous vraiment supprimer ce sondage ?",
"DeleteQuestion": "Supprimer la question",
"DeleteQuestionConfirm": "Voulez-vous vraiment supprimer cette question ?",
"Name": "Nom",
"NoAnswer": "Pas de réponse",
"NoName": "Sans nom",
"NoPollsForDocument": "Il n'y a pas de sondages pour ce document",
"Poll": "Sondage",
"Polls": "Sondages",
"Prompt": "Description",
"PromptPlaceholder": "Encouragez les utilisateurs à répondre aux questions",
"Settings": "Paramètres",
"Question": "Question",
"Questions": "Questions",
"QuestionKindString": "Réponse simple",
"QuestionKindOption": "Sélectionner une option",
"QuestionKindOptions": "Sélectionner plusieurs options",
"QuestionIsMandatory": "C'est obligatoire",
"QuestionHasCustomOption": "A une option personnalisée",
"QuestionPlaceholder": "Ajouter une question",
"QuestionPlaceholderEmpty": "Entrez le texte de la question",
"QuestionPlaceholderOption": "Ajouter une option",
"QuestionTooltipMandatory": "La réponse est obligatoire",
"QuestionTooltipCustomOption": "L'utilisateur peut entrer une option personnalisée",
"Survey": "Formulaire d'enquête",
"Surveys": "Formulaires d'enquête",
"SurveyEdit": "Modifier le formulaire",
"SurveyPreview": "Aperçu du formulaire",
"SurveySubmit": "Soumettre",
"SurveySubmitConfirm": "Une fois soumis, les réponses ne pourront pas être modifiées. Voulez-vous vraiment soumettre maintenant ?",
"ValidateFail": "Certaines questions obligatoires n'ont pas été répondues",
"ValidateInfo": "Voici à quoi ressemblera le formulaire pour les utilisateurs. Essayez de saisir des réponses et de sélectionner des options pour tester le sondage. L'icône verte en haut indique que le formulaire est correctement rempli.",
"ValidateOk": "Le formulaire est correctement rempli"
}
}
+48
View File
@@ -0,0 +1,48 @@
{
"string": {
"Answer": "Risposta",
"AnswerPlaceholder": "Inserisci la tua risposta",
"AnswerCustomOption": "Opzione personalizzata",
"Application": "Sondaggio (beta)",
"Close": "Chiudi",
"Control": "Controllo",
"Completed": "Completato",
"CreatePoll": "Crea sondaggio",
"CreateSurvey": "Sondaggio",
"DeleteOption": "Elimina opzione",
"DeletePoll": "Elimina sondaggio",
"DeletePollConfirm": "Sei sicuro di voler eliminare questo sondaggio?",
"DeleteQuestion": "Elimina domanda",
"DeleteQuestionConfirm": "Sei sicuro di voler eliminare questa domanda?",
"Name": "Nome",
"NoAnswer": "Nessuna risposta",
"NoName": "Senza nome",
"NoPollsForDocument": "Non ci sono sondaggi per questo documento",
"Poll": "Sondaggio",
"Polls": "Sondaggi",
"Prompt": "Descrizione",
"PromptPlaceholder": "Incoraggia gli utenti a rispondere alle domande",
"Settings": "Impostazioni",
"Question": "Domanda",
"Questions": "Domande",
"QuestionKindString": "Risposta semplice",
"QuestionKindOption": "Seleziona un'opzione",
"QuestionKindOptions": "Seleziona più opzioni",
"QuestionIsMandatory": "È obbligatoria",
"QuestionHasCustomOption": "Ha un'opzione personalizzata",
"QuestionPlaceholder": "Aggiungi domanda",
"QuestionPlaceholderEmpty": "Inserisci il testo della domanda",
"QuestionPlaceholderOption": "Aggiungi opzione",
"QuestionTooltipMandatory": "La risposta è obbligatoria",
"QuestionTooltipCustomOption": "L'utente può inserire un'opzione personalizzata",
"Survey": "Modulo di sondaggio",
"Surveys": "Moduli di sondaggio",
"SurveyEdit": "Modifica modulo",
"SurveyPreview": "Anteprima modulo",
"SurveySubmit": "Invia",
"SurveySubmitConfirm": "Una volta inviato, non sarà possibile modificare le risposte. Sei sicuro di voler inviare ora?",
"ValidateFail": "Alcune domande obbligatorie non sono state risposte",
"ValidateInfo": "Ecco come apparirà il modulo per gli utenti. Prova a inserire risposte e selezionare opzioni per testare il sondaggio. L'icona verde in alto indica che il modulo è correttamente compilato.",
"ValidateOk": "Il modulo è correttamente compilato"
}
}
+1 -1
View File
@@ -3,7 +3,7 @@
"Answer": "Resposta",
"AnswerPlaceholder": "Digite sua resposta",
"AnswerCustomOption": "Opção personalizada",
"Application": "Pesquisa",
"Application": "Pesquisa (beta)",
"Close": "Fechar",
"Control": "Controle",
"Completed": "Concluído",
+1 -1
View File
@@ -3,7 +3,7 @@
"Answer": "Ответ",
"AnswerPlaceholder": "Введите ответ",
"AnswerCustomOption": "Свой вариант",
"Application": "Опросник",
"Application": "Опросник (бета)",
"Close": "Закрыть",
"Control": "Управление",
"Completed": "Завершен",
+48
View File
@@ -0,0 +1,48 @@
{
"string": {
"Answer": "答案",
"AnswerPlaceholder": "请输入您的答案",
"AnswerCustomOption": "自定义选项",
"Application": "调查 (测试版)",
"Close": "关闭",
"Control": "控制",
"Completed": "完成",
"CreatePoll": "创建投票",
"CreateSurvey": "调查",
"DeleteOption": "删除选项",
"DeletePoll": "删除投票",
"DeletePollConfirm": "您确定要删除此投票吗?",
"DeleteQuestion": "删除问题",
"DeleteQuestionConfirm": "您确定要删除此问题吗?",
"Name": "名称",
"NoAnswer": "没有回答",
"NoName": "没有名称",
"NoPollsForDocument": "此文档没有投票",
"Poll": "投票",
"Polls": "投票",
"Prompt": "描述",
"PromptPlaceholder": "鼓励用户回答问题",
"Settings": "设置",
"Question": "问题",
"Questions": "问题",
"QuestionKindString": "简单回答",
"QuestionKindOption": "选择一个选项",
"QuestionKindOptions": "选择多个选项",
"QuestionIsMandatory": "是必填项",
"QuestionHasCustomOption": "有自定义选项",
"QuestionPlaceholder": "添加问题",
"QuestionPlaceholderEmpty": "请输入问题文本",
"QuestionPlaceholderOption": "添加选项",
"QuestionTooltipMandatory": "此问题为必答项",
"QuestionTooltipCustomOption": "用户可以输入自定义选项",
"Survey": "调查表单",
"Surveys": "调查表单",
"SurveyEdit": "编辑表单",
"SurveyPreview": "表单预览",
"SurveySubmit": "提交",
"SurveySubmitConfirm": "提交后无法更改答案。您确定现在提交吗?",
"ValidateFail": "某些必填问题未作答",
"ValidateInfo": "这是用户看到的表单样式。请尝试输入答案并选择选项来测试调查。顶部的绿色图标表示表单已正确填写。",
"ValidateOk": "表单填写正确"
}
}
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Přiřazený",
"TestCase": "Testovací případ",
"TestProject": "Projekt",
"TestManagementApplication": "Správa testů",
"TestManagementApplication": "Správa testů (beta)",
"AllTestSuites": "Všechny testovací sady",
"AllProjects": "Všechny projekty",
"Projects": "Projekty",
@@ -0,0 +1,96 @@
{
"string": {
"ConfigLabel": "Testmanagement",
"ConfigDescription": "Erweiterung zur Verwaltung von Testfällen",
"TestCaseType": "Typ",
"TestCasePriority": "Priorität",
"TestCaseStatus": "Status",
"TestSuite": "Test Suite",
"SuiteName": "Name",
"SuiteDescription": "Beschreibung",
"Suite": "Suite",
"TestName": "Name",
"TestDescription": "Beschreibung",
"TestType": "Typ",
"TestPriority": "Priorität",
"TestStatus": "Status",
"TestEstimatedTime": "Geschätzte Zeit",
"TestPreconditions": "Voraussetzungen",
"TestSteps": "Schritte",
"TestAssignee": "Zugewiesene Person",
"TestCase": "Testfall",
"TestProject": "Projekt",
"TestManagementApplication": "Testmanagement (Beta)",
"AllTestSuites": "Alle Test Suiten",
"AllProjects": "Alle Projekte",
"Projects": "Projekte",
"CreateProject": "Projekt erstellen",
"EditProject": "Projekt bearbeiten",
"TestCases": "Testfälle",
"TestManagementDescription": "Erweiterung zur Verwaltung von Testfällen",
"CreateTestCase": "Neuer Testfall",
"FullDescription": "Beschreibung",
"ProjectName": "Name",
"ProjectType": "Typ",
"Members": "Mitglieder",
"RoleLabel": "Rolle",
"ProjectMembers": "Projektmitglieder",
"TestSuites": "Test Suiten",
"CreateTestSuite": "Test Suite erstellen",
"NamePlaceholder": "Suite-Name",
"DescriptionPlaceholder": "Beschreibung (optional)",
"TestRuns": "Testdurchläufe",
"TestRun": "Testdurchlauf",
"TestNamePlaceholder": "Testfall-Titel",
"ChooseIcon": "Icon wählen",
"NoTestSuite": "Keine Test Suite",
"StatusDraft": "Entwurf",
"StatusReview": "Zur Überprüfung bereit",
"StatusReviewComments": "Muss Überprüfungskommentare beheben",
"StatusApproved": "Genehmigt",
"StatusRejected": "Abgelehnt",
"SetStatus": "Status festlegen",
"Assignee": "Zugewiesene Person",
"Unassigned": "Nicht zugewiesen",
"AssignTo": "Zuweisen an",
"AssignedTo": "Zugewiesen an",
"PreviousAssigned": "Früher zugewiesen",
"NoTestCases": "Es gibt keine Testfälle in dieser Test Suite",
"CreateTestRun": "Neuer Testdurchlauf",
"TestRunNamePlaceholder": "Name des Testdurchlaufs",
"SelectTestSuites": "Test Suiten auswählen",
"SelectTestCases": "Testfälle auswählen",
"TestLibrary": "Testbibliothek",
"TestResult": "Ergebnis",
"TestRunResult": "Ergebnis",
"TestRunStatus": "Status",
"StatusNonTested": "Nicht getestet",
"StatusBlocked": "Blockiert",
"StatusPassed": "Bestanden",
"StatusFailed": "Fehlgeschlagen",
"SelectTestCase": "Testfall auswählen",
"Save": "Speichern",
"SaveAndNext": "Speichern und weiter",
"DonePercent": "% Abgeschlossen",
"TestResults": "Ergebnisse",
"TestRunName": "Name",
"DueDate": "Fälligkeitsdatum",
"RunTestCases": "Testfälle ausführen",
"TestCaseDescription": "Testfallbeschreibung",
"TestResultAttributes": "Ergebnis",
"GoToNextTest": "Weiter",
"GoToNextTestTooltip": "Zum nächsten Test",
"AllTests": "Alle Tests",
"MyTests": "Meine Tests",
"Comments": "Kommentare",
"Cancel": "Abbrechen",
"Name": "Name",
"TestPlans": "Testpläne",
"TestPlan": "Testplan",
"CreateTestPlan": "Neuer Testplan",
"SelectedTestCases": "{count, plural, =0 {Keine Testfälle ausgewählt} one {# Testfall ausgewählt} few {# Testfälle ausgewählt} other {# Testfälle ausgewählt}}",
"DefaultAssignee": "Standardzugewiesene Person",
"TestPlanTitle": "Testplantitel",
"RunAssistant": "Durchlaufführer"
}
}
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Assignee",
"TestCase": "Test case",
"TestProject": "Project",
"TestManagementApplication": "Test Management",
"TestManagementApplication": "Test Management (beta)",
"AllTestSuites": "All test suites",
"AllProjects": "All projects",
"Projects": "Projects",
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Asignado a",
"TestCase": "Caso de prueba",
"TestProject": "Proyecto",
"TestManagementApplication": "Gestión de Pruebas",
"TestManagementApplication": "Gestión de Pruebas (beta)",
"AllTestSuites": "Todos los conjuntos de pruebas",
"AllProjects": "Todos los proyectos",
"Projects": "Proyectos",
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Cessionnaire",
"TestCase": "Cas de test",
"TestProject": "Projet",
"TestManagementApplication": "Gestion des tests",
"TestManagementApplication": "Gestion des tests (bêta)",
"AllTestSuites": "Tous les ensembles de tests",
"AllProjects": "Tous les projets",
"Projects": "Projets",
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Assegnatario",
"TestCase": "Caso di test",
"TestProject": "Progetto",
"TestManagementApplication": "Gestione Test",
"TestManagementApplication": "Gestione Test (beta)",
"AllTestSuites": "Tutti i set di test",
"AllProjects": "Tutti i progetti",
"Projects": "Progetti",
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Responsável",
"TestCase": "Caso de teste",
"TestProject": "Projeto",
"TestManagementApplication": "Gestão de Testes",
"TestManagementApplication": "Gestão de Testes (beta)",
"AllTestSuites": "Todos os conjuntos de testes",
"AllProjects": "Todos os projetos",
"Projects": "Projetos",
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "Исполнитель",
"TestCase": "Тест-кейс",
"TestProject": "Проект",
"TestManagementApplication": "Управление тестированием",
"TestManagementApplication": "Управление тестированием (бета)",
"AllTestSuites": "Все категории тестов",
"AllProjects": "Все проекты",
"Projects": "Проекты",
+1 -1
View File
@@ -20,7 +20,7 @@
"TestAssignee": "受讓人",
"TestCase": "測試用例",
"TestProject": "專案",
"TestManagementApplication": "測試管理",
"TestManagementApplication": "測試管理 (测试版)",
"AllTestSuites": "所有測試套件",
"AllProjects": "所有項目",
"Projects": "專案",