Skip to content

Commit

Permalink
feat(pages): 💄 starts to implement Success page UI
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyyxxyy committed Dec 12, 2023
1 parent 1a8160a commit 550e6ec
Show file tree
Hide file tree
Showing 4 changed files with 152 additions and 3 deletions.
6 changes: 5 additions & 1 deletion public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@
"cashPaymentType": "Cash",
"totalOfItems": "Total items",
"shippingTotal": "Shipping",
"confirmOrder": "Confirm order"
"confirmOrder": "Confirm order",
"noProductsInCheckout": "No coffee was selected",
"fillAllFieldsToConfirm": "You need to fulfill all fields to confirm your order",
"orderConfirmedWithSuccess": "Yay! Order confirmed",
"orderConfirmedWithSuccessSubtitle": "Now all you have to do is wait for the coffee to reach you"
}
6 changes: 5 additions & 1 deletion public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@
"cashPaymentType": "Dinheiro",
"totalOfItems": "Total de itens",
"shippingTotal": "Entrega",
"confirmOrder": "Confirmar pedido"
"confirmOrder": "Confirmar pedido",
"noProductsInCheckout": "Não foi selecionado nenhum café",
"fillAllFieldsToConfirm": "Você precisa completar todos os campos para confirmar seu pedido",
"orderConfirmedWithSuccess": "Uhu! Pedido confirmado",
"orderConfirmedWithSuccessSubtitle": "Agora é só aguardar que logo o café chegará até você"
}
Loading

0 comments on commit 550e6ec

Please sign in to comment.