From 0095549b1876fa897f9b0a697a75f5569e391599 Mon Sep 17 00:00:00 2001 From: axolotle Date: Thu, 23 Nov 2023 15:57:26 +0100 Subject: [PATCH] i18n: add domain config portal translations --- locales/en.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/locales/en.json b/locales/en.json index 50561cc80..014452715 100644 --- a/locales/en.json +++ b/locales/en.json @@ -362,6 +362,12 @@ "domain_config_default_app_help": "People will automatically be redirected to this app when opening this domain. If no app is specified, people are redirected to the user portal login form.", "domain_config_mail_in": "Incoming emails", "domain_config_mail_out": "Outgoing emails", + "domain_config_portal_logo": "Custom logo", + "domain_config_portal_logo_help": "Accept .svg, .png and .jpeg. Prefer a monochrome .svg with fill: currentColor so that the logo adapts to the themes.", + "domain_config_portal_theme": "Default theme", + "domain_config_portal_theme_help": "Users are allowed to choose another one in their settings.", + "domain_config_portal_title": "Custom title", + "domain_config_show_other_domains_apps": "Show other domain's apps", "domain_config_xmpp": "Instant messaging (XMPP)", "domain_config_xmpp_help": "NB: some XMPP features will require that you update your DNS records and regenerate your Lets Encrypt certificate to be enabled", "domain_created": "Domain created",