File manager - Edit - /home/linknsbh/sabel-eltaqwa.com/assets/lfm/files/shares/events/thumbs/validation.php.tar
Back
home/linknsbh/proffy.online/lang/sp/validation.php 0000644 00000026006 15213367546 0016322 0 ustar 00 <?php return [ /* |-------------------------------------------------------------------------- | Líneas de Validación |-------------------------------------------------------------------------- | | Las siguientes líneas de lenguaje contienen los mensajes de error predeterminados | utilizados por la clase validadora. Algunas de estas reglas tienen múltiples | versiones, como las reglas de tamaño. Siéntete libre de ajustar cada uno de estos mensajes aquí. | */ 'accepted' => 'El campo :attribute debe ser aceptado.', 'accepted_if' => 'El campo :attribute debe ser aceptado cuando :other sea :value.', 'active_url' => 'El campo :attribute debe ser una URL válida.', 'after' => 'El campo :attribute debe ser una fecha posterior a :date.', 'after_or_equal' => 'El campo :attribute debe ser una fecha posterior o igual a :date.', 'alpha' => 'El campo :attribute solo debe contener letras.', 'alpha_dash' => 'El campo :attribute solo debe contener letras, números, guiones y guiones bajos.', 'alpha_num' => 'El campo :attribute solo debe contener letras y números.', 'array' => 'El campo :attribute debe ser un arreglo.', 'ascii' => 'El campo :attribute solo debe contener caracteres alfanuméricos de un solo byte y símbolos.', 'before' => 'El campo :attribute debe ser una fecha anterior a :date.', 'before_or_equal' => 'El campo :attribute debe ser una fecha anterior o igual a :date.', 'between' => [ 'array' => 'El campo :attribute debe tener entre :min y :max elementos.', 'file' => 'El campo :attribute debe tener entre :min y :max kilobytes.', 'numeric' => 'El campo :attribute debe estar entre :min y :max.', 'string' => 'El campo :attribute debe tener entre :min y :max caracteres.', ], 'boolean' => 'El campo :attribute debe ser verdadero o falso.', 'can' => 'El campo :attribute contiene un valor no autorizado.', 'confirmed' => 'La confirmación del campo :attribute no coincide.', 'current_password' => 'La contraseña es incorrecta.', 'date' => 'El campo :attribute debe ser una fecha válida.', 'date_equals' => 'El campo :attribute debe ser una fecha igual a :date.', 'date_format' => 'El campo :attribute debe coincidir con el formato :format.', 'decimal' => 'El campo :attribute debe tener :decimal decimales.', 'declined' => 'El campo :attribute debe ser rechazado.', 'declined_if' => 'El campo :attribute debe ser rechazado cuando :other sea :value.', 'different' => 'El campo :attribute y :other deben ser diferentes.', 'digits' => 'El campo :attribute debe tener :digits dígitos.', 'digits_between' => 'El campo :attribute debe tener entre :min y :max dígitos.', 'dimensions' => 'El campo :attribute tiene dimensiones de imagen no válidas.', 'distinct' => 'El campo :attribute tiene un valor duplicado.', 'doesnt_end_with' => 'El campo :attribute no debe terminar con uno de los siguientes: :values.', 'doesnt_start_with' => 'El campo :attribute no debe comenzar con uno de los siguientes: :values.', 'email' => 'El campo :attribute debe ser una dirección de correo electrónico válida.', 'ends_with' => 'El campo :attribute debe terminar con uno de los siguientes: :values.', 'enum' => 'El :attribute seleccionado no es válido.', 'exists' => 'El :attribute seleccionado no es válido.', 'file' => 'El campo :attribute debe ser un archivo.', 'filled' => 'El campo :attribute debe tener un valor.', 'gt' => [ 'array' => 'El campo :attribute debe tener más de :value elementos.', 'file' => 'El campo :attribute debe ser mayor que :value kilobytes.', 'numeric' => 'El campo :attribute debe ser mayor que :value.', 'string' => 'El campo :attribute debe ser mayor que :value caracteres.', ], 'gte' => [ 'array' => 'El campo :attribute debe tener :value elementos o más.', 'file' => 'El campo :attribute debe ser mayor o igual a :value kilobytes.', 'numeric' => 'El campo :attribute debe ser mayor o igual a :value.', 'string' => 'El campo :attribute debe ser mayor o igual a :value caracteres.', ], 'image' => 'El campo :attribute debe ser una imagen.', 'in' => 'El :attribute seleccionado no es válido.', 'in_array' => 'El campo :attribute debe existir en :other.', 'integer' => 'El campo :attribute debe ser un número entero.', 'ip' => 'El campo :attribute debe ser una dirección IP válida.', 'ipv4' => 'El campo :attribute debe ser una dirección IPv4 válida.', 'ipv6' => 'El campo :attribute debe ser una dirección IPv6 válida.', 'json' => 'El campo :attribute debe ser una cadena JSON válida.', 'lowercase' => 'El campo :attribute debe estar en minúsculas.', 'lt' => [ 'array' => 'El campo :attribute debe tener menos de :value elementos.', 'file' => 'El campo :attribute debe ser menor que :value kilobytes.', 'numeric' => 'El campo :attribute debe ser menor que :value.', 'string' => 'El campo :attribute debe ser menor que :value caracteres.', ], 'lte' => [ 'array' => 'El campo :attribute no debe tener más de :value elementos.', 'file' => 'El campo :attribute debe ser menor o igual a :value kilobytes.', 'numeric' => 'El campo :attribute debe ser menor o igual a :value.', 'string' => 'El campo :attribute debe ser menor o igual a :value caracteres.', ], 'mac_address' => 'El campo :attribute debe ser una dirección MAC válida.', 'max' => [ 'array' => 'El campo :attribute no debe tener más de :max elementos.', 'file' => 'El campo :attribute no debe ser mayor que :max kilobytes.', 'numeric' => 'El campo :attribute no debe ser mayor que :max.', 'string' => 'El campo :attribute no debe ser mayor que :max caracteres.', ], 'max_digits' => 'El campo :attribute no debe tener más de :max dígitos.', 'mimes' => 'El campo :attribute debe ser un archivo de tipo: :values.', 'mimetypes' => 'El campo :attribute debe ser un archivo de tipo: :values.', 'min' => [ 'array' => 'El campo :attribute debe tener al menos :min elementos.', 'file' => 'El campo :attribute debe tener al menos :min kilobytes.', 'numeric' => 'El campo :attribute debe ser al menos :min.', 'string' => 'El campo :attribute debe tener al menos :min caracteres.', ], 'min_digits' => 'El campo :attribute debe tener al menos :min dígitos.', 'missing' => 'El campo :attribute debe estar ausente.', 'missing_if' => 'El campo :attribute debe estar ausente cuando :other sea :value.', 'missing_unless' => 'El campo :attribute debe estar ausente a menos que :other sea :value.', 'missing_with' => 'El campo :attribute debe estar ausente cuando :values esté presente.', 'missing_with_all' => 'El campo :attribute debe estar ausente cuando :values estén presentes.', 'multiple_of' => 'El campo :attribute debe ser un múltiplo de :value.', 'not_in' => 'El :attribute seleccionado no es válido.', 'not_regex' => 'El formato del campo :attribute es inválido.', 'numeric' => 'El campo :attribute debe ser un número.', 'password' => [ 'letters' => 'El campo :attribute debe contener al menos una letra.', 'mixed' => 'El campo :attribute debe contener al menos una letra mayúscula y una minúscula.', 'numbers' => 'El campo :attribute debe contener al menos un número.', 'symbols' => 'El campo :attribute debe contener al menos un símbolo.', 'uncompromised' => 'El :attribute proporcionado ha aparecido en una filtración de datos. Por favor, elige otro :attribute.', ], 'present' => 'El campo :attribute debe estar presente.', 'prohibited' => 'El campo :attribute está prohibido.', 'prohibited_if' => 'El campo :attribute está prohibido cuando :other es :value.', 'prohibited_unless' => 'El campo :attribute está prohibido a menos que :other esté en :values.', 'prohibits' => 'El campo :attribute prohíbe que :other esté presente.', 'regex' => 'El formato del campo :attribute es inválido.', 'required' => 'El campo :attribute es obligatorio.', 'required_array_keys' => 'El campo :attribute debe contener entradas para: :values.', 'required_if' => 'El campo :attribute es obligatorio cuando :other es :value.', 'required_if_accepted' => 'El campo :attribute es obligatorio cuando :other es aceptado.', 'required_unless' => 'El campo :attribute es obligatorio a menos que :other esté en :values.', 'required_with' => 'El campo :attribute es obligatorio cuando :values está presente.', 'required_with_all' => 'El campo :attribute es obligatorio cuando :values están presentes.', 'required_without' => 'El campo :attribute es obligatorio cuando :values no está presente.', 'required_without_all' => 'El campo :attribute es obligatorio cuando ninguno de :values está presente.', 'same' => 'El campo :attribute debe coincidir con :other.', 'size' => [ 'array' => 'El campo :attribute debe contener :size elementos.', 'file' => 'El campo :attribute debe ser de :size kilobytes.', 'numeric' => 'El campo :attribute debe ser :size.', 'string' => 'El campo :attribute debe tener :size caracteres.', ], 'starts_with' => 'El campo :attribute debe comenzar con uno de los siguientes: :values.', 'string' => 'El campo :attribute debe ser una cadena de texto.', 'timezone' => 'El campo :attribute debe ser una zona horaria válida.', 'unique' => 'El :attribute ya ha sido tomado.', 'uploaded' => 'El :attribute no se pudo subir.', 'uppercase' => 'El campo :attribute debe estar en mayúsculas.', 'url' => 'El campo :attribute debe ser una URL válida.', 'ulid' => 'El campo :attribute debe ser un ULID válido.', 'uuid' => 'El campo :attribute debe ser un UUID válido.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Aquí puedes especificar mensajes de validación personalizados para los atributos | usando la convención "attribute.regla" para nombrar las líneas. Esto hace que | sea rápido especificar una línea de idioma personalizada para una regla de atributo dada. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'mensaje-personalizado', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | Las siguientes líneas de idioma se utilizan para reemplazar el marcador de posición | del atributo con algo más amigable para el lector, como "Dirección de correo electrónico" | en lugar de "email". Esto simplemente nos ayuda a hacer nuestro mensaje más expresivo. | */ 'attributes' => [ 'email' => 'correo electrónico', 'phone' => 'teléfono', ], ]; home/linknsbh/proffy.online/lang/ar/validation.php 0000644 00000032512 15213411541 0016262 0 ustar 00 <?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | as the size rules. Feel free to tweak each of these messages here. | */ 'accepted' => 'يجب قبول الحقل :attribute.', 'accepted_if' => 'يجب قبول الحقل :attribute عندما يكون :other هو :value.', 'active_url' => 'الحقل :attribute يجب أن يكون رابط URL صالح.', 'after' => 'يجب أن يكون الحقل :attribute تاريخاً بعد :date.', 'after_or_equal' => 'يجب أن يكون الحقل :attribute تاريخاً مساوياً أو بعد :date.', 'alpha' => 'يجب أن يحتوي الحقل :attribute على حروف فقط.', 'alpha_dash' => 'يجب أن يحتوي الحقل :attribute على حروف وأرقام وشرطات وشرطات سفلية فقط.', 'alpha_num' => 'يجب أن يحتوي الحقل :attribute على حروف وأرقام فقط.', 'array' => 'يجب أن يكون الحقل :attribute مصفوفة.', 'ascii' => 'يجب أن يحتوي الحقل :attribute على أحرف ورموز أحادية البايت فقط.', 'before' => 'يجب أن يكون الحقل :attribute تاريخاً قبل :date.', 'before_or_equal' => 'يجب أن يكون الحقل :attribute تاريخاً مساوياً أو قبل :date.', 'between' => [ 'array' => 'يجب أن يحتوي الحقل :attribute على عدد عناصر بين :min و :max.', 'file' => 'يجب أن يكون حجم الملف في الحقل :attribute بين :min و :max كيلوبايت.', 'numeric' => 'يجب أن تكون قيمة الحقل :attribute بين :min و :max.', 'string' => 'يجب أن يحتوي الحقل :attribute على عدد أحرف بين :min و :max.', ], 'boolean' => 'يجب أن تكون قيمة الحقل :attribute صحيحة أو خاطئة.', 'can' => 'الحقل :attribute يحتوي على قيمة غير مصرح بها.', 'confirmed' => 'تأكيد الحقل :attribute غير متطابق.', 'current_password' => 'كلمة المرور غير صحيحة.', 'date' => 'يجب أن يكون الحقل :attribute تاريخاً صالحاً.', 'date_equals' => 'يجب أن يكون الحقل :attribute تاريخاً مساوياً لـ :date.', 'date_format' => 'يجب أن يطابق الحقل :attribute التنسيق :format.', 'decimal' => 'يجب أن يحتوي الحقل :attribute على :decimal أرقام عشرية.', 'declined' => 'يجب رفض الحقل :attribute.', 'declined_if' => 'يجب رفض الحقل :attribute عندما يكون :other هو :value.', 'different' => 'يجب أن يكون الحقل :attribute و :other مختلفين.', 'digits' => 'يجب أن يحتوي الحقل :attribute على :digits رقم.', 'digits_between' => 'يجب أن يحتوي الحقل :attribute على أرقام بين :min و :max.', 'dimensions' => 'الحقل :attribute يحتوي على أبعاد صورة غير صالحة.', 'distinct' => 'الحقل :attribute يحتوي على قيمة مكررة.', 'doesnt_end_with' => 'يجب ألا ينتهي الحقل :attribute بأحد القيم التالية: :values.', 'doesnt_start_with' => 'يجب ألا يبدأ الحقل :attribute بأحد القيم التالية: :values.', 'email' => 'يجب أن يكون الحقل :attribute عنوان بريد إلكتروني صالح.', 'ends_with' => 'يجب أن ينتهي الحقل :attribute بأحد القيم التالية: :values.', 'enum' => 'القيمة المحددة للحقل :attribute غير صالحة.', 'exists' => 'القيمة المحددة للحقل :attribute غير صالحة.', 'file' => 'يجب أن يكون الحقل :attribute ملفًا.', 'filled' => 'يجب أن يحتوي الحقل :attribute على قيمة.', 'gt' => [ 'array' => 'يجب أن يحتوي الحقل :attribute على أكثر من :value عنصر.', 'file' => 'يجب أن يكون الحقل :attribute أكبر من :value كيلوبايت.', 'numeric' => 'يجب أن يكون الحقل :attribute أكبر من :value.', 'string' => 'يجب أن يكون الحقل :attribute أكبر من :value حرفًا.', ], 'gte' => [ 'array' => 'يجب أن يحتوي الحقل :attribute على :value عنصرًا أو أكثر.', 'file' => 'يجب أن يكون الحقل :attribute أكبر من أو يساوي :value كيلوبايت.', 'numeric' => 'يجب أن يكون الحقل :attribute أكبر من أو يساوي :value.', 'string' => 'يجب أن يكون الحقل :attribute أكبر من أو يساوي :value حرفًا.', ], 'image' => 'يجب أن يكون الحقل :attribute صورة.', 'in' => 'القيمة المحددة للحقل :attribute غير صالحة.', 'in_array' => 'يجب أن يوجد الحقل :attribute في :other.', 'integer' => 'يجب أن يكون الحقل :attribute عددًا صحيحًا.', 'ip' => 'يجب أن يكون الحقل :attribute عنوان IP صالحًا.', 'ipv4' => 'يجب أن يكون الحقل :attribute عنوان IPv4 صالحًا.', 'ipv6' => 'يجب أن يكون الحقل :attribute عنوان IPv6 صالحًا.', 'json' => 'يجب أن يكون الحقل :attribute نص JSON صالحًا.', 'lowercase' => 'يجب أن يكون الحقل :attribute بحروف صغيرة.', 'lt' => [ 'array' => 'يجب أن يحتوي الحقل :attribute على أقل من :value عنصرًا.', 'file' => 'يجب أن يكون حجم الملف :attribute أقل من :value كيلوبايت.', 'numeric' => 'يجب أن تكون قيمة الحقل :attribute أقل من :value.', 'string' => 'يجب أن يحتوي الحقل :attribute على أقل من :value حرفًا.', ], 'lte' => [ 'array' => 'يجب ألا يحتوي الحقل :attribute على أكثر من :value عنصرًا.', 'file' => 'يجب ألا يتجاوز حجم الملف :attribute :value كيلوبايت.', 'numeric' => 'يجب أن تكون قيمة الحقل :attribute أقل من أو تساوي :value.', 'string' => 'يجب ألا يحتوي الحقل :attribute على أكثر من :value حرفًا.', ], 'mac_address' => 'يجب أن يكون الحقل :attribute عنوان MAC صالحًا.', 'max' => [ 'array' => 'يجب ألا يحتوي الحقل :attribute على أكثر من :max عنصرًا.', 'file' => 'يجب ألا يزيد حجم الملف :attribute عن :max كيلوبايت.', 'numeric' => 'يجب ألا تزيد قيمة الحقل :attribute عن :max.', 'string' => 'يجب ألا يزيد طول الحقل :attribute عن :max حرفًا.', ], 'max_digits' => 'يجب ألا يحتوي الحقل :attribute على أكثر من :max رقمًا.', 'mimes' => 'يجب أن يكون الحقل :attribute ملفًا من النوع: :values.', 'mimetypes' => 'يجب أن يكون الحقل :attribute ملفًا من النوع: :values.', 'min' => [ 'array' => 'يجب أن يحتوي الحقل :attribute على :min عنصرًا على الأقل.', 'file' => 'يجب أن يكون حجم الملف :attribute على الأقل :min كيلوبايت.', 'numeric' => 'يجب أن تكون قيمة الحقل :attribute على الأقل :min.', 'string' => 'يجب أن يحتوي الحقل :attribute على الأقل :min حرفًا.', ], 'min_digits' => 'يجب أن يحتوي الحقل :attribute على الأقل :min رقمًا.', 'missing' => 'يجب أن يكون الحقل :attribute مفقودًا.', 'missing_if' => 'يجب أن يكون الحقل :attribute مفقودًا عندما تكون قيمة :other هي :value.', 'missing_unless' => 'يجب أن يكون الحقل :attribute مفقودًا ما لم تكن قيمة :other هي :value.', 'missing_with' => 'يجب أن يكون الحقل :attribute مفقودًا عندما تكون :values موجودة.', 'missing_with_all' => 'يجب أن يكون الحقل :attribute مفقودًا عندما تكون :values موجودة.', 'multiple_of' => 'يجب أن تكون قيمة الحقل :attribute من مضاعفات :value.', 'not_in' => 'القيمة المحددة للحقل :attribute غير صالحة.', 'not_regex' => 'تنسيق الحقل :attribute غير صالح.', 'numeric' => 'يجب أن يكون الحقل :attribute رقمًا.', 'password' => [ 'letters' => 'يجب أن يحتوي الحقل :attribute على حرف واحد على الأقل.', 'mixed' => 'يجب أن يحتوي الحقل :attribute على حرف كبير واحد وحرف صغير واحد على الأقل.', 'numbers' => 'يجب أن يحتوي الحقل :attribute على رقم واحد على الأقل.', 'symbols' => 'يجب أن يحتوي الحقل :attribute على رمز واحد على الأقل.', 'uncompromised' => 'تم العثور على الحقل :attribute في تسريب بيانات. يرجى اختيار :attribute مختلف.', ], 'present' => 'يجب أن يكون الحقل :attribute موجودًا.', 'prohibited' => 'الحقل :attribute محظور.', 'prohibited_if' => 'الحقل :attribute محظور عندما يكون :other هو :value.', 'prohibited_unless' => 'الحقل :attribute محظور إلا إذا كان :other في :values.', 'prohibits' => 'الحقل :attribute يمنع وجود :other.', 'regex' => 'صيغة الحقل :attribute غير صالحة.', 'required' => 'الحقل :attribute مطلوب.', 'required_array_keys' => 'يجب أن يحتوي الحقل :attribute على إدخالات لـ: :values.', 'required_if' => 'الحقل :attribute مطلوب عندما يكون :other هو :value.', 'required_if_accepted' => 'الحقل :attribute مطلوب عندما يتم قبول :other.', 'required_unless' => 'الحقل :attribute مطلوب إلا إذا كان :other في :values.', 'required_with' => 'الحقل :attribute مطلوب عندما يكون :values موجودًا.', 'required_with_all' => 'الحقل :attribute مطلوب عندما تكون :values موجودة.', 'required_without' => 'الحقل :attribute مطلوب عندما لا تكون :values موجودة.', 'required_without_all' => 'الحقل :attribute مطلوب عندما لا يكون أي من :values موجودًا.', 'same' => 'يجب أن يطابق الحقل :attribute :other.', 'size' => [ 'array' => 'يجب أن يحتوي الحقل :attribute على :size عنصرًا.', 'file' => 'يجب أن يكون حجم الحقل :attribute :size كيلوبايت.', 'numeric' => 'يجب أن يكون الحقل :attribute :size.', 'string' => 'يجب أن يحتوي الحقل :attribute على :size حرفًا.', ], 'starts_with' => 'يجب أن يبدأ الحقل :attribute بأحد القيم التالية: :values.', 'string' => 'يجب أن يكون الحقل :attribute نصًا.', 'timezone' => 'يجب أن يكون الحقل :attribute منطقة زمنية صالحة.', 'unique' => 'الحقل :attribute مأخوذ بالفعل.', 'uploaded' => 'فشل تحميل الحقل :attribute.', 'uppercase' => 'يجب أن يكون الحقل :attribute بأحرف كبيرة.', 'url' => 'يجب أن يكون الحقل :attribute عنوان URL صالحًا.', 'ulid' => 'يجب أن يكون الحقل :attribute ULID صالحًا.', 'uuid' => 'يجب أن يكون الحقل :attribute UUID صالحًا.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => '自定義消息', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap our attribute placeholder | with something more reader friendly such as "E-Mail Address" instead | of "email". This simply helps us make our message more expressive. | */ 'attributes' => [ 'email' => '电子邮件', 'phone' => '电话', ], ]; home/linknsbh/proffy.online/lang/tr/validation.php 0000644 00000026042 15213424740 0016313 0 ustar 00 <?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | as the size rules. Feel free to tweak each of these messages here. | */ 'accepted' => ':attribute alanı kabul edilmelidir.', 'accepted_if' => ':attribute alanı, :other :value olduğunda kabul edilmelidir.', 'active_url' => ':attribute alanı geçerli bir URL olmalıdır.', 'after' => ':attribute alanı, :date tarihinden sonra bir tarih olmalıdır.', 'after_or_equal' => ':attribute alanı, :date tarihinden sonra veya eşit olmalıdır.', 'alpha' => ':attribute alanı sadece harflerden oluşmalıdır.', 'alpha_dash' => ':attribute alanı sadece harfler, rakamlar, tire ve alt çizgiler içerebilir.', 'alpha_num' => ':attribute alanı sadece harfler ve rakamlardan oluşmalıdır.', 'array' => ':attribute alanı bir dizi olmalıdır.', 'ascii' => ':attribute alanı sadece tek baytlık alfasayısal karakterler ve semboller içerebilir.', 'before' => ':attribute alanı, :date tarihinden önce bir tarih olmalıdır.', 'before_or_equal' => ':attribute alanı, :date tarihinden önce veya eşit olmalıdır.', 'between' => [ 'array' => ':attribute alanı :min ve :max öğe arasında olmalıdır.', 'file' => ':attribute alanı :min ve :max kilobayt arasında olmalıdır.', 'numeric' => ':attribute alanı :min ve :max arasında olmalıdır.', 'string' => ':attribute alanı :min ve :max karakter arasında olmalıdır.', ], 'boolean' => ':attribute alanı doğru ya da yanlış olmalıdır.', 'can' => ':attribute alanı yetkisiz bir değer içeriyor.', 'confirmed' => ':attribute alanı onayıyla eşleşmiyor.', 'current_password' => 'Şifre yanlış.', 'date' => ':attribute alanı geçerli bir tarih olmalıdır.', 'date_equals' => ':attribute alanı, :date tarihiyle eşit olmalıdır.', 'date_format' => ':attribute alanı :format formatıyla eşleşmelidir.', 'decimal' => ':attribute alanı :decimal ondalık basamağa sahip olmalıdır.', 'declined' => ':attribute alanı reddedilmelidir.', 'declined_if' => ':attribute alanı, :other :value olduğunda reddedilmelidir.', 'different' => ':attribute alanı ve :other farklı olmalıdır.', 'digits' => ':attribute alanı :digits haneli olmalıdır.', 'digits_between' => ':attribute alanı :min ve :max hane arasında olmalıdır.', 'dimensions' => ':attribute alanının geçersiz resim boyutları vardır.', 'distinct' => ':attribute alanında bir tekrar değeri bulunmaktadır.', 'doesnt_end_with' => ':attribute alanı şu değerlerle bitmemelidir: :values.', 'doesnt_start_with' => ':attribute alanı şu değerlerle başlamamalıdır: :values.', 'email' => ':attribute alanı geçerli bir e-posta adresi olmalıdır.', 'ends_with' => ':attribute alanı şu değerlerle bitmelidir: :values.', 'enum' => 'Seçilen :attribute geçersizdir.', 'exists' => 'Seçilen :attribute geçersizdir.', 'file' => ':attribute alanı bir dosya olmalıdır.', 'filled' => ':attribute alanı bir değere sahip olmalıdır.', 'gt' => [ 'array' => ':attribute alanı, :value öğesinden fazla öğeye sahip olmalıdır.', 'file' => ':attribute alanı, :value kilobayttan büyük olmalıdır.', 'numeric' => ':attribute alanı, :value sayısından büyük olmalıdır.', 'string' => ':attribute alanı, :value karakterden fazla olmalıdır.', ], 'gte' => [ 'array' => ':attribute alanı, :value öğe veya daha fazla öğeye sahip olmalıdır.', 'file' => ':attribute alanı, :value kilobayttan büyük veya eşit olmalıdır.', 'numeric' => ':attribute alanı, :value sayısından büyük veya eşit olmalıdır.', 'string' => ':attribute alanı, :value karakterden büyük veya eşit olmalıdır.', ], 'image' => ':attribute alanı bir resim olmalıdır.', 'in' => 'Seçilen :attribute geçersizdir.', 'in_array' => ':attribute alanı :other içinde mevcut olmalıdır.', 'integer' => ':attribute alanı bir tam sayı olmalıdır.', 'ip' => ':attribute alanı geçerli bir IP adresi olmalıdır.', 'ipv4' => ':attribute alanı geçerli bir IPv4 adresi olmalıdır.', 'ipv6' => ':attribute alanı geçerli bir IPv6 adresi olmalıdır.', 'json' => ':attribute alanı geçerli bir JSON dizisi olmalıdır.', 'lowercase' => ':attribute alanı küçük harf olmalıdır.', 'lt' => [ 'array' => ':attribute alanı, :value öğesinden az öğeye sahip olmalıdır.', 'file' => ':attribute alanı, :value kilobayttan küçük olmalıdır.', 'numeric' => ':attribute alanı, :value sayısından küçük olmalıdır.', 'string' => ':attribute alanı, :value karakterden az olmalıdır.', ], 'lte' => [ 'array' => ':attribute alanı, :value öğeden fazla öğe içermemelidir.', 'file' => ':attribute alanı, :value kilobayttan küçük veya eşit olmalıdır.', 'numeric' => ':attribute alanı, :value sayısından küçük veya eşit olmalıdır.', 'string' => ':attribute alanı, :value karakterden küçük veya eşit olmalıdır.', ], 'mac_address' => ':attribute alanı geçerli bir MAC adresi olmalıdır.', 'max' => [ 'array' => ':attribute alanı, :max öğeden fazla öğe içermemelidir.', 'file' => ':attribute alanı, :max kilobayttan büyük olmamalıdır.', 'numeric' => ':attribute alanı, :max sayısından büyük olmamalıdır.', 'string' => ':attribute alanı, :max karakterden fazla olmamalıdır.', ], 'max_digits' => ':attribute alanı, :max haneli olmalıdır.', 'mimes' => ':attribute alanı şu dosya türlerinden biri olmalıdır: :values.', 'mimetypes' => ':attribute alanı şu dosya türlerinden biri olmalıdır: :values.', 'min' => [ 'array' => ':attribute alanı, en az :min öğeye sahip olmalıdır.', 'file' => ':attribute alanı, en az :min kilobayt olmalıdır.', 'numeric' => ':attribute alanı, en az :min olmalıdır.', 'string' => ':attribute alanı, en az :min karakter olmalıdır.', ], 'min_digits' => ':attribute alanı, en az :min haneli olmalıdır.', 'missing' => ':attribute alanı eksik olmalıdır.', 'missing_if' => ':attribute alanı, :other :value olduğunda eksik olmalıdır.', 'missing_unless' => ':attribute alanı, :other :value olmadığı sürece eksik olmalıdır.', 'missing_with' => ':attribute alanı, :values mevcut olduğunda eksik olmalıdır.', 'missing_with_all' => ':attribute alanı, :values mevcut olduğunda eksik olmalıdır.', 'multiple_of' => ':attribute alanı, :value’nın bir katı olmalıdır.', 'not_in' => 'Seçilen :attribute geçersizdir.', 'not_regex' => ':attribute alanı formatı geçersizdir.', 'numeric' => ':attribute alanı bir sayı olmalıdır.', 'password' => [ 'letters' => 'Trường :attribute phải chứa ít nhất một chữ cái.', 'mixed' => 'Trường :attribute phải chứa ít nhất một chữ hoa và một chữ thường.', 'numbers' => 'Trường :attribute phải chứa ít nhất một số.', 'symbols' => 'Trường :attribute phải chứa ít nhất một ký tự đặc biệt.', 'uncompromised' => ':attribute đã xuất hiện trong một vụ rò rỉ dữ liệu. Vui lòng chọn :attribute khác.', ], 'present' => 'Trường :attribute phải có mặt.', 'prohibited' => 'Trường :attribute bị cấm.', 'prohibited_if' => 'Trường :attribute bị cấm khi :other là :value.', 'prohibited_unless' => 'Trường :attribute bị cấm trừ khi :other có trong :values.', 'prohibits' => 'Trường :attribute cấm :other xuất hiện.', 'regex' => 'Định dạng của trường :attribute không hợp lệ.', 'required' => 'Trường :attribute là bắt buộc.', 'required_array_keys' => 'Trường :attribute phải chứa các mục cho: :values.', 'required_if' => 'Trường :attribute là bắt buộc khi :other là :value.', 'required_if_accepted' => 'Trường :attribute là bắt buộc khi :other được chấp nhận.', 'required_unless' => 'Trường :attribute là bắt buộc trừ khi :other có trong :values.', 'required_with' => 'Trường :attribute là bắt buộc khi :values có mặt.', 'required_with_all' => 'Trường :attribute là bắt buộc khi tất cả :values có mặt.', 'required_without' => 'Trường :attribute là bắt buộc khi :values không có mặt.', 'required_without_all' => 'Trường :attribute là bắt buộc khi không có :values nào có mặt.', 'same' => 'Trường :attribute phải khớp với :other.', 'size' => [ 'array' => 'Trường :attribute phải chứa :size mục.', 'file' => 'Trường :attribute phải có kích thước :size kilobytes.', 'numeric' => 'Trường :attribute phải là :size.', 'string' => 'Trường :attribute phải có độ dài :size ký tự.', ], 'starts_with' => 'Trường :attribute phải bắt đầu với một trong những giá trị sau: :values.', 'string' => 'Trường :attribute phải là chuỗi.', 'timezone' => 'Trường :attribute phải là một múi giờ hợp lệ.', 'unique' => ':attribute đã được sử dụng.', 'uploaded' => 'Trường :attribute không thể tải lên.', 'uppercase' => 'Trường :attribute phải viết hoa.', 'url' => 'Trường :attribute phải là một URL hợp lệ.', 'ulid' => 'Trường :attribute phải là một ULID hợp lệ.', 'uuid' => 'Trường :attribute phải là một UUID hợp lệ.', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap our attribute placeholder | with something more reader friendly such as "E-Mail Address" instead | of "email". This simply helps us make our message more expressive. | */ 'attributes' => [ 'email' => 'địa chỉ email', 'phone' => 'số điện thoại', ], ]; home/linknsbh/proffy.online/lang/cn/validation.php 0000644 00000023757 15213425063 0016277 0 ustar 00 <?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | The following language lines contain the default error messages used by | the validator class. Some of these rules have multiple versions such | as the size rules. Feel free to tweak each of these messages here. | */ 'accepted' => '這 :attribute 必須接受..', 'accepted_if' => '當 :other 是 :value 時,必須接受 :attribute 欄位。', 'active_url' => '這 :attribute 不是有效的 URL.', 'after' => '這 :attribute 必須是 :date 之後的日期.', 'after_or_equal' => '這 :attribute 必須是 :date 之後或等於的日期.', 'alpha' => '這 :attribute 只能包含字母.', 'alpha_dash' => '這 :attribute 只能包含字母、數字、破折號和下劃線.', 'alpha_num' => '這 :attribute 只能包含字母和數字.', 'array' => '這attribute 必須是一個數組.', 'ascii' => ':attribute 欄位只能包含單字節的字母、數字和符號。', 'before' => '這 :attribute 必須是 :date 之前的日期.', 'before_or_equal' => '這 :attribute 必須是早於或等於 :date 的日期.', 'between' => [ 'array' => '這 :attribute 必須在 :min 和 :max 之間的項目.', 'file' => '這 :attribute 必須介於 :min 和 :max 千字節之間.', 'numeric' => '這 :attribute 必須介於 :min 和 :max 之間。', 'string' => '這 :attribute 必須介於 :min 和 :max 字符之間.', ], 'boolean' => '這 :attribute 字段必須為真或假.', 'can' => ':attribute 欄位包含未授權的值。', 'confirmed' => '這 :attribute 確認不匹配.', 'current_password' => '密碼不正確.', 'date' => '這 :attribute 不是有效日期.', 'date_equals' => '這 :attribute 必須是等於 :date 的日期.', 'date_format' => '這 :attribute 與格式不匹配 :format.', 'decimal' => ':attribute 欄位必須有 :decimal 位小數。', 'declined' => ':attribute 欄位必須被拒絕。', 'declined_if' => '當 :other 是 :value 時,:attribute 欄位必須被拒絕。', 'different' => '這 :attribute 和 :other 必須不同.', 'digits' => '這 :attribute 必須是 :digits 數字.', 'digits_between' => '這 :attribute 必須介於 :min 和 :max 數字之間.', 'dimensions' => '這 :attribute 圖片尺寸無效.', 'distinct' => '這 :attribute 字段具有重複值.', 'doesnt_end_with' => ':attribute 欄位不能以以下任一值結尾::values。', 'doesnt_start_with' => ':attribute 欄位不能以以下任一值開頭::values。', 'email' => '這 :attribute 必須是一個有效的E-mail地址.', 'ends_with' => '這 :attribute 必須以下列之一結尾: :values.', 'enum' => '所選的 :attribute 無效。', 'exists' => '這 選擇 :attribute 是無效的.', 'file' => '這 :attribute 必須是文件.', 'filled' => '這 :attribute 字段必須有值.', 'gt' => [ 'numeric' => '這 :attribute 必須大於 :value.', 'file' => '這 :attribute 必須大於 :value 千字節.', 'string' => '這 :attribute 必須大於 :value 字符。', 'array' => '這 :attribute 必須有超過 :value 項.', ], 'gte' => [ 'numeric' => '這 :attribute 必須大於或等於 :value。', 'file' => '這 :attribute 必須大於或等於 :value 千字節。', 'string' => '這 :attribute 必須大於或等於 :value 字符.', 'array' => '這 :attribute 必須有 :value 項或更多.', ], 'image' => '這 :attribute 必須是圖像.', 'in' => '這 選擇 :attribute 是無效的.', 'in_array' => '這 :attribute 字段不存在於 :other.', 'integer' => '這 :attribute 必須是整數.', 'ip' => '這 :attribute 必須是有效的 IP 地址.', 'ipv4' => '這 :attribute 必須是有效的 IPv4 地址.', 'ipv6' => '這 :attribute 必須是有效的 IPv6 地址.', 'json' => '這 :attribute 必須是有效的 JSON 字符串.', 'lowercase' => '該 :attribute 欄位必須為小寫。', 'lt' => [ 'numeric' => '這 :attribute 必須小於 :value.', 'file' => '這 :attribute 必須小於 :value 千字節.', 'string' => '這 :attribute 必須小於 :value 個字符.', 'array' => '這 :attribute 必須少於 :value 項.', ], 'lte' => [ 'numeric' => '這 :attribute 必須小於或等於 :value.', 'file' => '這 :attribute 必須小於或等於 :value 千字節.', 'string' => '這 :attribute 必須小於或等於 :value 個字符.', 'array' => '這 :attribute 不得超過 :value 項.', ], 'mac_address' => '該 :attribute 欄位必須是一個有效的 MAC 地址。', 'max' => [ 'numeric' => '這 :attribute 不得大於 :max.', 'file' => '這 :attribute 不得大於 :max 千字節.', 'string' => '這 :attribute 不得大於 :max 個字符.', 'array' => '這 :attribute 不得超過 :max 個項目.', ], 'max_digits' => '該 :attribute 欄位的數字不得超過 :max 位。', 'mimes' => '這 :attribute 必須是文件類型: :values.', 'mimetypes' => '這 :attribute 必須是文件類型: :values.', 'min' => [ 'numeric' => '這 :attribute 必須至少為 :min.', 'file' => '這 :attribute 必須至少為 :min 千字節.', 'string' => '這 :attribute 必須至少為 :min 個字符.', 'array' => '這 :attribute 必須至少有 :min 個項目.', ], 'min_digits' => '該 :attribute 欄位的數字不得少於 :min 位。', 'missing' => '該 :attribute 欄位必須不存在。', 'missing_if' => '當 :other 為 :value 時,該 :attribute 欄位必須不存在。', 'missing_unless' => '除非 :other 為 :value,否則該 :attribute 欄位必須不存在。', 'missing_with' => '當 :values 存在時,該 :attribute 欄位必須不存在。', 'missing_with_all' => '當 :values 都存在時,該 :attribute 欄位必須不存在。', 'multiple_of' => '這 :attribute 必須是 :value 的倍數.', 'not_in' => '這 選擇 :attribute 是無效的.', 'not_regex' => '這 :attribute 格式無效.', 'numeric' => '這 :attribute 必須是數字.', 'password' => [ 'letters' => '該 :attribute 欄位必須包含至少一個字母。', 'mixed' => '該 :attribute 欄位必須同時包含至少一個大寫字母和一個小寫字母。', 'numbers' => '該 :attribute 欄位必須包含至少一個數字。', 'symbols' => '該 :attribute 欄位必須包含至少一個符號。', 'uncompromised' => '提供的 :attribute 曾出現在資料洩漏中。請選擇不同的 :attribute。', ], 'present' => '這 :attribute 字段必須存在。', 'prohibited' => '該 :attribute 欄位被禁止使用。', 'prohibited_if' => '當 :other 為 :value 時,該 :attribute 欄位被禁止使用。', 'prohibited_unless' => '除非 :other 在 :values 中,否則該 :attribute 欄位被禁止使用。', 'prohibits' => '該 :attribute 欄位禁止 :other 出現。', 'regex' => '這 :attribute 格式無效。', 'required' => '這 :attribute 字段是必需的。', 'required_array_keys' => '這個 :attribute 欄位必須包含以下項目::values。', 'required_if' => '當 :other 是 :value 時,這個 :attribute 欄位是必填的。', 'required_if_accepted' => '當 :other 被接受時,這個 :attribute 欄位是必填的。', 'required_unless' => '除非 :other 是 :values 之一,否則這個 :attribute 欄位是必填的。', 'required_with' => '當 :values 存在時,這個 :attribute 欄位是必填的。', 'required_with_all' => '當 :values 全部存在時,這個 :attribute 欄位是必填的。', 'required_without' => '當 :values 不存在時,這個 :attribute 欄位是必填的。', 'required_without_all' => '當 :values 全部不存在時,這個 :attribute 欄位是必填的。', 'same' => '這個 :attribute 欄位必須與 :other 相同。', 'size' => [ 'numeric' => '這 :attribute 必須是:大小.', 'file' => '這 :attribute 必須是 :size 千字節.', 'string' => '這 :attribute 必須是 :size 個字符。', 'array' => '這 :attribute 必須包含 :size 項目.', ], 'starts_with' => '這 :attribute 必須以下列之一開頭: :values.', 'string' => '這 :attribute 必須是字符串.', 'timezone' => '這 :attribute 必須是有效的時區.', 'unique' => '這 :attribute 已有人帶走了.', 'uploaded' => '這 :attribute 上傳失敗.', 'uppercase' => '這個 :attribute 欄位必須是大寫的。', 'url' => '這 :attribute 必須是有效的 URL。', 'ulid' => '這個 :attribute 欄位必須是有效的 ULID。', 'uuid' => '這 :attribute 必須是有效的 UUID。', /* |-------------------------------------------------------------------------- | Custom Validation Language Lines |-------------------------------------------------------------------------- | | Here you may specify custom validation messages for attributes using the | convention "attribute.rule" to name the lines. This makes it quick to | specify a specific custom language line for a given attribute rule. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => '自定義消息', ], ], /* |-------------------------------------------------------------------------- | Custom Validation Attributes |-------------------------------------------------------------------------- | | The following language lines are used to swap our attribute placeholder | with something more reader friendly such as "E-Mail Address" instead | of "email". This simply helps us make our message more expressive. | */ 'attributes' => [ 'email' => '电子邮件', 'phone' => '电话', ], ]; home/linknsbh/proffy.online/lang/fr/validation.php 0000644 00000023704 15213425122 0016272 0 ustar 00 <?php return [ /* |-------------------------------------------------------------------------- | Validation Language Lines |-------------------------------------------------------------------------- | | Les lignes suivantes contiennent les messages d'erreur par défaut utilisés | par la classe de validation. Certaines de ces règles ont plusieurs versions, | comme les règles de taille. N'hésitez pas à personnaliser ces messages ici. | */ 'accepted' => 'Le champ :attribute doit être accepté.', 'accepted_if' => 'Le champ :attribute doit être accepté lorsque :other est :value.', 'active_url' => 'Le champ :attribute doit être une URL valide.', 'after' => 'Le champ :attribute doit être une date postérieure à :date.', 'after_or_equal' => 'Le champ :attribute doit être une date postérieure ou égale à :date.', 'alpha' => 'Le champ :attribute ne peut contenir que des lettres.', 'alpha_dash' => 'Le champ :attribute ne peut contenir que des lettres, des chiffres, des tirets et des underscores.', 'alpha_num' => 'Le champ :attribute ne peut contenir que des lettres et des chiffres.', 'array' => 'Le champ :attribute doit être un tableau.', 'ascii' => 'Le champ :attribute ne peut contenir que des caractères alphanumériques à un seul octet et des symboles.', 'before' => 'Le champ :attribute doit être une date antérieure à :date.', 'before_or_equal' => 'Le champ :attribute doit être une date antérieure ou égale à :date.', 'between' => [ 'array' => 'Le champ :attribute doit contenir entre :min et :max éléments.', 'file' => 'Le champ :attribute doit être compris entre :min et :max kilo-octets.', 'numeric' => 'Le champ :attribute doit être compris entre :min et :max.', 'string' => 'Le champ :attribute doit contenir entre :min et :max caractères.', ], 'boolean' => 'Le champ :attribute doit être vrai ou faux.', 'can' => 'Le champ :attribute contient une valeur non autorisée.', 'confirmed' => 'La confirmation du champ :attribute ne correspond pas.', 'current_password' => 'Le mot de passe est incorrect.', 'date' => 'Le champ :attribute doit être une date valide.', 'date_equals' => 'Le champ :attribute doit être une date égale à :date.', 'date_format' => 'Le champ :attribute doit correspondre au format :format.', 'decimal' => 'Le champ :attribute doit avoir :decimal décimales.', 'declined' => 'Le champ :attribute doit être refusé.', 'declined_if' => 'Le champ :attribute doit être refusé lorsque :other est :value.', 'different' => 'Les champs :attribute et :other doivent être différents.', 'digits' => 'Le champ :attribute doit contenir :digits chiffres.', 'digits_between' => 'Le champ :attribute doit contenir entre :min et :max chiffres.', 'dimensions' => 'Le champ :attribute a des dimensions d’image invalides.', 'distinct' => 'Le champ :attribute a une valeur en double.', 'doesnt_end_with' => 'Le champ :attribute ne doit pas se terminer par l’un des éléments suivants : :values.', 'doesnt_start_with' => 'Le champ :attribute ne doit pas commencer par l’un des éléments suivants : :values.', 'email' => 'Le champ :attribute doit être une adresse e-mail valide.', 'ends_with' => 'Le champ :attribute doit se terminer par l’un des éléments suivants : :values.', 'enum' => 'Le :attribute sélectionné est invalide.', 'exists' => 'Le :attribute sélectionné est invalide.', 'file' => 'Le champ :attribute doit être un fichier.', 'filled' => 'Le champ :attribute doit contenir une valeur.', 'gt' => [ 'array' => 'Le champ :attribute doit contenir plus de :value éléments.', 'file' => 'Le champ :attribute doit être supérieur à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être supérieur à :value.', 'string' => 'Le champ :attribute doit contenir plus de :value caractères.', ], 'gte' => [ 'array' => 'Le champ :attribute doit contenir :value éléments ou plus.', 'file' => 'Le champ :attribute doit être supérieur ou égal à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être supérieur ou égal à :value.', 'string' => 'Le champ :attribute doit contenir au moins :value caractères.', ], 'image' => 'Le champ :attribute doit être une image.', 'in' => 'Le champ :attribute est invalide.', 'in_array' => 'Le champ :attribute doit exister dans :other.', 'integer' => 'Le champ :attribute doit être un entier.', 'ip' => 'Le champ :attribute doit être une adresse IP valide.', 'ipv4' => 'Le champ :attribute doit être une adresse IPv4 valide.', 'ipv6' => 'Le champ :attribute doit être une adresse IPv6 valide.', 'json' => 'Le champ :attribute doit être une chaîne JSON valide.', 'lowercase' => 'Le champ :attribute doit être en minuscules.', 'lt' => [ 'array' => 'Le champ :attribute doit contenir moins de :value éléments.', 'file' => 'Le champ :attribute doit être inférieur à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être inférieur à :value.', 'string' => 'Le champ :attribute doit contenir moins de :value caractères.', ], 'lte' => [ 'array' => 'Le champ :attribute ne doit pas contenir plus de :value éléments.', 'file' => 'Le champ :attribute doit être inférieur ou égal à :value kilo-octets.', 'numeric' => 'Le champ :attribute doit être inférieur ou égal à :value.', 'string' => 'Le champ :attribute doit contenir au plus :value caractères.', ], 'mac_address' => 'Le champ :attribute doit être une adresse MAC valide.', 'max' => [ 'array' => 'Le champ :attribute ne doit pas contenir plus de :max éléments.', 'file' => 'Le champ :attribute ne doit pas être supérieur à :max kilo-octets.', 'numeric' => 'Le champ :attribute ne doit pas être supérieur à :max.', 'string' => 'Le champ :attribute ne doit pas dépasser :max caractères.', ], 'max_digits' => 'Le champ :attribute ne doit pas contenir plus de :max chiffres.', 'mimes' => 'Le champ :attribute doit être un fichier de type : :values.', 'mimetypes' => 'Le champ :attribute doit être un fichier de type : :values.', 'min' => [ 'array' => 'Le champ :attribute doit contenir au moins :min éléments.', 'file' => 'Le champ :attribute doit faire au moins :min kilo-octets.', 'numeric' => 'Le champ :attribute doit être au moins égal à :min.', 'string' => 'Le champ :attribute doit contenir au moins :min caractères.', ], 'min_digits' => 'Le champ :attribute doit contenir au moins :min chiffres.', 'missing' => 'Le champ :attribute doit être manquant.', 'missing_if' => 'Le champ :attribute doit être manquant lorsque :other est :value.', 'not_regex' => 'Le format du champ :attribute est invalide.', 'numeric' => 'Le champ :attribute doit être un nombre.', 'password' => [ 'letters' => 'Le champ :attribute doit contenir au moins une lettre.', 'mixed' => 'Le champ :attribute doit contenir au moins une lettre majuscule et une lettre minuscule.', 'numbers' => 'Le champ :attribute doit contenir au moins un chiffre.', 'symbols' => 'Le champ :attribute doit contenir au moins un symbole.', 'uncompromised' => 'Le champ :attribute est compromis dans une fuite de données. Veuillez choisir un autre :attribute.', ], 'present' => 'Le champ :attribute doit être présent.', 'prohibited' => 'Le champ :attribute est interdit.', 'prohibited_if' => 'Le champ :attribute est interdit lorsque :other est :value.', 'prohibited_unless' => 'Le champ :attribute est interdit sauf si :other est dans :values.', 'prohibits' => 'Le champ :attribute interdit la présence de :other.', 'regex' => 'Le format du champ :attribute est invalide.', 'required' => 'Le champ :attribute est obligatoire.', 'required_array_keys' => 'Le champ :attribute doit contenir des entrées pour :values.', 'required_if' => 'Le champ :attribute est obligatoire lorsque :other est :value.', 'required_if_accepted' => 'Le champ :attribute est obligatoire lorsque :other est accepté.', 'required_unless' => 'Le champ :attribute est obligatoire sauf si :other est dans :values.', 'required_with' => 'Le champ :attribute est obligatoire lorsque :values est présent.', 'required_with_all' => 'Le champ :attribute est obligatoire lorsque :values sont présents.', 'required_without' => 'Le champ :attribute est obligatoire lorsque :values n\'est pas présent.', 'required_without_all' => 'Le champ :attribute est obligatoire lorsque aucun de :values n\'est présent.', 'same' => 'Le champ :attribute doit correspondre à :other.', 'size' => [ 'array' => 'Le champ :attribute doit contenir :size éléments.', 'file' => 'Le champ :attribute doit être de :size kilo-octets.', 'numeric' => 'Le champ :attribute doit être de :size.', 'string' => 'Le champ :attribute doit contenir :size caractères.', ], 'starts_with' => 'Le champ :attribute doit commencer par l\'une des valeurs suivantes : :values.', 'string' => 'Le champ :attribute doit être une chaîne de caractères.', 'timezone' => 'Le champ :attribute doit être un fuseau horaire valide.', 'unique' => 'Le champ :attribute a déjà été pris.', 'uploaded' => 'Le téléchargement du champ :attribute a échoué.', 'uppercase' => 'Le champ :attribute doit être en majuscules.', 'url' => 'Le champ :attribute doit être une URL valide.', 'ulid' => 'Le champ :attribute doit être un ULID valide.', 'uuid' => 'Le champ :attribute doit être un UUID valide.', 'custom' => [ 'attribute-name' => [ 'rule-name' => 'message personnalisé', ], ], 'attributes' => [ 'email' => 'adresse e-mail', 'phone' => 'téléphone', ], ];
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.59 |
proxy
|
phpinfo
|
Settings