feat: comment to test run's case (#390)

This commit is contained in:
kimatata
2026-02-23 12:26:07 +09:00
committed by GitHub
parent 1f4ac0ae7b
commit a9674c81ab
27 changed files with 1045 additions and 40 deletions

View File

@@ -354,7 +354,25 @@
"selected": "Ausgewählt",
"tags": "Tags",
"select_tags": "Tags auswählen",
"no_case_selected": "Kein Testfall ausgewählt"
"no_case_selected": "Kein Testfall ausgewählt",
"case_detail": "Testfall-Details",
"comments": "Kommentare",
"history": "Verlauf"
},
"Comments": {
"comments": "Kommentare",
"no_comments": "Keine Kommentare",
"add_comment": "Kommentar hinzufügen",
"save": "Speichern",
"cancel": "Abbrechen",
"placeholder": "Kommentar eingeben...",
"not_included_in_run": "Kann keine Kommentare zu Testfällen abgeben, die nicht im Testlauf enthalten sind",
"comment_added": "Kommentar hinzugefügt",
"failed_to_add_comment": "Fehler beim Hinzufügen des Kommentars",
"comment_updated": "Kommentar aktualisiert",
"failed_to_update_comment": "Fehler beim Aktualisieren des Kommentars",
"comment_deleted": "Kommentar gelöscht",
"failed_to_delete_comment": "Fehler beim Löschen des Kommentars"
},
"Members": {
"member_management": "Mitgliederverwaltung",

View File

@@ -354,7 +354,25 @@
"selected": "Selected",
"tags": "Tags",
"select_tags": "Select tags",
"no_case_selected": "No test case selected"
"no_case_selected": "No test case selected",
"case_detail": "Test case detail",
"comments": "Comments",
"history": "History"
},
"Comments": {
"comments": "Comments",
"no_comments": "No comments",
"add_comment": "Add comment",
"save": "Save",
"cancel": "Cancel",
"placeholder": "Enter a comment...",
"not_included_in_run": "Cannot comment on test cases not included in the test run",
"comment_added": "Comment added",
"failed_to_add_comment": "Failed to add comment",
"comment_updated": "Comment updated",
"failed_to_update_comment": "Failed to update comment",
"comment_deleted": "Comment deleted",
"failed_to_delete_comment": "Failed to delete comment"
},
"Members": {
"member_management": "Member Management",

View File

@@ -354,7 +354,25 @@
"selected": "選択済み",
"tags": "タグ",
"select_tags": "タグを選択",
"no_case_selected": "テストケースが選択されていません"
"no_case_selected": "テストケースが選択されていません",
"case_detail": "テストケース詳細",
"comments": "コメント",
"history": "履歴"
},
"Comments": {
"comments": "コメント",
"no_comments": "コメントがありません",
"add_comment": "コメントを追加",
"save": "保存",
"cancel": "キャンセル",
"placeholder": "コメントを入力...",
"not_included_in_run": "テストランに含まれていないテストケースにはコメントできません",
"comment_added": "コメントが追加されました",
"failed_to_add_comment": "コメントの追加に失敗しました",
"comment_updated": "コメントが更新されました",
"failed_to_update_comment": "コメントの更新に失敗しました",
"comment_deleted": "コメントが削除されました",
"failed_to_delete_comment": "コメントの削除に失敗しました"
},
"Members": {
"member_management": "メンバー管理",

View File

@@ -354,7 +354,25 @@
"selected": "Selecionado",
"tags": "Tags",
"select_tags": "Selecionar tags",
"no_case_selected": "Nenhum caso de teste selecionado"
"no_case_selected": "Nenhum caso de teste selecionado",
"case_detail": "Detalhe do caso de teste",
"comments": "Comentários",
"history": "Histórico"
},
"Comments": {
"comments": "Comentários",
"no_comments": "Nenhum comentário",
"add_comment": "Adicionar comentário",
"save": "Salvar",
"cancel": "Cancelar",
"placeholder": "Digite um comentário...",
"not_included_in_run": "Não é possível comentar em casos de teste que não estão incluídos na execução de teste",
"comment_added": "Comentário adicionado",
"failed_to_add_comment": "Falha ao adicionar comentário",
"comment_updated": "Comentário atualizado",
"failed_to_update_comment": "Falha ao atualizar comentário",
"comment_deleted": "Comentário excluído",
"failed_to_delete_comment": "Falha ao excluir comentário"
},
"Members": {
"member_management": "Gerenciamento de Membros",

View File

@@ -354,7 +354,25 @@
"selected": "已选择",
"tags": "标签",
"select_tags": "选择标签",
"no_case_selected": "未选择测试用例"
"no_case_selected": "未选择测试用例",
"case_detail": "测试用例详情",
"comments": "评论",
"history": "历史"
},
"Comments": {
"comments": "评论",
"no_comments": "暂无评论",
"add_comment": "添加评论",
"save": "保存",
"cancel": "取消",
"placeholder": "输入评论...",
"not_included_in_run": "无法对未包含在测试运行中的测试用例进行评论",
"comment_added": "评论已添加",
"failed_to_add_comment": "添加评论失败",
"comment_updated": "评论已更新",
"failed_to_update_comment": "更新评论失败",
"comment_deleted": "评论已删除",
"failed_to_delete_comment": "删除评论失败"
},
"Members": {
"member_management": "成员管理",