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