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

42 lines
1.5 KiB
PHP

<?php
return [
"add_item" => "Neuer Artikel",
"all" => "Alles",
"cannot_be_deleted" => "Konnte Artikel-Set(s) nicht löschen.",
"confirm_delete" => "Wollen Sie die gewählten Artikel-Sets wirklich löschen?",
"confirm_restore" => "Sind Sie sicher, dass Sie ausgewählte Artikel-Sets wiederherstellen möchten?",
"description" => "Beschreibung Artikel-Set",
"discount" => "Rabatt",
"discount_fixed" => "Fester Rabatt",
"discount_percent" => "Prozent Rabatt",
"discount_type" => "Rabattart",
"error_adding_updating" => "Fehler beim Hinzufügen/Ändern.",
"find_kit_item" => "Artikel-Set",
"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" => "Set und Komponenten",
"kit_and_stock" => "Set und Bestand",
"kit_only" => "Nur Set",
"name" => "Set-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" => "Preisoption",
"priced_only" => "Nur mit Preisangabe",
"print_option" => "Druckoptionen",
"quantity" => "Menge",
"sequence" => "Folge",
"successful_adding" => "Artikel-Set erfolgreich hinzugefügt",
"successful_deleted" => "Löschung erfolgreich",
"successful_updating" => "Änderung erfolgreich",
"unit_price" => "",
"update" => "Artikel-Set ändern",
];