diff options
| author | Henry Jameson <me@hjkos.com> | 2023-04-12 23:58:21 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-04-13 00:02:31 +0300 |
| commit | 4c158e636bd7ae9ec03a202e54aa681e66645a78 (patch) | |
| tree | 1754160398efe5576527f9717293197bf12840b9 /src/i18n | |
| parent | 3e1aeb6d2c9b540271bd0d7890ab424cb27422ae (diff) | |
more i18n stuff, added missing labels and such
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f4c2df3e..082ad826 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -864,7 +864,14 @@ "instance": "Instance information", "registrations": "User sign-ups", "captcha_header": "CAPTCHA", - "kocaptcha": "KoCaptcha settings" + "kocaptcha": "KoCaptcha settings", + "access": "Instance access", + "restrict": { + "header": "Restrict access", + "timelines": "Timelines access", + "profiles": "User profiles access", + "activities": "Statues/activities access" + } }, "limits": { "arbitrary_limits": "Arbitrary limits", @@ -890,6 +897,20 @@ "default_frontend_tip": "Default front-end will be shown to all users. Currently there's no way to for a user to select personal front-end. If you switch away from PleromaFE you'll most likely have to use old and buggy AdminFE to do instance configuration until we replace it.", "default_frontend_tip2": "WIP: Since Pleroma backend doesn't properly list all installed frontends you'll have to enter name and reference manually. List below provides shortcuts to fill the values.", "available_frontends": "Available for install" + }, + "temp_overrides": { + ":pleroma": { + ":instance": { + ":description_limit": { + "label": "Limit", + "description": "Character limit for attachment descriptions" + }, + ":background_image": { + "label": "Background image", + "description": "Background image (primarily used by PleromaFE)" + } + } + } } }, "time": { |
