mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
797 B
PHP
21 lines
797 B
PHP
<?php
|
||
|
||
return [
|
||
'new_profile' => 'Новый профиль',
|
||
'new_adress' => 'Новый адрес',
|
||
'show' => 'Показать адрес',
|
||
'update_password' => 'Обновить пароль',
|
||
'update_profile' => 'Обновить профиль',
|
||
'delete' => 'удалять',
|
||
'extend' => 'простираться',
|
||
'extend_all' => 'Расширить все',
|
||
'edit' => 'редактировать',
|
||
'go_profile' => 'Перейти к профилю',
|
||
'go_user' => 'Перейти к информации о пользователе',
|
||
'personal' => 'личный',
|
||
'corporate' => 'Корпоративный',
|
||
'export' => 'Экспорт',
|
||
'new_education' => 'New Education',
|
||
'new_education_part' => 'New Education part',
|
||
];
|