mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-02-02 05:31:10 -05:00
* Improve code style and PSR-12 compliance - refactored code formatting to adhere to PSR-12 guidelines - standardized coding conventions across the codebase - added missing framework files and reverted markup changes - reformatted arrays for enhanced readability - updated language files for consistent styling and clarity - minor miscellaneous improvements
122 lines
7.8 KiB
PHP
122 lines
7.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_minus" => "Inventory to add or subtract.",
|
|
"allow_alt_description" => "Allow Alternate Description",
|
|
"amount_entry" => "Amount Entry",
|
|
"bulk_edit" => "Bulk Edit",
|
|
"buy_price_required" => "Purchase Price is a required field.",
|
|
"cannot_be_deleted" => "Could not delete the selected Item(s), one or more of the selected Items have sales.",
|
|
"cannot_find_item" => "Item not found.",
|
|
"categories" => "",
|
|
"category" => "Category",
|
|
"category_new" => "",
|
|
"category_required" => "Category is a required field.",
|
|
"change_all_to_allow_alt_desc" => "Allow Alternate Description for all.",
|
|
"change_all_to_not_allow_allow_desc" => "Do not allow Alternate Description for all.",
|
|
"change_all_to_serialized" => "Change all to Serialised",
|
|
"change_all_to_unserialized" => "Change all to Unserialised",
|
|
"change_image" => "Change Image",
|
|
"confirm_bulk_edit" => "Are you sure you want to edit selected Item(s)?",
|
|
"confirm_bulk_edit_wipe_taxes" => "All Item Tax information will be replaced.",
|
|
"confirm_delete" => "Are you sure you want to delete the selected Item(s)?",
|
|
"confirm_restore" => "Are you sure you want to restore the selected Item(s)?",
|
|
"cost_price" => "Cost Price",
|
|
"cost_price_number" => "Cost Price must be a number.",
|
|
"cost_price_required" => "Cost Price is a required field.",
|
|
"count" => "Update Inventory",
|
|
"csv_import_failed" => "The csv import failed",
|
|
"csv_import_nodata_wrongformat" => "The uploaded file has no data or is formatted incorrectly.",
|
|
"csv_import_partially_failed" => "There were {0} item import failure(s) on line(s): {1}. No rows were imported.",
|
|
"csv_import_success" => "Item import successful.",
|
|
"current_quantity" => "Current Quantity",
|
|
"default_pack_name" => "Each",
|
|
"description" => "Description",
|
|
"details_count" => "Inventory count details",
|
|
"do_nothing" => "Do nothing",
|
|
"edit" => "",
|
|
"edit_fields_you_want_to_update" => "Edit the fields you want to edit for all the selected items.",
|
|
"edit_multiple_items" => "Editing Multiple Items",
|
|
"empty_upc_items" => "Empty Barcode Items",
|
|
"error_adding_updating" => "Error adding/updating item",
|
|
"error_updating_multiple" => "Error updating items",
|
|
"generate_barcodes" => "Generate Barcodes",
|
|
"hsn_code" => "Harmonised System Nomenclature",
|
|
"image" => "Avatar",
|
|
"import_items_csv" => "Item Import from CSV",
|
|
"info_provided_by" => "Information provided by",
|
|
"inventory" => "Inventory",
|
|
"inventory_CSV_import_quantity" => "Quantity Imported from CSV",
|
|
"inventory_comments" => "Comments",
|
|
"inventory_data_tracking" => "Inventory Data Tracking",
|
|
"inventory_date" => "Date",
|
|
"inventory_employee" => "Employee",
|
|
"inventory_in_out_quantity" => "In/Out Quantity",
|
|
"inventory_remarks" => "Remarks",
|
|
"is_deleted" => "Deleted",
|
|
"is_printed" => "",
|
|
"is_serialized" => "Item has Serial Number",
|
|
"item" => "Item",
|
|
"item_id" => "",
|
|
"item_number" => "Barcode",
|
|
"item_number_duplicate" => "Item Number is already present in the database.",
|
|
"kit" => "Kit",
|
|
"location" => "Location",
|
|
"low_inventory_items" => "Out Of Stock Items",
|
|
"low_sell_item" => "Low sell item",
|
|
"manually_editing_of_quantity" => "Manual Edit of Quantity",
|
|
"markup" => "",
|
|
"name" => "Item Name",
|
|
"name_required" => "Item Name is a required field.",
|
|
"new" => "New Item",
|
|
"no_description_items" => "No Description Items",
|
|
"no_items_to_display" => "No Items to display.",
|
|
"none" => "None",
|
|
"none_selected" => "You have not selected any Item(s) to edit",
|
|
"nonstock" => "Non-stocked",
|
|
"number_information" => "Item Number",
|
|
"number_required" => "Barcode is a required field.",
|
|
"one_or_multiple" => "item(s)",
|
|
"pack_name" => "Pack Name",
|
|
"qty_per_pack" => "Quantity per pack",
|
|
"quantity" => "Quantity",
|
|
"quantity_number" => "Quantity must be a number.",
|
|
"quantity_required" => "Quantity is a required field.",
|
|
"receiving_quantity" => "Receiving Quantity",
|
|
"remove_image" => "Remove Image",
|
|
"reorder_level" => "Reorder Level",
|
|
"reorder_level_number" => "Reorder Level must be a number.",
|
|
"reorder_level_required" => "Reorder Level is a required field.",
|
|
"retrive_item_info" => "Retrieve Item Info",
|
|
"sales_tax_1" => "Sales Tax",
|
|
"sales_tax_2" => "Sales Tax 2",
|
|
"search_attributes" => "Search Attributes. Date format Y-m-d",
|
|
"select_image" => "Select Image",
|
|
"serialized_items" => "Serialised Items",
|
|
"standard" => "Standard",
|
|
"stock" => "Stock",
|
|
"stock_location" => "Stock location",
|
|
"stock_type" => "Stock Type",
|
|
"successful_adding" => "You have successfully added Item",
|
|
"successful_bulk_edit" => "You have successfully updated the selected Items",
|
|
"successful_deleted" => "You have successfully deleted Item",
|
|
"successful_updating" => "You have successfully updated Item",
|
|
"supplier" => "Supplier",
|
|
"tax_1" => "Tax 1",
|
|
"tax_2" => "Tax 2",
|
|
"tax_3" => "",
|
|
"tax_category" => "Tax Category",
|
|
"tax_percent" => "Tax Percent",
|
|
"tax_percent_number" => "Tax Percent must be a numeric value",
|
|
"tax_percent_required" => "Tax Percent is a required field.",
|
|
"tax_percents" => "Tax Percent(s)",
|
|
"temp" => "Temporary",
|
|
"type" => "Item Type",
|
|
"unit_price" => "Sell Price",
|
|
"unit_price_number" => "Sell Price must be a number.",
|
|
"unit_price_required" => "Sell Price is a required field.",
|
|
"upc_database" => "Barcode Database",
|
|
"update" => "Update Item",
|
|
"use_inventory_menu" => "Use Inventory Menu",
|
|
];
|