From cd10f94269d7dcdd93df9fcda142a1e5a4441ae9 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 30 Mar 2025 19:00:19 +0100 Subject: implement basic interaction controls --- locale/en_GB.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'locale') diff --git a/locale/en_GB.json b/locale/en_GB.json index 6e41216..e076eed 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -50,9 +50,13 @@ "timeline.home.description": "This timeline shows all activity from users you follow.", "timeline.home.shortName": "Home", "note.action.like": "Like", + "note.action.like.forbidden": "You may not like this note.", "note.action.dislike": "Dislike", + "note.action.dislike.forbidden": "You may not dislike this note.", "note.action.reshare": "Reshare", + "note.action.reshare.forbidden": "You may not reshare this note.", "note.action.reply": "Reply", + "note.action.reply.forbidden": "You may not reply to this note.", "note.action.delete": "Delete", "note.action.delete.confirmation": "Are you sure you want to permanently delete this note?", "note.action.edit": "Edit", @@ -67,6 +71,10 @@ "note.privacy.scope.mutuals": "Mutuals only", "note.privacy.scope.followers": "Followers only", "note.privacy.scope.public": "Public", + "note.privacy.interactors.none": "Nobody", + "note.privacy.interactors.mutuals": "Mutuals only", + "note.privacy.interactors.followers": "Followers only", + "note.privacy.interactors.all": "Everyone", "note.resharedBy": "Reshared by %s", "note.page.author": "By %s", "note.page.description": "A page by %s", @@ -122,6 +130,7 @@ "writeNote.formattingHint.markdown": "Markdown", "writeNote.summary.label": "Content warning (optional)", "writeNote.scope.label": "Visibility", + "writeNote.interactors.label": "Who can interact", "writeNote.action": "Post", "writeNote.moreOptions": "More options", "writeNote.mentions.label": "Mentioned users", -- cgit v1.3