Merge pull request #38 from MR-medreport/MED-48
feat(MED-48 MED-100): update products -> cart -> montonio -> orders flow, send email
This commit is contained in:
@@ -40,6 +40,11 @@
|
||||
"success": "Item removed from cart",
|
||||
"loading": "Removing item from cart",
|
||||
"error": "Failed to remove item from cart"
|
||||
},
|
||||
"analysisLocation": {
|
||||
"success": "Location updated",
|
||||
"loading": "Updating location",
|
||||
"error": "Failed to update location"
|
||||
}
|
||||
},
|
||||
"orderConfirmed": {
|
||||
@@ -57,5 +62,10 @@
|
||||
"montonioCallback": {
|
||||
"title": "Montonio checkout",
|
||||
"description": "Please wait while we process your payment."
|
||||
},
|
||||
"locations": {
|
||||
"title": "Location for analysis",
|
||||
"description": "If you are unable to go to the lab to collect the sample, you can go to any other suitable collection point.",
|
||||
"locationSelect": "Select location"
|
||||
}
|
||||
}
|
||||
@@ -58,6 +58,7 @@
|
||||
"back": "Back",
|
||||
"welcome": "Welcome",
|
||||
"shoppingCart": "Shopping cart",
|
||||
"shoppingCartCount": "Shopping cart ({{count}})",
|
||||
"search": "Search{{end}}",
|
||||
"myActions": "My actions",
|
||||
"healthPackageComparison": {
|
||||
|
||||
8
public/locales/en/orders.json
Normal file
8
public/locales/en/orders.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": "Orders",
|
||||
"description": "View your orders",
|
||||
"table": {
|
||||
"analysisPackage": "Analysis package",
|
||||
"createdAt": "Ordered at"
|
||||
}
|
||||
}
|
||||
@@ -41,6 +41,11 @@
|
||||
"success": "Toode eemaldatud ostukorvist",
|
||||
"loading": "Toote eemaldamine ostukorvist",
|
||||
"error": "Toote eemaldamine ostukorvist ebaõnnestus"
|
||||
},
|
||||
"analysisLocation": {
|
||||
"success": "Asukoht uuendatud",
|
||||
"loading": "Asukoha uuendamine",
|
||||
"error": "Asukoha uuendamine ebaõnnestus"
|
||||
}
|
||||
},
|
||||
"orderConfirmed": {
|
||||
@@ -58,5 +63,10 @@
|
||||
"montonioCallback": {
|
||||
"title": "Montonio makseprotsess",
|
||||
"description": "Palun oodake, kuni me töötleme sinu makseprotsessi lõpuni."
|
||||
},
|
||||
"locations": {
|
||||
"title": "Asukoht analüüside andmiseks",
|
||||
"description": "Kui Teil ei ole võimalik valitud asukohta minna analüüse andma, siis võite minna Teile sobivasse verevõtupunkti.",
|
||||
"locationSelect": "Vali asukoht"
|
||||
}
|
||||
}
|
||||
@@ -58,6 +58,7 @@
|
||||
"back": "Back",
|
||||
"welcome": "Tere tulemast",
|
||||
"shoppingCart": "Ostukorv",
|
||||
"shoppingCartCount": "Ostukorv ({{count}})",
|
||||
"search": "Otsi{{end}}",
|
||||
"myActions": "Minu toimingud",
|
||||
"healthPackageComparison": {
|
||||
|
||||
8
public/locales/et/orders.json
Normal file
8
public/locales/et/orders.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"title": "Tellimused",
|
||||
"description": "Vaata oma tellimusi",
|
||||
"table": {
|
||||
"analysisPackage": "Analüüsi pakett",
|
||||
"createdAt": "Tellitud"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user