Create Top page

This commit is contained in:
Takeshi Kimata
2024-05-11 15:59:31 +09:00
parent 64739ff837
commit 76076f2c48
6 changed files with 164 additions and 20 deletions

View File

@@ -3,8 +3,18 @@
"get_started": "Get Started",
"oss_tcmt": "Open Source Test Case Management Tool",
"integrate_and_manage": "Integrate and manage all your software testing.",
"features": "Features",
"demo_screen": "Demo Screen"
"oss_title": "Open Source",
"oss_detail": "TestPlat is free and open source. The application can be self-hosted. It can be deployed in environments with strict security requirements.",
"organize_title": "Organize Test Cases",
"organize_detail": "Test cases can be organized by projects and folders. Modern UI framework makes them fast.",
"usability_title": "Usability",
"usability_detail": "The defined test cases can be used over and over again in test runs. The status of test runs and projects can be viewed graphically.",
"universal_title": "Universal",
"universal_detail": "Multi language support and dark theme allow anyone to use the system without any inconvenience.",
"organize_test_cases": "Organize test cases and manage tests graphically",
"self_host": "Self host the application",
"run_as_docker": "Running TestPlat as a Docker container",
"run_by_manually": "Running TestPlat manually"
},
"Header": {
"title": "Open Source Test Case Management Tool",

View File

@@ -3,8 +3,18 @@
"get_started": "テスト管理を始める",
"oss_tcmt": "オープンソーステストケース管理ツール",
"integrate_and_manage": "ソフトウェア開発にかかわるすべてのテストを統合管理",
"features": "機能",
"demo_screen": "デモ画面"
"oss_title": "オープンソース",
"oss_detail": "TestPlatは無料でオープンソースです。アプリケーションをセルフホストすることができます。セキュリティ要件の厳しい環境でも導入することができます。",
"organize_title": "テストケースの整理",
"organize_detail": "プロジェクトやフォルダーでテストケースを整理できます。モダンなUIフレームワークによりそれらを高速に表示します。",
"usability_title": "ユーザビリティ",
"usability_detail": "定義したテストケースはテストランで何度も繰り返し使用可能です。テストランやプロジェクトのステータスをグラフで確認できます。",
"universal_title": "ユニバーサル",
"universal_detail": "多言語対応やダークテーマ機能により誰もが不自由なく使うことができます。",
"organize_test_cases": "テストケースを整理とグラフィカルなテスト管理",
"self_host": "アプリのセルフホスト",
"run_as_docker": "Docker containerによる実行",
"run_by_manually": "手動での実行"
},
"Header": {
"title": "オープンソーステストケース管理ツール",