Display information of project on home tab

This commit is contained in:
Takeshi Kimata
2024-05-06 17:51:45 +09:00
parent 3de1bd2d42
commit 6ccbf1be29
10 changed files with 177 additions and 46 deletions

View File

@@ -30,7 +30,7 @@
"Project": {
"home": "Home",
"test_cases": "Test Cases",
"test_run": "Test Runs"
"test_runs": "Test Runs"
},
"Home": {
"Folders": "Folders",
@@ -49,7 +49,12 @@
"destructive": "Destructive",
"regression": "Regression",
"automated": "Automated",
"manual": "Manual"
"manual": "Manual",
"priority": "Priority",
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low"
},
"Folders": {
"folder": "Folder",

View File

@@ -49,7 +49,12 @@
"destructive": "破壊",
"regression": "回帰",
"automated": "自動",
"manual": "手動"
"manual": "手動",
"priority": "優先度",
"critical": "致",
"high": "高",
"medium": "中",
"low": "低"
},
"Folders": {
"folder": "フォルダー",