feat: test case detail dialog
This commit is contained in:
@@ -201,12 +201,12 @@
|
||||
"template": "Template",
|
||||
"test_detail": "Test detail",
|
||||
"preconditions": "Preconditions",
|
||||
"expected_result": "Expected result",
|
||||
"step": "Step",
|
||||
"text": "Text",
|
||||
"steps": "Steps",
|
||||
"new_step": "New Step",
|
||||
"details_of_the_step": "Details of the step",
|
||||
"expected_result": "Expected result",
|
||||
"delete_this_step": "Delete this step",
|
||||
"insert_step": "Insert step",
|
||||
"attachments": "Attachments",
|
||||
@@ -272,7 +272,25 @@
|
||||
"include_in_run": "Include in run",
|
||||
"exclude_from_run": "Exclude from run",
|
||||
"no_cases_found": "No cases found",
|
||||
"are_you_sure_leave": "Are you sure you want to leave the page?"
|
||||
"are_you_sure_leave": "Are you sure you want to leave the page?",
|
||||
"type": "Type",
|
||||
"other": "Other",
|
||||
"security": "Security",
|
||||
"performance": "Performance",
|
||||
"accessibility": "Accessibility",
|
||||
"functional": "Functional",
|
||||
"acceptance": "Acceptance",
|
||||
"usability": "Usability",
|
||||
"smoke_sanity": "Smoke&Sanity",
|
||||
"compatibility": "Compatibility",
|
||||
"destructive": "Destructive",
|
||||
"regression": "Regression",
|
||||
"automated": "Automated",
|
||||
"manual": "Manual",
|
||||
"preconditions": "Preconditions",
|
||||
"expected_result": "Expected result",
|
||||
"details_of_the_step": "Details of the step",
|
||||
"close": "Close"
|
||||
},
|
||||
"Members": {
|
||||
"member_management": "Member Management",
|
||||
|
||||
@@ -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": "メンバー管理",
|
||||
|
||||
Reference in New Issue
Block a user