Skip to content

Commit

Permalink
Merge pull request #1943 from andrey-helldar/patch/2022-01-15/12-51
Browse files Browse the repository at this point in the history
Fixed autoload bug for dev and added keys
  • Loading branch information
caouecs authored Jan 16, 2022
2 parents bd2bba9 + 1180c92 commit 8f8c2ab
Show file tree
Hide file tree
Showing 158 changed files with 314 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/bootstrap/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

declare(strict_types=1);

require __DIR__ . '/../vendor/autoload.php';
require __DIR__ . '/../../vendor/autoload.php';
2 changes: 1 addition & 1 deletion docs/installation/composer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 2 additions & 0 deletions locales/af/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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ê.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/af/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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ê.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/ar/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'distinct' => 'هذا الحقل يحمل قيمة مُكرّرة.',
'email' => 'يجب أن يكون عنوان بريد إلكتروني صحيح البُنية.',
'ends_with' => 'يجب أن ينتهي بأحد القيم التالية: :values',
'enum' => 'The selected value is invalid.',
'exists' => 'القيمة المحددة غير صالحة.',
'file' => 'المحتوى يجب أن يكون ملفا.',
'filled' => 'هذا الحقل إجباري.',
Expand Down Expand Up @@ -79,6 +80,7 @@
'numeric' => 'يجب أن تكون القيمة مساوية أو أصغر من :value.',
'string' => 'يجب أن لا يتجاوز طول النّص :value حروفٍ/حرفًا.',
],
'mac_address' => 'The value must be a valid MAC address.',
'max' => [
'array' => 'يجب أن لا يحتوي على أكثر من :max عناصر/عنصر.',
'file' => 'يجب أن لا يتجاوز حجم الملف :max كيلوبايت.',
Expand Down
2 changes: 2 additions & 0 deletions locales/ar/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'distinct' => 'للحقل :attribute قيمة مُكرّرة.',
'email' => 'يجب أن يكون حقل :attribute عنوان بريد إلكتروني صحيح البُنية.',
'ends_with' => 'يجب أن ينتهي حقل :attribute بأحد القيم التالية: :values',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'القيمة المحددة :attribute غير موجودة.',
'file' => 'الحقل :attribute يجب أن يكون ملفا.',
'filled' => 'حقل :attribute إجباري.',
Expand Down Expand Up @@ -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 كيلوبايت.',
Expand Down
2 changes: 2 additions & 0 deletions locales/az/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/az/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 2 additions & 0 deletions locales/be/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'distinct' => 'Гэта поле мае паўтаральнае значэнне.',
'email' => 'Гэта павінен быць сапраўдны адрас электроннай пошты.',
'ends_with' => 'Гэта павінна заканчвацца адным з наступных пунктаў: :values.',
'enum' => 'The selected value is invalid.',
'exists' => 'Наадварот значэнне з\'яўляецца недапушчальным.',
'file' => 'Змесціва павінна быць файлам.',
'filled' => 'Гэта поле павінна мець значэнне.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/be/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'distinct' => 'Поле :attribute мае паўтаральнае значэнне.',
'email' => 'Поле :attribute павінна быць сапраўдным электронным адрасам.',
'ends_with' => ':attribute павінен заканчвацца адным з наступных: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'Выбранае значэнне для :attribute некарэктна.',
'file' => ':attribute павінен быць файлам.',
'filled' => 'Поле :attribute абавязкова для запаўнення.',
Expand Down Expand Up @@ -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 кілабайт).',
Expand Down
2 changes: 2 additions & 0 deletions locales/bg/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'distinct' => 'Това поле има повтарящо се значение.',
'email' => 'Това трябва да е валиден имейл адрес.',
'ends_with' => 'Това трябва да завърши с едно от следните: :values.',
'enum' => 'The selected value is invalid.',
'exists' => 'Избраната стойност е невалидна.',
'file' => 'Съдържанието трябва да е файл.',
'filled' => 'Това поле трябва да има значение.',
Expand Down Expand Up @@ -79,6 +80,7 @@
'numeric' => 'Стойността трябва да е :value или по-малка.',
'string' => 'Текстът трябва да е с дължина :value символа или по-малко.',
],
'mac_address' => 'The value must be a valid MAC address.',
'max' => [
'array' => 'Съдържанието не може да има повече от :max елемента.',
'file' => 'Размерът на файла не трябва да надвишава :max килобайта.',
Expand Down
2 changes: 2 additions & 0 deletions locales/bg/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'distinct' => 'Данните в полето :attribute се дублират.',
'email' => 'Полето :attribute е в невалиден формат.',
'ends_with' => ':attribute трябва да завършва с една от следните стойности: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'Избранато поле :attribute вече съществува.',
'file' => 'Полето :attribute трябва да бъде файл.',
'filled' => 'Полето :attribute е задължително.',
Expand Down Expand Up @@ -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 килобайта.',
Expand Down
4 changes: 3 additions & 1 deletion locales/bn/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'distinct' => 'এই ক্ষেত্রটি একটি প্রতিলিপি মান আছে.',
'email' => 'এটি একটি বৈধ ইমেইল ঠিকানা হতে হবে.',
'ends_with' => 'এই নিম্নলিখিত এক সঙ্গে শেষ করতে হবে: :values.',
'enum' => 'The selected value is invalid.',
'exists' => 'নির্বাচিত মান অকার্যকর',
'file' => 'বিষয়বস্তু একটি ফাইল হতে হবে.',
'filled' => 'এই ক্ষেত্রটি একটি মান থাকতে হবে.',
Expand Down Expand Up @@ -79,6 +80,7 @@
'numeric' => 'এর ভ্যালু অবশ্যই :value এর সমান বা কম হতে হবে',
'string' => 'এটি অবশ্যই :value ক্যারেক্টারের সমান বা কম হতে হবে',
],
'mac_address' => 'The value must be a valid MAC address.',
'max' => [
'array' => 'এই কনটেন্টে অবশ্যই :max এর বেশি আইটেম থাকতে পারবে না',
'file' => 'এই ফাইল অবশ্যই :max কিলোবাইটের বেশি হতে পারবে না',
Expand All @@ -88,7 +90,7 @@
'mimes' => 'এই ধরনের একটি ফাইল হতে হবে: :values.',
'mimetypes' => 'এই ধরনের একটি ফাইল হতে হবে: :values.',
'min' => [
'array' => 'এই কনটেন্টে অবশ্যই :min এর কম আইটেম থাকতে পারবে না',,
'array' => 'এই কনটেন্টে অবশ্যই :min এর কম আইটেম থাকতে পারবে না',
'file' => 'এই ফাইল অবশ্যই :min কিলোবাইটের কম হতে পারবে না',
'numeric' => 'এর ভ্যালু অবশ্যই :min এর কম হতে পারবে না',
'string' => 'এটি অবশ্যই :min ক্যারেক্টারের কম হতে পারবে না',
Expand Down
2 changes: 2 additions & 0 deletions locales/bn/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
'distinct' => ':attribute এর স্থানে একটি নকল মান আছে।',
'email' => ':attribute একটি বৈধ ইমেইল ঠিকানা হতে হবে।',
'ends_with' => ':attribute নিম্নলিখিত এক সঙ্গে শেষ করতে হবে: :values.',
'enum' => 'The selected :attribute is invalid.',
'exists' => 'নির্বাচিত :attribute টি অবৈধ।',
'file' => ':attribute একটি ফাইল হতে হবে।',
'filled' => ':attribute স্থানটি পূরণ করতে হবে।',
Expand Down Expand Up @@ -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 কিলোবাইট এর চেয়ে বড় হতে পারেনা।',
Expand Down
2 changes: 2 additions & 0 deletions locales/bs/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/bs/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/ca/validation-inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.',
Expand Down
2 changes: 2 additions & 0 deletions locales/ca/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down Expand Up @@ -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.',
Expand Down
Loading

0 comments on commit 8f8c2ab

Please sign in to comment.