Files
opensourcepos/app/Language/de-CH/Item_kits.php
2024-06-15 17:19:15 +02:00

42 lines
1.3 KiB
PHP

<?php
return [
"add_item" => "Neuer Artikel",
"all" => "",
"cannot_be_deleted" => "Konnte Artikel-Set(s) nicht löschen",
"confirm_delete" => "Wollen Sie die gewählten Artikel-Sets wirklich löschen?",
"confirm_restore" => "",
"description" => "Beschreibung Artikel-Set",
"discount" => "",
"discount_fixed" => "",
"discount_percent" => "",
"discount_type" => "",
"error_adding_updating" => "Fehler beim Hinzufügen/Ändern",
"find_kit_item" => "",
"info" => "Artikel-Set Information",
"item" => "Artikel",
"item_kit_number" => "",
"item_kit_number_duplicate" => "",
"item_number" => "",
"item_number_duplicate" => "",
"items" => "Artikel",
"kit" => "Set-ID",
"kit_and_components" => "",
"kit_and_stock" => "",
"kit_only" => "",
"name" => "Name",
"new" => "Neues Artikel-Set",
"no_item_kits_to_display" => "Keine Artikel-Sets zum Anzeigen",
"none_selected" => "Sie haben keine Artikel-Sets ausgewählt",
"one_or_multiple" => "Artikel-Set(s)",
"price_option" => "",
"priced_only" => "",
"print_option" => "",
"quantity" => "Menge",
"sequence" => "",
"successful_adding" => "Artikel-Set erfolgreich hinzugefügt",
"successful_deleted" => "Löschung erfolgreich",
"successful_updating" => "Änderung erfolgreich",
"unit_price" => "",
"update" => "Artikel-Set ändern",
];