add delete modal
All checks were successful
Deploy Amap / deploy (push) Successful in 40s

This commit is contained in:
Julien Aldon
2026-03-06 15:19:07 +01:00
parent e970bb683a
commit 61710a0347
12 changed files with 216 additions and 15 deletions

View File

@@ -84,6 +84,8 @@
"once all contracts downloaded, you can delete the form (to avoid new submissions) and hide it from the home page": "once all contracts downloaded, you can delete the form (to avoid new submissions) and hide it from the home page",
"by checking this option the form will be accessible publicly on the home page, only check it if everything is fine with your form": "by checking this option the form will be accessible publicly on the home page, only check it if everything is fine with your form",
"contracts": "contracts",
"contract": "contract",
"user": "user",
"hidden": "hidden",
"visible": "visible",
"minimum price for this shipment should be at least": "minimum price for this shipment should be at least",
@@ -179,6 +181,10 @@
"grams": "grams (g)",
"kilo": "kilograms (kg)",
"liter": "liters (L)",
"are you sure you want to delete": "are you sure you want to delete",
"this will also delete": "this will also delete",
"delete entity": "delete {{entity}}",
"delete": "delete",
"success": "success",
"success edit": "{{entity}} correctly edited",
"success create": "{{entity}} correctly created",

View File

@@ -81,6 +81,8 @@
"there is": "il y a",
"for this contract": "pour ce contrat.",
"remove shipment": "supprimer la livraison",
"contract": "contrat",
"user": "utilisateur·trice",
"productors": "producteur·trices",
"products": "produits",
"templates": "modèles",
@@ -179,6 +181,10 @@
"grams": "grammes (g)",
"kilo": "kilogrammes (kg)",
"liter": "litres (L)",
"are you sure you want to delete": "êtes vous sûr de vouloir supprimer",
"this will also delete": "cette action supprimera aussi",
"delete entity": "supprimer un {{entity}}",
"delete": "supprimer",
"success": "succès",
"success edit": "{{entity}} correctement édité",
"success create": "{{entity}} correctement créé",