Вход Регистрация
Файл: lang/ug/validation.php
Строк: 120
<?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.
    |
    */

    
'accepted'             => ':attribute چوقۇم قوشۇلىشىڭىز كېرەك.',
    
'active_url'           => ':attribute ئىناۋەتلىك توربەت ئادىرىسى ئەمەس.',
    
'after'                => ':attribute چوقۇم :date دىن كىيىن بۇلىشى كېرەك.',
    
'after_or_equal'       => ':attribute چوقۇم :date غا تەڭ ياكى كىيىن بۇلىشى كېرەك.',
    
'alpha'                => ':attribute پەقەت ھەرىپلەردىن تۈزىلىشى كېرەك.',
    
'alpha_dash'           => ':attribute پەقەت ھەرىپ، سان-سىفىر ۋە يانتۇ سىزىقتىن تۈزەلگەن بۇلىشى كېرەك.',
    
'alpha_num'            => ':attribute پەقەت ھەرىپ ۋە سان-سىفىرلاردىن تۈزىلىشى كېرەك.',
    
'array'                => ':attribute چوقۇم بۇرۇن بۇلىشى كېرەك.',
    
'before'               => ':attribute چوقۇم :date دىن بۇرۇن بۇلىشى كېرەك.',
    
'before_or_equal'      => ':attribute چوقۇم :date غا تەڭ ياكى بۇرۇن بۇلىشى كېرەك.',
    
'between'              => [
        
'numeric' => ':attribute چوقۇم :min - :max ئارلىقىدا بۇلىشى كېرەك.',
        
'file'    => ':attribute چوقۇم :min - :max kb ئارلىقىدا بۇلىشى كېرەك.',
        
'string'  => ':attribute چوقۇم  :min - :max خەت ئارلىقىدا بۇلىشى كېرەك.',
        
'array'   => ':attribute چوقۇم  :min - :max بۆلەك ئارلىقىدا بۇلىشى كېرەك.',
    ],
    
'boolean'              => ':attribute چوقۇم بۇل قىممىتى بۇلىشى كېرەك.',
    
'confirmed'            => ':attribute ئىككى قېتىم كىرگۈزگەن قىممەت ئوخشاش بولمىدى.',
    
'date'                 => ':attribute بىر ئىناۋەتلىك ۋاقىت ئەمەس.',
    
'date_equals'          => 'The :attribute must be a date equal to :date.',
    
'date_format'          => ':attribute تىپى چوقۇم :format بۇلىشى كېرەك.',
    
'different'            => ':attribute بىلەن :other چوقۇم ئوخشاش بۇلىشى كېرەك.',
    
'digits'               => ':attribute چوقۇم :digits خانىلىق سان بۇلىشى كېرەك.',
    
'digits_between'       => ':attribute چوقۇم  :min بىلەن :max ئارلىقىدىكى سان بۇلىشى كېرەك.',
    
'dimensions'           => ':attribute رەسىم ئۆلچىمى ئىناۋەتسىز.',
    
'distinct'             => ':attribute ئاللابۇرۇن مەۋجۈت.',
    
'email'                => ':attribute ئىناۋەتلىك تورخەت ئادىرىسى ئەمەس.',
    
'ends_with'            => 'The :attribute must end with one of the following: :values',
    
'exists'               => ':attribute مەۋجۇت ئەمەس.',
    
'file'                 => ':attribute چوقۇم ھۆججەت بۇلىشى كېرەك.',
    
'filled'               => ':attribute قۇرۇق بولسا بولمايدۇ.',
    
'gt'                   => [
        
'numeric' => 'The :attribute must be greater than :value.',
        
'file'    => 'The :attribute must be greater than :value kilobytes.',
        
'string'  => 'The :attribute must be greater than :value characters.',
        
'array'   => 'The :attribute must have more than :value items.',
    ],
    
'gte'                  => [
        
'numeric' => 'The :attribute must be greater than or equal :value.',
        
'file'    => 'The :attribute must be greater than or equal :value kilobytes.',
        
'string'  => 'The :attribute must be greater than or equal :value characters.',
        
'array'   => 'The :attribute must have :value items or more.',
    ],
    
'image'                => ':attribute چوقۇم رەسىم ھۆججىتى بۇلىشى كېرەك.',
    
'in'                   => 'تاللانغان قىممەت :attribute ئىناۋەتسىز',
    
'in_array'             => ':attribute :other نىڭ ئىچىدە ئەمەس.',
    
'integer'              => ':attribute چوقۇم پۈتۈن سان بۇلىشى كېرەك',
    
'ip'                   => ':attribute چوقۇم ئىناۋەتلىك IP ئادىرىسى بۇلىشى كېرەك.',
    
'ipv4'                 => ':attribute چوقۇم ئىناۋەتلىك IPv4 ئادىرىسى بۇلىشى كېرەك.',
    
'ipv6'                 => ':attribute چوقۇم ئىناۋەتلىك IPv6 ئادىرىسى بۇلىشى كېرەك.',
    
'json'                 => ':attribute چوقۇم ئىناۋەتلىك JSON تىپى بۇلىشى كېرەك.',
    
'lt'                   => [
        
'numeric' => 'The :attribute must be less than :value.',
        
'file'    => 'The :attribute must be less than :value kilobytes.',
        
'string'  => 'The :attribute must be less than :value characters.',
        
'array'   => 'The :attribute must have less than :value items.',
    ],
    
