Implement auction info box (active/ended).

This commit is contained in:
John Preston
2025-11-12 20:39:30 +04:00
parent 3831860943
commit a293134b5e
21 changed files with 1514 additions and 445 deletions
+4 -3
View File
@@ -4003,8 +4003,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_auction_about_missed_title" = "Missed Bidders";
"lng_auction_about_missed_about" = "If your bid doesn't win after the final round, your Stars will be fully refunded.";
"lng_auction_about_understood" = "Understood";
"lng_auction_text#one" = "Top **{count}** bidder will get an **{name}** this round. {link}";
"lng_auction_text#other" = "Top **{count}** bidders will get an **{name}** this round. {link}";
"lng_auction_text#one" = "Top **{count}** bidder will get 1 {name} this round. {link}";
"lng_auction_text#other" = "Top **{count}** bidders will get 1 {name} this round. {link}";
"lng_auction_text_link" = "Learn more {arrow}";
"lng_auction_text_ended" = "Auction ended.";
"lng_auction_start_label" = "Started";
@@ -4012,13 +4012,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_auction_round_label" = "Current Round";
"lng_auction_round_value" = "{n} of {amount}";
"lng_auction_average_label" = "Average Price";
"lng_auction_average_tooltip" = "{amount} is the average sale price for {gift} gifts.";
"lng_auction_availability_label" = "Availability";
"lng_auction_availability_value" = "{n} of {amount} left";
"lng_auction_bought#one" = "{count} {emoji} item bought {arrow}";
"lng_auction_bought#other" = "{count} {emoji} items bought {arrow}";
"lng_auction_join_button" = "Join Auction";
"lng_auction_join_time_left" = "{time} left";
"lng_auction_join_time_big" = "{hours} h {minutes} m";
"lng_auction_join_time_medium" = "{hours} h {minutes} m";
"lng_auction_join_time_small" = "{minutes} m";
"lng_auction_menu_about" = "About";
"lng_auction_menu_copy_link" = "Copy Link";