Editable post

This commit is contained in:
2024-11-10 18:37:34 +08:00
parent 60a34fed00
commit 3ffe3cb50f
18 changed files with 249 additions and 93 deletions

View File

@ -31,6 +31,7 @@
"preview": "Preview",
"loading": "Loading...",
"delete": "Delete",
"report": "Report",
"fieldUsername": "Username",
"fieldNickname": "Nickname",
"fieldEmail": "Email address",
@ -72,5 +73,6 @@
"fieldPostContent": "What happened?!",
"fieldPostTitle": "Title",
"fieldPostDescription": "Description",
"postPublish": "Publish"
"postPublish": "Publish",
"postEditingNotice": "You're about to editing a post that posted {}."
}

View File

@ -31,6 +31,7 @@
"create": "创建",
"preview": "预览",
"delete": "删除",
"report": "检举",
"fieldUsername": "用户名",
"fieldNickname": "显示名",
"fieldEmail": "电子邮箱地址",
@ -72,5 +73,6 @@
"fieldPostContent": "发生什么事了?!",
"fieldPostTitle": "标题",
"fieldPostDescription": "描述",
"postPublish": "发布"
"postPublish": "发布",
"postEditingNotice": "你正在修改由 {} 发布的帖子。"
}