openclassify/addons/default/visiosoft/location-module/resources/lang/bg/field.php
Fatih Alp e76068bd6c
New Crowdin updates (#925)
* New translations field.php (Italian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
* New translations field.php (German)
* New translations field.php (Arabic)
* New translations field.php (Spanish)
* New translations field.php (Bulgarian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
2021-02-08 12:03:32 +03:00

40 lines
791 B
PHP

<?php
return [
'name' => [
'name' => 'Заглавие'
],
'slug' => [
'name' => 'Плужек'
],
'city' => [
'name' => 'Град'
],
'country' => [
'name' => 'Страна'
],
'district' => [
'name' => 'Област'
],
'order' => [
'name' => 'Сортирай ред'
],
'neighborhood' => [
'name' => 'Квартал'
],
'village' => [
'name' => 'Село'
],
'description' => [
'name' => 'Описание'
],
'pick_option' => [
'name' => 'Изберете опция',
],
'address' => [
'name' => 'Адрес',
],
'selected' => 'Избрано',
'choose_an_option' => 'Избери опция...',
];