diff options
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": { |
