2025-10-23 11:41:03 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'fields' => [
|
2025-10-23 11:41:56 +02:00
|
|
|
'user' => 'User',
|
|
|
|
|
'users' => 'Users',
|
|
|
|
|
'name' => 'Name',
|
2025-10-23 11:41:03 +02:00
|
|
|
'email' => 'Email',
|
2025-10-23 11:41:56 +02:00
|
|
|
'email_verified_at' => 'Email verified at',
|
|
|
|
|
'password' => 'Password',
|
2026-04-01 15:50:21 +02:00
|
|
|
'role' => 'Role',
|
|
|
|
|
],
|
|
|
|
|
|
|
|
|
|
'hints' => [
|
|
|
|
|
'password_create' => 'Leave empty to send an invitation email.',
|
|
|
|
|
'password_edit' => 'Leave empty to keep the current password.',
|
|
|
|
|
],
|
2025-10-23 11:41:03 +02:00
|
|
|
];
|