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.
57 lines
2.0 KiB
57 lines
2.0 KiB
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'job' => 'Job',
|
|
'list' => 'Job List',
|
|
'on_progress' => 'Job on Progress',
|
|
'detail' => 'Job Detail',
|
|
'search' => 'Ssearch Job',
|
|
'found' => 'Job found.',
|
|
'not_found' => 'Job not found.',
|
|
'tasks' => 'Task List',
|
|
'price_total' => 'Job Price Total',
|
|
'tasks_count' => 'Tasks Count',
|
|
'empty' => 'Job list is empty.',
|
|
'back_to_index' => 'Back to Job List',
|
|
'starts' => 'Starts',
|
|
'ends' => 'Ends',
|
|
'target' => 'Target',
|
|
'actual' => 'Actual',
|
|
'duration' => 'Duration',
|
|
'select_worker' => 'Select Worker',
|
|
|
|
// Actions
|
|
'create' => 'Create new Job',
|
|
'add' => 'Add Jobs',
|
|
'created' => 'New Job has been created.',
|
|
'show' => 'View Job Detail',
|
|
'edit' => 'Edit Job',
|
|
'update' => 'Update Job',
|
|
'updated' => 'Job data has been updated.',
|
|
'delete' => 'Delete Job',
|
|
'deleted' => 'Job has been deleted.',
|
|
'undeleted' => 'Job not deleted.',
|
|
'add_from_other_project' => 'Add Job from another Project',
|
|
'select_project' => 'Select a project.',
|
|
'sort_tasks' => 'Sort Task Priority',
|
|
|
|
'created_from_other_project' => 'Job has been added from other Project.',
|
|
|
|
// Attributes
|
|
'name' => 'Job Name',
|
|
'description' => 'Description',
|
|
'progress' => 'Progress',
|
|
'worker' => 'Worker',
|
|
'price' => 'Price',
|
|
'type' => 'Job Type',
|
|
'target_start_date' => 'Target Start Date',
|
|
'target_end_date' => 'Target End Date',
|
|
'actual_start_date' => 'Actual Start Date',
|
|
'actual_end_date' => 'Actual End Date',
|
|
'updated_at' => 'Last Update',
|
|
|
|
// Types
|
|
'main' => 'Main',
|
|
'additional' => 'Additional',
|
|
];
|