mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add lang
This commit is contained in:
21
resources/lang/vendor/laravel-comments/es/notifications.php
vendored
Normal file
21
resources/lang/vendor/laravel-comments/es/notifications.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'approve_comment' => 'Aprobar comentario',
|
||||
'reject_comment' => 'Rechazar comentario',
|
||||
'view_comment' => 'Ver comentario',
|
||||
|
||||
'pending_comment_mail_subject' => 'Un nuevo comentario espera la aprobación',
|
||||
'pending_comment_mail_body' => 'Un comentario pendiente :commentable_name de :commentator_name espera tu aprobación',
|
||||
|
||||
'approved_comment_mail_subject' => 'Se ha enviado un nuevo comentario',
|
||||
'approved_comment_mail_title' => 'Nuevo comentario en ":commentable_name"',
|
||||
'approved_comment_mail_body' => 'Enviado por :commentator_name',
|
||||
|
||||
'enum_description_participating'=> 'Cuando participe',
|
||||
'enum_description_all' => 'En todos los comentarios',
|
||||
'enum_description_none' => 'Nunca',
|
||||
'enum_longdescription_participating' => 'Notificarme cuando participe',
|
||||
'enum_longdescription_all' => 'Notificarme todos los comentarios',
|
||||
'enum_longdescription_none' => 'No notificarme nunca',
|
||||
];
|
||||
Reference in New Issue
Block a user