add tests forn forms, products, productors
All checks were successful
Deploy Amap / deploy (push) Successful in 3m45s

This commit is contained in:
Julien Aldon
2026-02-25 16:39:12 +01:00
parent cfb8d435a8
commit 61cbbf0366
31 changed files with 2694 additions and 60 deletions

View File

@@ -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'