diff options
| author | winter | 2025-01-23 18:55:52 +0000 |
|---|---|---|
| committer | winter | 2025-01-23 18:55:52 +0000 |
| commit | cc7cdfdd5fa49abffb5fd0e852db66bf6fe2cf14 (patch) | |
| tree | 0f1c0f148c09d572a990bd8317c2f5b135932744 /locale/en_GB.json | |
| parent | ddccaf16f39a4bf710266edc389fcde124e7ef56 (diff) | |
implement blocking users
it doesn't work yet for notifications! but i think i got it in most other places
Diffstat (limited to 'locale/en_GB.json')
| -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", |
