feat(Admin Panel & Charts)
This commit is contained in:
14
lang/en/users.php
Normal file
14
lang/en/users.php
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'fields' => [
|
||||||
|
'user' => 'Utilisateur',
|
||||||
|
'users' => 'Utilisateurs',
|
||||||
|
'name' => 'Nom',
|
||||||
|
'email' => 'Email',
|
||||||
|
'email_verified_at' => 'Email vérifié le',
|
||||||
|
'password' => '',
|
||||||
|
'password_confirmation' => '',
|
||||||
|
'role' => 'Rôle'
|
||||||
|
]
|
||||||
|
];
|
||||||
1
lang/fr/users.php
Normal file
1
lang/fr/users.php
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<?php
|
||||||
Reference in New Issue
Block a user