Skip to content

Commit 9cce128

Browse files
Merge pull request #94 from gboquizosanchez/main
Add Spanish translations
2 parents 8b1380d + 8bdb14c commit 9cce128

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' => 'Creado el',
5+
'sent_at' => 'Enviado el',
6+
'html' => 'HTML',
7+
'text' => 'Texto',
8+
'raw' => 'Sin formato',
9+
'debug_info' => 'Información de depuración',
10+
'cc' => 'Cc',
11+
'to' => 'Para',
12+
'from' => 'De',
13+
'header' => 'Encabezados',
14+
'resend_email_heading' => 'Reenviar correo electrónico',
15+
'resend_email_description' => '¿Está seguro/a de que desea reenviar este correo electrónico?',
16+
'resend_email_success' => 'El correo electrónico se envió correctamente',
17+
'resend_email_error' => 'No se pudo enviar el correo electrónico, error interno',
18+
'email_log' => 'Registro de correos',
19+
'subject' => 'Asunto',
20+
'from_filter' => 'De',
21+
'to_filter' => 'Para',
22+
'navigation_label' => 'Registro de correos',
23+
'navigation_group' => 'Administración',
24+
'bcc' => 'Cco',
25+
'insert_multiple_email_placelholder' => 'Ingrese uno o más correos electrónicos',
26+
'update_and_resend_email_heading' => 'Actualizar y reenviar correo electrónico',
27+
'attachments' => 'Adjuntos',
28+
'download' => 'Descargar',
29+
'download_attachment_error' => '¡No se pudo descargar el adjunto!',
30+
'add_attachments' => 'Agregar adjuntos',
31+
'attachments_number' => ':count adjunto|:count adjuntos',
32+
'previous' => 'Anterior',
33+
'next' => 'Siguiente',
34+
'have_attachments' => '¿Tiene adjuntos?',
35+
'yes' => '',
36+
'no' => 'no',
37+
'model_label' => 'Registro de correos',
38+
];

0 commit comments

Comments
 (0)