mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 22:36:06 -06:00
New translations section.php (Hebrew)
This commit is contained in:
parent
c084f66624
commit
0a0798e2cf
@ -0,0 +1,43 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'advs' => [
|
||||||
|
'title' => 'מודעות',
|
||||||
|
],
|
||||||
|
'categories' => [
|
||||||
|
'title' => 'קטגוריות',
|
||||||
|
],
|
||||||
|
'countries' => [
|
||||||
|
'title' => 'מדינות',
|
||||||
|
],
|
||||||
|
'cities' => [
|
||||||
|
'title' => 'ערים',
|
||||||
|
],
|
||||||
|
'districts' => [
|
||||||
|
'title' => 'מחוזות',
|
||||||
|
],
|
||||||
|
'neighborhoods' => [
|
||||||
|
'title' => 'שכונות',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'title' => 'כפר',
|
||||||
|
],
|
||||||
|
'custom_fields' => [
|
||||||
|
'title' => 'שדות מותאמים אישית',
|
||||||
|
],
|
||||||
|
'custom_field_advs' => [
|
||||||
|
'title' => 'מודעות שדה בהתאמה אישית',
|
||||||
|
],
|
||||||
|
'cf_values' => [
|
||||||
|
'title' => 'ערכי ה- CF',
|
||||||
|
],
|
||||||
|
'fields' => [
|
||||||
|
'title' => 'שדות מותאמים אישית'
|
||||||
|
],
|
||||||
|
'assets_clear' => [
|
||||||
|
'name' => 'נכסים ברורים'
|
||||||
|
],
|
||||||
|
'general' => 'כללי',
|
||||||
|
'ads' => 'מודעות',
|
||||||
|
'user' => 'משתמש',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user