Skip to content

Commit

Permalink
Merge pull request #28 from DGINXREAL/main
Browse files Browse the repository at this point in the history
German translation add
  • Loading branch information
andreia committed May 31, 2024
2 parents dfe4b55 + bf22732 commit d3bd643
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions resources/lang/de/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' => 'Benutzer',
'column.event' => 'Event',
'column.created_at' => 'Erstellt am',
'column.old_values' => 'Alter Wert',
'column.new_values' => 'Neuer Wert',

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

'action.restore' => 'Wiederherstellen',

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

'notification.restored' => 'Audit wiederhergestellt',
'notification.unchanged' => 'Es gibt nichts zu ändern',

];

0 comments on commit d3bd643

Please sign in to comment.