diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2024-05-25 08:42:32 +0200 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2024-05-25 08:42:32 +0200 |
| commit | 5c48ea2f1abb21f88990c000e0f158dfa19fa4d7 (patch) | |
| tree | 3a59d8ea1bc11a2f26c44e95a162475f45feddee /src/i18n/en.json | |
| parent | 82db31f7ac32443b2a5d51ed3ce6d52cd9dcfac7 (diff) | |
Support `status` notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f626e933..c07f5943 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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", @@ -588,6 +589,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", |
