diff options
| author | winter | 2025-05-04 21:04:18 +0100 |
|---|---|---|
| committer | winter | 2025-05-04 21:04:18 +0100 |
| commit | d86f36e4becbe40766598816f837042aad4ce145 (patch) | |
| tree | d56c1e90c8637e0bf2f8ca346493e91ed3d5ed06 /locale | |
| parent | 8b4bac25d588720f88d178cfd71fc8a8361e2ff5 (diff) | |
allow following actors with no follow endpoint
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en_GB.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locale/en_GB.json b/locale/en_GB.json index 7c7b61f..f0d8bd5 100644 --- a/locale/en_GB.json +++ b/locale/en_GB.json @@ -197,6 +197,10 @@ "globalSettings.s.instance.description.description": "Briefly describe your instance's purpose or tagline", "globalSettings.s.instance.openRegistrations.name": "Open registrations", "globalSettings.s.instance.openRegistrations.description": "Allow new users to sign up?", + "globalSettings.s.instance.feedUpdateInterval.name": "Feed update interval", + "globalSettings.s.instance.feedUpdateInterval.description": "Time between fetching updates for simple remote actors that don't support pushing their updates, in ISO 8601 interval format (e.g. 1 hour is PT1H, 2 days is P2D)", + "globalSettings.s.instance.feedUpdateLimit.name": "Feed update limit", + "globalSettings.s.instance.feedUpdateLimit.description": "Maximum number of new objects to fetch from simple remote actors at each interval", "globalSettings.s.about.description.name": "Description", "globalSettings.s.about.description.description": "Describe your instance's purpose in more detail. You can use HTML formatting", "globalSettings.s.about.terms.name": "Terms of use", |
