diff --git a/app/bootstrap/autoload.php b/app/bootstrap/autoload.php index 06fdcb4532..7d169dc774 100644 --- a/app/bootstrap/autoload.php +++ b/app/bootstrap/autoload.php @@ -2,4 +2,4 @@ declare(strict_types=1); -require __DIR__ . '/../vendor/autoload.php'; +require __DIR__ . '/../../vendor/autoload.php'; diff --git a/docs/installation/composer.md b/docs/installation/composer.md index 821653e89a..2b63c90a5b 100644 --- a/docs/installation/composer.md +++ b/docs/installation/composer.md @@ -10,7 +10,7 @@ Install the Laravel-lang package to your Laravel project with composer using com | Laravel version | Composer command | |-------------------------------------|--------------------------------------------| -| Laravel 7-8-9 | `composer require laravel-lang/lang:~10.0` | +| Laravel 7-9 | `composer require laravel-lang/lang:~10.0` | | Laravel 7-8 | `composer require laravel-lang/lang:~9.0` | | Laravel 7-8 with Php Intl | `composer require laravel-lang/lang:~8.0` | | Laravel 8.x | `composer require laravel-lang/lang:~7.0` | diff --git a/locales/af/validation-inline.php b/locales/af/validation-inline.php index c0b1b878fe..8f317a7694 100644 --- a/locales/af/validation-inline.php +++ b/locales/af/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Hierdie veld het \'n duplikaatwaarde.', 'email' => 'Dit moet \'n geldige e-posadres wees.', 'ends_with' => 'Dit moet eindig met een van die volgende: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Die geselekteerde waarde is ongeldig.', 'file' => 'Die inhoud moet \'n lêer wees.', 'filled' => 'Hierdie veld moet \'n waarde hê.', @@ -79,6 +80,7 @@ 'numeric' => 'Die waarde moet kleiner as of gelyk aan :value wees.', 'string' => 'Die string moet kleiner as of gelyk aan :value karakters wees.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Die inhoud mag nie meer as :max items wees.', 'file' => 'Die lêergrootte mag nie groter as :max kilobytes wees.', diff --git a/locales/af/validation.php b/locales/af/validation.php index a0e8538a30..8968316cf6 100644 --- a/locales/af/validation.php +++ b/locales/af/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Die :attribute veld het \'n duplikaatwaarde.', 'email' => 'Die :attribute moet geldige epos adres wees.', 'ends_with' => 'Die :attribute moet eindig met een van die volgende: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Die geselketeerde :attribute is ongeldig.', 'file' => 'Die :attribute moet \'n lêer wees.', 'filled' => 'Die :attribute veld \'n waarde moet hê.', @@ -80,6 +81,7 @@ 'numeric' => 'Die :attribute moet kleiner of gelyk wees aan :value.', 'string' => 'Die :attribute moet kleiner of gelyk wees aan :value karakters.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Die :attribute mag nie groter as :max items wees.', 'file' => 'Die :attribute mag nie groter as :max kilobytes wees.', diff --git a/locales/ar/validation-inline.php b/locales/ar/validation-inline.php index b70b5c579f..9b8f09afb9 100644 --- a/locales/ar/validation-inline.php +++ b/locales/ar/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'هذا الحقل يحمل قيمة مُكرّرة.', 'email' => 'يجب أن يكون عنوان بريد إلكتروني صحيح البُنية.', 'ends_with' => 'يجب أن ينتهي بأحد القيم التالية: :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'القيمة المحددة غير صالحة.', 'file' => 'المحتوى يجب أن يكون ملفا.', 'filled' => 'هذا الحقل إجباري.', @@ -79,6 +80,7 @@ 'numeric' => 'يجب أن تكون القيمة مساوية أو أصغر من :value.', 'string' => 'يجب أن لا يتجاوز طول النّص :value حروفٍ/حرفًا.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'يجب أن لا يحتوي على أكثر من :max عناصر/عنصر.', 'file' => 'يجب أن لا يتجاوز حجم الملف :max كيلوبايت.', diff --git a/locales/ar/validation.php b/locales/ar/validation.php index 0a520feacd..d4320eb626 100644 --- a/locales/ar/validation.php +++ b/locales/ar/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'للحقل :attribute قيمة مُكرّرة.', 'email' => 'يجب أن يكون حقل :attribute عنوان بريد إلكتروني صحيح البُنية.', 'ends_with' => 'يجب أن ينتهي حقل :attribute بأحد القيم التالية: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'القيمة المحددة :attribute غير موجودة.', 'file' => 'الحقل :attribute يجب أن يكون ملفا.', 'filled' => 'حقل :attribute إجباري.', @@ -80,6 +81,7 @@ 'numeric' => 'يجب أن تكون قيمة حقل :attribute مساوية أو أصغر من :value.', 'string' => 'يجب أن لا يتجاوز طول نّص حقل :attribute :value حروفٍ/حرفًا.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'يجب أن لا يحتوي حقل :attribute على أكثر من :max عناصر/عنصر.', 'file' => 'يجب أن لا يتجاوز حجم ملف حقل :attribute :max كيلوبايت.', diff --git a/locales/az/validation-inline.php b/locales/az/validation-inline.php index fbafac1ee6..34a2c19abf 100644 --- a/locales/az/validation-inline.php +++ b/locales/az/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Bu sahədə bir təkrarlanan dəyəri var.', 'email' => 'Bu etibarlı e-mail olmalıdır.', 'ends_with' => 'Bu, aşağıdakı nöqtələrdən biri ilə başa çatmalıdır: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Seçilmiş dəyər yolverilməzdir.', 'file' => 'Məzmun bir fayl olmalıdır.', 'filled' => 'Bu sahədə bir fərq olmalıdır.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/az/validation.php b/locales/az/validation.php index 3edef55d66..b01fd4d1b1 100644 --- a/locales/az/validation.php +++ b/locales/az/validation.php @@ -45,6 +45,7 @@ 'distinct' => ' :attribute dublikat qiymətlidir', 'email' => ' :attribute doğru email formatında deyil', 'ends_with' => ':attribute nömrəsi aşağıdakılardan biri ilə bitməlidir: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ' seçilmiş :attribute yanlışdır', 'file' => ' :attribute fayl formatında olmalıdır', 'filled' => ' :attribute qiyməti olmalıdır', @@ -80,6 +81,7 @@ '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 maksimum :max hədd\'dən ibarət ola bilər', 'file' => ' :attribute maksimum :max KB ölçüsündə ola bilər', diff --git a/locales/be/validation-inline.php b/locales/be/validation-inline.php index 7415e5a462..6fddd18a5f 100644 --- a/locales/be/validation-inline.php +++ b/locales/be/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Гэта поле мае паўтаральнае значэнне.', 'email' => 'Гэта павінен быць сапраўдны адрас электроннай пошты.', 'ends_with' => 'Гэта павінна заканчвацца адным з наступных пунктаў: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Наадварот значэнне з\'яўляецца недапушчальным.', 'file' => 'Змесціва павінна быць файлам.', 'filled' => 'Гэта поле павінна мець значэнне.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/be/validation.php b/locales/be/validation.php index 0a5fdfc5e8..0424c9c9a5 100644 --- a/locales/be/validation.php +++ b/locales/be/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Поле :attribute мае паўтаральнае значэнне.', 'email' => 'Поле :attribute павінна быць сапраўдным электронным адрасам.', 'ends_with' => ':attribute павінен заканчвацца адным з наступных: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Выбранае значэнне для :attribute некарэктна.', 'file' => ':attribute павінен быць файлам.', 'filled' => 'Поле :attribute абавязкова для запаўнення.', @@ -80,6 +81,7 @@ '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 кілабайт).', diff --git a/locales/bg/validation-inline.php b/locales/bg/validation-inline.php index 8edfca4cd0..bb791d7d17 100644 --- a/locales/bg/validation-inline.php +++ b/locales/bg/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Това поле има повтарящо се значение.', 'email' => 'Това трябва да е валиден имейл адрес.', 'ends_with' => 'Това трябва да завърши с едно от следните: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Избраната стойност е невалидна.', 'file' => 'Съдържанието трябва да е файл.', 'filled' => 'Това поле трябва да има значение.', @@ -79,6 +80,7 @@ 'numeric' => 'Стойността трябва да е :value или по-малка.', 'string' => 'Текстът трябва да е с дължина :value символа или по-малко.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Съдържанието не може да има повече от :max елемента.', 'file' => 'Размерът на файла не трябва да надвишава :max килобайта.', diff --git a/locales/bg/validation.php b/locales/bg/validation.php index 3751e77590..17ff0605cf 100644 --- a/locales/bg/validation.php +++ b/locales/bg/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Данните в полето :attribute се дублират.', 'email' => 'Полето :attribute е в невалиден формат.', 'ends_with' => ':attribute трябва да завършва с една от следните стойности: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Избранато поле :attribute вече съществува.', 'file' => 'Полето :attribute трябва да бъде файл.', 'filled' => 'Полето :attribute е задължително.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute трябва да бъде по-малка от или равна на :value.', 'string' => ':attribute трябва да бъде по-малка от или равна на :value знака.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Полето :attribute трябва да има по-малко от :max елемента.', 'file' => 'Полето :attribute трябва да бъде по-малко от :max килобайта.', diff --git a/locales/bn/validation-inline.php b/locales/bn/validation-inline.php index 03763476ec..9176886186 100644 --- a/locales/bn/validation-inline.php +++ b/locales/bn/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'এই ক্ষেত্রটি একটি প্রতিলিপি মান আছে.', 'email' => 'এটি একটি বৈধ ইমেইল ঠিকানা হতে হবে.', 'ends_with' => 'এই নিম্নলিখিত এক সঙ্গে শেষ করতে হবে: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'নির্বাচিত মান অকার্যকর', 'file' => 'বিষয়বস্তু একটি ফাইল হতে হবে.', 'filled' => 'এই ক্ষেত্রটি একটি মান থাকতে হবে.', @@ -79,6 +80,7 @@ 'numeric' => 'এর ভ্যালু অবশ্যই :value এর সমান বা কম হতে হবে', 'string' => 'এটি অবশ্যই :value ক্যারেক্টারের সমান বা কম হতে হবে', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'এই কনটেন্টে অবশ্যই :max এর বেশি আইটেম থাকতে পারবে না', 'file' => 'এই ফাইল অবশ্যই :max কিলোবাইটের বেশি হতে পারবে না', @@ -88,7 +90,7 @@ 'mimes' => 'এই ধরনের একটি ফাইল হতে হবে: :values.', 'mimetypes' => 'এই ধরনের একটি ফাইল হতে হবে: :values.', 'min' => [ - 'array' => 'এই কনটেন্টে অবশ্যই :min এর কম আইটেম থাকতে পারবে না',, + 'array' => 'এই কনটেন্টে অবশ্যই :min এর কম আইটেম থাকতে পারবে না', 'file' => 'এই ফাইল অবশ্যই :min কিলোবাইটের কম হতে পারবে না', 'numeric' => 'এর ভ্যালু অবশ্যই :min এর কম হতে পারবে না', 'string' => 'এটি অবশ্যই :min ক্যারেক্টারের কম হতে পারবে না', diff --git a/locales/bn/validation.php b/locales/bn/validation.php index b6e7b48f6d..c44455a647 100644 --- a/locales/bn/validation.php +++ b/locales/bn/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute এর স্থানে একটি নকল মান আছে।', 'email' => ':attribute একটি বৈধ ইমেইল ঠিকানা হতে হবে।', 'ends_with' => ':attribute নিম্নলিখিত এক সঙ্গে শেষ করতে হবে: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'নির্বাচিত :attribute টি অবৈধ।', 'file' => ':attribute একটি ফাইল হতে হবে।', 'filled' => ':attribute স্থানটি পূরণ করতে হবে।', @@ -80,6 +81,7 @@ '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 কিলোবাইট এর চেয়ে বড় হতে পারেনা।', diff --git a/locales/bs/validation-inline.php b/locales/bs/validation-inline.php index ae334bc708..23c701fbfd 100644 --- a/locales/bs/validation-inline.php +++ b/locales/bs/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ovo polje ima duplu vrijednost.', 'email' => 'Ovo mora da je važeća email adresa.', 'ends_with' => 'Ovo mora da se završi sa jednim od sledećih: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Izabrana vrijednost nije ispravna.', 'file' => 'Sadržaj mora biti datoteka.', 'filled' => 'Ovo polje mora imati vrijednost.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/bs/validation.php b/locales/bs/validation.php index 87052232c6..ad0950c39c 100644 --- a/locales/bs/validation.php +++ b/locales/bs/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Polje :attribute ima dvostruku vrijednost.', 'email' => 'Format polja :attribute mora biti validan e-mail.', 'ends_with' => 'Polje :attribute se mora završiti s jednom od sljedećih vrijednosti: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Odabrano polje :attribute nije validno.', 'file' => 'Polje :attribute mora biti fajl.', 'filled' => 'Polje :attribute je mora sadržati vrijednost.', @@ -80,6 +81,7 @@ 'numeric' => 'Polje :attribute mora imati vrijednost manju ili jednaku :value.', 'string' => 'Polje :attribute ne može sadržati više od :value znakova.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Polje :attribute mora sadržati manje od :max stavki.', 'file' => 'Polje :attribute mora imati veličinu manju od :max kilobajta.', diff --git a/locales/ca/validation-inline.php b/locales/ca/validation-inline.php index e810a8d767..0d67d56fcb 100644 --- a/locales/ca/validation-inline.php +++ b/locales/ca/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Aquest camp té un duplicat de valor.', 'email' => 'Aquesta ha de ser una adreça de correu vàlida.', 'ends_with' => 'Aquest ha d\'acabar amb una de les següents: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'El valor escollit és vàlid.', 'file' => 'El contingut ha de ser un fitxer.', 'filled' => 'Aquest camp ha de tenir un valor.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/ca/validation.php b/locales/ca/validation.php index 839627cfc0..75d33afb9f 100644 --- a/locales/ca/validation.php +++ b/locales/ca/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'El camp :attribute té un valor duplicat.', 'email' => ':attribute no és un e-mail vàlid', 'ends_with' => 'La :attribute ha d\'acabar amb una de les següents: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute és invàlid.', 'file' => 'El camp :attribute ha de ser un arxiu.', 'filled' => 'El camp :attribute és obligatori.', @@ -80,6 +81,7 @@ 'numeric' => 'El :attribute ha de ser igual o inferior a :value.', 'string' => 'El :attribute ha de ser igual o inferior a :value caràcters.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute no pot tenir més de :max ítems.', 'file' => ':attribute no pot ser més gran que :max kilobytes.', diff --git a/locales/cs/validation-inline.php b/locales/cs/validation-inline.php index 357ef95d6e..be73219bf5 100644 --- a/locales/cs/validation-inline.php +++ b/locales/cs/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Toto pole má duplicitní hodnotu.', 'email' => 'Musí to být platná e-mailová adresa.', 'ends_with' => 'To musí skončit jedním z následujících: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Vybraná hodnota je neplatná.', 'file' => 'Obsah musí být soubor.', 'filled' => 'Toto pole musí mít hodnotu.', @@ -79,6 +80,7 @@ 'numeric' => 'Tato hodnota musí být :value nebo méně.', 'string' => 'Toto pole musí mít :value nebo méně znaků.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Toto pole musí mít nejvíce :max položek.', 'file' => 'Tento soubor nesmí být větší než :max kilobytů.', diff --git a/locales/cs/validation.php b/locales/cs/validation.php index 533be7082d..6d719c80e1 100644 --- a/locales/cs/validation.php +++ b/locales/cs/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute má duplicitní hodnotu.', 'email' => ':attribute není platný formát.', 'ends_with' => ':attribute musí končit jednou z následujících hodnot: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Zvolená hodnota pro :attribute není platná.', 'file' => ':attribute musí být soubor.', 'filled' => ':attribute musí být vyplněno.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute musí být menší nebo rovno než :value.', 'string' => ':attribute nesmí být delší než :value znaků.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute nemůže obsahovat více než :max prvků.', 'file' => 'Velikost souboru :attribute musí být menší než :value kB.', diff --git a/locales/cy/validation-inline.php b/locales/cy/validation-inline.php index 31139c281f..d2a7cd4817 100644 --- a/locales/cy/validation-inline.php +++ b/locales/cy/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Y maes hwn wedi dyblyg gwerth.', 'email' => 'Rhaid i hyn fod yn gyfeiriad e-bost dilys.', 'ends_with' => 'Mae\'n rhaid i hyn i ben gydag un o\'r canlynol: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Mae\'r gwerth a ddewiswyd yn annilys.', 'file' => 'Mae\'n rhaid i\'r cynnwys fod yn ffeil.', 'filled' => 'Mae\'r maes hwn yn rhaid ei gael ar werth.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/cy/validation.php b/locales/cy/validation.php index 7e87d1a33f..ec6b33451c 100644 --- a/locales/cy/validation.php +++ b/locales/cy/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Y :attribute maes wedi dyblyg gwerth.', 'email' => 'Rhaid i :attribute fod yn gyfeiriad ebost dilys.', 'ends_with' => 'Y :attribute rhaid i ben gydag un o\'r canlynol: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Nid yw :attribute yn ddilys.', 'file' => ':attribute rhaid iddo fod yn y ffeil.', 'filled' => 'Rhaid cynnwys :attribute.', @@ -80,6 +81,7 @@ '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' => 'Ni chai :attribute fod yn fwy na :max eitem.', 'file' => 'Ni chai :attribute fod yn fwy na :max kilobytes.', diff --git a/locales/da/validation-inline.php b/locales/da/validation-inline.php index 2b6e282e39..aaedfb3e66 100644 --- a/locales/da/validation-inline.php +++ b/locales/da/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Dette felt har en dobbelt værdi.', 'email' => 'Dette skal være en gyldig e-mail-adresse.', 'ends_with' => 'Dette skal ende med et af følgende: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Den valgte værdi er ugyldig.', 'file' => 'Indholdet skal være en fil.', 'filled' => 'Dette felt skal have en værdi.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/da/validation.php b/locales/da/validation.php index 6685ae4cf7..b5376b8b30 100644 --- a/locales/da/validation.php +++ b/locales/da/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute har en duplikatværdi.', 'email' => ':attribute skal være en gyldig e-mailadresse.', 'ends_with' => ':attribute skal ende med et af følgende: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Valgte :attribute er ugyldig.', 'file' => ':attribute skal være en fil.', 'filled' => ':attribute skal udfyldes.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute skal være mindre eller lig med :value.', 'string' => ':attribute skal være mindre eller lig med :value tegn.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute må ikke indeholde mere end :max elementer.', 'file' => ':attribute må ikke være større end :max kilobytes.', diff --git a/locales/de/validation-inline.php b/locales/de/validation-inline.php index d166d82dab..3f6de6e64c 100644 --- a/locales/de/validation-inline.php +++ b/locales/de/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Dieser Wert ist bereits vorhanden.', 'email' => 'Das muss eine gültige E-Mail-Adresse sein.', 'ends_with' => 'Der Inhalt muss eine der folgenden Endungen aufweisen: :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'Der gewählte Wert ist ungültig.', 'file' => 'Der Inhalt muss eine Datei sein.', 'filled' => 'Dieses Feld muss ausgefüllt sein.', @@ -79,6 +80,7 @@ 'numeric' => 'Der Wert muss kleiner oder gleich :value sein.', 'string' => 'Die Zeichenkette darf maximal :value Zeichen lang sein.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Der Inhalt darf maximal :max Elemente haben.', 'file' => 'Die Datei darf maximal :max Kilobytes groß sein.', diff --git a/locales/de/validation.php b/locales/de/validation.php index 66d723ce98..bbc128ccf8 100644 --- a/locales/de/validation.php +++ b/locales/de/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute beinhaltet einen bereits vorhandenen Wert.', 'email' => ':attribute muss eine gültige E-Mail-Adresse sein.', 'ends_with' => ':attribute muss eine der folgenden Endungen aufweisen: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Der gewählte Wert für :attribute ist ungültig.', 'file' => ':attribute muss eine Datei sein.', 'filled' => ':attribute muss ausgefüllt sein.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute muss kleiner oder gleich :value sein.', 'string' => ':attribute darf maximal :value Zeichen lang sein.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute darf maximal :max Elemente haben.', 'file' => ':attribute darf maximal :max Kilobytes groß sein.', diff --git a/locales/de_CH/validation-inline.php b/locales/de_CH/validation-inline.php index a534aa8137..26d9cb4dc1 100644 --- a/locales/de_CH/validation-inline.php +++ b/locales/de_CH/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Dieser Wert ist bereits vorhanden.', 'email' => 'Das muss eine gültige E-Mail-Adresse sein.', 'ends_with' => 'Der Inhalt muss eine der folgenden Endungen aufweisen: :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'Der gewählte Wert ist ungültig.', 'file' => 'Der Inhalt muss eine Datei sein.', 'filled' => 'Dieses Feld muss ausgefüllt sein.', @@ -79,6 +80,7 @@ 'numeric' => 'Der Wert muss kleiner oder gleich :value sein.', 'string' => 'Die Zeichenkette muss kleiner oder gleich :value Zeichen lang sein.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Der Inhalt darf nicht mehr als :max Elemente haben.', 'file' => 'Die Datei darf maximal :max Kilobytes gross sein.', diff --git a/locales/de_CH/validation.php b/locales/de_CH/validation.php index d430eed9de..e66238218a 100644 --- a/locales/de_CH/validation.php +++ b/locales/de_CH/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute beinhaltet einen bereits vorhandenen Wert.', 'email' => ':attribute muss eine gültige E-Mail-Adresse sein.', 'ends_with' => ':attribute muss eine der folgenden Endungen aufweisen: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Der gewählte Wert für :attribute ist ungültig.', 'file' => ':attribute muss eine Datei sein.', 'filled' => ':attribute muss ausgefüllt sein.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute muss kleiner oder gleich :value sein.', 'string' => ':attribute muss kleiner oder gleich :value Zeichen lang sein.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute darf nicht mehr als :max Elemente haben.', 'file' => ':attribute darf maximal :max Kilobytes gross sein.', diff --git a/locales/el/validation-inline.php b/locales/el/validation-inline.php index 9c4bb39d46..17622bfc6d 100644 --- a/locales/el/validation-inline.php +++ b/locales/el/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Αυτό το πεδίο έχει διπλή τιμή.', 'email' => 'Αυτή πρέπει να είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου.', 'ends_with' => 'Αυτό πρέπει να τελειώσει με ένα από τα ακόλουθα: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Η επιλεγμένη τιμή δεν είναι έγκυρη.', 'file' => 'Το περιεχόμενο πρέπει να είναι ένα αρχείο.', 'filled' => 'Αυτό το πεδίο πρέπει να έχει μια τιμή.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/el/validation.php b/locales/el/validation.php index 18e4e2c672..338afe4cca 100644 --- a/locales/el/validation.php +++ b/locales/el/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Το πεδίο :attribute περιέχει δύο φορές την ίδια τιμή.', 'email' => 'Το πεδίο :attribute πρέπει να είναι μία έγκυρη διεύθυνση email.', 'ends_with' => 'Το πεδίο :attribute πρέπει να τελειώνει με ένα από τα παρακάτω: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Το επιλεγμένο :attribute δεν είναι έγκυρο.', 'file' => 'Το πεδίο :attribute πρέπει να είναι αρχείο.', 'filled' => 'To πεδίο :attribute είναι απαραίτητο.', @@ -80,6 +81,7 @@ 'numeric' => 'To πεδίο :attribute πρέπει να είναι μικρότερo ή ίσο από :value.', 'string' => 'To πεδίο :attribute πρέπει να είναι μικρότερo ή ίσο από :value χαρακτήρες.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Το πεδίο :attribute δεν μπορεί να έχει περισσότερα από :max αντικείμενα.', 'file' => 'Το πεδίο :attribute δεν μπορεί να είναι μεγαλύτερό :max kilobytes.', diff --git a/locales/es/validation-inline.php b/locales/es/validation-inline.php index 233bb21edf..f2a3cdf664 100644 --- a/locales/es/validation-inline.php +++ b/locales/es/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'El campo tiene un valor duplicado.', 'email' => 'No es un correo válido.', 'ends_with' => 'Debe finalizar con uno de los siguientes valores: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'El valor seleccionado es inválido.', 'file' => 'El campo debe ser un archivo.', 'filled' => 'Este campo debe tener un valor.', @@ -79,6 +80,7 @@ 'numeric' => 'El valor debe ser menor o igual que :value.', 'string' => 'El texto debe ser menor o igual de :value caracteres.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'El contenido no debe tener más de :max elementos.', 'file' => 'El tamaño del archivo no debe ser mayor a :max kilobytes.', diff --git a/locales/es/validation.php b/locales/es/validation.php index cfcd8e7727..59fcc128c6 100644 --- a/locales/es/validation.php +++ b/locales/es/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'El campo :attribute contiene un valor duplicado.', 'email' => ':attribute no es un correo válido.', 'ends_with' => 'El campo :attribute debe finalizar con uno de los siguientes valores: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute es inválido.', 'file' => 'El campo :attribute debe ser un archivo.', 'filled' => 'El campo :attribute es obligatorio.', @@ -80,6 +81,7 @@ 'numeric' => 'El campo :attribute debe ser como máximo :value.', 'string' => 'El campo :attribute debe tener como máximo :value caracteres.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute no debe tener más de :max elementos.', 'file' => ':attribute no debe ser mayor que :max kilobytes.', diff --git a/locales/et/validation-inline.php b/locales/et/validation-inline.php index a069c29041..23c8801255 100644 --- a/locales/et/validation-inline.php +++ b/locales/et/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Sellel väljal on duplikaadi väärtus.', 'email' => 'See peab olema kehtiv e-posti aadress.', 'ends_with' => 'See peab lõppema ühega järgmistest: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Valitud väärtus on vigane.', 'file' => 'Sisu peab olema fail.', 'filled' => 'Sellel väljal peab olema väärtus.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/et/validation.php b/locales/et/validation.php index 29b2919075..48bd189605 100644 --- a/locales/et/validation.php +++ b/locales/et/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute väljal on topeltväärtus.', 'email' => ':attribute peab olema kehtiv e-posti aadress.', 'ends_with' => ':attribute peab lõppema ühega järgmistest: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Valitud :attribute on vigane.', 'file' => ':attribute peab olema fail.', 'filled' => ':attribute väli on nõutav.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute peab olema väiksem kui :value või samasugune', 'string' => ':attribute peab sisaldama vähem või sama palju :value tähemärke', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute ei tohi sisaldada rohkem kui :max kirjet.', 'file' => ':attribute ei tohi olla suurem kui :max kilobaiti.', diff --git a/locales/eu/validation-inline.php b/locales/eu/validation-inline.php index 40b363ee5e..adb57de1ab 100644 --- a/locales/eu/validation-inline.php +++ b/locales/eu/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Eremu hau bat du bikoiztu balio.', 'email' => 'Hau izan behar da baliozko helbide elektroniko bat.', 'ends_with' => 'Hau behar amaiera hauetako bat: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Hautatutako balio baliogabea da.', 'file' => 'Eduki bat izan behar du fitxategia.', 'filled' => 'Eremu hau bat izan behar du balio.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/eu/validation.php b/locales/eu/validation.php index fc63744a8b..dfaaf600ee 100644 --- a/locales/eu/validation.php +++ b/locales/eu/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute-(e)k bikoiztutako balioa dauka.', 'email' => ':attribute baliozko helbide elektronikoa izan behar da.', 'ends_with' => ':attribute-(e)k ondorengo balioetako batekin amaitu behar du: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute baliogabea da.', 'file' => ':attribute fitxategi bat izan behar da.', 'filled' => ':attribute derrigorrezkoa da.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute-(e)k :value baino txikiagoa edo berdina izan behar du.', 'string' => ':attribute-(e)k :value karaktere edo gutxiago izan behar ditu.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute-(e)k ezin du :max elementu baino gehiago eduki.', 'file' => ':attribute ezin da :max kilobyte baino handiagoa izan.', diff --git a/locales/fa/validation-inline.php b/locales/fa/validation-inline.php index d56dc6f981..2bd815426e 100644 --- a/locales/fa/validation-inline.php +++ b/locales/fa/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'مقدار این ورودی تکراری است.', 'email' => 'این مقدار باید یک آدرس ایمیل معتبر باشد.', 'ends_with' => 'این مقدار باید با یکی از عبارت های روبرو پایان یابد: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'مقدار انتخابی نا معتبر است.', 'file' => 'این ورودی باید یک فایل باشد.', 'filled' => 'این ورودی باید یک مقدار داشته باشد.', @@ -79,6 +80,7 @@ 'numeric' => 'مقدار ورودی باید کمتر یا مساوی :value باشد.', 'string' => 'تعداد حروف رشته ورودی باید کمتر یا مساوی :value باشد.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'مقدار ورودی نباید بیشتر از :max گزینه داشته باشد.', 'file' => 'حجم فایل ورودی نباید بیشتر از :max کیلوبایت باشد.', diff --git a/locales/fa/validation.php b/locales/fa/validation.php index 8b6e0f8c3f..6ec3345946 100644 --- a/locales/fa/validation.php +++ b/locales/fa/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'فیلد :attribute مقدار تکراری دارد.', 'email' => ':attribute باید یک ایمیل معتبر باشد.', 'ends_with' => 'فیلد :attribute باید با یکی از مقادیر زیر خاتمه یابد: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute انتخاب شده، معتبر نیست.', 'file' => ':attribute باید یک فایل معتبر باشد.', 'filled' => 'فیلد :attribute باید مقدار داشته باشد.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute باید کوچکتر یا مساوی :value باشد.', 'string' => ':attribute باید کمتر یا مساوی :value کاراکتر داشته باشد.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute نباید بیشتر از :max آیتم داشته باشد.', 'file' => ':attribute نباید بزرگتر از :max کیلوبایت باشد.', diff --git a/locales/fi/validation-inline.php b/locales/fi/validation-inline.php index 46fd51d095..1b1c1d1ec6 100644 --- a/locales/fi/validation-inline.php +++ b/locales/fi/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Tällä kentällä on kaksoisarvo.', 'email' => 'Tämän on oltava voimassa oleva sähköpostiosoite.', 'ends_with' => 'Tämän on päätyttävä johonkin seuraavista: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Valittu arvo on virheellinen.', 'file' => 'Sisällön on oltava tiedosto.', 'filled' => 'Tällä kentällä täytyy olla arvo.', @@ -79,6 +80,7 @@ 'numeric' => 'Arvo ei saa olla suurempaa kuin :value.', 'string' => 'Merkkijono ei saa olla pidempi kuin :value merkkiä.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Sisältö ei voi sisältää enempää kuin :max kohdetta.', 'file' => 'Tiedoston koko ei saa ylittää :max kilotavua.', diff --git a/locales/fi/validation.php b/locales/fi/validation.php index 7705f90eca..2fd24b3b3b 100644 --- a/locales/fi/validation.php +++ b/locales/fi/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Kentän :attribute arvo ei ole uniikki.', 'email' => 'Kentän :attribute arvo ei ole validi sähköpostiosoite.', 'ends_with' => ':attribute: n on päätyttävä jompaankumpaan seuraavista: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Kentän :attribute valittu arvo on virheellinen.', 'file' => 'Kentän :attribute arvon tulee olla tiedosto.', 'filled' => 'Kenttä :attribute on pakollinen.', @@ -80,6 +81,7 @@ 'numeric' => 'Kentän :attribute arvo tulee olla pienempi tai yhtäsuuri kuin :value.', 'string' => 'Kentän :attribute arvo tulee olla lyhyempi tai yhtä pitkä kuin :value merkkiä.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Kentän :attribute ei tule sisältää enempää kuin :max arvoa.', 'file' => 'Tiedoston :attribute tulee olla enintään :max kilobittiä.', diff --git a/locales/fil/validation-inline.php b/locales/fil/validation-inline.php index 7c0d7730f0..7b5fbae7de 100644 --- a/locales/fil/validation-inline.php +++ b/locales/fil/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/fil/validation.php b/locales/fil/validation.php index a6788e85ff..65fd5523a1 100644 --- a/locales/fil/validation.php +++ b/locales/fil/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'May duplicate na value ang field na :attribute.', 'email' => 'Dapat na valid na email address ang :attribute.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Hindi valid ang piniling :attribute.', 'file' => 'Dapat na isang file ang :attribute.', 'filled' => 'Dapat na may value ang field na :attribute.', @@ -80,6 +81,7 @@ 'numeric' => 'Ang :attribute ay dapat na mas mababa sa o katumbas ng :value.', 'string' => 'Ang :attribute ay dapat na mas mababa sa o katumbas ng :value (na) character.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Hindi dapat magkaroon ang :attribute ng mahigit sa :max (na) item.', 'file' => 'Ang :attribute ay hindi dapat mas malaki sa :max (na) kilobyte.', diff --git a/locales/fr/validation-inline.php b/locales/fr/validation-inline.php index 9abc12369f..13ef51bfc9 100644 --- a/locales/fr/validation-inline.php +++ b/locales/fr/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ce champ a une valeur en double.', 'email' => 'Ce champ doit être une adresse e-mail valide.', 'ends_with' => 'Ce champ doit se terminer par une des valeurs suivantes : :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'Ce champ sélectionné est invalide.', 'file' => 'Ce champ doit être un fichier.', 'filled' => 'Ce champ doit avoir une valeur.', @@ -79,6 +80,7 @@ 'numeric' => 'La valeur doit être inférieure ou égale à :value.', 'string' => 'Le texte doit contenir au plus :value caractères.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Le tableau ne peut contenir plus de :max éléments.', 'file' => 'La taille du fichier ne peut pas dépasser :max kilo-octets.', diff --git a/locales/fr/validation.php b/locales/fr/validation.php index 3dde683740..04f8d63072 100644 --- a/locales/fr/validation.php +++ b/locales/fr/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Le champ :attribute a une valeur en double.', 'email' => 'Le champ :attribute doit être une adresse e-mail valide.', 'ends_with' => 'Le champ :attribute doit se terminer par une des valeurs suivantes : :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Le champ :attribute sélectionné est invalide.', 'file' => 'Le champ :attribute doit être un fichier.', 'filled' => 'Le champ :attribute doit avoir une valeur.', @@ -80,6 +81,7 @@ 'numeric' => 'La valeur de :attribute doit être inférieure ou égale à :value.', 'string' => 'Le texte :attribute doit contenir au plus :value caractères.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Le tableau :attribute ne peut contenir plus de :max éléments.', 'file' => 'La taille du fichier de :attribute ne peut pas dépasser :max kilo-octets.', diff --git a/locales/gl/validation-inline.php b/locales/gl/validation-inline.php index 282d8dcd15..11cb4128a4 100644 --- a/locales/gl/validation-inline.php +++ b/locales/gl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Neste campo ten un dobre valor.', 'email' => 'Este debe ser un enderezo de correo electrónico válido.', 'ends_with' => 'Este debe acabar con un dos seguintes: :values instrucións.', + 'enum' => 'The selected value is invalid.', 'exists' => 'O valor seleccionado é válido.', 'file' => 'O contido debe ser un arquivo.', 'filled' => 'Este campo debe ter un valor.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/gl/validation.php b/locales/gl/validation.php index 6a6b8a84b9..a50410823c 100644 --- a/locales/gl/validation.php +++ b/locales/gl/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'O campo :attribute contén un valor duplicado.', 'email' => ':attribute debe ser unha dirección de correo electrónico válida.', 'ends_with' => ':attribute debe finalizar cun dos seguintes valores: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute seleccionado non é válido.', 'file' => ':attribute debe ser un arquivo.', 'filled' => 'O campo :attribute debe ter un valor.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute debe ser como máximo :value.', 'string' => ':attribute debe ter como máximo :value caracteres.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute non debe ter máis de :max elementos.', 'file' => ':attribute non debe ser maior de :max quilobites.', diff --git a/locales/gu/validation-inline.php b/locales/gu/validation-inline.php index d0b81bf105..d369a838ec 100644 --- a/locales/gu/validation-inline.php +++ b/locales/gu/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal to :value.', 'string' => 'The string must be less than or equal to :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/gu/validation.php b/locales/gu/validation.php index 06906b700c..4335bcecd1 100644 --- a/locales/gu/validation.php +++ b/locales/gu/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute પ્રવૃત્તિ ક્ષેત્રનું નકલી મૂલ્ય છે.', 'email' => ':attribute માન્ય ઈમેઈલ એડ્રેસ હોવું જોઈએ.', 'ends_with' => ':attribute નીચેમાંથી એક પ્રમાણે પૂરું થતું હોવું જોઈએ :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'પસંદ કરાયેલ :attribute અમાન્ય છે.', 'file' => ':attribute એક ફાઈલ હોવી જોઈએ.', 'filled' => ':attribute પ્રવૃત્તિ ક્ષેત્રનું મૂલ્ય હોવું જોઈએ.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute ઓછું કે સમાંતર હોવું જોઈએ :value.', 'string' => ':attribute ઓછું કે સમાંતર હોવું જોઈએ :value અક્ષરો.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute ના કરતાં વધુ ન હોઈ શકે :max વસ્તુઓ.', 'file' => ':attribute મોટું ન હોઈ શકે :max કિલો બાઇટ્સ.', diff --git a/locales/he/validation-inline.php b/locales/he/validation-inline.php index 812b4ef6a4..f04d3f722a 100644 --- a/locales/he/validation-inline.php +++ b/locales/he/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'לשדה הזה יש ערך כפול.', 'email' => 'זו חייבת להיות כתובת דוא \" ל תקפה.', 'ends_with' => 'זה חייב להסתיים עם אחד הדברים הבאים: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'הערך הנבחר אינו תקף.', 'file' => 'התוכן חייב להיות קובץ.', 'filled' => 'לשדה הזה חייב להיות ערך.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/he/validation.php b/locales/he/validation.php index 57f4e4b02e..a070976130 100644 --- a/locales/he/validation.php +++ b/locales/he/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'שדה :attribute קיים ערך כפול.', 'email' => 'שדה :attribute חייב להיות כתובת אימייל תקנית.', 'ends_with' => 'שדה :attribute חייב להסתיים באחד מהבאים: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'בחירת ה-:attribute אינה תקפה.', 'file' => 'שדה :attribute חייב להיות קובץ.', 'filled' => 'שדה :attribute הוא חובה.', @@ -80,6 +81,7 @@ 'numeric' => 'על ה :attribute להיות נמוך או שווה ל- :value.', 'string' => 'על ה :attribute להכיל :value תווים או פחות.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'שדה :attribute לא יכול להכיל יותר מ-:max פריטים.', 'file' => 'שדה :attribute לא יכול להיות גדול מ-:max קילובייטים.', diff --git a/locales/hi/validation-inline.php b/locales/hi/validation-inline.php index d4c1b3ce4b..24c375d1d7 100644 --- a/locales/hi/validation-inline.php +++ b/locales/hi/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'इस फ़ील्ड में डुप्लिकेट मान है । ', 'email' => 'यह एक मान्य ईमेल पता होना चाहिए । ', 'ends_with' => 'यह निम्नलिखित में से एक के साथ समाप्त होना चाहिए: :values । ', + 'enum' => 'The selected value is invalid.', 'exists' => 'चयनित मान अमान्य है । ', 'file' => 'सामग्री एक फ़ाइल होनी चाहिए । ', 'filled' => 'इस फ़ील्ड का मान होना चाहिए । ', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/hi/validation.php b/locales/hi/validation.php index cc5db5803e..1b8e70b749 100644 --- a/locales/hi/validation.php +++ b/locales/hi/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute फील्ड का एक डुप्लिकेट मान होता है।', 'email' => ':attribute एक मान्य ईमेल पता होना चाहिए।', 'ends_with' => ':attribute को निम्नलिखित में से एक के साथ समाप्त होना चाहिए: :values । ', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'चुना गया :attribute अमान्य है।', 'file' => ':attribute एक फ़ाइल होनी चाहिए।', 'filled' => ':attribute फील्ड आवश्यक होता है।', @@ -80,6 +81,7 @@ '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 किलोबाइट से बड़ा नहीं हो सकता है।', diff --git a/locales/hr/validation-inline.php b/locales/hr/validation-inline.php index b42d28f1b4..e49df726e7 100644 --- a/locales/hr/validation-inline.php +++ b/locales/hr/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ovo polje ima ponavljajuće značenje.', 'email' => 'To mora biti valjana adresa e-pošte.', 'ends_with' => 'To bi trebalo završiti s jednom od sljedećih stavki: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Odabrana vrijednost nije važeća.', 'file' => 'Sadržaj mora biti datoteka.', 'filled' => 'Ovo polje mora biti važno.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/hr/validation.php b/locales/hr/validation.php index 495a51c2c6..60cc4a7213 100644 --- a/locales/hr/validation.php +++ b/locales/hr/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Polje :attribute ima dupliciranu vrijednost.', 'email' => 'Polje :attribute mora biti ispravna e-mail adresa.', 'ends_with' => ':attribute bi trebao završiti s jednim od sljedećih: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Odabrano polje :attribute nije ispravno.', 'file' => 'Polje :attribute mora biti datoteka.', 'filled' => 'Polje :attribute je obavezno.', @@ -80,6 +81,7 @@ 'numeric' => 'Polje :attribute mora biti manje ili jednako :value.', 'string' => 'Polje :attribute mora biti manje ili jednako :value znakova.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Polje :attribute ne smije imati više od :max stavki.', 'file' => 'Polje :attribute mora biti manje od :max kilobajta.', diff --git a/locales/hu/validation-inline.php b/locales/hu/validation-inline.php index 1f1e9df784..3ed01b4766 100644 --- a/locales/hu/validation-inline.php +++ b/locales/hu/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ez a mező ismétlődő értékkel rendelkezik.', 'email' => 'Ennek érvényes e-mail címnek kell lennie.', 'ends_with' => 'Ennek az alábbiak egyikével kell végződnie: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'A kiválasztott érték érvénytelen.', 'file' => 'A tartalomnak fájlnak kell lennie.', 'filled' => 'Ennek a mezőnek kell legyen értéke.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/hu/validation.php b/locales/hu/validation.php index bd1336934c..c6bcc19604 100644 --- a/locales/hu/validation.php +++ b/locales/hu/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'A(z) :attribute értékének egyedinek kell lennie!', 'email' => 'A(z) :attribute nem érvényes email formátum.', 'ends_with' => 'A(z) :attribute a következővel kell végződjön: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'A kiválasztott :attribute érvénytelen.', 'file' => 'A(z) :attribute fájl kell, hogy legyen!', 'filled' => 'A(z) :attribute megadása kötelező!', @@ -80,6 +81,7 @@ 'numeric' => 'A(z) :attribute kisebb vagy egyenlő kell, hogy legyen, mint :value!', 'string' => 'A(z) :attribute hossza nem lehet több, mint :value karakter.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'A(z) :attribute legfeljebb :max elemet kell, hogy tartalmazzon.', 'file' => 'A(z) :attribute mérete nem lehet több, mint :max kilobájt.', diff --git a/locales/hy/validation-inline.php b/locales/hy/validation-inline.php index f65c50021c..7185b9f5a7 100644 --- a/locales/hy/validation-inline.php +++ b/locales/hy/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Այս դաշտի արժեքը կրկնվում է։', 'email' => 'Այս դաշտի արժեքը պետք է լինի վավեր Էլ․ հասցե։', 'ends_with' => 'Այս դաշտը պետք է ավարտվի հետևյալ արժեքներից մեկով․ :values։', + 'enum' => 'The selected value is invalid.', 'exists' => 'Ընտրված արժեքն անվավեր է։', 'file' => 'Մուտքագրաված տվյալը պետք է լինի ֆայլ։', 'filled' => 'Այս դաշտը պետք է անպայման լրացված լինի։', @@ -79,6 +80,7 @@ 'numeric' => 'Այս դաշտը պետք է փոքր կամ հավասար լինի :value-ից։', 'string' => 'Այս դաշտի նիշերի քանակը պետք է փոքր կամ հավասար լինի :value-ից։', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Այս դաշտում էլեմենտների քանակը չպետք է գերազանցի :max-ը։', 'file' => 'Այս դաշտի ֆայլի չափը չպետք է գերազանցի :max կիլոբայթը։', diff --git a/locales/hy/validation.php b/locales/hy/validation.php index 79b61d938c..9c002f72f6 100644 --- a/locales/hy/validation.php +++ b/locales/hy/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute դաշտը ունի կրկնվող արժեք։', 'email' => ':attribute դաշտը պետք է լինի վավերական Էլ․ հասցե։', 'ends_with' => ':attribute դաշտը պետք է ավարտվի հետևյալ արժեքներից մեկով․ :values։', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute դաշտի ընտրված արժեքն անվավեր է։', 'file' => ':attribute-ը պետք է լինի ֆայլ։', 'filled' => ':attribute դաշտը պետք է անպայման ունենա արժեք։', @@ -80,6 +81,7 @@ 'numeric' => ':attribute դաշտը պետք է փոքր կամ հավասար լինի :value-ից։', 'string' => ':attribute դաշտի նիշերի քանակը պետք է փոքր կամ հավասար լինի :value-ից։', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute դաշտում էլեմենտների քանակը չպետք է գերազանցի :max-ը։', 'file' => ':attribute դաշտի ֆայլի չափը չպետք է գերազանցի :max կիլոբայթը։', diff --git a/locales/id/validation-inline.php b/locales/id/validation-inline.php index 0ff88c94ff..b6b55b15a0 100644 --- a/locales/id/validation-inline.php +++ b/locales/id/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Isian ini memiliki nilai duplikat.', 'email' => 'Isian ini harus berisi format email yang benar.', 'ends_with' => 'Isian ini harus berakhiran dengan: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Nilai yang dipilih tidak sesuai.', 'file' => 'Konten harus berisi sebuah berkas.', 'filled' => 'Isian ini harus berisi sebuah nilai.', @@ -79,6 +80,7 @@ 'numeric' => 'Nilai harus berisi kurang dari atau setara :value.', 'string' => 'String harus berisi kurang dari atau setara :value karakter.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Panjang array tidak boleh lebih dari :max item.', 'file' => 'Ukuran konten tidak boleh lebih besar dari :max kilobyte.', diff --git a/locales/id/validation.php b/locales/id/validation.php index 141a4df461..25d12af810 100644 --- a/locales/id/validation.php +++ b/locales/id/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':Attribute memiliki nilai yang duplikat.', 'email' => ':Attribute harus berupa alamat surel yang valid.', 'ends_with' => ':Attribute harus diakhiri salah satu dari berikut: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':Attribute yang dipilih tidak valid.', 'file' => ':Attribute harus berupa sebuah berkas.', 'filled' => ':Attribute harus memiliki nilai.', @@ -80,6 +81,7 @@ 'numeric' => ':Attribute harus bernilai kurang dari atau sama dengan :value.', 'string' => ':Attribute harus berisi kurang dari atau sama dengan :value karakter.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':Attribute maksimal terdiri dari :max anggota.', 'file' => ':Attribute maksimal berukuran :max kilobita.', diff --git a/locales/is/validation-inline.php b/locales/is/validation-inline.php index 045bca490e..6572101fe2 100644 --- a/locales/is/validation-inline.php +++ b/locales/is/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Þetta sviði hefur afrit gildi.', 'email' => 'Þetta hlýtur að vera gild netfangið.', 'ends_with' => 'Þetta verður að enda með eftirfarandi: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Valið gildi er ógilt.', 'file' => 'Efni verður að vera á skrá.', 'filled' => 'Þetta sviði verður að hafa gildi.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/is/validation.php b/locales/is/validation.php index 45ad4111c8..9055b079b3 100644 --- a/locales/is/validation.php +++ b/locales/is/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute reiturinn hefur tvítekið gildi.', 'email' => 'Reiturinn :attribute snið netfangsins er ekki rétt.', 'ends_with' => 'Við :attribute verður að enda með eftirfarandi: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Reiturinn :attribute er nú þegar til.', 'file' => ':attribute verður að vera skrá.', 'filled' => 'Reiturinn :attribute verður að innihalda eitthvað.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute verður að vera minna en eða jafnt :value.', 'string' => ':attribute verður að vera styttri eða jafnlangur og :value stafir.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Reiturinn :attribute verður að innihalda færri en :max stök.', 'file' => 'Reiturinn :attribute verður að vera minni en :max kílóbæt.', diff --git a/locales/it/validation-inline.php b/locales/it/validation-inline.php index 611e9da85a..e46e454f12 100644 --- a/locales/it/validation-inline.php +++ b/locales/it/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Questo valore esiste già.', 'email' => 'Deve essere un indirizzo email valido.', 'ends_with' => 'Deve terminare con uno dei seguenti valori: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Il valore non è valido.', 'file' => 'Deve essere un file.', 'filled' => 'Deve contenere un valore.', @@ -79,6 +80,7 @@ 'numeric' => 'Deve essere inferiore o uguale a :value.', 'string' => 'Deve contenere massimo :value caratteri.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Non può contenere più di :max elementi.', 'file' => 'Non può essere superiore a :max kilobytes.', diff --git a/locales/it/validation.php b/locales/it/validation.php index 22c4e085a7..dac336f4dc 100644 --- a/locales/it/validation.php +++ b/locales/it/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute contiene un valore duplicato.', 'email' => ':attribute non è valido.', 'ends_with' => ':attribute deve finire con uno dei seguenti valori: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute selezionato non è valido.', 'file' => ':attribute deve essere un file.', 'filled' => 'Il campo :attribute deve contenere un valore.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute deve essere minore o uguale a :value.', 'string' => ':attribute deve contenere un numero di caratteri minore o uguale a :value.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute non può avere più di :max elementi.', 'file' => ':attribute non può essere superiore a :max kilobyte.', diff --git a/locales/ja/validation-inline.php b/locales/ja/validation-inline.php index c641e6ba4f..87d5bd3dff 100644 --- a/locales/ja/validation-inline.php +++ b/locales/ja/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => '値が重複しています。', 'email' => '無効なメールアドレスです。', 'ends_with' => '次のいずれかで終わる必要があります: :values', + 'enum' => 'The selected value is invalid.', 'exists' => '選択した値が無効です。', 'file' => 'ファイルである必要があります。', 'filled' => '値がありません。', @@ -79,6 +80,7 @@ 'numeric' => ':value 以下でなければなりません。', 'string' => ':value文字以下でなければなりません。', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => ':value 個以下でなければなりません。', 'file' => 'ファイルサイズが :value KB以下でなければなりません。', diff --git a/locales/ja/validation.php b/locales/ja/validation.php index a2b196d7f7..0aabb8989c 100644 --- a/locales/ja/validation.php +++ b/locales/ja/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attributeの値が重複しています。', 'email' => ':attributeは、有効なメールアドレス形式で指定してください。', 'ends_with' => ':attributeは、次のうちのいずれかで終わらなければなりません。: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => '選択された:attributeは、有効ではありません。', 'file' => ':attributeはファイルでなければいけません。', 'filled' => ':attributeは必須です。', @@ -80,6 +81,7 @@ 'numeric' => ':attributeは、:value以下でなければなりません。', 'string' => ':attributeは、:value文字以下でなければなりません。', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attributeの項目は、:max個以下にしてください。', 'file' => ':attributeには、:max KB以下のファイルを指定してください。', diff --git a/locales/ka/validation-inline.php b/locales/ka/validation-inline.php index bd31274348..ac68e21465 100644 --- a/locales/ka/validation-inline.php +++ b/locales/ka/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'ეს ველი აქვს დუბლიკატი ღირებულება.', 'email' => 'ეს უნდა იყოს სწორი ელექტრონული ფოსტის მისამართი.', 'ends_with' => 'ეს უნდა დასრულდეს ერთ-ერთი შემდეგი: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'შერჩეული ღირებულება არასწორია.', 'file' => 'შინაარსი უნდა იყოს ფაილი.', 'filled' => 'ამ სფეროში უნდა ჰქონდეს მნიშვნელობა.', @@ -79,6 +80,7 @@ 'numeric' => 'ღირებულება უნდა იყოს ნაკლები ან შეესაბამებოდეს :value.', 'string' => 'სიმბოლოების რაოდენობა უნდა იყოს ნაკლები ან შეესაბამებოდეს :value.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'ელემენტების რაოდენობა არ უნდა აღემატებოდეს :max.', 'file' => 'ფაილის ზომა არ უნდა იყოს მეტი ვიდრე :max კილობაიტი.', diff --git a/locales/ka/validation.php b/locales/ka/validation.php index 4adf56b90e..a6b05debfb 100644 --- a/locales/ka/validation.php +++ b/locales/ka/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute-ის ველს აქვს დუბლირებული მნიშვნელობა.', 'email' => ':attribute უნდა იყოს სწორი ელ.ფოსტა.', 'ends_with' => ':attribute უნდა ბოლოვდებოდეს შემდეგიდან ერთ-ერთით: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'არჩეული :attribute არასწორია.', 'file' => ':attribute უნდა იყოს ფაილი.', 'filled' => ':attribute აუცილებელია.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute უნდა იყოს მაქსიმუმ :value.', 'string' => ':attribute უნდა შეიცავდეს მაქსიმუმ :value სიმბოლოს.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute-ს არ უნდა ჰქონდეს :max ელემენტზე მეტი.', 'file' => ':attribute არ უნდა აღემატებოდეს :max კილობაიტს.', diff --git a/locales/kk/validation-inline.php b/locales/kk/validation-inline.php index 9bb378d4f0..99a628f0a0 100644 --- a/locales/kk/validation-inline.php +++ b/locales/kk/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Бұл өрістің қайталанатын мәні бар.', 'email' => 'Бұл жарамды электрондық пошта мекенжайы болуы керек.', 'ends_with' => 'Бұл келесі тармақтардың бірімен аяқталуы керек: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Таңдалған мән жарамсыз болып табылады.', 'file' => 'Мазмұн файл болуы керек.', 'filled' => 'Бұл өріс маңызды болуы керек.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/kk/validation.php b/locales/kk/validation.php index 39c21b1410..892f4c8671 100644 --- a/locales/kk/validation.php +++ b/locales/kk/validation.php @@ -45,6 +45,7 @@ 'distinct' => ' :attribute жолында қосарланған мән бар.', 'email' => ' :attribute жарамды электрондық пошта мекенжайы болуы керек.', 'ends_with' => ' :attribute келесі мәндердің біреуінен аяқталуы керек: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ' таңдалған :attribute жарамсыз.', 'file' => ' :attribute файл болуы тиіс.', 'filled' => ' :attribute жолы толтырылуы керек.', @@ -80,6 +81,7 @@ 'numeric' => ' :attribute мәні :value кіші немесе тең болуы керек.', 'string' => ' :attribute мәні :value таңбалардан кіші немесе тең болуы керек.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ' :attribute жиымының құрамы :max элементтен аспауы керек.', 'file' => ' :attribute мәні :max килобайттан көп болмауы керек.', diff --git a/locales/km/validation-inline.php b/locales/km/validation-inline.php index 603b4709d9..be501de71e 100644 --- a/locales/km/validation-inline.php +++ b/locales/km/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'វាលនេះមានតម្លៃស្ទួន។', 'email' => 'វាលនេះទម្រង់នេះមិនត្រឹមត្រូវ។', 'ends_with' => 'វាលនេះត្រូវបញ្ចប់ដោយពាក្យមួយក្នុងចំណោម :values។', + 'enum' => 'The selected value is invalid.', 'exists' => 'ការជ្រើសរើស វាលនេះត្រឹមត្រូវ។', 'file' => 'វាលនេះត្រូវតែជាប្រភេទឯកសារ។', 'filled' => 'ទម្រង់ វាលនេះនេះគឺទាមទារឲ្យមាន។', @@ -79,6 +80,7 @@ 'numeric' => 'វាលនេះត្រូវតែតិចជាងឬស្មើ :value។', 'string' => 'វាលនេះត្រូវតែតិចជាងឬស្មើ :value តួអក្សរ។', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'វាលនេះមិនត្រូវច្រើនជាងធាតុនេះ :max។', 'file' => 'វាលនេះមិនត្រូវធំជាង :max គីឡូបៃ។', diff --git a/locales/km/validation.php b/locales/km/validation.php index 31b8758884..dba708cabc 100644 --- a/locales/km/validation.php +++ b/locales/km/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute មានតម្លៃស្ទួន។', 'email' => ':attribute ទម្រង់នេះមិនត្រឹមត្រូវ។', 'ends_with' => ':attribute ត្រូវបញ្ចប់ដោយពាក្យមួយក្នុងចំណោម :values។', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'ការជ្រើសរើស :attribute ត្រឹមត្រូវ។', 'file' => ':attribute ត្រូវតែជាប្រភេទឯកសារ។', 'filled' => 'ទម្រង់ :attribute នេះគឺទាមទារឲ្យមាន។', @@ -80,6 +81,7 @@ 'numeric' => ':attribute ត្រូវតែតិចជាងឬស្មើ :value។', 'string' => ':attribute ត្រូវតែតិចជាងឬស្មើ :value តួអក្សរ។', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute មិនត្រូវច្រើនជាងធាតុនេះ :max។', 'file' => ':attribute មិនត្រូវធំជាង :max គីឡូបៃ។', diff --git a/locales/kn/validation-inline.php b/locales/kn/validation-inline.php index ab694e4400..6970647ae6 100644 --- a/locales/kn/validation-inline.php +++ b/locales/kn/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'ಈ ಕ್ಷೇತ್ರದಲ್ಲಿ ಹೊಂದಿದೆ ಒಂದು ನಕಲು ಮೌಲ್ಯ.', 'email' => 'ಈ must be a valid email address.', 'ends_with' => 'ಈ must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'ಆಯ್ಕೆ value is invalid.', 'file' => 'ವಿಷಯ ಇರಬೇಕು ಫೈಲ್.', 'filled' => 'ಈ ಕ್ಷೇತ್ರದಲ್ಲಿ ಹೊಂದಿರಬೇಕು ಒಂದು ಮೌಲ್ಯ.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/kn/validation.php b/locales/kn/validation.php index 10f12f20cb..02a3b2d753 100644 --- a/locales/kn/validation.php +++ b/locales/kn/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'ಈ :attribute ಕ್ಷೇತ್ರವು ನಕಲಿ ಮೌಲ್ಯವನ್ನು ಹೊಂದಿದೆ.', 'email' => 'ಈ :attribute ಮಾನ್ಯವಾದ ಇಮೇಲ್ ವಿಳಾಸವಾಗಿರಬೇಕು.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'ಈ ಆಯ್ಕೆಮಾಡಲಾದ :attribute ಅಮಾನ್ಯವಾಗಿದೆ .', 'file' => 'ಈ :attribute ಫೈಲ್ ಆಗಿರಬೇಕು.', 'filled' => 'ಈ :attribute ಕ್ಷೇತ್ರವು ಮೌಲ್ಯವನ್ನು ಹೊಂದಿರಬೇಕು.', @@ -80,6 +81,7 @@ 'numeric' => 'ಈ :attribute ನಲ್ಲಿ :value ಗಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.', 'string' => 'ಈ :attribute ನಲ್ಲಿ :value ಅಕ್ಷರಗಳಿಗಿಂತ ಕಡಿಮೆ ಅಥವಾ ಸಮನಾಗಿರಬೇಕು.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'ಈ :attribute ನಲ್ಲಿ :max ಐಟಂಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬಾರದು .', 'file' => 'ಈ :attribute ನಲ್ಲಿ :max ಕಿಲೋಬೈಟ್ಗಳಿಗಿಂತ ಹೆಚ್ಚು ಇರಬಾರದು .', diff --git a/locales/ko/validation-inline.php b/locales/ko/validation-inline.php index 4d7444c45d..91d381b791 100644 --- a/locales/ko/validation-inline.php +++ b/locales/ko/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => '이 필드에 중복된 값이 있습니다.', 'email' => '유효한 이메일 주소여야 합니다.', 'ends_with' => '다음 중 하나로 끝나야 합니다: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => '존재하지 않습니다.', 'file' => '파일이어야 합니다.', 'filled' => '이 필드는 값이 있어야 합니다.', @@ -79,6 +80,7 @@ 'numeric' => '이 값은 :value보다 같거나 작아야 합니다.', 'string' => '이 문자열의 길이는 :value보다 같거나 짧아야 합니다.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => '이 배열의 항목 수는 :max개보다 많을 수 없습니다.', 'file' => '이 파일의 용량은 :max킬로바이트보다 클 수 없습니다.', diff --git a/locales/ko/validation.php b/locales/ko/validation.php index 6826254d76..65734624d1 100644 --- a/locales/ko/validation.php +++ b/locales/ko/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute 필드에 중복된 값이 있습니다.', 'email' => ':attribute은(는) 유효한 이메일 주소여야 합니다.', 'ends_with' => ':attribute은(는) 다음 중 하나로 끝나야 합니다: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute이(가) 존재하지 않습니다.', 'file' => ':attribute은(는) 파일이어야 합니다.', 'filled' => ':attribute 필드는 값이 있어야 합니다.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute의 값은 :value보다 같거나 작아야 합니다.', 'string' => ':attribute의 길이는 :value보다 같거나 짧아야 합니다.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute은(는) :max개보다 많을 수 없습니다.', 'file' => ':attribute은(는) :max킬로바이트보다 클 수 없습니다.', diff --git a/locales/lt/validation-inline.php b/locales/lt/validation-inline.php index 9881f18ded..8ab92b01e3 100644 --- a/locales/lt/validation-inline.php +++ b/locales/lt/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Šio lauko reikšmė pasikartoja.', 'email' => 'Šio lauko reikšmė turi būti galiojantis el. pašto adresas.', 'ends_with' => 'Šis laukas turi baigtis vienu iš: :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'Šio lauko reikšmė negalioja.', 'file' => 'Šis laukas turi būti failas.', 'filled' => 'Šis laukas turi būti užpildytas.', @@ -79,6 +80,7 @@ 'numeric' => 'Šio lauko reikšmė turi būti mažesnė arba lygi :value.', 'string' => 'Šio lauko reikšmė turi būti mažesnė arba lygi :value simboliams.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Šis laukas negali turėti daugiau nei :max elementų.', 'file' => 'Šis failas negali būti didesnis nei :max kilobaitų.', diff --git a/locales/lt/validation.php b/locales/lt/validation.php index 34d4e3dfdf..afe067333d 100644 --- a/locales/lt/validation.php +++ b/locales/lt/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Laukas :attribute pasikartoja.', 'email' => 'Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.', 'ends_with' => 'Laukas :attribute turi baigtis vienu iš: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Pasirinkta negaliojanti :attribute reikšmė.', 'file' => ':attribute turi būti failas.', 'filled' => 'Laukas :attribute turi būti užpildytas.', @@ -80,6 +81,7 @@ 'numeric' => 'Lauko :attribute reikšmė turi būti mažesnė arba lygi :value.', 'string' => 'Lauko :attribute reikšmė turi būti mažesnė arba lygi :value simboliams.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Elementų kiekis lauke :attribute negali turėti daugiau nei :max elementų.', 'file' => 'Failo dydis lauke :attribute negali būti didesnis nei :max kilobaitų.', diff --git a/locales/lv/validation-inline.php b/locales/lv/validation-inline.php index ea490d790c..30c28bc2f3 100644 --- a/locales/lv/validation-inline.php +++ b/locales/lv/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Šim laukam ir dublikāta vērtība.', 'email' => 'Tam jābūt derīgai e-pasta adresei.', 'ends_with' => 'Tam jābeidzas ar vienu no šiem: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Atlasītā vērtība nav derīga.', 'file' => 'Saturam jābūt failam.', 'filled' => 'Šim laukam jābūt vērtībai.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/lv/validation.php b/locales/lv/validation.php index 248c3e6689..1b43fde5a5 100644 --- a/locales/lv/validation.php +++ b/locales/lv/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute laukam ir dublikāts.', 'email' => ':attribute ir jābūt derīgai e-pasta adresei.', 'ends_with' => ':attribute jābeidzas ar vienu no šiem: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Izvēlētais :attribute ir nederīgs.', 'file' => ':attribute jābūt failam.', 'filled' => ':attribute lauks ir obligāts.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute jābūt mazākam vai vienādam ar :value.', 'string' => ':attribute nedrīkst pārsniegt :value rakstzīmes.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute nedrīkst pārsniegt :max vienības.', 'file' => ':attribute nedrīkst pārsniegt :max kilobaitus.', diff --git a/locales/mk/validation-inline.php b/locales/mk/validation-inline.php index c5678b8d26..2e309ca0c6 100644 --- a/locales/mk/validation-inline.php +++ b/locales/mk/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ова поле има дупликат вредност.', 'email' => 'Ова мора да биде валидна e-mail адреса.', 'ends_with' => 'Ова мора да завршува со една од следните вредности: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Избраната вредност не е валидна.', 'file' => 'Содржината мора да биде датотека.', 'filled' => 'Ова поле мора да има вредност.', @@ -79,6 +80,7 @@ 'numeric' => 'Овој број мора да биде помал или еднаков на :value.', 'string' => 'Овој текст мора да биде со должина помала или еднаква на :value карактери.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Ова поле не може да има повеќе од :max елементи.', 'file' => 'Оваа датотека не може да биде поголема од :max килобајти.', diff --git a/locales/mk/validation.php b/locales/mk/validation.php index 2785c295cf..be2c90de50 100644 --- a/locales/mk/validation.php +++ b/locales/mk/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Полето :attribute има вредност која е дупликат.', 'email' => 'Полето :attribute не е во валиден формат.', 'ends_with' => 'Полето :attribute мора да завршува со една од следните вредности: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Полето :attribute има вредност која веќе постои.', 'file' => 'Полето :attribute мора да биде датотека.', 'filled' => 'Полето :attribute мора да има вредност.', @@ -80,6 +81,7 @@ 'numeric' => 'Полето :attribute мора да биде број помал или еднаков на :value.', 'string' => 'Полето :attribute мора да биде текст со помалку или еднаков на :value број на карактери.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Полето :attribute не може да има повеќе од :max елементи.', 'file' => 'Полето :attribute мора да биде датотека не поголема од :max килобајти.', diff --git a/locales/mn/validation-inline.php b/locales/mn/validation-inline.php index d91857232a..6f1ade5f23 100644 --- a/locales/mn/validation-inline.php +++ b/locales/mn/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Энэ талбар нь давхардсан утгыг байна.', 'email' => 'Энэ и-мэйл хаяг нь зөв байх естой.', 'ends_with' => 'Энэ нь дараах аль нэгийг нь дуусгах естой: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Сонгосон утга буруу байна.', 'file' => 'Агуулга нь файл байх естой.', 'filled' => 'Энэ талбар нь утга байх естой.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/mn/validation.php b/locales/mn/validation.php index 7bcb8c487e..622d307423 100644 --- a/locales/mn/validation.php +++ b/locales/mn/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':Attribute талбарт ялгаатай утга оруулах шаардлагатай.', 'email' => ':Attribute талбарт зөв и-мэйл хаяг оруулах шаардлагатай.', 'ends_with' => ':attribute дараах аль нэгийг нь дуусгах естой: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Сонгогдсон :attribute буруу байна.', 'file' => ':Attribute талбарт файл оруулах шаардлагатай.', 'filled' => ':Attribute талбар шаардлагатай.', @@ -80,6 +81,7 @@ '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 килобайтаас бага хэмжээтэй файл оруулна уу.', diff --git a/locales/mr/validation-inline.php b/locales/mr/validation-inline.php index 574c1a1d36..70831e09cd 100644 --- a/locales/mr/validation-inline.php +++ b/locales/mr/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'या क्षेत्रात हुबेहुब मूल्य आहे.', 'email' => 'हा ग्राह्य ई-मेल पत्ता असेल.', 'ends_with' => 'खालील एक समाप्त करणे आवश्यक आहे: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'निवडलेली मूल्य अवैध आहे.', 'file' => 'सामग्री फाइल असणे आवश्यक आहे.', 'filled' => 'ह्या फिल्डमध्ये व्हॅल्यू असायला हवी.', @@ -79,6 +80,7 @@ 'numeric' => 'मूल्य :value पेक्षा कमी किंवा समान असणे आवश्यक आहे.', 'string' => 'स्ट्रिंग :value वर्णांपेक्षा कमी किंवा समान असणे आवश्यक आहे.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'सामग्रीमध्ये :max पेक्षा जास्त आयटम असू शकत नाहीत.', 'file' => 'फाईलचा आकार :max किलोबाइटपेक्षा जास्त असू शकत नाही.', diff --git a/locales/mr/validation.php b/locales/mr/validation.php index 3bcbd6321b..f61418efa3 100644 --- a/locales/mr/validation.php +++ b/locales/mr/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute वेगवेगळे असावेत.', 'email' => ':attribute एक वैध ईमेल पत्ता असणे आवश्यक आहे.', 'ends_with' => ':attribute खालील एक समाप्त करणे आवश्यक आहे: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'निवडलेेलेे :attribute वैध नाही.', 'file' => ':attribute एक फ़ाइल असावी.', 'filled' => ':attribute फील्ड आवश्यक आहे.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute, :value पेक्षा कमी किंवा समान असणे आवश्यक आहे.', 'string' => ':attribute, :value शब्दांपेक्षा कमी किंवा समान असणे आवश्यक आहे.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute, :value संख्या पेक्षा कमी असणे आवश्यक आहे.', 'file' => ':attribute, :value किलोबाईट पेक्षा कमी असणे आवश्यक आहे.', diff --git a/locales/ms/validation-inline.php b/locales/ms/validation-inline.php index 20a04f8798..4d8401fa38 100644 --- a/locales/ms/validation-inline.php +++ b/locales/ms/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ruangan ini mempunyai nilai yang berulang.', 'email' => 'Alamat emel mestilah sah.', 'ends_with' => 'Nilai mesti berakhir dengan salah satu dari nilai berikut: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Pilihan tidak sah.', 'file' => 'Ruangan ini mesti fail yang sah.', 'filled' => 'Ruangan ini mesti mempunyai nilai.', @@ -79,6 +80,7 @@ 'numeric' => 'Nilai mesti kurang daripada atau bersamaan dengan :value.', 'string' => 'Rentetan mesti kurang daripada atau bersamaan dengan :value aksara.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Jujukan mesti tidak melebihi :max perkara.', 'file' => 'Saiz fail mesti tidak melebihi :max kilobait.', diff --git a/locales/ms/validation.php b/locales/ms/validation.php index 1d6d5659da..2621c680d2 100644 --- a/locales/ms/validation.php +++ b/locales/ms/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute adalah nilai yang berulang', 'email' => ':attribute tidak sah.', 'ends_with' => ':attribute mesti berakhir dengan salah satu dari: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute tidak sah.', 'file' => ':attribute mesti fail yang sah.', 'filled' => ':attribute diperlukan.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute mesti kurang daripada atau bersamaan dengan :value.', 'string' => ':attribute mesti kurang daripada atau bersamaan dengan :value aksara.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Jumlah :attribute mesti tidak melebihi :max perkara.', 'file' => 'Jumlah :attribute mesti tidak melebihi :max kilobait.', diff --git a/locales/nb/validation-inline.php b/locales/nb/validation-inline.php index 4cc7f84557..b82b5fba4e 100644 --- a/locales/nb/validation-inline.php +++ b/locales/nb/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Har en duplisert verdi.', 'email' => 'Må være en gyldig e-postadresse.', 'ends_with' => 'Må ende med en av følgende: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Den valgte veriden er ugyldig.', 'file' => 'Må være en fil.', 'filled' => 'Må fylles ut.', @@ -79,6 +80,7 @@ 'numeric' => 'Må være mindre enn eller lik :value.', 'string' => 'Må være kortere enn eller lik :value tegn.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Må ikke ha flere enn :max elementer.', 'file' => 'Må ikke være større enn :max kilobytes.', diff --git a/locales/nb/validation.php b/locales/nb/validation.php index f6de62942e..4512a121ce 100644 --- a/locales/nb/validation.php +++ b/locales/nb/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute har en duplisert verdi.', 'email' => ':attribute må være en gyldig e-postadresse.', 'ends_with' => ':attribute må ende med en av følgende: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Det valgte :attribute er ugyldig.', 'file' => ':attribute må være en fil.', 'filled' => ':attribute må fylles ut.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute må være mindre enn eller lik :value.', 'string' => ':attribute må være kortere enn eller lik :value tegn.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute må ikke ha flere enn :max elementer.', 'file' => ':attribute må ikke være større enn :max kilobytes.', diff --git a/locales/ne/validation-inline.php b/locales/ne/validation-inline.php index 5c0bb78f4a..956f87b92e 100644 --- a/locales/ne/validation-inline.php +++ b/locales/ne/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'यस फिल्डको नक्कल मान छ।', 'email' => 'यो मान्य ईमेल ठेगाना हुनुपर्दछ।', 'ends_with' => 'यो निम्न मध्ये एक संग समाप्त हुनुपर्दछ :values।', + 'enum' => 'The selected value is invalid.', 'exists' => 'चयनित मान अवैध छ।', 'file' => 'सामग्री फाईल हुनुपर्दछ।', 'filled' => 'यस फिल्डको मान हुनुपर्दछ।', @@ -79,6 +80,7 @@ 'numeric' => 'मान सानाे वा बराबर हुनुपर्छ :value।', 'string' => 'स्ट्रिङ्ग सानाे वा बराबर हुनुपर्दछ :value क्यारेक्टरहरू।', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'सामग्रीसँग :max आईटमहरू हुन सक्दैनन्।', 'file' => 'फाईल आकार भन्दा बढी नहुन सक्दछ :max किलोबाइट्स।', diff --git a/locales/ne/validation.php b/locales/ne/validation.php index 1f5d809383..f8eda3f4e6 100644 --- a/locales/ne/validation.php +++ b/locales/ne/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute फिल्ड फिल्डको नक्कल मान छ', 'email' => ':attribute को इमेल ठेगाना मिलेन।', 'ends_with' => ':attribute निम्न मध्ये एकको साथ विशेषता अन्त हुनुपर्दछ :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'छानिएको :attribute अमान्य छ।', 'file' => ':attribute एक फाईल हुनुपर्दछ।', 'filled' => ':attribute दिइएको हुनुपर्छ।', @@ -80,6 +81,7 @@ 'numeric' => ' :attribute :value भन्दा बढि हुनुपर्दछ।', 'string' => ' :attribute :value क्यारेक्टर भन्दा बढि हुनुपर्दछ।', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ' :attribute मा :max आईटमहरू भन्दा बढि हुनुपर्दछ।', 'file' => ' :attribute :max क्यालोबाइट भन्दा बढि हुनुपर्दछ।', diff --git a/locales/nl/validation-inline.php b/locales/nl/validation-inline.php index 35652c4839..6f00bf7814 100644 --- a/locales/nl/validation-inline.php +++ b/locales/nl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Dit veld heeft een dubbele waarde.', 'email' => 'Dit is geen geldig e-mailadres.', 'ends_with' => 'Dit moet met één van de volgende waarden eindigen: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'De geselecteerde waarde bestaat niet.', 'file' => 'Dit moet een bestand zijn.', 'filled' => 'Dit veld is verplicht.', @@ -79,6 +80,7 @@ 'numeric' => 'De waarde moet kleiner of gelijk zijn aan :value.', 'string' => 'De waarde moet maximaal :value tekens bevatten.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'De inhoud mag niet meer dan :max items bevatten.', 'file' => 'Het bestand mag niet meer dan :max kilobytes zijn.', diff --git a/locales/nl/validation.php b/locales/nl/validation.php index 715e57c177..ce73486734 100644 --- a/locales/nl/validation.php +++ b/locales/nl/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':Attribute heeft een dubbele waarde.', 'email' => ':Attribute is geen geldig e-mailadres.', 'ends_with' => ':Attribute moet met één van de volgende waarden eindigen: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':Attribute bestaat niet.', 'file' => ':Attribute moet een bestand zijn.', 'filled' => ':Attribute is verplicht.', @@ -80,6 +81,7 @@ 'numeric' => 'De :attribute moet kleiner of gelijk zijn aan :value.', 'string' => 'De :attribute moet maximaal :value tekens bevatten.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':Attribute mag niet meer dan :max items bevatten.', 'file' => ':Attribute mag niet meer dan :max kilobytes zijn.', diff --git a/locales/nn/validation-inline.php b/locales/nn/validation-inline.php index 7c0d7730f0..7b5fbae7de 100644 --- a/locales/nn/validation-inline.php +++ b/locales/nn/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/nn/validation.php b/locales/nn/validation.php index 4ad2c5967f..7ad6f0abd9 100644 --- a/locales/nn/validation.php +++ b/locales/nn/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute har ein duplikatverdi.', 'email' => ':attribute format er ugyldig.', 'ends_with' => ':attribute må slutte på ein av følgande: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Det valde :attribute er ugyldig.', 'file' => ':attribute må vere ei fil.', 'filled' => ':attribute må fyllast ut.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute må vere mindre enn eller lik :value.', 'string' => ':attribute må vere kortare enn eller lik :value teikn.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute skal ikkje ha fleire enn :max element.', 'file' => ':attribute skal vere mindre enn :max kilobytes.', diff --git a/locales/oc/validation-inline.php b/locales/oc/validation-inline.php index 51e6574c5a..ed13dd2780 100644 --- a/locales/oc/validation-inline.php +++ b/locales/oc/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Aqueste camp a un doblon.', 'email' => 'Aqueste camp deu èsser una adreça de corrièl valida.', 'ends_with' => 'Aqueste camp deu acabar per una de las valors seguentas : :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'Aqueste camp seleccionat es invalid.', 'file' => 'Aqueste camp deu èsser un fichièr.', 'filled' => 'Aqueste camp deu aver una valor.', @@ -79,6 +80,7 @@ 'numeric' => 'La valor deu èsser inferiora o egala a :value.', 'string' => 'Lo tèxt deu conténer al pus mai :value caractèrs.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Lo tablèu deu pas conténer mai de :max elements.', 'file' => 'La talha del fichièr deu pas èsser superior a :max kiloctets.', diff --git a/locales/oc/validation.php b/locales/oc/validation.php index 9e91990b94..a1b71aa28e 100644 --- a/locales/oc/validation.php +++ b/locales/oc/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Lo camp :attribute a un doblon.', 'email' => ':attribute deu èsser una adreça de corrièl valida.', 'ends_with' => 'Lo camp :attribute deu acabar per una de las valors seguentas : :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Lo :attribute seleccionat es invalid.', 'file' => 'Lo camp :attribute deu èsser un fichièr.', 'filled' => 'Lo camp :attribute deu aver una valor.', @@ -80,6 +81,7 @@ 'numeric' => 'La valor de :attribute deu èsser inferiora o egala a :value.', 'string' => 'Lo tèxt :attribute deu conténer al pus mai :value caractèrs.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Lo tablèu :attribute deu pas conténer mai de :max elements.', 'file' => 'La talha del fichièr :attribute deu pas èsser superior a :max kiloctets.', diff --git a/locales/pl/pl.json b/locales/pl/pl.json index 0dad3e5cf7..0490dc0ed2 100644 --- a/locales/pl/pl.json +++ b/locales/pl/pl.json @@ -190,7 +190,7 @@ "Done.": "Zrobione.", "Download": "Pobierz", "Download Receipt": "Pobierz rachunek", - "E-Mail Address": "E-Mail Address", + "E-Mail Address": "Adres Email", "Ecuador": "Ekwador", "Edit": "Edytuj", "Edit :resource": "Edytuj :resource", @@ -200,7 +200,6 @@ "Egypt": "Egipt", "El Salvador": "Zbawiciel", "Email": "Email", - "E-Mail Address": "Adres Email", "Email Address": "Adres Email", "Email Addresses": "Adresy Email", "Email Password Reset Link": "Link do resetowania hasła e-mailem", diff --git a/locales/pl/validation-inline.php b/locales/pl/validation-inline.php index 870c5c90f0..9250f1faa5 100644 --- a/locales/pl/validation-inline.php +++ b/locales/pl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Pole ma zduplikowane wartości.', 'email' => 'Pole nie jest poprawnym adresem e-mail.', 'ends_with' => 'Pole musi kończyć się jedną z następujących wartości: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Zaznaczona wartość jest nieprawidłowa.', 'file' => 'Pole musi być plikiem.', 'filled' => 'Pole nie może być puste.', @@ -79,6 +80,7 @@ 'numeric' => 'Pole musi być mniejsze lub równe :value.', 'string' => 'Pole musi być krótsze lub równe :value znaków.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Pole nie może mieć więcej niż :max elementów.', 'file' => 'Pole nie może być większe niż :max kilobajtów.', diff --git a/locales/pl/validation.php b/locales/pl/validation.php index cb47d24e5d..eb8883934c 100644 --- a/locales/pl/validation.php +++ b/locales/pl/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Pole :attribute ma zduplikowane wartości.', 'email' => 'Pole :attribute nie jest poprawnym adresem e-mail.', 'ends_with' => 'Pole :attribute musi kończyć się jedną z następujących wartości: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Zaznaczone pole :attribute jest nieprawidłowe.', 'file' => 'Pole :attribute musi być plikiem.', 'filled' => 'Pole :attribute nie może być puste.', @@ -80,6 +81,7 @@ 'numeric' => 'Pole :attribute musi być mniejsze lub równe :value.', 'string' => 'Pole :attribute musi być krótsze lub równe :value znaków.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Pole :attribute nie może mieć więcej niż :max elementów.', 'file' => 'Pole :attribute nie może być większe niż :max kilobajtów.', diff --git a/locales/ps/validation-inline.php b/locales/ps/validation-inline.php index 7c0d7730f0..7b5fbae7de 100644 --- a/locales/ps/validation-inline.php +++ b/locales/ps/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/ps/validation.php b/locales/ps/validation.php index fe99c4cac7..b9e2ce121a 100644 --- a/locales/ps/validation.php +++ b/locales/ps/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'د ساحې څخه :attribute د نقل ارزښت .', 'email' => 'دا باید وي :attribute یو باوري بریښلیک پته جوړښت.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'مشخص ارزښت :attribute شتون نلري.', 'file' => 'د :attribute دا باید یوه فایل وي.', 'filled' => ':attribute لازمه ده.', @@ -80,6 +81,7 @@ 'numeric' => 'دا باید ارزښت وي :attribute نسبت برابر یا کوچنی :value.', 'string' => 'د متن اوږدوالی باید له زیاتوالی نه وي:attribute :value توري/توري.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'دا باید شامل نه وي :attribute له زیاتو څخه :max عناصر/عنصر.', 'file' => 'د دوتنې اندازه باید له حد نه زیاته وي :attribute :max كيلوبايت.', diff --git a/locales/pt/validation-inline.php b/locales/pt/validation-inline.php index 707936f2b7..2c21580b12 100644 --- a/locales/pt/validation-inline.php +++ b/locales/pt/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Este campo tem um valor duplicado.', 'email' => 'Este deve ser um endereço de e-mail válido.', 'ends_with' => 'Isso deve terminar com um dos seguintes valores :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'O valor selecionado é inválido.', 'file' => 'O conteúdo deve ser um ficheiro.', 'filled' => 'Este campo deve ter um valor.', @@ -79,6 +80,7 @@ 'numeric' => 'O valor deve ser menor ou igual :value.', 'string' => 'A cadeia de texto deve ser menor ou igual :value caracteres.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'O conteúdo pode não ter mais do que :max itens.', 'file' => 'O tamanho do ficheiro não pode ser maior que :max kilobytes.', diff --git a/locales/pt/validation.php b/locales/pt/validation.php index 625057bfed..2915dbad2e 100644 --- a/locales/pt/validation.php +++ b/locales/pt/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'O campo :attribute contém um valor duplicado.', 'email' => 'O campo :attribute não contém um endereço de e-mail válido.', 'ends_with' => 'O campo :attribute deverá terminar com : :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'O valor selecionado para o campo :attribute é inválido.', 'file' => 'O campo :attribute deverá conter um ficheiro.', 'filled' => 'É obrigatória a indicação de um valor para o campo :attribute.', @@ -80,6 +81,7 @@ 'numeric' => 'O campo :attribute tem de ser inferior ou igual a :value.', 'string' => 'O campo :attribute tem de ter :value caracteres ou menos.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'O campo :attribute não deverá conter mais de :max elementos.', 'file' => 'O campo :attribute não deverá ter um tamanho superior a :max kilobytes.', diff --git a/locales/pt_BR/validation-inline.php b/locales/pt_BR/validation-inline.php index c36ab37be9..816b775489 100644 --- a/locales/pt_BR/validation-inline.php +++ b/locales/pt_BR/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Este campo tem um valor duplicado.', 'email' => 'Este deve ser um endereço de e-mail válido.', 'ends_with' => 'Isso deve terminar com um dos seguintes valores :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'O valor selecionado é inválido.', 'file' => 'O conteúdo deve ser um arquivo.', 'filled' => 'Este campo deve ter um valor.', @@ -79,6 +80,7 @@ 'numeric' => 'O valor deve ser menor ou igual :value.', 'string' => 'A sequência deve ser menor ou igual :value caracteres.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'O conteúdo pode não ter mais do que :max itens.', 'file' => 'O tamanho do arquivo não pode ser maior que :max kilobytes.', diff --git a/locales/pt_BR/validation.php b/locales/pt_BR/validation.php index 9b88c76f54..cdcd0bf1f4 100644 --- a/locales/pt_BR/validation.php +++ b/locales/pt_BR/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'O campo :attribute contém um valor duplicado.', 'email' => 'O campo :attribute não contém um endereço de email válido.', 'ends_with' => 'O campo :attribute deve terminar com um dos seguintes valores: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'O valor selecionado para o campo :attribute é inválido.', 'file' => 'O campo :attribute deve conter um arquivo.', 'filled' => 'O campo :attribute é obrigatório.', @@ -80,6 +81,7 @@ 'numeric' => 'O campo :attribute deve ser menor ou igual a :value.', 'string' => 'O campo :attribute deve ser menor ou igual a :value caracteres.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'O campo :attribute deve conter no máximo :max itens.', 'file' => 'O campo :attribute não pode conter um arquivo com mais de :max kilobytes.', diff --git a/locales/ro/validation-inline.php b/locales/ro/validation-inline.php index 3f2a90721b..783b528284 100644 --- a/locales/ro/validation-inline.php +++ b/locales/ro/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Acest câmp are o valoare duplicată.', 'email' => 'Aceasta trebuie să fie o adresă de e-mail validă.', 'ends_with' => 'Aceasta trebuie să se încheie cu una dintre următoarele: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Valoarea selectată este nevalidă.', 'file' => 'Conținutul trebuie să fie un fișier.', 'filled' => 'Acest câmp trebuie să aibă o valoare.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/ro/validation.php b/locales/ro/validation.php index 6a8dfa0904..723ff4499b 100644 --- a/locales/ro/validation.php +++ b/locales/ro/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Câmpul :attribute are o valoare duplicat.', 'email' => 'Câmpul :attribute trebuie să fie o adresă de e-mail validă.', 'ends_with' => 'Câmpul :attribute trebuie să se încheie cu una din următoarele valori: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Câmpul :attribute selectat nu este valid.', 'file' => 'Câmpul :attribute trebuie să fie un fișier.', 'filled' => 'Câmpul :attribute trebuie completat.', @@ -80,6 +81,7 @@ 'numeric' => 'Câmpul :attribute trebuie să fie mai mic sau egal cu :value.', 'string' => 'Câmpul :attribute trebuie să fie mai mic sau egal cu :value caractere.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Câmpul :attribute nu poate avea mai mult de :max elemente.', 'file' => 'Câmpul :attribute nu poate avea mai mult de :max kiloocteți.', diff --git a/locales/sc/validation-inline.php b/locales/sc/validation-inline.php index 7c0d7730f0..7b5fbae7de 100644 --- a/locales/sc/validation-inline.php +++ b/locales/sc/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/sc/validation.php b/locales/sc/validation.php index d90f0d547c..8e8f30e75e 100644 --- a/locales/sc/validation.php +++ b/locales/sc/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'The :attribute field has a duplicate value.', 'email' => ':attribute no est bàlidu.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute seberadu/a no est bàlidu.', 'file' => 'The :attribute must be a file.', 'filled' => ':attribute est pedidu.', @@ -80,6 +81,7 @@ '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 non podet tènnere prus de :max elementos.', 'file' => ':attribute non depet èssere prus mannu de :max kilobytes.', diff --git a/locales/si/validation-inline.php b/locales/si/validation-inline.php index 60d5f02e32..92931befe9 100644 --- a/locales/si/validation-inline.php +++ b/locales/si/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'මේ ක්ෂේත්‍රය ඇති duplicate වටිනාකම.', 'email' => 'මෙම විය යුතුය, වලංගු විද්යුත්-තැපැල් ලිපිනය.', 'ends_with' => 'මේ අවසන් විය යුතුය සමග එක් පහත සඳහන්: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'තෝරාගත් අගය සාවද්ය වේ.', 'file' => 'අන්තර්ගත විය යුතුය ගොනුව.', 'filled' => 'මේ ක්ෂේත්‍රය ඇති කළ යුතු අගය.', @@ -79,6 +80,7 @@ 'numeric' => 'මෙම ක්ෂේත්‍රය :value ට වඩා අඩු හෝ සමාන විය යුතුයි.', 'string' => 'මෙම ක්ෂේත්‍රය අකුරු :value ට වඩා අඩු හෝ සමාන විය යුතුයි.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'මෙම ක්ෂේත්‍රය :max ට වඩා වැඩි නොවිය යුතුයි.', 'file' => 'මෙම ක්ෂේත්‍රය කිලෝබයිට් :max ට වඩා වැඩි නොවිය යුතුයි.', diff --git a/locales/si/validation.php b/locales/si/validation.php index 4d68c0c06d..947b610a6c 100644 --- a/locales/si/validation.php +++ b/locales/si/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'මේ :attribute හි එකම අගයේ අනු පිටපත් ඇත.', 'email' => 'මෙම :attribute එක වලංගු විද්‍යුත් ලිපිනයක් විය යුතුය.', 'ends_with' => 'මෙම :attribute එක :values මගින් අවසාන විය යුතුය.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'තෝරාගත් :attribute අගය වලංගු නොවේ.', 'file' => 'මෙම :attribute ය ෆයිල් එකක් විය යුතුය.', 'filled' => 'මේ :attribute හි අගයක් තිබිය යුතුය.', @@ -80,6 +81,7 @@ 'numeric' => 'මෙම :attribute එක :value ට වඩා අඩු හෝ සමාන විය යුතුයි.', 'string' => 'මෙම :attribute එක අකුරු :value ට වඩා අඩු හෝ සමාන විය යුතුයි.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'මෙම :attribute එක :max ට වඩා වැඩි නොවිය යුතුයි.', 'file' => 'මෙම :attribute එක කිලෝබයිට් :max ට වඩා වැඩි නොවිය යුතුයි.', diff --git a/locales/sk/validation-inline.php b/locales/sk/validation-inline.php index 067a5891ab..14f92c7953 100644 --- a/locales/sk/validation-inline.php +++ b/locales/sk/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Toto pole má duplicitnú hodnotu.', 'email' => 'Musí to byť platná e-mailová adresa.', 'ends_with' => 'Toto musí skončiť jedným z nasledujúcich krokov: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Zvolená hodnota je neplatná.', 'file' => 'Obsah musí byť súbor.', 'filled' => 'Toto pole musí mať hodnotu.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/sk/validation.php b/locales/sk/validation.php index 050b59d904..b03f78f787 100644 --- a/locales/sk/validation.php +++ b/locales/sk/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':Attribute je duplicitný.', 'email' => ':Attribute má neplatný formát.', 'ends_with' => ':attribute musí obsahovať jednú z týchto hodnôt: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'označený :attribute je neplatný.', 'file' => ':Attribute musí byť súbor.', 'filled' => ':Attribute je požadované.', @@ -80,6 +81,7 @@ 'numeric' => 'Hodnota :attribute musí byť menšia alebo rovná ako :value.', 'string' => ':Attribute musí mať rovnaký alebo menší počet znakov ako :value.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':Attribute nemôže mať viac ako :max prvkov.', 'file' => ':Attribute nemôže byť väčší ako :max kilobajtov.', diff --git a/locales/sl/validation-inline.php b/locales/sl/validation-inline.php index 3ad5d95539..8e56d65af1 100644 --- a/locales/sl/validation-inline.php +++ b/locales/sl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Polje ima podvojeno vrednost.', 'email' => 'Elektronski naslov mora biti veljaven.', 'ends_with' => 'Vnos se mora končati z eno od naslednjih vrednosti: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Izbrana vrednost ni veljavna.', 'file' => 'Vsebina mora biti datoteka.', 'filled' => 'Polje mora biti izpolnjeno.', @@ -79,6 +80,7 @@ 'numeric' => 'Vrednost ne sme biti večja od :value.', 'string' => 'Vnos ne sme biti daljši od :value znakov.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Polje ne sme vsebovati več kot :max elementov.', 'file' => 'Velikost datoteke ne sme presegati :max kilobajtov.', diff --git a/locales/sl/validation.php b/locales/sl/validation.php index 4796fbae1b..1d494c522f 100644 --- a/locales/sl/validation.php +++ b/locales/sl/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute je duplikat.', 'email' => ':attribute mora biti veljaven e-poštni naslov.', 'ends_with' => ':attribute se mora končati z eno od naslednjih vrednosti: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'izbran :attribute je neveljaven.', 'file' => ':attribute mora biti datoteka.', 'filled' => ':attribute mora biti izpolnjen.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute mora biti manjši ali enak :value.', 'string' => ':attribute mora imeti število znakov manjše ali enako :value.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute ne smejo imeti več kot :max elementov.', 'file' => ':attribute ne sme biti večje :max kilobajtov.', diff --git a/locales/sq/validation-inline.php b/locales/sq/validation-inline.php index 21b9b981b0..b062181e91 100644 --- a/locales/sq/validation-inline.php +++ b/locales/sq/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Kjo ka një vlerë të përsëritur.', 'email' => 'Kjo duhet të jetë email adresë e saktë.', 'ends_with' => 'Kjo duhet të përfundojë me një nga vlerat: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Vlera e përzgjedhur është e pasaktë.', 'file' => 'Kjo duhet të jetë një fajll.', 'filled' => 'Kjo fushë është e kërkuar.', @@ -79,6 +80,7 @@ 'numeric' => 'Kjo duhet të jetë më e vogël ose e barabartë me :value.', 'string' => 'Kjo duhet të ketë :value ose më pak karaktere.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Kjo nuk mund të ketë më tepër se :max elemente.', 'file' => 'Kjo nuk mund të jetë më tepër se :max kilobajtë.', diff --git a/locales/sq/validation.php b/locales/sq/validation.php index c5b196e761..91cc48044c 100644 --- a/locales/sq/validation.php +++ b/locales/sq/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute ka një vlerë të përsëritur.', 'email' => ':attribute formati është i pasaktë.', 'ends_with' => ':attribute duhet të përfundojë me një nga vlerat: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute përzgjedhur është i/e pasaktë.', 'file' => ':attribute duhet të jetë një fajll.', 'filled' => 'Fusha :attribute është e kërkuar.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute duhet të jetë më i/e vogël ose i/e barabartë me :value.', 'string' => ':attribute duhet të ketë :value ose më pak karaktere.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute nuk mund të ketë më tepër se :max elemente.', 'file' => ':attribute nuk mund të jetë më tepër se :max kilobajtë.', diff --git a/locales/sr_Cyrl/validation-inline.php b/locales/sr_Cyrl/validation-inline.php index f7496677c0..413d7c5d68 100644 --- a/locales/sr_Cyrl/validation-inline.php +++ b/locales/sr_Cyrl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ово поље има дуплирану вредност.', 'email' => 'Емаил мора да буде валидан.', 'ends_with' => 'Поље мора да се заврши са нечим од следећег: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Селектована вредност није валидна.', 'file' => 'Датотека мора да буде фајл.', 'filled' => 'Поље је обавезно.', @@ -79,6 +80,7 @@ 'numeric' => 'Вредност мора бити мања или једнака од :value.', 'string' => 'Реченица мора садрати мање од једнак :value слова.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Низ не сме имати више од :max ставки.', 'file' => 'Величина фајла не сме бити већа од :max килобајта.', diff --git a/locales/sr_Cyrl/validation.php b/locales/sr_Cyrl/validation.php index 919a4c0a52..9a98136f6f 100644 --- a/locales/sr_Cyrl/validation.php +++ b/locales/sr_Cyrl/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Поље :attribute има дуплирану вредност.', 'email' => 'Формат поља :attribute није валидан.', 'ends_with' => 'Поље :attribute мора да се заврши са нечим од следећег: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Одабрано поље :attribute није валидно.', 'file' => ':attribute мора да буде датотека.', 'filled' => 'Поље :attribute је обавезно.', @@ -80,6 +81,7 @@ 'numeric' => 'Поље :attribute мора да буде :value или мањи.', 'string' => 'Поље :attribute мора да садржи :value или мање знакова.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Поље :attribute не смије да имаге више од :max ставки.', 'file' => 'Поље :attribute мора бити мање од :max килобајта.', diff --git a/locales/sr_Latn/validation-inline.php b/locales/sr_Latn/validation-inline.php index bfdc9bdb6e..56a5820dfe 100644 --- a/locales/sr_Latn/validation-inline.php +++ b/locales/sr_Latn/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ovo polje ima dupliranu vrednost.', 'email' => 'Email mora da bude validan.', 'ends_with' => 'Polje mora da se završi sa nečim od sledećeg: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Selektovana vrednost nije validna.', 'file' => 'Datoteka mora da bude fajl.', 'filled' => 'Polje je obavezno.', @@ -79,6 +80,7 @@ 'numeric' => 'Vrednost mora biti manja ili jednaka od :value.', 'string' => 'Rečenica mora sadrati manje od jednak :value slova.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Niz ne sme imati više od :max stavki.', 'file' => 'Veličina fajla ne sme biti veća od :max kilobajta.', diff --git a/locales/sr_Latn/validation.php b/locales/sr_Latn/validation.php index 10ff4586e4..6135e9d8ea 100644 --- a/locales/sr_Latn/validation.php +++ b/locales/sr_Latn/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Polje :attribute ima dupliranu vrednost.', 'email' => 'Format polja :attribute nije validan.', 'ends_with' => 'Polje :attribute mora da se završi sa nečim od sledećeg: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Odabrano polje :attribute nije validno.', 'file' => ':attribute mora da bude datoteka.', 'filled' => 'Polje :attribute je obavezno.', @@ -80,6 +81,7 @@ 'numeric' => 'Polje :attribute mora da bude :value ili manji.', 'string' => 'Polje :attribute mora da sadrži :value ili manje znakova.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Polje :attribute ne smije da image više od :max stavki.', 'file' => 'Polje :attribute mora biti manje od :max kilobajta.', diff --git a/locales/sr_Latn_ME/validation-inline.php b/locales/sr_Latn_ME/validation-inline.php index 024ba1442e..e0313acd99 100644 --- a/locales/sr_Latn_ME/validation-inline.php +++ b/locales/sr_Latn_ME/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ово поље има понављајућу вредност.', 'email' => 'То мора бити валидна адреса е-поште.', 'ends_with' => 'Требало би да се заврши са једним од следећих: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Изабрана вредност је неприхватљива.', 'file' => 'Садржај мора бити датотека.', 'filled' => 'Ово поље би требало да направи разлику.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/sr_Latn_ME/validation.php b/locales/sr_Latn_ME/validation.php index 40c093a947..05164163c1 100644 --- a/locales/sr_Latn_ME/validation.php +++ b/locales/sr_Latn_ME/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Polje :attribute nema jedinstvenu vrijednost.', 'email' => 'Polje :attribute mora biti ispravna E-mail adresa.', 'ends_with' => 'Polje :attribute mora da se završi sa: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Odabrana vrijednost za :attribute nije ispravna.', 'file' => 'Polje :attribute mora da bude dokument.', 'filled' => 'Polje :attribute mora da sadrži podatak.', @@ -80,6 +81,7 @@ 'numeric' => 'Polje :attribute može da bude najviše :value.', 'string' => 'Polje :attribute mora da sadrži najviše :value znakova.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Niz :attribute mora da sadrži najviše :max stavki.', 'file' => 'Veličina dokumenta :attribute mora da bude :max kb ili manja.', diff --git a/locales/sv/validation-inline.php b/locales/sv/validation-inline.php index 37d6a882b6..dba407dcab 100644 --- a/locales/sv/validation-inline.php +++ b/locales/sv/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Detta fält har ett dubblettvärde.', 'email' => 'Detta måste vara en giltig e-postadress.', 'ends_with' => 'Detta måste sluta med något av följande: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Det valda värdet är ogiltigt.', 'file' => 'Innehållet måste vara en fil.', 'filled' => 'Detta fält måste ha ett värde.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/sv/validation.php b/locales/sv/validation.php index 41feba6f82..48bc39c5d3 100644 --- a/locales/sv/validation.php +++ b/locales/sv/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':Attribute innehåller fler än en repetition av samma element.', 'email' => ':Attribute måste innehålla en korrekt e-postadress.', 'ends_with' => ':Attribute måste sluta med en av följande: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':Attribute är ogiltigt.', 'file' => ':Attribute måste vara en fil.', 'filled' => ':Attribute är obligatoriskt.', @@ -80,6 +81,7 @@ 'numeric' => ':Attribute måste vara lika med eller mindre än :value.', 'string' => ':Attribute måste vara lika med eller kortare än :value tecken.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':Attribute får inte innehålla mer än :max objekt.', 'file' => ':Attribute får max vara :max kilobyte stor.', diff --git a/locales/sw/validation-inline.php b/locales/sw/validation-inline.php index 388f6e1fbd..43f33db886 100644 --- a/locales/sw/validation-inline.php +++ b/locales/sw/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Uwanja huu ina duplicate thamani.', 'email' => 'Hii ni lazima kuwa na anwani ya barua pepe halali.', 'ends_with' => 'Hii lazima mwisho na moja ya yafuatayo: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Kuchaguliwa thamani ni batili.', 'file' => 'Maudhui lazima faili.', 'filled' => 'Uwanja huu lazima kuwa na thamani.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/sw/validation.php b/locales/sw/validation.php index 97b6e6a18f..2f2336a136 100644 --- a/locales/sw/validation.php +++ b/locales/sw/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Sehemu ya kipengele ina thamani rudufu.', 'email' => 'Kipengele lazima kiwe anuani halali ya barua pepe.', 'ends_with' => 'Ya :attribute lazima mwisho na moja ya yafuatayo: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Kipengele kilichochaguliwa si halali.', 'file' => ':attribute linapaswa kuwa faili.', 'filled' => 'Sehemu ya kipengele inahitajika.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute inapaswa kuwa ndogo kuliko au sawa na :value.', 'string' => ':attribute inapaswa kuwa ndogo au sawa na herufi :value.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Kipengele huenda kisiwe na zaidi ya :max cha vifungu.', 'file' => 'Kipengele huenda si kikubwa kuliko :max cha kilobaiti.', diff --git a/locales/tg/validation-inline.php b/locales/tg/validation-inline.php index af6a2eb379..935a3222d7 100644 --- a/locales/tg/validation-inline.php +++ b/locales/tg/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Дар ин соҳа дорад, ки бд, аҳамияти.', 'email' => 'Ин бояд воқеии суроғаи почтаи электронӣ.', 'ends_with' => 'Ин бояд заканчиваться яке аз нуқтаҳои зерин: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Интихоб арзиши як недопустимым.', 'file' => 'Маълумоте, ки бояд бошад, ки файли матнӣ намебошад.', 'filled' => 'Ин соҳа бояд дорои аҳамияти.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/tg/validation.php b/locales/tg/validation.php index 5f64fc0327..b0a6ccb1c9 100644 --- a/locales/tg/validation.php +++ b/locales/tg/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute дорои қиммати такроршаванда мебошад.', 'email' => 'Қиммати :attribute бояд суроғаи электронии дуруст бошад.', 'ends_with' => 'Рақами :attribute бояд заканчиваться яке аз зерин: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Қиммати интихобкардаи :attribute нодуруст мебошад.', 'file' => 'Қиммати :attribute бояд файл бошад.', 'filled' => ':attribute бояд дорои қиммат бошад.', @@ -80,6 +81,7 @@ '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 Килобайт зиёд бошад.', diff --git a/locales/th/validation-inline.php b/locales/th/validation-inline.php index ca4ab08f53..df4d07589a 100644 --- a/locales/th/validation-inline.php +++ b/locales/th/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'ช่องข้อมูลนี้มีองปลค่า', 'email' => 'นี่ต้องเป็นที่อยู่อีเมลที่ถูกต้อง', 'ends_with' => 'นี่คงจบอย่างหนึ่งจากเกิดข้อผิดพลาดต่อไปนี้::values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'คอนที่เลือกไว้ออกค่าใช้ไม่ได้หรือไม่ถูกต้อง', 'file' => 'เนื้อหาต้องแฟ้ม', 'filled' => 'ช่องข้อมูลนี้คงมีมูลค่าอยู่', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/th/validation.php b/locales/th/validation.php index a2725bb45b..f5525d6007 100644 --- a/locales/th/validation.php +++ b/locales/th/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'ข้อมูล :attribute มีค่าที่ซ้ำกัน', 'email' => 'ข้อมูล :attribute ต้องเป็นอีเมล์', 'ends_with' => 'ที่ :attribute ต้องจบอย่างหนึ่งจากเกิดข้อผิดพลาดต่อไปนี้::values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'ข้อมูล ที่ถูกเลือกจาก :attribute ไม่ถูกต้อง', 'file' => 'ข้อมูล :attribute ต้องเป็นไฟล์.', 'filled' => 'ข้อมูล :attribute จำเป็นต้องกรอก', @@ -80,6 +81,7 @@ 'numeric' => 'ข้อมูล :attribute ต้องมีค่าน้อยกว่าหรือเท่ากับ :value.', 'string' => 'ข้อมูล :attribute ต้องมีความยาวตัวอักษรน้อยกว่าหรือเท่ากับ :value ตัวอักษร.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'ข้อมูล :attribute ต้องมีไม่เกิน :max ค่า', 'file' => 'ข้อมูล :attribute ต้องมีขนาดไม่เกิน :max กิโลไบต์', diff --git a/locales/tk/validation-inline.php b/locales/tk/validation-inline.php index 7c0d7730f0..7b5fbae7de 100644 --- a/locales/tk/validation-inline.php +++ b/locales/tk/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/tk/validation.php b/locales/tk/validation.php index c2f280321a..1b04ef0c03 100644 --- a/locales/tk/validation.php +++ b/locales/tk/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'The :attribute field has a duplicate value.', 'email' => ':attribute formaty ýalňyş.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Saýlanan :attribute ýalňyş.', 'file' => 'The :attribute must be a file.', 'filled' => ':attribute meýdany zerur.', @@ -80,6 +81,7 @@ '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 iň az :max maddadan ybarat bolmalydyr.', 'file' => ':attribute :max kilobaýtdan kiçi bolmalydyr.', diff --git a/locales/tl/validation-inline.php b/locales/tl/validation-inline.php index 90e450e08f..7f6f425b0b 100644 --- a/locales/tl/validation-inline.php +++ b/locales/tl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Ang patlang na ito ay may dobleng halaga.', 'email' => 'Ito ay dapat na isang wastong email address.', 'ends_with' => 'Ito ay dapat magtapos sa isa sa mga sumusunod: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Ang napiling halaga ay hindi wasto.', 'file' => 'Ang nilalaman ay dapat na isang talaksan.', 'filled' => 'Ang patlang na ito ay dapat magkaroon ng isang halaga.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/tl/validation.php b/locales/tl/validation.php index 67c9f56bbe..17cb2457ab 100644 --- a/locales/tl/validation.php +++ b/locales/tl/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Ang :attribute ng attribute ay may katulad na balyu.', 'email' => 'Ang :attribute ay dapat balidong email address.', 'ends_with' => ':attribute ang dapat magtapos sa isa sa mga sumusunod: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Ang piniling :attribute ay imbalido.', 'file' => 'Ang :attribute ay dapat na isang talaksan.', 'filled' => 'Ang :attribute ng attribute ay kailangan.', @@ -80,6 +81,7 @@ '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' => 'Ang :attribute ay hindi maaaring higit sa :max items.', 'file' => 'Ang :attribute ay hindi maaaring higit sa :max kilobytes.', diff --git a/locales/tr/validation-inline.php b/locales/tr/validation-inline.php index e028d66447..a22d0655db 100644 --- a/locales/tr/validation-inline.php +++ b/locales/tr/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Bu alanın yinelenen bir değeri vardır.', 'email' => 'E-posta adresi geçerli değil.', 'ends_with' => 'Bu şunlardan biriyle bitmelidir: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Seçili değer geçersiz.', 'file' => 'İçerik bir dosya olmalı.', 'filled' => 'Bu alanın bir değeri olmalıdır.', @@ -79,6 +80,7 @@ 'numeric' => 'Bu sayı :value sayısına eşit veya daha küçük olmalıdır.', 'string' => 'Bu metin :value veya daha kısa karaktere olmalıdır.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Bu içerik en fazla :max öge içerebilir.', 'file' => 'Dosya boyutu :max kilobayt\'tan büyük olamaz.', diff --git a/locales/tr/validation.php b/locales/tr/validation.php index 8a62b628ba..d8ffcc5192 100644 --- a/locales/tr/validation.php +++ b/locales/tr/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute alanı yinelenen bir değere sahip.', 'email' => ':attribute mutlaka geçerli bir e-posta adresi olmalıdır.', 'ends_with' => ':attribute sadece şu değerlerden biriyle bitebilir: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Seçili :attribute geçersiz.', 'file' => ':attribute mutlaka bir dosya olmalıdır.', 'filled' => ':attribute mutlaka doldurulmalıdır.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute mutlaka :value sayısından küçük veya eşit olmalıdır.', 'string' => ':attribute mutlaka :value karakterden kısa veya eşit olmalıdır.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute en fazla :max öge içerebilir.', 'file' => ':attribute en fazla :max kilobayt olabilir.', diff --git a/locales/ug/validation-inline.php b/locales/ug/validation-inline.php index 7c0d7730f0..7b5fbae7de 100644 --- a/locales/ug/validation-inline.php +++ b/locales/ug/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'This field has a duplicate value.', 'email' => 'This must be a valid email address.', 'ends_with' => 'This must end with one of the following: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'The selected value is invalid.', 'file' => 'The content must be a file.', 'filled' => 'This field must have a value.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/ug/validation.php b/locales/ug/validation.php index 5ed75642a7..5bc6d244e3 100644 --- a/locales/ug/validation.php +++ b/locales/ug/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute ئاللابۇرۇن مەۋجۈت.', 'email' => ':attribute ئىناۋەتلىك تورخەت ئادىرىسى ئەمەس.', 'ends_with' => 'The :attribute must end with one of the following: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute مەۋجۇت ئەمەس.', 'file' => ':attribute چوقۇم ھۆججەت بۇلىشى كېرەك.', 'filled' => ':attribute قۇرۇق بولسا بولمايدۇ.', @@ -80,6 +81,7 @@ '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 kb دىن چوڭ بولماسلىكى كېرەك.', diff --git a/locales/uk/validation-inline.php b/locales/uk/validation-inline.php index 4753b74384..7d91c3b457 100644 --- a/locales/uk/validation-inline.php +++ b/locales/uk/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Поле має повторюване значення.', 'email' => 'Має бути дійсною адресою електронної пошти.', 'ends_with' => 'Має закінчуватися одним із наступних: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Вибране значення недійсне.', 'file' => 'Вміст повинен бути файлом.', 'filled' => 'Обовязково для заповнення.', @@ -79,6 +80,7 @@ 'numeric' => 'Значення повинно бути менше або рівне :value.', 'string' => 'Рядок повинен бути більшим або рівним :value значення.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Вміст повинен містити :value елементів або більше.', 'file' => 'Розмір файлу повинен бути меншим або рівним :value кілобайт.', diff --git a/locales/uk/validation.php b/locales/uk/validation.php index 643b691bb1..559e34dded 100644 --- a/locales/uk/validation.php +++ b/locales/uk/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Поле :attribute містить значення, яке дублюється.', 'email' => 'Поле :attribute повинне містити коректну електронну адресу.', 'ends_with' => 'Поле :attribute має закінчуватися одним з наступних значень: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Вибране для :attribute значення не коректне.', 'file' => 'Поле :attribute має містити файл.', 'filled' => 'Поле :attribute є обов\'язковим для заповнення.', @@ -80,6 +81,7 @@ 'numeric' => 'Поле :attribute має дорівнювати чи бути менше ніж :value.', 'string' => 'Поле :attribute має дорівнювати чи бути менше ніж :value символів.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Поле :attribute повинне містити не більше :max елементів.', 'file' => 'Файл в полі :attribute має бути не більше :max кілобайт.', diff --git a/locales/ur/validation-inline.php b/locales/ur/validation-inline.php index e8ad736d3f..41ce38747f 100644 --- a/locales/ur/validation-inline.php +++ b/locales/ur/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'اس میدان کی ایک نقل قیمت.', 'email' => 'اس کو ایک درست ای میل ایڈریس.', 'ends_with' => 'اس کو ختم کرنا ضروری ہے کے ساتھ مندرجہ ذیل میں سے ایک: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'منتخب قدر باطل ہے.', 'file' => 'مواد ہونا ضروری ہے ایک فائل.', 'filled' => 'اس میدان میں ہونا ضروری ہے ، ایک قیمت ہے.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/ur/validation.php b/locales/ur/validation.php index 03c2a78a16..f3d24edd42 100644 --- a/locales/ur/validation.php +++ b/locales/ur/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute کی دہری ویلیو ہے۔', 'email' => ':attribute لازماً قابلِ قبول ای میل ہو۔', 'ends_with' => 'اس :attribute ختم کرنا ضروری ہے کے ساتھ مندرجہ ذیل میں سے ایک: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'منتخب :attribute درست نہیں ہے۔', 'file' => 'اس :attribute ہونا ضروری ہے ایک فائل.', 'filled' => ':attribute کو بھرنا ضروری ہے۔', @@ -80,6 +81,7 @@ '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 کلو بائٹس سے زیادہ نہیں ہونا چاہیے۔', diff --git a/locales/uz_Cyrl/validation-inline.php b/locales/uz_Cyrl/validation-inline.php index 1ae23709ab..906140ca71 100644 --- a/locales/uz_Cyrl/validation-inline.php +++ b/locales/uz_Cyrl/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Bu maydon dublikat qiymatiga ega.', 'email' => 'Bu amal elektron pochta manzili bo\'lishi kerak.', 'ends_with' => 'Bu quyidagilardan biri bilan yakun kerak: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Tanlangan qiymat haqiqiy emas.', 'file' => 'Kontent fayl bo\'lishi kerak.', 'filled' => 'Bu maydon qiymatga ega bo\'lishi kerak.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/uz_Cyrl/validation.php b/locales/uz_Cyrl/validation.php index 1f8b9117e9..a3dbd8dc65 100644 --- a/locales/uz_Cyrl/validation.php +++ b/locales/uz_Cyrl/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute майдони такрорланувчи қийматлардан иборат.', 'email' => ':attribute ҳақиқий электрон почта манзили бўлиши керак.', 'ends_with' => ':attribute қуйидаги қийматларнинг бири билан тугаши керак: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute учун танланган қиймат нотўғри.', 'file' => ':attribute файл бўлиши керак.', 'filled' => ':attribute майдони тўлдирилиши шарт.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute майдони :value дан кичик ёки тенг бўлиши керак.', 'string' => ':attribute даги белгилар сони :value дан кичик ёки тенг бўлиши керак.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute нинг элементлар сони :max тадан ошмаслиги керак.', 'file' => ':attribute даги файлнинг ҳажми :max килобайтдан ошмаслиги керак.', diff --git a/locales/uz_Latn/validation-inline.php b/locales/uz_Latn/validation-inline.php index 4034ad68ff..52e3577f9b 100644 --- a/locales/uz_Latn/validation-inline.php +++ b/locales/uz_Latn/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Bu maydon dublikat qiymatiga ega.', 'email' => 'Bu amal elektron pochta manzili bo\'lishi kerak.', 'ends_with' => 'Bu quyidagilardan biri bilan tugashi kerak: :values.', + 'enum' => 'The selected value is invalid.', 'exists' => 'Tanlangan qiymat haqiqiy emas.', 'file' => 'Kontent fayl bo\'lishi kerak.', 'filled' => 'Bu maydon qiymatga ega bo\'lishi kerak.', @@ -79,6 +80,7 @@ 'numeric' => 'The value must be less than or equal :value.', 'string' => 'The string must be less than or equal :value characters.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'The content must not have more than :max items.', 'file' => 'The file size must not be greater than :max kilobytes.', diff --git a/locales/uz_Latn/validation.php b/locales/uz_Latn/validation.php index 09c2f7ef29..cbd9c36df1 100644 --- a/locales/uz_Latn/validation.php +++ b/locales/uz_Latn/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute maydoni takrorlanuvchi qiymatlardan iborat.', 'email' => ':attribute haqiqiy elektron pochta manzili bo‘lishi kerak.', 'ends_with' => ':attribute quyidagi qiymatlarning biri bilan tugashi kerak: :values.', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute uchun tanlangan qiymat noto‘g‘ri.', 'file' => ':attribute fayl bo‘lishi kerak.', 'filled' => ':attribute maydoni to‘ldirilishi shart.', @@ -80,6 +81,7 @@ 'numeric' => ':attribute maydoni :value dan kichik yoki teng bo‘lishi kerak.', 'string' => ':attribute dagi belgilar soni :value dan kichik yoki teng bo‘lishi 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.', diff --git a/locales/vi/validation-inline.php b/locales/vi/validation-inline.php index 8740a5a602..40b61df1f4 100644 --- a/locales/vi/validation-inline.php +++ b/locales/vi/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => 'Trường này có giá trị trùng lặp.', 'email' => 'Trường này phải là một địa chỉ email hợp lệ.', 'ends_with' => 'Trường này phải kết thúc bằng một trong những giá trị sau: :values', + 'enum' => 'The selected value is invalid.', 'exists' => 'Giá trị đã chọn trong trường này không hợp lệ.', 'file' => 'Trường này phải là một tệp tin.', 'filled' => 'Trường này không được bỏ trống.', @@ -79,6 +80,7 @@ 'numeric' => 'Giá trị trường này phải nhỏ hơn hoặc bằng :value.', 'string' => 'Độ dài trường này phải nhỏ hơn hoặc bằng :value kí tự.', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => 'Trường này không được lớn hơn :max phần tử.', 'file' => 'Dung lượng tập tin trong trường này không được lớn hơn :max kB.', diff --git a/locales/vi/validation.php b/locales/vi/validation.php index d8dfc21681..071b3e5a87 100644 --- a/locales/vi/validation.php +++ b/locales/vi/validation.php @@ -45,6 +45,7 @@ 'distinct' => 'Trường :attribute có giá trị trùng lặp.', 'email' => 'Trường :attribute phải là một địa chỉ email hợp lệ.', 'ends_with' => 'Trường :attribute phải kết thúc bằng một trong những giá trị sau: :values', + 'enum' => 'The selected :attribute is invalid.', 'exists' => 'Giá trị đã chọn trong trường :attribute không hợp lệ.', 'file' => 'Trường :attribute phải là một tệp tin.', 'filled' => 'Trường :attribute không được bỏ trống.', @@ -80,6 +81,7 @@ 'numeric' => 'Giá trị trường :attribute phải nhỏ hơn hoặc bằng :value.', 'string' => 'Độ dài trường :attribute phải nhỏ hơn hoặc bằng :value kí tự.', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => 'Trường :attribute không được lớn hơn :max phần tử.', 'file' => 'Dung lượng tập tin trong trường :attribute không được lớn hơn :max kB.', diff --git a/locales/zh_CN/validation-inline.php b/locales/zh_CN/validation-inline.php index 0158693ad6..7179ed525d 100644 --- a/locales/zh_CN/validation-inline.php +++ b/locales/zh_CN/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => '已经存在。', 'email' => '不是一个合法的邮箱。', 'ends_with' => '必须以 :values 为结尾。', + 'enum' => 'The selected value is invalid.', 'exists' => '不存在。', 'file' => '必须是文件。', 'filled' => '不能为空。', @@ -79,6 +80,7 @@ 'numeric' => '必须小于或等于 :value。', 'string' => '必须少于或等于 :value 个字符。', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => '最多只有 :max 个单元。', 'file' => '不能大于 :max KB。', diff --git a/locales/zh_CN/validation.php b/locales/zh_CN/validation.php index c6ce026944..9e277a8ecc 100644 --- a/locales/zh_CN/validation.php +++ b/locales/zh_CN/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute 已经存在。', 'email' => ':attribute 不是一个合法的邮箱。', 'ends_with' => ':attribute 必须以 :values 为结尾。', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute 不存在。', 'file' => ':attribute 必须是文件。', 'filled' => ':attribute 不能为空。', @@ -80,6 +81,7 @@ 'numeric' => ':attribute 必须小于或等于 :value。', 'string' => ':attribute 必须少于或等于 :value 个字符。', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute 最多只有 :max 个单元。', 'file' => ':attribute 不能大于 :max KB。', diff --git a/locales/zh_HK/validation-inline.php b/locales/zh_HK/validation-inline.php index b5babf98af..a41d9a34db 100644 --- a/locales/zh_HK/validation-inline.php +++ b/locales/zh_HK/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => '已經存在。', 'email' => '必須是有效的電郵地址。', 'ends_with' => '結尾必須包含下列之一::values。', + 'enum' => 'The selected value is invalid.', 'exists' => '不存在。', 'file' => '必須是文件。', 'filled' => '不能留空。', @@ -79,6 +80,7 @@ 'numeric' => '必須小於或等於 :value。', 'string' => '必須少於或等於 :value 個字符。', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => '不能多於 :max 個項目。', 'file' => '不能大於 :max KB。', diff --git a/locales/zh_HK/validation.php b/locales/zh_HK/validation.php index 0876c74746..e6ff80b544 100644 --- a/locales/zh_HK/validation.php +++ b/locales/zh_HK/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute 已經存在。', 'email' => ':attribute 必須是有效的電郵地址。', 'ends_with' => ':attribute 結尾必須包含下列之一::values。', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute 不存在。', 'file' => ':attribute 必須是文件。', 'filled' => ':attribute 不能留空。', @@ -80,6 +81,7 @@ 'numeric' => ':attribute 必須小於或等於 :value。', 'string' => ':attribute 必須少於或等於 :value 個字符。', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute 不能多於 :max 個項目。', 'file' => ':attribute 不能大於 :max KB。', diff --git a/locales/zh_TW/validation-inline.php b/locales/zh_TW/validation-inline.php index 8079ae384d..7f399a8c12 100644 --- a/locales/zh_TW/validation-inline.php +++ b/locales/zh_TW/validation-inline.php @@ -44,6 +44,7 @@ 'distinct' => '已經存在。', 'email' => '必須是有效的 E-mail。', 'ends_with' => '結尾必須包含下列之一::values。', + 'enum' => 'The selected value is invalid.', 'exists' => '不存在。', 'file' => '必須是有效的檔案。', 'filled' => '不能留空。', @@ -79,6 +80,7 @@ 'numeric' => '必須小於或等於 :value。', 'string' => '必須少於或等於 :value 個字元。', ], + 'mac_address' => 'The value must be a valid MAC address.', 'max' => [ 'array' => '最多有 :max 個元素。', 'file' => '不能大於 :max KB。', diff --git a/locales/zh_TW/validation.php b/locales/zh_TW/validation.php index 3ee4b8b767..16f8decfb1 100644 --- a/locales/zh_TW/validation.php +++ b/locales/zh_TW/validation.php @@ -45,6 +45,7 @@ 'distinct' => ':attribute 已經存在。', 'email' => ':attribute 必須是有效的 E-mail。', 'ends_with' => ':attribute 結尾必須包含下列之一::values。', + 'enum' => 'The selected :attribute is invalid.', 'exists' => ':attribute 不存在。', 'file' => ':attribute 必須是有效的檔案。', 'filled' => ':attribute 不能留空。', @@ -80,6 +81,7 @@ 'numeric' => ':attribute 必須小於或等於 :value。', 'string' => ':attribute 必須少於或等於 :value 個字元。', ], + 'mac_address' => 'The :attribute must be a valid MAC address.', 'max' => [ 'array' => ':attribute 最多有 :max 個元素。', 'file' => ':attribute 不能大於 :max KB。', diff --git a/src/Plugins/Nova.php b/src/Plugins/Nova.php index 2b83bac879..249609b0fa 100644 --- a/src/Plugins/Nova.php +++ b/src/Plugins/Nova.php @@ -17,6 +17,8 @@ public function files(): array { return [ 'packages/nova.json' => 'vendor/nova/{locale}.json', + + 'validation-nova.php' => '{locale}/validation-nova.php', ]; } }