mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Russian)
This commit is contained in:
parent
51d7bec558
commit
9fa97b9057
@ -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'
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user