feat: add translation for run chip abort message

This commit is contained in:
Rohit
2025-04-08 19:00:32 +05:30
parent f4a75b590e
commit b3a7169a7d
5 changed files with 10 additions and 5 deletions

View File

@@ -513,7 +513,8 @@
"running": "Läuft",
"scheduled": "Geplant",
"queued": "In Warteschlange",
"failed": "Fehlgeschlagen"
"failed": "Fehlgeschlagen",
"aborted": "Abgebrochen"
},
"run_settings_modal": {
"title": "Ausführungseinstellungen",

View File

@@ -521,7 +521,8 @@
"running": "Running",
"scheduled": "Scheduled",
"queued": "Queued",
"failed": "Failed"
"failed": "Failed",
"aborted": "Aborted"
},
"run_settings_modal": {
"title": "Run Settings",

View File

@@ -514,7 +514,8 @@
"running": "Ejecutando",
"scheduled": "Programado",
"queued": "En cola",
"failed": "Fallido"
"failed": "Fallido",
"aborted": "Abortado"
},
"run_settings_modal": {
"title": "Configuración de Ejecución",

View File

@@ -514,7 +514,8 @@
"running": "実行中",
"scheduled": "スケジュール済み",
"queued": "キューに入れました",
"failed": "失敗"
"failed": "失敗",
"aborted": "中止されました"
},
"run_settings_modal": {
"title": "実行設定",

View File

@@ -514,7 +514,8 @@
"running": "运行中",
"scheduled": "已计划",
"queued": "排队",
"failed": "失败"
"failed": "失败",
"aborted": "已中止"
},
"run_settings_modal": {
"title": "运行设置",