mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
Merge branch 'master' of gitlab.com:mohit.panjvani/crater-web
This commit is contained in:
@ -780,17 +780,17 @@ export default {
|
||||
password_length: 'Password must be {count} character long.',
|
||||
qty_must_greater_than_zero: 'Quantity must be greater than zero.',
|
||||
price_greater_than_zero: 'Price must be greater than zero.',
|
||||
payment_greater_than_zero: 'Payment must be greater than zero.',
|
||||
payment_greater_than_zero: 'Payment must be greater than zero.',
|
||||
payment_greater_than_due_amount: 'Entered Payment is more than due amount of this invoice.',
|
||||
quantity_maxlength: 'Quantity should not be greater than 10 digits.',
|
||||
price_maxlength: 'Price should not be greater than 10 digits.',
|
||||
quantity_maxlength: 'Quantity should not be greater than 20 digits.',
|
||||
price_maxlength: 'Price should not be greater than 20 digits.',
|
||||
price_minvalue: 'Price should be greater than 0.',
|
||||
amount_maxlength: 'Amount should not be greater than 10 digits.',
|
||||
amount_maxlength: 'Amount should not be greater than 20 digits.',
|
||||
amount_minvalue: 'Amount should be greater than 0.',
|
||||
description_maxlength: 'Description should not be greater than 255 characters.',
|
||||
maximum_options_error: 'Maximum of {max} options selected. First remove a selected option to select another.',
|
||||
notes_maxlength: 'Notes should not be greater than 255 characters.',
|
||||
address_maxlength: 'Address should not be greater than 255 characters.',
|
||||
ref_number_maxlength: 'Ref Number should not be greater than 10 digits'
|
||||
ref_number_maxlength: 'Ref Number should not be greater than 255 characters.'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user