ultimatepos/lang/ce/product.php

56 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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-1ABC-2',
'sku_variation_number' => 'SKU变体示例-> ABCSABCM'
];