diff options
| author | winter | 2025-01-13 20:37:34 +0000 |
|---|---|---|
| committer | winter | 2025-01-13 20:37:34 +0000 |
| commit | f31d2abc237958bd9f33875f20198c4510389556 (patch) | |
| tree | 57c0920666ca052d8850824ad47b326631764aa6 /locale | |
| parent | fb9efd9f4682f528b1832622d192b9b5544584a9 (diff) | |
implement replying to posts
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index deda419..da09f77 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -8,6 +8,8 @@ "note.action.like": "Like", "note.action.dislike": "Dislike", "note.action.reshare": "Reshare", + "note.action.reply": "Reply", + "note.info.replyTo": "In reply to %s", "timeline.local": "Local timeline", "timeline.local.description": "This timeline shows all public indexable notes posted by users on this server.", "placeholder": "There's nothing here.", @@ -23,5 +25,7 @@ "login.action": "Log in", "login.failed": "Invalid email address or password", "writeNote.label": "Write a note", - "writeNote.action": "Post" + "writeNote.action": "Post", + "writeReply.label": "Write a reply", + "writeReply.action": "Reply" } |
