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.
42 lines
1.4 KiB
42 lines
1.4 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',
|
|
|
|
// Actions
|
|
'create' => 'Create new Job',
|
|
'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',
|
|
'sort_tasks' => 'Sort Task Priority',
|
|
|
|
// Attributes
|
|
'name' => 'Job Name',
|
|
'description' => 'Deskripsi',
|
|
'progress' => 'Progress',
|
|
'worker' => 'Worker',
|
|
'price' => 'Price',
|
|
'type' => 'Job Type',
|
|
|
|
// Types
|
|
'main' => 'Main',
|
|
'additional' => 'Additional',
|
|
];
|