Files
opensourcepos/app/Language/hr-HR/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.3 KiB
PHP

<?php
return [
"admin_cashups" => "",
"admin_cashups_desc" => "",
"attributes" => "",
"attributes_desc" => "",
"both" => "",
"cashups" => "",
"cashups_desc" => "",
"config" => "Postavke",
"config_desc" => "Promijeni postavke",
"customers" => "Kupci",
"customers_desc" => "Dodaj, ažuriraj, obriši ili traži kupce",
"employees" => "Radnici",
"employees_desc" => "Dodaj, ažuriraj, obriši ili traži radnike",
"expenses" => "",
"expenses_categories" => "",
"expenses_categories_desc" => "",
"expenses_desc" => "",
"giftcards" => "Poklon bon",
"giftcards_desc" => "Dodaj, ažuriraj, obriši ili traži poklon bon",
"home" => "Početna",
"home_desc" => "",
"item_kits" => "Normativi",
"item_kits_desc" => "Dodaj, ažuriraj, obriši ili traži normative",
"items" => "Artikli",
"items_desc" => "Dodaj, ažuriraj, obriši ili traži artikle",
"messages" => "Messages",
"messages_desc" => "Send Messages to Customers, Suppliers, Employees et al.",
"migrate" => "",
"migrate_desc" => "",
"office" => "",
"office_desc" => "",
"receivings" => "Primka",
"receivings_desc" => "Dodaj, ažuriraj, obriši ili traži primke",
"reports" => "Izvještaji",
"reports_desc" => "Pogledaj i generiraj izvještaje",
"sales" => "Prodaja",
"sales_desc" => "Procesi prodaje i povrata",
"suppliers" => "Dobavljači",
"suppliers_desc" => "Dodaj, ažuriraj, obriši ili traži dobavljače",
"taxes" => "",
"taxes_desc" => "",
"timeclocks" => "",
"timeclocks_categories" => "",
"timeclocks_categories_desc" => "",
"timeclocks_desc" => "",
];