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:
23
resources/lang/vendor/laravel-comments/fr/comments.php
vendored
Normal file
23
resources/lang/vendor/laravel-comments/fr/comments.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'write_comment' => 'Laissez un commentaire',
|
||||
'write_reply' => 'Laissez une réponse',
|
||||
'cancel' => 'Annuler',
|
||||
'edit' => 'Modifier',
|
||||
'edit_comment' => 'Enregistrer',
|
||||
'no_comments_yet' => 'Aucun commentaire pour le moment...',
|
||||
'delete' => 'Supprimer',
|
||||
'copy_link' => 'Copier le lien',
|
||||
'delete_confirmation_title' => 'Supprimer le commentaire',
|
||||
'delete_confirmation_text' => 'Etes-vous sûr ? Cela ne peut pas être défait.',
|
||||
'create_reply' => 'Répondre',
|
||||
'create_comment' => 'Commentaire',
|
||||
'just_now' => 'Maintenant',
|
||||
'send_notifications' => 'Me prévenir lorsque quelqu\'un répond',
|
||||
'reject_comment' => 'Rejeter',
|
||||
'approve_comment' => 'Approuver',
|
||||
'awaits_approval' => 'En attente d\'approbation',
|
||||
'guest' => 'invité',
|
||||
'copied' => 'Lien copié'
|
||||
];
|
||||
21
resources/lang/vendor/laravel-comments/fr/notifications.php
vendored
Normal file
21
resources/lang/vendor/laravel-comments/fr/notifications.php
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'approve_comment' => 'Approuver le commentaire',
|
||||
'reject_comment' => 'Rejeter le commentaire',
|
||||
'view_comment' => 'Afficher le commentaire',
|
||||
|
||||
'pending_comment_mail_subject' => 'Un nouveau commentaire est en attente d\'approbation',
|
||||
'pending_comment_mail_body' => 'Un commentaire en attente :commentable_name par :commentator_name attend votre approbation',
|
||||
|
||||
'approved_comment_mail_subject' => 'Un nouveau commentaire a été posté',
|
||||
'approved_comment_mail_title' => 'Un nouveau commentaire sur ":commentable_name "',
|
||||
'approved_comment_mail_body' => 'Posté par :commentator_name',
|
||||
|
||||
'enum_description_participating'=> 'Lorsque vous participez',
|
||||
'enum_description_all' => 'Sur tous les commentaires',
|
||||
'enum_description_none' => 'Jamais',
|
||||
'enum_longdescription_participating' => 'Être notifié lors de la participation',
|
||||
'enum_longdescription_all' => 'Etre notifié sur tous les commentaires',
|
||||
'enum_longdescription_none' => 'Ne jamais être notifié',
|
||||
];
|
||||
Reference in New Issue
Block a user