From 0668ef2168c6a439efdb00c56396ac87584ad594 Mon Sep 17 00:00:00 2001 From: Arjen Heijkoop Date: Thu, 19 Sep 2024 08:50:04 +0200 Subject: [PATCH] modified action EN file switched with NL folder --- packages/admin/resources/lang/nl/actions.php | 24 +-- packages/admin/resources/lang/nl/activity.php | 32 +-- packages/admin/resources/lang/nl/address.php | 52 ++--- .../admin/resources/lang/nl/attribute.php | 28 +-- .../resources/lang/nl/attributegroup.php | 18 +- packages/admin/resources/lang/nl/auth.php | 44 ++--- packages/admin/resources/lang/nl/brand.php | 26 +-- packages/admin/resources/lang/nl/channel.php | 16 +- .../admin/resources/lang/nl/collection.php | 20 +- .../resources/lang/nl/collectiongroup.php | 16 +- .../admin/resources/lang/nl/components.php | 66 +++---- packages/admin/resources/lang/nl/currency.php | 24 +-- packages/admin/resources/lang/nl/customer.php | 36 ++-- .../admin/resources/lang/nl/customergroup.php | 18 +- packages/admin/resources/lang/nl/discount.php | 168 ++++++++-------- .../admin/resources/lang/nl/fieldtypes.php | 30 +-- packages/admin/resources/lang/nl/global.php | 8 +- packages/admin/resources/lang/nl/language.php | 12 +- packages/admin/resources/lang/nl/order.php | 183 +++++++++--------- packages/admin/resources/lang/nl/product.php | 62 +++--- .../admin/resources/lang/nl/productoption.php | 58 +++--- .../admin/resources/lang/nl/producttype.php | 24 +-- .../resources/lang/nl/productvariant.php | 70 +++---- .../resources/lang/nl/relationmanagers.php | 160 +++++++-------- packages/admin/resources/lang/nl/staff.php | 52 ++--- packages/admin/resources/lang/nl/tag.php | 8 +- packages/admin/resources/lang/nl/taxclass.php | 12 +- packages/admin/resources/lang/nl/taxrate.php | 16 +- packages/admin/resources/lang/nl/taxzone.php | 40 ++-- packages/admin/resources/lang/nl/user.php | 14 +- packages/admin/resources/lang/nl/widgets.php | 91 ++++----- packages/core/resources/lang/nl/base.php | 9 + .../core/resources/lang/nl/exceptions.php | 21 ++ 33 files changed, 741 insertions(+), 717 deletions(-) create mode 100644 packages/core/resources/lang/nl/base.php create mode 100644 packages/core/resources/lang/nl/exceptions.php diff --git a/packages/admin/resources/lang/nl/actions.php b/packages/admin/resources/lang/nl/actions.php index badbabe6e2..c7d1a3783f 100644 --- a/packages/admin/resources/lang/nl/actions.php +++ b/packages/admin/resources/lang/nl/actions.php @@ -3,42 +3,42 @@ return [ 'collections' => [ 'create_root' => [ - 'label' => 'Create Root Collection', + 'label' => 'Maak Hoofdcategorie', ], 'create_child' => [ - 'label' => 'Create Child Collection', + 'label' => 'Maak Subcategorie', ], 'move' => [ - 'label' => 'Move Collection', + 'label' => 'Verplaats Categorie', ], 'delete' => [ - 'label' => 'Delete', + 'label' => 'Verwijderen', ], ], 'orders' => [ 'update_status' => [ - 'label' => 'Update Status', + 'label' => 'Status Bijwerken', 'wizard' => [ 'step_one' => [ 'label' => 'Status', ], 'step_two' => [ - 'label' => 'Mailers & Notifications', - 'no_mailers' => 'There are no mailers available for this status.', + 'label' => 'Mailers & Meldingen', + 'no_mailers' => 'Er zijn geen mailers beschikbaar voor deze status.', ], 'step_three' => [ - 'label' => 'Preview & Save', - 'no_mailers' => 'No mailers have been chosen for preview.', + 'label' => 'Voorbeeld & Opslaan', + 'no_mailers' => 'Er zijn geen mailers gekozen voor voorbeeld.', ], ], 'notification' => [ - 'label' => 'Order status updated', + 'label' => 'Orderstatus bijgewerkt', ], 'billing_email' => [ - 'label' => 'Billing Email', + 'label' => 'Facturatie E-mail', ], 'shipping_email' => [ - 'label' => 'Shipping Email', + 'label' => 'Verzend E-mail', ], ], diff --git a/packages/admin/resources/lang/nl/activity.php b/packages/admin/resources/lang/nl/activity.php index fd8a141426..3b181fcef9 100644 --- a/packages/admin/resources/lang/nl/activity.php +++ b/packages/admin/resources/lang/nl/activity.php @@ -2,28 +2,28 @@ return [ - 'label' => 'Activity', + 'label' => 'Activiteit', - 'plural_label' => 'Activities', + 'plural_label' => 'Activiteiten', 'table' => [ - 'subject' => 'Subject', - 'description' => 'Description', - 'log' => 'Log', - 'logged_at' => 'Logged At', - 'event' => 'Event', - 'logged_from' => 'Logged From', - 'logged_until' => 'Logged Until', + 'subject' => 'Onderwerp', + 'description' => 'Beschrijving', + 'log' => 'Logboek', + 'logged_at' => 'Gelogd Op', + 'event' => 'Gebeurtenis', + 'logged_from' => 'Gelogd Vanaf', + 'logged_until' => 'Gelogd Tot', ], 'form' => [ - 'causer_type' => 'Causer Type', - 'causer_id' => 'Causer Id', - 'subject_type' => 'Subject type', - 'subject_id' => 'Subject Id', - 'description' => 'Description', - 'attributes' => 'Attributes', - 'old' => 'Old', + 'causer_type' => 'Veroorzaker Type', + 'causer_id' => 'Veroorzaker Id', + 'subject_type' => 'Onderwerp Type', + 'subject_id' => 'Onderwerp Id', + 'description' => 'Beschrijving', + 'attributes' => 'Attributen', + 'old' => 'Oud', ], ]; diff --git a/packages/admin/resources/lang/nl/address.php b/packages/admin/resources/lang/nl/address.php index 2226d47010..8a64008810 100644 --- a/packages/admin/resources/lang/nl/address.php +++ b/packages/admin/resources/lang/nl/address.php @@ -2,91 +2,91 @@ return [ - 'label' => 'Address', + 'label' => 'Adres', - 'plural_label' => 'Addresses', + 'plural_label' => 'Adressen', 'table' => [ 'title' => [ - 'label' => 'Title', + 'label' => 'Titel', ], 'first_name' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'last_name' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'company_name' => [ - 'label' => 'Company Name', + 'label' => 'Bedrijfsnaam', ], 'line_one' => [ - 'label' => 'Address', + 'label' => 'Adres', ], 'line_two' => [ - 'label' => 'Line Two', + 'label' => 'Adresregel Twee', ], 'line_three' => [ - 'label' => 'Line Three', + 'label' => 'Adresregel Drie', ], 'city' => [ - 'label' => 'City', + 'label' => 'Stad', ], 'country_id' => [ - 'label' => 'Country', + 'label' => 'Land', ], 'state' => [ - 'label' => 'State', + 'label' => 'Provincie', ], 'postcode' => [ 'label' => 'Postcode', ], 'contact_email' => [ - 'label' => 'Contact Email', + 'label' => 'Contact E-mail', ], 'contact_phone' => [ - 'label' => 'Contact Phone', + 'label' => 'Contact Telefoon', ], ], 'form' => [ 'title' => [ - 'label' => 'Title', + 'label' => 'Titel', ], 'first_name' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'last_name' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'company_name' => [ - 'label' => 'Company Name', + 'label' => 'Bedrijfsnaam', ], 'line_one' => [ - 'label' => 'Line One', + 'label' => 'Adresregel Een', ], 'line_two' => [ - 'label' => 'Line Two', + 'label' => 'Adresregel Twee', ], 'line_three' => [ - 'label' => 'Line Three', + 'label' => 'Adresregel Drie', ], 'city' => [ - 'label' => 'City', + 'label' => 'Stad', ], 'country_id' => [ - 'label' => 'Country', + 'label' => 'Land', ], 'state' => [ - 'label' => 'State', + 'label' => 'Provincie', ], 'postcode' => [ 'label' => 'Postcode', ], 'contact_email' => [ - 'label' => 'Contact Email', + 'label' => 'Contact E-mail', ], 'contact_phone' => [ - 'label' => 'Contact Phone', + 'label' => 'Contact Telefoon', ], ], diff --git a/packages/admin/resources/lang/nl/attribute.php b/packages/admin/resources/lang/nl/attribute.php index 45e6a96beb..9ac83854d6 100644 --- a/packages/admin/resources/lang/nl/attribute.php +++ b/packages/admin/resources/lang/nl/attribute.php @@ -2,19 +2,19 @@ return [ - 'label' => 'Attribute', + 'label' => 'Attribuut', - 'plural_label' => 'Attributes', + 'plural_label' => 'Attributen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'description' => [ - 'label' => 'Description', + 'label' => 'Beschrijving', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'type' => [ 'label' => 'Type', @@ -26,30 +26,30 @@ 'label' => 'Type', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'description' => [ - 'label' => 'Description', - 'helper' => 'Use to display the helper text below the entry', + 'label' => 'Beschrijving', + 'helper' => 'Gebruik om de helptekst onder de invoer weer te geven', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'searchable' => [ - 'label' => 'Searchable', + 'label' => 'Doorzoekbaar', ], 'filterable' => [ - 'label' => 'Filterable', + 'label' => 'Filterbaar', ], 'required' => [ - 'label' => 'Required', + 'label' => 'Verplicht', ], 'type' => [ 'label' => 'Type', ], 'validation_rules' => [ - 'label' => 'Validation Rules', - 'helper' => 'Rules for attribute field, example: min:1|max:10|...', + 'label' => 'Validatieregels', + 'helper' => 'Regels voor attribuutveld, voorbeeld: min:1|max:10|...', ], ], ]; diff --git a/packages/admin/resources/lang/nl/attributegroup.php b/packages/admin/resources/lang/nl/attributegroup.php index cccb3c5550..a23a2e3113 100644 --- a/packages/admin/resources/lang/nl/attributegroup.php +++ b/packages/admin/resources/lang/nl/attributegroup.php @@ -2,22 +2,22 @@ return [ - 'label' => 'Attribute Group', + 'label' => 'Attribuutgroep', - 'plural_label' => 'Attribute Groups', + 'plural_label' => 'Attribuutgroepen', 'table' => [ 'attributable_type' => [ 'label' => 'Type', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'position' => [ - 'label' => 'Position', + 'label' => 'Positie', ], ], @@ -26,20 +26,20 @@ 'label' => 'Type', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'position' => [ - 'label' => 'Position', + 'label' => 'Positie', ], ], 'action' => [ 'delete' => [ 'notification' => [ - 'error_protected' => 'This attribute group can not be deleted as there are attributes associated.', + 'error_protected' => 'Deze attribuutgroep kan niet worden verwijderd omdat er attributen aan zijn gekoppeld.', ], ], ], diff --git a/packages/admin/resources/lang/nl/auth.php b/packages/admin/resources/lang/nl/auth.php index 2271ab451a..77df920a5f 100644 --- a/packages/admin/resources/lang/nl/auth.php +++ b/packages/admin/resources/lang/nl/auth.php @@ -4,29 +4,29 @@ /** * Roles */ - 'roles.admin.label' => 'Admin', - 'roles.admin.description' => 'Admin with full access', - 'roles.staff.label' => 'Staff', - 'roles.staff.description' => 'Staff with fundamental access', + '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' => 'Settings', - 'permissions.settings.description' => 'Gives access to the settings area of the hub', - 'permissions.settings:core.label' => 'Core Settings', - 'permissions.settings:core.description' => 'Access fundamental store settings, such as channels, languages, currencies, etc', - 'permissions.settings:manage-staff.label' => 'Manage Staff', - 'permissions.settings:manage-staff.description' => 'Allow the staff member to edit other staff', - 'permissions.settings:manage-attributes.label' => 'Manage Attributes', - 'permissions.settings:manage-attributes.description' => 'Allow the staff member to edit and create additional attributes', - 'permissions.catalog:manage-products.label' => 'Manage Products', - 'permissions.catalog:manage-products.description' => 'Allow the staff member to edit products, product types and brands', - 'permissions.catalog:manage-collections.label' => 'Manage Collections', - 'permissions.catalog:manage-collections.description' => 'Allow the staff member to edit collections and their groups', - 'permissions.sales:manage-orders.label' => 'Manage Orders', - 'permissions.sales:manage-orders.description' => 'Allow the staff member to manage orders', - 'permissions.sales:manage-customers.label' => 'Manage Customers', - 'permissions.sales:manage-customers.description' => 'Allow the staff member to manage customers', - 'permissions.sales:manage-discounts.label' => 'Manage Discounts', - 'permissions.sales:manage-discounts.description' => 'Allow the staff member to manage discounts', + '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', ]; diff --git a/packages/admin/resources/lang/nl/brand.php b/packages/admin/resources/lang/nl/brand.php index 89f346f1f0..75cd5cd220 100644 --- a/packages/admin/resources/lang/nl/brand.php +++ b/packages/admin/resources/lang/nl/brand.php @@ -2,68 +2,68 @@ return [ - 'label' => 'Brand', + 'label' => 'Merk', - 'plural_label' => 'Brands', + 'plural_label' => 'Merken', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'products_count' => [ - 'label' => 'No. Products', + 'label' => 'Aantal Producten', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], ], 'action' => [ 'delete' => [ 'notification' => [ - 'error_protected' => 'This brand can not be deleted as there are products associated.', + 'error_protected' => 'Dit merk kan niet worden verwijderd omdat er producten aan zijn gekoppeld.', ], ], ], 'pages' => [ 'products' => [ - 'label' => 'Products', + 'label' => 'Producten', 'actions' => [ 'attach' => [ - 'label' => 'Associate a product', + 'label' => 'Koppel een product', 'form' => [ 'record_id' => [ 'label' => 'Product', ], ], 'notification' => [ - 'success' => 'Product attached to brand', + 'success' => 'Product gekoppeld aan merk', ], ], 'detach' => [ 'notification' => [ - 'success' => 'Product detached.', + 'success' => 'Product ontkoppeld.', ], ], ], ], 'collections' => [ - 'label' => 'Collections', + 'label' => 'Collecties', 'table' => [ 'header_actions' => [ 'attach' => [ 'record_select' => [ - 'placeholder' => 'Select a collection', + 'placeholder' => 'Selecteer een collectie', ], ], ], ], 'actions' => [ 'attach' => [ - 'label' => 'Associate a collection', + 'label' => 'Koppel een collectie', ], ], ], diff --git a/packages/admin/resources/lang/nl/channel.php b/packages/admin/resources/lang/nl/channel.php index 72ed1465be..ade258936a 100644 --- a/packages/admin/resources/lang/nl/channel.php +++ b/packages/admin/resources/lang/nl/channel.php @@ -2,37 +2,37 @@ return [ - 'label' => 'Channel', + 'label' => 'Kanaal', - 'plural_label' => 'Channels', + 'plural_label' => 'Kanalen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'url' => [ 'label' => 'URL', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'url' => [ 'label' => 'URL', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], diff --git a/packages/admin/resources/lang/nl/collection.php b/packages/admin/resources/lang/nl/collection.php index cd14f34b74..4b98132e17 100644 --- a/packages/admin/resources/lang/nl/collection.php +++ b/packages/admin/resources/lang/nl/collection.php @@ -2,41 +2,41 @@ return [ - 'label' => 'Collection', + 'label' => 'Collectie', - 'plural_label' => 'Collections', + 'plural_label' => 'Collecties', 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], ], 'pages' => [ 'children' => [ - 'label' => 'Child Collections', + 'label' => 'Subcollecties', 'actions' => [ 'create_child' => [ - 'label' => 'Create Child Collection', + 'label' => 'Maak Subcollectie', ], ], 'table' => [ 'children_count' => [ - 'label' => 'No. Children', + 'label' => 'Aantal Kinderen', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], ], ], 'edit' => [ - 'label' => 'Basic Information', + 'label' => 'Basisinformatie', ], 'products' => [ - 'label' => 'Products', + 'label' => 'Producten', 'actions' => [ 'attach' => [ - 'label' => 'Attach Product', + 'label' => 'Product Toevoegen', ], ], ], diff --git a/packages/admin/resources/lang/nl/collectiongroup.php b/packages/admin/resources/lang/nl/collectiongroup.php index 117086c97e..64a617597c 100644 --- a/packages/admin/resources/lang/nl/collectiongroup.php +++ b/packages/admin/resources/lang/nl/collectiongroup.php @@ -2,35 +2,35 @@ return [ - 'label' => 'Collection Group', + 'label' => 'Collectiegroep', - 'plural_label' => 'Collection Groups', + 'plural_label' => 'Collectiegroepen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'collections_count' => [ - 'label' => 'No. Collections', + 'label' => 'Aantal Collecties', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], ], 'action' => [ 'delete' => [ 'notification' => [ - 'error_protected' => 'This collection group can not be deleted as there are collections associated.', + 'error_protected' => 'Deze collectiegroep kan niet worden verwijderd omdat er collecties aan zijn gekoppeld.', ], ], ], diff --git a/packages/admin/resources/lang/nl/components.php b/packages/admin/resources/lang/nl/components.php index 28295b696d..aa742c853b 100644 --- a/packages/admin/resources/lang/nl/components.php +++ b/packages/admin/resources/lang/nl/components.php @@ -3,71 +3,63 @@ return [ 'tags' => [ 'notification' => [ - - 'updated' => 'Tags updated', - + 'updated' => 'Tags bijgewerkt', ], ], 'activity-log' => [ - 'input' => [ - - 'placeholder' => 'Add a comment', - + 'placeholder' => 'Voeg een opmerking toe', ], 'action' => [ - - 'add-comment' => 'Add Comment', - + 'add-comment' => 'Voeg opmerking toe', ], - 'system' => 'System', + 'system' => 'Systeem', 'partials' => [ 'orders' => [ - 'order_created' => 'Order Created', + 'order_created' => 'Bestelling aangemaakt', - 'status_change' => 'Status updated', + 'status_change' => 'Status bijgewerkt', - 'capture' => 'Payment of :amount on card ending :last_four', + 'capture' => 'Betaling van :amount op kaart eindigend op :last_four', - 'authorized' => 'Authorized of :amount on card ending :last_four', + 'authorized' => 'Geautoriseerd bedrag van :amount op kaart eindigend op :last_four', - 'refund' => 'Refund of :amount on card ending :last_four', + 'refund' => 'Terugbetaling van :amount op kaart eindigend op :last_four', - 'address' => ':type updated', + 'address' => ':type bijgewerkt', - 'billingAddress' => 'Billing address', + 'billingAddress' => 'Factuuradres', - 'shippingAddress' => 'Shipping address', + 'shippingAddress' => 'Verzendadres', ], 'update' => [ - 'updated' => ':model updated', + 'updated' => ':model bijgewerkt', ], 'create' => [ - 'created' => ':model created', + 'created' => ':model aangemaakt', ], 'tags' => [ - 'updated' => 'Tags updated', - 'added' => 'Added', - 'removed' => 'Removed', + 'updated' => 'Tags bijgewerkt', + 'added' => 'Toegevoegd', + 'removed' => 'Verwijderd', ], ], 'notification' => [ - 'comment_added' => 'Comment added', + 'comment_added' => 'Opmerking toegevoegd', ], - ], 'forms' => [ 'youtube' => [ - 'helperText' => 'Enter the ID of the YouTube video. e.g. dQw4w9WgXcQ', + 'helperText' => 'Voer de ID van de YouTube-video in. bijv. dQw4w9WgXcQ', ], ], @@ -76,42 +68,42 @@ 'move' => [ 'form' => [ 'target_id' => [ - 'label' => 'Parent Collection', + 'label' => 'Bovenliggende collectie', ], ], ], ], 'notifications' => [ 'collections-reordered' => [ - 'success' => 'Collections Reordered', + 'success' => 'Collecties opnieuw gerangschikt', ], 'node-expanded' => [ - 'danger' => 'Unable to load collections', + 'danger' => 'Kan collecties niet laden', ], 'delete' => [ - 'danger' => 'Unable to delete collection', + 'danger' => 'Kan collectie niet verwijderen', ], ], ], 'product-options-list' => [ 'add-option' => [ - 'label' => 'Add Option', + 'label' => 'Optie toevoegen', ], 'delete-option' => [ - 'label' => 'Delete Option', + 'label' => 'Optie verwijderen', ], 'remove-shared-option' => [ - 'label' => 'Remove Shared Option', + 'label' => 'Gedeelde optie verwijderen', ], 'add-value' => [ - 'label' => 'Add Another Value', + 'label' => 'Nog een waarde toevoegen', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'values' => [ - 'label' => 'Values', + 'label' => 'Waarden', ], ], ]; diff --git a/packages/admin/resources/lang/nl/currency.php b/packages/admin/resources/lang/nl/currency.php index 1f03c951d6..1f903244b1 100644 --- a/packages/admin/resources/lang/nl/currency.php +++ b/packages/admin/resources/lang/nl/currency.php @@ -2,49 +2,49 @@ return [ - 'label' => 'Currency', + 'label' => 'Valuta', - 'plural_label' => 'Currencies', + 'plural_label' => 'Valuta\'s', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'code' => [ 'label' => 'Code', ], 'exchange_rate' => [ - 'label' => 'Exchange Rate', + 'label' => 'Wisselkoers', ], 'decimal_places' => [ - 'label' => 'Decimal Places', + 'label' => 'Decimalen', ], 'enabled' => [ - 'label' => 'Enabled', + 'label' => 'Ingeschakeld', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'code' => [ 'label' => 'Code', ], 'exchange_rate' => [ - 'label' => 'Exchange Rate', + 'label' => 'Wisselkoers', ], 'decimal_places' => [ - 'label' => 'Decimal Places', + 'label' => 'Decimalen', ], 'enabled' => [ - 'label' => 'Enabled', + 'label' => 'Ingeschakeld', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], diff --git a/packages/admin/resources/lang/nl/customer.php b/packages/admin/resources/lang/nl/customer.php index 6dfe6c5cd5..b7411131cc 100644 --- a/packages/admin/resources/lang/nl/customer.php +++ b/packages/admin/resources/lang/nl/customer.php @@ -2,61 +2,61 @@ return [ - 'label' => 'Customer', + 'label' => 'Klant', - 'plural_label' => 'Customers', + 'plural_label' => 'Klanten', 'table' => [ 'full_name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'first_name' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'last_name' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'title' => [ - 'label' => 'Title', + 'label' => 'Titel', ], 'company_name' => [ - 'label' => 'Company Name', + 'label' => 'Bedrijfsnaam', ], 'vat_no' => [ - 'label' => 'VAT No.', + 'label' => 'BTW Nr.', ], 'account_reference' => [ - 'label' => 'Account Reference', + 'label' => 'Account Referentie', ], 'new' => [ - 'label' => 'New', + 'label' => 'Nieuw', ], 'returning' => [ - 'label' => 'Returning', + 'label' => 'Terugkerend', ], ], 'form' => [ 'title' => [ - 'label' => 'Title', + 'label' => 'Titel', ], 'first_name' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'last_name' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'company_name' => [ - 'label' => 'Company Name', + 'label' => 'Bedrijfsnaam', ], 'account_ref' => [ - 'label' => 'Account Reference', + 'label' => 'Account Referentie', ], 'vat_no' => [ - 'label' => 'VAT No.', + 'label' => 'BTW Nr.', ], 'customer_groups' => [ - 'label' => 'Customer Groups', + 'label' => 'Klantengroepen', ], ], diff --git a/packages/admin/resources/lang/nl/customergroup.php b/packages/admin/resources/lang/nl/customergroup.php index 0b5ad1ff10..4b98637373 100644 --- a/packages/admin/resources/lang/nl/customergroup.php +++ b/packages/admin/resources/lang/nl/customergroup.php @@ -2,38 +2,38 @@ return [ - 'label' => 'Customer Group', + 'label' => 'Klantengroep', - 'plural_label' => 'Customer Groups', + 'plural_label' => 'Klantengroepen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'action' => [ 'delete' => [ 'notification' => [ - 'error_protected' => 'This customer group can not be deleted as there are customers associated.', + 'error_protected' => 'Deze klantengroep kan niet worden verwijderd omdat er klanten aan zijn gekoppeld.', ], ], ], diff --git a/packages/admin/resources/lang/nl/discount.php b/packages/admin/resources/lang/nl/discount.php index 1899f3345c..675d4b10c4 100644 --- a/packages/admin/resources/lang/nl/discount.php +++ b/packages/admin/resources/lang/nl/discount.php @@ -1,137 +1,137 @@ 'Discounts', - 'label' => 'Discount', + 'plural_label' => 'Kortingen', + 'label' => 'Korting', 'form' => [ 'conditions' => [ - 'heading' => 'Conditions', + 'heading' => 'Voorwaarden', ], 'buy_x_get_y' => [ - 'heading' => 'Buy X Get Y', + 'heading' => 'Koop X Krijg Y', ], 'amount_off' => [ - 'heading' => 'Amount Off', + 'heading' => 'Bedrag Korting', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'handle' => [ 'label' => 'Handle', ], 'starts_at' => [ - 'label' => 'Start Date', + 'label' => 'Startdatum', ], 'ends_at' => [ - 'label' => 'End Date', + 'label' => 'Einddatum', ], 'priority' => [ - 'label' => 'Priority', - 'helper_text' => 'Discounts with higher priority will be applied first.', + 'label' => 'Prioriteit', + 'helper_text' => 'Kortingen met een hogere prioriteit worden eerst toegepast.', 'options' => [ 'low' => [ - 'label' => 'Low', + 'label' => 'Laag', ], 'medium' => [ - 'label' => 'Medium', + 'label' => 'Middel', ], 'high' => [ - 'label' => 'High', + 'label' => 'Hoog', ], ], ], 'stop' => [ - 'label' => 'Stop other discounts applying after this one', + 'label' => 'Stop andere kortingen na deze toe te passen', ], 'coupon' => [ 'label' => 'Coupon', - 'helper_text' => 'Enter the coupon required for the discount to apply, if left blank it will apply automatically.', + 'helper_text' => 'Voer de vereiste coupon in voor de korting, als deze leeg is, wordt deze automatisch toegepast.', ], 'max_uses' => [ - 'label' => 'Max uses', - 'helper_text' => 'Leave blank for unlimited uses.', + 'label' => 'Maximaal gebruik', + 'helper_text' => 'Laat leeg voor onbeperkt gebruik.', ], 'max_uses_per_user' => [ - 'label' => 'Max uses per user', - 'helper_text' => 'Leave blank for unlimited uses.', + 'label' => 'Maximaal gebruik per gebruiker', + 'helper_text' => 'Laat leeg voor onbeperkt gebruik.', ], 'minimum_cart_amount' => [ - 'label' => 'Minimum Cart Amount', + 'label' => 'Minimale Winkelwagenbedrag', ], 'min_qty' => [ - 'label' => 'Product Quantity', - 'helper_text' => 'Set how many qualifying products are required for the discount to apply.', + 'label' => 'Producthoeveelheid', + 'helper_text' => 'Stel in hoeveel kwalificerende producten nodig zijn voor de korting.', ], 'reward_qty' => [ - 'label' => 'No. of free items', - 'helper_text' => 'How many of each item are discounted.', + 'label' => 'Aantal gratis items', + 'helper_text' => 'Hoeveel van elk item worden afgeprijsd.', ], 'max_reward_qty' => [ - 'label' => 'Maximum reward quantity', - 'helper_text' => 'The maximum amount of products which can be discounted, regardless of criteria.', + 'label' => 'Maximale beloningshoeveelheid', + 'helper_text' => 'Het maximale aantal producten dat kan worden afgeprijsd, ongeacht de criteria.', ], 'automatic_rewards' => [ - 'label' => 'Automatically add rewards', - 'helper_text' => 'Switch on to add reward products when not present in the basket.', + 'label' => 'Automatisch beloningen toevoegen', + 'helper_text' => 'Schakel in om beloningsproducten toe te voegen wanneer deze niet in de winkelwagen aanwezig zijn.', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'status' => [ 'label' => 'Status', \Lunar\Models\Discount::ACTIVE => [ - 'label' => 'Active', + 'label' => 'Actief', ], \Lunar\Models\Discount::PENDING => [ - 'label' => 'Pending', + 'label' => 'In afwachting', ], \Lunar\Models\Discount::EXPIRED => [ - 'label' => 'Expired', + 'label' => 'Verlopen', ], \Lunar\Models\Discount::SCHEDULED => [ - 'label' => 'Scheduled', + 'label' => 'Gepland', ], ], 'type' => [ 'label' => 'Type', ], 'starts_at' => [ - 'label' => 'Start Date', + 'label' => 'Startdatum', ], 'ends_at' => [ - 'label' => 'End Date', + 'label' => 'Einddatum', ], ], 'pages' => [ 'availability' => [ - 'label' => 'Availability', + 'label' => 'Beschikbaarheid', ], 'limitations' => [ - 'label' => 'Limitations', + 'label' => 'Beperkingen', ], ], 'relationmanagers' => [ 'collections' => [ - 'title' => 'Collections', - 'description' => 'Select which collections this discount should be limited to.', + 'title' => 'Collecties', + 'description' => 'Selecteer welke collecties beperkt moeten worden tot deze korting.', 'actions' => [ 'attach' => [ - 'label' => 'Attach Collection', + 'label' => 'Collectie Toevoegen', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'type' => [ 'label' => 'Type', 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], @@ -139,34 +139,34 @@ 'type' => [ 'options' => [ 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], ], ], 'brands' => [ - 'title' => 'Brands', - 'description' => 'Select which brands this discount should be limited to.', + 'title' => 'Merken', + 'description' => 'Selecteer welke merken beperkt moeten worden tot deze korting.', 'actions' => [ 'attach' => [ - 'label' => 'Attach Brand', + 'label' => 'Merk Toevoegen', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'type' => [ 'label' => 'Type', 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], @@ -174,34 +174,34 @@ 'type' => [ 'options' => [ 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], ], ], 'products' => [ - 'title' => 'Products', - 'description' => 'Select which products this discount should be limited to.', + 'title' => 'Producten', + 'description' => 'Selecteer welke producten beperkt moeten worden tot deze korting.', 'actions' => [ 'attach' => [ - 'label' => 'Add Product', + 'label' => 'Product Toevoegen', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'type' => [ 'label' => 'Type', 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], @@ -209,34 +209,34 @@ 'type' => [ 'options' => [ 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], ], ], 'rewards' => [ - 'title' => 'Product Rewards', - 'description' => 'Select which products will be discounted if they exist in the cart and the above conditions are met.', + 'title' => 'Productbeloningen', + 'description' => 'Selecteer welke producten worden afgeprijsd als ze in de winkelwagen zitten en aan de bovenstaande voorwaarden voldoen.', 'actions' => [ 'attach' => [ - 'label' => 'Add Product', + 'label' => 'Product Toevoegen', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'type' => [ 'label' => 'Type', 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], @@ -244,34 +244,34 @@ 'type' => [ 'options' => [ 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], ], ], 'conditions' => [ - 'title' => 'Product Conditions', - 'description' => 'Select the products required for the discount to apply.', + 'title' => 'Productvoorwaarden', + 'description' => 'Selecteer de producten die nodig zijn voor de korting.', 'actions' => [ 'attach' => [ - 'label' => 'Add Product', + 'label' => 'Product Toevoegen', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'type' => [ 'label' => 'Type', 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], @@ -279,42 +279,42 @@ 'type' => [ 'options' => [ 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], ], ], 'productvariants' => [ - 'title' => 'Product Variants', - 'description' => 'Select which product variants this discount should be limited to.', + 'title' => 'Productvarianten', + 'description' => 'Selecteer welke productvarianten beperkt moeten worden tot deze korting.', 'actions' => [ 'attach' => [ - 'label' => 'Add Product Variant', + 'label' => 'Productvariant Toevoegen', ], ], 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'sku' => [ 'label' => 'SKU', ], 'values' => [ - 'label' => 'Option(s)', + 'label' => 'Optie(s)', ], ], 'form' => [ 'type' => [ 'options' => [ 'limitation' => [ - 'label' => 'Limitation', + 'label' => 'Beperking', ], 'exclusion' => [ - 'label' => 'Exclusion', + 'label' => 'Uitsluiting', ], ], ], diff --git a/packages/admin/resources/lang/nl/fieldtypes.php b/packages/admin/resources/lang/nl/fieldtypes.php index e0b034d825..4b36c2846f 100644 --- a/packages/admin/resources/lang/nl/fieldtypes.php +++ b/packages/admin/resources/lang/nl/fieldtypes.php @@ -2,20 +2,20 @@ return [ 'dropdown' => [ - 'label' => 'Dropdown', + 'label' => 'Keuzelijst', 'form' => [ 'lookups' => [ - 'label' => 'Lookups', + 'label' => 'Opzoekingen', 'key_label' => 'Label', - 'value_label' => 'Value', + 'value_label' => 'Waarde', ], ], ], 'listfield' => [ - 'label' => 'List Field', + 'label' => 'Lijstveld', ], 'text' => [ - 'label' => 'Text', + 'label' => 'Tekst', 'form' => [ 'richtext' => [ 'label' => 'Rich Text', @@ -23,16 +23,16 @@ ], ], 'translatedtext' => [ - 'label' => 'Translated Text', + 'label' => 'Vertaald Tekst', 'form' => [ 'richtext' => [ 'label' => 'Rich Text', ], - 'locales' => 'Locales', + 'locales' => 'Talen', ], ], 'toggle' => [ - 'label' => 'Toggle', + 'label' => 'Schakelaar', ], 'youtube' => [ 'label' => 'YouTube', @@ -41,7 +41,7 @@ 'label' => 'Vimeo', ], 'number' => [ - 'label' => 'Number', + 'label' => 'Nummer', 'form' => [ 'min' => [ 'label' => 'Min.', @@ -52,20 +52,20 @@ ], ], 'file' => [ - 'label' => 'File', + 'label' => 'Bestand', 'form' => [ 'file_types' => [ - 'label' => 'Allowed File Types', - 'placeholder' => 'New MIME', + 'label' => 'Toegestane Bestandstypen', + 'placeholder' => 'Nieuwe MIME', ], 'multiple' => [ - 'label' => 'Allow Multiple Files', + 'label' => 'Meerdere Bestanden Toestaan', ], 'min_files' => [ - 'label' => 'Min. Files', + 'label' => 'Min. Bestanden', ], 'max_files' => [ - 'label' => 'Max. Files', + 'label' => 'Max. Bestanden', ], ], ], diff --git a/packages/admin/resources/lang/nl/global.php b/packages/admin/resources/lang/nl/global.php index 3b06a0c094..a98f7688da 100644 --- a/packages/admin/resources/lang/nl/global.php +++ b/packages/admin/resources/lang/nl/global.php @@ -3,10 +3,10 @@ return [ 'sections' => [ - 'catalog' => 'Catalog', - 'sales' => 'Sales', - 'reports' => 'Reports', - 'settings' => 'Settings', + 'catalog' => 'Catalogus', + 'sales' => 'Verkoop', + 'reports' => 'Rapporten', + 'settings' => 'Instellingen', ], ]; diff --git a/packages/admin/resources/lang/nl/language.php b/packages/admin/resources/lang/nl/language.php index cb4e6f95f2..58803b8877 100644 --- a/packages/admin/resources/lang/nl/language.php +++ b/packages/admin/resources/lang/nl/language.php @@ -2,31 +2,31 @@ return [ - 'label' => 'Language', + 'label' => 'Taal', - 'plural_label' => 'Languages', + 'plural_label' => 'Talen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'code' => [ 'label' => 'Code', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'code' => [ 'label' => 'Code', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], diff --git a/packages/admin/resources/lang/nl/order.php b/packages/admin/resources/lang/nl/order.php index 475d60ab39..aa2ba2a11f 100644 --- a/packages/admin/resources/lang/nl/order.php +++ b/packages/admin/resources/lang/nl/order.php @@ -2,19 +2,19 @@ return [ - 'label' => 'Order', + 'label' => 'Bestelling', - 'plural_label' => 'Orders', + 'plural_label' => 'Bestellingen', 'breadcrumb' => [ - 'manage' => 'Manage', + 'manage' => 'Beheren', ], 'transactions' => [ - 'capture' => 'Captured', - 'intent' => 'Intent', - 'refund' => 'Refunded', - 'failed' => 'Failed', + 'capture' => 'Geïncasseerd', + 'intent' => 'Voorgenomen', + 'refund' => 'Terugbetaald', + 'failed' => 'Mislukt', ], 'table' => [ @@ -22,13 +22,13 @@ 'label' => 'Status', ], 'reference' => [ - 'label' => 'Reference', + 'label' => 'Referentie', ], 'customer_reference' => [ - 'label' => 'Customer Reference', + 'label' => 'Klantreferentie', ], 'customer' => [ - 'label' => 'Customer', + 'label' => 'Klant', ], 'tags' => [ 'label' => 'Tags', @@ -37,256 +37,257 @@ 'label' => 'Postcode', ], 'email' => [ - 'label' => 'Email', - 'copy_message' => 'Email address copied', + 'label' => 'E-mail', + 'copy_message' => 'E-mailadres gekopieerd', ], 'phone' => [ - 'label' => 'Phone', + 'label' => 'Telefoon', ], 'total' => [ - 'label' => 'Total', + 'label' => 'Totaal', ], 'date' => [ - 'label' => 'Date', + 'label' => 'Datum', ], 'new_customer' => [ - 'label' => 'Customer Type', + 'label' => 'Klanttype', ], 'placed_after' => [ - 'label' => 'Placed after', + 'label' => 'Geplaatst na', ], 'placed_before' => [ - 'label' => 'Placed before', + 'label' => 'Geplaatst voor', ], ], 'form' => [ 'address' => [ 'first_name' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'last_name' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'line_one' => [ - 'label' => 'Address Line 1', + 'label' => 'Adresregel 1', ], 'line_two' => [ - 'label' => 'Address Line 2', + 'label' => 'Adresregel 2', ], 'line_three' => [ - 'label' => 'Address Line 3', + 'label' => 'Adresregel 3', ], 'company_name' => [ - 'label' => 'Company Name', + 'label' => 'Bedrijfsnaam', ], 'contact_phone' => [ - 'label' => 'Phone', + 'label' => 'Telefoon', ], 'contact_email' => [ - 'label' => 'Email Address', + 'label' => 'E-mailadres', ], 'city' => [ - 'label' => 'City', + 'label' => 'Stad', ], 'state' => [ - 'label' => 'State / Province', + 'label' => 'Staat / Provincie', ], 'postcode' => [ - 'label' => 'Postal Code', + 'label' => 'Postcode', ], 'country_id' => [ - 'label' => 'Country', + 'label' => 'Land', ], ], 'reference' => [ - 'label' => 'Reference', + 'label' => 'Referentie', ], 'status' => [ 'label' => 'Status', ], 'transaction' => [ - 'label' => 'Transaction', + 'label' => 'Transactie', ], 'amount' => [ - 'label' => 'Amount', + 'label' => 'Bedrag', 'hint' => [ - 'less_than_total' => "You're about to capture an amount less than the total transaction value", + 'less_than_total' => "Je staat op het punt een bedrag te incasseren dat minder is dan de totale transactiewaarde", ], ], 'notes' => [ - 'label' => 'Notes', + 'label' => 'Notities', ], 'confirm' => [ - 'label' => 'Confirm', + 'label' => 'Bevestigen', - 'alert' => 'Confirmation required', + 'alert' => 'Bevestiging vereist', 'hint' => [ - 'capture' => 'Please confirm you want to capture this payment', - 'refund' => 'Please confirm you wish to refund this amount.', + 'capture' => 'Bevestig alstublieft dat u deze betaling wilt incasseren', + 'refund' => 'Bevestig alstublieft dat u dit bedrag wilt terugbetalen.', ], ], ], 'infolist' => [ 'notes' => [ - 'label' => 'Notes', - 'placeholder' => 'No notes on this order', + 'label' => 'Notities', + 'placeholder' => 'Geen notities bij deze bestelling', ], 'delivery_instructions' => [ - 'label' => 'Delivery Instructions', + 'label' => 'Leveringsinstructies', ], 'shipping_total' => [ - 'label' => 'Shipping Total', + 'label' => 'Verzendkosten Totaal', ], 'paid' => [ - 'label' => 'Paid', + 'label' => 'Betaald', ], 'refund' => [ - 'label' => 'Refund', + 'label' => 'Terugbetaling', ], 'unit_price' => [ - 'label' => 'Unit Price', + 'label' => 'Eenheidsprijs', ], 'quantity' => [ - 'label' => 'Quantity', + 'label' => 'Aantal', ], 'sub_total' => [ - 'label' => 'Sub Total', + 'label' => 'Subtotaal', ], 'discount_total' => [ - 'label' => 'Discount Total', + 'label' => 'Korting Totaal', ], 'total' => [ - 'label' => 'Total', + 'label' => 'Totaal', ], 'current_stock_level' => [ - 'message' => 'Current Stock Level: :count', + 'message' => 'Huidig Voorraadniveau: :count', ], 'purchase_stock_level' => [ - 'message' => 'at time of ordering: :count', + 'message' => 'op het moment van bestelling: :count', ], 'status' => [ 'label' => 'Status', ], 'reference' => [ - 'label' => 'Reference', + 'label' => 'Referentie', ], 'customer_reference' => [ - 'label' => 'Customer Reference', + 'label' => 'Klantreferentie', ], 'channel' => [ - 'label' => 'Channel', + 'label' => 'Kanaal', ], 'date_created' => [ - 'label' => 'Date Created', + 'label' => 'Aanmaakdatum', ], 'date_placed' => [ - 'label' => 'Date Placed', + 'label' => 'Plaatsingsdatum', ], 'new_returning' => [ - 'label' => 'New / Returning', + 'label' => 'Nieuw / Terugkerend', ], 'new_customer' => [ - 'label' => 'New Customer', + 'label' => 'Nieuwe Klant', ], 'returning_customer' => [ - 'label' => 'Returning Customer', + 'label' => 'Terugkerende Klant', ], 'shipping_address' => [ - 'label' => 'Shipping Address', + 'label' => 'Verzendadres', ], 'billing_address' => [ - 'label' => 'Billing Address', + 'label' => 'Factuuradres', ], 'address_not_set' => [ - 'label' => 'No address set', + 'label' => 'Geen adres ingesteld', ], 'billing_matches_shipping' => [ - 'label' => 'Same as shipping address', + 'label' => 'Zelfde als verzendadres', ], 'additional_info' => [ - 'label' => 'Additional Information', + 'label' => 'Aanvullende informatie', ], 'no_additional_info' => [ - 'label' => 'No Additional Information', + 'label' => 'Geen aanvullende informatie', ], 'tags' => [ 'label' => 'Tags', ], 'timeline' => [ - 'label' => 'Timeline', + 'label' => 'Tijdlijn', ], 'transactions' => [ - 'label' => 'Transactions', - 'placeholder' => 'No transactions', + 'label' => 'Transacties', + 'placeholder' => 'Geen transacties', ], 'alert' => [ - 'requires_capture' => 'This order still requires payment to be captured.', - 'partially_refunded' => 'This order has been partially refunded.', - 'refunded' => 'This order has been refunded.', + 'requires_capture' => 'Deze bestelling moet nog worden geïncasseerd.', + 'partially_refunded' => 'Deze bestelling is gedeeltelijk terugbetaald.', + 'refunded' => 'Deze bestelling is terugbetaald.', ], ], 'action' => [ 'bulk_update_status' => [ - 'label' => 'Update Status', - 'notification' => 'Orders status updated', + 'label' => 'Status Bijwerken', + 'notification' => 'Bestellingsstatus bijgewerkt', ], 'update_status' => [ 'new_status' => [ - 'label' => 'New status', + 'label' => 'Nieuwe status', ], 'additional_content' => [ - 'label' => 'Additional content', + 'label' => 'Aanvullende inhoud', ], 'additional_email_recipient' => [ - 'label' => 'Additional email recipient', - 'placeholder' => 'optional', + 'label' => 'Aanvullende e-mailontvanger', + 'placeholder' => 'optioneel', ], ], 'download_order_pdf' => [ - 'label' => 'Download PDF', - 'notification' => 'Order PDF downloading', + 'label' => 'PDF Downloaden', + 'notification' => 'Bestelling PDF downloaden', ], 'edit_address' => [ - 'label' => 'Edit', + 'label' => 'Bewerken', 'notification' => [ - 'error' => 'Error', + 'error' => 'Fout', 'billing_address' => [ - 'saved' => 'Billing address saved', + 'saved' => 'Factuuradres opgeslagen', ], 'shipping_address' => [ - 'saved' => 'Shipping address saved', + 'saved' => 'Verzendadres opgeslagen', ], ], ], 'edit_tags' => [ - 'label' => 'Edit', + 'label' => 'Bewerken', ], 'capture_payment' => [ - 'label' => 'Capture Payment', + 'label' => 'Betaling Incasseren', 'notification' => [ - 'error' => 'There was a problem with the capture', - 'success' => 'Capture successful', + 'error' => 'Er was een probleem met het incasseren', + 'success' => 'Incasseren succesvol', ], ], 'refund_payment' => [ - 'label' => 'Refund', + 'label' => 'Terugbetaling', 'notification' => [ - 'error' => 'There was a problem with the refund', - 'success' => 'Refund successful', + 'error' => 'Er was een probleem met de terugbetaling', + 'success' => 'Terugbetaling succesvol', ], ], ], ]; + diff --git a/packages/admin/resources/lang/nl/product.php b/packages/admin/resources/lang/nl/product.php index 52b49a737d..1720034b0f 100644 --- a/packages/admin/resources/lang/nl/product.php +++ b/packages/admin/resources/lang/nl/product.php @@ -4,15 +4,15 @@ 'label' => 'Product', - 'plural_label' => 'Products', + 'plural_label' => 'Producten', 'status' => [ 'unpublished' => [ - 'content' => 'Currently in draft status, this product is hidden across all channels and customer groups.', + 'content' => 'Momenteel in conceptstatus, dit product is verborgen op alle kanalen en klantgroepen.', ], 'availability' => [ - 'customer_groups' => 'This product is currently unavailable for all customer groups.', - 'channels' => 'This product is currently unavailable for all channels.', + 'customer_groups' => 'Dit product is momenteel niet beschikbaar voor alle klantgroepen.', + 'channels' => 'Dit product is momenteel niet beschikbaar voor alle kanalen.', ], ], @@ -20,58 +20,58 @@ 'status' => [ 'label' => 'Status', 'states' => [ - 'deleted' => 'Deleted', - 'draft' => 'Draft', - 'published' => 'Published', + 'deleted' => 'Verwijderd', + 'draft' => 'Concept', + 'published' => 'Gepubliceerd', ], ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'brand' => [ - 'label' => 'Brand', + 'label' => 'Merk', ], 'sku' => [ 'label' => 'SKU', ], 'stock' => [ - 'label' => 'Stock', + 'label' => 'Voorraad', ], 'producttype' => [ - 'label' => 'Product Type', + 'label' => 'Producttype', ], ], 'actions' => [ 'edit_status' => [ - 'label' => 'Update Status', - 'heading' => 'Update Status', + 'label' => 'Status Bijwerken', + 'heading' => 'Status Bijwerken', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'brand' => [ - 'label' => 'Brand', + 'label' => 'Merk', ], 'sku' => [ 'label' => 'SKU', ], 'producttype' => [ - 'label' => 'Product Type', + 'label' => 'Producttype', ], 'status' => [ 'label' => 'Status', 'options' => [ 'published' => [ - 'label' => 'Published', - 'description' => 'This product will be available across all enabled customer groups and channels', + 'label' => 'Gepubliceerd', + 'description' => 'Dit product zal beschikbaar zijn voor alle ingeschakelde klantgroepen en kanalen', ], 'draft' => [ - 'label' => 'Draft', - 'description' => 'This product will be hidden across all channels and customer groups', + 'label' => 'Concept', + 'description' => 'Dit product zal verborgen zijn op alle kanalen en klantgroepen', ], ], ], @@ -79,42 +79,42 @@ 'label' => 'Tags', ], 'collections' => [ - 'label' => 'Collections', + 'label' => 'Collecties', ], ], 'pages' => [ 'availability' => [ - 'label' => 'Availability', + 'label' => 'Beschikbaarheid', ], 'identifiers' => [ - 'label' => 'Product Identifiers', + 'label' => 'Product Identificatoren', ], 'inventory' => [ - 'label' => 'Inventory', + 'label' => 'Voorraad', ], 'pricing' => [ 'form' => [ 'tax_class_id' => [ - 'label' => 'Tax Class', + 'label' => 'Belastingklasse', ], 'tax_ref' => [ - 'label' => 'Tax Reference', - 'helper_text' => 'Optional, for integration with 3rd party systems.', + 'label' => 'Belastingreferentie', + 'helper_text' => 'Optioneel, voor integratie met systemen van derden.', ], ], ], 'shipping' => [ - 'label' => 'Shipping', + 'label' => 'Verzending', ], 'variants' => [ - 'label' => 'Variants', + 'label' => 'Varianten', ], 'collections' => [ - 'label' => 'Collections', + 'label' => 'Collecties', ], 'associations' => [ - 'label' => 'Product Associations', + 'label' => 'Productassociaties', ], ], diff --git a/packages/admin/resources/lang/nl/productoption.php b/packages/admin/resources/lang/nl/productoption.php index 2711643461..d99beca27e 100644 --- a/packages/admin/resources/lang/nl/productoption.php +++ b/packages/admin/resources/lang/nl/productoption.php @@ -2,34 +2,34 @@ return [ - 'label' => 'Product Option', + 'label' => 'Productoptie', - 'plural_label' => 'Product Options', + 'plural_label' => 'Productopties', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'label' => [ 'label' => 'Label', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], 'shared' => [ - 'label' => 'Shared', + 'label' => 'Gedeeld', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'label' => [ 'label' => 'Label', ], 'handle' => [ - 'label' => 'Handle', + 'label' => 'Handvat', ], ], @@ -38,83 +38,83 @@ 'notifications' => [ 'save-variants' => [ 'success' => [ - 'title' => 'Product Variants Saved', + 'title' => 'Productvarianten opgeslagen', ], ], ], 'actions' => [ 'cancel' => [ - 'label' => 'Cancel', + 'label' => 'Annuleren', ], 'save-options' => [ - 'label' => 'Save Options', + 'label' => 'Opties opslaan', ], 'add-shared-option' => [ - 'label' => 'Add Shared Option', + 'label' => 'Gedeelde optie toevoegen', 'form' => [ 'product_option' => [ - 'label' => 'Product Option', + 'label' => 'Productoptie', ], 'no_shared_components' => [ - 'label' => 'No shared options are available.', + 'label' => 'Er zijn geen gedeelde opties beschikbaar.', ], ], ], 'add-restricted-option' => [ - 'label' => 'Add Option', + 'label' => 'Optie toevoegen', ], ], 'options-list' => [ 'empty' => [ - 'heading' => 'There are no product options configured', - 'description' => 'Add a shared or restricted product option to start generating some variants.', + 'heading' => 'Er zijn geen productopties geconfigureerd', + 'description' => 'Voeg een gedeelde of beperkte productoptie toe om enkele varianten te genereren.', ], ], 'options-table' => [ - 'title' => 'Product Options', + 'title' => 'Productopties', 'configure-options' => [ - 'label' => 'Configure Options', + 'label' => 'Opties configureren', ], 'table' => [ 'option' => [ - 'label' => 'Option', + 'label' => 'Optie', ], 'values' => [ - 'label' => 'Values', + 'label' => 'Waarden', ], ], ], 'variants-table' => [ - 'title' => 'Product Variants', + 'title' => 'Productvarianten', 'actions' => [ 'create' => [ - 'label' => 'Create Variant', + 'label' => 'Variant maken', ], 'edit' => [ - 'label' => 'Edit', + 'label' => 'Bewerken', ], 'delete' => [ - 'label' => 'Delete', + 'label' => 'Verwijderen', ], ], 'empty' => [ - 'heading' => 'No Variants Configured', + 'heading' => 'Geen varianten geconfigureerd', ], 'table' => [ 'new' => [ - 'label' => 'NEW', + 'label' => 'NIEUW', ], 'option' => [ - 'label' => 'Option', + 'label' => 'Optie', ], 'sku' => [ 'label' => 'SKU', ], 'price' => [ - 'label' => 'Price', + 'label' => 'Prijs', ], 'stock' => [ - 'label' => 'Stock', + 'label' => 'Voorraad', ], ], ], diff --git a/packages/admin/resources/lang/nl/producttype.php b/packages/admin/resources/lang/nl/producttype.php index 76dbaaf483..2f674d3a30 100644 --- a/packages/admin/resources/lang/nl/producttype.php +++ b/packages/admin/resources/lang/nl/producttype.php @@ -2,49 +2,49 @@ return [ - 'label' => 'Product Type', + 'label' => 'Producttype', - 'plural_label' => 'Product Types', + 'plural_label' => 'Producttypen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'products_count' => [ - 'label' => 'Product count', + 'label' => 'Aantal producten', ], 'product_attributes_count' => [ - 'label' => 'Product Attributes', + 'label' => 'Productattributen', ], 'variant_attributes_count' => [ - 'label' => 'Variant Attributes', + 'label' => 'Variantattributen', ], ], 'tabs' => [ 'product_attributes' => [ - 'label' => 'Product Attributes', + 'label' => 'Productattributen', ], 'variant_attributes' => [ - 'label' => 'Variant Attributes', + 'label' => 'Variantattributen', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], ], 'attributes' => [ - 'no_groups' => 'There are no attribute groups available.', - 'no_attributes' => 'There are no attributes available.', + 'no_groups' => 'Er zijn geen attributengroepen beschikbaar.', + 'no_attributes' => 'Er zijn geen attributen beschikbaar.', ], 'action' => [ 'delete' => [ 'notification' => [ - 'error_protected' => 'This product type can not be deleted as there are products associated.', + 'error_protected' => 'Dit producttype kan niet worden verwijderd omdat er producten aan zijn gekoppeld.', ], ], ], diff --git a/packages/admin/resources/lang/nl/productvariant.php b/packages/admin/resources/lang/nl/productvariant.php index 535217308d..468a51f04e 100644 --- a/packages/admin/resources/lang/nl/productvariant.php +++ b/packages/admin/resources/lang/nl/productvariant.php @@ -1,105 +1,105 @@ 'Product Variant', - 'plural_label' => 'Product Variants', + 'label' => 'Productvariant', + 'plural_label' => 'Productvarianten', 'pages' => [ 'edit' => [ - 'title' => 'Basic Information', + 'title' => 'Basisinformatie', ], 'media' => [ 'title' => 'Media', 'form' => [ 'no_selection' => [ - 'label' => 'You do not currently have an image selected for this variant.', + 'label' => 'U heeft momenteel geen afbeelding geselecteerd voor deze variant.', ], 'no_media_available' => [ - 'label' => 'There is currently no media available on this product.', + 'label' => 'Er is momenteel geen media beschikbaar voor dit product.', ], 'images' => [ - 'label' => 'Primary Image', - 'helper_text' => 'Select the product image which represents this variant.', + 'label' => 'Primaire Afbeelding', + 'helper_text' => 'Selecteer de productafbeelding die deze variant vertegenwoordigt.', ], ], ], 'identifiers' => [ - 'title' => 'Identifiers', + 'title' => 'Identificatoren', ], 'inventory' => [ - 'title' => 'Inventory', + 'title' => 'Voorraad', ], 'shipping' => [ - 'title' => 'Shipping', + 'title' => 'Verzending', ], ], 'form' => [ 'sku' => [ - 'label' => 'SKU', + 'label' => 'Artikelnummer (SKU)', ], 'gtin' => [ - 'label' => 'Global Trade Item Number (GTIN)', + 'label' => 'Globaal Handelsartikelnummer (GTIN)', ], 'mpn' => [ - 'label' => 'Manufacturer Part Number (MPN)', + 'label' => 'Fabrikant Onderdeelnummer (MPN)', ], 'ean' => [ 'label' => 'UPC/EAN', ], 'stock' => [ - 'label' => 'In Stock', + 'label' => 'Op Voorraad', ], 'backorder' => [ - 'label' => 'On Backorder', + 'label' => 'In Nabestelling', ], 'purchasable' => [ - 'label' => 'Purchasability', + 'label' => 'Koopbaarheid', 'options' => [ - 'always' => 'Always', - 'in_stock' => 'In Stock', - 'in_stock_or_on_backorder' => 'In Stock or On Backorder', + 'always' => 'Altijd', + 'in_stock' => 'Op Voorraad', + 'in_stock_or_on_backorder' => 'Op Voorraad of In Nabestelling', ], ], 'unit_quantity' => [ - 'label' => 'Unit Quantity', - 'helper_text' => 'How many individual items make up 1 unit.', + 'label' => 'Eenheidsaantal', + 'helper_text' => 'Hoeveel individuele items vormen 1 eenheid.', ], 'min_quantity' => [ - 'label' => 'Minimum Quantity', - 'helper_text' => 'The minimum quantity of a product variant that can be bought in a single purchase.', + 'label' => 'Minimale Hoeveelheid', + 'helper_text' => 'De minimale hoeveelheid van een productvariant die in één aankoop kan worden gekocht.', ], 'quantity_increment' => [ - 'label' => 'Quantity Increment', - 'helper_text' => 'The product variant must be purchased in multiples of this quantity.', + 'label' => 'Hoeveelheidsverhoging', + 'helper_text' => 'De productvariant moet in veelvouden van deze hoeveelheid worden gekocht.', ], 'tax_class_id' => [ - 'label' => 'Tax Class', + 'label' => 'Belastingklasse', ], 'shippable' => [ - 'label' => 'Shippable', + 'label' => 'Verzendbaar', ], 'length_value' => [ - 'label' => 'Length', + 'label' => 'Lengte', ], 'length_unit' => [ - 'label' => 'Length Unit', + 'label' => 'Lengte-eenheid', ], 'width_value' => [ - 'label' => 'Width', + 'label' => 'Breedte', ], 'width_unit' => [ - 'label' => 'Width Unit', + 'label' => 'Breedte-eenheid', ], 'height_value' => [ - 'label' => 'Height', + 'label' => 'Hoogte', ], 'height_unit' => [ - 'label' => 'Height Unit', + 'label' => 'Hoogte-eenheid', ], 'weight_value' => [ - 'label' => 'Weight', + 'label' => 'Gewicht', ], 'weight_unit' => [ - 'label' => 'Weight Unit', + 'label' => 'Gewichtseenheid', ], ], ]; diff --git a/packages/admin/resources/lang/nl/relationmanagers.php b/packages/admin/resources/lang/nl/relationmanagers.php index 9f9223eb93..f982eead63 100644 --- a/packages/admin/resources/lang/nl/relationmanagers.php +++ b/packages/admin/resources/lang/nl/relationmanagers.php @@ -4,84 +4,84 @@ 'customer_groups' => [ 'actions' => [ 'attach' => [ - 'label' => 'Attach Customer Group', + 'label' => 'Klantengroep Koppelen', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'enabled' => [ - 'label' => 'Enabled', + 'label' => 'Ingeschakeld', ], 'starts_at' => [ - 'label' => 'Start Date', + 'label' => 'Startdatum', ], 'ends_at' => [ - 'label' => 'End Date', + 'label' => 'Einddatum', ], 'visible' => [ - 'label' => 'Visible', + 'label' => 'Zichtbaar', ], 'purchasable' => [ - 'label' => 'Purchasable', + 'label' => 'Koopbaar', ], ], 'table' => [ - 'description' => 'Associate customer groups to this :type to determine it\'s availability.', + 'description' => 'Koppel klantengroepen aan dit :type om de beschikbaarheid te bepalen.', 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'enabled' => [ - 'label' => 'Enabled', + 'label' => 'Ingeschakeld', ], 'starts_at' => [ - 'label' => 'Start Date', + 'label' => 'Startdatum', ], 'ends_at' => [ - 'label' => 'End Date', + 'label' => 'Einddatum', ], 'visible' => [ - 'label' => 'Visible', + 'label' => 'Zichtbaar', ], 'purchasable' => [ - 'label' => 'Purchasable', + 'label' => 'Koopbaar', ], ], ], 'channels' => [ 'actions' => [ 'attach' => [ - 'label' => 'Schedule another Channel', + 'label' => 'Nog een Kanaal Inplannen', ], ], 'form' => [ 'enabled' => [ - 'label' => 'Enabled', - 'helper_text_false' => 'This channel will not be enabled even if a start date is present.', + 'label' => 'Ingeschakeld', + 'helper_text_false' => 'Dit kanaal wordt niet ingeschakeld, zelfs als er een startdatum aanwezig is.', ], 'starts_at' => [ - 'label' => 'Start Date', - 'helper_text' => 'Leave blank to be available from any date.', + 'label' => 'Startdatum', + 'helper_text' => 'Laat leeg om beschikbaar te zijn vanaf elke datum.', ], 'ends_at' => [ - 'label' => 'End Date', - 'helper_text' => 'Leave blank to be available indefinitely.', + 'label' => 'Einddatum', + 'helper_text' => 'Laat leeg om onbeperkt beschikbaar te zijn.', ], ], 'table' => [ - 'description' => 'Determine which channels are enabled and schedule the availability.', + 'description' => 'Bepaal welke kanalen zijn ingeschakeld en plan de beschikbaarheid.', 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'enabled' => [ - 'label' => 'Enabled', + 'label' => 'Ingeschakeld', ], 'starts_at' => [ - 'label' => 'Start Date', + 'label' => 'Startdatum', ], 'ends_at' => [ - 'label' => 'End Date', + 'label' => 'Einddatum', ], ], ], @@ -90,35 +90,35 @@ 'title_plural' => 'Media', 'actions' => [ 'create' => [ - 'label' => 'Create Media', + 'label' => 'Media Aanmaken', ], 'view' => [ - 'label' => 'View', + 'label' => 'Bekijken', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'media' => [ - 'label' => 'Image', + 'label' => 'Afbeelding', ], 'primary' => [ - 'label' => 'Primary', + 'label' => 'Primair', ], ], 'table' => [ 'image' => [ - 'label' => 'Image', + 'label' => 'Afbeelding', ], 'file' => [ - 'label' => 'File', + 'label' => 'Bestand', ], 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'primary' => [ - 'label' => 'Primary', + 'label' => 'Primair', ], ], ], @@ -127,12 +127,12 @@ 'title_plural' => 'URLs', 'actions' => [ 'create' => [ - 'label' => 'Create URL', + 'label' => 'URL Aanmaken', ], ], 'filters' => [ 'language_id' => [ - 'label' => 'Language', + 'label' => 'Taal', ], ], 'form' => [ @@ -140,10 +140,10 @@ 'label' => 'Slug', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], 'language' => [ - 'label' => 'Language', + 'label' => 'Taal', ], ], 'table' => [ @@ -151,100 +151,100 @@ 'label' => 'Slug', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], 'language' => [ - 'label' => 'Language', + 'label' => 'Taal', ], ], ], 'customer_group_pricing' => [ - 'title' => 'Customer Group Pricing', - 'title_plural' => 'Customer Group Pricing', + 'title' => 'Klantengroep Prijzen', + 'title_plural' => 'Klantengroep Prijzen', 'table' => [ - 'heading' => 'Customer Group Pricing', - 'description' => 'Associate price to customer groups to determine product price.', + 'heading' => 'Klantengroep Prijzen', + 'description' => 'Koppel prijs aan klantengroepen om de productprijs te bepalen.', 'empty_state' => [ - 'label' => 'No customer group pricing exist.', - 'description' => 'Create a customer group price to get started.', + 'label' => 'Er bestaan geen klantengroep prijzen.', + 'description' => 'Maak een klantengroep prijs om te beginnen.', ], 'actions' => [ 'create' => [ - 'label' => 'Add Customer Group Price', + 'label' => 'Klantengroep Prijs Toevoegen', 'modal' => [ - 'heading' => 'Create Customer Group Price', + 'heading' => 'Klantengroep Prijs Aanmaken', ], ], ], ], ], 'pricing' => [ - 'title' => 'Pricing', - 'title_plural' => 'Pricing', - 'tab_name' => 'Price Breaks', + 'title' => 'Prijzen', + 'title_plural' => 'Prijzen', + 'tab_name' => 'Prijsbreuken', 'table' => [ - 'heading' => 'Price Breaks', - 'description' => 'Reduce the price when a customer purchases in larger quantities.', + 'heading' => 'Prijsbreuken', + 'description' => 'Verlaag de prijs wanneer een klant in grotere hoeveelheden koopt.', 'empty_state' => [ - 'label' => 'No price breaks exist.', + 'label' => 'Er bestaan geen prijsbreuken.', ], 'actions' => [ 'create' => [ - 'label' => 'Add Price Break', + 'label' => 'Prijsbreuk Toevoegen', ], ], 'price' => [ - 'label' => 'Price', + 'label' => 'Prijs', ], 'customer_group' => [ - 'label' => 'Customer Group', - 'placeholder' => 'All Customer Groups', + 'label' => 'Klantengroep', + 'placeholder' => 'Alle Klantengroepen', ], 'min_quantity' => [ - 'label' => 'Minimum Quantity', + 'label' => 'Minimale Hoeveelheid', ], 'currency' => [ - 'label' => 'Currency', + 'label' => 'Valuta', ], ], 'form' => [ 'price' => [ - 'label' => 'Price', - 'helper_text' => 'The purchase price, before discounts.', + 'label' => 'Prijs', + 'helper_text' => 'De aankoopprijs, voor kortingen.', ], 'customer_group_id' => [ - 'label' => 'Customer Group', - 'placeholder' => 'All Customer Groups', - 'helper_text' => 'Select which customer group to apply this price to.', + 'label' => 'Klantengroep', + 'placeholder' => 'Alle Klantengroepen', + 'helper_text' => 'Selecteer welke klantengroep deze prijs van toepassing is.', ], 'min_quantity' => [ - 'label' => 'Minimum Quantity', - 'helper_text' => 'Select the minimum quantity this price will be available for.', + 'label' => 'Minimale Hoeveelheid', + 'helper_text' => 'Selecteer de minimale hoeveelheid waarvoor deze prijs beschikbaar is.', 'validation' => [ - 'unique' => 'Customer Group and Minimum Quantity must be unique.', + 'unique' => 'Klantengroep en Minimale Hoeveelheid moeten uniek zijn.', ], ], 'currency_id' => [ - 'label' => 'Currency', - 'helper_text' => 'Select the currency for this price.', + 'label' => 'Valuta', + 'helper_text' => 'Selecteer de valuta voor deze prijs.', ], 'compare_price' => [ - 'label' => 'Comparison Price', - 'helper_text' => 'The original price or RRP, for comparison with its purchase price.', + 'label' => 'Vergelijkingsprijs', + 'helper_text' => 'De oorspronkelijke prijs of adviesprijs, ter vergelijking met de aankoopprijs.', ], 'basePrices' => [ - 'title' => 'Prices', + 'title' => 'Prijzen', 'form' => [ 'price' => [ - 'label' => 'Price', - 'helper_text' => 'The purchase price, before discounts.', + 'label' => 'Prijs', + 'helper_text' => 'De aankoopprijs, voor kortingen.', ], 'compare_price' => [ - 'label' => 'Comparison Price', - 'helper_text' => 'The original price or RRP, for comparison with its purchase price.', + 'label' => 'Vergelijkingsprijs', + 'helper_text' => 'De oorspronkelijke prijs of adviesprijs, ter vergelijking met de aankoopprijs.', ], ], - 'tooltip' => 'Automatically generated based on currency exchange rates.', + 'tooltip' => 'Automatisch gegenereerd op basis van wisselkoersen.', ], ], ], @@ -255,7 +255,7 @@ 'label' => 'Percentage', ], 'tax_class' => [ - 'label' => 'Tax Class', + 'label' => 'Belastingklasse', ], ], ], diff --git a/packages/admin/resources/lang/nl/staff.php b/packages/admin/resources/lang/nl/staff.php index 5679833c40..bf9add60b6 100644 --- a/packages/admin/resources/lang/nl/staff.php +++ b/packages/admin/resources/lang/nl/staff.php @@ -2,19 +2,19 @@ return [ - 'label' => 'Staff', + 'label' => 'Personeel', - 'plural_label' => 'Staff', + 'plural_label' => 'Personeel', 'table' => [ 'firstname' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'lastname' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'email' => [ - 'label' => 'Email', + 'label' => 'E-mail', ], 'admin' => [ 'badge' => 'Super Admin', @@ -23,58 +23,58 @@ 'form' => [ 'firstname' => [ - 'label' => 'First Name', + 'label' => 'Voornaam', ], 'lastname' => [ - 'label' => 'Last Name', + 'label' => 'Achternaam', ], 'email' => [ - 'label' => 'Email', + 'label' => 'E-mail', ], 'password' => [ - 'label' => 'Password', - 'hint' => 'Reset password', + 'label' => 'Wachtwoord', + 'hint' => 'Wachtwoord resetten', ], 'admin' => [ 'label' => 'Super Admin', - 'helper' => 'Super admin roles cannot be changed in the hub.', + 'helper' => 'Super admin rollen kunnen niet worden gewijzigd in de hub.', ], 'roles' => [ - 'label' => 'Roles', - 'helper' => ':roles have full access', + 'label' => 'Rollen', + 'helper' => ':roles hebben volledige toegang', ], 'permissions' => [ - 'label' => 'Permissions', + 'label' => 'Machtigingen', ], 'role' => [ - 'label' => 'Role Name', + 'label' => 'Rolnaam', ], ], 'action' => [ 'acl' => [ - 'label' => 'Access Control', + 'label' => 'Toegangscontrole', ], 'add-role' => [ - 'label' => 'Add Role', + 'label' => 'Rol toevoegen', ], 'delete-role' => [ - 'label' => 'Delete Role', - 'heading' => 'Delete role: :role', + 'label' => 'Rol verwijderen', + 'heading' => 'Rol verwijderen: :role', ], ], 'acl' => [ - 'title' => 'Access Control', + 'title' => 'Toegangscontrole', 'tooltip' => [ - 'roles-included' => 'Permission is included in following roles', + 'roles-included' => 'Machtiging is inbegrepen in de volgende rollen', ], 'notification' => [ - 'updated' => 'Updated', - 'error' => 'Error', - 'no-role' => 'Role not registered in Lunar', - 'no-permission' => 'Permission not registered in Lunar', - 'no-role-permission' => 'Role and Permission not registered in Lunar', + 'updated' => 'Bijgewerkt', + 'error' => 'Fout', + 'no-role' => 'Rol niet geregistreerd in Lunar', + 'no-permission' => 'Machtiging niet geregistreerd in Lunar', + 'no-role-permission' => 'Rol en Machtiging niet geregistreerd in Lunar', ], ], diff --git a/packages/admin/resources/lang/nl/tag.php b/packages/admin/resources/lang/nl/tag.php index 8e81c0be77..ece834d9d7 100644 --- a/packages/admin/resources/lang/nl/tag.php +++ b/packages/admin/resources/lang/nl/tag.php @@ -2,19 +2,19 @@ return [ - 'label' => 'Tag', + 'label' => 'Label', - 'plural_label' => 'Tags', + 'plural_label' => 'Labels', 'table' => [ 'value' => [ - 'label' => 'Value', + 'label' => 'Waarde', ], ], 'form' => [ 'value' => [ - 'label' => 'Value', + 'label' => 'Waarde', ], ], diff --git a/packages/admin/resources/lang/nl/taxclass.php b/packages/admin/resources/lang/nl/taxclass.php index 7b62b48e91..506e5962b0 100644 --- a/packages/admin/resources/lang/nl/taxclass.php +++ b/packages/admin/resources/lang/nl/taxclass.php @@ -2,25 +2,25 @@ return [ - 'label' => 'Tax Class', + 'label' => 'Belastingklasse', - 'plural_label' => 'Tax Classes', + 'plural_label' => 'Belastingklassen', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], diff --git a/packages/admin/resources/lang/nl/taxrate.php b/packages/admin/resources/lang/nl/taxrate.php index e29d39ba05..dbd6e7cd3d 100644 --- a/packages/admin/resources/lang/nl/taxrate.php +++ b/packages/admin/resources/lang/nl/taxrate.php @@ -2,31 +2,31 @@ return [ - 'label' => 'Tax Rate', + 'label' => 'Belastingtarief', - 'plural_label' => 'Tax Rates', + 'plural_label' => 'Belastingtarieven', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'tax_zone' => [ - 'label' => 'Tax Zone', + 'label' => 'Belastingzone', ], 'priority' => [ - 'label' => 'Priority', + 'label' => 'Prioriteit', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'priority' => [ - 'label' => 'Priority', + 'label' => 'Prioriteit', ], 'tax_zone_id' => [ - 'label' => 'Tax Zone', + 'label' => 'Belastingzone', ], ], diff --git a/packages/admin/resources/lang/nl/taxzone.php b/packages/admin/resources/lang/nl/taxzone.php index 288053bc0b..d1aabe7b7d 100644 --- a/packages/admin/resources/lang/nl/taxzone.php +++ b/packages/admin/resources/lang/nl/taxzone.php @@ -2,66 +2,66 @@ return [ - 'label' => 'Tax Zone', + 'label' => 'Belastingzone', - 'plural_label' => 'Tax Zones', + 'plural_label' => 'Belastingzones', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'zone_type' => [ - 'label' => 'Zone Type', + 'label' => 'Zonetype', ], 'active' => [ - 'label' => 'Active', + 'label' => 'Actief', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], ], 'form' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'zone_type' => [ - 'label' => 'Zone Type', + 'label' => 'Zonetype', 'options' => [ - 'country' => 'Limit to Countries', - 'states' => 'Limit to States', - 'postcodes' => 'Limit to Postcodes', + 'country' => 'Beperk tot Landen', + 'states' => 'Beperk tot Staten', + 'postcodes' => 'Beperk tot Postcodes', ], ], 'price_display' => [ - 'label' => 'Price Display', + 'label' => 'Prijsweergave', 'options' => [ - 'include_tax' => 'Include Tax', - 'exclude_tax' => 'Exclude Tax', + 'include_tax' => 'Inclusief Belasting', + 'exclude_tax' => 'Exclusief Belasting', ], ], 'active' => [ - 'label' => 'Active', + 'label' => 'Actief', ], 'default' => [ - 'label' => 'Default', + 'label' => 'Standaard', ], 'zone_countries' => [ - 'label' => 'Countries', + 'label' => 'Landen', ], 'zone_country' => [ - 'label' => 'Country', + 'label' => 'Land', ], 'zone_states' => [ - 'label' => 'States', + 'label' => 'Staten', ], 'zone_postcodes' => [ 'label' => 'Postcodes', - 'helper' => 'List each postcode on a new line. Supports wildcards such as NW*', + 'helper' => 'Plaats elke postcode op een nieuwe regel. Ondersteunt wildcards zoals NW*', ], ], diff --git a/packages/admin/resources/lang/nl/user.php b/packages/admin/resources/lang/nl/user.php index f42af5382c..ffe06b5994 100644 --- a/packages/admin/resources/lang/nl/user.php +++ b/packages/admin/resources/lang/nl/user.php @@ -2,28 +2,28 @@ return [ - 'label' => 'User', + 'label' => 'Gebruiker', - 'plural_label' => 'Users', + 'plural_label' => 'Gebruikers', 'table' => [ 'name' => [ - 'label' => 'Name', + 'label' => 'Naam', ], 'email' => [ - 'label' => 'Email', + 'label' => 'E-mail', ], ], 'form' => [ 'email' => [ - 'label' => 'Email', + 'label' => 'E-mail', ], 'password' => [ - 'label' => 'New Password', + 'label' => 'Nieuw Wachtwoord', ], 'password_confirmation' => [ - 'label' => 'Confirm New Password', + 'label' => 'Bevestig Nieuw Wachtwoord', ], ], ]; diff --git a/packages/admin/resources/lang/nl/widgets.php b/packages/admin/resources/lang/nl/widgets.php index 099cdc9b77..6ee4f9d56f 100644 --- a/packages/admin/resources/lang/nl/widgets.php +++ b/packages/admin/resources/lang/nl/widgets.php @@ -5,114 +5,115 @@ 'orders' => [ 'order_stats_overview' => [ 'stat_one' => [ - 'label' => 'Orders today', - 'increase' => ':percentage% increase from :count yesterday', - 'decrease' => ':percentage% decrease from :count yesterday', - 'neutral' => 'No change compared to yesterday', + 'label' => 'Bestellingen vandaag', + 'increase' => ':percentage% toename ten opzichte van :count gisteren', + 'decrease' => ':percentage% afname ten opzichte van :count gisteren', + 'neutral' => 'Geen verandering ten opzichte van gisteren', ], 'stat_two' => [ - 'label' => 'Orders past 7 days', - 'increase' => ':percentage% increase from :count last period', - 'decrease' => ':percentage% decrease from :count last period', - 'neutral' => 'No change compared to last period', + 'label' => 'Bestellingen afgelopen 7 dagen', + 'increase' => ':percentage% toename ten opzichte van :count vorige periode', + 'decrease' => ':percentage% afname ten opzichte van :count vorige periode', + 'neutral' => 'Geen verandering ten opzichte van vorige periode', ], 'stat_three' => [ - 'label' => 'Orders past 30 days', - 'increase' => ':percentage% increase from :count last period', - 'decrease' => ':percentage% decrease from :count last period', - 'neutral' => 'No change compared to last period', + 'label' => 'Bestellingen afgelopen 30 dagen', + 'increase' => ':percentage% toename ten opzichte van :count vorige periode', + 'decrease' => ':percentage% afname ten opzichte van :count vorige periode', + 'neutral' => 'Geen verandering ten opzichte van vorige periode', ], 'stat_four' => [ - 'label' => 'Sales today', - 'increase' => ':percentage% increase from :total yesterday', - 'decrease' => ':percentage% decrease from :total yesterday', - 'neutral' => 'No change compared to yesterday', + 'label' => 'Verkopen vandaag', + 'increase' => ':percentage% toename ten opzichte van :total gisteren', + 'decrease' => ':percentage% afname ten opzichte van :total gisteren', + 'neutral' => 'Geen verandering ten opzichte van gisteren', ], 'stat_five' => [ - 'label' => 'Sales past 7 days', - 'increase' => ':percentage% increase from :total last period', - 'decrease' => ':percentage% decrease from :total last period', - 'neutral' => 'No change compared to last period', + 'label' => 'Verkopen afgelopen 7 dagen', + 'increase' => ':percentage% toename ten opzichte van :total vorige periode', + 'decrease' => ':percentage% afname ten opzichte van :total vorige periode', + 'neutral' => 'Geen verandering ten opzichte van vorige periode', ], 'stat_six' => [ - 'label' => 'Sales past 30 days', - 'increase' => ':percentage% increase from :total last period', - 'decrease' => ':percentage% decrease from :total last period', - 'neutral' => 'No change compared to last period', + 'label' => 'Verkopen afgelopen 30 dagen', + 'increase' => ':percentage% toename ten opzichte van :total vorige periode', + 'decrease' => ':percentage% afname ten opzichte van :total vorige periode', + 'neutral' => 'Geen verandering ten opzichte van vorige periode', ], ], 'order_totals_chart' => [ - 'heading' => 'Order totals for the past year', + 'heading' => 'Bestellingstotalen van het afgelopen jaar', 'series_one' => [ - 'label' => 'This Period', + 'label' => 'Deze Periode', ], 'series_two' => [ - 'label' => 'Previous Period', + 'label' => 'Vorige Periode', ], 'yaxis' => [ - 'label' => 'Turnover :currency', + 'label' => 'Omzet :currency', ], ], 'order_sales_chart' => [ - 'heading' => 'Orders / Sales Report', + 'heading' => 'Bestellingen / Verkooprapport', 'series_one' => [ - 'label' => 'Orders', + 'label' => 'Bestellingen', ], 'series_two' => [ - 'label' => 'Revenue', + 'label' => 'Omzet', ], 'yaxis' => [ 'series_one' => [ - 'label' => '# Orders', + 'label' => '# Bestellingen', ], 'series_two' => [ - 'label' => 'Total Value', + 'label' => 'Totale Waarde', ], ], ], 'average_order_value' => [ - 'heading' => 'Average Order Value', + 'heading' => 'Gemiddelde Bestelwaarde', ], 'new_returning_customers' => [ - 'heading' => 'New vs Returning Customers', + 'heading' => 'Nieuwe vs Terugkerende Klanten', 'series_one' => [ - 'label' => 'New Customers', + 'label' => 'Nieuwe Klanten', ], 'series_two' => [ - 'label' => 'Returning Customers', + 'label' => 'Terugkerende Klanten', ], ], 'popular_products' => [ - 'heading' => 'Best sellers (last 12 months)', - 'description' => 'These figures are based on the number of times a product appears on an order, not the quantity ordered.', + 'heading' => 'Bestverkochte producten (laatste 12 maanden)', + 'description' => 'Deze cijfers zijn gebaseerd op het aantal keren dat een product in een bestelling voorkomt, niet op de bestelde hoeveelheid.', ], 'latest_orders' => [ - 'heading' => 'Latest orders', + 'heading' => 'Laatste bestellingen', ], ], ], 'customer' => [ 'stats_overview' => [ 'total_orders' => [ - 'label' => 'Total orders', + 'label' => 'Totaal aantal bestellingen', ], 'avg_spend' => [ - 'label' => 'Avg. Spend', + 'label' => 'Gem. Uitgave', ], 'total_spend' => [ - 'label' => 'Total Spend', + 'label' => 'Totale Uitgave', ], ], ], 'variant_switcher' => [ - 'label' => 'Switch Variant', + 'label' => 'Variant Wisselen', 'table' => [ 'sku' => [ 'label' => 'SKU', ], 'values' => [ - 'label' => 'Values', + 'label' => 'Waarden', ], ], ], ]; + diff --git a/packages/core/resources/lang/nl/base.php b/packages/core/resources/lang/nl/base.php new file mode 100644 index 0000000000..9f681208d9 --- /dev/null +++ b/packages/core/resources/lang/nl/base.php @@ -0,0 +1,9 @@ + [ + 'collection-titles' => [ + 'images' => 'Afbeeldingen', + ], + ], +]; diff --git a/packages/core/resources/lang/nl/exceptions.php b/packages/core/resources/lang/nl/exceptions.php new file mode 100644 index 0000000000..3ca3a30950 --- /dev/null +++ b/packages/core/resources/lang/nl/exceptions.php @@ -0,0 +1,21 @@ + 'Het ":class" model implementeert de koopbare interface niet.', + 'cart_line_id_mismatch' => 'Deze winkelwagenregel behoort niet tot deze winkelwagen', + 'invalid_cart_line_quantity' => 'Verwachte hoeveelheid is minimaal "1", ":quantity" gevonden.', + 'maximum_cart_line_quantity' => 'Hoeveelheid mag niet meer zijn dan :quantity.', + 'carts.invalid_action' => 'De winkelwagenactie was ongeldig', + 'carts.shipping_missing' => 'Een verzendadres is vereist', + 'carts.billing_missing' => 'Een factuuradres is vereist', + 'carts.billing_incomplete' => 'Het factuuradres is onvolledig', + 'carts.order_exists' => 'Er bestaat al een bestelling voor deze winkelwagen', + 'carts.shipping_option_missing' => 'Ontbrekende verzendoptie', + 'missing_currency_price' => 'Er bestaat geen prijs voor valuta ":currency"', + 'minimum_quantity' => 'U moet minimaal :quantity items toevoegen.', + 'quantity_increment' => 'Hoeveelheid :quantity moet in stappen van :increment zijn', + 'fieldtype_missing' => 'FieldType ":class" bestaat niet', + 'invalid_fieldtype' => 'Klasse ":class" implementeert de FieldType interface niet.', + 'discounts.invalid_type' => 'Collectie moet alleen ":expected" bevatten, gevonden ":actual"', + 'disallow_multiple_cart_orders' => 'Winkelwagens kunnen slechts één bestelling hebben.', +];