diff options
| author | winter | 2025-03-15 21:26:02 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 21:26:02 +0000 |
| commit | 8843a8cb197e71b1ca42f1ea56be5f806ad0f5b4 (patch) | |
| tree | 20ca690e9bd3e4996421eb4d43c0b4fbdaf0ff95 /locale | |
| parent | d8e440b1998e5c3e33445f2ec020d261fc7fa714 (diff) | |
implement note editing
and improve display of edited note timestamps
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index c0bd6a0..22cc291 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -39,13 +39,16 @@ "note.action.dislike": "Dislike", "note.action.reshare": "Reshare", "note.action.reply": "Reply", - "note.action.delete": "Delete note", + "note.action.delete": "Delete", "note.action.delete.confirmation": "Are you sure you want to permanently delete this note?", + "note.action.edit": "Edit", + "note.editForm.label": "Edit note", "note.openRemote": "Open on original instance", "note.openPage": "View page", "note.page.summaryMessage": "Published a new page: \"%s\"", "note.info.replyTo": "In reply to %s", "note.info.mentions": "Mentions %s", + "note.info.modified": "Last modified %s", "note.privacy.scope.none": "Private", "note.privacy.scope.mutuals": "Mutuals only", "note.privacy.scope.followers": "Followers only", |
