New translations button.php (Russian)

This commit is contained in:
Fatih Alp 2020-03-04 18:37:01 +03:00
parent 64c5063972
commit 42cc76f2db

View File

@ -1,7 +1,15 @@
<?php
return[
"new_profile" =>"Новый профиль",
"new_adress" =>"Новый адрес",
"show" =>"Показать адрес"
];
return [
'new_profile' => 'Новый профиль',
'new_adress' => 'Новый адрес',
'show' => 'Показать адрес',
'update_password' => 'Обновить пароль',
'update_profile' => 'Обновить профиль',
'delete' => 'удалять',
'extend' => 'простираться',
'extend_all' => 'Расширить все',
'edit' => 'редактировать',
'go_profile' => 'Перейти к профилю',
'go_user' => 'Перейти к информации о пользователе',
];