From 9fa97b90577c1c32e511f3d4506f3ee3ad77d3c8 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 16 Dec 2020 12:51:07 +0300 Subject: [PATCH] New translations field.php (Russian) --- .../profile-module/resources/lang/ru/field.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php index ef5fc602d..a62607c84 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/field.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/field.php @@ -58,6 +58,12 @@ return [ 'birthday' => [ 'name' => 'День рождения' ], + 'facebook_address' => [ + 'name' => 'Facebook Address' + ], + 'google_address' => [ + 'name' => 'Google Address' + ], 'education' => [ 'name' => 'Образование' ], @@ -115,6 +121,9 @@ return [ 'user' => [ 'name' => 'пользователь' ], + 'name' => [ + 'name' => 'Name' + ], /*Menu Button*/ 'profile' => [ @@ -376,6 +385,9 @@ return [ 'password' => [ 'name' => 'пароль', ], + 'old_password' => [ + 'name' => 'Прежний пароль', + ], 'new_password' => [ 'name' => 'Новый пароль', ], @@ -468,4 +480,8 @@ return [ 'personal' => [ 'name' => 'Личное' ], + + 'education_part' => [ + 'name' => 'State of Education' + ], ];