mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
24 lines
486 B
PHP
24 lines
486 B
PHP
<?php
|
|
|
|
return [
|
|
'countries' => [
|
|
'title' => 'وڵاتەکان',
|
|
],
|
|
'cities' => [
|
|
'title' => 'شارەکان',
|
|
],
|
|
'districts' => [
|
|
'title' => 'ناوچەکان',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'هاوسایەتیەکان',
|
|
],
|
|
'village' => [
|
|
'title' => 'گوندەکان',
|
|
],
|
|
'general' => 'گشتی',
|
|
'map' => 'نەخشە',
|
|
'setting' => 'ڕێکخستن',
|
|
'filter' => 'پاڵێوەر',
|
|
];
|