<?php

return [

    // Views
    'dashboard' => 'Dashboard',
    'overview' => 'Overview',
    'user' => 'User',
    'users' => 'Users',
    'customer' => 'Customer',
    'customers' => 'Customers',
    'quotation' => 'Quotation',
    'quotations' => 'Quotations',
    'quotation_detail' => 'Quotation Detail',
    'quotation_details' => 'Quotation Details',
    'purchase_order' => 'Purchase Order',
    'purchase_orders' => 'Purchase Orders',

    // Ui
    'description' => 'An Overview of your :attribute',
    'search' => 'Search :attribute by:columns or :column',
    'filters' => 'Filters',
    'clear' => 'Clear',
    'apply' => 'Apply',
    'select_date' => 'Select a date',
    'multiple' => 'Multiple',
    'display_list' => 'Display list',
    'display_grid' => 'Display grid (enabled)',
    'print' => 'Print',
    'delete' => 'Delete',
    'add' => 'Add',
    'addDetail' => 'Add Detail',
    'edit' => 'Edit',
    'save' => 'Save',
    'accept' => 'Accept',
    'cancel' => 'Cancel',
    'view' => 'View',
    'import' => 'Import',
    'export' => 'Export',
    'registered_on' => 'Registered on',
    'order_by' => 'Order by',
    'options' => 'More options',
    'notifications' => 'Notifications',
    'messages' => 'Messages',
    'no_notifications' => 'No notifications',
    'no_messages' => 'No messages',
    'see_all' => 'See all',
    'exit' => 'Exit',
    'feedback' => 'Feedback',
    'give_feedback' => 'Give feedback',
    'shortcuts' => 'Shortcuts',
    'close_modal' => 'Close modal',
    'create' => 'Create resource',
    'view_selected' => 'View selected',
    'edit_selected' => 'Edit selected',
    'view_notifications' => 'View notifications',
    'find' => 'find',
    'register' => 'Register',

    //status
    'cancelled' => 'Cancelled',
    'sold' => 'Sold',
    'invoiced' => 'Invoiced',
    'paid' => 'Paid',
    'pending' => 'Pending',
    'approved' => 'Approved',
    'received' => 'Received',
    'send' => 'Sent',

    //Action status
    'action_sold' => 'Sell',
    'action_invoiced' => 'Invoice',
    'action_paid' => 'Pay',
    'action_approved' => 'Approved',
    'action_received' => 'Received',
    'action_send' => 'Send',
    'action_active' => 'Active',
    'action_inactive' => 'Inactive',
];
