feat: view customize on member's role cases pane

This commit is contained in:
Takeshi Kimata
2024-06-06 21:39:52 +09:00
parent f9cf3ef209
commit 07259f6daf
11 changed files with 167 additions and 24 deletions

View File

@@ -162,7 +162,11 @@
"high": "High",
"medium": "Medium",
"low": "Low",
"no_cases_found": "No test cases found"
"no_cases_found": "No test cases found",
"case_title": "Test Case Title",
"case_description": "Test Case Description",
"create": "Create",
"please_eEnter": "Please enter test case title"
},
"Case": {
"back_to_cases": "Back to test cases",

View File

@@ -161,7 +161,11 @@
"high": "高",
"medium": "中",
"low": "低",
"no_cases_found": "テストケースがありません"
"no_cases_found": "テストケースがありません",
"case_title": "テストケースタイトル",
"case_description": "テストケース詳細",
"create": "作成",
"please_rnter": "テストケースタイトルを入力してください"
},
"Case": {
"back_to_cases": "テストケース一覧に戻る",