Personal noctalia plugins collection
1{ 2 "bar_widget": { 3 "settings": "Widget Settings", 4 "now": "Now", 5 "next": "Next", 6 "no_more_events_today": "No events remaining today" 7 }, 8 "panel": { 9 "header": "Weekly Calendar", 10 "today": "Today", 11 "event": "event", 12 "events": "events", 13 "allday": "all-day", 14 "no_service": "No calendar service", 15 "loading": "Loading...", 16 "no_events": "No events", 17 "add_event": "New Event", 18 "create": "Create", 19 "cancel": "Cancel", 20 "summary": "Summary", 21 "date": "Date", 22 "start_time": "Start Time", 23 "end_time": "End Time", 24 "location": "Location", 25 "description": "Description", 26 "calendar_select": "Calendar", 27 "event_created": "Event created", 28 "event_error": "Failed to create event" 29 }, 30 "settings": { 31 "weekStart": "First day of week", 32 "weekStart_description": "Choose which day starts the week in the calendar.", 33 "monday": "Monday", 34 "sunday": "Sunday", 35 "saturday": "Saturday", 36 "timeFormat": "Use 12-hour time format", 37 "timeFormat_description": "Display time in 12-hour format (AM/PM) instead of 24-hour format.", 38 "gridColor": "Grid Color", 39 "gridColor_description": "Choose the color used for calendar grid lines.", 40 "colorOutline": "Outline", 41 "colorOnSurfaceVariant": "OnSurfaceVariant", 42 "hourLineOpacity": "Hour Line Opacity", 43 "hourLineOpacity_description": "Adjust the opacity of hour lines.", 44 "dayLineOpacity": "Day Line Opacity", 45 "dayLineOpacity_description": "Adjust the opacity of day separator lines.", 46 "panelMode": "Panel Mode", 47 "panelMode_description": "Choose layout (may require reopening).", 48 "panelAttach": "Panel attached to bar", 49 "panelCenter": "Centered panel" 50 } 51}