mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add translations for Counter (#89989)
This commit is contained in:
parent
616e6e6ae8
commit
ed4e49a4c2
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": {
|
"helper": {
|
||||||
"counter": {
|
"counter": {
|
||||||
"name": "Counter",
|
|
||||||
"integration_type": "helper",
|
"integration_type": "helper",
|
||||||
"config_flow": false
|
"config_flow": false
|
||||||
},
|
},
|
||||||
@ -6573,6 +6572,7 @@
|
|||||||
"alert",
|
"alert",
|
||||||
"aurora",
|
"aurora",
|
||||||
"cert_expiry",
|
"cert_expiry",
|
||||||
|
"counter",
|
||||||
"cpuspeed",
|
"cpuspeed",
|
||||||
"demo",
|
"demo",
|
||||||
"derivative",
|
"derivative",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user