Start gift value information display.

This commit is contained in:
John Preston
2025-08-06 09:30:36 +04:00
parent 2834a83eec
commit 9f5d24bbc9
11 changed files with 429 additions and 20 deletions
+17
View File
@@ -3675,6 +3675,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_gift_unique_availability_label" = "Quantity";
"lng_gift_unique_availability#one" = "{count} of {amount} issued";
"lng_gift_unique_availability#other" = "{count} of {amount} issued";
"lng_gift_unique_value" = "Value";
"lng_gift_unique_value_learn_more" = "learn more";
"lng_gift_unique_info" = "Gifted to {recipient} on {date}.";
"lng_gift_unique_info_sender" = "Gifted by {from} to {recipient} on {date}.";
"lng_gift_unique_info_sender_comment" = "Gifted by {from} to {recipient} on {date} with the comment \"{text}\".";
@@ -3683,6 +3685,21 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
"lng_gift_availability_left#one" = "{count} of {amount} left";
"lng_gift_availability_left#other" = "{count} of {amount} left";
"lng_gift_availability_none" = "None of {amount} left";
"lng_gift_value_about_average" = "This is the average sale price of {gift} gifts on Telegram and Fragment over the past month.";
"lng_gift_value_about_last" = "This is the price at which {gift} was last sold on {platform}.";
"lng_gift_value_initial_sale" = "Initial Sale";
"lng_gift_value_initial_price" = "Initial Price";
"lng_gift_value_initial_price_value" = "{stars} ({amount})";
"lng_gift_value_last_sale" = "Last Sale";
"lng_gift_value_last_price" = "Last Price";
"lng_gift_value_minimum_price" = "Minimum Price";
"lng_gift_value_minimum_price_tooltip" = "{amount} is the floor price for {gift} gifts listed on Telegram and Fragment.";
"lng_gift_vlaue_average_price" = "Average Price";
"lng_gift_value_average_price_tooltip" = "{amount} is the average sale price of {gift} gifts on Telegram and Fragment over the past month.";
"lng_gift_value_availability#one" = "{count} {emoji} for sale on {platform} {arrow}";
"lng_gift_value_availability#other" = "{count} {emoji} for sale on {platform} {arrow}";
"lng_gift_value_telegram" = "Telegram";
"lng_gift_value_fragment" = "Fragment";
"lng_gift_convert_to_stars#one" = "Convert to {count} Star";
"lng_gift_convert_to_stars#other" = "Convert to {count} Stars";
"lng_gift_convert_sure_title" = "Convert Gift to Stars";