Post detail

This commit is contained in:
2024-11-10 22:56:09 +08:00
parent 49cabd1f39
commit a673beb87c
10 changed files with 150 additions and 13 deletions

View File

@ -37,6 +37,9 @@
"report": "Report",
"repost": "Repost",
"reply": "Reply",
"untitled": "Untitled",
"postDetail": "Post detail",
"postNoun": "Post",
"fieldUsername": "Username",
"fieldNickname": "Nickname",
"fieldEmail": "Email address",
@ -84,6 +87,7 @@
"postRepostingNotice": "You're about to repost a post that posted {}.",
"postReact": "React",
"postComments": {
"zero": "Comment",
"one": "{} comment",
"other": "{} comments"
},

View File

@ -37,6 +37,9 @@
"report": "检举",
"repost": "转帖",
"reply": "回贴",
"untitled": "无题",
"postDetail": "帖子详情",
"postNoun": "帖子",
"fieldUsername": "用户名",
"fieldNickname": "显示名",
"fieldEmail": "电子邮箱地址",
@ -84,6 +87,7 @@
"postRepostingNotice": "你正在转发由 {} 发布的帖子。",
"postReact": "反应",
"postComments": {
"zero": "评论",
"one": "{} 条评论",
"other": "{} 条评论"
},