diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2019-05-25 07:01:02 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2019-05-25 07:34:59 +0000 |
| commit | 28ca504576134a8dd7b7e90488319c23f23b2300 (patch) | |
| tree | 22826331a89f76552e64766ad9c3b92acacc34d2 /src/i18n | |
| parent | ab34a75bcfc8f7be0ad213dd04ae22c2cb61890e (diff) | |
wire up notification settings
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 031c93de..2840582b 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -209,6 +209,7 @@ "loop_video": "Loop videos", "loop_video_silent_only": "Loop only videos without sound (i.e. Mastodon's \"gifs\")", "mutes_tab": "Mutes", + "interactions_tab": "Interactions", "play_videos_in_modal": "Play videos directly in the media viewer", "use_contain_fit": "Don't crop the attachment in thumbnails", "name": "Name", @@ -277,6 +278,12 @@ "true": "yes" }, "notifications": "Notifications", + "notification_setting_local": "Show notifications from local users", + "notification_setting_remote": "Show notifications from remote users", + "notification_setting_follows": "Show notifications from users you follow", + "notification_setting_non_follows": "Show notifications from users you do not follow", + "notification_setting_followers": "Show notifications from users who follow you", + "notification_setting_non_followers": "Show notifications from users who do not follow you", "enable_web_push_notifications": "Enable web push notifications", "style": { "switcher": { |
