Adding translations

parent 1f0ea98d
......@@ -71,4 +71,6 @@ return [
'error 500 title' => 'Oops! Something went wrong',
'error 500 description' => 'An administrator was notified.',
'delete cancelled' => 'Delete cancelled',
'unauthorized' => 'Unauthorized',
'unauthorized-access' => 'You do not have the appropriate permissions to access that page.',
];
......@@ -58,4 +58,6 @@ return [
'back' => 'Retour',
'back to index' => 'Retour à l\'index des :name',
'permission denied' => 'Accès refusé. (permission nécessaire: ":permission")',
'unauthorized' => 'Accès refusé',
'unauthorized-access' => 'Vous n\'avez pas les permissions nécessaires pour accéder à cette page',
];
......@@ -57,4 +57,6 @@ return [
'back' => 'Terug',
'back to index' => 'Terug naar :name overzicht',
'permission denied' => 'Toegang geweigerd. (vereiste permissie: ":permission")',
'unauthorized' => 'Toegang geweigerd',
'unauthorized-access' => 'U heefd de vereiste permissies niet om deze pagina te bekijken',
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment