Apply i18n

This commit is contained in:
Takeshi Kimata
2024-05-05 18:39:05 +09:00
parent b0f3852bb2
commit ce078bb132
9 changed files with 157 additions and 39 deletions

View File

@@ -100,8 +100,31 @@
"max_file_size": "Max. file size"
},
"Runs": {
"runs": "Test Runs",
"id": "ID",
"name": "Name",
"description": "Description",
"last_update": "Last update",
"actions": "Actions",
"new_run": "New Run",
"delete_run": "Delete Run",
"no_runs_found": "No runs found"
},
"Run": {
"back_to_runs": "Back to test runs",
"updating": "Updating...",
"update": "Update",
"progress": "Progress",
"id": "ID",
"title": "Title",
"please_enter": "Please enter run name",
"description": "Description",
"new": "New",
"inProgress": "In progress",
"underReview": "Under review",
"rejected": "Rejected",
"done": "Done",
"closed": "Closed",
"priority": "Priority",
"status": "Status",
"actions": "Actions",
@@ -114,6 +137,8 @@
"failed": "Failed",
"retest": "Retest",
"skipped": "Skipped",
"select_test_case": "Select test cases",
"test_case_selection": "Test case selection",
"include_in_run": "Include in run",
"exclude_from_run": "Exclude from run",
"no_cases_found": "No cases found"

View File

@@ -100,8 +100,31 @@
"max_file_size": "最大ファイルサイズ"
},
"Runs": {
"runs": "テストラン",
"id": "ID",
"name": "名前",
"description": "詳細",
"last_update": "最終更新",
"actions": "アクション",
"new_run": "新規テストラン",
"delete_run": "テストランを削除",
"no_runs_found": "テストランがありません"
},
"Run": {
"back_to_runs": "テストラン一覧に戻る",
"updating": "更新中...",
"update": "更新",
"progress": "進捗",
"id": "ID",
"title": "タイトル",
"description": "詳細",
"new": "新規",
"inProgress": "進行中",
"underReview": "レビュー中",
"rejected": "却下",
"done": "完了",
"closed": "クローズ",
"please_enter": "タイトルを入力してください",
"priority": "優先度",
"status": "ステータス",
"actions": "アクション",
@@ -114,6 +137,8 @@
"failed": "失敗",
"retest": "再テスト",
"skipped": "スキップ",
"select_test_case": "テストケースを選択",
"test_case_selection": "テストケース選択",
"include_in_run": "テストランに含める",
"exclude_from_run": "テストランから除外する",
"no_cases_found": "テストケースが見つかりません"