HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers10/stempel.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.',


];