diff options
| author | winter | 2024-12-31 14:30:16 +0000 |
|---|---|---|
| committer | winter | 2024-12-31 14:30:16 +0000 |
| commit | ad554b48e7dc355d9b33eede98f4e3e829fd867e (patch) | |
| tree | eb11cd4357bdbe2964b9d04495ab2e6c7212d9ed /locale/en_GB.json | |
| parent | 721674973ca0a4d98cd081e9ff130c3356ddac03 (diff) | |
switch to my own translations system
i really don't like gettext
Diffstat (limited to 'locale/en_GB.json')
| -rw-r--r-- | locale/en_GB.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json new file mode 100644 index 0000000..67a4ec5 --- /dev/null +++ b/locale/en_GB.json @@ -0,0 +1,17 @@ +{ + "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.", + "user.notes.placeholder": "This user hasn't posted anything yet.", + "timeline.global": "Global timeline", + "timeline.global.description": "This timeline shows all known public indexable notes.", + "note.action.like": "Like", + "note.action.dislike": "Dislike", + "note.action.reshare": "Reshare", + "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.", + "timeline.global.shortName": "Global", + "timeline.local.shortName": "Local", + "digitigrade": "Digitigrade" +} |
