Replace "Stopped" with common state in prusalink (#141743)

* Replace "Stopped" with common state in `prusalink`

* Sentence-case "Nozzle diameter"
This commit is contained in:
Norbert Rittel 2025-03-29 18:07:38 +01:00 committed by GitHub
parent 6d48fc183a
commit e2ff0b265d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -36,7 +36,7 @@
"printing": "Printing", "printing": "Printing",
"paused": "[%key:common::state::paused%]", "paused": "[%key:common::state::paused%]",
"finished": "Finished", "finished": "Finished",
"stopped": "Stopped", "stopped": "[%key:common::state::stopped%]",
"error": "Error", "error": "Error",
"attention": "Attention", "attention": "Attention",
"ready": "Ready" "ready": "Ready"
@ -85,7 +85,7 @@
"name": "Z-Height" "name": "Z-Height"
}, },
"nozzle_diameter": { "nozzle_diameter": {
"name": "Nozzle Diameter" "name": "Nozzle diameter"
} }
}, },
"button": { "button": {