<?php 
return [ 
    'Add' => '????????', 
    'Are you sure to delete this item?' => '?? ???????, ??? ?????? ??????? ???? ??????', 
    'New' => '?????', 
    'Create' => '????????', 
    'Copy' => '??????????', 
    'Delete' => '???????', 
    'Create new record' => '???????? ????? ??????', 
    'Create copy of this record' => '??????? ????? ???? ??????', 
    'Reset' => '????????', 
    'Save' => '?????????', 
    'Search' => '?????', 
    'Cannot update this field' => '?????????? ???????? ??? ????', 
    'The requested page does not exist' => 'Piepras?t? lapa neeksist?', 
    'Full' => 'Pilna', 
    'Read' => 'Skat?t', 
    'Select' => '???????' 
 
]; 
 
 |