New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-10-06 13:52:55 +03:00
parent 878216512c
commit d9cf6a18ee

View File

@ -250,7 +250,7 @@ return [
'name' => 'In de afgelopen 24 uur' 'name' => 'In de afgelopen 24 uur'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'In The Last 24 Hours' 'name' => 'In de afgelopen 24 uur'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'In de laatste week' 'name' => 'In de laatste week'
@ -301,10 +301,10 @@ return [
// New create page // New create page
'options' => 'Opties', 'options' => 'Opties',
'free' => 'Free', 'free' => 'Vrij',
'ad_date' => 'Ad Date', 'ad_date' => 'Advertentiedatum',
'photo_video' => 'Photo, Video', 'photo_video' => 'Foto, video',
'and_above' => 'and above', 'and_above' => 'en hoger',
'and_below' => 'and below', 'and_below' => 'en onder',
'clear_all' => 'Clear All', 'clear_all' => 'Wis alles',
]; ];