added nl-NL
This commit is contained in:
15
resources/lang/nl-NL/items.php
Normal file
15
resources/lang/nl-NL/items.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'quantities' => 'Hoeveelheid | Hoeveelheden',
|
||||
'sales_price' => 'Verkoopprijs',
|
||||
'purchase_price' => 'Aankoopprijs',
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'U ontvangt deze e-mail omdat : naam draait niet op voorraad.',
|
||||
'button' => 'Bekijk nu',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user