Skip to content

Commit

Permalink
Add Dutch Translations (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
makkinga authored Mar 1, 2025
1 parent 83dd215 commit 7278e33
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions resources/lang/nl/filament-spatie.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<?php

return [
/*
|--------------------------------------------------------------------------
| Fields
|--------------------------------------------------------------------------
*/

'field.guard_name' => 'Guard Naam',
'field.permissions_count' => 'Aantal Permissies',
'field.name' => 'Naam',
'field.permissions' => 'Permissies',
'field.roles' => 'Rollen',
'field.role' => 'Rol',
'field.team' => 'Team',
'field.models' => 'Models',

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

'action.attach_to_roles' => 'Aan rollen koppelen',

/*
|--------------------------------------------------------------------------
| Labels
|--------------------------------------------------------------------------
*/

'section.permission' => 'Permissie',
'section.permissions' => 'Permissies',
'section.role' => 'Rol',
'section.roles' => 'Rollen',
'section.roles_and_permissions' => 'Rollen en Permissies',
'select-team' => 'Selecteer een Team',
'select-team-hint' => 'Leeg laten voor een globale rol',
'section.users' => 'Gebruikers',
];

0 comments on commit 7278e33

Please sign in to comment.