feat: test case detail dialog

This commit is contained in:
Takeshi Kimata
2024-07-21 10:44:41 +09:00
parent dda2f6feb9
commit cbdd0cb1d4
9 changed files with 225 additions and 10 deletions

View File

@@ -201,12 +201,12 @@
"template": "テンプレート",
"test_detail": "テスト詳細",
"preconditions": "前提条件",
"expected_result": "期待結果",
"step": "ステップ",
"text": "テキスト",
"steps": "ステップ",
"new_step": "新規ステップ",
"details_of_the_step": "ステップ詳細",
"expected_result": "期待結果",
"delete_this_step": "このステップを削除",
"insert_step": "ステップを挿入",
"attachments": "添付ファイル",
@@ -272,7 +272,26 @@
"include_in_run": "テストランに含める",
"exclude_from_run": "テストランから除外する",
"no_cases_found": "テストケースが見つかりません",
"are_you_sure_leave": "ページを離れてもよろしいですか"
"are_you_sure_leave": "ページを離れてもよろしいですか",
"type": "タイプ",
"other": "その他",
"security": "セキュリティ",
"performance": "パフォーマンス",
"accessibility": "アクセシビリティ",
"functional": "機能",
"acceptance": "受け入れ",
"usability": "ユーザビリティ",
"smoke_sanity": "スモーク/サニティ",
"compatibility": "互換性",
"destructive": "破壊",
"regression": "回帰",
"automated": "自動",
"manual": "手動",
"test_detail": "テスト詳細",
"preconditions": "前提条件",
"expected_result": "期待結果",
"details_of_the_step": "ステップ詳細",
"close": "閉じる"
},
"Members": {
"member_management": "メンバー管理",