mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-06-02 12:50:51 -04:00
43 lines
2.0 KiB
PHP
43 lines
2.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'add_item' => 'Termék hozzáadása',
|
|
'all' => '',
|
|
'cannot_be_deleted' => 'Termékcsomag(ok) nem törölhető(ek)',
|
|
'confirm_delete' => 'Biztos, hogy törli a kiválasztott csomagokat?',
|
|
'confirm_restore' => '',
|
|
'description' => 'Termékcsomag leírás',
|
|
'discount' => '',
|
|
'discount_fixed' => '',
|
|
'discount_percent' => '',
|
|
'discount_type' => '',
|
|
'error_adding_updating' => 'Hiba a termékcsomag hozzáadásánál/módosításánál',
|
|
'find_kit_item' => '',
|
|
'info' => 'Termékcsomag info',
|
|
'item' => 'Termék',
|
|
'item_kit_number' => '',
|
|
'item_kit_number_duplicate' => '',
|
|
'item_number' => '',
|
|
'item_number_duplicate' => '',
|
|
'items' => 'Termékek',
|
|
'kit' => 'Csomag ID',
|
|
'kit_and_components' => '',
|
|
'kit_and_stock' => '',
|
|
'kit_only' => '',
|
|
'name' => 'Termékcsomag neve',
|
|
'new' => 'Új termékcsomag',
|
|
'no_item_kits_to_display' => 'Nincsenek megjeleníthető termékcsomagok',
|
|
'none_selected' => 'Nem választott ki termékcsomagot',
|
|
'one_or_multiple' => 'Termékcsomag(ok)',
|
|
'price_option' => '',
|
|
'priced_only' => '',
|
|
'print_option' => '',
|
|
'quantity' => 'Mennyiség',
|
|
'sequence' => '',
|
|
'successful_adding' => 'Sikeresen hozzáadta a termékcsomagot',
|
|
'successful_deleted' => 'Sikeresen törölte a termékcsomagot',
|
|
'successful_updating' => 'Sikeresen módosította a termékcsomagot',
|
|
'unit_price' => '',
|
|
'update' => 'Termékcsomag módosítása',
|
|
];
|