Create run dialog
This commit is contained in:
@@ -200,15 +200,22 @@
|
||||
},
|
||||
"Runs": {
|
||||
"run_list": "Test Run List",
|
||||
"run": "Run",
|
||||
"new_run": "New Run",
|
||||
"edit_run": "Edit Run",
|
||||
"delete_run": "Delete Run",
|
||||
"id": "ID",
|
||||
"name": "Name",
|
||||
"description": "Description",
|
||||
"last_update": "Last update",
|
||||
"actions": "Actions",
|
||||
"new_run": "New Run",
|
||||
"delete_run": "Delete Run",
|
||||
"run_name": "Run name",
|
||||
"run_description": "Run description",
|
||||
"no_runs_found": "No runs found",
|
||||
"close": "Close",
|
||||
"create": "Create",
|
||||
"update": "Update",
|
||||
"please_enter": "Please enter run name",
|
||||
"are_you_sure": "Are you sure you want to delete the run?",
|
||||
"delete": "Delete"
|
||||
},
|
||||
|
||||
@@ -199,15 +199,22 @@
|
||||
},
|
||||
"Runs": {
|
||||
"run_list": "テストラン一覧",
|
||||
"run": "テストラン",
|
||||
"new_run": "新規テストラン",
|
||||
"edit_run": "テストランを編集",
|
||||
"delete_run": "テストランを削除",
|
||||
"id": "ID",
|
||||
"name": "名前",
|
||||
"description": "詳細",
|
||||
"last_update": "最終更新",
|
||||
"actions": "アクション",
|
||||
"new_run": "新規テストラン",
|
||||
"delete_run": "テストランを削除",
|
||||
"run_name": "テストラン名",
|
||||
"run_description": "テストラン詳細",
|
||||
"no_runs_found": "テストランがありません",
|
||||
"close": "閉じる",
|
||||
"create": "作成",
|
||||
"update": "更新",
|
||||
"please_enter": "テストラン名を入力してください",
|
||||
"are_you_sure": "テストランを削除してもよろしいですか?",
|
||||
"delete": "削除"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user