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 "calendar_tab": "Calendar",
30 "tasks_tab": "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 "no_tasks": "No tasks",
42 "show_completed": "Show completed",
43 "overdue": "Overdue"
44 },
45 "settings": {
46 "weekStart": "First day of week",
47 "weekStart_description": "Choose which day starts the week in the calendar.",
48 "monday": "Monday",
49 "sunday": "Sunday",
50 "saturday": "Saturday",
51 "timeFormat": "Use 12-hour time format",
52 "timeFormat_description": "Display time in 12-hour format (AM/PM) instead of 24-hour format.",
53 "gridColor": "Grid Color",
54 "gridColor_description": "Choose the color used for calendar grid lines.",
55 "colorOutline": "Outline",
56 "colorOnSurfaceVariant": "OnSurfaceVariant",
57 "hourLineOpacity": "Hour Line Opacity",
58 "hourLineOpacity_description": "Adjust the opacity of hour lines.",
59 "dayLineOpacity": "Day Line Opacity",
60 "dayLineOpacity_description": "Adjust the opacity of day separator lines.",
61 "panelMode": "Panel Mode",
62 "panelMode_description": "Choose layout (may require reopening).",
63 "panelAttach": "Panel attached to bar",
64 "panelCenter": "Centered panel"
65 }
66}