Personal noctalia plugins collection
at main 73 lines 2.5 kB view raw
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 "edit": "编辑", 44 "delete": "删除", 45 "close": "关闭", 46 "save": "保存", 47 "edit_event": "编辑活动", 48 "edit_task": "编辑任务", 49 "delete_confirm": "确定删除此活动?", 50 "delete_task_confirm": "确定删除此任务?" 51 }, 52 "settings": { 53 "weekStart": "一周起始日", 54 "weekStart_description": "选择日历中一周的起始日。", 55 "monday": "周一", 56 "sunday": "周日", 57 "saturday": "周六", 58 "timeFormat": "使用12小时制时间格式", 59 "timeFormat_description": "以12小时制(上午/下午)而非24小时制显示时间。", 60 "gridColor": "网格颜色", 61 "gridColor_description": "选择用于周历网格线的颜色。", 62 "colorOutline": "Outline", 63 "colorOnSurfaceVariant": "OnSurfaceVariant", 64 "hourLineOpacity": "小时线不透明度", 65 "hourLineOpacity_description": "调整小时线的不透明度。", 66 "dayLineOpacity": "日期分隔线不透明度", 67 "dayLineOpacity_description": "调整日期分隔线的不透明度。", 68 "panelMode": "面板模式", 69 "panelMode_description": "选择面板的布局(可能需要重新打开面板才会生效)。", 70 "panelAttach": "面板依附在工具列", 71 "panelCenter": "居中面板" 72 } 73}