Skip to content

Commit

Permalink
Merge pull request filamentphp#13173 from filamentphp/update-dutch-bu…
Browse files Browse the repository at this point in the history
…ilder-translations

Update Dutch builder translations
  • Loading branch information
zepfietje authored Jun 10, 2024
2 parents 44cce46 + a84fe4b commit 593d7a5
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions packages/forms/resources/lang/nl/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,69 @@
],

'add' => [

'label' => 'Toevoegen aan :label',

'modal' => [

'heading' => 'Toevoegen aan :label',

'actions' => [

'add' => [
'label' => 'Toevoegen',
],

],

],

],

'add_between' => [

'label' => 'Invoegen',

'modal' => [

'heading' => 'Toevoegen aan :label',

'actions' => [

'add' => [
'label' => 'Toevoegen',
],

],

],

],

'delete' => [
'label' => 'Verwijderen',
],

'edit' => [

'label' => 'Bewerken',

'modal' => [

'heading' => 'Blok bewerken',

'actions' => [

'save' => [
'label' => 'Wijzigingen opslaan',
],

],

],

],

'reorder' => [
'label' => 'Verplaatsen',
],
Expand Down

0 comments on commit 593d7a5

Please sign in to comment.