feat: add attachment position setting in email settings
- Introduced a new setting for attachment position in email settings, allowing users to choose between displaying attachments beside the sender or below the header. - Updated the settings store to include the new attachment position type and default value. - Added translations for the new setting in multiple languages (de, en, es, fr, it, ja, nl, pt).
This commit is contained in:
+15
-1
@@ -210,6 +210,7 @@
|
||||
"attachments": "Anhänge",
|
||||
"important": "Wichtig",
|
||||
"download": "Herunterladen",
|
||||
"download_all": "Alle herunterladen",
|
||||
"from": "Von",
|
||||
"to": "An",
|
||||
"cc": "CC",
|
||||
@@ -401,7 +402,8 @@
|
||||
},
|
||||
"previous": "Zurück",
|
||||
"next": "Weiter",
|
||||
"send": "Senden"
|
||||
"send": "Senden",
|
||||
"more": "mehr"
|
||||
},
|
||||
"email_composer": {
|
||||
"new_message": "Neue Nachricht",
|
||||
@@ -753,6 +755,12 @@
|
||||
"preview": "Wenn möglich in Vorschau öffnen",
|
||||
"download": "Sofort herunterladen"
|
||||
},
|
||||
"attachment_position": {
|
||||
"label": "Anhangsposition",
|
||||
"description": "Wo Anhänge im E-Mail-Header angezeigt werden",
|
||||
"beside-sender": "Neben dem Absender",
|
||||
"below-header": "Unter dem Header"
|
||||
},
|
||||
"emails_per_page": {
|
||||
"25": "25 E-Mails",
|
||||
"50": "50 E-Mails",
|
||||
@@ -1947,6 +1955,12 @@
|
||||
"deleted": "Abonnement entfernt",
|
||||
"delete_error": "Abonnement konnte nicht entfernt werden",
|
||||
"last_refreshed": "Zuletzt aktualisiert: {time}"
|
||||
},
|
||||
"tasks": {
|
||||
"no_tasks": "Keine Aufgaben",
|
||||
"no_title": "(Kein Titel)",
|
||||
"mark_complete": "Als erledigt markieren",
|
||||
"mark_incomplete": "Als unerledigt markieren"
|
||||
}
|
||||
},
|
||||
"advanced_search": {
|
||||
|
||||
Reference in New Issue
Block a user