openclassify/addons/default/visiosoft/location-module/resources/lang/de/field.php
Fatih Alp 278d059407
New Crowdin updates (#869)
* New translations validation.php (Arabic)
* New translations validation.php (Spanish)
* New translations validation.php (French)
* New translations validation.php (Romanian)
* New translations validation.php (Hindi)
* New translations validation.php (Bengali)
* New translations validation.php (German)
* New translations validation.php (Arabic)
* New translations validation.php (Greek)
* New translations validation.php (Romanian)
* New translations validation.php (Spanish)
* New translations validation.php (French
* New translations validation.php (Portuguese)
2020-12-21 19:08:49 +03:00

40 lines
729 B
PHP

<?php
return [
'name' => [
'name' => 'Titel'
],
'slug' => [
'name' => 'Schnecke'
],
'city' => [
'name' => 'Stadt'
],
'country' => [
'name' => 'Land'
],
'district' => [
'name' => 'Kreis'
],
'order' => [
'name' => 'Sortierreihenfolge'
],
'neighborhood' => [
'name' => 'Nachbarschaft'
],
'village' => [
'name' => 'Dorf'
],
'description' => [
'name' => 'Beschreibung'
],
'pick_option' => [
'name' => 'Wählen Sie eine Option',
],
'address' => [
'name' => 'Adresse',
],
'selected' => 'Ausgewählt',
'choose_an_option' => 'Wähle eine Option...',
];