Files
opensourcepos/app/Language/bg/Module.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

50 lines
2.5 KiB
PHP

<?php
return [
"admin_cashups" => "",
"admin_cashups_desc" => "",
"attributes" => "",
"attributes_desc" => "",
"both" => "Both",
"cashups" => "",
"cashups_desc" => "",
"config" => "Configuration",
"config_desc" => "Change OSPOS's Configuration.",
"customers" => "Customers",
"customers_desc" => "Add, Update, Delete, and Search Customers.",
"employees" => "Employees",
"employees_desc" => "Add, Update, Delete, and Search Employees.",
"expenses" => "Expenses",
"expenses_categories" => "Expenses Categories",
"expenses_categories_desc" => "Add, Update, and Delete Expenses Categories.",
"expenses_desc" => "Add, Update, Delete, and Search Expenses.",
"giftcards" => "Gift Cards",
"giftcards_desc" => "Add, Update, Delete and Search Gift Cards.",
"home" => "Home",
"home_desc" => "List home menu modules.",
"item_kits" => "Item Kits",
"item_kits_desc" => "Add, Update, Delete and Search Item Kits.",
"items" => "Items",
"items_desc" => "Add, Update, Delete, and Search Items.",
"messages" => "Messages",
"messages_desc" => "Send Messages to Customers, Suppliers and Employees.",
"migrate" => "Migrate",
"migrate_desc" => "Update the OSPOS Database.",
"office" => "Office",
"office_desc" => "List office menu modules.",
"receivings" => "Receivings",
"receivings_desc" => "Process Purchase Orders.",
"reports" => "Reports",
"reports_desc" => "View and generate Reports.",
"sales" => "Sales",
"sales_desc" => "Process Sales and Returns.",
"suppliers" => "Suppliers",
"suppliers_desc" => "Add, Update, Delete, and Search Suppliers.",
"taxes" => "Taxes",
"taxes_desc" => "Configure Sales Taxes.",
"timeclocks" => "",
"timeclocks_categories" => "",
"timeclocks_categories_desc" => "",
"timeclocks_desc" => "",
];