Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions resources/lang/es/comments.php
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?php
return [
'label' => 'Comentarios',
'no_comments_yet' => 'Aún no hay comentarios.',
'user_avatar_alt' => 'Avatar de usuario',
'commented_at' => 'Comentado el :datetime',
'edited_at' => 'Editado el :datetime',
'edited' => 'editado',
'delete_comment_heading' => 'Eliminar comentario',
'delete_comment_body' => '¿Seguro que deseas eliminar este comentario? Esta acción no se puede deshacer.',
'cancel' => 'Cancelar',
'delete' => 'Eliminar',
'save' => 'Guardar',
'comment' => 'Comentar',
'add_reaction' => 'Agregar reacción',
];
<?php

return [
'label' => 'Comentarios',
'no_comments_yet' => 'Aún no hay comentarios.',

'user_avatar_alt' => 'Avatar de usuario',

'commented_at' => 'Comentado el :datetime',
'edited_at' => 'Editado el :datetime',
'edited' => 'editado',

'delete_comment_heading' => 'Eliminar comentario',
'delete_comment_body' => '¿Seguro que deseas eliminar este comentario? Esta acción no se puede deshacer.',

'cancel' => 'Cancelar',
'delete' => 'Eliminar',
'save' => 'Guardar',
'comment' => 'Comentar',
'add_reaction' => 'Agregar reacción',
];
1 change: 0 additions & 1 deletion resources/lang/ro/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
'comment' => 'Comentariu',
'add_reaction' => 'Adaugă reacție',


'notifications' => 'Notificări',
'unsubscribe' => 'Dezabonare',
'subscribe' => 'Abonare',
Expand Down