Files
getgreen-backend/lang/uz/validation.php

149 lines
7.0 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
*/
'accepted' => ':attribute qabul qilinishi kerak.',
'active_url' => ':attribute notogri URL.',
'after' => ':attribute :date dan keyin bolishi kerak.',
'after_or_equal' => ':attribute :date ga teng yoki keyin bolishi kerak.',
'alpha' => ':attribute faqat harflarni qabul qiladi.',
'alpha_dash' => ':attribute faqat harflarni, raqamlarni va chiziqchalarni qabul qiladi.',
'alpha_num' => ':attribute faqat harflarni va raqamlarni qabul qiladi.',
'array' => ':attribute toplam bolishi kerak.',
'before' => ':attribute :date dan oldin bolishi kerak.',
'before_or_equal' => ':attribute :date ga teng yoki oldin bolishi kerak.',
'between' => [
'numeric' => ':attribute :min va :max orasida bolishi kerak.',
'file' => ':attribute :min va :max kilobayt orasida bolishi kerak.',
'string' => ':attribute :min va :max belgi orasida bolishi kerak.',
'array' => ':attribute :min va :max elementlar orasida bolishi kerak.',
],
'boolean' => ':attribute maydoni faqat mantiqiy qiymatni qabul qiladi.',
'confirmed' => ':attribute tasdiqlash mos kelmadi.',
'date' => ':attribute sana emas.',
'date_equals' => ':attribute :date ga teng bolishi kerak.',
'date_format' => ':attribute :format formatga mos kelmaydi.',
'different' => ':attribute va :other farqli bolishi kerak.',
'digits' => ':attribute :digits raqamdan iborat bolishi kerak.',
'digits_between' => ':attribute uzunligi :min va :max orasida bolishi kerak.',
'dimensions' => ':attribute notogri tasvir olchamlari.',
'distinct' => ':attribute maydoni takrorlanuvchi qiymatlarga ega.',
'email' => ':attribute elektron pochta manzili bolishi kerak.',
'ends_with' => ':attribute quyidagi qiymatlardan biri bilan tugashi kerak: :values',
'exists' => 'Tanlangan :attribute notogri.',
'file' => ':attribute fayl bolishi kerak.',
'filled' => ':attribute maydoni toldirilishi shart.',
'gt' => [
'numeric' => ':attribute :value dan katta bolishi kerak.',
'file' => ':attribute :value kilobaytdan katta bolishi kerak.',
'string' => ':attribute :value belgidan kop bolishi kerak.',
'array' => ':attribute :value elementdan kop bolishi kerak.',
],
'gte' => [
'numeric' => ':attribute :value dan katta yoki teng bolishi kerak.',
'file' => ':attribute :value kilobaytdan katta yoki teng bolishi kerak.',
'string' => ':attribute :value belgidan kop yoki teng bolishi kerak.',
'array' => ':attribute :value elementdan kop yoki teng bolishi kerak.',
],
'image' => ':attribute rasm bolishi kerak.',
'in' => 'Tanlangan :attribute notogri.',
'in_array' => ':attribute maydoni :other da mavjud emas.',
'integer' => ':attribute butun son bolishi kerak.',
'ip' => ':attribute haqiqiy IP manzil bolishi kerak.',
'ipv4' => ':attribute haqiqiy IPv4 manzil bolishi kerak.',
'ipv6' => ':attribute haqiqiy IPv6 manzil bolishi kerak.',
'json' => ':attribute JSON qatori bolishi kerak.',
'lt' => [
'numeric' => ':attribute :value dan kichik bolishi kerak.',
'file' => ':attribute :value kilobaytdan kichik bolishi kerak.',
'string' => ':attribute :value belgidan kam bolishi kerak.',
'array' => ':attribute :value elementdan kam bolishi kerak.',
],
'lte' => [
'numeric' => ':attribute :value dan kichik yoki teng bolishi kerak.',
'file' => ':attribute :value kilobaytdan kichik yoki teng bolishi kerak.',
'string' => ':attribute :value belgidan kam yoki teng bolishi kerak.',
'array' => ':attribute :value elementdan kam yoki teng bolishi kerak.',
],
'max' => [
'numeric' => ':attribute :max dan katta bolmasligi kerak.',
'file' => ':attribute :max kilobaytdan katta bolmasligi kerak.',
'string' => ':attribute :max belgidan kop bolmasligi kerak.',
'array' => ':attribute :max elementdan kop bolmasligi kerak.',
],
'mimes' => ':attribute quyidagi turlardan biri bolishi kerak: :values.',
'mimetypes' => ':attribute quyidagi turlardan biri bolishi kerak: :values.',
'min' => [
'numeric' => ':attribute kamida :min bolishi kerak.',
'file' => ':attribute kamida :min kilobayt bolishi kerak.',
'string' => ':attribute kamida :min belgi bolishi kerak.',
'array' => ':attribute kamida :min element bolishi kerak.',
],
'not_in' => 'Tanlangan :attribute notogri.',
'not_regex' => ':attribute formati notogri.',
'numeric' => ':attribute raqam bolishi kerak.',
'present' => ':attribute maydoni korsatilishi kerak.',
'regex' => ':attribute formati notogri.',
'required' => ':attribute maydoni toldirilishi shart.',
'required_if' => ':attribute maydoni :other :value ga teng bolsa, toldirilishi shart.',
'required_unless' => ':attribute maydoni :other :values ga teng bolmasa, toldirilishi shart.',
'required_with' => ':values korsatilgan bolsa, :attribute maydoni toldirilishi shart.',
'required_with_all' => ':values korsatilgan bolsa, :attribute maydoni toldirilishi shart.',
'required_without' => ':values korsatilmagan bolsa, :attribute maydoni toldirilishi shart.',
'required_without_all' => ':values laridan hech biri korsatilmagan bolsa, :attribute maydoni toldirilishi shart.',
'same' => ':attribute va :other mos kelishi kerak.',
'size' => [
'numeric' => ':attribute :size bolishi kerak.',
'file' => ':attribute :size kilobayt bolishi kerak.',
'string' => ':attribute :size belgi bolishi kerak.',
'array' => ':attribute :size elementga ega bolishi kerak.',
],
'starts_with' => ':attribute quyidagi qiymatlardan biri bilan boshlanishi kerak: :values',
'string' => ':attribute qator bolishi kerak.',
'timezone' => ':attribute haqiqiy mintaqaviy zonada bolishi kerak.',
'unique' => ':attribute allaqachon band qilingan.',
'uploaded' => ':attribute yuklash muvaffaqiyatsiz tugadi.',
'url' => ':attribute formati notogri.',
'uuid' => ':attribute haqiqiy UUID bolishi kerak.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
*/
'attributes' => [],
];