Display information of project on home tab
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -49,7 +49,12 @@
|
||||
"destructive": "破壊",
|
||||
"regression": "回帰",
|
||||
"automated": "自動",
|
||||
"manual": "手動"
|
||||
"manual": "手動",
|
||||
"priority": "優先度",
|
||||
"critical": "致",
|
||||
"high": "高",
|
||||
"medium": "中",
|
||||
"low": "低"
|
||||
},
|
||||
"Folders": {
|
||||
"folder": "フォルダー",
|
||||
|
||||
Reference in New Issue
Block a user