mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-18 04:53:27 -05:00
37 lines
687 B
PHP
37 lines
687 B
PHP
<?php
|
|
|
|
return[
|
|
"name" => [
|
|
"name" =>"عنوان زمینه سفارشی",
|
|
|
|
],
|
|
"parent_category" => [
|
|
"name" =>"دسته بندی",
|
|
|
|
],
|
|
"custom_field" => [
|
|
"name" =>"عنوان زمینه سفارشی",
|
|
|
|
],
|
|
"custom_field_value" => [
|
|
"name" =>"مقدار زمینه سفارشی",
|
|
|
|
],
|
|
"category" => [
|
|
"name" =>"دسته بندی",
|
|
|
|
],
|
|
"description" => [
|
|
"name" =>"شرح",
|
|
|
|
],
|
|
"type" => [
|
|
"name" =>"نوع فیلد سفارشی",
|
|
|
|
],
|
|
"category_name" => [
|
|
"name" =>"نام دسته",
|
|
|
|
],
|
|
"selecttopall" =>"همه"
|
|
]; |