Files
opensourcepos/app/Language/en-GB/Items.php
2023-04-27 21:53:31 -04:00

121 lines
5.9 KiB
PHP

<?php
return [
'items_add_minus' => 'Inventory to add or subtract',
'items_allow_alt_description' => 'Allow Alternate Description',
'items_amount_entry' => 'Amount Entry',
'items_bulk_edit' => 'Bulk Edit',
'items_buy_price_required' => 'Purchase Price is a required field',
'items_cannot_be_deleted' => 'Could not delete the selected Item(s), one or more of the selected Items have sales',
'items_cannot_find_item' => 'Item not found',
'items_categories' => '',
'items_category' => 'Category',
'items_category_new' => '',
'items_category_required' => 'Category is a required field',
'items_change_all_to_allow_alt_desc' => 'Allow Alternate Description for all',
'items_change_all_to_not_allow_allow_desc' => 'Do not allow Alternate Description for all',
'items_change_all_to_serialized' => 'Change all to Serialised',
'items_change_all_to_unserialized' => 'Change all to Unserialised',
'items_change_image' => 'Change Image',
'items_confirm_bulk_edit' => 'Are you sure you want to edit selected Item(s)?',
'items_confirm_bulk_edit_wipe_taxes' => 'All Item Tax information will be replaced',
'items_confirm_delete' => 'Are you sure you want to delete the selected Item(s)?',
'items_confirm_restore' => 'Are you sure you want to restore the selected Item(s)?',
'items_cost_price' => 'Cost Price',
'items_cost_price_number' => 'Cost Price must be a number',
'items_cost_price_required' => 'Cost Price is a required field',
'items_count' => 'Update Inventory',
'items_csv_import_failed' => 'The csv import failed',
'items_csv_import_nodata_wrongformat' => 'The uploaded file has no data or is formatted incorrectly',
'items_csv_import_partially_failed' => 'There were %1 item import failure(s) on line(s): %2. No rows were imported',
'items_csv_import_success' => 'Item import successful',
'items_current_quantity' => 'Current Quantity',
'items_default_pack_name' => 'Each',
'items_description' => 'Description',
'items_details_count' => 'Inventory count details',
'items_do_nothing' => 'Do nothing',
'items_edit' => '',
'items_edit_fields_you_want_to_update' => 'Edit the fields you want to edit for all the selected items',
'items_edit_multiple_items' => 'Editing Multiple Items',
'items_empty_upc_items' => 'Empty Barcode Items',
'items_error_adding_updating' => 'Error adding/updating item',
'items_error_updating_multiple' => 'Error updating items',
'items_generate_barcodes' => 'Generate Barcodes',
'items_hsn_code' => 'Harmonised System Nomenclature',
'items_image' => 'Avatar',
'items_import_items_csv' => 'Item Import from CSV',
'items_info_provided_by' => 'Information provided by',
'items_inventory' => 'Inventory',
'items_inventory_CSV_import_quantity' => 'Quantity Imported from CSV',
'items_inventory_comments' => 'Comments',
'items_inventory_data_tracking' => 'Inventory Data Tracking',
'items_inventory_date' => 'Date',
'items_inventory_employee' => 'Employee',
'items_inventory_in_out_quantity' => 'In/Out Quantity',
'items_inventory_remarks' => 'Remarks',
'items_is_deleted' => 'Deleted',
'items_is_printed' => '',
'items_is_serialized' => 'Item has Serial Number',
'items_item' => 'Item',
'items_item_id' => '',
'items_item_number' => 'Barcode',
'items_item_number_duplicate' => 'Item Number is already present in the database',
'items_kit' => 'Kit',
'items_location' => 'Location',
'items_low_inventory_items' => 'Out Of Stock Items',
'items_low_sell_item' => 'Low sell item',
'items_manually_editing_of_quantity' => 'Manual Edit of Quantity',
'items_markup' => '',
'items_name' => 'Item Name',
'items_name_required' => 'Item Name is a required field',
'items_new' => 'New Item',
'items_no_description_items' => 'No Description Items',
'items_no_items_to_display' => 'No Items to display',
'items_none' => 'None',
'items_none_selected' => 'You have not selected any Item(s) to edit',
'items_nonstock' => 'Non-stocked',
'items_number_information' => 'Item Number',
'items_number_required' => 'Barcodes to print',
'items_one_or_multiple' => 'item(s)',
'items_pack_name' => 'Pack Name',
'items_qty_per_pack' => 'Quantity per pack',
'items_quantity' => 'Quantity',
'items_quantity_number' => 'Quantity must be a number',
'items_quantity_required' => 'Quantity is a required field',
'items_receiving_quantity' => 'Receiving Quantity',
'items_remove_image' => 'Remove Image',
'items_reorder_level' => 'Reorder Level',
'items_reorder_level_number' => 'Reorder Level must be a number',
'items_reorder_level_required' => 'Reorder Level is a required field',
'items_retrive_item_info' => 'Retrieve Item Info',
'items_sales_tax_1' => 'Sales Tax',
'items_sales_tax_2' => 'Sales Tax 2',
'items_search_attributes' => 'Search Attributes. Date format Y-m-d',
'items_select_image' => 'Select Image',
'items_serialized_items' => 'Serialised Items',
'items_standard' => 'Standard',
'items_stock' => 'Stock',
'items_stock_location' => 'Stock location',
'items_stock_type' => 'Stock Type',
'items_successful_adding' => 'You have successfully added Item',
'items_successful_bulk_edit' => 'You have successfully updated the selected Items',
'items_successful_deleted' => 'You have successfully deleted Item',
'items_successful_updating' => 'You have successfully updated Item',
'items_supplier' => 'Supplier',
'items_tax_1' => 'Tax 1',
'items_tax_2' => 'Tax 2',
'items_tax_3' => '',
'items_tax_category' => 'Tax Category',
'items_tax_percent' => 'Tax Percent',
'items_tax_percent_number' => 'Tax Percent must be a numeric value',
'items_tax_percent_required' => 'Tax Percent is a required field',
'items_tax_percents' => 'Tax Percent(s)',
'items_temp' => 'Temporary',
'items_type' => 'Item Type',
'items_unit_price' => 'Sell Price',
'items_unit_price_number' => 'Sell Price must be a number',
'items_unit_price_required' => 'Sell Price is a required field',
'items_upc_database' => 'Barcode Database',
'items_update' => 'Update Item',
'items_use_inventory_menu' => 'Use Inventory Menu',
];