'lte'                  => [
        
'numeric' => 'The :attribute must be less than or equal :value.',
        
'file'    => 'The :attribute must be less than or equal :value kilobytes.',
        
'string'  => 'The :attribute must be less than or equal :value characters.',
        
'array'   => 'The :attribute must not have more than :value items.',
    ],
    
'max'                  => [
        
'numeric' => ':attribute :max دىن چوڭ بولماسلىكى كېرەك.',
        
'file'    => ':attribute :max kb دىن چوڭ بولماسلىكى كېرەك.',
        
'string'  => ':attribute چوڭ-كىچىكلىكى :max خەتتىن ئېشىپ كەتمەسلىكى كېرەك.',
        
'array'   => ':attribute ئەڭ كۆپ بولغاندا :max بۆلەك',
    ],
    
'mimes'                => ':attribute چوقۇم بىر :values تىپىدىكى ھۆججەت بۇلىشى كېرەك.',
    
'mimetypes'            => ':attribute چوقۇم بىر :values تىپىدىكى ھۆججەت بۇلىشى كېرەك.',
    
'min'                  => [
        
'numeric' => ':attribute چوقۇم :min تەڭ ياكى چوڭ بۇلىشى كېرەك.',
        
'file'    => ':attribute چوڭ-كىچىكلىكى چوقۇم :min kb دىن كىچىك بولماسلىقى كېرەك.',
        
'string'  => ':attribute ئەڭ ئاز بولغاندا :min خەت بۇلىشى كېرەك.',
        
'array'   => ':attribute ئەڭ ئاز بولغاندا :min بۆلەك بۇلىشى كېرەك.',
    ],
    
'not_in'               => 'تاللانغان قىممەت :attribute ئىناۋەتسىز.',
    
'not_regex'            => 'The :attribute format is invalid.',
    
'numeric'              => ':attribute چوقۇم سان-سىفىر بۇلىشى كېرەك.',
    
'present'              => ':attribute چوقۇم مەۋجۇت بۇلىشى كېرەك.',
    
'regex'                => ':attribute ھۆججەت تىپى ئىناۋەتسىز.',
    
'required'             => ':attribute قۇرۇق بولسا بولمايدۇ.',
    
'required_if'          => ':other :value بولغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
    
'required_unless'      => ':other :values بولمىغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
    
'required_with'        => ':values مەۋجۈت بولغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
    
'required_with_all'    => ':values مەۋجۈت بولغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
    
'required_without'     => ':values مەۋجۈت بولمىغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
    
'required_without_all' => ':values ھەممىسى مەۋجۈت بولمىغاندا :attribute قۇرۇق بولسا بولمايدۇ.',
    
'same'                 => ':attribute بىلەن :other چوقۇم ئوخشاش بۇلىشى كېرەك.',
    
'size'                 => [
        
'numeric' => ':attribute چوڭ-كىچىكلىكى چوقۇم :size بۇلىشى كېرەك.',
        
'file'    => ':attribute چوڭ-كىچىكلىكى چوقۇم :size kb بۇلىشى كېرەك.',
        
'string'  => ':attribute چوقۇم :size خەت.',
        
'array'   => ':attribute چوقۇم :size بۆلەك.',
    ],
    
'starts_with'          => 'The :attribute must start with one of the following: :values',
    
'string'               => ':attribute چوقۇم بىر ھەرىپ بەلگە تىزىقى بۇلىشى كېرەك.',
    
'timezone'             => ':attribute چوقۇم ئىناۋەتلىك ۋاقىت رايونى بۇلىشى كېرەك.',
    
'unique'               => ':attribute ئاللابۇرۇن مەۋجۈت.',
    
'uploaded'             => ':attribute يوللاش مەغلۇپ بولدى.',
    
'url'                  => ':attribute ھۆججەت تىپى ئىناۋەتسىز.',
    
'uuid'                 => 'The :attribute must be a valid UUID.',

    
/*
    |--------------------------------------------------------------------------
    | 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' => [
        
'attribute-name' => [
            
'rule-name' => 'custom-message',
        ],
    ],

    
/*
    |--------------------------------------------------------------------------
    | 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' => [
        
'name'                  => 'ئىسمى',
        
'username'              => 'قوللانچى نامى',
        
'email'                 => 'تورخەت ئادىرىسى',
        
'first_name'            => 'ئىسىم',
        
'last_name'             => 'فامىلە',
        
'password'              => 'پارول',
        
'password_confirmation' => 'پارول جەزىملەش',
        
'city'                  => 'شەھەر',
        
'country'               => 'دۆلەت',
        
'address'               => 'ئادىرىس',
        
'phone'                 => 'تېلىفۇن',
        
'mobile'                => 'يانفۇن',
        
'age'                   => 'يېشى',
        
'sex'                   => 'جىنسى',
        
'gender'                => 'جىنسى',
        
'day'                   => 'كۈن',
        
'month'                 => 'ئاي',
        
'year'                  => 'يىل',
        
'hour'                  => 'سائەت',
        
'minute'                => 'مىنۇت',
        
'second'                => 'سېكۇنت',
        
'title'                 => 'تېما',
        
'content'               => 'مەزمۇن',
        
'description'           => 'تەسۋىرلەش',
        
'excerpt'               => 'مۇھىم مەزمۇن',
        
'date'                  => 'چېسلا',
        
'time'                  => 'سائەت',
        
'available'             => 'ئىشلىتىلىشچان',
        
'size'                  => 'چوڭ كىچىكلىكى',
    ],
];
Онлайн: 1
Реклама