You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validationSmtpPortRequired: 'You must provide a valid port number',
20
20
agentenabled: 'Enable Agent',
21
21
embedPoster: 'Embed Poster',
22
+
usePublicLogo: 'Use public Seerr logo instead of instance logo',
23
+
usePublicLogoTip:
24
+
'If your Seerr instance is not publicly accessible, enable this option so email clients outside your network can display the image. The image will be pulled from the public GitHub repository.',
"components.Settings.Notifications.usePublicLogo": "Öffentliches Seerr-Logo statt Logo von der Instanz verwenden",
520
+
"components.Settings.Notifications.usePublicLogoTip": "Wenn deine Seerr-Instanz nicht öffentlich erreichbar ist, aktiviere diese Option, damit E-Mail-Clients außerhalb deines Netzwerks das Bild anzeigen können. Das Bild wird aus dem öffentlichen GitHub-Repository geladen.",
519
521
"components.Settings.Notifications.telegramsettingsfailed": "Telegram-Benachrichtigungseinstellungen konnten nicht gespeichert werden.",
Copy file name to clipboardExpand all lines: src/i18n/locale/en.json
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -775,6 +775,8 @@
775
775
"components.Settings.Notifications.toastTelegramTestFailed": "Telegram test notification failed to send.",
776
776
"components.Settings.Notifications.toastTelegramTestSending": "Sending Telegram test notification…",
777
777
"components.Settings.Notifications.toastTelegramTestSuccess": "Telegram test notification sent!",
778
+
"components.Settings.Notifications.usePublicLogo": "Use public Seerr logo instead of instance logo",
779
+
"components.Settings.Notifications.usePublicLogoTip": "If your Seerr instance is not publicly accessible, enable this option so email clients outside your network can display the image. The image will be pulled from the public GitHub repository.",
0 commit comments