New translations field.php (Hindi)

This commit is contained in:
Fatih Alp 2020-09-24 12:40:46 +03:00
parent c47f11db76
commit 04eb04a8c6

View File

@ -20,7 +20,7 @@ return [
'name' => 'कीमत' 'name' => 'कीमत'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Standard Price' 'name' => 'प्रामाणिक मूल्य'
], ],
'date' => [ 'date' => [
'name' => 'तारीख' 'name' => 'तारीख'
@ -266,8 +266,8 @@ return [
"no_location" => "कोई स्थान चयनित नहीं है।", "no_location" => "कोई स्थान चयनित नहीं है।",
"continue" => 'जारी रखें', "continue" => 'जारी रखें',
"gallery" => 'गेलरी', "gallery" => 'गेलरी',
"ads" => 'Ads', "ads" => 'विज्ञापन',
"were_found" => 'were found.', "were_found" => 'पाये गए।',
// Pending screen // Pending screen
'pending_message_1' => 'विज्ञापन अनुमोदन प्रक्रिया में है', 'pending_message_1' => 'विज्ञापन अनुमोदन प्रक्रिया में है',
@ -295,5 +295,5 @@ return [
'select_category_step_by_step' => 'श्रेणी चरण दर चरण चुनें', 'select_category_step_by_step' => 'श्रेणी चरण दर चरण चुनें',
// New create page // New create page
'options' => 'Options', 'options' => 'विकल्प',
]; ];