Merge pull request #125 from LemmyNet/hide-post

Add translations for hide post UI
This commit is contained in:
SleeplessOne1917 2024-04-09 22:12:11 +00:00 committed by GitHub
commit ccd5b818fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -614,5 +614,10 @@
"public": "Public", "public": "Public",
"public_blurb": "This community can be federated to other instances and be posted/commented in by their users.", "public_blurb": "This community can be federated to other instances and be posted/commented in by their users.",
"banned_from_community_blurb": "<1>Banned:</1> You cannot post, comment, or vote in this community. However, you are still free to browse.", "banned_from_community_blurb": "<1>Banned:</1> You cannot post, comment, or vote in this community. However, you are still free to browse.",
"private_message_form_user_matrix_blurb": "This user already has a matrix account you can message at <1>{{matrix_id}}</1>." "private_message_form_user_matrix_blurb": "This user already has a matrix account you can message at <1>{{matrix_id}}</1>.",
"hide_post": "Hide Post",
"unhide_post": "Unhide Post",
"show_hidden_posts": "Show hidden posts",
"post_hidden": "Post hidden",
"post_unhidden": "Post unhidden"
} }