mirror of
https://github.com/home-assistant/core.git
synced 2025-07-24 21:57:51 +00:00
Replace "Stopped" with common state in prusalink
(#141743)
* Replace "Stopped" with common state in `prusalink` * Sentence-case "Nozzle diameter"
This commit is contained in:
parent
6d48fc183a
commit
e2ff0b265d
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user