Basic message editor

This commit is contained in:
2024-04-17 23:24:09 +08:00
parent ba405770ed
commit 8943f089f2
4 changed files with 128 additions and 24 deletions

View File

@ -33,5 +33,6 @@
"postDeleteConfirm": "Are you sure you want to delete this post? This operation cannot be revert!",
"postEditNotify": "You are about editing a post that already published.",
"reactionAdded": "Your reaction has been added.",
"reactionRemoved": "Your reaction has been removed."
"reactionRemoved": "Your reaction has been removed.",
"chatMessagePlaceholder": "Write a message..."
}

View File

@ -33,5 +33,6 @@
"postDeleteConfirm": "你确定要删除这篇帖子吗?这意味着这个帖子将永远被我们丢弃在硬盘海中!该操作不可被反转!",
"postEditNotify": "你正在修改一个已经发布了的帖子。",
"reactionAdded": "你的反应已被添加。",
"reactionRemoved": "你的反应已被移除。"
"reactionRemoved": "你的反应已被移除。",
"chatMessagePlaceholder": "发条消息……"
}