diff options
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 233860c..c8c8f9f 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -35,6 +35,7 @@ "note.action.reshare": "Reshare", "note.action.reply": "Reply", "note.info.replyTo": "In reply to %s", + "note.info.mentions": "Mentions %s", "note.privacy.scope.none": "Private", "note.privacy.scope.mutuals": "Mutuals only", "note.privacy.scope.followers": "Followers only", @@ -54,6 +55,7 @@ "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.mention.title": "%s mentioned you", "notifications.follow.active": "%s followed you", "notifications.follow.pending": "%s would like to follow you", "notifications.follow.removed": "%s unfollowed you", @@ -71,6 +73,9 @@ "writeNote.summary.label": "Content warning (optional)", "writeNote.scope.label": "Visibility", "writeNote.action": "Post", + "writeNote.mentions.label": "Mentioned users", + "writeNote.mentions.add.action": "Add a mention", + "writeNote.mentions.placeholder": "someone@social.example", "writeReply.label": "Write a reply", "writeReply.action": "Reply", "followRequests.pageTitle": "Pending follow requests", |
