mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
29 lines
482 B
PHP
29 lines
482 B
PHP
<?php
|
||
|
||
return[
|
||
"advs" => [
|
||
"name" =>"Advs",
|
||
|
||
],
|
||
"categories" => [
|
||
"name" =>"категории",
|
||
|
||
],
|
||
"village" => [
|
||
"name" =>"Деревня",
|
||
|
||
],
|
||
"custom_fields" => [
|
||
"name" =>"Настраиваемые поля",
|
||
|
||
],
|
||
"custom_field_advs" => [
|
||
"name" =>"Настраиваемые поля",
|
||
|
||
],
|
||
"cf_values" => [
|
||
"name" =>"Значения ср",
|
||
|
||
],
|
||
|
||
]; |