mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (Swedish)
This commit is contained in:
parent
aa99d612bb
commit
244854726b
@ -0,0 +1,38 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => [
|
||||
'name' => 'Titel'
|
||||
],
|
||||
'slug' => [
|
||||
'name' => 'Snigel'
|
||||
],
|
||||
'city' => [
|
||||
'name' => 'Stad'
|
||||
],
|
||||
'country' => [
|
||||
'name' => 'Land'
|
||||
],
|
||||
'district' => [
|
||||
'name' => 'Distrikt'
|
||||
],
|
||||
'order' => [
|
||||
'name' => 'Sorteringsordning'
|
||||
],
|
||||
'neighborhood' => [
|
||||
'name' => 'Grannskap'
|
||||
],
|
||||
'village' => [
|
||||
'name' => 'By'
|
||||
],
|
||||
'description' => [
|
||||
'name' => 'Beskrivning'
|
||||
],
|
||||
'pick_option' => [
|
||||
'name' => 'Välj ett alternativ',
|
||||
],
|
||||
'address' => [
|
||||
'name' => 'Adress',
|
||||
],
|
||||
'selected' => 'Vald'
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user