aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorwinter2025-01-26 21:53:26 +0000
committerwinter2025-01-26 21:53:26 +0000
commit6b58bf53e312a67119289b894c5b482d057e5665 (patch)
treefef168089a75d73353af1a79456e711c72385ca3 /locale
parent7d3f35b1895dd3fe08af0f5fe403ff339acd2456 (diff)
make mentions work properly + ui for them
Diffstat (limited to 'locale')
-rw-r--r--locale/en_GB.json5
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",