openclassify/addons/default/visiosoft/advs-module/resources/lang/sv/section.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* New translations setting.php (Persian)

* New translations setting.php (Urdu (Pakistan))

* New translations setting.php (French)

* New translations setting.php (Korean)

* New translations setting.php (Spanish)

* New translations setting.php (Arabic)

* New translations setting.php (German)

* New translations setting.php (Greek)

* New translations setting.php (Hebrew)

* New translations setting.php (Italian)

* New translations setting.php (Japanese)
2021-04-05 19:44:46 +03:00

65 lines
1.3 KiB
PHP

<?php
return [
'advs' => [
'title' => 'annonser',
],
'categories' => [
'title' => 'kategorier',
],
'countries' => [
'title' => 'Länder',
],
'cities' => [
'title' => 'städer',
],
'districts' => [
'title' => 'distrikt',
],
'neighborhoods' => [
'title' => 'stadsdelar',
],
'village' => [
'title' => 'By',
],
'custom_fields' => [
'title' => 'Anpassade fält',
],
'custom_field_advs' => [
'title' => 'Anpassade fältannonser',
],
'cf_values' => [
'title' => 'Cf-värden',
],
'fields' => [
'title' => 'Anpassade fält'
],
'assets_clear' => [
'name' => 'Tillgångar tydliga'
],
'general' => 'Allmän',
'ads' => 'annonser',
'user' => 'Användare',
'filter' => 'Filtrera',
'create_ad' => 'Skapa annons',
'options' => [
'title' => 'alternativ',
],
'ads_image' => 'Annonsbild',
'product_options' => [
'title' => 'alternativ',
],
'productoptions_value' => [
'title' => 'Alternativvärde',
],
'option_configuration' => [
'title' => 'Konfiguration',
],
'translations' => 'Översättningar',
'status' => [
'title' => 'Status',
],
'ads_detail' => 'Annonsdetaljer',
];