<?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', 
    ], 
]; 
 
 |