Skip to content

Commit

Permalink
Merge branch 'add-Dutch-lang' of https://github.com/Ahrjen/lunar into…
Browse files Browse the repository at this point in the history
… add-Dutch-lang
  • Loading branch information
Ahrjen committed Sep 19, 2024
2 parents 87ce05d + a3cc055 commit 41c983e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions packages/admin/resources/lang/en/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

0 comments on commit 41c983e

Please sign in to comment.