🐛 Bug fixes and translation

This commit is contained in:
2024-04-15 23:40:36 +08:00
parent 7e42d95904
commit d2ae4f3292
6 changed files with 37 additions and 30 deletions

View File

@ -13,6 +13,8 @@
"delete": "Delete",
"action": "Action",
"report": "Report",
"reaction": "Reaction",
"reactVerb": "React",
"post": "Post",
"postVerb": "Post",
"comment": "Comment",
@ -23,5 +25,7 @@
"newComment": "Leave a comment",
"postIdentityNotify": "You will create this post as",
"postContentPlaceholder": "What's happened?!",
"postDeleteConfirm": "Are you sure you want to delete this post? This operation cannot be revert!"
"postDeleteConfirm": "Are you sure you want to delete this post? This operation cannot be revert!",
"reactionAdded": "Your reaction has been added.",
"reactionRemoved": "Your reaction has been removed."
}

View File

@ -13,6 +13,8 @@
"delete": "删除",
"action": "操作",
"report": "举报",
"reaction": "反应",
"reactVerb": "作出反应",
"post": "帖子",
"postVerb": "发表",
"comment": "评论",
@ -23,5 +25,7 @@
"newComment": "留下评论",
"postIdentityNotify": "你将会以该身份发表本帖子",
"postContentPlaceholder": "发生什么事了?!",
"postDeleteConfirm": "你确定要删除这篇帖子吗?这意味着这个帖子将永远被我们丢弃在硬盘海中!该操作不可被反转!"
"postDeleteConfirm": "你确定要删除这篇帖子吗?这意味着这个帖子将永远被我们丢弃在硬盘海中!该操作不可被反转!",
"reactionAdded": "你的反应已被添加。",
"reactionRemoved": "你的反应已被移除。"
}