Skip to content

Commit 83adf1a

Browse files
committed
Refactor Spanish and Romanian comment translation files for improved formatting and consistency
1 parent 7ca3732 commit 83adf1a

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

resources/lang/es/comments.php

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +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-
];
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+
];

resources/lang/ro/comments.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'comment' => 'Comentariu',
2020
'add_reaction' => 'Adaugă reacție',
2121

22-
2322
'notifications' => 'Notificări',
2423
'unsubscribe' => 'Dezabonare',
2524
'subscribe' => 'Abonare',

0 commit comments

Comments
 (0)