mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* 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)
40 lines
729 B
PHP
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...',
|
|
];
|