add Laravel languages

This commit is contained in:
Benjamin Takats
2022-12-01 10:37:32 +01:00
parent 3e48bc0bd3
commit 464a255188
479 changed files with 72200 additions and 769 deletions

210
lang/mn/validation.php Normal file
View File

@@ -0,0 +1,210 @@
<?php
declare(strict_types=1);
return [
'accepted' => ':Attribute баталсан байх шаардлагатай.',
'accepted_if' => 'The :attribute must be accepted when :other is :value.',
'active_url' => ':Attribute талбарт зөв URL хаяг оруулна уу.',
'after' => ':Attribute талбарт :date-с хойш огноо оруулна уу.',
'after_or_equal' => ':Attribute талбарт :date эсвэл түүнээс хойш огноо оруулна уу.',
'alpha' => ':Attribute талбарт латин үсэг оруулна уу.',
'alpha_dash' => ':Attribute талбарт латин үсэг, тоо болон зураас оруулах боломжтой.',
'alpha_num' => ':Attribute талбарт латин үсэг болон тоо оруулах боломжтой.',
'array' => ':Attribute талбар массив байх шаардлагатай.',
'attached' => 'Энэ нь :attribute аль хэдийн хавсаргасан байна.',
'before' => ':Attribute талбарт :date-с өмнөх огноо оруулна уу.',
'before_or_equal' => ':Attribute талбарт :date эсвэл түүнээс өмнөх огноо оруулна уу.',
'between' => [
'array' => ':Attribute массивт :min-:max элемэнт байх шаардлагатай.',
'file' => ':Attribute талбарт :min-:max килобайт хэмжээтэй файл оруулна уу.',
'numeric' => ':Attribute талбарт :min-:max хооронд тоо оруулна уу.',
'string' => ':Attribute талбарт :min-:max урттай текст оруулна уу.',
],
'boolean' => ':Attribute талбарын утга үнэн эсвэл худал байх шаардлагатай.',
'confirmed' => ':Attribute талбарын баталагажуулалт тохирохгүй байна.',
'current_password' => 'The password is incorrect.',
'date' => ':Attribute талбарт оруулсан огноо буруу байна.',
'date_equals' => ':Attribute нь :date онтой тэнцүү байх естой.',
'date_format' => ':Attribute талбарт :format хэлбэртэй огноо оруулна уу.',
'declined' => 'The :attribute must be declined.',
'declined_if' => 'The :attribute must be declined when :other is :value.',
'different' => ':Attribute талбарт :other -с өөр утга оруулах шаардлагатай.',
'digits' => ':Attribute талбарт дараах цифрүүдээс оруулах боломжтой. :digits.',
'digits_between' => ':Attribute талбарт :min-:max хоорондох цифр оруулах боломжтой.',
'dimensions' => ':Attribute талбарийн зургийн хэмжээс буруу байна.',
'distinct' => ':Attribute талбарт ялгаатай утга оруулах шаардлагатай.',
'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 талбарт зөв и-мэйл хаяг оруулах шаардлагатай.',
'ends_with' => ':Attribute дараах аль нэгийг нь дуусгах естой: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'Сонгогдсон :attribute буруу байна.',
'file' => ':Attribute талбарт файл оруулах шаардлагатай.',
'filled' => ':Attribute талбар шаардлагатай.',
'gt' => [
'array' => 'The :attribute must have more than :value items.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'numeric' => 'The :attribute must be greater than :value.',
'string' => 'The :attribute must be greater than :value characters.',
],
'gte' => [
'array' => 'The :attribute must have :value items or more.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'numeric' => 'The :attribute must be greater than or equal :value.',
'string' => 'The :attribute must be greater than or equal :value characters.',
],
'image' => ':Attribute талбарт зураг оруулна уу.',
'in' => 'Сонгогдсон :attribute буруу байна.',
'in_array' => ':Attribute талбарт оруулсан утга :other -д байхгүй байна.',
'integer' => ':Attribute талбарт бүхэл тоо оруулах шаардлагатай.',
'ip' => ':Attribute талбарт зөв IP хаяг оруулах шаардлагатай.',
'ipv4' => ':Attribute нь хүчинтэй ЦТ 4-р хаяг байх естой.',
'ipv6' => ':Attribute нь хүчин төгөлдөр Атв6 хаяг байх естой.',
'json' => ':Attribute талбарт зөв JSON тэмдэгт мөр оруулах шаардлагатай.',
'lowercase' => 'The :attribute must be lowercase.',
'lt' => [
'array' => 'The :attribute must have less than :value items.',
'file' => 'The :attribute must be less than :value kilobytes.',
'numeric' => 'The :attribute must be less than :value.',
'string' => 'The :attribute must be less than :value characters.',
],
'lte' => [
'array' => 'The :attribute must not have more than :value items.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'numeric' => 'The :attribute must be less than or equal :value.',
'string' => 'The :attribute must be less than or equal :value characters.',
],
'mac_address' => 'The :attribute must be a valid MAC address.',
'max' => [
'array' => ':Attribute талбарт хамгийн ихдээ :max элемэнт оруулах боломжтой.',
'file' => ':Attribute талбарт :max килобайтаас бага хэмжээтэй файл оруулна уу.',
'numeric' => ':Attribute талбарт :max буюу түүнээс бага утга оруулна уу.',
'string' => ':Attribute талбарт :max-с бага урттай текст оруулна уу.',
],
'max_digits' => 'The :attribute must not have more than :max digits.',
'mimes' => ':Attribute талбарт дараах төрлийн файл оруулах боломжтой: :values.',
'mimetypes' => ':Attribute талбарт дараах төрлийн файл оруулах боломжтой: :values.',
'min' => [
'array' => ':Attribute талбарт хамгийн багадаа :min элемэнт оруулах боломжтой.',
'file' => ':Attribute талбарт :min килобайтаас их хэмжээтэй файл оруулна уу.',
'numeric' => ':Attribute талбарт :min буюу түүнээс их тоо оруулна уу.',
'string' => ':Attribute талбарт :min буюу түүнээс их үсэг бүхий текст оруулна уу.',
],
'min_digits' => 'The :attribute must have at least :min digits.',
'multiple_of' => ':Attribute нь олон байх естой :value',
'not_in' => 'Буруу :attribute сонгогдсон байна.',
'not_regex' => ':Attribute хэлбэр нь хүчин төгөлдөр бус байна.',
'numeric' => ':Attribute талбарт тоон утга оруулна уу.',
'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 талбар байх шаардлагатай.',
'prohibited' => ':Attribute талбар нь хориглоно.',
'prohibited_if' => ':Other нь :value үед :attribute талбар нь хориглоно.',
'prohibited_unless' => ':Attribute салбарт бол хориглоно :other нь :values.',
'prohibits' => 'The :attribute field prohibits :other from being present.',
'regex' => ':Attribute талбарт оруулсан утга буруу байна.',
'relatable' => 'Энэ нь :attribute энэ нөөц холбоотой байж болно.',
'required' => ':Attribute талбар шаардлагатай.',
'required_array_keys' => 'The :attribute field must contain entries for: :values.',
'required_if' => 'Хэрэв :other :value бол :attribute табларт утга оруулах шаардлагатай.',
'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
'required_unless' => ':Other :values дотор байхгүй бол :attribute талбарт утга оруулах шаардлагатай.',
'required_with' => ':Values утгуудийн аль нэг байвал :attribute талбар шаардлагатай.',
'required_with_all' => ':Values утгууд байвал :attribute талбар шаардлагатай.',
'required_without' => ':Attribute талбар нь :values байхгүй үед шаардлагатай байна.',
'required_without_all' => 'Аль нь ч байхгүй үед :attribute талбар шаардлагатай байна :values байгаа.',
'same' => ':Attribute болон :other тохирох естой.',
'size' => [
'array' => ':Attribute :size элемэнттэй байх шаардлагатай.',
'file' => ':Attribute :size килобайт хэмжээтэй байх шаардлагатай.',
'numeric' => ':Attribute :size хэмжээтэй байх шаардлагатай.',
'string' => ':Attribute :size тэмдэгтийн урттай байх шаардлагатай.',
],
'starts_with' => ':Attribute дараах аль нэг нь эхлэх естой: :values.',
'string' => ':Attribute талбарт текст оруулна уу.',
'timezone' => ':Attribute талбарт зөв цагийн бүс оруулна уу.',
'unique' => 'Оруулсан :attribute аль хэдий нь бүртгэгдсэн байна.',
'uploaded' => ':Attribute талбарт оруулсан файлыг хуулхад алдаа гарлаа.',
'uppercase' => 'The :attribute must be uppercase.',
'url' => ':Attribute зөв url хаяг оруулна уу.',
'uuid' => ':Attribute хүчин төгөлдөр хуучин төгөлдөр улс байх естой.',
'attributes' => [
'address' => 'address',
'age' => 'age',
'amount' => 'amount',
'area' => 'area',
'available' => 'available',
'birthday' => 'birthday',
'body' => 'body',
'city' => 'city',
'content' => 'content',
'country' => 'country',
'created_at' => 'created at',
'creator' => 'creator',
'current_password' => 'current password',
'date' => 'date',
'date_of_birth' => 'date of birth',
'day' => 'day',
'deleted_at' => 'deleted at',
'description' => 'description',
'district' => 'district',
'duration' => 'duration',
'email' => 'email',
'excerpt' => 'excerpt',
'filter' => 'filter',
'first_name' => 'first name',
'gender' => 'gender',
'group' => 'group',
'hour' => 'hour',
'image' => 'image',
'last_name' => 'last name',
'lesson' => 'lesson',
'line_address_1' => 'line address 1',
'line_address_2' => 'line address 2',
'message' => 'message',
'middle_name' => 'middle name',
'minute' => 'minute',
'mobile' => 'mobile',
'month' => 'month',
'name' => 'name',
'national_code' => 'national code',
'number' => 'number',
'password' => 'password',
'password_confirmation' => 'password confirmation',
'phone' => 'phone',
'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' => 'second',
'sex' => 'sex',
'short_text' => 'short text',
'size' => 'size',
'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' => 'time',
'title' => 'title',
'updated_at' => 'updated at',
'username' => 'username',
'year' => 'year',
],
];