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