mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-26 22:57:04 -04:00
58 lines
2.8 KiB
PHP
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' => '',
|
|
];
|