mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations setting.php (Russian)
This commit is contained in:
parent
59d7b4a47c
commit
8380bb3ed5
@ -0,0 +1,37 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'navigation_title' => [
|
||||
'name' => 'Название навигации',
|
||||
],
|
||||
'navigation_action' => [
|
||||
'name' => 'Навигация Действие',
|
||||
],
|
||||
'country_fields' => [
|
||||
'name' => 'Поля страны',
|
||||
],
|
||||
'date_fields' => [
|
||||
'name' => 'Поля даты',
|
||||
],
|
||||
'price_fields' => [
|
||||
'name' => 'Поля цен',
|
||||
],
|
||||
'breadcrumbs' => [
|
||||
'name' => 'хлебный мякиш',
|
||||
],
|
||||
'ad_details' => [
|
||||
'name' => 'Детали объявления',
|
||||
],
|
||||
'ad_details_tab' => [
|
||||
'name' => 'Вкладка "Детали объявления"',
|
||||
],
|
||||
'latest_and_view_all_btn' => [
|
||||
'name' => 'Последние и Просмотреть все Btn',
|
||||
],
|
||||
'register_page_instruction_logo' => [
|
||||
'name' => 'Логотип Инструкции на странице регистрации',
|
||||
],
|
||||
'style' => [
|
||||
'name' => 'Style (CSS)',
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user