mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
440 B
PHP
24 lines
440 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => 'מדינות',
|
|
],
|
|
'cities' => [
|
|
'title' => 'ערים',
|
|
],
|
|
'districts' => [
|
|
'title' => 'מחוזות',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'שכונות',
|
|
],
|
|
'village' => [
|
|
'title' => 'כפר',
|
|
],
|
|
'general' => 'כללי',
|
|
'map' => 'מפה',
|
|
'setting' => 'הגדרה',
|
|
'filter' => 'לְסַנֵן',
|
|
];
|