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