Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dutch translations #1960

Open
wants to merge 2 commits into
base: 1.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions packages/admin/resources/lang/nl/actions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?php

return [
'collections' => [
'create_root' => [
'label' => 'Maak Hoofdcategorie',
],
'create_child' => [
'label' => 'Maak Subcategorie',
],
'move' => [
'label' => 'Verplaats Categorie',
],
'delete' => [
'label' => 'Verwijderen',
],
],
'orders' => [
'update_status' => [
'label' => 'Status Bijwerken',
'wizard' => [
'step_one' => [
'label' => 'Status',
],
'step_two' => [
'label' => 'Mailers & Meldingen',
'no_mailers' => 'Er zijn geen mailers beschikbaar voor deze status.',
],
'step_three' => [
'label' => 'Voorbeeld & Opslaan',
'no_mailers' => 'Er zijn geen mailers gekozen voor voorbeeld.',
],
],
'notification' => [
'label' => 'Orderstatus bijgewerkt',
],
'billing_email' => [
'label' => 'Facturatie E-mail',
],
'shipping_email' => [
'label' => 'Verzend E-mail',
],
],

],
];
29 changes: 29 additions & 0 deletions packages/admin/resources/lang/nl/activity.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?php

return [

'label' => 'Activiteit',

'plural_label' => 'Activiteiten',

'table' => [
'subject' => 'Onderwerp',
'description' => 'Beschrijving',
'log' => 'Logboek',
'logged_at' => 'Gelogd Op',
'event' => 'Gebeurtenis',
'logged_from' => 'Gelogd Vanaf',
'logged_until' => 'Gelogd Tot',
],

'form' => [
'causer_type' => 'Veroorzaker Type',
'causer_id' => 'Veroorzaker Id',
'subject_type' => 'Onderwerp Type',
'subject_id' => 'Onderwerp Id',
'description' => 'Beschrijving',
'attributes' => 'Attributen',
'old' => 'Oud',
],

];
93 changes: 93 additions & 0 deletions packages/admin/resources/lang/nl/address.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
<?php

return [

'label' => 'Adres',

'plural_label' => 'Adressen',

'table' => [
'title' => [
'label' => 'Titel',
],
'first_name' => [
'label' => 'Voornaam',
],
'last_name' => [
'label' => 'Achternaam',
],
'company_name' => [
'label' => 'Bedrijfsnaam',
],
'line_one' => [
'label' => 'Adres',
],
'line_two' => [
'label' => 'Adresregel Twee',
],
'line_three' => [
'label' => 'Adresregel Drie',
],
'city' => [
'label' => 'Stad',
],
'country_id' => [
'label' => 'Land',
],
'state' => [
'label' => 'Provincie',
],
'postcode' => [
'label' => 'Postcode',
],
'contact_email' => [
'label' => 'Contact E-mail',
],
'contact_phone' => [
'label' => 'Contact Telefoon',
],
],

'form' => [
'title' => [
'label' => 'Titel',
],
'first_name' => [
'label' => 'Voornaam',
],
'last_name' => [
'label' => 'Achternaam',
],
'company_name' => [
'label' => 'Bedrijfsnaam',
],
'line_one' => [
'label' => 'Adresregel Een',
],
'line_two' => [
'label' => 'Adresregel Twee',
],
'line_three' => [
'label' => 'Adresregel Drie',
],
'city' => [
'label' => 'Stad',
],
'country_id' => [
'label' => 'Land',
],
'state' => [
'label' => 'Provincie',
],
'postcode' => [
'label' => 'Postcode',
],
'contact_email' => [
'label' => 'Contact E-mail',
],
'contact_phone' => [
'label' => 'Contact Telefoon',
],
],

];
55 changes: 55 additions & 0 deletions packages/admin/resources/lang/nl/attribute.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<?php

return [

'label' => 'Attribuut',

'plural_label' => 'Attributen',

'table' => [
'name' => [
'label' => 'Naam',
],
'description' => [
'label' => 'Beschrijving',
],
'handle' => [
'label' => 'Handvat',
],
'type' => [
'label' => 'Type',
],
],

'form' => [
'attributable_type' => [
'label' => 'Type',
],
'name' => [
'label' => 'Naam',
],
'description' => [
'label' => 'Beschrijving',
'helper' => 'Gebruik om de helptekst onder de invoer weer te geven',
],
'handle' => [
'label' => 'Handvat',
],
'searchable' => [
'label' => 'Doorzoekbaar',
],
'filterable' => [
'label' => 'Filterbaar',
],
'required' => [
'label' => 'Verplicht',
],
'type' => [
'label' => 'Type',
],
'validation_rules' => [
'label' => 'Validatieregels',
'helper' => 'Regels voor attribuutveld, voorbeeld: min:1|max:10|...',
],
],
];
46 changes: 46 additions & 0 deletions packages/admin/resources/lang/nl/attributegroup.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?php

