Skip to content

Commit

Permalink
Merge pull request #177 from maxime9446/add_lang_fr
Browse files Browse the repository at this point in the history
add lang fr
  • Loading branch information
pxlrbt committed Feb 15, 2024
2 parents 56a90b7 + 3361b0a commit 3c4da3b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/lang/fr/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

return [
'label' => 'Exporter',
];
14 changes: 14 additions & 0 deletions resources/lang/fr/notifications.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?php

return [
'queued' => [
'title' => 'Export en attente',
'body' => 'L\'exportation a été mise en attente. Vous serez notifié(e) lorsque celle-ci sera prête à être téléchargée.',
],

'download_ready' => [
'title' => 'Export terminé',
'body' => 'Votre fichier est prêt à être téléchargé.',
'download' => 'Télécharger',
],
];

0 comments on commit 3c4da3b

Please sign in to comment.