Files
opensourcepos/app/Language/de-CH/Items.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

122 lines
7.4 KiB
PHP

<?php
return [
"add_minus" => "Bestandsänderung",
"allow_alt_description" => "Erlaube Alt. Bez.",
"amount_entry" => "",
"bulk_edit" => "Sammeländerung",
"buy_price_required" => "Einkaufspreis ist erforderlich",
"cannot_be_deleted" => "Gewählte Artikel können nicht gelöscht werden, einer odere mehrere weisen Verkäufe auf",
"cannot_find_item" => "Konnte Artikel nicht finden",
"categories" => "",
"category" => "Kategorie",
"category_new" => "",
"category_required" => "Kategorie ist erforderlich",
"change_all_to_allow_alt_desc" => "Ändere alle zu Erlaube Alt. Bez.",
"change_all_to_not_allow_allow_desc" => "Ändere alle zu NICHT Erlaube Alt. Bez.",
"change_all_to_serialized" => "Ändere alle zu serialisiert",
"change_all_to_unserialized" => "Ändere alle zu nicht serialisiert",
"change_image" => "Change Image",
"confirm_bulk_edit" => "Wollen Sie alle gewählten Artikel ändern?",
"confirm_bulk_edit_wipe_taxes" => "All item tax information will be replaced!",
"confirm_delete" => "Wollen Sie alle gewählten Artikel löschen?",
"confirm_restore" => "",
"cost_price" => "Einstandspreis",
"cost_price_number" => "Einstandspresi muss eine Zahl sein",
"cost_price_required" => "Einstandspreis ist erforderlich",
"count" => "Ändere Bestand",
"csv_import_failed" => "CSV Import fehlerhaft",
"csv_import_nodata_wrongformat" => "Your uploaded file has no data or wrong format",
"csv_import_partially_failed" => "Most Items imported. But some were not, here is the list",
"csv_import_success" => "Import of Items successful",
"current_quantity" => "Aktuelle Menge",
"default_pack_name" => "",
"description" => "Bezeichnung",
"details_count" => "Lagerbestandsdetails",
"do_nothing" => "Tue nichts",
"edit" => "",
"edit_fields_you_want_to_update" => "Ändern Sie die Felder für ALLE gewählten Artikel?",
"edit_multiple_items" => "Sammeländerung",
"empty_upc_items" => "Leere UPC Artikel",
"error_adding_updating" => "Fehler beim Hinzufügen/Ändern",
"error_updating_multiple" => "Fehler beim Ändern",
"generate_barcodes" => "Generiere Barcodes",
"hsn_code" => "",
"image" => "Bild",
"import_items_csv" => "Importiere Artikel mit CSV Datei",
"info_provided_by" => "Info provided by",
"inventory" => "Lagerbestand",
"inventory_CSV_import_quantity" => "",
"inventory_comments" => "Bemerkungen",
"inventory_data_tracking" => "",
"inventory_date" => "",
"inventory_employee" => "",
"inventory_in_out_quantity" => "",
"inventory_remarks" => "",
"is_deleted" => "Gelöscht",
"is_printed" => "",
"is_serialized" => "Artikel hat Serien-Nr.",
"item" => "Artikel",
"item_id" => "",
"item_number" => "UPC/EAN/ISBN",
"item_number_duplicate" => "Die Artikelnummer existiert bereits in der Datenbank",
"kit" => "",
"location" => "Ort",
"low_inventory_items" => "nicht am Lager",
"low_sell_item" => "",
"manually_editing_of_quantity" => "Manuelle Bestandesänderung",
"markup" => "",
"name" => "Artikelname",
"name_required" => "Artikelname ist erforderlich",
"new" => "Neuer Artikel",
"no_description_items" => "Artikel ohne Bezeichnung",
"no_items_to_display" => "Keine Artikel zum Anzeigen",
"none" => "Nichts",
"none_selected" => "Sie haben keine Artikel zum Ändern gewählt",
"nonstock" => "",
"number_information" => "Artikelnummer",
"number_required" => "UPC/EAN/ISBN ist erforderlich",
"one_or_multiple" => "Artikel",
"pack_name" => "",
"qty_per_pack" => "",
"quantity" => "Menge",
"quantity_number" => "Menge muss eine Zahl sein",
"quantity_required" => "Menge ist erforderlich",
"receiving_quantity" => "Eingangsmenge",
"remove_image" => "Remove Image",
"reorder_level" => "Mindestbestand",
"reorder_level_number" => "Mindestbestand muss eine Zahl sein",
"reorder_level_required" => "Mindestbestand ist erforderlich",
"retrive_item_info" => "Artikelinformation",
"sales_tax_1" => "Umsatzsteuer 1",
"sales_tax_2" => "Umsatzsteuer 2",
"search_attributes" => "Suche in Zusatzfeldern",
"select_image" => "Select Image",
"serialized_items" => "Serialisierte Artikel",
"standard" => "",
"stock" => "",
"stock_location" => "Lagerort",
"stock_type" => "",
"successful_adding" => "Artikel erfolgreich hinzugefügt",
"successful_bulk_edit" => "Die gewählten Artikel wurden erforlgreich geändert",
"successful_deleted" => "Löschung erfolgreich",
"successful_updating" => "Änderung erfolgreich",
"supplier" => "Lieferant",
"tax_1" => "MWSt 1",
"tax_2" => "MWSt 2",
"tax_3" => "",
"tax_category" => "",
"tax_percent" => "MWSt %",
"tax_percent_number" => "",
"tax_percent_required" => "MWSt % ist erforderlich",
"tax_percents" => "Steuerprozent(e)",
"temp" => "",
"type" => "",
"unit_price" => "Preis",
"unit_price_number" => "Preis muss eine Zahl sein",
"unit_price_required" => "Preis ist erforderlich",
"upc_database" => "UPC Datenbank",
"update" => "Ändere Artikel",
"use_inventory_menu" => "Verwende Bestandesmenu",
];