mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
17 lines
311 B
PHP
17 lines
311 B
PHP
<?php
|
|
|
|
return [
|
|
'custom_fields' => [
|
|
'name' => 'שדות בהתאמה אישית',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'שדות בהתאמה אישית',
|
|
],
|
|
'cfvalue' => [
|
|
'name' => 'ערך CF',
|
|
],
|
|
'parent' => [
|
|
'name' => 'הוֹרֶה',
|
|
],
|
|
];
|