Display information of project on home tab

This commit is contained in:
Takeshi Kimata
2024-05-06 13:35:32 +09:00
parent ac9af2d604
commit 3de1bd2d42
15 changed files with 323 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
{
"Home": {
"Index": {
"get_started": "Get Started",
"integrate_and_manage": "Integrate and manage all your software testing."
},
@@ -24,13 +24,33 @@
"close": "Close",
"create": "Create",
"update": "Update",
"please_enter": "Please enter project name"
"please_enter": "Please enter project name",
"no_projects_found": "No projects found"
},
"Project": {
"home": "Home",
"test_cases": "Test Cases",
"test_run": "Test Runs"
},
"Home": {
"Folders": "Folders",
"test_cases": "Test Cases",
"test_runs": "Test Runs",
"test_types": "Test types",
"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"
},
"Folders": {
"folder": "Folder",
"new_folder": "New Folder",
@@ -56,7 +76,8 @@
"critical": "Critical",
"high": "High",
"medium": "Medium",
"low": "Low"
"low": "Low",
"no_cases_found": "No test cases found"
},
"Case": {
"back_to_cases": "Back to test cases",

View File

@@ -1,5 +1,5 @@
{
"Home": {
"Index": {
"get_started": "テスト管理を始める",
"integrate_and_manage": "ソフトウェア開発にかかわるすべてのテストを統合管理"
},
@@ -24,13 +24,33 @@
"close": "閉じる",
"create": "作成",
"update": "更新",
"please_enter": "プロジェクト名を入力してください"
"please_enter": "プロジェクト名を入力してください",
"no_projects_found": "プロジェクトがありません"
},
"Project": {
"home": "ホーム",
"test_cases": "テストケース",
"test_runs": "テストの実行"
},
"Home": {
"Folders": "フォルダー",
"test_cases": "テストケース",
"test_runs": "テスト実行",
"test_types": "テスト種別",
"other": "その他",
"security": "セキュリティ",
"performance": "パフォーマンス",
"accessibility": "アクセシビリティ",
"functional": "機能",
"acceptance": "受け入れ",
"usability": "ユーザビリティ",
"smoke_sanity": "スモーク/サニティ",
"compatibility": "互換性",
"destructive": "破壊",
"regression": "回帰",
"automated": "自動",
"manual": "手動"
},
"Folders": {
"folder": "フォルダー",
"new_folder": "新規フォルダー",
@@ -56,7 +76,8 @@
"critical": "致",
"high": "高",
"medium": "中",
"low": "低"
"low": "低",
"no_cases_found": "テストケースがありません"
},
"Case": {
"back_to_cases": "テストケース一覧に戻る",