Skip to content

Commit 608eb3c

Browse files
authored
Merge pull request #57 from elmergustavo/es-translations
feat: add Spanish translations for Filament Comments plugin
2 parents a5d84b7 + a6b0c2f commit 608eb3c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

resources/lang/es/comments.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
return [
4+
'label' => 'Comentarios',
5+
'no_comments_yet' => 'Aún no hay comentarios.',
6+
7+
'user_avatar_alt' => 'Avatar de usuario',
8+
9+
'commented_at' => 'Comentado el :datetime',
10+
'edited_at' => 'Editado el :datetime',
11+
'edited' => 'editado',
12+
13+
'delete_comment_heading' => 'Eliminar comentario',
14+
'delete_comment_body' => '¿Seguro que deseas eliminar este comentario? Esta acción no se puede deshacer.',
15+
16+
'cancel' => 'Cancelar',
17+
'delete' => 'Eliminar',
18+
'save' => 'Guardar',
19+
'comment' => 'Comentar',
20+
'add_reaction' => 'Agregar reacción',
21+
];

0 commit comments

Comments
 (0)