Personal noctalia plugins collection
at main 73 lines 2.4 kB view raw
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 "edit": "Edit", 44 "delete": "Delete", 45 "close": "Close", 46 "save": "Save", 47 "edit_event": "Edit Event", 48 "edit_task": "Edit Task", 49 "delete_confirm": "Delete this event?", 50 "delete_task_confirm": "Delete this task?" 51 }, 52 "settings": { 53 "weekStart": "First day of week", 54 "weekStart_description": "Choose which day starts the week in the calendar.", 55 "monday": "Monday", 56 "sunday": "Sunday", 57 "saturday": "Saturday", 58 "timeFormat": "Use 12-hour time format", 59 "timeFormat_description": "Display time in 12-hour format (AM/PM) instead of 24-hour format.", 60 "gridColor": "Grid Color", 61 "gridColor_description": "Choose the color used for calendar grid lines.", 62 "colorOutline": "Outline", 63 "colorOnSurfaceVariant": "OnSurfaceVariant", 64 "hourLineOpacity": "Hour Line Opacity", 65 "hourLineOpacity_description": "Adjust the opacity of hour lines.", 66 "dayLineOpacity": "Day Line Opacity", 67 "dayLineOpacity_description": "Adjust the opacity of day separator lines.", 68 "panelMode": "Panel Mode", 69 "panelMode_description": "Choose layout (may require reopening).", 70 "panelAttach": "Panel attached to bar", 71 "panelCenter": "Centered panel" 72 } 73}