feat: test case filtering (#276)

This commit is contained in:
Eliezer Castro
2025-08-24 12:15:39 -03:00
committed by GitHub
parent 720ec7c508
commit afe569a79c
11 changed files with 432 additions and 69 deletions

View File

@@ -204,7 +204,13 @@
"case_title": "テストケースタイトル",
"case_description": "テストケース詳細",
"create": "作成",
"please_enter": "テストケースタイトルを入力してください"
"please_enter": "テストケースタイトルを入力してください",
"clear_all": "すべてクリア",
"apply": "適用",
"select_priorities": "優先度を選択",
"selected": "選択済み",
"type": "タイプ",
"select_types": "タイプを選択"
},
"Case": {
"back_to_cases": "テストケース一覧に戻る",