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.
 
 
 
 
 

29 lines
874 B

<?php
return [
// Labels
'task' => 'Task',
'list' => 'Task List',
'empty' => 'Task List is empty.',
'search' => 'Search Task',
'found' => 'Task found.',
'not_found' => 'Task not found.',
'back_to_index' => 'Back to Task List',
'move_to_other_job' => 'Move to other Job',
// Actions
'create' => 'Create new Task',
'created' => 'Task has been created.',
'show' => 'Task Detail',
'edit' => 'Edit Task',
'update' => 'Update Task',
'updated' => 'Task has been updated.',
'delete' => 'Delete Task',
'deleted' => 'Task has been deleted.',
'undeleted' => 'Task not deleted.',
// Attributes
'name' => 'Task Name',
'progress' => 'Progress',
'description' => 'Task Description',
];