Skip to content

Commit

Permalink
Merge pull request #20 from loanbesson/2.x
Browse files Browse the repository at this point in the history
Added fr_FR translation file for 2.x
  • Loading branch information
andreia committed Jan 10, 2024
2 parents 3e1fae8 + 4cb044e commit 98a0cab
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions resources/lang/fr/filament-auditing.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<?php

return [

/*
|--------------------------------------------------------------------------
| Table Header
|--------------------------------------------------------------------------
*/

'table.heading' => 'Audits',

/*
|--------------------------------------------------------------------------
| Table Columns
|--------------------------------------------------------------------------
*/

'column.user_name' => 'Utilisateur',
'column.event' => 'Événement',
'column.created_at' => 'Créé',
'column.old_values' => 'Anciennes valeurs',
'column.new_values' => 'Nouvelles valeurs',

/*
|--------------------------------------------------------------------------
| Table Actions
|--------------------------------------------------------------------------
*/

'action.restore' => 'Restaurer',

/*
|--------------------------------------------------------------------------
| Notifications
|--------------------------------------------------------------------------
*/

'notification.restored' => 'Audit restauré',
'notification.unchanged' => 'Rien à modifier',

];

0 comments on commit 98a0cab

Please sign in to comment.