diff options
| author | winter | 2025-03-15 18:35:59 +0000 |
|---|---|---|
| committer | winter | 2025-03-15 18:52:54 +0000 |
| commit | 61b122e88cc6783b4d0cf5142a22002f8e558c60 (patch) | |
| tree | 847b864a93f716157456891d4526077e5f0b93f7 /locale/en_GB.json | |
| parent | cb904ef3fb05ab106d5e5e12f6273b8117db4216 (diff) | |
implement pages
Diffstat (limited to 'locale/en_GB.json')
| -rw-r--r-- | locale/en_GB.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 69bf6a1..c0bd6a0 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -42,6 +42,8 @@ "note.action.delete": "Delete note", "note.action.delete.confirmation": "Are you sure you want to permanently delete this 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.privacy.scope.none": "Private", @@ -49,6 +51,14 @@ "note.privacy.scope.followers": "Followers only", "note.privacy.scope.public": "Public", "note.resharedBy": "Reshared by %s", + "note.page.author": "By %s", + "note.page.created": "First published %s", + "note.page.modified": "Last updated %s", + "note.page.list.pageTitle": "Pages", + "note.page.new.pageTitle": "Write a new page", + "note.page.new.title.label": "Title", + "note.page.new.body.label": "Body", + "note.page.new.action": "Publish", "placeholder": "There's nothing here.", "placeholder.moreItems": "…and %d more", "placeholder.noMoreItems": "No more items.", |
