diff options
| author | winter | 2025-02-16 20:09:16 +0000 |
|---|---|---|
| committer | winter | 2025-02-16 20:09:16 +0000 |
| commit | 645e8bd0b2cf5f020585047d683ed0b26e892204 (patch) | |
| tree | fcf5b73eaf2041e39d439e3ead41c0ceff7da2d1 /locale | |
| parent | 5a44137ddea7b3a6d7f68cbe71594f7633d6e9a6 (diff) | |
share button in context menus
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index d734f85..d65c890 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -1,6 +1,7 @@ { "digitigrade": "Digitigrade", "version": "Digitigrade @ %s", + "action.share": "Share", "user.profile.createdAt": "Joined on %s", "user.profile.openRemote": "Open remote profile page", "user.profile.bio.placeholder": "This user hasn't written a bio yet.", @@ -37,6 +38,7 @@ "note.action.reply": "Reply", "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.info.replyTo": "In reply to %s", "note.info.mentions": "Mentions %s", "note.privacy.scope.none": "Private", |