return [

'label' => 'Attribuutgroep',

'plural_label' => 'Attribuutgroepen',

'table' => [
'attributable_type' => [
'label' => 'Type',
],
'name' => [
'label' => 'Naam',
],
'handle' => [
'label' => 'Handvat',
],
'position' => [
'label' => 'Positie',
],
],

'form' => [
'attributable_type' => [
'label' => 'Type',
],
'name' => [
'label' => 'Naam',
],
'handle' => [
'label' => 'Handvat',
],
'position' => [
'label' => 'Positie',
],
],

'action' => [
'delete' => [
'notification' => [
'error_protected' => 'Deze attribuutgroep kan niet worden verwijderd omdat er attributen aan zijn gekoppeld.',
],
],
],
];
32 changes: 32 additions & 0 deletions packages/admin/resources/lang/nl/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
/**
* Roles
*/
'roles.admin.label' => 'Beheerder',
'roles.admin.description' => 'Beheerder met volledige toegang',
'roles.staff.label' => 'Personeel',
'roles.staff.description' => 'Personeel met fundamentele toegang',
/**
* Permissions.
*/
'permissions.settings.label' => 'Instellingen',
'permissions.settings.description' => 'Geeft toegang tot het instellingengebied van de hub',
'permissions.settings:core.label' => 'Kerninstellingen',
'permissions.settings:core.description' => 'Toegang tot fundamentele winkelinstellingen, zoals kanalen, talen, valuta, enz.',
'permissions.settings:manage-staff.label' => 'Beheer Personeel',
'permissions.settings:manage-staff.description' => 'Sta het personeelslid toe om ander personeel te bewerken',
'permissions.settings:manage-attributes.label' => 'Beheer Attributen',
'permissions.settings:manage-attributes.description' => 'Sta het personeelslid toe om extra attributen te bewerken en te maken',
'permissions.catalog:manage-products.label' => 'Beheer Producten',
'permissions.catalog:manage-products.description' => 'Sta het personeelslid toe om producten, producttypen en merken te bewerken',
'permissions.catalog:manage-collections.label' => 'Beheer Collecties',
'permissions.catalog:manage-collections.description' => 'Sta het personeelslid toe om collecties en hun groepen te bewerken',
'permissions.sales:manage-orders.label' => 'Beheer Bestellingen',
'permissions.sales:manage-orders.description' => 'Sta het personeelslid toe om bestellingen te beheren',
'permissions.sales:manage-customers.label' => 'Beheer Klanten',
'permissions.sales:manage-customers.description' => 'Sta het personeelslid toe om klanten te beheren',
'permissions.sales:manage-discounts.label' => 'Beheer Kortingen',
'permissions.sales:manage-discounts.description' => 'Sta het personeelslid toe om kortingen te beheren',
];
72 changes: 72 additions & 0 deletions packages/admin/resources/lang/nl/brand.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?php

return [

'label' => 'Merk',

'plural_label' => 'Merken',

'table' => [
'name' => [
'label' => 'Naam',
],
'products_count' => [
'label' => 'Aantal Producten',
],
],

'form' => [
'name' => [
'label' => 'Naam',
],
],

'action' => [
'delete' => [
'notification' => [
'error_protected' => 'Dit merk kan niet worden verwijderd omdat er producten aan zijn gekoppeld.',
],
],
],
'pages' => [
'products' => [
'label' => 'Producten',
'actions' => [
'attach' => [
'label' => 'Koppel een product',
'form' => [
'record_id' => [
'label' => 'Product',
],
],
'notification' => [
'success' => 'Product gekoppeld aan merk',
],
],
'detach' => [
'notification' => [
'success' => 'Product ontkoppeld.',
],
],
],
],
'collections' => [
'label' => 'Collecties',
'table' => [
'header_actions' => [
'attach' => [
'record_select' => [
'placeholder' => 'Selecteer een collectie',
],
],
],
],
'actions' => [
'attach' => [
'label' => 'Koppel een collectie',
],
],
],
],

];
Loading