Edit, delete and reply messages!

This commit is contained in:
2024-04-18 23:39:48 +08:00
parent 1a1a3a5155
commit b257378a82
11 changed files with 352 additions and 73 deletions

View File

@@ -15,6 +15,7 @@
"action": "Action",
"cancel": "Cancel",
"report": "Report",
"reply": "Reply",
"reaction": "Reaction",
"reactVerb": "React",
"post": "Post",
@@ -35,5 +36,8 @@
"postEditNotify": "You are about editing a post that already published.",
"reactionAdded": "Your reaction has been added.",
"reactionRemoved": "Your reaction has been removed.",
"chatMessagePlaceholder": "Write a message..."
"chatMessagePlaceholder": "Write a message...",
"chatMessageEditNotify": "You are about editing a message.",
"chatMessageReplyNotify": "You are about replying a message.",
"chatMessageDeleteConfirm": "Are you sure you want to delete this message? This operation cannot be revert and no local history is saved!"
}

View File

@@ -15,6 +15,7 @@
"action": "操作",
"cancel": "取消",
"report": "举报",
"reply": "回复",
"reaction": "反应",
"reactVerb": "作出反应",
"post": "帖子",
@@ -35,5 +36,8 @@
"postEditNotify": "你正在修改一个已经发布了的帖子。",
"reactionAdded": "你的反应已被添加。",
"reactionRemoved": "你的反应已被移除。",
"chatMessagePlaceholder": "发条消息……"
"chatMessagePlaceholder": "发条消息……",
"chatMessageEditNotify": "你正在编辑信息中……",
"chatMessageReplyNotify": "你正在回复消息中……",
"chatMessageDeleteConfirm": "你确定要删除这条消息吗?这条消息将永远的从所有人的视图中消失,并且不会有本地消息记录保存!"
}