Skip to content

Commit 041d1f8

Browse files
committed
feat: add Portuguese (Brazil) translations for email log
1 parent 45931ae commit 041d1f8

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?php
2+
3+
return [
4+
'created_at' => 'Criado em',
5+
'sent_at' => 'Enviado em',
6+
'html' => 'HTML',
7+
'text' => 'Texto',
8+
'raw' => 'Bruto',
9+
'debug_info' => 'Informações de depuração',
10+
'cc' => 'Cc',
11+
'to' => 'Para',
12+
'from' => 'De',
13+
'header' => 'Cabeçalhos',
14+
'resend_email_heading' => 'Reenviar e-mail',
15+
'resend_email_description' => 'Tem certeza de que deseja reenviar este e-mail?',
16+
'resend_email_success' => 'O e-mail foi enviado com sucesso',
17+
'resend_email_error' => 'Não foi possível enviar o e-mail, erro interno',
18+
'email_log' => 'Log de E-mails',
19+
'subject' => 'Assunto',
20+
'from_filter' => 'Remetente',
21+
'to_filter' => 'Destinatário',
22+
'navigation_label' => 'Log de E-mails',
23+
'navigation_group' => 'Administração',
24+
'bcc' => 'Cco',
25+
'insert_multiple_email_placelholder' => 'Insira um ou mais e-mails',
26+
'update_and_resend_email_heading' => 'Atualizar e reenviar e-mail',
27+
'attachments' => 'Anexos',
28+
'download' => 'Baixar',
29+
'download_attachment_error' => 'Não foi possível baixar o anexo!',
30+
'add_attachments' => 'Adicionar anexos',
31+
'attachments_number' => ':count anexo|:count anexos',
32+
'previous' => 'Anterior',
33+
'next' => 'Próximo',
34+
'have_attachments' => 'Possui anexos?',
35+
'yes' => 'sim',
36+
'no' => 'não',
37+
'model_label' => 'Log de E-mails',
38+
];

0 commit comments

Comments
 (0)