%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/test/lang/cs/
Upload File :
Create Path :
Current File : //www/loslex/test/lang/cs/validation.php

<?php

return [

    /*
    |--------------------------------------------------------------------------
    | 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.
    |
    */

    'accepted' => 'Potvrď :attribute.',
    'after' => ':attribute musí být později než :date.',
    'after_or_equal' => ':attribute musí být :date nebo později.',
    'alpha' => ':attribute smí obsahovat pouze písmena.',
    'alpha_dash' => ':attribute smí obsahovat pouze písmena, číslice, pomlčky nebo podtržítka.',
    'alpha_num' => ':attribute smí obsahovat jen písmena nebo číslice.',
    'array' => 'Hodnota položky :attribute musí být pole (array).',
    'ascii' => ':attribute smí obsahovat pouze jednoduché alfanumerické znaky bez diakritiky.',
    'before' => ':attribute musí být před :date.',
    'before_or_equal' => ':attribute musí být :date nebo dříve.',
    'confirmed' => 'Pole :attribute má jinou hodnotu než kontrolní pole.',
    'contestdateadvance' => 'Tento typ závodu musí být vypsán nejméně :value dní předem.',
    'contestdateinpast' => 'Datum závodu nemůže být v minulosti.',
    'contestpublication' => 'Pohárový závod, Mistrovství ani Hodnocené střelby nesmí být skryté.',
    'contestregend' => 'Registrace musí končit před začátkem závodu',
    'current_password' => 'Zadané heslo není správné.',
    'date' => 'Pole :attribute musí být platné datum.',
    'date_format' => 'Pole :attribute musí odpovídat formátu :format.',
    'digits_between' => ':attribute musí obsahovat od :min do :max číslic.',
    'email' => 'Pole :attribute musí obsahovat validní emailovou adresu.',
    'exists' => 'Zadaná hodnota pro :attribute neexistuje',
    'filled' => 'Pole :attribute musí nesmí být prázdné.',
    'gte' => [
        'numeric' => ':attribute musí být nejméně :value.',
    ],
    'lt' => [
        'numeric' => 'Hodnota pole :attribute musí být menší než :value.',
    ],
    'lte' => [
        'numeric' => 'Hodnota pole :attribute musí být menší než nebo rovna :value.',
    ],
    'max' => [
        'array' => ':attribute nesmí mít více než :max položek.',
        'file' => ':attribute nesmí být větší než :max kilobytů.',
        'numeric' => ':attribute nesmí být větší než :max.',
        'string' => ':attribute nesmí být delší než :max znaků.',
    ],
    'min' => [
        'array' => 'Pole :attribute musí obsahovat nejméně :min položek.',
        'numeric' => 'Nejmenší dovolená hodnota pole :attribute je :min.',
        'string' => ':attribute musí mít nejméně :min znaků.',
    ],
    'password' => [
        'letters' => ':attribute musí obsahovat alespoň jedno písmeno.',
        'mixed' => ':attribute musí obsahovat alespoň jedno malé a jedno velké písmeno.',
        'numbers' => ':attribute musí obsahovat alespoň jednu číslici',
        'symbols' => ':attribute musí obsahovat alespoň jeden symbol.',
        'uncompromised' => ':attribute bylo nalezeno v uniklých datech. Prosím zvolte jiné :attribute.',
    ],
    'regex' => ':attribute nemá správný formát.',
    'required' => 'Pole :attribute nesmí být prázdné.',
    'required_if' => 'Pole :attribute musí být vyplněno když :other je :value.',
    'size' => [
        'string' => ':attribute musí mít délku :size znaků.',
    ],
    'unique' => 'Hodnotu v poli :attribute už někdo používá.',
    'url' => ':attribute musí být validní URL.',

    /*
    |--------------------------------------------------------------------------
    | 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' => [
        'accnote' => [
            'regex' => 'Povolené znaky jsou písmena, číslice a $%*+-./:',
            'required_with' => 'Poznámka k platbě je povinná při platbě na účet'
        ],
        'calibrationwpn' =>      [ 'required_unless' => 'Pole :attribute nesmí být prázdné', ],
        'contest_category_id' => [ 'required_unless' => 'Pole :attribute nesmí být prázdné', ],
        'contest_division_id' => [ 'required_unless' => 'Vyber divizi zbraně, kterou budeš střílet.', ],
        'director_id' =>         [ 'required_unless' => 'Pole :attribute nesmí být prázdné', ],
        'division' =>            [ 'required' => 'Vyber divizi zbraně, kterou budeš střílet.', ],
        'licence_number' =>      [ 'regex' => 'Formát Čísla ZP je AL000000 nebo ZP000000, EZP zadej jako EZP-0000000'],
        'offsiteregurl' =>       [ 'required_if' => 'Pro zvolený způsob registrace je zapotřebí vyplnit :attribute', ],
        'rangemaster_id' =>      [ 'required_unless' => 'Pole :attribute nesmí být prázdné', ],
        'referee' =>             [ 'accepted_if' => 'Při registraci do squadu R musíš pískat/pomáhat.', ],
        'registration_start' =>  [ 'required_if' => 'Pro zvolený způsob registrace je zapotřebí vyplnit :attribute', ],
        'registration_end' =>    [ 'required_if' => 'Pro zvolený způsob registrace je zapotřebí vyplnit :attribute', ],
        'restrictionstext' =>    [ 'required_with' => 'Při volbě :values musíš vyplnit podrobnosti', ],
        'squad' => [
            'capacity' => 'Vybraný squad byl již naplněn.',
            'declined_if' => 'Pokud chceš rozhodcovat/pomáhat vyber squad R.',
            'required' => 'Vyber squad, ve kterém budeš střílet',
        ],
        'username' =>            'Použití přihlašovacího jména \':input\' není dovolené.',
    ],

    /*
    |--------------------------------------------------------------------------
    | Custom Validation Attributes
    |--------------------------------------------------------------------------
    |
    | The following language lines are used to swap our attribute placeholder
    | with something more reader friendly such as "E-Mail Address" instead
    | of "email". This simply helps us make our message more expressive.
    |
    */

    'attributes' => [
        'name'                  => __('Name'),
        'firstname'             => __('First name'),
        'lastname'              => __('Lastname'),
        'namesuffix'            => __('Name suffix'),
        'username'              => __('Username'),
        'email'                 => __('Email'),
        'repeatemail'           => __('Repeat email'),
        'password'              => __('Password'),
        'g-recaptcha-response'  => 'hodnota Captcha',
        'user_id'               => __('Shooter'),
        'gdpr'                  => __('GDPR rules acceptance'),

        'current_password'      => __('Current Password'),

        'phone'                 => __('Phone number'),
        'phone_number'          => __('Phone number'),
        'licence_number'        => __('Licence number'),
        'lex_hash'              => __('LEX membership control code'),

        'contestname'           => __('Contest name'),
        'date'                  => __('Contest date'),
        'range_id'              => __('Range'),
        'contest_category_id'   => __('Contest category'),
        'contest_level_id'      => __('Contest level'),
        'registration_type'     => __('Registration type'),
        'registration_start'    => __('Online registration start'),
        'registration_end'      => __('Online registration end'),
        'director_id'           => __('Contest director'),
        'rangemaster_id'        => __('Range master'),
        'organizer_group_id'    => __('Organizer'),
        'presentation_start'    => __('Presentation start'),
        'presentation_end'      => __('Presentation end'),
        'contest_start'         => __('Contest start'),
        'contest_end'           => __('Contest end'),
        'feelex'                => __('LEX member entry fee'),
        'feeothers'             => __('Other contestants entry fee'),
        'protestdeposit'        => __('Protest deposit'),
        'offsiteregurl'         => __('External registration URL'),
        'organizeremail'        => __('Organizer email'),

        'accountnumber'         => __('Account number'),
        'accvarsym'             => __('Variable symbol'),
        'accnote'               => __('Payment note'),

        'stages'                => __('Number of stages'),
        'squads'                => __('Number of squads'),
        'capacity'              => __('Capacity'),
        'calibrationwpn'        => __('Calibration weapon/ammunition'),

        'instructions'          => __('Instructions'),
        'restrictions'          => __('Other requirements/restrictions'),
        'restrictionstext'      => __('Other requirements/restrictions'),

        'presentation_start.0'  => __('Presentation start'),
        'presentation_start.1'  => __('Presentation start') . ' sq. 1',
        'presentation_start.2'  => __('Presentation start') . ' sq. 2',
        'presentation_start.3'  => __('Presentation start') . ' sq. 3',
        'presentation_start.4'  => __('Presentation start') . ' sq. 4',
        'presentation_start.5'  => __('Presentation start') . ' sq. 5',
        'presentation_start.6'  => __('Presentation start') . ' sq. 6',
        'presentation_start.7'  => __('Presentation start') . ' sq. 7',
        'presentation_start.8'  => __('Presentation start') . ' sq. 8',
        'presentation_start.9'  => __('Presentation start') . ' sq. 9',
        'presentation_start.10' => __('Presentation start') . ' sq. 10',

        'presentation_end.0'    => __('Presentation end'),
        'presentation_end.1'    => __('Presentation end') . ' sq. 1',
        'presentation_end.2'    => __('Presentation end') . ' sq. 2',
        'presentation_end.3'    => __('Presentation end') . ' sq. 3',
        'presentation_end.4'    => __('Presentation end') . ' sq. 4',
        'presentation_end.5'    => __('Presentation end') . ' sq. 5',
        'presentation_end.6'    => __('Presentation end') . ' sq. 6',
        'presentation_end.7'    => __('Presentation end') . ' sq. 7',
        'presentation_end.8'    => __('Presentation end') . ' sq. 8',
        'presentation_end.9'    => __('Presentation end') . ' sq. 9',
        'presentation_end.10'   => __('Presentation end') . ' sq. 10',

        'contest_start.0'       => __('Contest start'),
        'contest_start.1'       => __('Contest start') . ' sq. 1',
        'contest_start.2'       => __('Contest start') . ' sq. 2',
        'contest_start.3'       => __('Contest start') . ' sq. 3',
        'contest_start.4'       => __('Contest start') . ' sq. 4',
        'contest_start.5'       => __('Contest start') . ' sq. 5',
        'contest_start.6'       => __('Contest start') . ' sq. 6',
        'contest_start.7'       => __('Contest start') . ' sq. 7',
        'contest_start.8'       => __('Contest start') . ' sq. 8',
        'contest_start.9'       => __('Contest start') . ' sq. 9',
        'contest_start.10'      => __('Contest start') . ' sq. 10',

        'contest_end.0'         => __('Contest end'),
        'contest_end.1'         => __('Contest end') . ' sq. 1',
        'contest_end.2'         => __('Contest end') . ' sq. 2',
        'contest_end.3'         => __('Contest end') . ' sq. 3',
        'contest_end.4'         => __('Contest end') . ' sq. 4',
        'contest_end.5'         => __('Contest end') . ' sq. 5',
        'contest_end.6'         => __('Contest end') . ' sq. 6',
        'contest_end.7'         => __('Contest end') . ' sq. 7',
        'contest_end.8'         => __('Contest end') . ' sq. 8',
        'contest_end.9'         => __('Contest end') . ' sq. 9',
        'contest_end.10'        => __('Contest end') . ' sq. 10',

        'contest_division_id'   => __('Division'),
        'squad'                 => __('Squad'),
        'note'                  => __('Note'),

        'location'              => __('Location'),
    ],
];

Zerion Mini Shell 1.0