openclassify/addons/default/visiosoft/advs-module/resources/lang/ru/section.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

65 lines
1.6 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 [
'advs' => [
'title' => 'Объявления',
],
'categories' => [
'title' => 'категории',
],
'countries' => [
'title' => 'страны',
],
'cities' => [
'title' => 'Города',
],
'districts' => [
'title' => 'Районы',
],
'neighborhoods' => [
'title' => 'Окрестности',
],
'village' => [
'title' => 'Деревня',
],
'custom_fields' => [
'title' => 'Настраиваемые поля',
],
'custom_field_advs' => [
'title' => 'Пользовательские полевые объявления',
],
'cf_values' => [
'title' => 'Значения ср',
],
'fields' => [
'title' => 'Настраиваемые поля'
],
'assets_clear' => [
'name' => 'Активы Очистить'
],
'general' => 'Общая',
'ads' => 'Объявления',
'user' => 'пользователь',
'filter' => 'Фильтр',
'create_ad' => 'Создать объявление',
'options' => [
'title' => 'Параметры',
],
'ads_image' => 'Рекламное изображение',
'product_options' => [
'title' => 'Параметры',
],
'productoptions_value' => [
'title' => 'Параметры Значение',
],
'option_configuration' => [
'title' => 'Конфигурация',
],
'translations' => 'Переводы',
'status' => [
'title' => 'Положение дел',
],
'ads_detail' => 'Детали рекламы',
];