mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2025-12-31 13:37:54 -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
73 lines
4.7 KiB
PHP
73 lines
4.7 KiB
PHP
<?php
|
|
|
|
return [
|
|
"add_minus" => "Bestandsänderung",
|
|
"allow_alt_description" => "Erlaube Alternative Bezeichnung",
|
|
"bulk_edit" => "Sammeländerung",
|
|
"cannot_be_deleted" => "Konnte gewählte Gutscheine nicht löschen, einer oder mehrere weisen Verkäufe auf",
|
|
"cannot_find_giftcard" => "Konnte keinen Gutschein finden",
|
|
"cannot_use" => "Giftcard {0} cannot be used for this sale. Invalid Customer!",
|
|
"card_value" => "Wert",
|
|
"category" => "Kategorie",
|
|
"change_all_to_allow_alt_desc" => "Erlaube Alt. Bez. für ALLE",
|
|
"change_all_to_not_allow_allow_desc" => "Erlaube Alt. Bez. für KEINEN",
|
|
"change_all_to_serialized" => "Ändere alle zu serialisiert",
|
|
"change_all_to_unserialized" => "Ändere alle zu NICHT serialisiert",
|
|
"confirm_bulk_edit" => "Wollen Sie alle gewählten Gutscheine ändern?",
|
|
"confirm_delete" => "Wollen Sie alle gewählten Gutscheine löschen?",
|
|
"confirm_restore" => "",
|
|
"cost_price" => "Einstandspreis",
|
|
"count" => "Bestandsänderung",
|
|
"csv_import_failed" => "CSV Import fehlerhaft",
|
|
"current_quantity" => "Aktuelle Menge",
|
|
"description" => "Bezeichnung",
|
|
"details_count" => "Bestandsdetails",
|
|
"do_nothing" => "Tue nichts",
|
|
"edit_fields_you_want_to_update" => "Wollen Sie die Felder für ALLE gewählten Gutscheine ändern?",
|
|
"edit_multiple_giftcards" => "Sammeländerung",
|
|
"error_adding_updating" => "Fehler beim Hinzufügen/Ändern",
|
|
"error_updating_multiple" => "Fehler beim Ändern",
|
|
"generate_barcodes" => "Generiere Barcodes",
|
|
"giftcard" => "Gutschein",
|
|
"giftcard_number" => "Gutschein-Nr.",
|
|
"info_provided_by" => "Info provided by",
|
|
"inventory_comments" => "Kommentare",
|
|
"is_serialized" => "Gutschein hat Seriennummer",
|
|
"low_inventory_giftcards" => "Gutscheine mit Minderbestand",
|
|
"manually_editing_of_quantity" => "Manuelle Bestandesänderung",
|
|
"must_select_giftcard_for_barcode" => "Sie müssen einen Gutschein wählen, um Barcodes zu generieren",
|
|
"new" => "Neuer Gutschein",
|
|
"no_description_giftcards" => "Gutscheine ohne Beschreibung",
|
|
"no_giftcards_to_display" => "Keine Gutscheine zum Anzeigen",
|
|
"none" => "Nichts",
|
|
"none_selected" => "Sie haben keine Gutscheine zum Ändern gewählt",
|
|
"number" => "Gutschein-Nr. muss eine Zahl sein",
|
|
"number_information" => "Gutschein Nummer",
|
|
"number_required" => "Gutschein Nummer muss eine Zahl sein",
|
|
"one_or_multiple" => "Gutschein(e)",
|
|
"person_id" => "Kunde",
|
|
"quantity" => "Menge",
|
|
"quantity_required" => "Menge ist erforderlich",
|
|
"remaining_balance" => "Restwert von Gutschein {0} ist {1}!",
|
|
"reorder_level" => "Mindestbestand",
|
|
"retrive_giftcard_info" => "Gutschein Information",
|
|
"sales_tax_1" => "Umsatzsteuer 1",
|
|
"sales_tax_2" => "Umsatzsteuer 2",
|
|
"serialized_giftcards" => "Serialisierte Gutscheine",
|
|
"successful_adding" => "Hinzufügen erfolgreich",
|
|
"successful_bulk_edit" => "Sie haben die gewählten Gutscheine erfolgreich geändert",
|
|
"successful_deleted" => "Löschung erfolgreich",
|
|
"successful_updating" => "Änderung erfolgreich",
|
|
"supplier" => "Lieferant",
|
|
"tax_1" => "MWSt 1",
|
|
"tax_2" => "MWSt 2",
|
|
"tax_percent" => "Prozent",
|
|
"tax_percents" => "Prozente",
|
|
"unit_price" => "Preis",
|
|
"upc_database" => "UPC Datenbank",
|
|
"update" => "Gutschein ändern",
|
|
"use_inventory_menu" => "Verwende Lager Menu",
|
|
"value" => "Gutschein-Wert muss eine Zahl sein",
|
|
"value_required" => "Gutschein-Wert erforderlich",
|
|
];
|