-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AF-33] Set up the end of the auction (#38)
- Loading branch information
1 parent
b73e533
commit 1c49017
Showing
72 changed files
with
3,138 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
en-US: | ||
date: | ||
abbr_day_names: | ||
- Sun | ||
- Mon | ||
- Tue | ||
- Wed | ||
- Thu | ||
- Fri | ||
- Sat | ||
abbr_month_names: | ||
- | ||
- Jan | ||
- Feb | ||
- Mar | ||
- Apr | ||
- May | ||
- Jun | ||
- Jul | ||
- Aug | ||
- Sep | ||
- Oct | ||
- Nov | ||
- Dec | ||
day_names: | ||
- Sunday | ||
- Monday | ||
- Tuesday | ||
- Wednesday | ||
- Thursday | ||
- Friday | ||
- Saturday | ||
formats: | ||
default: "%Y-%m-%d" | ||
long: "%B %d, %Y" | ||
short: "%b %d" | ||
month_names: | ||
- | ||
- January | ||
- February | ||
- March | ||
- April | ||
- May | ||
- June | ||
- July | ||
- August | ||
- September | ||
- October | ||
- November | ||
- December | ||
order: | ||
- :year | ||
- :month | ||
- :day | ||
application: | ||
general: | ||
hello: "Hi %{name}" | ||
app_name: "AuctionFun" | ||
team: "Team AuctionFun" |
13 changes: 13 additions & 0 deletions
13
i18n/en-US/mail/auction_context/post_auction/participant.en-US.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
en-US: | ||
mail: | ||
auction_context: | ||
post_auction: | ||
participant_mailer: | ||
subject: "Thank you for participating in the auction %{title}" | ||
body: | ||
description: "Thank you for participating in the auction <b>%{title}</b>! Although you weren't the winner this time, we would like to recognize your efforts and share some statistics on your performance:" | ||
stats: | ||
auction_total_bids: "Total auction bids: %{auction_total_bids}" | ||
winner_bid: "Winner bid: %{winner_bid}" | ||
auction_date: "Auction Date" | ||
regards: "We hope you found the experience enriching and invite you to participate in our future auctions. Follow our website and social media to stay up to date with upcoming opportunities." |
13 changes: 13 additions & 0 deletions
13
i18n/en-US/mail/auction_context/post_auction/winner.en-US.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
en-US: | ||
mail: | ||
auction_context: | ||
post_auction: | ||
winner_mailer: | ||
subject: "Congratulations! You are the winner of the auction %{title}!" | ||
body: | ||
description: "We are very happy to inform you that you were the winner of our auction <b>%{title}</b>! Your bid was the highest, and you are now the new owner of item. Below is some information and statistics about the auction:" | ||
item: | ||
title: "Auctioned item: <b>%{title}</b>" | ||
winner_bid: "Your Winning Bid: %{winner_bid}" | ||
auction_total_bids: "Total Number of Bids: %{auction_total_bids}" | ||
auction_date: "Auction Date" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.