mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 14:37:55 -05:00
* 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
43 lines
1.9 KiB
PHP
43 lines
1.9 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",
|
|
];
|