Display information of project on home tab

This commit is contained in:
Takeshi Kimata
2024-05-06 23:02:07 +09:00
parent 47457e45f4
commit de2f915c30
7 changed files with 86 additions and 41 deletions

View File

@@ -37,7 +37,14 @@
"test_cases": "テストケース",
"test_runs": "テスト実行",
"progress": "進捗",
"test_types": "テスト種別",
"untested": "未実行",
"passed": "成功",
"failed": "失敗",
"retest": "再テスト",
"skipped": "スキップ",
"test_classification": "テスト分類",
"by_type": "タイプ別",
"by_priority": "優先度別",
"other": "その他",
"security": "セキュリティ",
"performance": "パフォーマンス",
@@ -51,7 +58,6 @@
"regression": "回帰",
"automated": "自動",
"manual": "手動",
"priority": "優先度",
"critical": "致",
"high": "高",
"medium": "中",