mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
57 lines
2.5 KiB
PHP
57 lines
2.5 KiB
PHP
<?php
|
|
return [
|
|
'customers_account_number' => 'Konto-Nr.',
|
|
'customers_account_number_duplicate' => 'Diese Konto-Nr. existiert bereits',
|
|
'customers_available_points' => '',
|
|
'customers_available_points_value' => '',
|
|
'customers_average' => '',
|
|
'customers_avg_discount' => '',
|
|
'customers_basic_information' => '',
|
|
'customers_cannot_be_deleted' => 'Kunde kann nicht gelöscht werden, ein oder mehrere Kunden weisen Verkäufe auf',
|
|
'customers_company_name' => 'Firmenname',
|
|
'customers_confirm_delete' => 'Wollen Sie die gewählten Kunden wirklich löschen?',
|
|
'customers_confirm_restore' => '',
|
|
'customers_consent' => '',
|
|
'customers_consent_required' => '',
|
|
'customers_csv_import_failed' => 'CSV Import fehlerhaft',
|
|
'customers_csv_import_nodata_wrongformat' => 'Your uploaded file has no data or wrong format',
|
|
'customers_csv_import_partially_failed' => 'Most Customers imported. But some were not, here is the list',
|
|
'customers_csv_import_success' => 'Import of Customers successful',
|
|
'customers_customer' => 'Kunde',
|
|
'customers_date' => '',
|
|
'customers_discount' => 'Discount',
|
|
'customers_discount_fixed' => '',
|
|
'customers_discount_percent' => '',
|
|
'customers_discount_type' => '',
|
|
'customers_email_duplicate' => '',
|
|
'customers_employee' => '',
|
|
'customers_error_adding_updating' => 'Fehler beim Hinzufügen/Ändern',
|
|
'customers_import_items_csv' => 'Importiere Kunden via CSV',
|
|
'customers_mailchimp_activity_click' => '',
|
|
'customers_mailchimp_activity_lastopen' => '',
|
|
'customers_mailchimp_activity_open' => '',
|
|
'customers_mailchimp_activity_total' => '',
|
|
'customers_mailchimp_activity_unopen' => '',
|
|
'customers_mailchimp_email_client' => '',
|
|
'customers_mailchimp_info' => '',
|
|
'customers_mailchimp_member_rating' => '',
|
|
'customers_mailchimp_status' => '',
|
|
'customers_mailchimp_vip' => '',
|
|
'customers_max' => '',
|
|
'customers_min' => '',
|
|
'customers_new' => 'Neuer Kunde',
|
|
'customers_none_selected' => 'Sie haben keinen Kunde zum Löschen gewählt',
|
|
'customers_one_or_multiple' => 'Kunde(n)',
|
|
'customers_quantity' => '',
|
|
'customers_stats_info' => '',
|
|
'customers_successful_adding' => 'Kunde erfolgreich hinzugefügt',
|
|
'customers_successful_deleted' => 'Löschung erfolgreich',
|
|
'customers_successful_updating' => 'Änderung erfolgreich',
|
|
'customers_tax_code' => '',
|
|
'customers_tax_id' => '',
|
|
'customers_taxable' => 'Steuerpflichtig',
|
|
'customers_total' => 'Total',
|
|
'customers_update' => 'Kunde ändern',
|
|
'rewards_package' => '',
|
|
];
|