diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-10-31 11:29:04 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2023-10-31 11:29:04 +0000 |
| commit | 954d03150f1dc097b9950cfef2fed2e4f55b6442 (patch) | |
| tree | fefdc053fedab92ca93407b55f24dd1935be7ad9 /src/i18n | |
| parent | 42d5d8e43338d0b97cc922ff1d14b77f3ff9d448 (diff) | |
| parent | f153c688f618af05f0e750a9042581b62c0f98f0 (diff) | |
Merge branch 'tusooa/extra-notifications' into 'develop'
Extra notifications
See merge request pleroma/pleroma-fe!1853
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 2358a4ce..1658a25d 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -205,7 +205,13 @@ "migrated_to": "migrated to", "reacted_with": "reacted with {0}", "submitted_report": "submitted a report", - "poll_ended": "poll has ended" + "poll_ended": "poll has ended", + "unread_announcements": "{num} unread announcement | {num} unread announcements", + "unread_chats": "{num} unread chat | {num} unread chats", + "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" }, "polls": { "add_poll": "Add poll", @@ -561,6 +567,11 @@ "notification_visibility_moves": "User Migrates", "notification_visibility_emoji_reactions": "Reactions", "notification_visibility_polls": "Ends of polls you voted in", + "notification_show_extra": "Show extra notifications in the notifications column", + "notification_extra_chats": "Show unread chats", + "notification_extra_announcements": "Show unread announcements", + "notification_extra_follow_requests": "Show new follow requests", + "notification_extra_tip": "Show the customization tip for extra notifications", "no_rich_text_description": "Strip rich text formatting from all posts", "no_blocks": "No blocks", "no_mutes": "No mutes", |
