hass-core/homeassistant/components/prusalink/strings.json
Paulus Schoutsen 7859be6481
Add deduplicate translations script (#96384)
* Add deduplicate script

* Fix forecast_solar incorrect key with space

* Fix utf-8

* Do not create references to other arbitrary other integrations

* Add commented code to only allow applying to referencing integrations

* Tweak

* Bug fix

* Add command line arg for limit reference

* never suggest to update common keys

* Output of script

* Apply suggestions from code review

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>

---------

Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
2023-07-13 11:52:50 -04:00

80 lines
1.8 KiB
JSON

{
"config": {
"step": {
"user": {
"data": {
"host": "[%key:common::config_flow::data::host%]",
"api_key": "[%key:common::config_flow::data::api_key%]"
}
}
},
"error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
"unknown": "[%key:common::config_flow::error::unknown%]",
"not_supported": "Only PrusaLink API v2 is supported"
}
},
"entity": {
"sensor": {
"printer_state": {
"state": {
"cancelling": "Cancelling",
"idle": "[%key:common::state::idle%]",
"paused": "[%key:common::state::paused%]",
"pausing": "Pausing",
"printing": "Printing"
}
},
"heatbed_temperature": {
"name": "Heatbed temperature"
},
"heatbed_target_temperature": {
"name": "Heatbed target temperature"
},
"nozzle_temperature": {
"name": "Nozzle temperature"
},
"nozzle_target_temperature": {
"name": "Nozzle target temperature"
},
"progress": {
"name": "Progress"
},
"filename": {
"name": "Filename"
},
"material": {
"name": "Material"
},
"print_start": {
"name": "Print start"
},
"print_finish": {
"name": "Print finish"
},
"print_speed": {
"name": "Print speed"
},
"z_height": {
"name": "Z-Height"
}
},
"button": {
"cancel_job": {
"name": "Cancel job"
},
"pause_job": {
"name": "Pause job"
},
"resume_job": {
"name": "Resume job"
}
},
"camera": {
"job_preview": {
"name": "Preview"
}
}
}
}