add tests forn forms, products, productors
All checks were successful
Deploy Amap / deploy (push) Successful in 3m45s
All checks were successful
Deploy Amap / deploy (push) Successful in 3m45s
This commit is contained in:
@@ -1,10 +1,21 @@
|
||||
notfound = "Resource was not found."
|
||||
pdferror = "An error occured during PDF generation please contact administrator"
|
||||
tokenexipired = "Token expired"
|
||||
invalidtoken = "Invalid token"
|
||||
notauthenticated = "Not authenticated"
|
||||
usernotfound = "User not found"
|
||||
userloggedout = "User logged out"
|
||||
failtogettoken = "Failed to get token"
|
||||
unauthorized = "Unauthorized"
|
||||
notallowed = "Not Allowed"
|
||||
pdferror = 'An error occured during PDF generation please contact administrator'
|
||||
|
||||
tokenexipired = 'Token expired'
|
||||
invalidtoken = 'Invalid token'
|
||||
notauthenticated = 'Not authenticated'
|
||||
failtogettoken = 'Failed to get token'
|
||||
unauthorized = 'Unauthorized'
|
||||
notallowed = 'Not Allowed'
|
||||
|
||||
notfound = 'Resource was not found.'
|
||||
usernotfound = 'User not found'
|
||||
userloggedout = 'User logged out'
|
||||
|
||||
productorinputinvalid = 'Invalid productor input'
|
||||
productornotfound = 'Productor not found'
|
||||
|
||||
forminputinvalid = 'Invalid form input'
|
||||
formnotfound = 'Form not found'
|
||||
|
||||
productinputinvalid = 'Invalid product input'
|
||||
productnotfound = 'Product not found'
|
||||
|
||||
Reference in New Issue
Block a user