New translations field.php (Hindi)

This commit is contained in:
Fatih Alp 2020-10-01 15:22:03 +03:00
parent d643a00a85
commit b6d04b3d98

View File

@ -248,6 +248,9 @@ return [
'in_the_last_24_hours' => [
'name' => 'द लास्ट 24 ऑवर्स में'
],
'in_the_last_day' => [
'name' => 'In The Last 24 Hours'
],
'in_the_last_week' => [
'name' => 'पिछले हफ़्ते में'
],
@ -297,5 +300,10 @@ return [
// New create page
'options' => 'विकल्प',
'free' => 'Free'
'free' => 'Free',
'ad_date' => 'Ad Date',
'photo_video' => 'Photo, Video',
'and_above' => 'and above',
'and_below' => 'and below',
'clear_all' => 'Clear All',
];