Skip to content

Commit

Permalink
feat(history): add interrupted state to history job (#1738)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou authored Jan 29, 2024
1 parent 876f486 commit 7db824e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/panels/.i18nignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $t('History.StatusValues.cancelled')
$t('History.StatusValues.completed')
$t('History.StatusValues.error')
$t('History.StatusValues.in_progress')
$t('History.StatusValues.interrupted')
$t('History.StatusValues.klippy_disconnect')
$t('History.StatusValues.klippy_shutdown')
$t('History.StatusValues.server_exit')
Expand Down
1 change: 1 addition & 0 deletions src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"completed": "Abgeschlossen",
"error": "Fehler",
"in_progress": "In Arbeit",
"interrupted": "Unterbrochen",
"klippy_disconnect": "Klippy getrennt",
"klippy_shutdown": "Klippy heruntergefahren",
"Others": "Sonstige",
Expand Down
1 change: 1 addition & 0 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@
"completed": "Completed",
"error": "Error",
"in_progress": "In progress",
"interrupted": "Interrupted",
"klippy_disconnect": "Klippy disconnect",
"klippy_shutdown": "Klippy shutdown",
"Others": "Others",
Expand Down

0 comments on commit 7db824e

Please sign in to comment.