Skip to content

Commit

Permalink
Merge pull request #36 from SimonBroekaert/patch-1
Browse files Browse the repository at this point in the history
Add dutch (nl) translations
  • Loading branch information
pxlrbt authored Mar 15, 2024
2 parents b4675bc + 0262aba commit 373f3eb
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions resources/lang/nl/activities.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?php

return [
'breadcrumb' => 'Geschiedenis',

'title' => 'Geschiedenis :record',

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

'table' => [
'field' => 'Veld',
'old' => 'Oud',
'new' => 'Nieuw',
'restore' => 'Herstellen',
],

'events' => [
'updated' => 'Bewerkt',
'created' => 'Aangemaakt',
'deleted' => 'Verwijderd',
'restored' => 'Hersteld',
'restore_successful' => 'Succesvol hersteld',
'restore_failed' => 'Herstellen mislukt',
],
];

0 comments on commit 373f3eb

Please sign in to comment.