From 58c7f7b74662585c48fb230e64dcf5eeb5ed8034 Mon Sep 17 00:00:00 2001 From: Mauro Date: Tue, 16 Apr 2024 10:19:15 +0200 Subject: [PATCH] mail settings styles and translations for v27 --- css/apps/settings.scss | 36 ++++++++++++++++++------------------ l10n/de.json | 7 +++---- l10n/de_DE.json | 7 +++---- l10n/en.json | 7 +++---- l10n/en_GB.json | 7 +++---- 5 files changed, 30 insertions(+), 34 deletions(-) diff --git a/css/apps/settings.scss b/css/apps/settings.scss index e101c815..c120de19 100644 --- a/css/apps/settings.scss +++ b/css/apps/settings.scss @@ -498,24 +498,6 @@ } } -#monthly-notifications-settings { - border: none; - display: block; - padding: 1.5rem 3rem 0; - - &.section { - - h2 { - margin-bottom: 1rem; - } - - .settings-hint { - margin: 0 0 1rem; - opacity: unset; - } - } -} - #ocDefaultEncryptionModule { border: none; display: block; @@ -612,6 +594,24 @@ } } } + + #monthly-notifications-settings { + border: none; + display: block; + padding: 1.5rem 3rem 0; + + &.section { + + h2 { + margin-bottom: 1rem; + } + + .settings-hint { + margin: 0 0 1rem; + opacity: unset; + } + } + } } // TODO this should be done by the icon generation script diff --git a/l10n/de.json b/l10n/de.json index 2c30fd5f..5321a081 100644 --- a/l10n/de.json +++ b/l10n/de.json @@ -136,10 +136,9 @@ }, "monthly_status_email": { "translations": { - "Regular mails": "Regelmäßige Mails", - "Monthly Status Report": "Monatlicher Statusbericht", - "Activity Report": "Aktivitätsbericht", - "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD.": "Der Status-Bericht informiert Sie monatlich per E-Mail über Speicherplatz, Ihre Freigaben und gibt Ihnen nützliche Tipps rund um die MagentaCLOUD." + "Monthly Status Email": "Monatlicher Statusbericht", + "Receive monthly status mails with a summary of usaged storage and usage hints": "Der Statusbericht informiert Sie monatlich per E-Mail über Speicherplatz, Ihre Freigaben und gibt Ihnen nützliche Tipps rund um die MagentaCLOUD.", + "Send status email": "Statusmail erhalten" }, "pluralForm": "nplurals=2; plural=(n != 1);" }, diff --git a/l10n/de_DE.json b/l10n/de_DE.json index 2c30fd5f..5321a081 100644 --- a/l10n/de_DE.json +++ b/l10n/de_DE.json @@ -136,10 +136,9 @@ }, "monthly_status_email": { "translations": { - "Regular mails": "Regelmäßige Mails", - "Monthly Status Report": "Monatlicher Statusbericht", - "Activity Report": "Aktivitätsbericht", - "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD.": "Der Status-Bericht informiert Sie monatlich per E-Mail über Speicherplatz, Ihre Freigaben und gibt Ihnen nützliche Tipps rund um die MagentaCLOUD." + "Monthly Status Email": "Monatlicher Statusbericht", + "Receive monthly status mails with a summary of usaged storage and usage hints": "Der Statusbericht informiert Sie monatlich per E-Mail über Speicherplatz, Ihre Freigaben und gibt Ihnen nützliche Tipps rund um die MagentaCLOUD.", + "Send status email": "Statusmail erhalten" }, "pluralForm": "nplurals=2; plural=(n != 1);" }, diff --git a/l10n/en.json b/l10n/en.json index 2e769651..fcc2f6c7 100644 --- a/l10n/en.json +++ b/l10n/en.json @@ -131,10 +131,9 @@ }, "monthly_status_email": { "translations": { - "Regular mails": "Regular mails", - "Activity Report": "Activity Report", - "Monthly Status Report": "Monthly Status Report", - "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD.": "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD." + "Monthly Status Email": "Monthly Status Report", + "Receive monthly status mails with a summary of usaged storage and usage hints": "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD.", + "Send status email": "Receive status mail" }, "pluralForm": "nplurals=2; plural=(n != 1);" }, diff --git a/l10n/en_GB.json b/l10n/en_GB.json index 2e769651..fcc2f6c7 100644 --- a/l10n/en_GB.json +++ b/l10n/en_GB.json @@ -131,10 +131,9 @@ }, "monthly_status_email": { "translations": { - "Regular mails": "Regular mails", - "Activity Report": "Activity Report", - "Monthly Status Report": "Monthly Status Report", - "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD.": "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD." + "Monthly Status Email": "Monthly Status Report", + "Receive monthly status mails with a summary of usaged storage and usage hints": "The status report informs you monthly by email about storage space, your shares and gives you useful tips about the MagentaCLOUD.", + "Send status email": "Receive status mail" }, "pluralForm": "nplurals=2; plural=(n != 1);" },