mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations section.php (Swedish)
This commit is contained in:
parent
bc2dda46f1
commit
17e3497b2f
@ -0,0 +1,22 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'countries' => [
|
||||||
|
'title' => 'Länder',
|
||||||
|
],
|
||||||
|
'cities' => [
|
||||||
|
'title' => 'städer',
|
||||||
|
],
|
||||||
|
'districts' => [
|
||||||
|
'title' => 'distrikt',
|
||||||
|
],
|
||||||
|
'neighborhoods' => [
|
||||||
|
'title' => 'stadsdelar',
|
||||||
|
],
|
||||||
|
'village' => [
|
||||||
|
'title' => 'By',
|
||||||
|
],
|
||||||
|
'general' => 'Allmän',
|
||||||
|
'map' => 'Karta',
|
||||||
|
'setting' => 'Miljö',
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user