ultimatepos/Modules/Project/Resources/lang/en/lang.php

122 lines
4.5 KiB
PHP

<?php
return [
'project' => 'Project',
'projects' => 'Projects',
'all_projects' => 'All Projects',
'new_project' => 'New Project',
'create_project' => 'Create Project',
'lead' => 'Lead',
'end_date' => 'End Date',
'members' => 'Members',
'not_started' => 'Not Started',
'project_not_found' => 'Projects not found!',
'edit_project' => 'Edit Project',
'view_project' => 'View Project',
'overview' => 'Overview',
'create_task' => 'Create Task',
'low' => 'Low',
'qty' => 'Qty',
'due_date' => 'Due Date',
'subject' => 'Subject',
'incomplete' => 'Incomplete',
'edit_task' => 'Edit Task',
'view_task' => 'View Task',
'added_this_task_on' => ':name added this task on ',
'comment' => 'Comment',
'save_comment' => 'Save Comment',
'upload_doc' => 'Upload Document',
'file_upload' => 'File upload',
'time_logs' => 'Time Logs',
'start_date_time' => 'Start date time',
'end_date_time' => 'End date time',
'work_hour' => 'Work Hour',
'logged_by' => 'Logged by',
'add_time_log' => 'Add time log',
'edit_time_log' => 'Edit time log',
'documents_and_notes' => 'Documents & Note',
'added_by' => 'Added By',
'updated_at' => 'Updated At',
'any' => 'Any',
'overdue' => 'Overdue',
'less_than_1_week' => 'Less than 1 week',
'project_activity' => ':name :description the project',
'project_task_activity' => ':name :description the task',
'load_more' => 'Load More',
'project_note_activity' => ':name :description the note',
'project_timelog_activity' => ':name :description the time log',
'field' => 'Field',
'old_value' => 'Old value',
'new_value' => 'New value',
'updated_values' => 'Updated values',
'tasks' => 'Tasks',
'my_tasks' => 'My Tasks',
'incompleted_tasks' => 'Incompleted Tasks',
'total_time' => 'Total Time Log',
'hours' => 'Hours',
'minutes' => 'Minutes',
'enable_timelog' => 'Enable Time Log',
'enable_notes_documents' => 'Enable Document & Note',
'add_a_task' => 'Add task',
'add_notes_docs' => 'Add/Edit/Delete Document & note',
'add_time_log' => 'Add time log',
'project_settings_updated' => ':name updated the project settings',
'new_project_assgined_notification' => ':created_by assgined you a project: :project',
'new_task_assgined_notification' => ':created_by assgined you a new task: :subject <code>(:task_id)</code>',
'new_comment_on_task_notification' => ':commented_by commented on task: :subject <code>(:task_id)</code>',
'invoice' => 'Invoice',
'title' => 'Title',
'invoice_date' => 'Invoice date',
'rate' => 'Rate',
'add_a_row' => 'Add a row',
'toggle_invoice_task_description' => 'Show/Hide Description',
'terms' => 'Terms',
'notes' => 'Note',
'estimate' => 'Estimate',
'invoice_total' => 'Invoice Total',
'create' => 'Create',
'invoice_details' => 'Invoice Details',
'enable_invoice' => 'Enable Invoice',
'project_invoice' => 'Project Invoice',
'delete_project' => 'Delete Project',
'project_module' => 'Project Module',
'priority' => 'Priority',
'completed' => 'Completed',
'cancelled' => 'Cancelled',
'on_hold' => 'On hold',
'in_progress' => 'In progress',
'medium' => 'Medium',
'high' => 'High',
'urgent' => 'Urgent',
'task' => 'Task',
'assigned_to' => 'Assigned To',
'assigned_by' => 'Assigned By',
'change_status' => 'Change Status',
'add_comment' => ' Add Comment',
'activity' => 'Activity',
'invoices' => 'Invoices',
'task_custom_field_1' => 'Custom Field 1',
'task_custom_field_2' => 'Custom Field 2',
'task_custom_field_3' => 'Custom Field 3',
'task_custom_field_4' => 'Custom Field 4',
'new_comment' => 'New Comment',
'project_categories' => 'Project Categories',
'project_category' => 'Project Category',
'manage_project_categories' => 'Manage Project Categories',
'category' => 'Category',
'task_view' => 'Task View',
'list_view' => 'List View',
'kanban_board' => 'Kanban Board',
'project_report' => 'Project Reports',
'time_log_report' => 'Time Log Report',
'no_record_found' => 'No records found!',
'by_projects' => 'By Project',
'by_employees' => 'By Employee',
'task_id_prefix' => 'Task Id Prefix',
'assets_and_equipment' => 'Assets & Equipment',
'project_equipment' => 'Project Equipment',
'project_fixed_assets' => 'Project Fixed Assets',
'project_shipments' => 'Transport',
'add_shipment' => 'Add shipment',
];