File: D:/HostingSpaces/SBogers10/finsteps.komma.pro/resources/lang/en/kms/validation.php
<?php
return [
'is_not_if_tax' => 'Tax percentage is required when a product is active',
'price_is_wrong_format' => 'The price is in the wrong format',
'priceNotNull' => 'The price cannot be zero',
'minimumNotNull' => 'The minimum cannot be zero',
'priceAsNumber' => 'The price should be a number',
'minimumAsNumber' => 'The minimum must be a number',
'minimumRepeat' => 'It is not possible to use equal numbers for the minimum number',
'no_unique_number' => 'This number is already in use',
'required' => 'This field is required.',
'unique' => 'This :value has already been used.',
];