Files
opensourcepos/app/Language/de-DE/Item_kits.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

43 lines
2.1 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",
];