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 },
18 "settings": {
19 "weekStart": "First day of week",
20 "weekStart_description": "Choose which day starts the week in the calendar.",
21 "monday": "Monday",
22 "sunday": "Sunday",
23 "saturday": "Saturday",
24 "timeFormat": "Use 12-hour time format",
25 "timeFormat_description": "Display time in 12-hour format (AM/PM) instead of 24-hour format.",
26 "gridColor": "Grid Color",
27 "gridColor_description": "Choose the color used for calendar grid lines.",
28 "colorOutline": "Outline",
29 "colorOnSurfaceVariant": "OnSurfaceVariant",
30 "hourLineOpacity": "Hour Line Opacity",
31 "hourLineOpacity_description": "Adjust the opacity of hour lines.",
32 "dayLineOpacity": "Day Line Opacity",
33 "dayLineOpacity_description": "Adjust the opacity of day separator lines.",
34 "panelMode": "Panel Mode",
35 "panelMode_description": "Choose layout (may require reopening).",
36 "panelAttach": "Panel attached to bar",
37 "panelCenter": "Centered panel"
38 }
39}