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/SBogers10/topswtwmobile.komma.pro/app/lang/nl/validation.php
<?php

return array(

    /*
    |--------------------------------------------------------------------------
    | Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain the default error messages used by
    | the validator class. Some of these rules have multiple versions such
    | as the size rules. Feel free to tweak each of these messages here.
    |
    */

    "required" => "Vul a.u.b. dit veld in.",
    "vat" => "Vul a.u.b. een correct BTW-nummer in.",
    'email' => 'U moet een geldig e-mailadres invoeren.',
    'unique_customer' => 'Emailadres al in gebruik.',

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Language Lines
    |--------------------------------------------------------------------------
    |
    | Here you may specify custom validation messages for attributes using the
    | convention "attribute.rule" to name the lines. This makes it quick to
    | specify a specific custom language line for a given attribute rule.
    |
    */

    'custom' => array(
        'global' => [
            'oneError' => 'Sorry, om uw bestelling te kunnen verwerken heeft TOPS ook de rood gemarkeerde gegevens nodig. Vul deze a.u.b. in.',
            'someErrors' => 'Sorry, om uw bestelling te kunnen verwerken heeft TOPS ook de rood gemarkeerde gegevens nodig. Vul deze a.u.b. in.',
        ],
        'agree' => [
            'required' => 'Ga a.u.b. akkoord met de voorwaarden om uw bestelling af te ronden.',
        ],
        'pm' => [
            'required' => 'Kies a.u.b. uw betaalmethode.',
        ],
        'issuerId' => [
            'bank_requirement' => 'Kies a.u.b. uw bank.',
        ],
        'fullName' => [
            'required' => 'Vul a.u.b. uw voor- en achternaam in.',
        ],
        'fullAddress' => [
            'required' => 'Vul a.u.b. uw postcode met woonplaats in.',
        ],
        'invoice-email' => array(
            'required' => 'Vul a.u.b. een correct e-mailadres in.',
        ),
        'invoice-company-vat' => [
            'vat_requirement' => 'Vul a.u.b. uw BTW-nummer in.',
        ],
        'phone_or_email' => 'Vul uw telefoonnummer of uw e-mailadres in.',

        'dpd_carrier_shop_id' => [
            'required_if' => 'Gelieve een ParcelShop te selecteren'
        ],
        'maintenance_type' =>[
                'required' => 'Kies je type onderhoud',
        ]


    ),

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Attributes
    |--------------------------------------------------------------------------
    |
    | The following language lines are used to swap attribute place-holders
    | with something more reader friendly such as E-Mail Address instead
    | of "email". This simply helps us make messages a little cleaner.
    |
    */

    'attributes' => array(),

);