55 lines
2.4 KiB
PHP
55 lines
2.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
'exc_of_tax' => 'Steuer nicht inbegriffen',
|
|
'inc_of_tax' => 'Steuern eingeschlossen',
|
|
'profit_percent' => 'x Rand (%)',
|
|
'add_new_product' => 'Neues Produkt hinzufügen',
|
|
'add_product_for_labels' => 'Hinzufügen von Produkten zum Generieren von Labels',
|
|
'product_type' => 'Produktart',
|
|
'category' => 'Kategorie',
|
|
'sub_category' => 'Unterkategorie',
|
|
'unit' => 'Einheit',
|
|
'brand' => 'Marke',
|
|
'tax' => 'MwSt',
|
|
'sku' => 'SKU',
|
|
'alert_quantity' => 'Alarmmenge',
|
|
'product_name' => 'Produktname',
|
|
'auto_generate' => 'Automatisch generieren',
|
|
'manage_stock' => 'Lagerbestand verwalten?',
|
|
'enable_stock_help' => 'Lagerverwaltung auf Produktebene aktivieren',
|
|
'barcode_type' => 'Barcode-Typ',
|
|
'applicable_tax' => 'Anwendbare Steuer',
|
|
'selling_price_tax_type' => 'Verkaufspreissteuerart',
|
|
'inclusive' => 'Inklusive',
|
|
'exclusive' => 'Exklusiv',
|
|
'edit_product' => 'Produkt bearbeiten',
|
|
'default_purchase_price' => 'Standardkaufpreis',
|
|
'default_selling_price' => 'Standardverkaufspreis',
|
|
'value' => 'Wert',
|
|
'variation_name' => 'Variationsname',
|
|
'variation_values' => 'Variationswerte',
|
|
'use_template' => 'Benutze Template',
|
|
'add_variation' => 'Variation hinzufügen',
|
|
'product_added_success' => 'Produkt erfolgreich hinzugefügt',
|
|
'product_updated_success' => 'Produkt wurde erfolgreich aktualisiert',
|
|
'enable_product_expiry' => 'Produktablauf aktivieren',
|
|
'expiry_period' => 'Ablaufzeitraum',
|
|
'expires_in' => 'Läuft ab in',
|
|
'not_applicable' => 'Unzutreffend',
|
|
'months' => 'Monate',
|
|
'days' => 'Tage',
|
|
'mfg_date' => 'Herstellungsdatum',
|
|
'exp_date' => 'Verfallsdatum',
|
|
'view_product' => 'Produkt anzeigen',
|
|
'add_product' => 'Produkt hinzufügen',
|
|
'variations' => 'Variationen',
|
|
'import_products' => 'Produkte importieren',
|
|
'file_to_import' => 'Zu importierende Datei',
|
|
'file_imported_successfully' => 'Datei erfolgreich importiert',
|
|
'variation_sku_format' => 'Variations-SKU-Format',
|
|
'variation_sku_format_help_text' => 'Variations-SKU-Format - Wenn die Variation-SKU leer ist, wird dieses Format verwendet, um SKU für Variationen zu generieren.',
|
|
'sku_number' => 'SKU-Nummer (Beispiel -> ABC-1, ABC-2)',
|
|
'sku_variation_number' => 'SKUVariations (Beispiel -> ABCS, ABCM)'
|
|
];
|