Skip to content

Commit

Permalink
mail settings styles and translations for v27
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Apr 16, 2024
1 parent 95e22f0 commit 58c7f7b
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 34 deletions.
36 changes: 18 additions & 18 deletions css/apps/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions l10n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
},
Expand Down
7 changes: 3 additions & 4 deletions l10n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
},
Expand Down
7 changes: 3 additions & 4 deletions l10n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
},
Expand Down
7 changes: 3 additions & 4 deletions l10n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
},
Expand Down

0 comments on commit 58c7f7b

Please sign in to comment.