New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-09-23 18:42:55 +03:00
parent 74474381d5
commit ec8b587202

View File

@ -20,7 +20,7 @@ return [
'name' => 'Prijs' 'name' => 'Prijs'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Standard Price' 'name' => 'Standaard prijs'
], ],
'date' => [ 'date' => [
'name' => 'Datum' 'name' => 'Datum'
@ -267,8 +267,8 @@ return [
"no_location" => "Er is geen locatie geselecteerd.", "no_location" => "Er is geen locatie geselecteerd.",
"continue" => 'Doorgaan met', "continue" => 'Doorgaan met',
"gallery" => 'Galerij', "gallery" => 'Galerij',
"ads" => 'Ads', "ads" => 'Advertenties',
"were_found" => 'were found.', "were_found" => 'zijn gevonden.',
// Pending screen // Pending screen
'pending_message_1' => 'De advertentie bevindt zich in het goedkeuringsproces', 'pending_message_1' => 'De advertentie bevindt zich in het goedkeuringsproces',
@ -296,5 +296,5 @@ return [
'select_category_step_by_step' => 'Selecteer stap voor stap categorie', 'select_category_step_by_step' => 'Selecteer stap voor stap categorie',
// New create page // New create page
'options' => 'Options', 'options' => 'Opties',
]; ];