From d86f36e4becbe40766598816f837042aad4ce145 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 4 May 2025 21:04:18 +0100 Subject: allow following actors with no follow endpoint --- locale/en_GB.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'locale') 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", -- cgit v1.3