New translations field.php (Dutch)

This commit is contained in:
Fatih Alp 2020-05-12 13:13:52 +03:00
parent 5689b31afd
commit dde3a9ca57

View File

@ -1,21 +1,35 @@
<?php
return[
"name" => [
"name" =>"Titel",
return [
'name' => [
'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.',
],
'order' => [
'name' => 'Bestellen',
],
],
"order" => [
"name" =>"Bestellen",
'slug' => [
'name' => 'Naaktslak',
'instructions' => 'Specify any organizational tags to help group your post with others.',
],
"slug" => [
"name" =>"Naaktslak",
],
'files' => [
'name' => 'Beeld',
],
'seo_keyword' => [
'name' => 'Seo Keyword',
'instructions' => 'Words added to the site in the Google browser to appear above the search results.',
],
'seo_description' => [
'name' => 'Seo Description',
'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.',
],
'icon' => [
'name' => 'Icon',
'instructions' => 'It is used to add icons indicating the category type.',
],
],
"files" => [
"name" =>"Beeld",
],
"please_wait" =>"Een ogenblik geduld. Subcategorieën verwijderen"
];
'please_wait' => 'Een ogenblik geduld. Subcategorieën verwijderen',
'category_selection' => 'Category Selection',
];