feat(MED-100): show toast on delete

This commit is contained in:
2025-07-17 10:44:05 +03:00
parent 25b4e06b89
commit 7ccc45ce77
7 changed files with 78 additions and 10 deletions

View File

@@ -35,6 +35,11 @@
},
"services": {
"productColumnLabel": "Service name"
},
"delete": {
"success": "Item removed from cart",
"loading": "Removing item from cart",
"error": "Failed to remove item from cart"
}
},
"orderConfirmed": {

View File

@@ -36,6 +36,11 @@
},
"services": {
"productColumnLabel": "Teenuse nimi"
},
"delete": {
"success": "Toode eemaldatud ostukorvist",
"loading": "Toote eemaldamine ostukorvist",
"error": "Toote eemaldamine ostukorvist ebaõnnestus"
}
},
"orderConfirmed": {