core/homeassistant/components/calendar/strings.json

43 lines
1021 B
JSON

{
"title": "Calendar",
"entity_component": {
"_": {
"name": "[%key:component::calendar::title%]",
"state": {
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]"
},
"state_attributes": {
"all_day": {
"name": "All day",
"state": {
"true": "[%key:common::state::yes%]",
"false": "[%key:common::state::no%]"
}
},
"description": {
"name": "Description"
},
"end_time": {
"name": "End time"
},
"location": {
"name": "Location"
},
"messages": {
"name": "Message"
},
"start_time": {
"name": "Start time"
}
}
}
},
"issues": {
"platform_integration_no_support": {
"title": "[%key:common::issues::platform_integration_no_support_title%]",
"description": "[%key:common::issues::platform_integration_no_support_description%]"
}
}
}