PHP Classes

File: resources/lang/ar/response.php

Recommend this page to a friend!
  Classes of NN   Laravel World   resources/lang/ar/response.php   Download  
File: resources/lang/ar/response.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Laravel World
Get data specific to world locations
Author: By
Last change:
Date: 2 years ago
Size: 586 bytes
 

Contents

Class file image Download
<?php

return [
   
'exceptions' => [
       
'server_error' => '??? ?? ??????',
       
'record_not_found' => '?? ??? ?????? ??? :attribute!',
    ],
   
'actions' => [
       
'format_error' => '??? ?????? ???? ???? ????!',
       
'format_valid' => '????? ??? ?????? ????.',
    ],
   
'attributes' => [
       
'phone' => '???????|????',
       
'country' => '???????|?????',
       
'city' => '?????|???????',
       
'timezone' => '??????? ???????|??????? ???????',
       
'currency' => '???????|????',
    ],
];