diff --git a/src/i18n/en.json b/src/i18n/en.json index d3259b3f8..ee13c9c38 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1154,6 +1154,7 @@ "frontends": "Front-ends", "mailer": "EMails", "emoji": "Emoji", + "uploads": "Uploads", "monitoring": "Monitoring", "registrations": "Registrations" }, @@ -1190,6 +1191,11 @@ "email_message": "Via email" } }, + "uploads": { + "general": "General settings", + "filenames": "Filenames, Titles and Descriptions", + "uploader_settings": "Uploader settings" + }, "mailer": { "adapter": "Mailing Adapter", "auth": "Authentication" @@ -1280,6 +1286,18 @@ }, "temp_overrides": { ":pleroma": { + "Pleroma_DOT_Uploaders_DOT_Uploader": { + ":timeout": { + "label": "Timeout", + "description": "Amount of milliseconds before dropping connection" + } + }, + "Pleroma_DOT_Upload": { + ":default_description": { + "label": "Default description", + "description": "Default description to give to a file. Setting it to ':filename' will use file's filename as description." + } + }, ":instance": { ":public": { "label": "Instance is public",