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

Dutch hub translations #1283

Closed
4 changes: 2 additions & 2 deletions packages/admin/resources/lang/en/components.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@
'option.value.edit.system_locked' => 'This option value is required by the system so some fields are disabled.',
'option.value.edit.name.placeholder' => 'e.g. Name',
'option.value.edit.required.instructions' => 'Is this option value required when editing/creating?',
'option.value.edit.searchable.instructions' => 'Should users be able to search via this option.value.',
'option.value.edit.filterable.instructions' => 'Should users be able to filter results based on this option.value.',
'option.value.edit.searchable.instructions' => 'Should users be able to search via this option value?',
'option.value.edit.filterable.instructions' => 'Should users be able to filter results based on this option value?',
'option.value.edit.validation.instructions' => 'Specify any Laravel validation rules for this input.',
'option.value.edit.cancel_btn' => 'Cancel',
'option.value.edit.save_feature.value.btn' => 'Save option value',
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/resources/lang/en/fieldtypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'number.label' => 'Number',
'list.label' => 'List',
'dropdown.label' => 'Dropdown',
'dropdown.missing_labels' => 'You must ensure each row as a label',
'dropdown.missing_labels' => 'You must ensure each row has a label',
'dropdown.value_placeholder' => 'Leave blank to use label',
'file.label' => 'File Upload',
'file.max_files.label' => 'Max Files',
Expand All @@ -22,5 +22,5 @@
'toggle.on_label' => 'On Value',
'toggle.off_label' => 'Off Value',
'youtube.label' => 'YouTube Video',
'richtext.config' => 'You can you enter any available configuration below supported by :url.',
'richtext.config' => 'You can enter any available configuration below supported by :url.',
];
4 changes: 2 additions & 2 deletions packages/admin/resources/lang/en/notifications.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
'variants.created' => 'Variant created',
'variants.minimum_reached' => 'You must have at least one variant',
'brands.added' => 'Brand added',
'brands.updated' => 'Brand updated.',
'brands.deleted' => 'Brand deleted.',
'brands.updated' => 'Brand updated',
'brands.deleted' => 'Brand deleted',
'brands.delete_protected' => 'This brand can not be deleted as there are products associated.',
'collections.moved_child' => 'Collection moved inside :target',
'collections.moved_root' => 'Collection moved to the top',
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/resources/lang/en/partials.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
'image-manager.edit_row_btn' => 'Edit',
'image-manager.delete_row_btn' => 'Delete',
'image-manager.delete_primary' => 'You cannot delete the primary image.',
'image-manager.delete_message' => 'This image will be deleted on save,',
'image-manager.delete_message' => 'This image will be deleted on save.',
'image-manager.undo_btn' => 'undo',
'image-manager.no_results' => 'No images exist for this product, add your first image above.',
'image-manager.upload_file' => 'Upload a file or drag and drop',
Expand Down
10 changes: 10 additions & 0 deletions packages/admin/resources/lang/nl/account.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php

return [
'title' => 'Account',
'save_btn' => 'Opslaan',
'avatar_notice' => 'Je avatar is gegenereerd via Gravatar en je e-mailadres.',
'view-profile' => 'Profiel bekijken',
'update_password' => 'Wachtwoord aanpassen',
'logout' => 'Afmelden',
];
46 changes: 46 additions & 0 deletions packages/admin/resources/lang/nl/auth.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?php

return [
/**
* Collections.
*/
'permissions.catalogue.collections.name' => 'Collecties beheren',
'permissions.catalogue.collections.description' => 'Allow the staff member to edit collections and their groups',
'permissions.settings.name' => 'Instellingen',
'permissions.settings.description' => 'Gives access to the settings area of the hub.',
'permissions.settings.core.name' => 'Core Settings',
'permissions.settings.core.description' => 'Access fundamental store settings, such as channels, languages, currencies, etc.',
'permissions.settings.staff.name' => 'Manage Staff',
'permissions.settings.staff.description' => 'Allow the staff member to edit other staff.',
'permissions.settings.attributes.name' => 'Manage Attributes',
'permissions.settings.attributes.description' => 'Allow the staff member to edit and create additional attributes.',
'permissions.catalogue.products.name' => 'Manage Products',
'permissions.catalogue.products.description' => 'Allow the staff member to edit products.',
'permissions.catalogue.orders.name' => 'Manage Orders',
'permissions.catalogue.orders.description' => 'Allow the staff member to manage orders.',
'permissions.catalogue.customers.name' => 'Manage Customers',
'permissions.catalogue.customers.description' => 'Allow the staff member to manage customers.',
'permissions.discounts.name' => 'Manage Discounts',
'permissions.discounts.description' => 'Allow the staff member to manage discounts',
/**
* Reset password.
*/
'reset-password.title' => 'Reset wachtwoord',
'reset-your-password' => 'Reset jouw wachtwoord',
'reset-password.invalid' => 'Deze pagina is niet langer geldig.',
'reset-password.back_link' => 'Terug naar aanmelden',
'reset-password.send_btn' => 'Stuur reset e-mail',
'reset-password.update_btn' => 'Wachtwoord en login aanpassen',
'forgot-password.message' => 'Wachtwoord vergeten?',
'forgot-password.remember' => 'Wachtwoord onthouden',
'forgot-password.link' => 'Herstel wachtwoord',
'follow-link.reset' => 'Klik op deze link om een nieuw wachtwoord in te stellen:',
'click-here.reset' => 'Klik hier om te herstellen',
'reset-link.not_working' => 'Werkt de link niet? Kopieer en plak ze in je browser',
/**
* Login.
*/
'sign-in.btn' => 'Aanmelden',
'welcome' => 'Welkom bij :name',
'prompt' => 'Meld je aan om je e-commerce winkel te beheren.',
];
139 changes: 139 additions & 0 deletions packages/admin/resources/lang/nl/catalogue.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<?php

