Resources/lang/fr/post.php
<?php
return [
'title' => [
'post' => 'Articles',
'create post' => 'Créer un article',
'edit post' => 'Edition d\'un article',
],
'button' => [
'create post' => 'Créer un article',
],
'table' => [
'title' => 'Titre',
'slug' => 'Slug',
'status' => 'Statut',
],
'form' => [
'title' => 'Titre',
'slug' => 'Slug',
],
'navigation' => [
'back to index' => 'Retour vers l\'index des articles',
],
'latest posts' => 'Derniers articles',
];