Apply i18n
This commit is contained in:
@@ -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": "テストケースが見つかりません"
|
||||
|
||||
Reference in New Issue
Block a user