Resources/lang/fr/category.php
<?php
return [
'title' => [
'category' => 'Catégories',
'create category' => 'Création d\'une catégorie',
'edit category' => 'Édition d\'une catégorie',
],
'button' => [
'create category' => 'Création de catégorie',
],
'table' => [
'created at' => 'Créé le',
'name' => 'Nom',
'slug' => 'Slug',
],
'form' => [
'name' => 'Nom',
'slug' => 'Slug',
],
'navigation' => [
'back to index' => 'Retour vers l\'index des catégories',
],
];