Skip to content

Commit

Permalink
modified action EN file switched with NL folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahrjen committed Sep 19, 2024
1 parent 3c8cf40 commit 0668ef2
Show file tree
Hide file tree
Showing 33 changed files with 741 additions and 717 deletions.
24 changes: 12 additions & 12 deletions packages/admin/resources/lang/nl/actions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],

Expand Down
32 changes: 16 additions & 16 deletions packages/admin/resources/lang/nl/activity.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],

];
52 changes: 26 additions & 26 deletions packages/admin/resources/lang/nl/address.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],

Expand Down
28 changes: 14 additions & 14 deletions packages/admin/resources/lang/nl/attribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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|...',
],
],
];
18 changes: 9 additions & 9 deletions packages/admin/resources/lang/nl/attributegroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
],

Expand All @@ -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.',
],
],
],
Expand Down
44 changes: 22 additions & 22 deletions packages/admin/resources/lang/nl/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
];
Loading

0 comments on commit 0668ef2

Please sign in to comment.