Personal noctalia plugins collection
1{
2 "bar_widget": {
3 "settings": "小部件设置",
4 "now": "现在",
5 "next": "接下来",
6 "no_more_events_today": "今天没有剩下其他活动"
7 },
8 "panel": {
9 "header": "周历",
10 "today": "今天",
11 "event": "场活动",
12 "events": "场活动",
13 "allday": "场全天",
14 "no_service": "缺少日历服务",
15 "loading": "加载中…",
16 "no_events": "没有活动"
17 },
18 "settings": {
19 "weekStart": "一周起始日",
20 "weekStart_description": "选择日历中一周的起始日。",
21 "monday": "周一",
22 "sunday": "周日",
23 "saturday": "周六",
24 "timeFormat": "使用12小时制时间格式",
25 "timeFormat_description": "以12小时制(上午/下午)而非24小时制显示时间。",
26 "gridColor": "网格颜色",
27 "gridColor_description": "选择用于周历网格线的颜色。",
28 "colorOutline": "Outline",
29 "colorOnSurfaceVariant": "OnSurfaceVariant",
30 "hourLineOpacity": "小时线不透明度",
31 "hourLineOpacity_description": "调整小时线的不透明度。",
32 "dayLineOpacity": "日期分隔线不透明度",
33 "dayLineOpacity_description": "调整日期分隔线的不透明度。",
34 "panelMode": "面板模式",
35 "panelMode_description": "选择面板的布局(可能需要重新打开面板才会生效)。",
36 "panelAttach": "面板依附在工具列",
37 "panelCenter": "居中面板"
38 }
39}