New translations button.php (Russian)

This commit is contained in:
Fatih Alp 2020-02-14 15:06:50 +03:00
parent 4cb0a0f9fd
commit 29c4462e99

View File

@ -1,7 +1,11 @@
<?php <?php
return[ return [
"new_profile" =>"Новый профиль", 'new_profile' => 'New Profile',
"new_adress" =>"Новый адрес", 'new_adress' => 'New Adress',
"show" =>"Показать адрес" 'show' => 'Show Adress',
'update_password' => 'Update Password',
'update_profile' => 'Update Profile',
'delete' => 'Delete',
'edit' => 'Edit',
]; ];