PHP Classes

File: app/Libraries/lang/ru.php

Recommend this page to a friend!
  Classes of akeel   F3A   app/Libraries/lang/ru.php   Download  
File: app/Libraries/lang/ru.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: F3A
PHP Web development framework like Laravel lite
Author: By
Last change:
Date: 2 years ago
Size: 3,100 bytes
 

Contents

Class file image Download
<?php

return array(
   
'required' => "??????????? ??? ??????????",
   
'equals' => "?????? ????????? ?? ????????? '%s'",
   
'different' => "?????? ?????????? ?? '%s'",
   
'accepted' => "?????? ???? ???????",
   
'numeric' => "?????? ????????? ???????? ????????",
   
'integer' => "?????? ???? ??????",
   
'length' => "?????? ???? ???????, ??? %d",
   
'min' => "?????? ???? ?? ?????, ??? %s",
   
'max' => "?????? ???? ?? ?????, ??? %s",
   
'listContains' => "???????? ???????? ????????",
   
'in' => "???????? ???????? ????????",
   
'notIn' => "???????? ???????? ????????",
   
'ip' => "?? ???????? ???????? IP ???????",
   
'ipv4' => "?? ???????? ???????? IPv4 ???????",
   
'ipv6' => "?? ???????? ???????? IPv6 ???????",
   
'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 ????????",
   
'instanceOf' => "?????? ???? ???????? ?????? '%s'",
   
'containsUnique' => "?????? ????????? ?????? ?????????? ????????",
   
'subset' => "???????? ???????, ?? ????????? ? ??????",
);