PHP Classes

File: modules/system/lang/uk/validation.php

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/uk/validation.php   Download  
File: modules/system/lang/uk/validation.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Winter
Content management system that uses MVC
Author: By
Last change:
Date: 8 months ago
Size: 11,266 bytes
 

Contents

Class file image Download
<?php return [ /* |-------------------------------------------------------------------------- | ????? ????? ??? ????????? |-------------------------------------------------------------------------- | | ???????? ????? ????? ??????? ?????????? ???????????? ??? ???????, ?? ???????????????? | ?????? ??????????. ????? ? ??? ?????? ????? ?????? ??????, ????????? | ??? ??????? size. ?? ????????? ??? ????????????? ????? ? ??? ???????????. | */ "accepted" => "?? ??????? ???????? :attribute.", "active_url" => "???? :attribute ????????? URL.", "after" => "???? :attribute ??? ???? ????? ????? :date.", 'after_or_equal' => '???? :attribute ??? ???? ????? ????? ??? ?????? :date.', "alpha" => "???? :attribute ???? ??????? ?????? ??????.", "alpha_dash" => "???? :attribute ???? ??????? ?????? ?????, ????? ? ?????.", "alpha_num" => "???? :attribute ???? ??????? ?????? ????? ? ?????.", "array" => "???? :attribute ??? ???? ???????.", "before" => "???? :attribute ??? ???? ????? ????? :date.", 'before_or_equal' => '???? :attribute ??? ???? ????? ????? ??? ?????? :date.', "between" => [ "numeric" => "???? :attribute ??? ???? ??? :min ? :max.", "file" => "?????? :attribute ??????? ???? ??? :min ?? :max ????????.", "string" => "????? :attribute ??????? ???? ??? :min ?? :max ????????.", "array" => "???? :attribute ??? ??????? :min - :max ?????????.", ], 'boolean' => '???? :attribute ??? ???? true ??? false.', "confirmed" => "???? :attribute ?? ?????????? ? ??????????????.", "date" => "???? :attribute ?? ? ?????.", 'date_equals' => '???? :attribute ??? ???? ????? ?????? :date.', "date_format" => "???? :attribute ?? ?????????? ??????? :format.", "different" => "???? :attribute ?? :other ??????? ????????????.", "digits" => "??????? ????????? ???? :attribute ??????? ???? :digits.", "digits_between" => "??????? ????????? ???? :attribute ??????? ???? ??? :min ?? :max.", 'dimensions' => ':attribute ??? ???????????? ??????? ??????????.', 'distinct' => '???? :attribute ??? ???????? ?? ????????????.', "email" => "???? :attribute ??? ?????? ??????.", 'ends_with' => '???? :attribute ??? ????????????? ????? ?? ???????: :values.', "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.', '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 ?????????.', ], "max" => [ "numeric" => "???? :attribute ??? ???? ?? ?????? :max.", "file" => "???? :attribute ??? ???? ?? ?????? :max ????????.", "string" => "???? :attribute ??? ???? ?? ????? :max ????????.", "array" => "???? :attribute ??? ??????? ?? ?????? :max ?????????.", ], "mimes" => "???? :attribute ??? ???? ?????? ?????? ? ?????: :values.", 'mimetypes' => '???? :attribute ??????? ???? ???? ? ?????????: :values.', "min" => [ "numeric" => "???? :attribute ??? ???? ?? ????? :min.", "file" => "???? :attribute ??? ???? ?? ????? :min ????????.", "string" => "???? :attribute ??? ???? ?? ???????? :min ????????.", "array" => "???? :attribute ??? ??????? ?? ????? :min ?????????.", ], "not_in" => "??????? ???????? ??? :attribute ?????????.", 'not_regex' => '???? :attribute ??? ?????? ??????.', "numeric" => "???? :attribute ??? ???? ??????.", 'present' => '???? :attribute ??? ???? ?????????.', "regex" => "???? :attribute ??? ?????? ??????.", "required" => "???? :attribute ????'?????? ??? ??????????.", "required_if" => "???? :attribute ????'?????? ??? ??????????, ???? :other ???????? :value.", '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" => [ "numeric" => "???? :attribute ??????? ???? :size.", "file" => "???? :attribute ??????? ???? :size ????????.", "string" => "???? :attribute ??? ???? ???????? :size ????????.", "array" => "????????? ????????? ? ???? :attribute ??????? ???? :size.", ], 'starts_with' => '???? :attribute ??? ?????????? ????? ?? ???????: :values.', 'string' => '???? :attribute ??? ???? ??????.', 'timezone' => ':attribute ??? ???? ??????? ??????? ?????.', "unique" => "???? ???????? ???? :attribute ??? ?????.", 'uploaded' => ':attribute ?? ??????? ???????????.', "url" => "???? :attribute ??? ?????? ??????.", 'uuid' => '???? :attribute ??? ???? ??????? UUID.', /* |-------------------------------------------------------------------------- | ????????????????? ????? ????? ??? ????????? |-------------------------------------------------------------------------- | | ??? ?? ?????? ??????? ?????? ???????????? ??? ?????????, ?????????????? | ????? ????? ?????? "attribute.rule". ?? ???????? ????? ??????? | ???????????? ??? ???????? ??????? ????????. | */ 'custom' => [ 'attribute-name' => [ 'rule-name' => 'custom-message', ], ], /* |-------------------------------------------------------------------------- | ?????? ????? ????????? |-------------------------------------------------------------------------- | | ???????? ????? ???????????????? ??? ?????? ?????????? ???? ????????? ??????????????????? | ?????????? ?? ???????????. ?????????, ??????? ????? ???? "email" ? ????????????? | ?????????????? "?????????? ??????". ?? ?????? ????????? ??? ??????? ???????????? ????? ?????????. | */ 'attributes' => [] ];