openclassify/addons/default/visiosoft/profile-module/resources/lang/ru/setting.php
Fatih Alp c0237af5a1
New Crowdin updates (#783)
* New translations setting.php (Romanian)

* New translations setting.php (Turkish)

* New translations message.php (Swedish)
2020-11-06 20:23:55 +03:00

41 lines
1.8 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'show_my_ads' => [
'name' => 'Показать вкладку "Мои объявления"',
],
'upload_avatar' => [
'name' => 'Аватар Загрузить',
],
'show_tax_office' => [
'name' => 'Показать поле налоговой инспекции',
],
'show_checkbox_terms_on_register' => [
'name' => 'Показывать условия флажка при регистрации',
'instructions' => 'Покажите в форме регистрации «Условия принятия», «Закон о защите», «Условия конфиденциальности», «СМС и электронные письма».'
],
'show_education_profession' => [
'name' => 'Показать поля образования и профессии',
'instructions' => 'Показывать "Образование", "Уровень образования" и "Профессия" на странице редактирования профиля.'
],
'google_captcha_site_key' => [
'name' => 'Ключ сайта Google Captcha',
],
'google_captcha_secret_key' => [
'name' => 'Секретный ключ Google Captcha',
],
'score_threshold' => [
'name' => 'Порог оценки',
'instructions' => 'Значение от 0 до 1. Чем выше порог, тем строже ReCaptcha пытается определить, является ли пользователь ботом или нет.',
],
'education' => [
'name' => 'Образование'
],
'state_of_education' => [
'name' => 'Состояние образования'
],
'profession' => [
'name' => 'Профессия'
],
];