diff options
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 91154b6..ea53419 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -10,11 +10,16 @@ "user.profile.unfollow.action": "Unfollow", "user.profile.followsYou": "Follows you", "user.profile.pendingFollowsYou": "Wants to follow you", + "user.profile.block": "Block", + "user.profile.block.confirm": "Are you sure you want to block this user?", + "user.profile.unblock": "Unblock", + "user.profile.unblock.confirm": "Are you sure you want to unblock this user?", "user.profile.displayName": "Display name", "user.profile.changeAvatar": "Choose a new avatar image", "user.profile.resetAvatar": "Reset avatar", "user.profile.avatarReset": "Avatar reset!", "user.profile.bio": "Bio", + "user.profile.notesHidden": "Notes hidden because you block this user", "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.", @@ -34,10 +39,11 @@ "note.privacy.scope.mutuals": "Mutuals only", "note.privacy.scope.followers": "Followers only", "note.privacy.scope.public": "Public", + "note.hidden": "Hidden note from a blocked user", + "note.resharedBy": "Reshared by %s", "placeholder": "There's nothing here.", "placeholder.moreItems": "…and %d more", "placeholder.noMoreItems": "No more items.", - "note.resharedBy": "Reshared by %s", "navigation.login": "Log in", "navigation.logout": "Log out", "navigation.logout.confirmation": "Are you sure you want to log out?", @@ -53,6 +59,8 @@ "notifications.follow.removed": "%s unfollowed you", "notifications.follow.accept": "%s accepted your follow request", "notifications.follow.reject": "%s rejected your follow request", + "notifications.block": "%s blocked you", + "notifications.unblock": "%s unblocked you", "login.pageTitle": "Log in", "login.email": "Email address", "login.password": "Password", |
