diff options
| author | winter | 2025-01-20 18:20:45 +0000 |
|---|---|---|
| committer | winter | 2025-01-20 18:20:45 +0000 |
| commit | b8e259f75dfa52584d7483313b0c6814867d2330 (patch) | |
| tree | 00f84b0f4485889d2278de99389fdced001ba357 /locale | |
| parent | fb4cbc73bae831e68fe8234811184f46077db5e6 (diff) | |
follow, unfollow, follow request notifications
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 084ecb1..cb4df6a 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -48,6 +48,11 @@ "notifications.interaction.dislike.title": "%s disliked your note", "notifications.interaction.reshare.title": "%s reshared your note", "notifications.interaction.reply.title": "%s replied to you", + "notifications.follow.active": "%s followed you", + "notifications.follow.pending": "%s would like to follow you", + "notifications.follow.removed": "%s unfollowed you", + "notifications.follow.accept": "%s accepted your follow request", + "notifications.follow.reject": "%s rejected your follow request", "login.pageTitle": "Log in", "login.email": "Email address", "login.password": "Password", |
