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", "running": "Läuft",
"scheduled": "Geplant", "scheduled": "Geplant",
"queued": "In Warteschlange", "queued": "In Warteschlange",
"failed": "Fehlgeschlagen" "failed": "Fehlgeschlagen",
"aborted": "Abgebrochen"
}, },
"run_settings_modal": { "run_settings_modal": {
"title": "Ausführungseinstellungen", "title": "Ausführungseinstellungen",

View File

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

View File

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

View File

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

View File

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