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": "Anexos",
|
||||
"important": "Importante",
|
||||
"download": "Baixar",
|
||||
"download_all": "Baixar tudo",
|
||||
"from": "De",
|
||||
"to": "Para",
|
||||
"cc": "CC",
|
||||
@@ -401,7 +402,8 @@
|
||||
},
|
||||
"previous": "Anterior",
|
||||
"next": "Próximo",
|
||||
"send": "Enviar"
|
||||
"send": "Enviar",
|
||||
"more": "mais"
|
||||
},
|
||||
"email_composer": {
|
||||
"new_message": "Nova Mensagem",
|
||||
@@ -753,6 +755,12 @@
|
||||
"preview": "Visualizar quando possível",
|
||||
"download": "Baixar imediatamente"
|
||||
},
|
||||
"attachment_position": {
|
||||
"label": "Posição dos anexos",
|
||||
"description": "Onde exibir os anexos no cabeçalho do e-mail",
|
||||
"beside-sender": "Ao lado do remetente",
|
||||
"below-header": "Abaixo do cabeçalho"
|
||||
},
|
||||
"emails_per_page": {
|
||||
"25": "25 e-mails",
|
||||
"50": "50 e-mails",
|
||||
@@ -1947,6 +1955,12 @@
|
||||
"deleted": "Assinatura removida",
|
||||
"delete_error": "Falha ao remover assinatura",
|
||||
"last_refreshed": "Última atualização: {time}"
|
||||
},
|
||||
"tasks": {
|
||||
"no_tasks": "Sem tarefas",
|
||||
"no_title": "(Sem título)",
|
||||
"mark_complete": "Marcar como concluída",
|
||||
"mark_incomplete": "Marcar como não concluída"
|
||||
}
|
||||
},
|
||||
"advanced_search": {
|
||||
|
||||
Reference in New Issue
Block a user