56 lines
2.3 KiB
PHP
56 lines
2.3 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' => '变体SKU格式',
|
||
'variation_sku_format_help_text' => '变体SKU格式 - 当变体SKU为空时,将使用此格式生成变体的SKU。',
|
||
'sku_number' => 'SKU编号(示例-> ABC-1,ABC-2)',
|
||
'sku_variation_number' => 'SKU变体(示例-> ABCS,ABCM)'
|
||
|
||
];
|