Files
lifeforge/apps/calendar/locales/zh-CN.json
Melvin Chia e8690ec913 style: prettier reformatting of the entire codebase
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]]
Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e]
Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
2025-10-05 12:39:16 +08:00

175 lines
3.8 KiB
JSON

{
"title": "日历",
"description": "不要错过与命运(或牙医)的约会。",
"view": {
"day": "日视图",
"month": "月视图",
"week": "周视图",
"agenda": "议程"
},
"sidebar": {
"categories": "类别",
"calendars": "日历"
},
"modals": {
"event": {
"create": "创建事件",
"update": "更新事件"
},
"category": {
"create": "创建类别",
"update": "更新类别"
},
"scanImage": {
"title": "扫描图像"
},
"calendar": {
"create": "创建日历",
"update": "更新日历"
},
"confirmAddException": {
"title": "确认添加例外",
"description": "您确定要为此事件添加例外吗?"
},
"subscribeToIcsCalendar": "订阅 ICS 日历",
"selectYearAndMonth": "选择年份和月份"
},
"inputs": {
"startTime": "开始时间",
"endTime": "结束时间",
"eventCategory": "事件类别",
"eventTitle": "事件标题",
"categoryName": "类别名称",
"categoryColor": "类别颜色",
"categoryIcon": "类别图标",
"location": "地点",
"referenceLink": "参考链接",
"description": "描述",
"image": "图像",
"eventType": "事件类型",
"eventTime": "事件时间",
"frequency": "频率",
"yearly": {
"exactDate": {
"title": "在确切日期",
"inputs": {
"month": "月份",
"date": "日期"
}
},
"relativeDay": {
"title": "在相对日",
"inputs": {
"onThe": "在",
"onTheDay": "天",
"ofTheMonth": "月份"
}
}
},
"monthly": {
"inputs": {
"every": "每",
"months": "个月"
},
"exactDate": {
"title": "在确切日期",
"inputs": {
"date": "日期"
}
},
"relativeDay": {
"title": "在相对的日子",
"inputs": {
"onThe": "在",
"onTheDay": "天"
}
}
},
"weekly": {
"inputs": {
"every": "每",
"weeks": "周",
"onDays": "星期几"
}
},
"daily": {
"inputs": {
"every": "每",
"days": "天"
}
},
"hourly": {
"inputs": {
"every": "每",
"hours": "小时"
}
},
"endType": "结束于",
"useGoogleMap": "使用谷歌地图",
"calendar": "日历",
"calendarName": "日历名称",
"calendarColor": "日历颜色",
"icsUrl": "ICS链接"
},
"items": {
"event": "事件",
"category": "类别"
},
"buttons": {
"inputManually": "手动输入",
"scanFromImage": "从图像扫描",
"today": "今天",
"exceptThisTime": "本次除外",
"viewReference": "查看参考"
},
"eventTypes": {
"single": "单个事件",
"recurring": "重复事件"
},
"recurring": {
"freqs": {
"yearly": "每年",
"monthly": "每月",
"weekly": "每周",
"daily": "每日",
"hourly": "每小时"
},
"onThe": {
"first": "第一个",
"second": "第二个",
"third": "第三个",
"fourth": "第四个",
"last": "最后一个"
},
"onTheDay": {
"weekday": "工作日",
"day": "天",
"weekendDay": "周末的日子"
},
"endTypes": {
"never": "从不",
"after": "在执行了",
"on": "在日期"
},
"inputs": {
"on": "日期",
"after": "数量",
"executions": "次后",
"durationUnit": "持续时间单位",
"durationAmount": "持续时间数量"
},
"durationUnits": {
"minute": "分钟",
"hour": "小时",
"day": "天",
"week": "周",
"month": "个月",
"year": "年"
}
},
"widgets": {
"todaysEvent": "今天的事件",
"miniCalendar": "迷你日历"
}
}