You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 lines
1.5 KiB

<?php
return [
// Label
'user' => 'User',
'list' => 'User List',
'user_id' => 'User ID',
'profile' => 'Profile',
'current_jobs' => 'Current Jobs',
'search' => 'Search User: ketik nama',
'search' => 'Type user name then hit Enter..',
'found' => 'User found.',
'not_found' => 'User not found.',
'empty' => 'User list is empty.',
'back_to_show' => 'Back to User Profile',
'back_to_index' => 'Back to User List',
// Actions
'create' => 'Create new User',
'created' => 'User has been created.',
'show' => 'User Detail',
'edit' => 'Edit User Data',
'update' => 'Update User Data',
'updated' => 'User has been updated.',
'delete' => 'Delete User Data',
'deleted' => 'User has been deleted.',
'undeleted' => 'User not deleted.',
// Attributes
'name' => 'User Name',
'email' => 'Email',
'lang' => 'Language',
'api_token' => 'API Token',
'registered_at' => 'Registered at',
// Roles
'role' => 'Role',
'roles' => [
'admin' => 'Administrator',
'worker' => 'Worker',
],
// Relations
'jobs' => 'Job List',
'jobs_count' => 'Job Count',
'projects' => 'Project List',
'create_password_info' => 'Leave it empty if you want to use the <b>default password</b>.',
'update_password_info' => 'Fill this in if you want to change the password.',
];