Added landesübergreifendes Hochwasserportal
This commit is contained in:
33
custom_components/hochwasserportal/string.json
Normal file
33
custom_components/hochwasserportal/string.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "To identify the pegel, the pegel ID is required.",
|
||||
"data": {
|
||||
"pegel_identifier": "Pegel ID",
|
||||
"add_unavailable": "Add unavailable entities anyway"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {
|
||||
"invalid_identifier": "The specified pegel identifier is invalid."
|
||||
},
|
||||
"abort": {
|
||||
"already_configured": "Pegel is already configured.",
|
||||
"invalid_identifier": "[%key:component::hochwasserportal::config::error::invalid_identifier%]"
|
||||
}
|
||||
},
|
||||
"entity": {
|
||||
"sensor": {
|
||||
"level": {
|
||||
"name": "Level"
|
||||
},
|
||||
"stage": {
|
||||
"name": "Stage"
|
||||
},
|
||||
"flow": {
|
||||
"name": "Flow"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user