Add translations for Counter (#89989)
This commit is contained in:
parent
616e6e6ae8
commit
ed4e49a4c2
2 changed files with 30 additions and 1 deletions
29
homeassistant/components/counter/strings.json
Normal file
29
homeassistant/components/counter/strings.json
Normal file
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"title": "Counter",
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"name": "[%key:component::counter::title%]",
|
||||
"state_attributes": {
|
||||
"editable": {
|
||||
"name": "UI-managed",
|
||||
"state": {
|
||||
"true": "[%key:common::state::yes%]",
|
||||
"false": "[%key:common::state::no%]"
|
||||
}
|
||||
},
|
||||
"initial": {
|
||||
"name": "Initial value"
|
||||
},
|
||||
"maximum": {
|
||||
"name": "Maximum"
|
||||
},
|
||||
"minimum": {
|
||||
"name": "Minimum"
|
||||
},
|
||||
"step": {
|
||||
"name": "Step"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -6490,7 +6490,6 @@
|
|||
},
|
||||
"helper": {
|
||||
"counter": {
|
||||
"name": "Counter",
|
||||
"integration_type": "helper",
|
||||
"config_flow": false
|
||||
},
|
||||
|
@ -6573,6 +6572,7 @@
|
|||
"alert",
|
||||
"aurora",
|
||||
"cert_expiry",
|
||||
"counter",
|
||||
"cpuspeed",
|
||||
"demo",
|
||||
"derivative",
|
||||
|
|
Loading…
Add table
Reference in a new issue