PHP Classes

File: resources/lang/pl/response.php

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

Contents

Class file image Download
<?php

return [
   
'errors' => [
       
'server_error' => 'Wewn?trzny b??d serwera',
       
'record_not_found' => 'Nie znaleziono :attribute!',
    ],
   
'actions' => [
       
'format_error' => 'Numer telefonu jest b??dnie sformatowany!',
       
'format_valid' => 'Format numeru telefonu jest prawid?owy.',
    ],
   
'attributes' => [
       
'phone' => 'telefon|telefony',
       
'country' => 'kraj|kraje',
       
'city' => 'miasto|miasta',
       
'timezone' => 'strefa czasowa|strefy czasowe',
       
'currency' => 'waluta|waluty',
    ],
];