This commit is contained in:
Gregory Letellier
2023-11-28 12:13:50 +01:00
commit d5b3ccabd9
537 changed files with 32146 additions and 0 deletions

9
lang/uz_Latn/auth.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
declare(strict_types=1);
return [
'failed' => 'Bunday maʼlumotlarga ega foydalanuvchi mavjud emas.',
'password' => 'Notogri parol.',
'throttle' => 'Kirish uchun juda kop urinishlar aniqlandi. Iltimos :seconds soniyadan song yana urinib koring.',
];

View File

@@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
return [
'next' => 'Keyingi &raquo;',
'previous' => '&laquo; Oldingi',
];

View File

@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
return [
'reset' => 'Sizning parolingiz tiklandi!',
'sent' => 'Parolni tiklash havolasini elektron pochta orqali yubordik!',
'throttled' => 'Iltimos birozdan song qayta urinib koring.',
'token' => 'Ushbu parolni qayta tiklash kodi notogri.',
'user' => 'Ushbu elektron pochta manziliga ega foydalanuvchi topilmadi.',
];

217
lang/uz_Latn/validation.php Normal file
View File

@@ -0,0 +1,217 @@
<?php
declare(strict_types=1);
return [
'accepted' => ':Attribute ni qabul qilishingiz kerak.',
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
'active_url' => ':Attribute ga notogri URL kiritildi.',
'after' => ':Attribute da sana :date dan keyin bolishi kerak.',
'after_or_equal' => ':Attribute da sana :date ga teng yoki undan keyin bolishi kerak.',
'alpha' => ':Attribute faqat harflarni qabul qilishi mumkin.',
'alpha_dash' => ':Attribute faqat harflar, sonlar va chiziqchalarni qabul qilishi mumkin.',
'alpha_num' => ':Attribute faqat harflar va sonlarni qabul qilishi mumkin.',
'array' => ':Attribute qatordan iborat bolishi kerak.',
'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
'before' => ':Attribute da sana :date gacha bolishi kerak.',
'before_or_equal' => ':Attribute da sana :date ga teng yoki undan oldin bolishi kerak.',
'between' => [
'array' => ':Attribute dagi elementlar soni :min va :max orasida bolishi kerak.',
'file' => ':Attribute dagi faylning hajmi :min va :max kilobayt orasida bolishi kerak.',
'numeric' => ':Attribute ning qiymati :min va :max orasida bolishi kerak.',
'string' => ':Attribute dagi belgilar soni :min va :max orasida bolishi kerak.',
],
'boolean' => ':Attribute maydoni faqat mantiqiy qiymatni qabul qiladi.',
'can' => 'The :attribute field contains an unauthorized value.',
'confirmed' => ':Attribute tasdiqlangani bilan mos kelmadi.',
'current_password' => 'The password is incorrect.',
'date' => ':Attribute sana emas.',
'date_equals' => ':Attribute sana :date ga teng bolishi kerak.',
'date_format' => ':Attribute maydoni :format formatga mos kelmadi.',
'decimal' => 'The :attribute must have :decimal decimal places.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => ':Attribute va :other maydonlari farqli bolishi kerak.',
'digits' => ':Attribute :digits raqamdan iborat bolishi kerak.',
'digits_between' => ':Attribute uzunligi :min va :max orasida bolishi kerak.',
'dimensions' => ':Attribute notogri tasvir olchamlarga ega.',
'distinct' => ':Attribute maydoni takrorlanuvchi qiymatlardan iborat.',
'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
'email' => ':Attribute haqiqiy elektron pochta manzili bolishi kerak.',
'ends_with' => ':Attribute quyidagi qiymatlarning biri bilan tugashi kerak: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => ':Attribute uchun tanlangan qiymat notogri.',
'file' => ':Attribute fayl bolishi kerak.',
'filled' => ':Attribute maydoni toldirilishi shart.',
'gt' => [
'array' => ':Attribute dagi elementlar soni :value dan katta bolishi kerak.',
'file' => ':Attribute fayl hajmi :value kilobaytdan katta bolishi kerak.',
'numeric' => ':Attribute maydoni :value dan katta bolishi kerak.',
'string' => ':Attribute dagi belgilar soni :value dan katta bolishi kerak.',
],
'gte' => [
'array' => ':Attribute dagi elementlar soni :value dan katta yoki teng bolishi kerak.',
'file' => ':Attribute fayl hajmi :value kilobaytdan katta yoki teng bolishi kerak.',
'numeric' => ':Attribute maydoni :value dan katta yoki teng bolishi kerak.',
'string' => ':Attribute dagi belgilar soni :value dan katta yoki teng bolishi kerak.',
],
'image' => ':Attribute tasvir (rasm) bolishi kerak.',
'in' => ':Attribute uchun tanlangan qiymat xato.',
'in_array' => ':Attribute maydonining qiymati :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.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => ':Attribute dagi elementlar soni :value dan kichik bolishi kerak.',
'file' => ':Attribute dagi fayl hajmi :value kilobaytdan kichik bolishi kerak.',
'numeric' => ':Attribute maydoni :value dan kichik bolishi kerak.',
'string' => ':Attribute dagi belgilar soni :value dan kichik bolishi kerak.',
],
'lte' => [
'array' => ':Attribute dagi elementlar soni :value dan kichik yoki teng bolishi kerak.',
'file' => ':Attribute fayl hajmi :value kilobaytdan kichik yoki teng bolishi kerak.',
'numeric' => ':Attribute maydoni :value dan kichik yoki teng bolishi kerak.',
'string' => ':Attribute dagi belgilar soni :value dan kichik yoki teng bolishi kerak.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => ':Attribute ning elementlar soni :max tadan oshmasligi kerak.',
'file' => ':Attribute dagi faylning hajmi :max kilobaytdan oshmasligi kerak.',
'numeric' => ':Attribute ning qiymati :max dan oshmasligi kerak.',
'string' => ':Attribute ning belgilar soni :max tadan oshmasligi kerak.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => ':Attribute dagi fayl quyidagi turlardan biri bolishi kerak: :values.',
'mimetypes' => ':Attribute dagi fayl quyidagi turlardan biri bolishi kerak: :values.',
'min' => [
'array' => ':Attribute dagi elementlar soni :min tadan kam bolmasligi kerak.',
'file' => ':Attribute dagi faylning hajmi :min kilobaytdan kam bolmasligi kerak.',
'numeric' => ':Attribute ning qiymati :min dan kam bolmasligi kerak.',
'string' => ':Attribute dagi belgilar soni :min tadan kam bolmasligi kerak.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'missing' => 'The :attribute field must be missing.',
'missing_if' => 'The :attribute field must be missing when :other is :value.',
'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
'missing_with' => 'The :attribute field must be missing when :values is present.',
'missing_with_all' => 'The :attribute field must be missing when :values are present.',
'multiple_of' => ':Attribute bir nechta :value bo\'lishi kerak',
'not_in' => ':Attribute uchun tanlangan qiymat xato.',
'not_regex' => ':Attribute uchun tanlangan format xato.',
'numeric' => ':Attribute son bolishi kerak.',
'password' => [
'letters' => 'The :attribute must contain at least one letter.',
'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
'numbers' => 'The :attribute must contain at least one number.',
'symbols' => 'The :attribute must contain at least one symbol.',
'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
],
'present' => ':Attribute maydoni korsatilishi kerak.',
'prohibited' => ':Attribute maydon taqiqlanadi.',
'prohibited_if' => ':Attribute maydon :other :value bo\'lganda taqiqlanadi.',
'prohibited_unless' => ':Attribute sohasida ekan taqiqlanadi :other yilda :values.',
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => ':Attribute maydoni xato formatda.',
'required' => ':Attribute maydoni toldirilishi shart.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => ':Other maydoni :value ga teng bolsa, :attribute maydoni toldirilishi shart.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => ':Other maydoni :values ga teng bolmasa, :attribute maydoni 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 lardan hech biri korsatilmagan bolsa, :attribute maydoni toldirilishi shart.',
'same' => ':Attribute ning qiymati :other bilan bir xil bolishi kerak.',
'size' => [
'array' => ':Attribute dagi elementlar soni :size ga teng bolishi kerak.',
'file' => ':Attribute dagi faylning hajmi :size kilobaytga teng bolishi kerak.',
'numeric' => ':Attribute qiymati :size ga teng bolishi kerak.',
'string' => ':Attribute dagi belgilar soni :size ga teng bolishi kerak.',
],
'starts_with' => ':Attribute quyidagi qiymatlardan biri bilan boshlanishi kerak: :values.',
'string' => ':Attribute qator bolishi kerak.',
'timezone' => ':Attribute ning qiymati mavjud vaqt mintaqasi bolishi kerak.',
'ulid' => 'The :attribute must be a valid ULID.',
'unique' => ':Attribute maydonining bunday qiymati mavjud. Iltimos boshqa qiymat kiriting.',
'uploaded' => ':Attribute ni yuklash muvaffaqiyatli amalga oshmadi.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => ':Attribute notogri formatga ega.',
'uuid' => ':Attribute togri UUID qiymatga ega bolishi kerak.',
'attributes' => [
'address' => 'manzil',
'age' => 'yosh',
'amount' => 'amount',
'area' => 'area',
'available' => 'mavjud',
'birthday' => 'birthday',
'body' => 'body',
'city' => 'shahar',
'content' => 'kontent',
'country' => 'davlat',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'sana',
'date_of_birth' => 'date of birth',
'day' => 'kun',
'deleted_at' => 'deleted at',
'description' => 'izoh',
'district' => 'district',
'duration' => 'duration',
'email' => 'elektron manzil',
'excerpt' => 'parcha',
'filter' => 'filter',
'first_name' => 'ism',
'gender' => 'jins',
'group' => 'group',
'hour' => 'soat',
'image' => 'image',
'last_name' => 'familiya',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'message',
'middle_name' => 'middle name',
'minute' => 'daqiqa',
'mobile' => 'mobil telefon',
'month' => 'oy',
'name' => 'ism',
'national_code' => 'national code',
'number' => 'number',
'password' => 'parol',
'password_confirmation' => 'parolni tasdiqlash',
'phone' => 'telefon',
'photo' => 'photo',
'postal_code' => 'postal code',
'price' => 'price',
'province' => 'province',
'recaptcha_response_field' => 'recaptcha response field',
'remember' => 'remember',
'restored_at' => 'restored at',
'result_text_under_image' => 'result text under image',
'role' => 'role',
'second' => 'soniya',
'sex' => 'jins',
'short_text' => 'short text',
'size' => 'olcham',
'state' => 'state',
'street' => 'street',
'student' => 'student',
'subject' => 'subject',
'teacher' => 'teacher',
'terms' => 'terms',
'test_description' => 'test description',
'test_locale' => 'test locale',
'test_name' => 'test name',
'text' => 'text',
'time' => 'vaqt',
'title' => 'nomi',
'updated_at' => 'updated at',
'username' => 'nickname',
'year' => 'yil',
],
];