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 "task": "task", 30 "tasks": "tasks", 31 "add_task": "Add Task", 32 "task_summary": "Task Summary", 33 "due_date": "Due Date (optional)", 34 "priority": "Priority", 35 "priority_high": "H", 36 "priority_medium": "M", 37 "priority_low": "L", 38 "task_list_select": "Task List", 39 "task_created": "Task created", 40 "task_error": "Failed to create task", 41 "show_completed": "Show completed", 42 "overdue": "Overdue" 43 }, 44 "settings": { 45 "weekStart": "First day of week", 46 "weekStart_description": "Choose which day starts the week in the calendar.", 47 "monday": "Monday", 48 "sunday": "Sunday", 49 "saturday": "Saturday", 50 "timeFormat": "Use 12-hour time format", 51 "timeFormat_description": "Display time in 12-hour format (AM/PM) instead of 24-hour format.", 52 "gridColor": "Grid Color", 53 "gridColor_description": "Choose the color used for calendar grid lines.", 54 "colorOutline": "Outline", 55 "colorOnSurfaceVariant": "OnSurfaceVariant", 56 "hourLineOpacity": "Hour Line Opacity", 57 "hourLineOpacity_description": "Adjust the opacity of hour lines.", 58 "dayLineOpacity": "Day Line Opacity", 59 "dayLineOpacity_description": "Adjust the opacity of day separator lines.", 60 "panelMode": "Panel Mode", 61 "panelMode_description": "Choose layout (may require reopening).", 62 "panelAttach": "Panel attached to bar", 63 "panelCenter": "Centered panel" 64 } 65}