67 lines
2.1 KiB
PHP
67 lines
2.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'group' => '',
|
|
'resource' => [
|
|
'id' => 'ID',
|
|
'single' => 'User',
|
|
'email_verified_at' => 'Email Verified',
|
|
'created_at' => 'Created At',
|
|
'updated_at' => 'Updated At',
|
|
'verified' => 'Verified',
|
|
'unverified' => 'Unverified',
|
|
'name' => 'Name',
|
|
'email' => 'Email',
|
|
'password' => 'Password',
|
|
'password_confirmation' => 'Password Confirmation',
|
|
'roles' => 'Roles',
|
|
'teams' => 'Teams',
|
|
'label' => 'Users',
|
|
'title' => [
|
|
'show' => 'Show User',
|
|
'delete' => 'Delete User',
|
|
'impersonate' => 'Impersonate User',
|
|
'create' => 'Create User',
|
|
'edit' => 'Edit User',
|
|
'list' => 'Users',
|
|
'home' => 'Users',
|
|
],
|
|
'notificaitons' => [
|
|
'last' => [
|
|
'title' => 'Error',
|
|
'body' => 'You cannot delete the last user',
|
|
],
|
|
'self' => [
|
|
'title' => 'Error',
|
|
'body' => 'You cannot delete yourself',
|
|
],
|
|
],
|
|
'avatar' => 'Avatar',
|
|
'change_password' => 'Change Password',
|
|
'change_password_auto' => 'Password changed automatically',
|
|
'change_password_success' => 'Password changed successfully',
|
|
'change_password_auto_body' => 'Password changed automatically',
|
|
'change_password_success_body' => 'Password changed successfully',
|
|
'change_password_auto_body_placeholder' => 'Leave blank to auto-generate',
|
|
'change_password_success_body_placeholder' => 'Leave blank to auto-generate',
|
|
],
|
|
'bulk' => [
|
|
'teams' => 'Update Teams',
|
|
'roles' => 'Update Roles',
|
|
],
|
|
'team' => [
|
|
'title' => 'Teams',
|
|
'single' => 'Team',
|
|
'columns' => [
|
|
'avatar' => 'Avatar',
|
|
'name' => 'Name',
|
|
'owner' => 'Owner',
|
|
'personal_team' => 'Personal Team',
|
|
],
|
|
],
|
|
'banner' => [
|
|
'impersonating' => 'Impersonating',
|
|
'leave' => 'Leave Impersonation',
|
|
],
|
|
];
|