mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-28 11:53:34 -04:00
Currently translated at 29.4% (20 of 68 strings) Translation: opensourcepos/giftcards Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/giftcards/pl/
73 lines
2.5 KiB
PHP
73 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'add_minus' => "Ilość do dodania lub odjęcia.",
|
|
'allow_alt_description' => "Zezwól na alternatywny opis",
|
|
'bulk_edit' => "Edycja zbiorcza",
|
|
'cannot_be_deleted' => "",
|
|
'cannot_find_giftcard' => "Nie odnaleziono Karty Podarunkowej",
|
|
'cannot_use' => "Nie można użyć Karty Podarunkowej {0} w tej sprzedaży: nieprawidłowy klient.",
|
|
'card_value' => "Wartość",
|
|
'category' => "Kategoria",
|
|
'change_all_to_allow_alt_desc' => "",
|
|
'change_all_to_not_allow_allow_desc' => "",
|
|
'change_all_to_serialized' => "",
|
|
'change_all_to_unserialized' => "",
|
|
'confirm_bulk_edit' => "Czy jesteś pewny, że chcesz edytować wybrane Karty Podarunkowe?",
|
|
'confirm_delete' => "",
|
|
'confirm_restore' => "",
|
|
'cost_price' => "",
|
|
'count' => "",
|
|
'csv_import_failed' => "Nie udało się zaimportować CSV.",
|
|
'current_quantity' => "Aktualna Ilość",
|
|
'description' => "Opis",
|
|
'details_count' => "",
|
|
'do_nothing' => "Nic nie rób",
|
|
'edit_fields_you_want_to_update' => "",
|
|
'edit_multiple_giftcards' => "Edytuj wiele Kart Podarunkowych",
|
|
'error_adding_updating' => "Dodanie lub aktualizacja Karty Podarunkowej nie powiodła się.",
|
|
'error_updating_multiple' => "",
|
|
'generate_barcodes' => "Generuj kody kreskowe",
|
|
'giftcard' => "Karta Podarunkowa",
|
|
'giftcard_number' => "Numer Karty Podarunkowej",
|
|
'info_provided_by' => "Informacje dostarczone przez",
|
|
'inventory_comments' => "Komentarze",
|
|
'is_serialized' => "",
|
|
'low_inventory_giftcards' => "",
|
|
'manually_editing_of_quantity' => "",
|
|
'must_select_giftcard_for_barcode' => "",
|
|
'new' => "",
|
|
'no_description_giftcards' => "",
|
|
'no_giftcards_to_display' => "",
|
|
'none' => "",
|
|
'none_selected' => "",
|
|
'number' => "",
|
|
'number_information' => "",
|
|
'number_required' => "",
|
|
'one_or_multiple' => "",
|
|
'person_id' => "",
|
|
'quantity' => "Ilość",
|
|
'quantity_required' => "",
|
|
'remaining_balance' => "",
|
|
'reorder_level' => "",
|
|
'retrive_giftcard_info' => "",
|
|
'sales_tax_1' => "",
|
|
'sales_tax_2' => "",
|
|
'serialized_giftcards' => "",
|
|
'successful_adding' => "",
|
|
'successful_bulk_edit' => "",
|
|
'successful_deleted' => "",
|
|
'successful_updating' => "",
|
|
'supplier' => "",
|
|
'tax_1' => "",
|
|
'tax_2' => "",
|
|
'tax_percent' => "",
|
|
'tax_percents' => "",
|
|
'unit_price' => "",
|
|
'upc_database' => "",
|
|
'update' => "",
|
|
'use_inventory_menu' => "",
|
|
'value' => "",
|
|
'value_required' => "",
|
|
];
|