✨ Better reaction panel
This commit is contained in:
@ -104,10 +104,20 @@
|
||||
"postRepostingNotice": "You're about to repost a post that posted {}.",
|
||||
"postReact": "React",
|
||||
"postReactions": "Reactions of Post",
|
||||
"postReactionPoints": {
|
||||
"zero": "{} pt",
|
||||
"one": "{} pt",
|
||||
"other": "{} pts"
|
||||
"postReactionUpvote": {
|
||||
"zero": "0 upvote",
|
||||
"one": "{} upvote",
|
||||
"other": "{} upvotes"
|
||||
},
|
||||
"postReactionDownvote": {
|
||||
"zero": "0 downvote",
|
||||
"one": "{} downvote",
|
||||
"other": "{} downvotes"
|
||||
},
|
||||
"postReactionSocialPoint": {
|
||||
"zero": "0 point",
|
||||
"one": "{} point",
|
||||
"other": "{} points"
|
||||
},
|
||||
"postReactCompleted": "Reaction has been added.",
|
||||
"postReactUncompleted": "Reaction has been removed.",
|
||||
|
@ -104,10 +104,20 @@
|
||||
"postReact": "反应",
|
||||
"postPosted": "帖子已经发表。",
|
||||
"postReactions": "帖子的反应",
|
||||
"postReactionPoints": {
|
||||
"zero": "{} 点",
|
||||
"one": "{} 点",
|
||||
"other": "{} 点"
|
||||
"postReactionUpvote": {
|
||||
"zero": "0 个顶",
|
||||
"one": "{} 个顶",
|
||||
"other": "{} 个顶"
|
||||
},
|
||||
"postReactionDownvote": {
|
||||
"zero": "0 个踩",
|
||||
"one": "{} 个踩",
|
||||
"other": "{} 个踩"
|
||||
},
|
||||
"postReactionSocialPoint": {
|
||||
"zero": "无社会信用点变更",
|
||||
"one": "{} 点社会信用点变更",
|
||||
"other": "{} 点社会信用点变更"
|
||||
},
|
||||
"postReactCompleted": "反应已被添加。",
|
||||
"postReactUncompleted": "反应已被移除。",
|
||||
|
Reference in New Issue
Block a user