mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-20 22:07:33 -05:00
12 lines
368 B
PHP
12 lines
368 B
PHP
<?php
|
|
|
|
return [
|
|
'new_custom_field' => 'שדה מותאם אישית חדש',
|
|
'new_custom_field_adv' => 'שדה מותאם אישית חדש',
|
|
'new_cfvalue' => 'ערך CF חדש',
|
|
'assets_clear' => 'נכסים ברורים',
|
|
'new_parent' => 'הורה חדש',
|
|
'create_cf_value' => 'צור ערך CF',
|
|
'all_cf_values' => 'כל ערכי ה- CF',
|
|
];
|