This commit is contained in:
2026-05-06 22:45:14 +08:00
parent c7ee091ad1
commit 18af17e9b3
4 changed files with 196 additions and 2 deletions
+6 -1
View File
@@ -658,6 +658,11 @@
"deleted": "Deleted",
"confirm_restore": "Are you sure you want to restore this calendar?",
"confirm_restore_message": "Are you sure you want to restore calendar '{name}'?",
"admin_panel": "Admin"
"admin_panel": "Admin",
"copy_event": "Copy Event",
"paste_event": "Paste Event",
"copy_success": "Event copied",
"paste_success": "Event pasted",
"no_event_to_paste": "No event to paste"
}
}
+6 -1
View File
@@ -659,6 +659,11 @@
"deleted": "已删除",
"confirm_restore": "确定要恢复此日历吗?",
"confirm_restore_message": "确定要恢复日历「{name}」吗?",
"admin_panel": "管理"
"admin_panel": "管理",
"copy_event": "复制日程",
"paste_event": "粘贴日程",
"copy_success": "日程已复制",
"paste_success": "日程已粘贴",
"no_event_to_paste": "没有可粘贴的日程"
}
}