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

121 lines
5.7 KiB
PHP

<?php
return [
'items_add_minus' => 'Inventory to add or subtract.',
'items_allow_alt_description' => 'Allow Alternate Description',
'items_amount_entry' => '',
'items_bulk_edit' => 'Bulk Edit',
'items_buy_price_required' => 'Purchase Price is a required field.',
'items_cannot_be_deleted' => 'Could not delete 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 Serialized',
'items_change_all_to_unserialized' => 'Change all to Unserialized',
'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 selected item(s)?',
'items_confirm_restore' => '',
'items_cost_price' => 'Wholesale Price',
'items_cost_price_number' => 'Wholesale Price must be a number.',
'items_cost_price_required' => 'Wholesale Price is a required field.',
'items_count' => 'Update Inventory',
'items_csv_import_failed' => 'CSV import failed',
'items_csv_import_nodata_wrongformat' => 'The uploaded file has no data or is formatted incorrectly.',
'items_csv_import_partially_failed' => 'Item import successful with some failures:',
'items_csv_import_success' => 'Item import successful.',
'items_current_quantity' => 'Current Quantity',
'items_default_pack_name' => '',
'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 desired fields for selected item(s).',
'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' => '',
'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' => '',
'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' => '',
'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' => 'Barcode is a required field.',
'items_one_or_multiple' => 'item(s)',
'items_pack_name' => '',
'items_qty_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' => 'Retrive Item Info',
'items_sales_tax_1' => 'Sales Tax',
'items_sales_tax_2' => 'Sales Tax 2',
'items_search_attributes' => 'Search Attributes',
'items_select_image' => 'Select Image',
'items_serialized_items' => 'Serialized 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 item(s)',
'items_successful_deleted' => 'You have successfully deleted',
'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' => '',
'items_tax_percent' => 'Tax Percent',
'items_tax_percent_number' => '',
'items_tax_percent_required' => 'Tax Percent is a required field.',
'items_tax_percents' => 'Tax Percent(s)',
'items_temp' => '',
'items_type' => 'Item Type',
'items_unit_price' => 'Retail Price',
'items_unit_price_number' => 'Unit price must be a number.',
'items_unit_price_required' => 'Retail Price is a required field.',
'items_upc_database' => 'Barcode Database',
'items_update' => 'Update Item',
'items_use_inventory_menu' => 'Use Inventory Menu',
];