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
863 B
PHP
40 lines
863 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => [
|
|
'name' => 'शीर्षक'
|
|
],
|
|
'slug' => [
|
|
'name' => 'काउंटर'
|
|
],
|
|
'city' => [
|
|
'name' => 'Faridabad'
|
|
],
|
|
'country' => [
|
|
'name' => 'देश'
|
|
],
|
|
'district' => [
|
|
'name' => 'जिला'
|
|
],
|
|
'order' => [
|
|
'name' => 'क्रमबद्ध आदेश'
|
|
],
|
|
'neighborhood' => [
|
|
'name' => 'आस - पड़ोस'
|
|
],
|
|
'village' => [
|
|
'name' => 'गाँव'
|
|
],
|
|
'description' => [
|
|
'name' => 'विवरण'
|
|
],
|
|
'pick_option' => [
|
|
'name' => 'एक विकल्प चुनें',
|
|
],
|
|
'address' => [
|
|
'name' => 'पता',
|
|
],
|
|
'selected' => 'चुन लिया',
|
|
'choose_an_option' => 'एक विकल्प चुनें...',
|
|
];
|