PHP Classes

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

Recommend this page to a friend!
  Packages of Luke Towers   Winter   modules/system/lang/ar/validation.php   Download  
File: modules/system/lang/ar/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: 2,172 bytes
 

Contents

Class file image Download
<?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 ??? ?? ???? ???????.',
   
'active_url' => ':attribute ??? ????? ??? ????.',
   
'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.',
   
'date' => ':attribute ??? ????? ????.',
   
'date_format' => ':attribute ?? ????? ???? ??????? :format.',
   
'distinct' => ':attribute ?? ???? ?????.',
   
'email' => ':attribute ??? ?? ???? ???? ???????? ????.',
   
'filled' => ':attribute ?? ???? ?? ???? ??????.',
   
'required' => ':attribute ?????.',
   
'string' => ':attribute ??? ?? ???? ????.',
   
'unique' => ':attribute ????? ??????.',
   
'uploaded' => '??? ????? :attribute.',
   
'url' => '???? ????? :attribute ??? ?????.',
];