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

<?php
return [
"add_item" => "Dodaj artikl",
"all" => "",
"cannot_be_deleted" => "Ne možete obrisati normativ(e)",
"confirm_delete" => "Jeste li sigurni da želite obrisati normativ",
"confirm_restore" => "",
"description" => "Opis normativa",
"discount" => "",
"discount_fixed" => "",
"discount_percent" => "",
"discount_type" => "",
"error_adding_updating" => "Greška kod dodavanja/ažuriranja normativa",
"find_kit_item" => "",
"info" => "Info normativa",
"item" => "Artikal",
"item_kit_number" => "",
"item_kit_number_duplicate" => "",
"item_number" => "",
"item_number_duplicate" => "",
"items" => "Stavke normativa",
"kit" => "Normativ br.",
"kit_and_components" => "",
"kit_and_stock" => "",
"kit_only" => "",
"name" => "Naziv normativa",
"new" => "Novi normativ",
"no_item_kits_to_display" => "Nema normativa za prikaz",
"none_selected" => "Niste odabrali nijedan normativ",
"one_or_multiple" => "Stavka(e) normativa",
"price_option" => "",
"priced_only" => "",
"print_option" => "",
"quantity" => "Količina",
"sequence" => "",
"successful_adding" => "Uspješno ste dodali normativ",
"successful_deleted" => "Uspješno ste obrisali normativ",
"successful_updating" => "Uspješno ste ažurirali normativ",
"unit_price" => "",
"update" => "Ažuriranje normativa",
];