-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
kreaweb.be
committed
Jun 8, 2024
1 parent
ec40d4b
commit ebbfede
Showing
4 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
'role_administrator_name' => 'Administrator 2', | ||
'role_administrator_description' => 'Administratoren können beliebige Aktionen ausführen und die Anwendung verwalten.', | ||
|
||
'role_manager_name' => 'Manager', | ||
'role_manager_description' => 'Manager können jede beliebige Aktion an Personen durchführen.', | ||
|
||
'role_editor_name' => 'Redakteur', | ||
'role_editor_description' => 'Redakteure haben die Möglichkeit, Personen zu erstellen, zu lesen und zu aktualisieren.', | ||
|
||
'role_member_name' => 'Mitglied', | ||
'role_member_description' => 'Mitglieder haben die Fähigkeit, Personen zu lesen.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
'role_administrator_name' => 'Administrator 2', | ||
'role_administrator_description' => 'Administrators can perform any action and manage the application.', | ||
|
||
'role_manager_name' => 'Manager', | ||
'role_manager_description' => 'Managers can perform any action on people.', | ||
|
||
'role_editor_name' => 'Editor', | ||
'role_editor_description' => 'Editors have the ability to create, read and update people.', | ||
|
||
'role_member_name' => 'Member', | ||
'role_member_description' => 'Members have the ability to read people.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
return [ | ||
'role_administrator_name' => 'Administrator', | ||
'role_administrator_description' => 'Beheerders kunnen elke actie uitvoeren en de applicatie beheren.', | ||
|
||
'role_manager_name' => 'Manager', | ||
'role_manager_description' => 'Managers kunnen elke actie op personen uitvoeren', | ||
|
||
'role_editor_name' => 'Redacteur', | ||
'role_editor_description' => 'Redacteuren hebben de mogelijkheid om personen aan te maken, te lezen en bij te werken.', | ||
|
||
'role_member_name' => 'Lid', | ||
'role_member_description' => 'Leden hebben het vermogen om personen te lezen.', | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters