New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 19:17:34 +03:00
parent 2c031adceb
commit 89883a4aaa

View File

@ -3,7 +3,7 @@
return [ return [
'name' => [ 'name' => [
'name' => 'Titel', 'name' => 'Titel',
'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.', 'instructions' => 'Het is de naam van de hoofdcategorie die u gaat definiëren. Hiermee kan de gebruiker gemakkelijk het product vinden waarnaar hij op zoek is.',
], ],
'order' => [ 'order' => [
'name' => 'Bestellen', 'name' => 'Bestellen',
@ -11,25 +11,25 @@ return [
'slug' => [ 'slug' => [
'name' => 'Naaktslak', 'name' => 'Naaktslak',
'instructions' => 'Specify any organizational tags to help group your post with others.', 'instructions' => 'Specificeer eventuele organisatietags om uw bericht met anderen te groeperen.',
], ],
'files' => [ 'files' => [
'name' => 'Beeld', 'name' => 'Beeld',
], ],
'seo_keyword' => [ 'seo_keyword' => [
'name' => 'Seo Keyword', 'name' => 'Seo trefwoord',
'instructions' => 'Words added to the site in the Google browser to appear above the search results.', 'instructions' => 'Woorden die aan de site in de Google-browser zijn toegevoegd om boven de zoekresultaten te verschijnen.',
], ],
'seo_description' => [ 'seo_description' => [
'name' => 'Seo Description', 'name' => 'Seo Beschrijving',
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.', 'instructions' => 'Het kan van invloed zijn op de beslissing van uw bezoekers of ze op de inhoud in de zoekresultaten willen klikken.',
], ],
'icon' => [ 'icon' => [
'name' => 'Icon', 'name' => 'Icoon',
'instructions' => 'It is used to add icons indicating the category type.', 'instructions' => 'Het wordt gebruikt om pictogrammen toe te voegen die het categorietype aangeven.',
], ],
'please_wait' => 'Een ogenblik geduld. Subcategorieën verwijderen', 'please_wait' => 'Een ogenblik geduld. Subcategorieën verwijderen',
'category_selection' => 'Category Selection', 'category_selection' => 'Categorie selectie',
]; ];