We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ce4352 + 10e64ce commit ab2a099Copy full SHA for ab2a099
resources/lang/fr/filament-comments.php
@@ -0,0 +1,13 @@
1
+<?php
2
+
3
+return [
4
+ 'comments' => 'Commentaires',
5
+ 'comments.add' => 'Ajouter un commentaire',
6
+ 'comments.empty' => 'Pas encore de commentaires.',
7
+ 'comments.placeholder' => 'Ajouter un commentaire...',
8
9
+ 'notifications.created' => 'Commentaire ajouté.',
10
+ 'notifications.deleted' => 'Commentaire supprimé.',
11
12
+ 'modal.heading' => 'Commentaires',
13
+];
0 commit comments