mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations section.php (German)
This commit is contained in:
parent
fd5f47c518
commit
acc4423ab9
@ -1,25 +1,22 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"countries" => [
|
||||
"title" =>"Länder",
|
||||
|
||||
],
|
||||
"cities" => [
|
||||
"title" =>"Städte",
|
||||
|
||||
],
|
||||
"districts" => [
|
||||
"title" =>"Bezirke",
|
||||
|
||||
],
|
||||
"neighborhoods" => [
|
||||
"title" =>"Nachbarschaften",
|
||||
|
||||
],
|
||||
"village" => [
|
||||
"title" =>"Dorf",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
return [
|
||||
'countries' => [
|
||||
'title' => 'Länder',
|
||||
],
|
||||
'cities' => [
|
||||
'title' => 'Städte',
|
||||
],
|
||||
'districts' => [
|
||||
'title' => 'Bezirke',
|
||||
],
|
||||
'neighborhoods' => [
|
||||
'title' => 'Nachbarschaften',
|
||||
],
|
||||
'village' => [
|
||||
'title' => 'Dorf',
|
||||
],
|
||||
'general' => 'Allgemeines',
|
||||
'map' => 'Karte',
|
||||
'setting' => 'Rahmen',
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user