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

73 lines
4.9 KiB
PHP

<?php
return [
"add_minus" => "Inventuru dodati/oduzeti",
"allow_alt_description" => "Dozvoli Alt opis",
"bulk_edit" => "Grupno uređivanje",
"cannot_be_deleted" => "Nije moguće obrisati poklon bon, jedan ili više poklon bonova ima prodaju.",
"cannot_find_giftcard" => "Ne možemo pronaći informacije o poklon bonu",
"cannot_use" => "Giftcard {0} cannot be used for this sale. Invalid Customer!",
"card_value" => "Vrijednost",
"category" => "Kategorija",
"change_all_to_allow_alt_desc" => "Dozvoli Alt opis za sve",
"change_all_to_not_allow_allow_desc" => "Nije dozvoljen Alt opis za sve",
"change_all_to_serialized" => "Promijeni sve u Seralized",
"change_all_to_unserialized" => "Promijeni sve u Unseralized",
"confirm_bulk_edit" => "Jeste li sigurni da želite grupno urediti sve odabrane poklon bonove?",
"confirm_delete" => "Jeste li sigurni da želite obrisati sve odabrane poklon bonove?",
"confirm_restore" => "",
"cost_price" => "Nabavna cijena",
"count" => "Ažuriraj inventuru",
"csv_import_failed" => "Greška kod CSV uvoza",
"current_quantity" => "Trenutna količina",
"description" => "Opis",
"details_count" => "Detalji brojanja inventure",
"do_nothing" => "Ne radi ništa",
"edit_fields_you_want_to_update" => "Uredi polja za sve odabrane poklon bonove",
"edit_multiple_giftcards" => "Uređivanje više poklon bonova",
"error_adding_updating" => "Greška kod dodavanja/ažuriranja poklon bona",
"error_updating_multiple" => "Greška kod ažuriranja poklon bona",
"generate_barcodes" => "Generiraj barkod",
"giftcard" => "Poklon bon",
"giftcard_number" => "Broj poklon bona",
"info_provided_by" => "Info daje",
"inventory_comments" => "KomentariMegjegyzések",
"is_serialized" => "Poklon bon ima serijski broj",
"low_inventory_giftcards" => "Poklon bon rasprodaje",
"manually_editing_of_quantity" => "Ručna promjena količine",
"must_select_giftcard_for_barcode" => "Morate odabrati bar jedan poklon bon da generirate barkod",
"new" => "Novi poklon bon",
"no_description_giftcards" => "Poklon bon nema opisa",
"no_giftcards_to_display" => "Nema poklon bona za prikaz",
"none" => "Ništa",
"none_selected" => "Niste odabrali nijedan poklon bon za ispravak",
"number" => "Broj poklon bona mora biti broj",
"number_information" => "Poklon bon broj",
"number_required" => "Broj poklon bona je potreban",
"one_or_multiple" => "Poklon bon(ovi)",
"person_id" => "Kupac",
"quantity" => "Količina",
"quantity_required" => "Količina je potrebna. Molim otkažite (x) za odustajanje",
"remaining_balance" => "Na poklon bonu {0} ostala je još vrijednost {1}!",
"reorder_level" => "Poredaj razine",
"retrive_giftcard_info" => "Pozovi info o pklon bonu",
"sales_tax_1" => "Prodajni porez 1",
"sales_tax_2" => "Prodajni porez 2",
"serialized_giftcards" => "Serializiraj poklon bon",
"successful_adding" => "Uspješno ste dodali poklon bon",
"successful_bulk_edit" => "Uspješno ste promijenili poklon bonove",
"successful_deleted" => "Uspješno ste obrisali poklon bon",
"successful_updating" => "Uspješno ste ažurirali poklon bon",
"supplier" => "Dobavljač",
"tax_1" => "Porez 1",
"tax_2" => "Porez 2",
"tax_percent" => "% poreza",
"tax_percents" => "%-ci poreza",
"unit_price" => "Jedinična cijena",
"upc_database" => "UPC tablica",
"update" => "Ažurirajte poklon bon",
"use_inventory_menu" => "Koristite meni inventure",
"value" => "Vrijednost poklon bona mora biti broj",
"value_required" => "Vrijednost poklon kartice je potrebna",
];