return [
/**
* Collections.
*/
'collections.sidemenu.create_btn' => 'Collectiegroep aanmaken',
'collections.sidemenu.modal.title' => 'Collectiegroep aanmaken',
'collections.sidemenu.modal.btn' => 'Collectiegroep aanmaken',
'collections.sidemenu.menu_title' => 'Collectiegroepen',
'collections.groups.delete_group_btn' => 'Collectiegroep verwijderen',
'collections.groups.add_collection_btn' => 'Collectie toevoegen',
'collections.groups.delete.title' => 'Collectiegroep verwijderen',
'collections.groups.delete.strapline' => 'Weet je zeker dat je deze collectiegroep wil verwijderen?',
'collections.groups.delete.warning' => 'Alle collecties in deze groep zullen ook verwijderd worden.',
'collections.groups.delete.confirm' => 'Bevestig dat je de collectiegroep en alle bijhorende collecties wil verwijderen',
'collections.groups.delete.btn' => 'Verwijder collectiegroep',
'collections.groups.move.title' => 'verplaats collectiegroep',
'collections.groups.move.search_placeholder' => 'Zoek een collectie om onder te plaatsen',
'collections.groups.move.alert' => 'Dit zal :source onder :target plaatsen.',
'collections.groups.move.btn' => 'Verplaats Collection',
'collections.groups.node.make_root' => 'Maak hoofd',
'collections.groups.node.move' => 'Verplaats collectie',
'collections.groups.node.edit' => 'Bewerk collectie',
'collections.groups.node.add_child' => 'Voeg onderliggende collectie toe',
'collections.groups.node.delete' => 'Verwijder collectie',
'collections.groups.no_groups' => 'Het lijkt erop dat je geen collectiegroepen hebt.',
'collections.create.child.title' => 'Voeg collectie toe aan :parent.',
'collections.create.root.title' => 'Voeg een collectie op hoofdniveau toe',
'collections.create.btn' => 'Collectie aanmaken',
'collections.delete.title' => 'Collectie verwijderen',
'collections.delete.btn' => 'Collectie verwijderen',
'collections.delete.warning' => 'Alle onderliggende collecties zullen ook verwijderd worden.',
'collections.delete.child.warning' => 'Deze collectie heeft :count onderliggende collecties, deze zullen ook verwijderd worden.',
'collections.delete.root.warning' => 'Weet je zeker dat je deze collectie wil verwijderen?',
'collections.index.title' => 'Collecties',
'collections.show.save_btn' => 'Collectie opslaan',
'collections.show.sort.base_price_asc' => 'Basisprijs Opl.',
'collections.show.sort.base_price_desc' => 'Basisprijs Afl.',
'collections.show.sort.sku_asc' => 'SKU Opl.',
'collections.show.sort.sku_desc' => 'SKU Afl.',
'collections.show.sort.custom' => 'Aangepast',
'collections.show.no_products' => 'Deze collectie heeft geen gelinkte producten.',
'collections.show.no_children' => 'Deze collectie heeft geen onderliggende collecties.',
'collections.associate_to_other_products' => 'Kies producten die je aan dit product wil linken.',
'collections.static_collections' => 'Statische collecties',
'collections.summer_seasonal' => 'Zomers seizoensgebonden',
/**
* Product show.
*/
'products.show.back_link_title' => 'Ga terug naar de lijst van producten',
'products.show.save_btn' => 'Product opslaan',
'products.show.no_channel_availability' => 'Dit product heeft geen beschikbaarheid in de verschillende kanalen.',
'products.show.delete_title' => 'Product verwijderen',
'products.show.delete_strapline' => 'Dit zal het product naar de prullenmand verplaatsen, je zal het later kunnen herstellen',
'products.show.restore_strapline' => 'Herstel dit product zodat het opnieuw beschikbaar wordt in jouw winkel.',
'products.show.delete_btn' => 'Verwijderen bevestigen',
'products.show.restore_title' => 'Product herstellen',
'products.show.restore_btn' => 'Herstel bevestigen',

/**
* Product variant.
*/
'product-variants.delete_confirm.title' => 'Verwijderen variant bevestigen',
'product-variants.delete_confirm.strapline' => 'Deze actie kan niet ongedaan gemaakt worden.',
'product-variants.delete_confirm.btn' => 'Product variant verwijderen',
'product-variants.add_variant.btn' => 'Variant toevoegen',
'product-variants.add_variant.already_exists' => 'Deze variant bestaat reeds.',
'product-variants.add_variant.null_option' => 'Kies een optie',
'product-variants.add_variant.title' => 'Voeg nog een variant toe',
'product-variants.add_variant.add_new_option' => 'Voeg een nieuwe optie toe',
/**
* Product type listing.
*/
'product-types.index.title' => 'Product types',
'product-types.index.create_btn' => 'Product ype toevoegen',
/**
* Product type editing.
*/
'product-types.show.updated_message' => 'Product type aangepast',
'product-types.create.btn_text' => 'Product type toevoegen',
'product-types.show.btn_text' => 'Product type aanpassen',
'product-types.attribute.search.empty' => 'Het lijkt erop dat je geen attributen meer hebt om toe te wijzen.',
'product-types.attribute.search.no_results' => 'Kan geen attributen vinden die overeenkomen met ":search"',
'product-types.show.title' => 'Product type aanpassen',
'product-types.show.delete.btn_text' => 'Product type verwijderen',
'product-types.show.delete.message' => 'Weet je zeker dat je dit product type permanent wil verwijderen?',
'product-types.show.delete.disabled_message' => 'Je kan geen product type verwijderen waar producten aan gelinkt zijn.',
'product-types.show.delete.delete_notification' => 'Product type verwijderd',
'product-types.show.delete.confirm_text' => 'Verwijderen bevestigen',
'product-types.show.delete.minimum_required' => 'Je kan het enige product type niet verwijderen.',
'product-types.attribute.no_attributes' => 'Er zijn geen attributen te selecteren in deze groep',
/**
* Brands.
*/
'brands.index.title' => 'Merken',
'brands.create.title' => 'Merk aanmaken',
'brands.show.back_link_title' => 'Terug naar merken',
/**
* Customers.
*/
'customers.index.title' => 'Klanten',
'customers.index.placeholder' => 'Klanten zoeken',
'customers.show.save_btn' => 'Klant opslaan',
'customers.show.customer_groups_updated' => 'Klantgroep aangepast',
'customer.show.customer_groups' => 'Klantgroepen',
'customer.dashboard.returning_customers' => 'Terugkerende klanten',
'customer.dashboard.no_of_orders' => 'Aantal bestellingen',
'customer.dashboard.turnover' => 'Omzet',
'customer.dashboard.sales_performance' => 'Verkoopprestaties',
'customer.dashboard.customer_group_orders' => 'Klantgroep bestellingen',
'customer.dashboard.top_selling_products' => 'Best verkopende producten',
/**
* Customer Groups Editing.
*/
'editing.customer-groups.select_groups' => 'Selecteer voor welke klantgroepen dit product beschikbaar is.',
'editing.customer-groups.publish_on' => 'De publicatie van dit product is gepland op',
'editing.customer-groups.schedule_availability' => 'Beschikbaarheid plannen',
/**
* Orders.
*/
'orders.show.customer_reference' => 'Klantreferentie',
'orders.show.shipping_option' => 'Verzendoptie',
'orders.show.shipping_address' => 'Verzendingsadres',
'orders.show.billing_address' => 'Factuuradres',
'orders.show.order_lines' => 'Orderregels',
'orders.show.transactions' => 'Transacties',
'orders.dashboard.recent_orders' => 'Recente bestellingen',
/**
* Stock.
*/
'stock' => 'Klantreferentie',
/**
* Addons.
*/
'addons.show.addon_details' => 'Plugin Details',
'addons.show.developer' => 'Ontwikkelaar',
'addons.show.marketplace' => 'Marktplaats',
];
Loading
Loading