Skip to content

Commit

Permalink
Create filament-laravel-log.php
Browse files Browse the repository at this point in the history
Add Dutch translation
  • Loading branch information
sitenzo authored Dec 15, 2023
1 parent 755f21b commit 874344e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions resources/lang/nl/filament-laravel-log.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<?php

return [
'navigation' => [
'group' => 'Systeem',
'label' => 'Logboeken',
],

'page' => [
'title' => 'Logboeken',

'form' => [
'placeholder' => 'Selecteer of zoek een logbestand...',
],
],

'actions' => [
'clear' => [
'label' => 'wissen',

'modal' => [
'heading' => 'Sitelogboeken wissen?',
'description' => 'Weet u zeker dat u alle sitelogboeken wilt wissen??',

'actions' => [
'confirm' => 'wissen',
],
],
],

'jumpToStart' => [
'label' => 'Ga naar Start',
],

'jumpToEnd' => [
'label' => 'Spring naar einde',
],

'refresh' => [
'label' => 'Vernieuwen',
],
],
];

0 comments on commit 874344e

Please sign in to comment.