HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers54/csbinstallatietechniek.nl/resources/lang/nl/shop/discounts.php
<?php

use App\Discounts\DiscountTypes;

return [
    'type' => 'Korting',
    'discount' => 'korting',
    'entity' => 'korting',
    'discounts' => 'kortingen',
    'controller' => 'controller',
    'searchable' => 'doorzoekbaar',
    'kind' => 'soort',
    'quantity' => 'Staffel',
    'quantity_explanation' => 'Bij welk aantal de staffelkorting op elk product toegepast moet worden',
    'coupon' => 'Kortingscode',
    'coupon_fail' => 'Kortingscode kon niet worden toegevoegd.',
    'coupon_codes' => 'Kortingscodes',
    'apply_coupon_code' => 'Kortingscode toevoegen',
    'shopping_cart_or_product' => 'Winkelwagen of product',
    'condition_settings' => 'Voorwaarde instellingen',
    'condition_settings_explanations' => 'Voor Staffel: <DiscountableTypes::constant>,<quantity>[,[<DiscountableIds>...]]>, Voor coupon: <code>, Voor Winkelwagen of product: <DiscountableTypes::constant>[,DiscountableId]',
    'action_settings' => 'Actie instellingen',
    'action_settings_explanations' => '<methodValue>,<ModifyPriceAction::methodConstant>',
    'valid_from' => 'Geldig vanaf',
    'valid_trough' => 'Geldig tot en met',
    'title' => 'Kortingen',
    'sub_title' => '',
    'newPriceText' => 'Nieuwe prijs van',
    'whenAmountIsReached' => 'Bij een aantal vanaf',

    'section' => [
        'new'     => 'Nieuwe korting',
        'entity'  => 'korting',
        'title'   => 'Kortingen',
    ],

    'types' => [
        DiscountTypes::None             => 'Geen',
        DiscountTypes::Discountable     => 'Specifiek product',
        DiscountTypes::Quantity         => 'Staffel',
        DiscountTypes::Coupon           => 'Kortingscode'
    ]
];