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

58 lines
2.8 KiB
PHP

<?php
return [
"account_number" => "Konto-Nr.",
"account_number_duplicate" => "Diese Konto-Nr. existiert bereits",
"available_points" => "",
"available_points_value" => "",
"average" => "",
"avg_discount" => "",
"basic_information" => "",
"cannot_be_deleted" => "Kunde kann nicht gelöscht werden, ein oder mehrere Kunden weisen Verkäufe auf",
"company_name" => "Firmenname",
"confirm_delete" => "Wollen Sie die gewählten Kunden wirklich löschen?",
"confirm_restore" => "",
"consent" => "",
"consent_required" => "",
"csv_import_failed" => "CSV Import fehlerhaft",
"csv_import_nodata_wrongformat" => "Your uploaded file has no data or wrong format",
"csv_import_partially_failed" => "Most Customers imported. But some were not, here is the list",
"csv_import_success" => "Import of Customers successful",
"customer" => "Kunde",
"date" => "",
"discount" => "Discount",
"discount_fixed" => "",
"discount_percent" => "",
"discount_type" => "",
"email_duplicate" => "",
"employee" => "",
"error_adding_updating" => "Fehler beim Hinzufügen/Ändern",
"import_items_csv" => "Importiere Kunden via CSV",
"mailchimp_activity_click" => "",
"mailchimp_activity_lastopen" => "",
"mailchimp_activity_open" => "",
"mailchimp_activity_total" => "",
"mailchimp_activity_unopen" => "",
"mailchimp_email_client" => "",
"mailchimp_info" => "",
"mailchimp_member_rating" => "",
"mailchimp_status" => "",
"mailchimp_vip" => "",
"max" => "",
"min" => "",
"new" => "Neuer Kunde",
"none_selected" => "Sie haben keinen Kunde zum Löschen gewählt",
"one_or_multiple" => "Kunde(n)",
"quantity" => "",
"stats_info" => "",
"successful_adding" => "Kunde erfolgreich hinzugefügt",
"successful_deleted" => "Löschung erfolgreich",
"successful_updating" => "Änderung erfolgreich",
"tax_code" => "",
"tax_id" => "",
"taxable" => "Steuerpflichtig",
"total" => "Total",
"update" => "Kunde ändern",
"rewards_package" => "",
];