PHP Classes

File: Library/vendor/vlucas/valitron/lang/ru.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Library/vendor/vlucas/valitron/lang/ru.php   Download  
File: Library/vendor/vlucas/valitron/lang/ru.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 2,296 bytes
 

Contents

Class file image Download
<?php

return array(
   
'required' => "??????????? ??? ??????????",
   
'equals' => "?????? ????????? '%s'",
   
'different' => "?????? ?????????? ?? '%s'",
   
'accepted' => "?????? ???? ???????",
   
'numeric' => "?????? ????????? ???????? ????????",
   
'integer' => "?????? ???? ??????",
   
'length' => "?????? ???? ???????, ??? %d",
   
'min' => "?????? ???? ??????, ??? %s",
   
'max' => "?????? ???? ??????, ??? %s",
   
'in' => "???????? ???????? ????????",
   
'notIn' => "???????? ???????? ????????",
   
'ip' => "?? ???????? ???????? IP ???????",
   
'email' => "?? ???????? ???????? email ???????",
   
'url' => "?? ???????? ???????",
   
'urlActive' => "???????? ?? ???????? ??????",
   
'alpha' => "?????? ????????? ?????? ????????? ???????",
   
'alphaNum' => "?????? ????????? ?????? ????????? ??????? ?/??? ?????",
   
'slug' => "?????? ????????? ?????? ????????? ???????, ?????, ???? ? ?????????????",
   
'regex' => "???????? ???????????? ???????",
   
'date' => "?? ???????? ?????",
   
'dateFormat' => "?????? ????????? ???? ?????????? ???????: %s",
   
'dateBefore' => "?????? ????????? ???? ?? ???????, ??? %s",
   
'dateAfter' => "?????? ????????? ???? ?? ?????, ??? %s",
   
'contains' => "?????? ????????? %s",
   
'boolean' => "?????? ????????? ?????????? ????????",
   
'lengthBetween' => "?????? ????????? ?? %d ?? %d ????????",
   
'creditCard' => "?????? ???? ??????? ????????? ?????",
   
"lengthMin" => "?????? ????????? ????? %d ????????",
   
"lengthMax" => "?????? ????????? ????? %d ????????"
);