Skip to content

Commit

Permalink
Merge pull request #19 from loanbesson/main
Browse files Browse the repository at this point in the history
Added fr_FR translation file for 3.x
  • Loading branch information
andreia committed Jan 10, 2024
2 parents b4d29bc + d602517 commit 898175e
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 898175e

Please sign in to comment.