File: D:/HostingSpaces/SBogers10/komma.pro/app/KommaApp/Shop/Translations/nl/shop/discounts.php
<?php
return [
'type' => 'Korting',
'discount' => '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' => 'Coupon',
'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',
];