Implement upcoming auction preview box.

This commit is contained in:
John Preston
2025-12-02 14:39:43 +04:00
parent b08cf75f0b
commit 65b3a36984
11 changed files with 247 additions and 93 deletions
+9 -6
View File
@@ -4086,12 +4086,15 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_auction_start_label" = "Started";
"lng_auction_starts_label" = "Starts";
"lng_auction_rounds_label" = "Rounds";
"lng_auction_rounds_first" = "Round 1";
"lng_auction_rounds_rest" = "Rounds 2-{last}";
"lng_auction_rounds_rest_minutes#one" = "{count} minute each";
"lng_auction_rounds_rest_minutes#other" = "{count} minutes each";
"lng_auction_rounds_rest_hours#one" = "{count} hour each";
"lng_auction_rounds_rest_hours#other" = "{count} hours each";
"lng_auction_rounds_exact" = "Round {n}";
"lng_auction_rounds_range" = "Rounds {n}-{last}";
"lng_auction_rounds_seconds#one" = "{count} minute each";
"lng_auction_rounds_seconds#other" = "{count} minutes each";
"lng_auction_rounds_minutes#one" = "{count} minute each";
"lng_auction_rounds_minutes#other" = "{count} minutes each";
"lng_auction_rounds_hours#one" = "{count} hour each";
"lng_auction_rounds_hours#other" = "{count} hours each";
"lng_auction_rounds_extended" = "{duration} + {increase} for late bids in top {n}";
"lng_auction_end_label" = "Ends";
"lng_auction_round_label" = "Current Round";
"lng_auction_round_value" = "{n} of {amount}";