Merge branch 'status-notification-type' into 'develop'
Support `status` notification type See merge request pleroma/pleroma-fe!1916
This commit is contained in:
commit
d096962b05
12 changed files with 48 additions and 6 deletions
|
|
@ -212,7 +212,8 @@
|
|||
"unread_follow_requests": "{num} new follow request | {num} new follow requests",
|
||||
"configuration_tip": "You can customize what to display here in {theSettings}. {dismiss}",
|
||||
"configuration_tip_settings": "the settings",
|
||||
"configuration_tip_dismiss": "Do not show again"
|
||||
"configuration_tip_dismiss": "Do not show again",
|
||||
"subscribed_status": "posted"
|
||||
},
|
||||
"polls": {
|
||||
"add_poll": "Add poll",
|
||||
|
|
@ -264,7 +265,8 @@
|
|||
"emoji_reactions": "Emoji Reactions",
|
||||
"reports": "Reports",
|
||||
"moves": "User migrates",
|
||||
"load_older": "Load older interactions"
|
||||
"load_older": "Load older interactions",
|
||||
"statuses": "Subscriptions"
|
||||
},
|
||||
"post_status": {
|
||||
"edit_status": "Edit status",
|
||||
|
|
@ -588,6 +590,7 @@
|
|||
"notification_visibility_moves": "User Migrates",
|
||||
"notification_visibility_emoji_reactions": "Reactions",
|
||||
"notification_visibility_polls": "Ends of polls you voted in",
|
||||
"notification_visibility_statuses": "Subscriptions",
|
||||
"notification_show_extra": "Show extra notifications in the notifications column",
|
||||
"notification_extra_chats": "Show unread chats",
|
||||
"notification_extra_announcements": "Show unread announcements",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue