Files
opensourcepos/app/Language/ta/Suppliers.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

26 lines
1.2 KiB
PHP

<?php
return [
"account_number" => "Account Number",
"agency_name" => "Agency Name",
"cannot_be_deleted" => "Could not delete selected Supplier(s). One or more have Sales.",
"category" => "Category",
"company_name" => "Company Name",
"company_name_required" => "Company Name is a required field.",
"confirm_delete" => "Are you sure you want to delete the selected Supplier(s)?",
"confirm_restore" => "Are you sure you want to restore selected Supplier(s)?",
"cost" => "Cost Supplier",
"error_adding_updating" => "Supplier update or add failed.",
"goods" => "Goods Supplier",
"new" => "New Supplier",
"none_selected" => "You have not selected Supplier(s) to delete.",
"one_or_multiple" => "Supplier(s)",
"successful_adding" => "You have successfully added Supplier",
"successful_deleted" => "You have successfully deleted",
"successful_updating" => "You have successfully updated Supplier",
"supplier" => "Supplier",
"supplier_id" => "Id",
"tax_id" => "Tax Id",
"update" => "Update Supplier",
];