Skip to content

Commit

Permalink
Merge pull request #44 from Heyian/main
Browse files Browse the repository at this point in the history
Added French translations
  • Loading branch information
pxlrbt authored Jun 23, 2024
2 parents 4915721 + 5bc72c6 commit af3f158
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/fr/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Historique',

'title' => 'Historique :record',

'default_datetime_format' => 'Y-m-d, H:i:s',

'table' => [
'field' => 'Champ',
'old' => 'Ancien',
'new' => 'Nouveau',
'restore' => 'Restaurer',
],

'events' => [
'updated' => 'Mis à jour',
'created' => 'Créé',
'deleted' => 'Effacé',
'restored' => 'Restauré',
'restore_successful' => 'Restauré avec succès',
'restore_failed' => 'Échec de la restauration',
],
];

0 comments on commit af3f158

Please sign in to comment.