aboutsummaryrefslogtreecommitdiffhomepage
path: root/locale
diff options
context:
space:
mode:
authorwinter2025-01-16 20:21:42 +0000
committerwinter2025-01-16 20:21:42 +0000
commitb1d6fbc4d740324d96d7fe2677fb15b9b59d20ea (patch)
treeae2c996cc6a42b3a42437a7ec8812cd184644817 /locale
parent8de5608976dc8a73a400267601acb4c8e127de5a (diff)
follow requests
Diffstat (limited to 'locale')
-rw-r--r--locale/en_GB.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json
index cb112f5..06ce2a2 100644
--- a/locale/en_GB.json
+++ b/locale/en_GB.json
@@ -7,6 +7,7 @@
"user.profile.requestToFollow.action": "Request to follow",
"user.profile.unfollow.action": "Unfollow",
"user.profile.followsYou": "Follows you",
+ "user.profile.pendingFollowsYou": "Wants to follow you",
"user.notes.placeholder": "This user hasn't posted anything yet.",
"timeline.global": "Global timeline",
"timeline.global.description": "This timeline shows all known public indexable notes.",
@@ -32,6 +33,8 @@
"digitigrade": "Digitigrade",
"note.resharedBy": "Reshared by %s",
"navigation.login": "Log in",
+ "navigation.logout": "Log out",
+ "navigation.followRequests": "Follow requests",
"login.pageTitle": "Log in",
"login.email": "Email address",
"login.password": "Password",
@@ -43,5 +46,10 @@
"writeNote.scope.label": "Visibility",
"writeNote.action": "Post",
"writeReply.label": "Write a reply",
- "writeReply.action": "Reply"
+ "writeReply.action": "Reply",
+ "followRequests.pageTitle": "Pending follow requests",
+ "followRequests.accept.action": "Accept",
+ "followRequests.accepted": "Accepted!",
+ "followRequests.reject.action": "Reject",
+ "followRequests.rejected": "Rejected!"
}