Files
opensourcepos/app/Language/ta/Item_kits.php
BudsieBuds e83c23cf0c Improve code style and PSR-12 compliance (#4204)
* 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
2025-05-02 19:37:06 +02:00

43 lines
2.1 KiB
PHP

<?php
return [
"add_item" => "Add Item",
"all" => "All",
"cannot_be_deleted" => "Item Kit(s) delete failed.",
"confirm_delete" => "Are you sure you want to delete the selected Item Kit(s)?",
"confirm_restore" => "Are you sure you want to restore selected Item Kit(s)?",
"description" => "Item Kit Description",
"discount" => "Discount",
"discount_fixed" => "Fixed Discount",
"discount_percent" => "Discount Percent",
"discount_type" => "Discount Type",
"error_adding_updating" => "Item Kit add or update failed.",
"find_kit_item" => "Kit Item",
"info" => "Item Kit Info",
"item" => "Item",
"item_kit_number" => "Barcode",
"item_kit_number_duplicate" => "Item Kit Number is already present in the database.",
"item_number" => "",
"item_number_duplicate" => "",
"items" => "Items",
"kit" => "Kit ID",
"kit_and_components" => "Kit and Components",
"kit_and_stock" => "Kit and Stock",
"kit_only" => "Kit Only",
"name" => "Item Kit Name",
"new" => "New Item Kit",
"no_item_kits_to_display" => "No Item Kits to display.",
"none_selected" => "You have not selected any Item Kits.",
"one_or_multiple" => "Item Kit(s)",
"price_option" => "Price Option",
"priced_only" => "Priced Only",
"print_option" => "Print Option",
"quantity" => "Quantity",
"sequence" => "Sequence",
"successful_adding" => "You have successfully added Item Kit",
"successful_deleted" => "You have successfully deleted",
"successful_updating" => "You have successfully updated Item Kit",
"unit_price" => "",
"update" => "Update Item Kit",
];