feat: add plain text only setting for email composer #105
This commit is contained in:
@@ -807,6 +807,10 @@
|
||||
"label": "Konversationsgruppierung deaktivieren",
|
||||
"description": "E-Mails als einzelne Nachrichten statt nach Konversation gruppiert anzeigen"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Nur Klartext",
|
||||
"description": "Rich-Text-Editor deaktivieren und alle E-Mails nur als Klartext senden, einschließlich Antworten und Weiterleitungen"
|
||||
},
|
||||
"attachment_click_action": {
|
||||
"label": "Aktion beim Klick auf Anhänge",
|
||||
"description": "Festlegen, ob ein Dateianhang beim Anklicken in der Vorschau geöffnet oder sofort heruntergeladen wird",
|
||||
|
||||
@@ -807,6 +807,10 @@
|
||||
"label": "Disable Conversation Grouping",
|
||||
"description": "Show emails as individual messages instead of grouped by conversation"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Plain Text Only",
|
||||
"description": "Disable the rich text editor and send all emails as plain text only, including replies and forwards"
|
||||
},
|
||||
"attachment_click_action": {
|
||||
"label": "Attachment Click Action",
|
||||
"description": "Choose whether clicking a file attachment previews it or downloads it immediately",
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "Desactivar agrupación de conversaciones",
|
||||
"description": "Mostrar correos como mensajes individuales en lugar de agruparlos por conversación"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Solo texto sin formato",
|
||||
"description": "Desactivar el editor de texto enriquecido y enviar todos los correos solo como texto sin formato, incluyendo respuestas y reenvíos"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "Mostrar Vista Previa",
|
||||
"description": "Mostrar vista previa del correo en la lista"
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "Désactiver le regroupement par conversation",
|
||||
"description": "Afficher les e-mails comme messages individuels plutôt que groupés par conversation"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Texte brut uniquement",
|
||||
"description": "Désactiver l'éditeur de texte enrichi et envoyer tous les e-mails en texte brut uniquement, y compris les réponses et les transferts"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "Afficher l'aperçu",
|
||||
"description": "Afficher l'aperçu de l'email dans la liste"
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "Disabilita raggruppamento conversazioni",
|
||||
"description": "Mostra le email come messaggi singoli anziché raggruppati per conversazione"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Solo testo normale",
|
||||
"description": "Disabilita l'editor di testo formattato e invia tutte le email solo come testo normale, incluse risposte e inoltri"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "Mostra anteprima testo",
|
||||
"description": "Visualizza l'anteprima del messaggio nell'elenco"
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "会話グループ化を無効にする",
|
||||
"description": "メールを会話ごとにグループ化せず、個別のメッセージとして表示します"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "プレーンテキストのみ",
|
||||
"description": "リッチテキストエディターを無効にし、返信や転送を含むすべてのメールをプレーンテキストのみで送信します"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "プレビューテキストを表示",
|
||||
"description": "リストにメールのプレビューを表示"
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "Conversatiegroepering uitschakelen",
|
||||
"description": "Toon e-mails als afzonderlijke berichten in plaats van gegroepeerd op gesprek"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Alleen platte tekst",
|
||||
"description": "Schakel de rich text-editor uit en verzend alle e-mails alleen als platte tekst, inclusief antwoorden en doorgestuurde berichten"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "Voorbeeldtekst tonen",
|
||||
"description": "E-mailvoorbeeld weergeven in de lijst"
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "Desativar agrupamento de conversas",
|
||||
"description": "Mostrar e-mails como mensagens individuais em vez de agrupados por conversa"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Apenas texto simples",
|
||||
"description": "Desativar o editor de texto formatado e enviar todos os e-mails apenas como texto simples, incluindo respostas e encaminhamentos"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "Mostrar Texto de Visualização",
|
||||
"description": "Exibir visualização do e-mail na lista"
|
||||
|
||||
@@ -803,6 +803,10 @@
|
||||
"label": "Отключить группировку по беседам",
|
||||
"description": "Отображать письма как отдельные сообщения, а не сгруппированные по беседам"
|
||||
},
|
||||
"plain_text_mode": {
|
||||
"label": "Только простой текст",
|
||||
"description": "Отключить редактор форматированного текста и отправлять все письма только в виде простого текста, включая ответы и пересылки"
|
||||
},
|
||||
"show_preview": {
|
||||
"label": "Показывать текст предпросмотра",
|
||||
"description": "Отображать предпросмотр письма в списке"
|
||||
|
||||
Reference in New Issue
Block a user