mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 19:55:10 +02: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:
@@ -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": {
|
||||||
|
Reference in New Issue
Block a user