AsgardCms/Blog

View on GitHub
Resources/lang/fr/category.php

Summary

Maintainability
A
0 mins
Test Coverage
<?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',
    ],
];