PHP Classes

File: resources/lang/ro/response.php

Recommend this page to a friend!
  Classes of NN   Laravel World   resources/lang/ro/response.php   Download  
File: resources/lang/ro/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: 482 bytes
 

Contents

Class file image Download
<?php

return [
   
'errors' => [
       
'server_error' => 'Internal Server Error',
       
'record_not_found' => 'Nu :attribute a fost g?sit!',
    ],
   
'actions' => [
       
'format_error' => 'Num?rul de telefon este formatat gre?it!',
       
'format_valid' => 'Formatul num?rului de telefon este valid.',
    ],
   
'attributes' => [
       
'phone' => 'telefon|telefoane',
       
'country' => '?ar?|??ri',
       
'city' => 'ora?|orase',
       
'timezone' => 'fus orar|fusuri orare',
       
'currency' => 'valut?|valute',
    ],
];