One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links 📅 calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: update translations via @LingoDotDev

+9
+3
locales/yue.json
··· 352 352 "buildInfoMinutes": "分鐘", 353 353 "buildInfoHours": "小時", 354 354 "buildInfoDays": "日", 355 + "buildInfoUpdateAvailable": "有更新可用", 356 + "buildInfoUpdateButton": "立即更新", 357 + "buildInfoUpdating": "正在更新...", 355 358 "eventCreated": "事件已建立", 356 359 "eventUpdated": "事件已更新", 357 360 "eventDeleted": "事件已刪除",
+3
locales/zh-HK.json
··· 352 352 "buildInfoMinutes": "分鐘", 353 353 "buildInfoHours": "小時", 354 354 "buildInfoDays": "天", 355 + "buildInfoUpdateAvailable": "有更新可用", 356 + "buildInfoUpdateButton": "立即更新", 357 + "buildInfoUpdating": "正在更新...", 355 358 "eventCreated": "活動已建立", 356 359 "eventUpdated": "活動已更新", 357 360 "eventDeleted": "活動已刪除",
+3
locales/zh-TW.json
··· 352 352 "buildInfoMinutes": "分鐘", 353 353 "buildInfoHours": "小時", 354 354 "buildInfoDays": "天", 355 + "buildInfoUpdateAvailable": "有可用的更新", 356 + "buildInfoUpdateButton": "立即更新", 357 + "buildInfoUpdating": "正在更新...", 355 358 "eventCreated": "事件已建立", 356 359 "eventUpdated": "事件已更新", 357 360 "eventDeleted": "事件已刪除",