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/topswtw.komma.pro/app/lang/de/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" => "F&uuml;llen Sie bitte dieses Feld aus.",
    "vat"      => "Geben Sie bitte Ihre korrekte USt-IdNr. ein.",
    'email'    => 'Geben Sie bitte Ihre korrekte E-Mailadresse.',
    'unique_customer' => 'Die eingegebene E-Mailadresse ist bereits in Verwendung',

    /*
    |--------------------------------------------------------------------------
    | 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'   => 'Entschuldigung! Um Ihre Bestellung verarbeiten zu k&ouml;nnen, braucht TOPS auch die rot markierten Daten. 
            				 Geben Sie die bitte ein.',
            'someErrors' => 'Entschuldigung! Um Ihre Bestellung verarbeiten zu k&ouml;nnen, braucht TOPS auch die rot markierten Daten. 
            				 Geben Sie die bitte ein.',
        ],
        'agree'               => [
            'required' => 'Akzeptieren Sie bitte die Bedingungen um Ihre Bestellung zu vollenden.',
        ],
        'pm'                  => [
            'required' => 'W&auml;hlen Sie bitte Ihre Bezahlungsmethode',
        ],
        'issuerId'            => [
            'bank_requirement' => 'W&auml;hlen Sie bitte Ihre Bank.',
        ],
        'fullName'            => [
            'required' => 'Geben Sie bitte Ihren Vor- und Familiennamen ein.',
        ],
        'fullAddress'         => [
            'required' => 'Geben Sie bitte Ihre Postleitzahl mit Hausnummer ein.',
        ],
        'invoice-email'       => array(
            'required' => 'Geben Sie bitte eine korrekte E-Mailadresse ein.',
        ),
        'invoice-company-vat' => [
            'vat_requirement' => 'Geben Sie bitte Ihre USt-IdNr. ein.',
        ],
        'phone_or_email'      => 'Geben Sie bitte Ihre Telefonnummer oder Ihre E-Mailadresse.',

        'dpd_carrier_shop_id' => [
            'required_if' => 'Bitte wählen Sie Paket Shop'
        ],


    ),

    /*
    |--------------------------------------------------------------------------
    | 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(),

);