2022-11-30 20:20:21 +00:00
|
|
|
{
|
2023-07-05 06:35:32 +00:00
|
|
|
"title": "Local Calendar",
|
2022-11-30 20:20:21 +00:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "Please choose a name for your new calendar",
|
|
|
|
"data": {
|
2024-09-29 05:15:24 +00:00
|
|
|
"calendar_name": "Calendar Name",
|
|
|
|
"import": "Starting Data"
|
2022-11-30 20:20:21 +00:00
|
|
|
}
|
2024-09-29 05:15:24 +00:00
|
|
|
},
|
|
|
|
"import": {
|
|
|
|
"description": "You can import events in iCal format (.ics file)."
|
|
|
|
}
|
|
|
|
},
|
2024-10-10 15:52:00 +00:00
|
|
|
"abort": {
|
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]"
|
|
|
|
},
|
2024-09-29 05:15:24 +00:00
|
|
|
"error": {
|
|
|
|
"invalid_ics_file": "Invalid .ics file"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"selector": {
|
|
|
|
"import": {
|
|
|
|
"options": {
|
|
|
|
"create_empty": "Create an empty calendar",
|
|
|
|
"import_ics_file": "Upload an iCalendar file (.ics)"
|
2022-11-30 20:20:21 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|