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 "add_event": "新建活动", 18 "create": "创建", 19 "cancel": "取消", 20 "summary": "标题", 21 "date": "日期", 22 "start_time": "开始时间", 23 "end_time": "结束时间", 24 "location": "地点", 25 "description": "描述", 26 "calendar_select": "日历", 27 "event_created": "活动已创建", 28 "event_error": "创建活动失败" 29 }, 30 "settings": { 31 "weekStart": "一周起始日", 32 "weekStart_description": "选择日历中一周的起始日。", 33 "monday": "周一", 34 "sunday": "周日", 35 "saturday": "周六", 36 "timeFormat": "使用12小时制时间格式", 37 "timeFormat_description": "以12小时制(上午/下午)而非24小时制显示时间。", 38 "gridColor": "网格颜色", 39 "gridColor_description": "选择用于周历网格线的颜色。", 40 "colorOutline": "Outline", 41 "colorOnSurfaceVariant": "OnSurfaceVariant", 42 "hourLineOpacity": "小时线不透明度", 43 "hourLineOpacity_description": "调整小时线的不透明度。", 44 "dayLineOpacity": "日期分隔线不透明度", 45 "dayLineOpacity_description": "调整日期分隔线的不透明度。", 46 "panelMode": "面板模式", 47 "panelMode_description": "选择面板的布局(可能需要重新打开面板才会生效)。", 48 "panelAttach": "面板依附在工具列", 49 "panelCenter": "居中面板" 50 } 51}