mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
20 lines
362 B
PHP
20 lines
362 B
PHP
<?php
|
||
|
||
return [
|
||
'custom_fields' => [
|
||
'title' => 'Özel Alanlar',
|
||
],
|
||
'custom_field_advs' => [
|
||
'title' => 'Özel alan önerileri',
|
||
],
|
||
'cfvalue' => [
|
||
'title' => 'CF Değeri',
|
||
],
|
||
'parent' => [
|
||
'title' => 'Bağlı Kategori',
|
||
],
|
||
'selectedcf' => [
|
||
'title' => 'Varsayılan Cf Değeri'
|
||
]
|
||
];
|