Create run dialog

This commit is contained in:
Takeshi Kimata
2024-05-26 22:02:14 +09:00
parent 1bab870239
commit 5ae4417c23
8 changed files with 219 additions and 40 deletions

View File

@@ -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": "削除"
},