Create Guide page

This commit is contained in:
Takeshi Kimata
2024-05-12 01:19:04 +09:00
parent ccad7ecc60
commit a9457e0129
13 changed files with 175 additions and 83 deletions

View File

@@ -16,14 +16,27 @@
"case_edit": "Test Cases",
"case_home": "Dashboard",
"case_run": "Test Runs",
"self_host": "Self host the application",
"roadmap": "Roadmap"
},
"Guide": {
"self_host": "Self Host",
"docker": "Docker",
"manual": "Manual",
"self_host_app": "Self host the application",
"run_as_docker": "Running TestPlat as a Docker container",
"run_by_manually": "Running TestPlat manually",
"roadmap": "Roadmap"
"move_to_back": "Moves to backend directory",
"backend_install": "Install dependencies",
"init_db": "Initialize Database",
"backend_start": "Start backend server",
"move_to_front": "Moves to frontend directory",
"front_install": "Install dependencies",
"front_start": "Start frontend server"
},
"Header": {
"title": "Open Source Test Case Management Tool",
"description": "Integrate and manage all your software testing",
"guide": "Guide",
"projects": "Projects"
},
"Projects": {

View File

@@ -16,14 +16,27 @@
"case_edit": "テストケース",
"case_home": "ダッシュボード",
"case_run": "テスト実行",
"self_host": "アプリのセルフホスト",
"roadmap": "ロードマップ"
},
"Guide": {
"self_host": "セルフホスト",
"docker": "Docker",
"manual": "マニュアル",
"self_host_app": "アプリのセルフホスト",
"run_as_docker": "Docker containerによる実行",
"run_by_manually": "手動での実行",
"roadmap": "ロードマップ"
"move_to_back": "backendディレクトリに遷移",
"backend_install": "依存関係をインストール",
"init_db": "データベースの初期化",
"backend_start": "バックエンドサーバーの起動",
"move_to_front": "frontendディレクトリに遷移",
"front_install": "依存関係をインストール",
"front_start": "フロントエンドサーバーの起動"
},
"Header": {
"title": "オープンソーステストケース管理ツール",
"description": "ソフトウェア開発にかかわるすべてのテストを統合管理",
"guide": "ガイド",
"projects": "プロジェクト"
},
"Projects": {