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 "task": "个任务",
30 "tasks": "个任务",
31 "add_task": "添加任务",
32 "task_summary": "任务摘要",
33 "due_date": "截止日期(可选)",
34 "priority": "优先级",
35 "priority_high": "高",
36 "priority_medium": "中",
37 "priority_low": "低",
38 "task_list_select": "任务列表",
39 "task_created": "任务已创建",
40 "task_error": "创建任务失败",
41 "show_completed": "显示已完成",
42 "overdue": "已逾期"
43 },
44 "settings": {
45 "weekStart": "一周起始日",
46 "weekStart_description": "选择日历中一周的起始日。",
47 "monday": "周一",
48 "sunday": "周日",
49 "saturday": "周六",
50 "timeFormat": "使用12小时制时间格式",
51 "timeFormat_description": "以12小时制(上午/下午)而非24小时制显示时间。",
52 "gridColor": "网格颜色",
53 "gridColor_description": "选择用于周历网格线的颜色。",
54 "colorOutline": "Outline",
55 "colorOnSurfaceVariant": "OnSurfaceVariant",
56 "hourLineOpacity": "小时线不透明度",
57 "hourLineOpacity_description": "调整小时线的不透明度。",
58 "dayLineOpacity": "日期分隔线不透明度",
59 "dayLineOpacity_description": "调整日期分隔线的不透明度。",
60 "panelMode": "面板模式",
61 "panelMode_description": "选择面板的布局(可能需要重新打开面板才会生效)。",
62 "panelAttach": "面板依附在工具列",
63 "panelCenter": "居中面板"
64 }
65}