File: D:/HostingSpaces/SBogers10/blije-gasten.komma.pro/app/Komma/Shop/Translations/nl/shop/discounts.php
<?php
use App\Komma\Shop\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'
]
];