New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 13:13:40 +03:00
parent 8ffb211770
commit f7a1777490

View File

@ -1,265 +1,292 @@
<?php <?php
return[ return [
"name" => [ 'name' => [
"name" =>"Titel", 'name' => 'Titel'
], ],
"order" => [ 'order' => [
"name" =>"Bestellen", 'name' => 'Bestellen'
], ],
"slug" => [ 'slug' => [
"name" =>"Naaktslak", 'name' => 'Naaktslak'
], ],
"parent_category" => [ 'parent_category' => [
"name" =>"Ouder", 'name' => 'Ouder'
], ],
"category" => [ 'category' => [
"name" =>"Categorie Titel", 'name' => 'Categorie Titel'
], ],
"price" => [ 'price' => [
"name" =>"Prijs", 'name' => 'Prijs'
], ],
"stock" => [ 'date' => [
"name" =>"Voorraad", 'name' => 'Date'
], ],
"advs_desc" => [ 'photo' => [
"name" =>"Omschrijving", 'name' => 'Photo'
], ],
"online_payment" => [ 'video' => [
"name" =>"Online betaling", 'name' => 'Video'
], ],
"city" => [ 'map' => [
"name" =>"stad", 'name' => 'Map'
], ],
"country" => [ 'stock' => [
"name" =>"land", 'name' => 'Voorraad'
], ],
"district" => [ 'advs_desc' => [
"name" =>"Wijk", 'name' => 'Omschrijving'
], ],
"neighborhood" => [ 'online_payment' => [
"name" =>"Buurt", 'name' => 'Online betaling'
], ],
"village" => [ 'city' => [
"name" =>"Dorp", 'name' => 'stad'
], ],
"files" => [ 'country' => [
"name" =>"Afbeeldingen", 'name' => 'land'
], ],
"cat1" => [ 'district' => [
"name" =>"Hoofdcategorie", 'name' => 'Wijk'
], ],
"cat2" => [ 'neighborhood' => [
"name" =>"Subcategorie 1", 'name' => 'Buurt'
], ],
"cat3" => [ 'village' => [
"name" =>"Subcategorie 2", 'name' => 'Dorp'
], ],
"cat4" => [ 'files' => [
"name" =>"Subcategorie 3", 'name' => 'Afbeeldingen'
], ],
"cat5" => [ 'cat1' => [
"name" =>"Subcategorie 4", 'name' => 'Hoofdcategorie'
], ],
"cat6" => [ 'cat2' => [
"name" =>"Subcategorie 5", 'name' => 'Subcategorie 1'
], ],
"cat7" => [ 'cat3' => [
"name" =>"Subcategorie 6", 'name' => 'Subcategorie 2'
], ],
"currency" => [ 'cat4' => [
"name" =>"Valuta", 'name' => 'Subcategorie 3'
], ],
"status" => [ 'cat5' => [
"name" =>"staat", 'name' => 'Subcategorie 4'
], ],
"next_add_advs_title" => [ 'cat6' => [
"name" =>"Plaats een advertentie in slechts 30 seconden", 'name' => 'Subcategorie 5'
], ],
"next_add_advs_msg" => [ 'cat7' => [
"name" =>"Plaats GEEN meerdere advertenties voor dezelfde items of service. Alle dubbele, 'name' => 'Subcategorie 6'
spam en verkeerd gecategoriseerde advertenties worden verwijderd.",
], ],
"next_add_advs_btn" => [ 'currency' => [
"name" =>"volgende", 'name' => 'Valuta'
], ],
"cancel_add_advs_btn" => [ 'status' => [
"name" =>"of Annuleren", 'name' => 'staat',
'option' => [
'approved' => 'Approved',
'expired' => 'Expired',
'unpublished' => 'Unpublished',
'pending_admin' => 'Pending Admin',
'pending_user' => 'Pending User'
]
], ],
"pending_adv" => [ 'pending_adv' => [
"name" =>"In afwachting van advertenties", 'name' => 'In afwachting van advertenties'
], ],
"archived_adv" => [ 'finish_at' => [
"name" =>"Gearchiveerde advertenties", 'name' => 'Finish At'
], ],
"favs_adv" => [ 'cover_photo' => [
"name" =>"Favoriete advertenties", 'name' => 'Cover Photo'
], ],
"my_adv" => [ 'favs_adv' => [
"name" =>"ADVS", 'name' => 'Favoriete advertenties'
], ],
"description" => [ 'my_adv' => [
"name" =>"Omschrijving", 'name' => 'ADVS'
], ],
"type" => [ 'description' => 'Description',
"name" =>"Type", 'explanation' => 'Explanation',
'type' => [
'name' => 'Type'
], ],
"parent_adv" => [ 'parent_adv' => [
"name" =>"Gerelateerde advertentie", 'name' => 'Gerelateerde advertentie'
], ],
"value" => [ 'value' => [
"name" =>"Waarde", 'name' => 'Waarde'
], ],
"home" =>"Huis", 'list' => 'List',
"list-page" =>"Lijstpagina", 'home' => 'Huis',
"search" =>"Zoeken", 'list-page' => 'Lijstpagina',
"recommended" =>"Aanbevolen advertenties voor u", 'search' => 'Zoeken',
"sort_by" =>"Sorteer op", 'recommended' => 'Aanbevolen advertenties voor u',
"pick_option" =>"Kies een optie", 'filter' => 'Filter',
"price_high" =>"Prijs hoog naar laag", 'sort' => 'Sort',
"price-low" =>"Prijs laag naar hoog", 'sort_by' => 'Sorteer op',
"newest" =>"Nieuwste", 'pick_option' => 'Kies een optie',
"categories" =>"Categorieën", 'pick_ordering' => 'Ordering',
"all_categories" =>"Alle categorieën", 'price_high' => 'Prijs hoog naar laag',
"location" =>"Plaats", 'price_low' => 'Price Low to High',
"send_message" =>"Bericht versturen", 'newest' => 'Nieuwste',
"phone_gsm" =>"GSM-telefoon", 'oldest' => 'Oldest',
"phone_office" =>"Kantoor telefoon", 'address_a_z' => 'Address (A to Z)',
"add_to_favorites" =>"Toevoegen aan favorieten", 'address_z_a' => 'Address (Z to A)',
"send" =>"Sturen", 'categories' => 'Categorieën',
"search_name" =>"Naam zoeken", 'all_categories' => 'Alle categorieën',
"my_favorite_searches" =>"Favoriete zoekopdrachten", 'location' => 'Plaats',
"search_desc" =>"U kunt hier uw favoriete zoekselecties toevoegen en beheren.", 'send_message' => 'Bericht versturen',
"complaint_placeholder" =>"Typ hier uw klachtdetails.", 'phone_gsm' => 'GSM-telefoon',
"show_details" =>"Toon details", 'phone_office' => 'Kantoor telefoon',
"edit" =>"Bewerk", 'add_to_favorites' => "Toevoegen aan favorieten",
"approve" =>"Goedkeuren", 'send' => 'Sturen',
"passive" =>"Passief", 'search_name' => 'Naam zoeken',
"offered_by" =>"Aangeboden door", 'my_favorite_searches' => 'Favoriete zoekopdrachten',
"more_ads_by" =>"Meer advertenties door", 'search_desc' => 'U kunt hier uw favoriete zoekselecties toevoegen en beheren.',
"click_phone" =>"Toon telefoonnummer", 'complaint_placeholder' => 'Typ hier uw klachtdetails.',
"share" =>"Deel deze advertentie", 'show_details' => 'Toon details',
"report" =>"Rapporteer deze advertentie", 'ad_actions' => 'Ad Actions',
"features" =>"Kenmerken", 'edit' => 'Bewerk',
"streetview" =>"Street View", 'approve' => 'Goedkeuren',
"recommended_ads" =>"Aanbevolen advertenties voor u", 'passive' => "Passief",
"new" =>"nieuwe", 'offered_by' => 'Aangeboden door',
"short_info" =>"Korte info", 'more_ads_by' => 'Meer advertenties door',
"secure_trading" =>"Veilige handel", 'click_phone' => 'Toon telefoonnummer',
"24/7" =>"24/7 ondersteuning", 'share' => 'Deel deze advertentie',
"easy_trading" =>"Makkelijk handelen", 'report' => 'Rapporteer deze advertentie',
"need_help" =>"Hulp nodig?", 'features' => 'Kenmerken',
"give_a_call" =>"Bellen", "streetview" => "Street View",
"message_sent" =>"Bericht verzonden!", 'recommended_ads' => 'Aanbevolen advertenties voor u',
"asap" =>"Bericht verzonden, 'new' => 'nieuwe',
verkoper zal zsm contact met u opnemen.", 'short_info' => 'Korte info',
"ad_id" =>"Advertentie-ID", 'secure_trading' => 'Veilige handel',
"contact_with" =>"Contact met", '24/7' => '24/7 ondersteuning',
"create_adv" =>"Maak advertentie", 'easy_trading' => 'Makkelijk handelen',
"edit_adv" =>"Advertentie bewerken", 'need_help' => 'Hulp nodig?',
"mandatory_fields" =>"Verplichte velden", 'give_a_call' => 'Bellen',
"ad_post" =>"Advertentie bericht", 'message_sent' => 'Bericht verzonden!',
"sell_item" =>"Verkoop een item of service", 'asap' => 'Bericht verzonden,
"search_save" =>"Favoriete zoekopdracht succesvol opgeslagen", verkoper zal zsm contact met u opnemen.',
"address" =>"Adres", 'ad_id' => 'Advertentie-ID',
"email" =>"E-mail", 'contact_with' => 'Contact met',
"phone" =>"Telefoon", 'create_adv' => 'Maak advertentie',
"send_us_your_feedback" =>"Stuur ons uw feedback", 'edit_adv' => 'Advertentie bewerken',
"online_shopping" =>"KRIJGEN", 'mandatory_fields' => 'Verplichte velden',
"approved" =>"Succesvol goedgekeurd", 'ad_post' => 'Advertentie bericht',
"declined" =>"Succesvol afgewezen", 'sell_item' => 'Verkoop een item of service',
"search_on_map" =>"Zoeken op kaart", 'search_save' => 'Favoriete zoekopdracht succesvol opgeslagen',
"post_free_ad" =>"Plaats gratis advertentie", 'address' => 'Adres',
"select_a_category" =>"Kies een categorie", 'email' => 'E-mail',
"select_a_sub_category" =>"Selecteer een sub-categorie", 'phone' => 'Telefoon',
"all_dopings_added" =>"Alle soorten doping zijn toegevoegd voor deze advertentie.", 'send_us_your_feedback' => 'Stuur ons uw feedback',
"is_get_adv" => [ 'online_shopping' => 'KRIJGEN',
"name" =>"KRIJGEN", 'approved' => 'Succesvol goedgekeurd',
'extended' => 'Extended Successfully',
'declined' => 'Succesvol afgewezen',
'search_on_map' => 'Zoeken op kaart',
'post_free_ad' => 'Plaats gratis advertentie',
'select_a_category' => 'Kies een categorie',
'select_a_sub_category' => 'Selecteer een sub-categorie',
'all_dopings_added' => 'Alle soorten doping zijn toegevoegd voor deze advertentie.',
'is_get_adv' => [
'name' => 'KRIJGEN'
], ],
"corporate_info" =>"Bedrijfsinfo", 'corporate_info' => 'Bedrijfsinfo',
"featured_ads" =>"Aanbevolen advertenties", 'featured_ads' => "Aanbevolen advertenties",
"trending_ads" =>"Trendind-advertenties", 'trending_ads' => 'Trendind-advertenties',
"search_ads_result_message" => [ 'search_ads_result_message' => [
"name" =>": tel advertenties gevonden voor:zoeken op naam", 'name' => ': tel advertenties gevonden voor:zoeken op naam',
], ],
"total" =>"Totaal", 'total' => 'Totaal',
"quantity" =>"Aantal stuks", 'quantity' => 'Aantal stuks',
"view_cart" =>"Bekijk winkelwagen", 'view_cart' => 'Bekijk winkelwagen',
"no_ads" =>"Geen advertenties!", 'no_ads' => 'Geen advertenties!',
"show_display_mode" => [ 'show_display_mode' => [
"map" =>"Kaart", 'map' => 'Kaart',
"list" =>"Lijst", 'list' => 'Lijst',
], ],
"advs_list_table_thead" => [ 'advs_list_table_thead' => [
"name" =>"Advertentienaam", 'name' => 'Advertentienaam',
"price" =>"Prijs", 'price' => 'Prijs',
"publish_at" =>"Advertentiedatum", 'publish_at' => 'Advertentiedatum',
"location_city" =>"stad", 'location_city' => 'stad',
"location_country" =>"land", 'location_country' => 'land',
], ],
"show_list_view" => [ 'show_list_view' => [
"name" =>"Lijst", 'name' => 'Lijst',
], ],
"show_table_view" => [ 'show_table_view' => [
"name" =>"Tafel", 'name' => 'Tafel',
], ],
"showcase" => [ 'showcase' => [
"name" =>"vitrine", 'name' => 'vitrine',
], ],
"new_ad" => [ 'new_ad' => [
"name" =>"Nieuwe advertentie", 'name' => 'Nieuwe advertentie',
], ],
"profile" => [ 'profile' => [
"name" =>"Profiel", 'name' => 'Profiel',
], ],
"my_ads" => [ 'my_ads' => [
"name" =>"Mijn advertenties", 'name' => 'Mijn advertenties',
], ],
'sold_out' => [
'name' => 'Sold out',
],
'edit_category' => 'Edit Category',
'set_category' => 'Set Category',
'max' => [
'name' => 'Max',
],
'min' => [
'name' => 'Min',
],
'in_the_last_24_hours' => [
'name' => 'In The Last 24 Hours'
],
'in_the_last_week' => [
'name' => 'In The Last Week'
],
'in_the_last_month' => [
'name' => 'In The Last Month'
],
'ads_with_photo' => [
'name' => 'Ads With Photo'
],
'ads_with_video' => [
'name' => 'Ads With Video'
],
'yes' => [
'name' => 'Yes'
],
"no_location" => "No location is selected.",
"continue" => 'Continue',
"gallery" => 'Gallery',
// Pending screen
'pending_message_1' => 'The Ad is in the Approval Process',
'pending_message_2' => "Ad's Update Date",
'pending_message_3' => 'Estimated Waiting Time',
'pending_message_4' => 'The time spent in the approval process will be added to the doping time.',
'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.',
'hours' => 'hours',
// Preview page
'preview_text' => [
'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
'part_2' => 'If not, click the "Edit" button.',
],
'views' => 'Views',
// Detail page
"no_street_view" => "No street view image in this location",
'edit_my_contact_info' => 'Edit My Contact Information',
'update_my_contact_info' => 'update my contact info',
'contact_info' => 'Contact information',
'ad_info' => 'Ad Information',
// Select cat
'select_category_step_by_step' => 'Select Category Step by Step',
]; ];