ultimatepos/lang/nl/product.php

55 lines
2.3 KiB
PHP

<?php
return [
'exc_of_tax' => 'Exc van belasting',
'inc_of_tax' => 'Inc. van belasting',
'profit_percent' => 'x Marge (%)',
'add_new_product' => 'Nieuw product toevoegen',
'add_product_for_labels' => 'Producten toevoegen om labels te genereren',
'product_type' => 'Product type',
'category' => 'Categorie',
'sub_category' => 'Subcategorie',
'unit' => 'Eenheid',
'brand' => 'Merk',
'tax' => 'Tax',
'sku' => 'Art.nr.',
'alert_quantity' => 'Alarmhoeveelheid',
'product_name' => 'Productnaam',
'auto_generate' => 'Automatisch genereren',
'manage_stock' => 'Beheer Voorraad?',
'enable_stock_help' => 'Voorraadbeheer op productniveau inschakelen',
'barcode_type' => 'Barcode Type',
'applicable_tax' => 'Toepasselijke belasting',
'selling_price_tax_type' => 'Verkoopprijs belasting type',
'inclusive' => 'Inclusief',
'exclusive' => 'Exclusive',
'edit_product' => 'Bewerk product',
'default_purchase_price' => 'Standaard inkoopprijs',
'default_selling_price' => 'Default Selling Price',
'value' => 'Waarde',
'variation_name' => 'Variation Name',
'variation_values' => 'Variatie waarden',
'use_template' => 'Gebruik sjabloon',
'add_variation' => 'Variatie toevoegen',
'product_added_success' => 'Product succesvol toegevoegd',
'product_updated_success' => 'Product succesvol bijgewerkt',
'enable_product_expiry' => 'Productverloop inschakelen',
'expiry_period' => 'Vervalperiode',
'expires_in' => 'Verloopt in',
'not_applicable' => 'Niet toepasbaar',
'months' => 'Maanden',
'days' => 'Dagen',
'mfg_date' => 'Fabricage datum',
'exp_date' => 'Vervaldatum',
'view_product' => 'Bekijk product',
'add_product' => 'Voeg product toe',
'variations' => 'Variations',
'import_products' => 'Producten importeren',
'file_to_import' => 'Bestand om te importeren',
'file_imported_successfully' => 'Bestand met succes geïmporteerd',
'variation_sku_format' => 'Variant SKU-indeling',
'variation_sku_format_help_text' => 'Variant SKU-indeling - Wanneer de variant SKU leeg is, wordt dit formaat gebruikt om SKU"s voor varianten te genereren.',
'sku_number' => 'SKU-Nummer (Voorbeeld -> ABC-1, ABC-2)',
'sku_variation_number' => 'SKUVariant (Voorbeeld -> ABCS, ABCM)'
];