Merge branch 'feat/conversation-muting' into 'develop'
Add Conversation/Thread Muting See merge request pleroma/pleroma-fe!876
This commit is contained in:
commit
92380652fe
8 changed files with 68 additions and 5 deletions
|
@ -508,7 +508,9 @@
|
|||
"pinned": "Pinned",
|
||||
"delete_confirm": "Do you really want to delete this status?",
|
||||
"reply_to": "Reply to",
|
||||
"replies_list": "Replies:"
|
||||
"replies_list": "Replies:",
|
||||
"mute_conversation": "Mute conversation",
|
||||
"unmute_conversation": "Unmute conversation"
|
||||
},
|
||||
"user_card": {
|
||||
"approve": "Approve",
|
||||
|
|
|
@ -278,8 +278,15 @@
|
|||
"status": {
|
||||
"favorites": "Tykkäykset",
|
||||
"repeats": "Toistot",
|
||||
"delete": "Poista",
|
||||
"pin": "Kiinnitä profiiliisi",
|
||||
"unpin": "Poista kiinnitys",
|
||||
"pinned": "Kiinnitetty",
|
||||
"delete_confirm": "Haluatko varmasti postaa viestin?",
|
||||
"reply_to": "Vastaus",
|
||||
"replies_list": "Vastaukset:"
|
||||
"replies_list": "Vastaukset:",
|
||||
"mute_conversation": "Hiljennä keskustelu",
|
||||
"unmute_conversation": "Poista hiljennys"
|
||||
},
|
||||
"user_card": {
|
||||
"approve": "Hyväksy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue