diff --git a/data/web_tr/translations.telegram.org/en/ios/bots_and_payments.json b/data/web_tr/translations.telegram.org/en/ios/bots_and_payments.json
index fa52eacddd..4bcc15b641 100644
--- a/data/web_tr/translations.telegram.org/en/ios/bots_and_payments.json
+++ b/data/web_tr/translations.telegram.org/en/ios/bots_and_payments.json
@@ -291,6 +291,46 @@
"singular": "Remove from Recent"
}
},
+ "Checkout.EnterPassword": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.EnterPassword",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Enter Password"
+ }
+ },
+ "Checkout.ErrorInvoiceAlreadyPaid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.ErrorInvoiceAlreadyPaid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You have already paid for this item."
+ }
+ },
+ "Checkout.ErrorPaymentFailed": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.ErrorPaymentFailed",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Payment failed. Your card has not been billed."
+ }
+ },
+ "Checkout.ErrorPrecheckoutFailed": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.ErrorPrecheckoutFailed",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "The bot couldn't process your payment. Your card has not been billed."
+ }
+ },
+ "Checkout.ErrorProviderAccountTimeout": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.ErrorProviderAccountTimeout",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "This bot can't process payments at the moment. Please try again later."
+ }
+ },
"Checkout.NewCard.SaveInfoHelp": {
"url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.NewCard.SaveInfoHelp",
"photo_url": "https://telegra.ph/file/p/da822e60d29/427fbf94d3b4ddf4a13481d.jpg?c=0,249,640,658,272,280",
@@ -307,6 +347,22 @@
"singular": "Tip (Optional)"
}
},
+ "Checkout.PayNone": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.PayNone",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Pay"
+ }
+ },
+ "Checkout.PayWithFaceId": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.PayWithFaceId",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Pay with Face ID"
+ }
+ },
"Checkout.PaymentLiabilityAlert": {
"url": "https://translations.telegram.org/en/ios/bots_and_payments/Checkout.PaymentLiabilityAlert",
"photo_url": "https://telegra.ph/file/p/84ebbc8c3f7/5df8a4f546b818bb0097717.jpg?c=79,314,440,440,280,280",
@@ -355,6 +411,38 @@
"singular": "Complete Payment"
}
},
+ "CheckoutInfo.ErrorCityInvalid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/CheckoutInfo.ErrorCityInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter a valid city."
+ }
+ },
+ "CheckoutInfo.ErrorNameInvalid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/CheckoutInfo.ErrorNameInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter a valid name."
+ }
+ },
+ "CheckoutInfo.ErrorShippingNotAvailable": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/CheckoutInfo.ErrorShippingNotAvailable",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Shipping to the selected country is not available."
+ }
+ },
+ "CheckoutInfo.ErrorStateInvalid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/CheckoutInfo.ErrorStateInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter a valid state."
+ }
+ },
"Conversation.ContextMenuSelect": {
"url": "https://translations.telegram.org/en/ios/bots_and_payments/Conversation.ContextMenuSelect",
"photo_url": "https://telegra.ph/file/p/fca050f3b72/4573efafd0d2c038998c217.jpg?c=91,802,280,280,280,280",
@@ -1254,5 +1342,37 @@
"values": {
"singular": "https://telegram.org/tos/mini-apps"
}
+ },
+ "Your_card_has_expired": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Your_card_has_expired",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Your card has expired."
+ }
+ },
+ "Your_cards_expiration_month_is_invalid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Your_cards_expiration_month_is_invalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You've entered an invalid expiration month."
+ }
+ },
+ "Your_cards_number_is_invalid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Your_cards_number_is_invalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You've entered an invalid card number."
+ }
+ },
+ "Your_cards_security_code_is_invalid": {
+ "url": "https://translations.telegram.org/en/ios/bots_and_payments/Your_cards_security_code_is_invalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You've entered an invalid security code."
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/ios/general.json b/data/web_tr/translations.telegram.org/en/ios/general.json
index 9f49ce08f8..ad5efa5769 100644
--- a/data/web_tr/translations.telegram.org/en/ios/general.json
+++ b/data/web_tr/translations.telegram.org/en/ios/general.json
@@ -1,28 +1,4 @@
{
- "AUTH_REGION": {
- "url": "https://translations.telegram.org/en/ios/general/AUTH_REGION",
- "photo_url": "https://telegra.ph/file/p/30e6c8a4297/7e5049c1a15c508cec2141d.jpg?c=15,281,536,536,280,280",
- "has_binding": false,
- "values": {
- "singular": "Login from a new device
%1$@, location:
%2$@"
- }
- },
- "AUTH_REGION_SEPARATED": {
- "url": "https://translations.telegram.org/en/ios/general/AUTH_REGION_SEPARATED",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "New login|from unrecognized device
%1$@, location:
%2$@"
- }
- },
- "AUTH_UNKNOWN_SEPARATED": {
- "url": "https://translations.telegram.org/en/ios/general/AUTH_UNKNOWN_SEPARATED",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "New login|from unrecognized device
%1$@"
- }
- },
"AccessDenied.QrCamera": {
"url": "https://translations.telegram.org/en/ios/general/AccessDenied.QrCamera",
"photo_url": "https://telegra.ph/file/p/a79c33695ed/4686d208df57d77e843be17.jpg?c=114,460,371,371,280,280",
@@ -47,22 +23,6 @@
"singular": "watching
%@"
}
},
- "AddContact.SharedContactException": {
- "url": "https://translations.telegram.org/en/ios/general/AddContact.SharedContactException",
- "photo_url": "https://telegra.ph/file/p/b0c3797e421/97dc479d68c444912ee371d.jpg?c=22,772,696,696,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share My Phone Number"
- }
- },
- "Appearance.Animations": {
- "url": "https://translations.telegram.org/en/ios/general/Appearance.Animations",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "ANIMATIONS"
- }
- },
"ApplyLanguage.ApplyLanguageAction": {
"url": "https://translations.telegram.org/en/ios/general/ApplyLanguage.ApplyLanguageAction",
"photo_url": "https://telegra.ph/file/p/3f22a982a02/455b98eb11c7168d886911d.jpg?c=155,870,280,280,280,280",
@@ -87,14 +47,6 @@
"singular": "**Jennifer**
23 y.o. designer from San Francisco."
}
},
- "Appstore.Creative": {
- "url": "https://translations.telegram.org/en/ios/general/Appstore.Creative",
- "photo_url": "https://telegra.ph/file/p/d803cd16d5a/b6cf5d92b88be9c74f74319.jpg?c=105,68,988,988,280,280",
- "has_binding": false,
- "values": {
- "singular": "**Creative**
Color themes, stickers, GIFs,
video messages and more."
- }
- },
"Appstore.Creative.Chat": {
"url": "https://translations.telegram.org/en/ios/general/Appstore.Creative.Chat",
"photo_url": "https://telegra.ph/file/p/d803cd16d5a/b6cf5d92b88be9c74f74319.jpg?c=120,1181,614,614,280,280",
@@ -255,46 +207,6 @@
"singular": "**Beatrice**"
}
},
- "Appstore.Public": {
- "url": "https://translations.telegram.org/en/ios/general/Appstore.Public",
- "photo_url": "https://telegra.ph/file/p/2cfdea4e373/a0f3fa2d7da78f5a34cbf19.jpg?c=80,65,1038,1038,280,280",
- "has_binding": false,
- "values": {
- "singular": "**Public**
Public channels, open groups,
bots for integrations."
- }
- },
- "Appstore.Public.Chat1": {
- "url": "https://translations.telegram.org/en/ios/general/Appstore.Public.Chat1",
- "photo_url": "https://telegra.ph/file/p/2cfdea4e373/a0f3fa2d7da78f5a34cbf19.jpg?c=200,666,863,863,280,280",
- "has_binding": false,
- "values": {
- "singular": "**Financial Times**
Truth is like the sun. You can shut it out for a time, but it ain’t goin’ away."
- }
- },
- "Appstore.Public.Chat2": {
- "url": "https://translations.telegram.org/en/ios/general/Appstore.Public.Chat2",
- "photo_url": "https://telegra.ph/file/p/2cfdea4e373/a0f3fa2d7da78f5a34cbf19.jpg?c=241,804,865,865,280,280",
- "has_binding": false,
- "values": {
- "singular": "**Bloomberg**
We'll be sending you a few big stories daily, which you can expect to start..."
- }
- },
- "Appstore.Public.Chat3": {
- "url": "https://translations.telegram.org/en/ios/general/Appstore.Public.Chat3",
- "photo_url": "https://telegra.ph/file/p/2cfdea4e373/a0f3fa2d7da78f5a34cbf19.jpg?c=85,848,978,978,280,280",
- "has_binding": false,
- "values": {
- "singular": "**Health and Safety**
If you're looking for official news about the Novel Coronavirus and COVID-19"
- }
- },
- "Appstore.Public.IV": {
- "url": "https://translations.telegram.org/en/ios/general/Appstore.Public.IV",
- "photo_url": "https://telegra.ph/file/p/2cfdea4e373/a0f3fa2d7da78f5a34cbf19.jpg?c=38,1209,1110,1110,280,280",
- "has_binding": false,
- "values": {
- "singular": "We now have enough data to measure the relative effectiveness of major climate solutions. This simulator lets you see which ones would work best.
Bloomberg
The Best Way to Slow Global Warming? You Decide in This Climate Simulator
It was on Earth Day 2016 when more than 170 nations signed the Paris Agreement calling for limiting global warming \"to well below 2°C\"."
- }
- },
"Appstore.Secure": {
"url": "https://translations.telegram.org/en/ios/general/Appstore.Secure",
"photo_url": "https://telegra.ph/file/p/9fdb340aa04/763934b6077c60387944e19.jpg?c=192,86,812,812,280,280",
@@ -344,14 +256,6 @@
"singular": "Select from Files"
}
},
- "AutoremoveSetup.TimerInfoChat": {
- "url": "https://translations.telegram.org/en/ios/general/AutoremoveSetup.TimerInfoChat",
- "photo_url": "https://telegra.ph/file/p/47df62ab8d8/a54d3b15c9a34709e3dc817.jpg?c=0,280,600,630,266,280",
- "has_binding": true,
- "values": {
- "singular": "Automatically delete new messages sent in this chat after a certain period of time."
- }
- },
"BoostGift.AddChannel": {
"url": "https://translations.telegram.org/en/ios/general/BoostGift.AddChannel",
"photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=85,227,280,280,280,280",
@@ -481,6 +385,39 @@
"singular": "winners are chosen randomly"
}
},
+ "BoostGift.DateEnds": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.DateEnds",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=23,699,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ends"
+ }
+ },
+ "BoostGift.DateInfo": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.DateInfo",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=11,551,565,565,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose when
%1$@ of your channel will be randomly selected to receive Telegram Premium."
+ }
+ },
+ "BoostGift.DateInfoSubscribers": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.DateInfoSubscribers",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=119,744,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ subscriber",
+ "plural": "
%@ subscribers"
+ }
+ },
+ "BoostGift.DateTitle": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.DateTitle",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=32,615,341,341,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "DATE WHEN GIVEAWAY ENDS"
+ }
+ },
"BoostGift.Description": {
"url": "https://translations.telegram.org/en/ios/general/BoostGift.Description",
"photo_url": "https://telegra.ph/file/p/559c05df4fc/1c71fb1813d34cbf7e4a317.jpg?c=27,230,546,546,280,280",
@@ -489,6 +426,14 @@
"singular": "Get more boosts for your channel by gifting
Premium to your subscribers."
}
},
+ "BoostGift.DurationTitle": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.DurationTitle",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=24,680,474,474,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "DURATION OF PREMIUM SUBSCRIPTIONS"
+ }
+ },
"BoostGift.FromAllCountries": {
"url": "https://translations.telegram.org/en/ios/general/BoostGift.FromAllCountries",
"photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=85,438,280,280,280,280",
@@ -538,6 +483,14 @@
"singular": "Only new subscribers"
}
},
+ "BoostGift.PremiumInfo": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.PremiumInfo",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=9,642,570,570,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can review the list of features and more details about Telegram Premium [here]()."
+ }
+ },
"BoostGift.QuantityBoosts": {
"url": "https://translations.telegram.org/en/ios/general/BoostGift.QuantityBoosts",
"photo_url": "https://telegra.ph/file/p/559c05df4fc/1c71fb1813d34cbf7e4a317.jpg?c=295,595,280,280,280,280",
@@ -571,6 +524,14 @@
"singular": "select recipients"
}
},
+ "BoostGift.StartGiveaway": {
+ "url": "https://translations.telegram.org/en/ios/general/BoostGift.StartGiveaway",
+ "photo_url": "https://telegra.ph/file/p/501442143fc/29d2588b99fd32e0d71ee17.jpg?c=130,956,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Start Giveaway"
+ }
+ },
"BoostGift.Subscribers.Joined": {
"url": "https://translations.telegram.org/en/ios/general/BoostGift.Subscribers.Joined",
"photo_url": "https://telegra.ph/file/p/0939a26b1c7/9306f3e7986a7edc2799d17.jpg?c=135,251,313,313,280,280",
@@ -1684,6 +1645,14 @@
"singular": "Send Greeting Message"
}
},
+ "CHAT_CREATED": {
+ "url": "https://translations.telegram.org/en/ios/general/CHAT_CREATED",
+ "photo_url": "https://telegra.ph/file/p/93e5ef5a069/d1345c26914cfad5a89ca1d.jpg?c=31,923,853,853,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ invited you to the group
%2$@"
+ }
+ },
"CHAT_MESSAGE_AUDIO": {
"url": "https://translations.telegram.org/en/ios/general/CHAT_MESSAGE_AUDIO",
"photo_url": "https://telegra.ph/file/p/85ac4e0052d/d15eb3ab753a6a81fc6391d.jpg?c=1,352,725,725,280,280",
@@ -1692,6 +1661,14 @@
"singular": "
%1$@ sent a voice message to
%2$@"
}
},
+ "CHAT_MESSAGE_FWDS": {
+ "url": "https://translations.telegram.org/en/ios/general/CHAT_MESSAGE_FWDS",
+ "photo_url": "https://telegra.ph/file/p/93e5ef5a069/d1345c26914cfad5a89ca1d.jpg?c=0,893,1109,1111,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ forwarded
%3$@ messages to the group
%2$@"
+ }
+ },
"CHAT_MESSAGE_POLL": {
"url": "https://translations.telegram.org/en/ios/general/CHAT_MESSAGE_POLL",
"photo_url": null,
@@ -1764,6 +1741,14 @@
"singular": "W"
}
},
+ "Call.CallInProgressTitle": {
+ "url": "https://translations.telegram.org/en/ios/general/Call.CallInProgressTitle",
+ "photo_url": "https://telegra.ph/file/p/d05bfe91423/e45f4d10811bd99706a6e1d.jpg?c=168,355,303,303,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Call in Progress"
+ }
+ },
"Call.CallInProgressVoiceChatMessage": {
"url": "https://translations.telegram.org/en/ios/general/Call.CallInProgressVoiceChatMessage",
"photo_url": "https://telegra.ph/file/p/1c898919b0c/e18b4bcc0c5db9dc9e1ae17.jpg?c=99,444,399,399,280,280",
@@ -1772,6 +1757,15 @@
"singular": "End call with
%1$@ and start a video chat in
%2$@?"
}
},
+ "Call.Hours": {
+ "url": "https://translations.telegram.org/en/ios/general/Call.Hours",
+ "photo_url": "https://telegra.ph/file/p/afde385120a/778e2573018f0cd7643f617.jpg?c=211,127,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ hour",
+ "plural": "
%@ hours"
+ }
+ },
"Call.LiveStreamInProgressCallMessage": {
"url": "https://translations.telegram.org/en/ios/general/Call.LiveStreamInProgressCallMessage",
"photo_url": "https://telegra.ph/file/p/699a2bef752/51d95186ead50dc25410917.jpg?c=103,450,391,391,280,280",
@@ -1812,6 +1806,15 @@
"singular": "Share Statistics"
}
},
+ "Call.ShortSeconds": {
+ "url": "https://translations.telegram.org/en/ios/general/Call.ShortSeconds",
+ "photo_url": "https://telegra.ph/file/p/87e7a205d8f/f0eb38e11149d3d1bae011d.jpg?c=195,321,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ sec",
+ "plural": "
%@ sec"
+ }
+ },
"Call.VoiceChatInProgressCallMessage": {
"url": "https://translations.telegram.org/en/ios/general/Call.VoiceChatInProgressCallMessage",
"photo_url": "https://telegra.ph/file/p/60a00948323/08b339e315c5e0927d4e717.jpg?c=113,458,371,371,280,280",
@@ -1884,6 +1887,14 @@
"singular": "Delete for me"
}
},
+ "CallList.RecentCallsHeader": {
+ "url": "https://translations.telegram.org/en/ios/general/CallList.RecentCallsHeader",
+ "photo_url": "https://telegra.ph/file/p/6d99e30ebec/5b8c0c24ecf6d1b60508817.jpg?c=11,150,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "RECENT CALLS"
+ }
+ },
"Calls.NoVoiceAndVideoCallsPlaceholder": {
"url": "https://translations.telegram.org/en/ios/general/Calls.NoVoiceAndVideoCallsPlaceholder",
"photo_url": "https://telegra.ph/file/p/7727dca37d6/1d652c0c5d77e80466da817.jpg?c=80,499,440,440,280,280",
@@ -1924,6 +1935,22 @@
"singular": "
%1$@ ended the video chat"
}
},
+ "Channel.AdminLog.MessageGroupPreHistoryVisible": {
+ "url": "https://translations.telegram.org/en/ios/general/Channel.AdminLog.MessageGroupPreHistoryVisible",
+ "photo_url": "https://telegra.ph/file/p/1fe0d6f399d/3c1925b28bb19d122e73a17.jpg?c=74,428,453,453,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ made the group history visible for new members"
+ }
+ },
+ "Channel.AdminLog.MessageKickedName": {
+ "url": "https://translations.telegram.org/en/ios/general/Channel.AdminLog.MessageKickedName",
+ "photo_url": "https://telegra.ph/file/p/1fe0d6f399d/3c1925b28bb19d122e73a17.jpg?c=60,808,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "banned
%1$@"
+ }
+ },
"Channel.AdminLog.MutedNewMembers": {
"url": "https://translations.telegram.org/en/ios/general/Channel.AdminLog.MutedNewMembers",
"photo_url": "https://telegra.ph/file/p/1fe0d6f399d/3c1925b28bb19d122e73a17.jpg?c=68,508,462,462,280,280",
@@ -1964,14 +1991,6 @@
"singular": "Video Chats"
}
},
- "Channel.BanUser.PermissionReadMessages": {
- "url": "https://translations.telegram.org/en/ios/general/Channel.BanUser.PermissionReadMessages",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Read Messages"
- }
- },
"Channel.MessageVideoUpdated": {
"url": "https://translations.telegram.org/en/ios/general/Channel.MessageVideoUpdated",
"photo_url": "https://telegra.ph/file/p/2a73b878b90/6534fc6b222a83652890717.jpg?c=105,470,308,308,280,280",
@@ -2238,6 +2257,64 @@
"singular": "Giveaway Ended"
}
},
+ "Chat.Giveaway.Info.Months": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.Months",
+ "photo_url": "https://telegra.ph/file/p/2694be6e0b7/ce9c8694009f05201b9d217.jpg?c=111,451,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "**
%@** month",
+ "plural": "**
%@** months"
+ }
+ },
+ "Chat.Giveaway.Info.NotAllowedAdmin": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.NotAllowedAdmin",
+ "photo_url": "https://telegra.ph/file/p/2694be6e0b7/ce9c8694009f05201b9d217.jpg?c=88,512,424,424,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You are not eligible for this giveaway because you are an admin of a participating channel (**
%@**)."
+ }
+ },
+ "Chat.Giveaway.Info.Ongoing": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.Ongoing",
+ "photo_url": "https://telegra.ph/file/p/2694be6e0b7/ce9c8694009f05201b9d217.jpg?c=126,473,344,344,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "On **
%1$@**, Telegram will automatically select
%2$@ of **
%3$@**."
+ }
+ },
+ "Chat.Giveaway.Info.OngoingIntro": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.OngoingIntro",
+ "photo_url": "https://telegra.ph/file/p/2694be6e0b7/ce9c8694009f05201b9d217.jpg?c=81,351,436,436,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The giveaway is sponsored by the admins of **
%1$@**, who acquired
%2$@ for
%3$@ for its followers."
+ }
+ },
+ "Chat.Giveaway.Info.Participating": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.Participating",
+ "photo_url": "https://telegra.ph/file/p/4c084d7d68a/a5ca6d957ff75c502cf3e17.jpg?c=89,511,419,419,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You are participating in this giveaway because you joined the channel **
%1$@**."
+ }
+ },
+ "Chat.Giveaway.Info.RandomSubscribers": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.RandomSubscribers",
+ "photo_url": "https://telegra.ph/file/p/2694be6e0b7/ce9c8694009f05201b9d217.jpg?c=226,507,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**
%@** random subscriber",
+ "plural": "**
%@** random subscribers"
+ }
+ },
+ "Chat.Giveaway.Info.Title": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.Title",
+ "photo_url": "https://telegra.ph/file/p/2694be6e0b7/ce9c8694009f05201b9d217.jpg?c=144,354,312,312,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "About This Giveaway"
+ }
+ },
"Chat.Giveaway.Info.ViewPrize": {
"url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Info.ViewPrize",
"photo_url": "https://telegra.ph/file/p/81b2538fe0c/7313fd00b2ca46db4dd7d17.jpg?c=159,635,280,280,280,280",
@@ -2254,6 +2331,96 @@
"singular": "You won a prize in this giveaway.
%@"
}
},
+ "Chat.Giveaway.Message.DateTitle": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.DateTitle",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=54,478,307,307,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Winner Selection Date"
+ }
+ },
+ "Chat.Giveaway.Message.LearnMore": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.LearnMore",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=84,575,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "LEARN MORE"
+ }
+ },
+ "Chat.Giveaway.Message.Months": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.Months",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=145,352,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "**
%@** month",
+ "plural": "**
%@** months"
+ }
+ },
+ "Chat.Giveaway.Message.Participants": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.Participants",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=37,387,347,347,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "All subscribers of this channel:"
+ }
+ },
+ "Chat.Giveaway.Message.ParticipantsTitle": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.ParticipantsTitle",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=87,389,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Participants"
+ }
+ },
+ "Chat.Giveaway.Message.PrizeText": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.PrizeText",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=50,327,314,314,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ for
%2$@."
+ }
+ },
+ "Chat.Giveaway.Message.PrizeTitle": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.PrizeTitle",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=78,306,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Giveaway Prizes"
+ }
+ },
+ "Chat.Giveaway.Message.Subscriptions": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Message.Subscriptions",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=75,331,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**
%@** Telegram Premium Subscription",
+ "plural": "**
%@** Telegram Premium Subscriptions"
+ }
+ },
+ "Chat.Giveaway.Toast.Ended": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Toast.Ended",
+ "photo_url": "https://telegra.ph/file/p/328f683f4f6/26bb091573d9d4eaa68fe17.jpg?c=77,886,284,284,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This giveaway has ended."
+ }
+ },
+ "Chat.Giveaway.Toast.LearnMore": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Toast.LearnMore",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=296,887,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Learn More"
+ }
+ },
+ "Chat.Giveaway.Toast.NotAllowed": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Giveaway.Toast.NotAllowed",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=74,854,328,328,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can't participate in this giveaway."
+ }
+ },
"Chat.MessagesDeletedToast.Text": {
"url": "https://translations.telegram.org/en/ios/general/Chat.MessagesDeletedToast.Text",
"photo_url": "https://telegra.ph/file/p/2ecb6ffc392/95dd5f2cac7a9627ef84f17.jpg?c=68,194,280,280,280,280",
@@ -2377,6 +2544,14 @@
"plural": "Limit of
%d messages reached"
}
},
+ "Chat.Reactions.MultiplePremiumTooltip": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.Reactions.MultiplePremiumTooltip",
+ "photo_url": "https://telegra.ph/file/p/288827f4145/c1dd59d449c17805597e217.jpg?c=25,0,575,175,280,84",
+ "has_binding": true,
+ "values": {
+ "singular": "You can send multiple reactions with [Telegram Premium]()."
+ }
+ },
"Chat.ReplyPanel.HintReplyOptions": {
"url": "https://translations.telegram.org/en/ios/general/Chat.ReplyPanel.HintReplyOptions",
"photo_url": "https://telegra.ph/file/p/7bd77957a3b/106bdc60cddd860803bd117.jpg?c=84,889,322,322,280,280",
@@ -2385,6 +2560,14 @@
"singular": "Tap here for reply options"
}
},
+ "Chat.ReplyPanel.ReplyToQuoteBy": {
+ "url": "https://translations.telegram.org/en/ios/general/Chat.ReplyPanel.ReplyToQuoteBy",
+ "photo_url": "https://telegra.ph/file/p/1ab735d6ec8/f7b7ca001a9038099cac717.jpg?c=65,437,449,449,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply to Quote from
%@"
+ }
+ },
"Chat.SendMessageMenu.EditMessage": {
"url": "https://translations.telegram.org/en/ios/general/Chat.SendMessageMenu.EditMessage",
"photo_url": "https://telegra.ph/file/p/0b5292250ca/04e9dcae7ea2d19424ff417.jpg?c=160,645,280,280,280,280",
@@ -2657,14 +2840,6 @@
"singular": "Importing Chat"
}
},
- "ChatList.AddChatsToFolder": {
- "url": "https://translations.telegram.org/en/ios/general/ChatList.AddChatsToFolder",
- "photo_url": "https://telegra.ph/file/p/2133ff044b8/2be27df2b06c6aa318d9319.jpg?c=191,1036,309,309,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
"ChatList.Archive": {
"url": "https://translations.telegram.org/en/ios/general/ChatList.Archive",
"photo_url": "https://telegra.ph/file/p/189ca1d0405/064717df9fa59e90da29c17.jpg?c=62,71,280,280,280,280",
@@ -2793,158 +2968,6 @@
"singular": "SIMILAR CHANNELS"
}
},
- "ChatListFolder.AddChats": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.AddChats",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=190,1048,308,308,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
- "ChatListFolder.CategoryBots": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.CategoryBots",
- "photo_url": "https://telegra.ph/file/p/f3b49860cc3/7790f90f55560eba06f9819.jpg?c=169,1204,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Bots"
- }
- },
- "ChatListFolder.CategoryChannels": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.CategoryChannels",
- "photo_url": "https://telegra.ph/file/p/05835e9e207/0f7604838964984d9c72219.jpg?c=190,1195,284,284,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channels"
- }
- },
- "ChatListFolder.CategoryContacts": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.CategoryContacts",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=146,1186,328,328,280,280",
- "has_binding": true,
- "values": {
- "singular": "Contacts"
- }
- },
- "ChatListFolder.CategoryGroups": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.CategoryGroups",
- "photo_url": "https://telegra.ph/file/p/2133ff044b8/2be27df2b06c6aa318d9319.jpg?c=184,1203,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups"
- }
- },
- "ChatListFolder.CategoryNonContacts": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.CategoryNonContacts",
- "photo_url": "https://telegra.ph/file/p/20f3ba1e4f3/96d1e6b3ab6444d78978817.jpg?c=75,508,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Non-Contacts"
- }
- },
- "ChatListFolder.ExcludeSectionInfo": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.ExcludeSectionInfo",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=0,849,1200,1246,266,278",
- "has_binding": true,
- "values": {
- "singular": "Choose chats or types of chats that will not appear in this folder."
- }
- },
- "ChatListFolder.ExcludedSectionHeader": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.ExcludedSectionHeader",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=33,1404,439,439,280,280",
- "has_binding": true,
- "values": {
- "singular": "EXCLUDED CHATS"
- }
- },
- "ChatListFolder.IncludeSectionInfo": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.IncludeSectionInfo",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=0,625,1200,1269,266,280",
- "has_binding": true,
- "values": {
- "singular": "Choose chats or types of chats that will appear in this folder."
- }
- },
- "ChatListFolder.IncludedSectionHeader": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.IncludedSectionHeader",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=33,875,428,428,280,280",
- "has_binding": true,
- "values": {
- "singular": "INCLUDED CHATS"
- }
- },
- "ChatListFolder.NameBots": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.NameBots",
- "photo_url": "https://telegra.ph/file/p/f3b49860cc3/7790f90f55560eba06f9819.jpg?c=33,762,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Bots"
- }
- },
- "ChatListFolder.NameChannels": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.NameChannels",
- "photo_url": "https://telegra.ph/file/p/05835e9e207/0f7604838964984d9c72219.jpg?c=37,757,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channels"
- }
- },
- "ChatListFolder.NameContacts": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.NameContacts",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=39,767,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Contacts"
- }
- },
- "ChatListFolder.NameGroups": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.NameGroups",
- "photo_url": "https://telegra.ph/file/p/2133ff044b8/2be27df2b06c6aa318d9319.jpg?c=38,760,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups"
- }
- },
- "ChatListFolder.NameNonContacts": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.NameNonContacts",
- "photo_url": "https://telegra.ph/file/p/20f3ba1e4f3/96d1e6b3ab6444d78978817.jpg?c=13,320,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Non-Contacts"
- }
- },
- "ChatListFolder.NameSectionHeader": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.NameSectionHeader",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=35,637,350,350,280,280",
- "has_binding": true,
- "values": {
- "singular": "FOLDER NAME"
- }
- },
- "ChatListFolder.TitleCreate": {
- "url": "https://translations.telegram.org/en/ios/general/ChatListFolder.TitleCreate",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=428,86,347,347,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Folder"
- }
- },
- "ChatSearch.ResultsTooltip": {
- "url": "https://translations.telegram.org/en/ios/general/ChatSearch.ResultsTooltip",
- "photo_url": "https://telegra.ph/file/p/18758b3f6ea/f5bd58d81c3be9354174217.jpg?c=10,509,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Tap to view as a list."
- }
- },
- "ChatState.Connecting": {
- "url": "https://translations.telegram.org/en/ios/general/ChatState.Connecting",
- "photo_url": "https://telegra.ph/file/p/3634a26273b/5772c7a0d57683c0cefe417.jpg?c=158,25,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "connecting..."
- }
- },
"ChatState.Updating": {
"url": "https://translations.telegram.org/en/ios/general/ChatState.Updating",
"photo_url": "https://telegra.ph/file/p/484f3767f82/b22092f44f5f8610b04a517.jpg?c=159,40,280,280,280,280",
@@ -2953,14 +2976,6 @@
"singular": "updating..."
}
},
- "ChatState.WaitingForNetwork": {
- "url": "https://translations.telegram.org/en/ios/general/ChatState.WaitingForNetwork",
- "photo_url": "https://telegra.ph/file/p/d5e6bc96b6e/2807c35317828825f8edf17.jpg?c=158,33,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "waiting for network..."
- }
- },
"ChatbotSetup.BotAddAction": {
"url": "https://translations.telegram.org/en/ios/general/ChatbotSetup.BotAddAction",
"photo_url": "https://telegra.ph/file/p/1b2b304d4ae/4d1954ab6aa4900e4ab9117.jpg?c=299,461,280,280,280,280",
@@ -3162,30 +3177,6 @@
"singular": "If you want to save space on your device, you don't need to delete anything.
You can use cache settings to remove unnecessary media — and re-download files if you need them again."
}
},
- "ClearCache.KeepOpenedDescription": {
- "url": "https://translations.telegram.org/en/ios/general/ClearCache.KeepOpenedDescription",
- "photo_url": "https://telegra.ph/file/p/59e2ac31d02/8436092a4ec2bb5d9771d17.jpg?c=56,666,489,489,280,280",
- "has_binding": true,
- "values": {
- "singular": "Please keep this window open while Telegram is clearing your cache."
- }
- },
- "ClearCache.Progress": {
- "url": "https://translations.telegram.org/en/ios/general/ClearCache.Progress",
- "photo_url": "https://telegra.ph/file/p/59e2ac31d02/8436092a4ec2bb5d9771d17.jpg?c=95,678,408,408,280,280",
- "has_binding": false,
- "values": {
- "singular": "Clearing Cached Data •
%d%"
- }
- },
- "Common.Cancel": {
- "url": "https://translations.telegram.org/en/ios/general/Common.Cancel",
- "photo_url": "https://telegra.ph/file/p/d7af8afd20a/4fea3f70f2ff68359fcde1d.jpg?c=6,519,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel"
- }
- },
"Common.Close": {
"url": "https://translations.telegram.org/en/ios/general/Common.Close",
"photo_url": "https://telegra.ph/file/p/cdd74cda41e/416428339978fc09391301d.jpg?c=737,43,280,280,280,280",
@@ -3194,14 +3185,6 @@
"singular": "Close"
}
},
- "Common.Create": {
- "url": "https://translations.telegram.org/en/ios/general/Common.Create",
- "photo_url": "https://telegra.ph/file/p/96f8b64b161/ac9df09dcf8da03f72d4b19.jpg?c=884,90,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create"
- }
- },
"Common.Delete": {
"url": "https://translations.telegram.org/en/ios/general/Common.Delete",
"photo_url": "https://telegra.ph/file/p/7371b1fdcd7/9be5dc12e6653dd48c14c19.jpg?c=427,2031,280,280,280,280",
@@ -3210,14 +3193,6 @@
"singular": "Delete"
}
},
- "Common.Done": {
- "url": "https://translations.telegram.org/en/ios/general/Common.Done",
- "photo_url": "https://telegra.ph/file/p/a8b262bd84f/8ee44142e31cc0487dc8322.jpg?c=356,45,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Done"
- }
- },
"Common.OK": {
"url": "https://translations.telegram.org/en/ios/general/Common.OK",
"photo_url": "https://telegra.ph/file/p/c638c90eeab/735595c56b16277086d4f1d.jpg?c=180,511,280,280,280,280",
@@ -3226,30 +3201,6 @@
"singular": "OK"
}
},
- "Common.Search": {
- "url": "https://translations.telegram.org/en/ios/general/Common.Search",
- "photo_url": "https://telegra.ph/file/p/fc0c63cfc7a/74f63048137b6d444c94d1d.jpg?c=39,38,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search"
- }
- },
- "ContactInfo.Note": {
- "url": "https://translations.telegram.org/en/ios/general/ContactInfo.Note",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "note"
- }
- },
- "ContactList.Context.Call": {
- "url": "https://translations.telegram.org/en/ios/general/ContactList.Context.Call",
- "photo_url": "https://telegra.ph/file/p/e8bfa25d2af/3585a46628ba251b5ed4817.jpg?c=19,874,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Call"
- }
- },
"ContactList.Context.Delete": {
"url": "https://translations.telegram.org/en/ios/general/ContactList.Context.Delete",
"photo_url": "https://telegra.ph/file/p/09e7aed9148/66197f2c041d49ec8c6f117.jpg?c=205,895,280,280,280,280",
@@ -3266,22 +3217,6 @@
"singular": "Select"
}
},
- "ContactList.Context.SendMessage": {
- "url": "https://translations.telegram.org/en/ios/general/ContactList.Context.SendMessage",
- "photo_url": "https://telegra.ph/file/p/e8bfa25d2af/3585a46628ba251b5ed4817.jpg?c=26,764,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Message"
- }
- },
- "ContactList.Context.StartSecretChat": {
- "url": "https://translations.telegram.org/en/ios/general/ContactList.Context.StartSecretChat",
- "photo_url": "https://telegra.ph/file/p/e8bfa25d2af/3585a46628ba251b5ed4817.jpg?c=29,817,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start Secret Chat"
- }
- },
"ContactList.DeleteConfirmation": {
"url": "https://translations.telegram.org/en/ios/general/ContactList.DeleteConfirmation",
"photo_url": "https://telegra.ph/file/p/076fc644d86/343c4556c603e8503ec6517.jpg?c=160,965,280,280,280,280",
@@ -3315,14 +3250,6 @@
"singular": "Add Contact"
}
},
- "Contacts.AddPeopleNearby": {
- "url": "https://translations.telegram.org/en/ios/general/Contacts.AddPeopleNearby",
- "photo_url": "https://telegra.ph/file/p/817a74272b9/d8ef08aaee489b24d918c1d.jpg?c=159,366,540,540,280,280",
- "has_binding": true,
- "values": {
- "singular": "Find People Nearby"
- }
- },
"Contacts.DeselectAll": {
"url": "https://translations.telegram.org/en/ios/general/Contacts.DeselectAll",
"photo_url": "https://telegra.ph/file/p/4b458a06b21/92647cd99828a03161c9c17.jpg?c=310,191,280,280,280,280",
@@ -3331,15 +3258,6 @@
"singular": "Deselect All"
}
},
- "Contacts.InviteContacts": {
- "url": "https://translations.telegram.org/en/ios/general/Contacts.InviteContacts",
- "photo_url": "https://telegra.ph/file/p/c520f9b8f12/fedf47e95c2f9ac5cbf5117.jpg?c=158,966,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite
%@ Contact",
- "plural": "Invite
%@ Contacts"
- }
- },
"Contacts.PermissionsText": {
"url": "https://translations.telegram.org/en/ios/general/Contacts.PermissionsText",
"photo_url": "https://telegra.ph/file/p/5a82366536b/480b73883de63e6fedc541d.jpg?c=36,956,1169,1169,280,280",
@@ -3389,14 +3307,6 @@
"singular": "Add Members"
}
},
- "Conversation.AddToReadingList": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AddToReadingList",
- "photo_url": "https://telegra.ph/file/p/c6c0ce11818/008f35691b61081902fff1d.jpg?c=118,722,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add to Reading List"
- }
- },
"Conversation.AudioRateTooltipNormal": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.AudioRateTooltipNormal",
"photo_url": "https://telegra.ph/file/p/aeedde5e1c8/c6f931fa4a80575607a6917.jpg?c=72,602,393,393,280,280",
@@ -3413,22 +3323,6 @@
"singular": "Enable Auto-Delete"
}
},
- "Conversation.AutoremoveChanged": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveChanged",
- "photo_url": "https://telegra.ph/file/p/b5c2b24d9db/e7273bff513a595da483817.jpg?c=72,600,393,393,280,280",
- "has_binding": false,
- "values": {
- "singular": "Auto-Delete timer set to
%@."
- }
- },
- "Conversation.AutoremoveOff": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveOff",
- "photo_url": "https://telegra.ph/file/p/574fe63a0bd/621ac5bce0f6aebccd94a17.jpg?c=80,691,289,289,280,280",
- "has_binding": true,
- "values": {
- "singular": "Auto-Delete is now off."
- }
- },
"Conversation.AutoremoveRemainingDays": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveRemainingDays",
"photo_url": "https://telegra.ph/file/p/0ef0cf0bd3b/bf96c1381f8bededd94e217.jpg?c=82,697,289,289,280,280",
@@ -3446,38 +3340,6 @@
"singular": "auto-deletes in
%@"
}
},
- "Conversation.AutoremoveTimerRemovedUser": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveTimerRemovedUser",
- "photo_url": "https://telegra.ph/file/p/fc812c18ebe/50ef7caf03592e34dd1d017.jpg?c=83,439,434,434,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ disabled the auto-delete timer"
- }
- },
- "Conversation.AutoremoveTimerRemovedUserYou": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveTimerRemovedUserYou",
- "photo_url": "https://telegra.ph/file/p/574fe63a0bd/621ac5bce0f6aebccd94a17.jpg?c=86,482,432,432,280,280",
- "has_binding": true,
- "values": {
- "singular": "You disabled the auto-delete timer"
- }
- },
- "Conversation.AutoremoveTimerSetToastText": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveTimerSetToastText",
- "photo_url": "https://telegra.ph/file/p/9e14fdef123/62d1c224de4165aa002ea17.jpg?c=66,494,534,537,278,280",
- "has_binding": true,
- "values": {
- "singular": "Messages in this chat are automatically
deleted
%@ after they are sent."
- }
- },
- "Conversation.AutoremoveTimerSetUser": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveTimerSetUser",
- "photo_url": "https://telegra.ph/file/p/fc812c18ebe/50ef7caf03592e34dd1d017.jpg?c=45,360,509,509,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ set messages to auto-delete in
%2$@"
- }
- },
"Conversation.AutoremoveTimerSetUserYou": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.AutoremoveTimerSetUserYou",
"photo_url": "https://telegra.ph/file/p/574fe63a0bd/621ac5bce0f6aebccd94a17.jpg?c=21,369,553,553,280,280",
@@ -3550,22 +3412,6 @@
"singular": "Copy"
}
},
- "Conversation.ContextMenuCopyLink": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ContextMenuCopyLink",
- "photo_url": "https://telegra.ph/file/p/a649417aafc/a185c33e966eda5e5d42f17.jpg?c=23,654,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Link"
- }
- },
- "Conversation.ContextMenuDiscuss": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ContextMenuDiscuss",
- "photo_url": "https://telegra.ph/file/p/a649417aafc/a185c33e966eda5e5d42f17.jpg?c=21,768,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discuss"
- }
- },
"Conversation.ContextMenuListened": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ContextMenuListened",
"photo_url": "https://telegra.ph/file/p/61b9c32a104/da1b766fbe581ba7a7f5517.jpg?c=74,434,280,280,280,280",
@@ -3583,14 +3429,6 @@
"singular": "Quote"
}
},
- "Conversation.ContextMenuReply": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ContextMenuReply",
- "photo_url": "https://telegra.ph/file/p/73908b3442e/c5c1bf32fe87f9a1be9c017.jpg?c=105,655,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply"
- }
- },
"Conversation.ContextMenuSeen": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ContextMenuSeen",
"photo_url": "https://telegra.ph/file/p/e375e68e368/e4c5e8c43722e7e571de017.jpg?c=74,435,280,280,280,280",
@@ -3624,38 +3462,6 @@
"singular": "**
%@** deleted from your contacts"
}
},
- "Conversation.Dice.": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.Dice.",
- "photo_url": "https://telegra.ph/file/p/9899eb15d68/746833c75a7b34d79afd217.jpg?c=71,786,399,399,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send a dice emoji to any chat to roll a die."
- }
- },
- "Conversation.Dice.u1F3AF": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.Dice.u1F3AF",
- "photo_url": "https://telegra.ph/file/p/de8e4f15fc4/42728835cc6207b1a198d17.jpg?c=69,766,419,419,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send a dart emoji to try your luck."
- }
- },
- "Conversation.Dice.u1F3B2": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.Dice.u1F3B2",
- "photo_url": "https://telegra.ph/file/p/392065557a7/0573c6fa2f84501ba247717.jpg?c=72,787,398,398,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send a dice emoji to any chat to roll a die."
- }
- },
- "Conversation.Dice.u1F3C0": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.Dice.u1F3C0",
- "photo_url": "https://telegra.ph/file/p/7e2e72789cd/02597146b1e19f75db75017.jpg?c=66,760,431,431,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send a basketball emoji to try your luck."
- }
- },
"Conversation.Dice.u26BD": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.Dice.u26BD",
"photo_url": "https://telegra.ph/file/p/d13adf86955/bb1929404fae485a02cbf17.jpg?c=71,787,398,398,280,280",
@@ -3664,14 +3470,6 @@
"singular": "Send a football emoji to try your luck."
}
},
- "Conversation.EditingMessagePanelMedia": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.EditingMessagePanelMedia",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Tap to edit media"
- }
- },
"Conversation.EditingQuickReplyPanelTitle": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.EditingQuickReplyPanelTitle",
"photo_url": "https://telegra.ph/file/p/8ea64f65e89/7bb789f5e522012023aab17.jpg?c=71,525,280,280,280,280",
@@ -3688,14 +3486,6 @@
"singular": "Email copied to clipboard."
}
},
- "Conversation.FileOpenIn": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.FileOpenIn",
- "photo_url": "https://telegra.ph/file/p/d570aed2a01/26190ba6b8dc1d18799401d.jpg?c=179,628,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Open in..."
- }
- },
"Conversation.ForwardFrom": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardFrom",
"photo_url": "https://telegra.ph/file/p/b89151ad37b/eff0d8ed11f9f6cc281b617.jpg?c=61,924,280,280,280,280",
@@ -3744,14 +3534,6 @@
"singular": "Recipients won't see they were forwarded"
}
},
- "Conversation.ForwardOptions.ChannelMessagesForwardVisible": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardOptions.ChannelMessagesForwardVisible",
- "photo_url": "https://telegra.ph/file/p/0e2296f5ba8/d811e3c965a8bdc97eaad17.jpg?c=82,92,434,434,280,280",
- "has_binding": false,
- "values": {
- "singular": "Recipients will see they were forwarded"
- }
- },
"Conversation.ForwardOptions.ForwardTitle": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardOptions.ForwardTitle",
"photo_url": "https://telegra.ph/file/p/b89151ad37b/eff0d8ed11f9f6cc281b617.jpg?c=81,904,280,280,280,280",
@@ -3809,14 +3591,6 @@
"singular": "Hide Captions"
}
},
- "Conversation.ForwardOptions.HideSendersName": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardOptions.HideSendersName",
- "photo_url": "https://telegra.ph/file/p/0e2296f5ba8/d811e3c965a8bdc97eaad17.jpg?c=29,703,294,294,280,280",
- "has_binding": true,
- "values": {
- "singular": "Hide Sender Name"
- }
- },
"Conversation.ForwardOptions.HideSendersNames": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardOptions.HideSendersNames",
"photo_url": "https://telegra.ph/file/p/78b1f83d383/10eaea6fa1cbffdb3a79817.jpg?c=29,693,308,308,280,280",
@@ -3866,14 +3640,6 @@
"singular": "Show Forwarding Options"
}
},
- "Conversation.ForwardOptions.ShowSendersName": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardOptions.ShowSendersName",
- "photo_url": "https://telegra.ph/file/p/0e2296f5ba8/d811e3c965a8bdc97eaad17.jpg?c=28,640,306,306,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show Sender Name"
- }
- },
"Conversation.ForwardOptions.ShowSendersNames": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardOptions.ShowSendersNames",
"photo_url": "https://telegra.ph/file/p/78b1f83d383/10eaea6fa1cbffdb3a79817.jpg?c=27,630,321,321,280,280",
@@ -3947,22 +3713,6 @@
"singular": "Do Not Forward"
}
},
- "Conversation.ForwardTitle": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardTitle",
- "photo_url": "https://telegra.ph/file/p/73908b3442e/c5c1bf32fe87f9a1be9c017.jpg?c=111,826,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forward"
- }
- },
- "Conversation.ForwardTooltip.Chat.One": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardTooltip.Chat.One",
- "photo_url": "https://telegra.ph/file/p/34a6556433b/829776b280b32f03fbf7d17.jpg?c=56,509,499,499,280,280",
- "has_binding": true,
- "values": {
- "singular": "Message forwarded to **
%@**."
- }
- },
"Conversation.ForwardTooltip.ManyChats.One": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardTooltip.ManyChats.One",
"photo_url": "https://telegra.ph/file/p/430269b0cb8/3a694450fc0251168d64317.jpg?c=43,473,544,544,280,280",
@@ -3971,28 +3721,13 @@
"singular": "Message sent to **
%@** and
%@ other chats."
}
},
- "Conversation.ForwardTooltip.SavedMessages.Many": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardTooltip.SavedMessages.Many",
- "photo_url": "https://telegra.ph/file/p/f254d607be0/e180c24f33f6381e640ea17.jpg?c=53,498,512,512,280,280",
+ "Conversation.FreeTranscriptionLimitTooltip": {
+ "url": "https://translations.telegram.org/en/ios/general/Conversation.FreeTranscriptionLimitTooltip",
+ "photo_url": "https://telegra.ph/file/p/8142a0cc18c/6a5007c725354c70552fe17.jpg?c=50,102,506,506,280,280",
"has_binding": true,
"values": {
- "singular": "Messages forwarded to **Saved Messages**."
- }
- },
- "Conversation.ForwardTooltip.SavedMessages.One": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardTooltip.SavedMessages.One",
- "photo_url": "https://telegra.ph/file/p/ff33d0b46e1/9b3c1d18d59d84dbe539717.jpg?c=56,511,498,498,280,280",
- "has_binding": true,
- "values": {
- "singular": "Message forwarded to **Saved Messages**."
- }
- },
- "Conversation.ForwardTooltip.TwoChats.One": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ForwardTooltip.TwoChats.One",
- "photo_url": "https://telegra.ph/file/p/06e521770bd/429bbb61764eeb464ee9917.jpg?c=42,474,545,545,280,280",
- "has_binding": true,
- "values": {
- "singular": "Message forwarded to **
%@** and **
%@**."
+ "singular": "You have **
%@** free voice transcription left this week.",
+ "plural": "You have **
%@** free voice transcriptions left this week."
}
},
"Conversation.HashtagCopied": {
@@ -4043,22 +3778,6 @@
"singular": "JOIN VIDEO CHAT"
}
},
- "Conversation.LargeEmojiDisabledInfo": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.LargeEmojiDisabledInfo",
- "photo_url": "https://telegra.ph/file/p/f99f78afcfd/b877eac6681ee20e5b8b917.jpg?c=70,673,459,459,280,280",
- "has_binding": false,
- "values": {
- "singular": "You have disabled large emoji, so they appear small and show no effects."
- }
- },
- "Conversation.LargeEmojiEnable": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.LargeEmojiEnable",
- "photo_url": "https://telegra.ph/file/p/f99f78afcfd/b877eac6681ee20e5b8b917.jpg?c=145,860,310,310,280,280",
- "has_binding": false,
- "values": {
- "singular": "Enable Large Emoji"
- }
- },
"Conversation.LargeEmojiEnabled": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.LargeEmojiEnabled",
"photo_url": "https://telegra.ph/file/p/8aea1bf3aa4/2fab8f7c704f86471821617.jpg?c=73,889,280,280,280,280",
@@ -4067,14 +3786,6 @@
"singular": "Large emoji enabled."
}
},
- "Conversation.LinkCopied": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.LinkCopied",
- "photo_url": "https://telegra.ph/file/p/6753fa42277/6c9cd1e9367603d7faa2917.jpg?c=80,682,302,302,280,280",
- "has_binding": false,
- "values": {
- "singular": "Link copied to clipboard."
- }
- },
"Conversation.LinkOptionsCancel": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.LinkOptionsCancel",
"photo_url": "https://telegra.ph/file/p/5810f83abd2/49bc47ce29834b7ff6b3217.jpg?c=207,950,280,280,280,280",
@@ -4083,6 +3794,14 @@
"singular": "Do Not Preview"
}
},
+ "Conversation.LiveLocation": {
+ "url": "https://translations.telegram.org/en/ios/general/Conversation.LiveLocation",
+ "photo_url": "https://telegra.ph/file/p/34ed9890015/05ddc5ac6ba1a60200bd11d.jpg?c=180,97,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Live Location"
+ }
+ },
"Conversation.MessageCopied": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.MessageCopied",
"photo_url": "https://telegra.ph/file/p/20ad7de3eb1/08187040faa5c68c69d6917.jpg?c=75,631,361,361,280,280",
@@ -4091,14 +3810,6 @@
"singular": "Message copied to clipboard."
}
},
- "Conversation.MessageDialogDelete": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.MessageDialogDelete",
- "photo_url": "https://telegra.ph/file/p/73908b3442e/c5c1bf32fe87f9a1be9c017.jpg?c=107,884,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
"Conversation.MessageOptionsApplyChanges": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.MessageOptionsApplyChanges",
"photo_url": "https://telegra.ph/file/p/a0a1dc1dc9b/ed7e8cc7ab72aee8be2b617.jpg?c=188,809,280,280,280,280",
@@ -4227,14 +3938,6 @@
"singular": "Reply in..."
}
},
- "Conversation.Pin": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.Pin",
- "photo_url": "https://telegra.ph/file/p/73908b3442e/c5c1bf32fe87f9a1be9c017.jpg?c=99,710,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pin"
- }
- },
"Conversation.PinMessageAlert.OnlyPin": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.PinMessageAlert.OnlyPin",
"photo_url": "https://telegra.ph/file/p/6ab3a6c7a2f/3373052c525b8cedfbe4b17.jpg?c=132,955,280,280,280,280",
@@ -4283,46 +3986,6 @@
"singular": "
⚠️ Warning: Many users reported this account as a scam or a fake account. Please be careful, especially if it asks you for money."
}
},
- "Conversation.ScheduleMessage.SendOn": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ScheduleMessage.SendOn",
- "photo_url": "https://telegra.ph/file/p/82701d4076f/d25788de259b77e19e37019.jpg?c=210,1707,779,779,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send on
%@ at
%@"
- }
- },
- "Conversation.ScheduleMessage.SendToday": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ScheduleMessage.SendToday",
- "photo_url": "https://telegra.ph/file/p/bb6945b771e/f12a41dbf573ab06fce0d19.jpg?c=329,1930,539,539,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send today at
%@"
- }
- },
- "Conversation.ScheduleMessage.SendTomorrow": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ScheduleMessage.SendTomorrow",
- "photo_url": "https://telegra.ph/file/p/711366de98e/1ac735ee621d43330f7c719.jpg?c=274,1821,650,650,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send tomorrow at
%@"
- }
- },
- "Conversation.ScheduleMessage.SendWhenOnline": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ScheduleMessage.SendWhenOnline",
- "photo_url": "https://telegra.ph/file/p/36b687563d9/10e940d70a8cf860acaff17.jpg?c=161,949,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send When Online"
- }
- },
- "Conversation.ScheduleMessage.Title": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ScheduleMessage.Title",
- "photo_url": "https://telegra.ph/file/p/75e7020f7c1/3974a209682931730caec19.jpg?c=339,1261,519,519,280,280",
- "has_binding": true,
- "values": {
- "singular": "Schedule Message"
- }
- },
"Conversation.Search": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.Search",
"photo_url": "https://telegra.ph/file/p/66602d74193/101d45e04a8cb26a2011d1d.jpg?c=33,146,280,280,280,280",
@@ -4348,38 +4011,6 @@
"plural": "
%@ Selected"
}
},
- "Conversation.SendDice": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.SendDice",
- "photo_url": "https://telegra.ph/file/p/9899eb15d68/746833c75a7b34d79afd217.jpg?c=299,882,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send"
- }
- },
- "Conversation.SendMessage.ScheduleMessage": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.SendMessage.ScheduleMessage",
- "photo_url": "https://telegra.ph/file/p/2b0da1a79ba/6a95a336ebc1c5084f95217.jpg?c=133,702,284,284,280,280",
- "has_binding": true,
- "values": {
- "singular": "Schedule Message"
- }
- },
- "Conversation.ShareBotLocationConfirmationTitle": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ShareBotLocationConfirmationTitle",
- "photo_url": "https://telegra.ph/file/p/7824bba4a15/c21e9b4fa524b584de0991d.jpg?c=117,283,406,406,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share Your Location?"
- }
- },
- "Conversation.ShareInlineBotLocationConfirmation": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.ShareInlineBotLocationConfirmation",
- "photo_url": "https://telegra.ph/file/p/7824bba4a15/c21e9b4fa524b584de0991d.jpg?c=37,274,564,564,280,280",
- "has_binding": true,
- "values": {
- "singular": "This bot would like to know your location each time you send it a request. This can be used to provide location-specific results."
- }
- },
"Conversation.ShareMyPhoneNumber": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.ShareMyPhoneNumber",
"photo_url": "https://telegra.ph/file/p/cc34639e19a/8d9490ae4eb97ea62a59d17.jpg?c=119,65,364,364,280,280",
@@ -4397,14 +4028,6 @@
"plural": "
%d users"
}
},
- "Conversation.StickerAddedToFavorites": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.StickerAddedToFavorites",
- "photo_url": "https://telegra.ph/file/p/32e497e7a6f/3cabfec84a5f62966307717.jpg?c=73,610,383,383,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sticker added to Favorites."
- }
- },
"Conversation.StickerRemovedFromFavorites": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.StickerRemovedFromFavorites",
"photo_url": "https://telegra.ph/file/p/1d247739894/4c7c2e9b2199bced5a10017.jpg?c=65,791,449,449,280,280",
@@ -4421,30 +4044,6 @@
"singular": "Sticker was removed from Recents."
}
},
- "Conversation.StopQuiz": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.StopQuiz",
- "photo_url": "https://telegra.ph/file/p/73908b3442e/c5c1bf32fe87f9a1be9c017.jpg?c=117,771,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stop Quiz"
- }
- },
- "Conversation.StopQuizConfirmation": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.StopQuizConfirmation",
- "photo_url": "https://telegra.ph/file/p/19eaef4f971/b806065d5afe3e44d511c17.jpg?c=159,880,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stop Quiz"
- }
- },
- "Conversation.StopQuizConfirmationTitle": {
- "url": "https://translations.telegram.org/en/ios/general/Conversation.StopQuizConfirmationTitle",
- "photo_url": "https://telegra.ph/file/p/19eaef4f971/b806065d5afe3e44d511c17.jpg?c=0,529,600,631,268,280",
- "has_binding": true,
- "values": {
- "singular": "If you stop this quiz now, nobody will be able to submit answers. This action cannot be undone."
- }
- },
"Conversation.Theme.Apply": {
"url": "https://translations.telegram.org/en/ios/general/Conversation.Theme.Apply",
"photo_url": "https://telegra.ph/file/p/aad001d9eff/1f7ff723495e03dc77bfc17.jpg?c=160,958,280,280,280,280",
@@ -4573,53 +4172,54 @@
"singular": "VIEW STICKERS"
}
},
- "CreatePoll.AddMoreOptions": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.AddMoreOptions",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=11,589,336,336,280,280",
+ "CountriesList.MaximumReached": {
+ "url": "https://translations.telegram.org/en/ios/general/CountriesList.MaximumReached",
+ "photo_url": "https://telegra.ph/file/p/c67d217a9bf/7a35b20966746142bff8617.jpg?c=62,728,445,445,280,280",
"has_binding": true,
"values": {
- "singular": "You can add 1 more option.",
- "plural": "You can add
%@ more options."
+ "singular": "You can select up to
%@."
}
},
- "CreatePoll.AddOption": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.AddOption",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=67,576,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add an Option"
- }
- },
- "CreatePoll.Anonymous": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.Anonymous",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=14,692,281,281,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anonymous Voting"
- }
- },
- "CreatePoll.Create": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.Create",
- "photo_url": "https://telegra.ph/file/p/1cec6083662/1e56bafa7e327796a77f717.jpg?c=312,86,280,280,280,280",
+ "CountriesList.MaximumReached.Countries": {
+ "url": "https://translations.telegram.org/en/ios/general/CountriesList.MaximumReached.Countries",
+ "photo_url": "https://telegra.ph/file/p/c67d217a9bf/7a35b20966746142bff8617.jpg?c=231,866,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Send"
+ "singular": "
%@ country",
+ "plural": "
%@ countries"
}
},
- "CreatePoll.MultipleChoice": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.MultipleChoice",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=13,750,280,280,280,280",
+ "CountriesList.SaveCountries": {
+ "url": "https://translations.telegram.org/en/ios/general/CountriesList.SaveCountries",
+ "photo_url": "https://telegra.ph/file/p/c67d217a9bf/7a35b20966746142bff8617.jpg?c=144,951,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Multiple Answers"
+ "singular": "Save Countries"
}
},
- "CreatePoll.MultipleChoiceQuizAlert": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.MultipleChoiceQuizAlert",
- "photo_url": "https://telegra.ph/file/p/a7af5044648/0140aad3575d83bd2f12f17.jpg?c=127,265,347,347,280,280",
+ "CountriesList.Search": {
+ "url": "https://translations.telegram.org/en/ios/general/CountriesList.Search",
+ "photo_url": "https://telegra.ph/file/p/c67d217a9bf/7a35b20966746142bff8617.jpg?c=324,147,276,280,276,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Search"
+ }
+ },
+ "CountriesList.SelectCountries": {
+ "url": "https://translations.telegram.org/en/ios/general/CountriesList.SelectCountries",
+ "photo_url": "https://telegra.ph/file/p/c67d217a9bf/7a35b20966746142bff8617.jpg?c=160,75,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Polls in quiz mode can have only one correct answer."
+ "singular": "Select Countries"
+ }
+ },
+ "CountriesList.SelectUpTo": {
+ "url": "https://translations.telegram.org/en/ios/general/CountriesList.SelectUpTo",
+ "photo_url": "https://telegra.ph/file/p/c67d217a9bf/7a35b20966746142bff8617.jpg?c=160,103,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "select up to
%@ country",
+ "plural": "select up to
%@ countries"
}
},
"CreatePoll.OptionCountFooterFormat": {
@@ -4631,78 +4231,6 @@
"plural": "You can add
{count} more options."
}
},
- "CreatePoll.OptionPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.OptionPlaceholder",
- "photo_url": "https://telegra.ph/file/p/1cec6083662/1e56bafa7e327796a77f717.jpg?c=55,350,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Option"
- }
- },
- "CreatePoll.Quiz": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.Quiz",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=10,806,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz Mode"
- }
- },
- "CreatePoll.QuizInfo": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.QuizInfo",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=0,562,600,646,260,280",
- "has_binding": true,
- "values": {
- "singular": "Polls in Quiz Mode have one correct answer. Users can't revoke their answers."
- }
- },
- "CreatePoll.QuizOptionsHeader": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.QuizOptionsHeader",
- "photo_url": "https://telegra.ph/file/p/1cec6083662/1e56bafa7e327796a77f717.jpg?c=9,304,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "QUIZ OPTIONS"
- }
- },
- "CreatePoll.QuizTip": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.QuizTip",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=7,256,418,418,280,280",
- "has_binding": true,
- "values": {
- "singular": "Tap to choose the correct answer"
- }
- },
- "CreatePoll.QuizTitle": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.QuizTitle",
- "photo_url": "https://telegra.ph/file/p/1cec6083662/1e56bafa7e327796a77f717.jpg?c=160,86,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Quiz"
- }
- },
- "CreatePoll.TextHeader": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.TextHeader",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=8,175,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "QUESTION"
- }
- },
- "CreatePoll.TextPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.TextPlaceholder",
- "photo_url": "https://telegra.ph/file/p/1cec6083662/1e56bafa7e327796a77f717.jpg?c=12,220,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Ask a question"
- }
- },
- "CreatePoll.Title": {
- "url": "https://translations.telegram.org/en/ios/general/CreatePoll.Title",
- "photo_url": "https://telegra.ph/file/p/99311c38d80/3c65d11de4cc1f8b7144d17.jpg?c=160,86,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Poll"
- }
- },
"Date.ChatDateHeader": {
"url": "https://translations.telegram.org/en/ios/general/Date.ChatDateHeader",
"photo_url": "https://telegra.ph/file/p/291f2e9dccd/8c767c80d26df3b852de41d.jpg?c=235,648,280,280,280,280",
@@ -4735,6 +4263,22 @@
"singular": "Clear History"
}
},
+ "DialogList.LiveLocationSharingTo": {
+ "url": "https://translations.telegram.org/en/ios/general/DialogList.LiveLocationSharingTo",
+ "photo_url": "https://telegra.ph/file/p/34ed9890015/05ddc5ac6ba1a60200bd11d.jpg?c=179,123,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "sharing with
%@"
+ }
+ },
+ "ENCRYPTED_MESSAGE": {
+ "url": "https://translations.telegram.org/en/ios/general/ENCRYPTED_MESSAGE",
+ "photo_url": "https://telegra.ph/file/p/a6b96b83936/47430790073d69bef8f6c1d.jpg?c=23,63,414,414,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You have a new message
%1$@"
+ }
+ },
"EmptyState.AwayMessage.Text": {
"url": "https://translations.telegram.org/en/ios/general/EmptyState.AwayMessage.Text",
"photo_url": "https://telegra.ph/file/p/085cbd2e46c/aec1669854f1057f41fb217.jpg?c=128,535,342,342,280,280",
@@ -4767,39 +4311,6 @@
"singular": "New Greeting Message"
}
},
- "Forward.ErrorPublicPollDisabledInChannels": {
- "url": "https://translations.telegram.org/en/ios/general/Forward.ErrorPublicPollDisabledInChannels",
- "photo_url": "https://telegra.ph/file/p/47976a18e8d/a20885d0bfdd8f812efdc17.jpg?c=97,425,407,407,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, polls with visible votes can’t be forwarded to channels."
- }
- },
- "Forward.ErrorPublicQuizDisabledInChannels": {
- "url": "https://translations.telegram.org/en/ios/general/Forward.ErrorPublicQuizDisabledInChannels",
- "photo_url": "https://telegra.ph/file/p/453ac6cfb35/bd2a884104b290423557717.jpg?c=97,426,407,407,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, polls with visible votes can’t be forwarded to channels."
- }
- },
- "ForwardedDices": {
- "url": "https://translations.telegram.org/en/ios/general/ForwardedDices",
- "photo_url": "https://telegra.ph/file/p/ff1b03b2e12/930331f66fa088746221d17.jpg?c=73,920,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwarded dice",
- "plural": "
%@ forwarded dices"
- }
- },
- "Gallery.ImageSaved": {
- "url": "https://translations.telegram.org/en/ios/general/Gallery.ImageSaved",
- "photo_url": "https://telegra.ph/file/p/09dc8cb0c23/18b9b5fa4bfe414093acb17.jpg?c=60,951,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Image saved to Photos."
- }
- },
"Gallery.SaveImage": {
"url": "https://translations.telegram.org/en/ios/general/Gallery.SaveImage",
"photo_url": "https://telegra.ph/file/p/ced5c8063f3/9482567ba25aa08ba04f817.jpg?c=153,724,280,280,280,280",
@@ -4824,14 +4335,6 @@
"singular": "Save Video"
}
},
- "Gallery.VideoSaved": {
- "url": "https://translations.telegram.org/en/ios/general/Gallery.VideoSaved",
- "photo_url": "https://telegra.ph/file/p/0b592092a45/07a519c35bc8f4e18b76c17.jpg?c=59,948,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Video saved to Photos."
- }
- },
"Gallery.WaitForVideoDownoad": {
"url": "https://translations.telegram.org/en/ios/general/Gallery.WaitForVideoDownoad",
"photo_url": "https://telegra.ph/file/p/1cb9d553977/d95ee8b4be7c22e76397c17.jpg?c=104,433,397,397,280,280",
@@ -5073,14 +4576,6 @@
"singular": "GROUP MEMBERS"
}
},
- "GroupInfo.Administrators.Title": {
- "url": "https://translations.telegram.org/en/ios/general/GroupInfo.Administrators.Title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Administrators"
- }
- },
"GroupInfo.InviteLink.CopyAlert.Success": {
"url": "https://translations.telegram.org/en/ios/general/GroupInfo.InviteLink.CopyAlert.Success",
"photo_url": "https://telegra.ph/file/p/951bc29488c/e789def17781e9af5cf1617.jpg?c=77,222,298,298,280,280",
@@ -5282,22 +4777,6 @@
"singular": "We need this so that you can take and share photos and videos, as well as make video calls."
}
},
- "InstantPage.FeedbackButton": {
- "url": "https://translations.telegram.org/en/ios/general/InstantPage.FeedbackButton",
- "photo_url": "https://telegra.ph/file/p/3fdd9992165/3a45d70affe6bf69a89d922.jpg?c=69,635,502,501,280,280",
- "has_binding": true,
- "values": {
- "singular": "Report a bug with this preview"
- }
- },
- "InstantPage.FeedbackButtonShort": {
- "url": "https://translations.telegram.org/en/ios/general/InstantPage.FeedbackButtonShort",
- "photo_url": "https://telegra.ph/file/p/e0562bff775/ee3def096969d7f246ffa17.jpg?c=309,970,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Wrong layout?"
- }
- },
"InstantPage.OpenInBrowser": {
"url": "https://translations.telegram.org/en/ios/general/InstantPage.OpenInBrowser",
"photo_url": "https://telegra.ph/file/p/a9ec599d631/a90d77243d3c5ed3c4d4517.jpg?c=158,523,280,280,280,280",
@@ -5314,15 +4793,6 @@
"singular": "Search"
}
},
- "InstantPage.Views": {
- "url": "https://translations.telegram.org/en/ios/general/InstantPage.Views",
- "photo_url": "https://telegra.ph/file/p/e0562bff775/ee3def096969d7f246ffa17.jpg?c=11,967,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ view",
- "plural": "
%@ views"
- }
- },
"Intents.ErrorLockedText": {
"url": "https://translations.telegram.org/en/ios/general/Intents.ErrorLockedText",
"photo_url": "https://telegra.ph/file/p/431d154dbd6/12a1ee587f623797b63d317.jpg?c=12,262,576,576,280,280",
@@ -5347,102 +4817,6 @@
"singular": "
%1$@ of
%2$@"
}
},
- "KeyCommand.ChatInfo": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.ChatInfo",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=1181,784,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Chat Info"
- }
- },
- "KeyCommand.Find": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.Find",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=1156,495,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search"
- }
- },
- "KeyCommand.FocusOnInputField": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.FocusOnInputField",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=1211,546,335,335,280,280",
- "has_binding": false,
- "values": {
- "singular": "Write Message"
- }
- },
- "KeyCommand.JumpToNextChat": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.JumpToNextChat",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=291,507,414,414,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jump to Next Chat"
- }
- },
- "KeyCommand.JumpToNextUnreadChat": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.JumpToNextUnreadChat",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=284,545,579,579,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jump to Next Unread Chat"
- }
- },
- "KeyCommand.JumpToPreviousChat": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.JumpToPreviousChat",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=288,411,496,496,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jump to Previous Chat"
- }
- },
- "KeyCommand.JumpToPreviousUnreadChat": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.JumpToPreviousUnreadChat",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=280,447,661,661,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jump to Previous Unread Chat"
- }
- },
- "KeyCommand.NewMessage": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.NewMessage",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=296,765,317,317,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Message"
- }
- },
- "KeyCommand.ScrollDown": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.ScrollDown",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=1213,711,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Scroll Down"
- }
- },
- "KeyCommand.ScrollUp": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.ScrollUp",
- "photo_url": "https://telegra.ph/file/p/0c8177ea8e6/48c4c1166dc27eb60c25d1d.jpg?c=1179,641,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Scroll Up"
- }
- },
- "KeyCommand.SendMessage": {
- "url": "https://translations.telegram.org/en/ios/general/KeyCommand.SendMessage",
- "photo_url": "https://telegra.ph/file/p/9152ecf9b58/fb8b7ae62f3a60ffc0bae1d.jpg?c=1220,535,333,333,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Message"
- }
- },
- "Localization.LanguageOther": {
- "url": "https://translations.telegram.org/en/ios/general/Localization.LanguageOther",
- "photo_url": "https://telegra.ph/file/p/6f050ec317e/211409f6c800f08f545cf17.jpg?c=68,620,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Other"
- }
- },
"Login.PRIVACY_URL": {
"url": "https://translations.telegram.org/en/ios/general/Login.PRIVACY_URL",
"photo_url": "https://telegra.ph/file/p/abc99776e1f/5667c2cbfc284232179211d.jpg?c=191,1452,385,385,280,280",
@@ -5525,22 +4899,6 @@
"singular": "Locating..."
}
},
- "Map.NoPlacesNearby": {
- "url": "https://translations.telegram.org/en/ios/general/Map.NoPlacesNearby",
- "photo_url": "https://telegra.ph/file/p/05e9f6a6165/ba7e5dd0e22c7ec51a89817.jpg?c=71,742,457,457,280,280",
- "has_binding": false,
- "values": {
- "singular": "There are no known places nearby.
Try a different location."
- }
- },
- "Map.PlacesInThisArea": {
- "url": "https://translations.telegram.org/en/ios/general/Map.PlacesInThisArea",
- "photo_url": "https://telegra.ph/file/p/6b57aa9c4a2/a6564e09aa56cbb27596817.jpg?c=159,165,282,282,280,280",
- "has_binding": true,
- "values": {
- "singular": "Places In This Area"
- }
- },
"Map.ShareLiveLocationHelp": {
"url": "https://translations.telegram.org/en/ios/general/Map.ShareLiveLocationHelp",
"photo_url": "https://telegra.ph/file/p/0ee93ea273b/e4b2a86775f97258a84b51d.jpg?c=114,803,487,487,280,280",
@@ -5781,12 +5139,12 @@
"singular": "
%1$@,
%2$@ Imported
%3$@"
}
},
- "Message.PinnedGenericMessage": {
- "url": "https://translations.telegram.org/en/ios/general/Message.PinnedGenericMessage",
- "photo_url": "https://telegra.ph/file/p/2a73b878b90/6534fc6b222a83652890717.jpg?c=103,282,326,326,280,280",
- "has_binding": false,
+ "Message.LiveLocation": {
+ "url": "https://translations.telegram.org/en/ios/general/Message.LiveLocation",
+ "photo_url": "https://telegra.ph/file/p/34ed9890015/05ddc5ac6ba1a60200bd11d.jpg?c=123,269,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "
%@ pinned a message"
+ "singular": "Live Location"
}
},
"Message.PinnedLiveLocationMessage": {
@@ -5862,64 +5220,6 @@
"singular": "Calendar"
}
},
- "MessagePoll.LabelAnonymousQuiz": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.LabelAnonymousQuiz",
- "photo_url": "https://telegra.ph/file/p/72c020e431e/54271d3505751f83f664e17.jpg?c=107,485,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anonymous Quiz"
- }
- },
- "MessagePoll.LabelPoll": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.LabelPoll",
- "photo_url": "https://telegra.ph/file/p/72c020e431e/54271d3505751f83f664e17.jpg?c=109,731,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Poll"
- }
- },
- "MessagePoll.LabelQuiz": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.LabelQuiz",
- "photo_url": "https://telegra.ph/file/p/fb7cac739f9/1af0b2c7de3b45370790417.jpg?c=60,732,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz"
- }
- },
- "MessagePoll.QuizCount": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.QuizCount",
- "photo_url": "https://telegra.ph/file/p/72c020e431e/54271d3505751f83f664e17.jpg?c=198,646,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "1 answered",
- "plural": "
%@ answered"
- }
- },
- "MessagePoll.QuizNoUsers": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.QuizNoUsers",
- "photo_url": "https://telegra.ph/file/p/73908b3442e/c5c1bf32fe87f9a1be9c017.jpg?c=220,581,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Nobody answered yet"
- }
- },
- "MessagePoll.ViewResults": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.ViewResults",
- "photo_url": "https://telegra.ph/file/p/fb7cac739f9/1af0b2c7de3b45370790417.jpg?c=187,895,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View Results"
- }
- },
- "MessagePoll.VotedCount": {
- "url": "https://translations.telegram.org/en/ios/general/MessagePoll.VotedCount",
- "photo_url": "https://telegra.ph/file/p/9e3d30e5d5e/661bd151a6dbb6bf84d1b17.jpg?c=160,101,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "1 vote",
- "plural": "
%@ votes"
- }
- },
"MessageTimer.Days": {
"url": "https://translations.telegram.org/en/ios/general/MessageTimer.Days",
"photo_url": "https://telegra.ph/file/p/648447d6d32/9f06b599e5f9f6c7cba5217.jpg?c=27,866,280,280,280,280",
@@ -5962,6 +5262,38 @@
"singular": "Incoming Call"
}
},
+ "Notification.CallIncomingShort": {
+ "url": "https://translations.telegram.org/en/ios/general/Notification.CallIncomingShort",
+ "photo_url": "https://telegra.ph/file/p/87e7a205d8f/f0eb38e11149d3d1bae011d.jpg?c=120,143,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Incoming"
+ }
+ },
+ "Notification.CallMissedShort": {
+ "url": "https://translations.telegram.org/en/ios/general/Notification.CallMissedShort",
+ "photo_url": "https://telegra.ph/file/p/87e7a205d8f/f0eb38e11149d3d1bae011d.jpg?c=110,497,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Missed"
+ }
+ },
+ "Notification.CallOutgoingShort": {
+ "url": "https://translations.telegram.org/en/ios/general/Notification.CallOutgoingShort",
+ "photo_url": "https://telegra.ph/file/p/87e7a205d8f/f0eb38e11149d3d1bae011d.jpg?c=116,321,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Outgoing"
+ }
+ },
+ "Notification.CallTimeFormat": {
+ "url": "https://translations.telegram.org/en/ios/general/Notification.CallTimeFormat",
+ "photo_url": "https://telegra.ph/file/p/87e7a205d8f/f0eb38e11149d3d1bae011d.jpg?c=142,308,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ (
%2$@)"
+ }
+ },
"Notification.ChangedTheme": {
"url": "https://translations.telegram.org/en/ios/general/Notification.ChangedTheme",
"photo_url": "https://telegra.ph/file/p/ee6b89ed422/d7448484fcb91b18ab76317.jpg?c=47,642,515,515,280,280",
@@ -6002,14 +5334,6 @@
"singular": "Always On"
}
},
- "Notification.Exceptions.DeleteAll": {
- "url": "https://translations.telegram.org/en/ios/general/Notification.Exceptions.DeleteAll",
- "photo_url": "https://telegra.ph/file/p/ee523bb6532/05d322171ea29cfb7511e1d.jpg?c=422,781,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete All"
- }
- },
"Notification.Exceptions.MessagePreviewAlwaysOff": {
"url": "https://translations.telegram.org/en/ios/general/Notification.Exceptions.MessagePreviewAlwaysOff",
"photo_url": "https://telegra.ph/file/p/a5a879a6b7f/0bfcd60ad3a2652d06c5517.jpg?c=42,518,280,280,280,280",
@@ -6026,14 +5350,6 @@
"singular": "Always On"
}
},
- "Notification.Exceptions.PreviewAlwaysOn": {
- "url": "https://translations.telegram.org/en/ios/general/Notification.Exceptions.PreviewAlwaysOn",
- "photo_url": "https://telegra.ph/file/p/ee523bb6532/05d322171ea29cfb7511e1d.jpg?c=386,569,341,341,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show Preview"
- }
- },
"Notification.Exceptions.RemoveFromExceptions": {
"url": "https://translations.telegram.org/en/ios/general/Notification.Exceptions.RemoveFromExceptions",
"photo_url": "https://telegra.ph/file/p/eba0dd82d9b/cd5a0947d0e3276cbd6a11d.jpg?c=218,287,687,687,280,280",
@@ -6050,6 +5366,14 @@
"singular": "You received a gift"
}
},
+ "Notification.GiveawayStarted": {
+ "url": "https://translations.telegram.org/en/ios/general/Notification.GiveawayStarted",
+ "photo_url": "https://telegra.ph/file/p/f9a4f35d83a/c2b1ba134c82433bdef1817.jpg?c=0,424,600,624,268,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ just started a giveaway of Telegram Premium subscriptions for its followers."
+ }
+ },
"Notification.LiveStreamEnded": {
"url": "https://translations.telegram.org/en/ios/general/Notification.LiveStreamEnded",
"photo_url": "https://telegra.ph/file/p/b89151ad37b/eff0d8ed11f9f6cc281b617.jpg?c=133,568,350,350,280,280",
@@ -6195,185 +5519,6 @@
"singular": "You disabled the chat theme"
}
},
- "Notifications.ExceptionsTitle": {
- "url": "https://translations.telegram.org/en/ios/general/Notifications.ExceptionsTitle",
- "photo_url": "https://telegra.ph/file/p/ee523bb6532/05d322171ea29cfb7511e1d.jpg?c=397,137,330,330,280,280",
- "has_binding": false,
- "values": {
- "singular": "Exceptions"
- }
- },
- "PINNED_NOTEXT_SEPARATED": {
- "url": "https://translations.telegram.org/en/ios/general/PINNED_NOTEXT_SEPARATED",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%1$@|pinned a message"
- }
- },
- "PUSH_ALBUM": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_ALBUM",
- "photo_url": "https://telegra.ph/file/p/3d902969083/379dbc140f770c6189edc19.jpg?c=45,181,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📷📹 Album"
- }
- },
- "PUSH_CHANNEL_MESSAGE_CONTACT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHANNEL_MESSAGE_CONTACT",
- "photo_url": "https://telegra.ph/file/p/afbd89726bf/882fb3e969ac9b1101e0a16.jpg?c=0,196,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
👤 %2$@"
- }
- },
- "PUSH_CHANNEL_MESSAGE_GAME": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHANNEL_MESSAGE_GAME",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
🎮 Play
%2$@"
- }
- },
- "PUSH_CHANNEL_MESSAGE_GEO": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHANNEL_MESSAGE_GEO",
- "photo_url": "https://telegra.ph/file/p/afbd89726bf/882fb3e969ac9b1101e0a16.jpg?c=0,241,278,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📍 Location"
- }
- },
- "PUSH_CHANNEL_MESSAGE_GIF": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHANNEL_MESSAGE_GIF",
- "photo_url": "https://telegra.ph/file/p/95d392abc9b/71d6c9dd43e10cedb1a3217.jpg?c=13,278,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📹 GIF"
- }
- },
- "PUSH_CHANNEL_MESSAGE_NOTEXT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHANNEL_MESSAGE_NOTEXT",
- "photo_url": "https://telegra.ph/file/p/330aef3d43d/c2e3f3e96ced0adfc162516.jpg?c=0,258,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|New message"
- }
- },
- "PUSH_CHANNEL_MESSAGE_POLL": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHANNEL_MESSAGE_POLL",
- "photo_url": "https://telegra.ph/file/p/95d392abc9b/71d6c9dd43e10cedb1a3217.jpg?c=18,403,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📊 Poll \"
%2$@\""
- }
- },
- "PUSH_CHAT_ALBUM": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_ALBUM",
- "photo_url": "https://telegra.ph/file/p/3d902969083/379dbc140f770c6189edc19.jpg?c=42,0,474,472,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📷📹 Album"
- }
- },
- "PUSH_CHAT_MESSAGE": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=45,2121,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@: Message"
- }
- },
- "PUSH_CHAT_MESSAGE_AUDIO": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_AUDIO",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=43,1108,491,491,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
🎤 Voice message"
- }
- },
- "PUSH_CHAT_MESSAGE_DOC": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_DOC",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=43,1306,489,489,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📎 Document"
- }
- },
- "PUSH_CHAT_MESSAGE_GIF": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_GIF",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=48,1663,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📹 GIF"
- }
- },
- "PUSH_CHAT_MESSAGE_NOTEXT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_NOTEXT",
- "photo_url": "https://telegra.ph/file/p/330aef3d43d/c2e3f3e96ced0adfc162516.jpg?c=0,211,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@: New message"
- }
- },
- "PUSH_CHAT_MESSAGE_PHOTO": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_PHOTO",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=47,1863,316,316,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📷 Photo"
- }
- },
- "PUSH_CHAT_MESSAGE_PHOTOS": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_PHOTOS",
- "photo_url": "https://telegra.ph/file/p/3fb3cdea619/5b402576a54c3c28b126c17.jpg?c=19,713,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📷 Photo",
- "plural": "
%2$@|
%1$@:
📷 %3$d photos"
- }
- },
- "PUSH_CHAT_MESSAGE_POLL": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_POLL",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=41,297,559,559,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📊 Poll \"
%3$@\""
- }
- },
- "PUSH_CHAT_MESSAGE_ROUND": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_ROUND",
- "photo_url": "https://telegra.ph/file/p/3fb3cdea619/5b402576a54c3c28b126c17.jpg?c=19,561,327,327,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📺 Video message"
- }
- },
- "PUSH_CHAT_MESSAGE_ROUNDS": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_ROUNDS",
- "photo_url": "https://telegra.ph/file/p/32115432378/324d0e09905857f2f111719.jpg?c=43,897,496,496,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📺 Video message",
- "plural": "
%2$@|
%1$@:
📺 %3$d video messages"
- }
- },
- "PUSH_CHAT_MESSAGE_VIDEO": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_VIDEO",
- "photo_url": "https://telegra.ph/file/p/3fb3cdea619/5b402576a54c3c28b126c17.jpg?c=17,464,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📹 Video"
- }
- },
- "PUSH_CHAT_MESSAGE_VIDEOS": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_MESSAGE_VIDEOS",
- "photo_url": "https://telegra.ph/file/p/3fb3cdea619/5b402576a54c3c28b126c17.jpg?c=18,837,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%2$@|
%1$@:
📹 Video",
- "plural": "
%2$@|
%1$@:
📹 %3$d videos"
- }
- },
"PUSH_CHAT_VOICECHAT_INVITE": {
"url": "https://translations.telegram.org/en/ios/general/PUSH_CHAT_VOICECHAT_INVITE",
"photo_url": "https://telegra.ph/file/p/a1af090a7f1/4c2379b066b664d5db69f17.jpg?c=14,443,438,438,280,280",
@@ -6398,23 +5543,6 @@
"singular": "
%2$@|
%1$@ started a video chat"
}
},
- "PUSH_MESSAGES": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGES",
- "photo_url": "https://telegra.ph/file/p/afbd89726bf/882fb3e969ac9b1101e0a16.jpg?c=0,308,276,280,276,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📷📹 Album",
- "plural": "
%1$@|
📷📹 Albums"
- }
- },
- "PUSH_MESSAGE_DOC": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_DOC",
- "photo_url": "https://telegra.ph/file/p/1df5295b078/a5ec6428e7d0b1821364b19.jpg?c=38,1130,623,623,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📎 Document"
- }
- },
"PUSH_MESSAGE_DOCS": {
"url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_DOCS",
"photo_url": "https://telegra.ph/file/p/49d97c42127/d21b72e51b3bb29189be517.jpg?c=85,53,280,280,280,280",
@@ -6423,46 +5551,6 @@
"singular": "
%1$@|sent you
%2$d files"
}
},
- "PUSH_MESSAGE_GIF": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_GIF",
- "photo_url": "https://telegra.ph/file/p/95d392abc9b/71d6c9dd43e10cedb1a3217.jpg?c=13,658,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📹 GIF"
- }
- },
- "PUSH_MESSAGE_INVOICE": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_INVOICE",
- "photo_url": "https://telegra.ph/file/p/db7c3362cff/ee75bedd077f955b8de3516.jpg?c=0,137,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|Invoice for
%2$@"
- }
- },
- "PUSH_MESSAGE_NOTEXT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_NOTEXT",
- "photo_url": "https://telegra.ph/file/p/330aef3d43d/c2e3f3e96ced0adfc162516.jpg?c=0,165,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|New message"
- }
- },
- "PUSH_MESSAGE_POLL": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_POLL",
- "photo_url": "https://telegra.ph/file/p/95d392abc9b/71d6c9dd43e10cedb1a3217.jpg?c=24,759,312,312,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📊 Poll \"
%2$@\""
- }
- },
- "PUSH_MESSAGE_SCREENSHOT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_SCREENSHOT",
- "photo_url": "https://telegra.ph/file/p/95d392abc9b/71d6c9dd43e10cedb1a3217.jpg?c=18,903,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|took a screenshot!"
- }
- },
"PUSH_MESSAGE_THEME": {
"url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_THEME",
"photo_url": "https://telegra.ph/file/p/076e975fe8a/59df0486b0d3480be027817.jpg?c=16,398,391,391,280,280",
@@ -6471,44 +5559,12 @@
"singular": "
%1$@|changed theme to
%2$@"
}
},
- "PUSH_MESSAGE_VIDEO_SECRET": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_MESSAGE_VIDEO_SECRET",
- "photo_url": "https://telegra.ph/file/p/1df5295b078/a5ec6428e7d0b1821364b19.jpg?c=41,1586,509,509,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
🔥 Self-destructing video"
- }
- },
- "PUSH_PHONE_CALL_REQUEST": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_PHONE_CALL_REQUEST",
- "photo_url": "https://telegra.ph/file/p/d7a07689820/5851944324fdb986078c816.jpg?c=0,137,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|Incoming call!"
- }
- },
- "PUSH_PINNED_CONTACT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_PINNED_CONTACT",
- "photo_url": "https://telegra.ph/file/p/9e1ebdaa440/6cdfceb8d5ca95d47490f16.jpg?c=0,182,276,280,276,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📌 Pinned contact:
%2$@"
- }
- },
- "PUSH_PINNED_NOTEXT": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_PINNED_NOTEXT",
- "photo_url": "https://telegra.ph/file/p/9e1ebdaa440/6cdfceb8d5ca95d47490f16.jpg?c=0,136,278,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@|
📌 Pinned a message"
- }
- },
- "PUSH_REMINDER_TITLE": {
- "url": "https://translations.telegram.org/en/ios/general/PUSH_REMINDER_TITLE",
- "photo_url": "https://telegra.ph/file/p/1df5295b078/a5ec6428e7d0b1821364b19.jpg?c=53,2237,280,280,280,280",
+ "Paint.CutOut": {
+ "url": "https://translations.telegram.org/en/ios/general/Paint.CutOut",
+ "photo_url": "https://telegra.ph/file/p/47b1bca0a6d/6483f85e8eb0e6371d3de17.jpg?c=176,760,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "
🗓 Reminder"
+ "singular": "Cut Out"
}
},
"Passport.Language.es": {
@@ -6599,79 +5655,6 @@
"singular": "Import to a New Group"
}
},
- "PeopleNearby.DiscoverDescription": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.DiscoverDescription",
- "photo_url": "https://telegra.ph/file/p/961844980c7/0f6eb09194358b06f0d5a17.jpg?c=56,177,486,486,280,280",
- "has_binding": true,
- "values": {
- "singular": "Exchange contact info with people nearby
and find new friends."
- }
- },
- "PeopleNearby.Groups": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.Groups",
- "photo_url": "https://telegra.ph/file/p/3c800ac9f6b/e2b7170b4a890cf4c977917.jpg?c=10,770,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups Nearby"
- }
- },
- "PeopleNearby.MakeInvisible": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.MakeInvisible",
- "photo_url": "https://telegra.ph/file/p/3c800ac9f6b/e2b7170b4a890cf4c977917.jpg?c=82,343,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stop Showing Me"
- }
- },
- "PeopleNearby.MakeVisible": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.MakeVisible",
- "photo_url": "https://telegra.ph/file/p/961844980c7/0f6eb09194358b06f0d5a17.jpg?c=85,345,295,295,280,280",
- "has_binding": true,
- "values": {
- "singular": "Make Myself Visible"
- }
- },
- "PeopleNearby.MakeVisibleDescription": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.MakeVisibleDescription",
- "photo_url": "https://telegra.ph/file/p/20b9cdb7452/1ba741588b6bcb228cf6217.jpg?c=77,356,442,442,280,280",
- "has_binding": true,
- "values": {
- "singular": "Users nearby will be able to view your profile and send you messages. This may help you find new friends, but could also attract excessive attention. You can stop sharing your profile at any time.
Your phone number will remain hidden."
- }
- },
- "PeopleNearby.MakeVisibleTitle": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.MakeVisibleTitle",
- "photo_url": "https://telegra.ph/file/p/20b9cdb7452/1ba741588b6bcb228cf6217.jpg?c=158,329,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show Your Profile"
- }
- },
- "PeopleNearby.ShowMorePeople": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.ShowMorePeople",
- "photo_url": "https://telegra.ph/file/p/961844980c7/0f6eb09194358b06f0d5a17.jpg?c=83,736,326,326,280,280",
- "has_binding": false,
- "values": {
- "singular": "Show
%@ More People",
- "plural": "Show
%@ More People"
- }
- },
- "PeopleNearby.Title": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.Title",
- "photo_url": "https://telegra.ph/file/p/961844980c7/0f6eb09194358b06f0d5a17.jpg?c=161,14,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "People Nearby"
- }
- },
- "PeopleNearby.Users": {
- "url": "https://translations.telegram.org/en/ios/general/PeopleNearby.Users",
- "photo_url": "https://telegra.ph/file/p/3c800ac9f6b/e2b7170b4a890cf4c977917.jpg?c=10,294,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "People Nearby"
- }
- },
"Permissions.ContactsAllowInSettings.v0": {
"url": "https://translations.telegram.org/en/ios/general/Permissions.ContactsAllowInSettings.v0",
"photo_url": "https://telegra.ph/file/p/7d9b1ada27f/55809fbc14ca92865a2de1d.jpg?c=4,371,280,280,280,280",
@@ -6688,14 +5671,6 @@
"singular": "Allow Access"
}
},
- "Permissions.PeopleNearbyText.v0": {
- "url": "https://translations.telegram.org/en/ios/general/Permissions.PeopleNearbyText.v0",
- "photo_url": "https://telegra.ph/file/p/f29b02f4979/60275b4f5c3f6aafd14ec1d.jpg?c=16,479,618,618,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quickly add people nearby who are also viewing this section and discover local group chats.
Please allow on location access to enable this feature."
- }
- },
"PlaybackSpeed.Normal": {
"url": "https://translations.telegram.org/en/ios/general/PlaybackSpeed.Normal",
"photo_url": "https://telegra.ph/file/p/113e767ca87/4338c921928d7ac158ddb17.jpg?c=133,158,280,280,280,280",
@@ -6712,22 +5687,6 @@
"singular": "Playback Speed"
}
},
- "PollResults.Collapse": {
- "url": "https://translations.telegram.org/en/ios/general/PollResults.Collapse",
- "photo_url": "https://telegra.ph/file/p/9e3d30e5d5e/661bd151a6dbb6bf84d1b17.jpg?c=311,144,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "COLLAPSE"
- }
- },
- "PollResults.Title": {
- "url": "https://translations.telegram.org/en/ios/general/PollResults.Title",
- "photo_url": "https://telegra.ph/file/p/73927e638b0/b61bba4b0d6582b4bf14517.jpg?c=160,76,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Poll Results"
- }
- },
"Premium.Business.Chatbots.Text": {
"url": "https://translations.telegram.org/en/ios/general/Premium.Business.Chatbots.Text",
"photo_url": "https://telegra.ph/file/p/3e8fcc289bf/c891a0cf5f67c7706f85c17.jpg?c=71,697,466,466,280,280",
@@ -6776,6 +5735,22 @@
"singular": "Links to Chat"
}
},
+ "Premium.Colors": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Colors",
+ "photo_url": "https://telegra.ph/file/p/c9ae5d4f1a9/74dab113333aad4b1c51517.jpg?c=96,393,343,343,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Name and Profile Colors"
+ }
+ },
+ "Premium.ColorsInfo": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.ColorsInfo",
+ "photo_url": "https://telegra.ph/file/p/c9ae5d4f1a9/74dab113333aad4b1c51517.jpg?c=72,362,490,490,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose a color and logo for your profile and replies to your messages."
+ }
+ },
"Premium.FolderTags": {
"url": "https://translations.telegram.org/en/ios/general/Premium.FolderTags",
"photo_url": "https://telegra.ph/file/p/e6894e8f656/73523d76dfd757275189e17.jpg?c=160,822,280,280,280,280",
@@ -6840,6 +5815,22 @@
"singular": "BIRTHDAY YESTERDAY"
}
},
+ "Premium.Gift.ContactSelection.DeselectAll": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.ContactSelection.DeselectAll",
+ "photo_url": "https://telegra.ph/file/p/f47bcb91bb9/8696e4d0dca0d2bb2b8dc17.jpg?c=310,164,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "DESELECT ALL"
+ }
+ },
+ "Premium.Gift.ContactSelection.FrequentContacts": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.ContactSelection.FrequentContacts",
+ "photo_url": "https://telegra.ph/file/p/f47bcb91bb9/8696e4d0dca0d2bb2b8dc17.jpg?c=15,165,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "FREQUENT CONTACTS"
+ }
+ },
"Premium.Gift.ContactSelection.MaximumReached": {
"url": "https://translations.telegram.org/en/ios/general/Premium.Gift.ContactSelection.MaximumReached",
"photo_url": "https://telegra.ph/file/p/0725971b53b/4408d144a57834c8d630c17.jpg?c=72,821,359,359,280,280",
@@ -6864,6 +5855,14 @@
"singular": "Search people to gift Premium to..."
}
},
+ "Premium.Gift.ContactSelection.Proceed": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.ContactSelection.Proceed",
+ "photo_url": "https://telegra.ph/file/p/f47bcb91bb9/8696e4d0dca0d2bb2b8dc17.jpg?c=147,959,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Proceed"
+ }
+ },
"Premium.Gift.ContactSelection.SelectAll": {
"url": "https://translations.telegram.org/en/ios/general/Premium.Gift.ContactSelection.SelectAll",
"photo_url": "https://telegra.ph/file/p/7351adbe100/dc232e6c6206f93532ee817.jpg?c=311,164,280,280,280,280",
@@ -6880,6 +5879,31 @@
"singular": "Send Message"
}
},
+ "Premium.Gift.ContactSelection.Title": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.ContactSelection.Title",
+ "photo_url": "https://telegra.ph/file/p/f47bcb91bb9/8696e4d0dca0d2bb2b8dc17.jpg?c=159,56,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Gift Premium"
+ }
+ },
+ "Premium.Gift.GiftMultipleSubscriptions": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.GiftMultipleSubscriptions",
+ "photo_url": "https://telegra.ph/file/p/248eedb40b3/913a12aace26c5760fe8a17.jpg?c=120,947,295,295,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Gift
%@ Subscription",
+ "plural": "Gift
%@ Subscriptions"
+ }
+ },
+ "Premium.Gift.GiftMultipleSubscriptionsFormat": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.GiftMultipleSubscriptionsFormat",
+ "photo_url": "https://telegra.ph/file/p/248eedb40b3/913a12aace26c5760fe8a17.jpg?c=111,870,378,378,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ for
%2$@"
+ }
+ },
"Premium.Gift.Link.Text": {
"url": "https://translations.telegram.org/en/ios/general/Premium.Gift.Link.Text",
"photo_url": "https://telegra.ph/file/p/5f18bf7bb97/e0c40743fc1339ee67e7217.jpg?c=20,226,559,559,280,280",
@@ -6888,6 +5912,39 @@
"singular": "This link allows you or [anyone you choose]() to activate a **Telegram Premium** subscription."
}
},
+ "Premium.Gift.MultipleDescription": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.MultipleDescription",
+ "photo_url": "https://telegra.ph/file/p/8c032045cb2/06109e26625057c11e85a17.jpg?c=0,209,600,609,276,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Give
%1$@%2$@ access to exclusive features with **Telegram Premium**."
+ }
+ },
+ "Premium.Gift.Terms": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.Terms",
+ "photo_url": "https://telegra.ph/file/p/248eedb40b3/913a12aace26c5760fe8a17.jpg?c=19,684,518,518,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "By gifting Telegram Premium, you agree to the Telegram [Terms of Service](terms) and [Privacy Policy](privacy)."
+ }
+ },
+ "Premium.Gift.Title": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.Title",
+ "photo_url": "https://telegra.ph/file/p/8c032045cb2/06109e26625057c11e85a17.jpg?c=35,187,530,530,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Gift Telegram Premium"
+ }
+ },
+ "Premium.Gift.YouWillReceiveBoosts": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Gift.YouWillReceiveBoosts",
+ "photo_url": "https://telegra.ph/file/p/8c032045cb2/06109e26625057c11e85a17.jpg?c=116,348,365,365,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You will receive []() **
%@ Boost**!",
+ "plural": "You will receive []() **
%@ Boosts**!"
+ }
+ },
"Premium.GiftedTitle.3Month": {
"url": "https://translations.telegram.org/en/ios/general/Premium.GiftedTitle.3Month",
"photo_url": "https://telegra.ph/file/p/5f18bf7bb97/e0c40743fc1339ee67e7217.jpg?c=12,171,578,578,280,280",
@@ -6960,12 +6017,28 @@
"singular": "Organize your Saved Messages with tags for quicker access."
}
},
- "ProxyServer.VoiceOver.Active": {
- "url": "https://translations.telegram.org/en/ios/general/ProxyServer.VoiceOver.Active",
- "photo_url": null,
- "has_binding": false,
+ "Premium.Wallpapers": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.Wallpapers",
+ "photo_url": "https://telegra.ph/file/p/c9ae5d4f1a9/74dab113333aad4b1c51517.jpg?c=92,469,366,366,280,280",
+ "has_binding": true,
"values": {
- "singular": "Active"
+ "singular": "Wallpapers for Both Sides"
+ }
+ },
+ "Premium.WallpapersInfo": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.WallpapersInfo",
+ "photo_url": "https://telegra.ph/file/p/c9ae5d4f1a9/74dab113333aad4b1c51517.jpg?c=81,462,445,445,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Set custom wallpapers for you and your chat partner."
+ }
+ },
+ "Premium.WhatsIncluded": {
+ "url": "https://translations.telegram.org/en/ios/general/Premium.WhatsIncluded",
+ "photo_url": "https://telegra.ph/file/p/8c032045cb2/06109e26625057c11e85a17.jpg?c=32,469,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "WHAT'S INCLUDED"
}
},
"QuickReplies.EmptyState.AddButton": {
@@ -7211,14 +6284,6 @@
"plural": "
%@ months"
}
},
- "ScheduledMessages.BotActionUnavailable": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.BotActionUnavailable",
- "photo_url": "https://telegra.ph/file/p/93ab30d947c/4d865fd6be91b8e8b709419.jpg?c=223,887,751,751,280,280",
- "has_binding": true,
- "values": {
- "singular": "This action will become available after the message is published."
- }
- },
"ScheduledMessages.ClearAll": {
"url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.ClearAll",
"photo_url": "https://telegra.ph/file/p/c559437f633/6ee43e0a8f8376527a3a519.jpg?c=35,143,280,280,280,280",
@@ -7227,62 +6292,6 @@
"singular": "Cancel All"
}
},
- "ScheduledMessages.ClearAllConfirmation": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.ClearAllConfirmation",
- "photo_url": "https://telegra.ph/file/p/14e67b3d8fa/cdb026ac2feebcd3d043919.jpg?c=193,1566,812,812,280,280",
- "has_binding": false,
- "values": {
- "singular": "Clear Scheduled Messages"
- }
- },
- "ScheduledMessages.Delete": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.Delete",
- "photo_url": "https://telegra.ph/file/p/29cf911df40/e1e1621885fb976db419619.jpg?c=409,1774,715,715,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete Scheduled Message"
- }
- },
- "ScheduledMessages.EmptyPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.EmptyPlaceholder",
- "photo_url": "https://telegra.ph/file/p/d6197a8b56f/9bb0253b1f211a96bbc4519.jpg?c=211,923,774,774,280,280",
- "has_binding": true,
- "values": {
- "singular": "No scheduled messages here yet..."
- }
- },
- "ScheduledMessages.PollUnavailable": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.PollUnavailable",
- "photo_url": "https://telegra.ph/file/p/8d07d740095/85262cf7baba4c9c7c67a19.jpg?c=212,877,771,771,280,280",
- "has_binding": true,
- "values": {
- "singular": "Voting will become available after the message is published."
- }
- },
- "ScheduledMessages.ScheduledDate": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.ScheduledDate",
- "photo_url": "https://telegra.ph/file/p/9fb25d85e1c/889e6539398d203e6123419.jpg?c=264,1679,643,643,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled for
%@"
- }
- },
- "ScheduledMessages.ScheduledToday": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.ScheduledToday",
- "photo_url": "https://telegra.ph/file/p/3088f9cfda7/d6ee8ace6511f2daa1b8c19.jpg?c=371,1823,462,462,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled for today"
- }
- },
- "ScheduledMessages.Title": {
- "url": "https://translations.telegram.org/en/ios/general/ScheduledMessages.Title",
- "photo_url": "https://telegra.ph/file/p/9fb25d85e1c/889e6539398d203e6123419.jpg?c=311,123,576,576,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled Messages"
- }
- },
"Settings.AppleWatch": {
"url": "https://translations.telegram.org/en/ios/general/Settings.AppleWatch",
"photo_url": "https://telegra.ph/file/p/55cb87c3fc4/2d2c62e7d23cd85c19f8816.jpg?c=3,247,280,280,280,280",
@@ -7291,14 +6300,6 @@
"singular": "Apple Watch"
}
},
- "Settings.EditProfileMedia": {
- "url": "https://translations.telegram.org/en/ios/general/Settings.EditProfileMedia",
- "photo_url": "https://telegra.ph/file/p/49034645e4a/639d87580e5fdadb2b72c17.jpg?c=312,65,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit"
- }
- },
"Settings.FAQ_URL": {
"url": "https://translations.telegram.org/en/ios/general/Settings.FAQ_URL",
"photo_url": null,
@@ -7307,22 +6308,6 @@
"singular": "https://telegram.org/faq#general-questions"
}
},
- "Settings.Proxy": {
- "url": "https://translations.telegram.org/en/ios/general/Settings.Proxy",
- "photo_url": "https://telegra.ph/file/p/49034645e4a/639d87580e5fdadb2b72c17.jpg?c=55,816,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Proxy"
- }
- },
- "Settings.SavedMessages": {
- "url": "https://translations.telegram.org/en/ios/general/Settings.SavedMessages",
- "photo_url": "https://telegra.ph/file/p/49034645e4a/639d87580e5fdadb2b72c17.jpg?c=75,905,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Saved Messages"
- }
- },
"Settings.SetNewProfilePhotoOrVideo": {
"url": "https://translations.telegram.org/en/ios/general/Settings.SetNewProfilePhotoOrVideo",
"photo_url": "https://telegra.ph/file/p/49034645e4a/639d87580e5fdadb2b72c17.jpg?c=75,536,354,354,280,280",
@@ -7347,22 +6332,6 @@
"singular": "Siri Suggestions"
}
},
- "SettingsSearch.Synonyms.Passport": {
- "url": "https://translations.telegram.org/en/ios/general/SettingsSearch.Synonyms.Passport",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": " "
- }
- },
- "SettingsSearch.Synonyms.Support": {
- "url": "https://translations.telegram.org/en/ios/general/SettingsSearch.Synonyms.Support",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Support"
- }
- },
"Share.ShareToInstagramStories": {
"url": "https://translations.telegram.org/en/ios/general/Share.ShareToInstagramStories",
"photo_url": "https://telegra.ph/file/p/97263d6460e/74723067d6c2d7fa590db17.jpg?c=32,777,375,375,280,280",
@@ -7371,14 +6340,6 @@
"singular": "Share to Instagram Stories"
}
},
- "ShareMenu.CopyShareLink": {
- "url": "https://translations.telegram.org/en/ios/general/ShareMenu.CopyShareLink",
- "photo_url": "https://telegra.ph/file/p/5d66208c914/ceacc5cbbc650cd309e6d17.jpg?c=160,814,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Link"
- }
- },
"SharedMedia.PhotoCount": {
"url": "https://translations.telegram.org/en/ios/general/SharedMedia.PhotoCount",
"photo_url": "https://telegra.ph/file/p/070d1f9a989/0bc9cc923db3aa2858ff417.jpg?c=135,74,280,280,280,280",
@@ -7445,14 +6406,6 @@
"singular": "Switch Account"
}
},
- "SocksProxySetup.TypeNone": {
- "url": "https://translations.telegram.org/en/ios/general/SocksProxySetup.TypeNone",
- "photo_url": "https://telegra.ph/file/p/49034645e4a/639d87580e5fdadb2b72c17.jpg?c=290,812,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Disabled"
- }
- },
"SponsoredMessageInfo.Action": {
"url": "https://translations.telegram.org/en/ios/general/SponsoredMessageInfo.Action",
"photo_url": "https://telegra.ph/file/p/1668d470eea/a6cd794cc766cfdceb05517.jpg?c=235,553,280,280,280,280",
@@ -7533,6 +6486,15 @@
"singular": "Gift Stars"
}
},
+ "Stats.Boosts.Boosts": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.Boosts",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=25,230,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ BOOST",
+ "plural": "
%@ BOOSTS"
+ }
+ },
"Stats.Boosts.GetBoosts": {
"url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.GetBoosts",
"photo_url": "https://telegra.ph/file/p/9c068fb0021/3f875b77160bb723a206617.jpg?c=104,858,284,284,280,280",
@@ -7557,6 +6519,65 @@
"singular": "Gift"
}
},
+ "Stats.Boosts.Giveaway": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.Giveaway",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=292,346,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Giveaway"
+ }
+ },
+ "Stats.Boosts.ShortMonth": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.ShortMonth",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=64,434,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@m"
+ }
+ },
+ "Stats.Boosts.ShowMoreBoosts": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.ShowMoreBoosts",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=102,700,308,308,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show
%@ More Boost",
+ "plural": "Show
%@ More Boosts"
+ }
+ },
+ "Stats.Boosts.TabBoosts": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.TabBoosts",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=26,277,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ Boost",
+ "plural": "
%@ Boosts"
+ }
+ },
+ "Stats.Boosts.TabGifts": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.TabGifts",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=123,277,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ Gift",
+ "plural": "
%@ Gifts"
+ }
+ },
+ "Stats.Boosts.ToBeDistributed": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.ToBeDistributed",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=95,331,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "To Be Distributed"
+ }
+ },
+ "Stats.Boosts.TooltipToBeDistributed": {
+ "url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.TooltipToBeDistributed",
+ "photo_url": "https://telegra.ph/file/p/42ebc7aa2a1/6feae5b48e5f2fadb560c17.jpg?c=59,786,466,466,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The recipient will be selected when the giveaway ends."
+ }
+ },
"Stats.Boosts.Unclaimed": {
"url": "https://translations.telegram.org/en/ios/general/Stats.Boosts.Unclaimed",
"photo_url": "https://telegra.ph/file/p/6001e266bdf/b8747eb27bfa2c16a12ac17.jpg?c=78,300,280,280,280,280",
@@ -7565,14 +6586,6 @@
"singular": "Unclaimed"
}
},
- "StickerPack.Add": {
- "url": "https://translations.telegram.org/en/ios/general/StickerPack.Add",
- "photo_url": "https://telegra.ph/file/p/1594092796c/a7545dcf489645c37b15d1d.jpg?c=179,715,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add"
- }
- },
"StickerPack.AddExisting": {
"url": "https://translations.telegram.org/en/ios/general/StickerPack.AddExisting",
"photo_url": "https://telegra.ph/file/p/15409ba8966/149e22176bd5173de46c317.jpg?c=114,806,373,373,280,280",
@@ -7581,14 +6594,6 @@
"singular": "Add an Existing Sticker"
}
},
- "StickerPack.BuiltinPackName": {
- "url": "https://translations.telegram.org/en/ios/general/StickerPack.BuiltinPackName",
- "photo_url": "https://telegra.ph/file/p/10514e0d3eb/713e50e6385951d676d071d.jpg?c=179,288,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Great Minds"
- }
- },
"StickerPack.CopyLink": {
"url": "https://translations.telegram.org/en/ios/general/StickerPack.CopyLink",
"photo_url": "https://telegra.ph/file/p/16765bc0866/29b5a1768a003702b411b17.jpg?c=166,625,280,280,280,280",
@@ -7717,15 +6722,6 @@
"singular": "Sticker added to the **
%@** sticker set."
}
},
- "StickerPack.StickerCount": {
- "url": "https://translations.telegram.org/en/ios/general/StickerPack.StickerCount",
- "photo_url": "https://telegra.ph/file/p/3f2544d4e09/3478e333cfe6e79485c711d.jpg?c=12,605,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "1 sticker",
- "plural": "
%@ stickers"
- }
- },
"StickerPack.StickerUpdated": {
"url": "https://translations.telegram.org/en/ios/general/StickerPack.StickerUpdated",
"photo_url": "https://telegra.ph/file/p/bed39c1b698/0b1542d6828944976847a17.jpg?c=65,950,280,280,280,280",
@@ -7734,22 +6730,6 @@
"singular": "Sticker updated."
}
},
- "StickerPackActionInfo.AddedText": {
- "url": "https://translations.telegram.org/en/ios/general/StickerPackActionInfo.AddedText",
- "photo_url": "https://telegra.ph/file/p/3014ebec017/61b5466482492346c3fab17.jpg?c=69,791,452,452,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ has been added to your stickers."
- }
- },
- "StickerPackActionInfo.AddedTitle": {
- "url": "https://translations.telegram.org/en/ios/general/StickerPackActionInfo.AddedTitle",
- "photo_url": "https://telegra.ph/file/p/3014ebec017/61b5466482492346c3fab17.jpg?c=73,906,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stickers Added"
- }
- },
"Stickers.ChooseSticker.Title": {
"url": "https://translations.telegram.org/en/ios/general/Stickers.ChooseSticker.Title",
"photo_url": "https://telegra.ph/file/p/30c8abcb1f7/217409e4a534b18ab795e17.jpg?c=160,85,280,280,280,280",
@@ -7790,14 +6770,6 @@
"singular": "Edit Sticker"
}
},
- "Stickers.FavoriteStickers": {
- "url": "https://translations.telegram.org/en/ios/general/Stickers.FavoriteStickers",
- "photo_url": "https://telegra.ph/file/p/eceb40c1545/8138f5df8e2b1059ada351d.jpg?c=13,691,300,300,280,280",
- "has_binding": true,
- "values": {
- "singular": "Favorite Stickers"
- }
- },
"Stickers.Favorites": {
"url": "https://translations.telegram.org/en/ios/general/Stickers.Favorites",
"photo_url": "https://telegra.ph/file/p/5ea061b92ed/ad4ffdba96f8a2de2347617.jpg?c=83,646,280,280,280,280",
@@ -7894,6 +6866,14 @@
"singular": "Discard Changes?"
}
},
+ "TextFormat.Code": {
+ "url": "https://translations.telegram.org/en/ios/general/TextFormat.Code",
+ "photo_url": "https://telegra.ph/file/p/1b6d5010039/c2be4c44bc8aa8c229b2117.jpg?c=272,529,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Code"
+ }
+ },
"TextFormat.EditLinkTitle": {
"url": "https://translations.telegram.org/en/ios/general/TextFormat.EditLinkTitle",
"photo_url": "https://telegra.ph/file/p/0cc980b7595/f4042cd6ffb9c46dd01f917.jpg?c=160,279,280,280,280,280",
@@ -7926,22 +6906,6 @@
"singular": "Select All"
}
},
- "Theme.ErrorNotFound": {
- "url": "https://translations.telegram.org/en/ios/general/Theme.ErrorNotFound",
- "photo_url": "https://telegra.ph/file/p/883421ec36c/fa9de0d885edd47e8582619.jpg?c=287,946,624,624,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, this color theme doesn't seem to exist."
- }
- },
- "Theme.Unsupported": {
- "url": "https://translations.telegram.org/en/ios/general/Theme.Unsupported",
- "photo_url": "https://telegra.ph/file/p/31a02fce0c9/315301bdbbe0064ce900319.jpg?c=216,880,767,767,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, this color theme doesn't support your device yet."
- }
- },
"Time.MediumDate": {
"url": "https://translations.telegram.org/en/ios/general/Time.MediumDate",
"photo_url": "https://telegra.ph/file/p/da61168aa6d/1f62438ac26706ef6e2a817.jpg?c=149,820,280,280,280,280",
@@ -7982,30 +6946,6 @@
"singular": "Password Set!"
}
},
- "Update.Skip": {
- "url": "https://translations.telegram.org/en/ios/general/Update.Skip",
- "photo_url": "https://telegra.ph/file/p/aafc859a4b3/7dba3ada6479307b1213119.jpg?c=32,143,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Skip"
- }
- },
- "Update.Title": {
- "url": "https://translations.telegram.org/en/ios/general/Update.Title",
- "photo_url": "https://telegra.ph/file/p/aafc859a4b3/7dba3ada6479307b1213119.jpg?c=361,130,475,475,280,280",
- "has_binding": true,
- "values": {
- "singular": "Telegram Update"
- }
- },
- "Update.UpdateApp": {
- "url": "https://translations.telegram.org/en/ios/general/Update.UpdateApp",
- "photo_url": "https://telegra.ph/file/p/aafc859a4b3/7dba3ada6479307b1213119.jpg?c=373,820,453,453,280,280",
- "has_binding": false,
- "values": {
- "singular": "Update Telegram"
- }
- },
"UserInfo.ChangeColors": {
"url": "https://translations.telegram.org/en/ios/general/UserInfo.ChangeColors",
"photo_url": "https://telegra.ph/file/p/117fcd69ae4/a4d74a2cecdeb3fb8024417.jpg?c=168,377,280,280,280,280",
@@ -8054,14 +6994,6 @@
"singular": "End Video Chat"
}
},
- "VoiceChat.ForwardTooltip.Chat": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceChat.ForwardTooltip.Chat",
- "photo_url": "https://telegra.ph/file/p/8875d843d74/ab57597ebc0c836f8522417.jpg?c=54,548,505,505,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite link sent to **
%@**."
- }
- },
"VoiceChat.ForwardTooltip.ManyChats": {
"url": "https://translations.telegram.org/en/ios/general/VoiceChat.ForwardTooltip.ManyChats",
"photo_url": "https://telegra.ph/file/p/0c67b98b4eb/98bfdb878dc81f282873a17.jpg?c=41,510,550,550,280,280",
@@ -8070,12 +7002,12 @@
"singular": "Invite link sent to **
%@** and
%@ other chats."
}
},
- "VoiceChat.ForwardTooltip.TwoChats": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceChat.ForwardTooltip.TwoChats",
- "photo_url": "https://telegra.ph/file/p/06eacfae561/be1263ea1d32c629e157a17.jpg?c=40,510,551,551,280,280",
- "has_binding": false,
+ "VoiceChat.InviteMember": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.InviteMember",
+ "photo_url": "https://telegra.ph/file/p/739c1c12f93/1c1df8587b09edd96324217.jpg?c=98,395,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Invite link sent to **
%@** and **
%@**."
+ "singular": "Invite Members"
}
},
"VoiceChat.InviteMemberToGroupFirstAdd": {
@@ -8150,6 +7082,31 @@
"singular": "You are in Listen Only mode"
}
},
+ "VoiceChat.Panel.Members": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.Panel.Members",
+ "photo_url": "https://telegra.ph/file/p/739c1c12f93/1c1df8587b09edd96324217.jpg?c=160,339,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ participant",
+ "plural": "
%@ participants"
+ }
+ },
+ "VoiceChat.Panel.TapToJoin": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.Panel.TapToJoin",
+ "photo_url": "https://telegra.ph/file/p/46eb1b0aa38/603afe20a42fb1af8f72217.jpg?c=9,157,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Tap to join"
+ }
+ },
+ "VoiceChat.PanelJoin": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.PanelJoin",
+ "photo_url": "https://telegra.ph/file/p/6d99e30ebec/5b8c0c24ecf6d1b60508817.jpg?c=313,96,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Join"
+ }
+ },
"VoiceChat.PeerJoinedText": {
"url": "https://translations.telegram.org/en/ios/general/VoiceChat.PeerJoinedText",
"photo_url": "https://telegra.ph/file/p/62abbe58c88/c64f3f20de4d31150f99717.jpg?c=76,880,352,352,280,280",
@@ -8198,6 +7155,63 @@
"singular": "You removed
%@ from the group"
}
},
+ "VoiceChat.Share": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.Share",
+ "photo_url": "https://telegra.ph/file/p/eb407553d18/15c4ed0eab796ef97729417.jpg?c=40,581,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Share Invite Link"
+ }
+ },
+ "VoiceChat.SpeakPermissionAdmin": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.SpeakPermissionAdmin",
+ "photo_url": "https://telegra.ph/file/p/eb407553d18/15c4ed0eab796ef97729417.jpg?c=37,451,408,408,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Participants Are Muted"
+ }
+ },
+ "VoiceChat.SpeakPermissionEveryone": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.SpeakPermissionEveryone",
+ "photo_url": "https://telegra.ph/file/p/eb407553d18/15c4ed0eab796ef97729417.jpg?c=37,397,414,414,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Participants Can Speak"
+ }
+ },
+ "VoiceChat.Status.Members": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.Status.Members",
+ "photo_url": "https://telegra.ph/file/p/46eb1b0aa38/603afe20a42fb1af8f72217.jpg?c=182,38,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "[
%@]participant",
+ "plural": "[
%@]participants"
+ }
+ },
+ "VoiceChat.Status.MembersFormat": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.Status.MembersFormat",
+ "photo_url": "https://telegra.ph/file/p/62abbe58c88/c64f3f20de4d31150f99717.jpg?c=125,411,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ %2$@"
+ }
+ },
+ "VoiceChat.StatusInvited": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.StatusInvited",
+ "photo_url": "https://telegra.ph/file/p/739c1c12f93/1c1df8587b09edd96324217.jpg?c=74,550,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "invited"
+ }
+ },
+ "VoiceChat.StatusListening": {
+ "url": "https://translations.telegram.org/en/ios/general/VoiceChat.StatusListening",
+ "photo_url": "https://telegra.ph/file/p/739c1c12f93/1c1df8587b09edd96324217.jpg?c=77,480,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "listening"
+ }
+ },
"VoiceChat.Title": {
"url": "https://translations.telegram.org/en/ios/general/VoiceChat.Title",
"photo_url": "https://telegra.ph/file/p/46eb1b0aa38/603afe20a42fb1af8f72217.jpg?c=10,134,280,280,280,280",
@@ -8238,120 +7252,6 @@
"singular": "You invited **
%@** to the video chat"
}
},
- "VoiceChat.You": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceChat.You",
- "photo_url": "https://telegra.ph/file/p/8875d843d74/ab57597ebc0c836f8522417.jpg?c=80,190,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "this is you"
- }
- },
- "VoiceOver.Chat.AnonymousPoll": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.AnonymousPoll",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Anonymous poll"
- }
- },
- "VoiceOver.Chat.AnonymousPollFrom": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.AnonymousPollFrom",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Anonymous poll, from:
%@"
- }
- },
- "VoiceOver.Chat.Caption": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.Caption",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Caption:
%@"
- }
- },
- "VoiceOver.Chat.Contact": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.Contact",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Shared contact"
- }
- },
- "VoiceOver.Chat.ContactEmail": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ContactEmail",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Email"
- }
- },
- "VoiceOver.Chat.ContactEmailCount": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ContactEmailCount",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%@ email address",
- "plural": "
%@ email addresses"
- }
- },
- "VoiceOver.Chat.ContactFrom": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ContactFrom",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Shared contact, from:
%@"
- }
- },
- "VoiceOver.Chat.ContactOrganization": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ContactOrganization",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Organization:
%@"
- }
- },
- "VoiceOver.Chat.ContactPhoneNumber": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ContactPhoneNumber",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Phone number"
- }
- },
- "VoiceOver.Chat.ContactPhoneNumberCount": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ContactPhoneNumberCount",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%@ phone number",
- "plural": "
%@ phone numbers"
- }
- },
- "VoiceOver.Chat.Duration": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.Duration",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Duration:
%@"
- }
- },
- "VoiceOver.Chat.File": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.File",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "File"
- }
- },
- "VoiceOver.Chat.FileFrom": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.FileFrom",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "File, from:
%@"
- }
- },
"VoiceOver.Chat.MessagesSelected": {
"url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.MessagesSelected",
"photo_url": null,
@@ -8361,80 +7261,6 @@
"plural": "
%@ messages selected"
}
},
- "VoiceOver.Chat.MusicTitle": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.MusicTitle",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%1$@, by
%2$@"
- }
- },
- "VoiceOver.Chat.OpenHint": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.OpenHint",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Double tap to open"
- }
- },
- "VoiceOver.Chat.OpenLinkHint": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.OpenLinkHint",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Double tap to open link"
- }
- },
- "VoiceOver.Chat.OptionSelected": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.OptionSelected",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "selected"
- }
- },
- "VoiceOver.Chat.PagePreview": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.PagePreview",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Page preview"
- }
- },
- "VoiceOver.Chat.PlayHint": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.PlayHint",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Double tap to play"
- }
- },
- "VoiceOver.Chat.PollFinalResults": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.PollFinalResults",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Final results"
- }
- },
- "VoiceOver.Chat.PollOptionCount": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.PollOptionCount",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%@ option:",
- "plural": "
%@ options:"
- }
- },
- "VoiceOver.Chat.PollVotes": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.PollVotes",
- "photo_url": "https://telegra.ph/file/p/73927e638b0/b61bba4b0d6582b4bf14517.jpg?c=160,101,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ vote",
- "plural": "
%@ votes"
- }
- },
"VoiceOver.Chat.RecordModeVideoMessageInfo": {
"url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.RecordModeVideoMessageInfo",
"photo_url": null,
@@ -8459,126 +7285,6 @@
"singular": "Reply to message from:
%@"
}
},
- "VoiceOver.Chat.ReplyToYourMessage": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.ReplyToYourMessage",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Reply to your message"
- }
- },
- "VoiceOver.Chat.SeenByRecipient": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.SeenByRecipient",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Seen by recipient"
- }
- },
- "VoiceOver.Chat.SeenByRecipients": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.SeenByRecipients",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Seen by recipients"
- }
- },
- "VoiceOver.Chat.Selected": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.Selected",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Selected"
- }
- },
- "VoiceOver.Chat.Title": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.Title",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Title:
%@"
- }
- },
- "VoiceOver.Chat.Video": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.Video",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Video"
- }
- },
- "VoiceOver.Chat.VideoFrom": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.VideoFrom",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Video, from:
%@"
- }
- },
- "VoiceOver.Chat.VideoMessage": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.VideoMessage",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Video message"
- }
- },
- "VoiceOver.Chat.VideoMessageFrom": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.VideoMessageFrom",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Video message, from:
%@"
- }
- },
- "VoiceOver.Chat.YourAnonymousPoll": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.YourAnonymousPoll",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Your Anonymous poll"
- }
- },
- "VoiceOver.Chat.YourContact": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.YourContact",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Your shared contact"
- }
- },
- "VoiceOver.Chat.YourFile": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.YourFile",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Your file"
- }
- },
- "VoiceOver.Chat.YourMusic": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.YourMusic",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Your music message"
- }
- },
- "VoiceOver.Chat.YourVideo": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.YourVideo",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Your video"
- }
- },
- "VoiceOver.Chat.YourVideoMessage": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Chat.YourVideoMessage",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Your video message"
- }
- },
"VoiceOver.Common.Off": {
"url": "https://translations.telegram.org/en/ios/general/VoiceOver.Common.Off",
"photo_url": null,
@@ -8603,70 +7309,6 @@
"singular": "Double Tap To Toggle"
}
},
- "VoiceOver.Media.PlaybackRate": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.Media.PlaybackRate",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Playback speed"
- }
- },
- "VoiceOver.MessageContextDelete": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextDelete",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "VoiceOver.MessageContextForward": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextForward",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Forward"
- }
- },
- "VoiceOver.MessageContextOpenMessageMenu": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextOpenMessageMenu",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Open message menu"
- }
- },
- "VoiceOver.MessageContextReply": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextReply",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Reply"
- }
- },
- "VoiceOver.MessageContextReport": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextReport",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Report"
- }
- },
- "VoiceOver.MessageContextSend": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextSend",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Send"
- }
- },
- "VoiceOver.MessageContextShare": {
- "url": "https://translations.telegram.org/en/ios/general/VoiceOver.MessageContextShare",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Share"
- }
- },
"Watch.Compose.AddContact": {
"url": "https://translations.telegram.org/en/ios/general/Watch.Compose.AddContact",
"photo_url": "https://telegra.ph/file/p/a29915e237f/46b18ed5aa9277641f6351d.jpg?c=0,14,280,280,280,280",
@@ -8859,30 +7501,6 @@
"singular": "Share"
}
},
- "Weekday.ShortSunday": {
- "url": "https://translations.telegram.org/en/ios/general/Weekday.ShortSunday",
- "photo_url": "https://telegra.ph/file/p/3dcaaa919d5/3da8193635fef04be5c461d.jpg?c=18,700,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sun"
- }
- },
- "Widget.ApplicationLocked": {
- "url": "https://translations.telegram.org/en/ios/general/Widget.ApplicationLocked",
- "photo_url": "https://telegra.ph/file/p/cc3bdc4803b/a1f83df55537cfee235aa17.jpg?c=80,123,439,439,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unlock the app to use the widget"
- }
- },
- "Widget.ApplicationStartRequired": {
- "url": "https://translations.telegram.org/en/ios/general/Widget.ApplicationStartRequired",
- "photo_url": "https://telegra.ph/file/p/6c5c15b82f9/edb943c2935f127339a9317.jpg?c=89,127,420,420,280,280",
- "has_binding": false,
- "values": {
- "singular": "Open the app to use the widget"
- }
- },
"Widget.ChatsGalleryDescription": {
"url": "https://translations.telegram.org/en/ios/general/Widget.ChatsGalleryDescription",
"photo_url": "https://telegra.ph/file/p/4031e383d74/f5035cc3c472678f8abe517.jpg?c=0,145,600,601,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/ios/groups_and_channels.json b/data/web_tr/translations.telegram.org/en/ios/groups_and_channels.json
index fccd4c1762..b06da2d915 100644
--- a/data/web_tr/translations.telegram.org/en/ios/groups_and_channels.json
+++ b/data/web_tr/translations.telegram.org/en/ios/groups_and_channels.json
@@ -15,110 +15,6 @@
"singular": "Please Allow Access"
}
},
- "AdsInfo.Ads.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Ads.Text",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=39,516,532,532,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can turn off ads by subscribing to [Telegram Premium](), and Level
%@ channels can remove them for their subscribers."
- }
- },
- "AdsInfo.Ads.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Ads.Title",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=61,623,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Can Be Removed"
- }
- },
- "AdsInfo.Info": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Info",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=42,216,516,516,280,280",
- "has_binding": true,
- "values": {
- "singular": "Telegram Ads are very different from ads on other platforms. Ads such as this one:"
- }
- },
- "AdsInfo.Launch.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Launch.Text",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=0,584,600,606,276,280",
- "has_binding": true,
- "values": {
- "singular": "Anyone can create ads to display in this channel – with minimal budgets. Check out the Telegram Ad Platform for details. [Learn More >]()"
- }
- },
- "AdsInfo.Launch.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Launch.Title",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=127,725,345,345,280,280",
- "has_binding": true,
- "values": {
- "singular": "Can I Launch an Ad?"
- }
- },
- "AdsInfo.Respect.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Respect.Text",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=32,296,552,552,280,280",
- "has_binding": true,
- "values": {
- "singular": "Ads on Telegram do not use your personal information and are based on the channel in which you see them."
- }
- },
- "AdsInfo.Respect.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Respect.Title",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=70,356,285,285,280,280",
- "has_binding": true,
- "values": {
- "singular": "Respect Your Privacy"
- }
- },
- "AdsInfo.Split.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Split.Text",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=45,427,502,502,280,280",
- "has_binding": true,
- "values": {
- "singular": "50% of the revenue from Telegram Ads goes to the owner of the channel where they are displayed."
- }
- },
- "AdsInfo.Split.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Split.Title",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=66,464,337,337,280,280",
- "has_binding": true,
- "values": {
- "singular": "Help the Channel Creator"
- }
- },
- "AdsInfo.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Title",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=153,233,295,295,280,280",
- "has_binding": true,
- "values": {
- "singular": "About These Ads"
- }
- },
- "AdsInfo.Understood": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AdsInfo.Understood",
- "photo_url": "https://telegra.ph/file/p/52a4640bb1a/e1be1a86d7100f2369a5917.jpg?c=159,958,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Understood"
- }
- },
- "Attachment.AllMedia": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.AllMedia",
- "photo_url": "https://telegra.ph/file/p/42f3a598317/cc9eb6c905d8e8f43cf3117.jpg?c=111,87,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "All"
- }
- },
- "Attachment.CameraAccessText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.CameraAccessText",
- "photo_url": "https://telegra.ph/file/p/8307700c8b7/6160e5f217fc271f4f79117.jpg?c=7,340,466,466,280,280",
- "has_binding": false,
- "values": {
- "singular": "Telegram needs camera access so that you can take photos and videos."
- }
- },
"Attachment.CancelSelectionAlertNo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.CancelSelectionAlertNo",
"photo_url": "https://telegra.ph/file/p/127c78b516a/dd049690c8ee969a260b317.jpg?c=95,441,280,280,280,280",
@@ -184,14 +80,6 @@
"singular": "Send and receive files of any type, up to 2 GB
in size each, access them instantly
on your other devices."
}
},
- "Attachment.FilesSearchPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.FilesSearchPlaceholder",
- "photo_url": "https://telegra.ph/file/p/0df6bd1f612/4bc4f6aeb6882c98d047617.jpg?c=43,82,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search sent files"
- }
- },
"Attachment.Gallery": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.Gallery",
"photo_url": "https://telegra.ph/file/p/038459440b7/d87f7321403676b42b80b17.jpg?c=12,984,280,280,280,280",
@@ -240,14 +128,6 @@
"singular": "Access Your Location"
}
},
- "Attachment.Manage": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.Manage",
- "photo_url": "https://telegra.ph/file/p/8307700c8b7/6160e5f217fc271f4f79117.jpg?c=304,417,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Manage"
- }
- },
"Attachment.MediaAccessText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.MediaAccessText",
"photo_url": "https://telegra.ph/file/p/038459440b7/d87f7321403676b42b80b17.jpg?c=57,576,485,485,280,280",
@@ -264,14 +144,6 @@
"singular": "Access Your Photos and Videos"
}
},
- "Attachment.MediaTypes": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.MediaTypes",
- "photo_url": "https://telegra.ph/file/p/4b13cdf6ed7/a5fb79b4f35f9111f893f17.jpg?c=14,484,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Media Types"
- }
- },
"Attachment.MessagePreview": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.MessagePreview",
"photo_url": "https://telegra.ph/file/p/d3f4842ae34/ea64200e96134c9a4f49c17.jpg?c=160,172,280,280,280,280",
@@ -288,14 +160,6 @@
"singular": "Messages Preview"
}
},
- "Attachment.MyAlbums": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.MyAlbums",
- "photo_url": "https://telegra.ph/file/p/4b13cdf6ed7/a5fb79b4f35f9111f893f17.jpg?c=13,149,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "My Albums"
- }
- },
"Attachment.OpenCamera": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.OpenCamera",
"photo_url": "https://telegra.ph/file/p/038459440b7/d87f7321403676b42b80b17.jpg?c=180,870,280,280,280,280",
@@ -320,47 +184,6 @@
"singular": "Poll"
}
},
- "Attachment.RecentlySentFiles": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.RecentlySentFiles",
- "photo_url": "https://telegra.ph/file/p/0df6bd1f612/4bc4f6aeb6882c98d047617.jpg?c=33,317,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Recently Sent Files"
- }
- },
- "Attachment.SearchWeb": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.SearchWeb",
- "photo_url": "https://telegra.ph/file/p/4b13cdf6ed7/a5fb79b4f35f9111f893f17.jpg?c=39,86,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Search Web"
- }
- },
- "Attachment.SelectFromFiles": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.SelectFromFiles",
- "photo_url": "https://telegra.ph/file/p/0df6bd1f612/4bc4f6aeb6882c98d047617.jpg?c=88,233,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select from Files"
- }
- },
- "Attachment.SelectFromGallery": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.SelectFromGallery",
- "photo_url": "https://telegra.ph/file/p/0df6bd1f612/4bc4f6aeb6882c98d047617.jpg?c=95,179,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select from Gallery"
- }
- },
- "Attachment.SelectedMedia": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.SelectedMedia",
- "photo_url": "https://telegra.ph/file/p/42f3a598317/cc9eb6c905d8e8f43cf3117.jpg?c=215,87,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ Selected",
- "plural": "
%@ Selected"
- }
- },
"Attachment.SendAsFile": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.SendAsFile",
"photo_url": "https://telegra.ph/file/p/2d90181fce2/c697a0807fe999bb951bd17.jpg?c=154,159,280,280,280,280",
@@ -369,14 +192,6 @@
"singular": "Send as File"
}
},
- "Attachment.SendAsFiles": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.SendAsFiles",
- "photo_url": "https://telegra.ph/file/p/42f3a598317/cc9eb6c905d8e8f43cf3117.jpg?c=159,159,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send as Files"
- }
- },
"Attachment.Ungrouped": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Attachment.Ungrouped",
"photo_url": "https://telegra.ph/file/p/42f3a598317/cc9eb6c905d8e8f43cf3117.jpg?c=151,281,280,280,280,280",
@@ -385,38 +200,6 @@
"singular": "Ungrouped"
}
},
- "AuthSessions.View.Application": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AuthSessions.View.Application",
- "photo_url": "https://telegra.ph/file/p/9bdb7462afa/ace787e2d6857705e2f6a17.jpg?c=29,581,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Application"
- }
- },
- "AuthSessions.View.IP": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AuthSessions.View.IP",
- "photo_url": "https://telegra.ph/file/p/9bdb7462afa/ace787e2d6857705e2f6a17.jpg?c=29,687,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "IP Address"
- }
- },
- "AuthSessions.View.Location": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AuthSessions.View.Location",
- "photo_url": "https://telegra.ph/file/p/9bdb7462afa/ace787e2d6857705e2f6a17.jpg?c=27,633,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Location"
- }
- },
- "AuthSessions.View.TerminateSession": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/AuthSessions.View.TerminateSession",
- "photo_url": "https://telegra.ph/file/p/9bdb7462afa/ace787e2d6857705e2f6a17.jpg?c=158,772,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Terminate Session"
- }
- },
"AutoremoveSetup.TimeSectionHeader": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/AutoremoveSetup.TimeSectionHeader",
"photo_url": "https://telegra.ph/file/p/adf6947ae34/86edc187e63c25c45f1f817.jpg?c=12,326,316,316,280,280",
@@ -725,55 +508,6 @@
"singular": "select up to
%@ members"
}
},
- "BoostGift.PrepaidGiveawayCount": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.PrepaidGiveawayCount",
- "photo_url": "https://telegra.ph/file/p/0c499b4271d/0063f025d032a17871de917.jpg?c=99,435,305,305,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ Telegram Premium",
- "plural": "
%@ Telegram Premium"
- }
- },
- "BoostGift.PrepaidGiveawayMonths": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.PrepaidGiveawayMonths",
- "photo_url": "https://telegra.ph/file/p/0c499b4271d/0063f025d032a17871de917.jpg?c=99,465,294,294,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@-month subscriptions"
- }
- },
- "BoostGift.PrepaidGiveawayTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.PrepaidGiveawayTitle",
- "photo_url": "https://telegra.ph/file/p/0c499b4271d/0063f025d032a17871de917.jpg?c=30,402,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "PREPAID GIVEAWAY"
- }
- },
- "BoostGift.StartConfirmation.Start": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.StartConfirmation.Start",
- "photo_url": "https://telegra.ph/file/p/297137d3b3d/992a30c443016baf87d9617.jpg?c=224,575,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Start"
- }
- },
- "BoostGift.StartConfirmation.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.StartConfirmation.Text",
- "photo_url": "https://telegra.ph/file/p/297137d3b3d/992a30c443016baf87d9617.jpg?c=130,476,340,340,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to start giveaway now?"
- }
- },
- "BoostGift.StartConfirmation.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.StartConfirmation.Title",
- "photo_url": "https://telegra.ph/file/p/297137d3b3d/992a30c443016baf87d9617.jpg?c=160,466,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start Giveaway"
- }
- },
"BoostGift.Subscribers.Joined": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/BoostGift.Subscribers.Joined",
"photo_url": "https://telegra.ph/file/p/0b9461ff5de/b3e683185df1e470654c617.jpg?c=135,250,305,305,280,280",
@@ -822,28 +556,20 @@
"singular": "Choose whether to make the list of winners public when the giveaway ends."
}
},
- "Bot.AddToChat.Add.AdminAlertAdd": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Bot.AddToChat.Add.AdminAlertAdd",
- "photo_url": "https://telegra.ph/file/p/35872089ae5/9152ec9001f136f16d7d017.jpg?c=158,552,280,280,280,280",
+ "Bot.GroupStatusDoesNotReadHistory": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Bot.GroupStatusDoesNotReadHistory",
+ "photo_url": "https://telegra.ph/file/p/11f661781c5/d04afce45bc2844ca23f91d.jpg?c=102,648,400,400,280,280",
"has_binding": true,
"values": {
- "singular": "Add as Admin"
+ "singular": "has no access to messages"
}
},
- "Bot.AddToChat.Add.AdminAlertTextChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Bot.AddToChat.Add.AdminAlertTextChannel",
- "photo_url": "https://telegra.ph/file/p/35872089ae5/9152ec9001f136f16d7d017.jpg?c=106,428,386,386,280,280",
+ "Bot.GroupStatusReadsHistory": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Bot.GroupStatusReadsHistory",
+ "photo_url": "https://telegra.ph/file/p/a4ca928081f/d686d01a8d9b759d62b401d.jpg?c=106,696,356,356,280,280",
"has_binding": true,
"values": {
- "singular": "Do you want to add the bot as an admin in **
%@**? It will have access to lists of channel admins and subscribers."
- }
- },
- "Bot.AddToChat.Add.AdminAlertTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Bot.AddToChat.Add.AdminAlertTitle",
- "photo_url": "https://telegra.ph/file/p/35872089ae5/9152ec9001f136f16d7d017.jpg?c=159,438,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Bot as Admin?"
+ "singular": "has access to messages"
}
},
"Broadcast.AdminLog.EmptyText": {
@@ -942,28 +668,28 @@
"singular": "Your group can now have more than
%@ members."
}
},
- "Call.CallInProgressLiveStreamMessage": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Call.CallInProgressLiveStreamMessage",
- "photo_url": "https://telegra.ph/file/p/c772bf1bc21/e9d1304cf0c7a1f56911117.jpg?c=88,435,422,422,280,280",
+ "Channel.About.Help": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.About.Help",
+ "photo_url": "https://telegra.ph/file/p/f3e867b63d3/eee8b65ecb3f7d44a708722.jpg?c=0,262,640,659,272,280",
"has_binding": true,
"values": {
- "singular": "End call with
%1$@ and start a live stream in
%2$@?"
+ "singular": "You can provide an optional description for your channel."
}
},
- "Call.LiveStreamInProgressMessage": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Call.LiveStreamInProgressMessage",
- "photo_url": "https://telegra.ph/file/p/e5cb575071e/7000b0e57c7ce28a0b13f17.jpg?c=102,448,393,393,280,280",
- "has_binding": true,
+ "Channel.About.Placeholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.About.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/ea1b9d91d75/5f68e51f7b949dcbdf8dc1d.jpg?c=18,210,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Leave live stream in
%1$@ and start a new one in
%2$@?"
+ "singular": "Description"
}
},
- "Call.LiveStreamInProgressTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Call.LiveStreamInProgressTitle",
- "photo_url": "https://telegra.ph/file/p/e5cb575071e/7000b0e57c7ce28a0b13f17.jpg?c=126,435,349,349,280,280",
- "has_binding": true,
+ "Channel.About.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.About.Title",
+ "photo_url": "https://telegra.ph/file/p/44192aff31a/5b61d4f8e44a49ee05d831d.jpg?c=18,389,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Live Stream in Progress"
+ "singular": "Description"
}
},
"Channel.AddBotAsAdmin": {
@@ -990,12 +716,84 @@
"singular": "If a person has left a channel in the past, you need to be in their Telegram contacts to add them back.
They can still join via an invite link as long as they are not on the Removed Users list."
}
},
- "Channel.AdminLog.AllowedReactionsUpdated": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.AllowedReactionsUpdated",
- "photo_url": "https://telegra.ph/file/p/244c7803d7e/f04238f52cb3b5021f7df17.jpg?c=50,718,504,504,280,280",
+ "Channel.AdminLog.AddMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.AddMembers",
+ "photo_url": "https://telegra.ph/file/p/718b1ab9ced/2096f72e16f87fe0a8be81d.jpg?c=176,1000,388,388,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Members"
+ }
+ },
+ "Channel.AdminLog.BanEmbedLinks": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanEmbedLinks",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=103,434,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "
%1$@ updated the list of allowed reactions to:
%2$@"
+ "singular": "Embed Links"
+ }
+ },
+ "Channel.AdminLog.BanReadMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanReadMessages",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=109,267,287,287,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Read Messages"
+ }
+ },
+ "Channel.AdminLog.BanSendGifs": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanSendGifs",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=89,401,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send GIFs"
+ }
+ },
+ "Channel.AdminLog.BanSendMedia": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanSendMedia",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=99,337,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Media"
+ }
+ },
+ "Channel.AdminLog.BanSendMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanSendMessages",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=115,303,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Messages"
+ }
+ },
+ "Channel.AdminLog.BanSendStickers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanSendStickers",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=107,368,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send Stickers"
+ }
+ },
+ "Channel.AdminLog.BanSendStickersAndGifs": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.BanSendStickersAndGifs",
+ "photo_url": "https://telegra.ph/file/p/718b1ab9ced/2096f72e16f87fe0a8be81d.jpg?c=169,1309,571,571,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Stickers & GIFs"
+ }
+ },
+ "Channel.AdminLog.CanAddAdmins": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanAddAdmins",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=111,397,305,305,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add New Admins"
+ }
+ },
+ "Channel.AdminLog.CanBanUsers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanBanUsers",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=95,277,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Ban Users"
}
},
"Channel.AdminLog.CanBeAnonymous": {
@@ -1006,20 +804,60 @@
"singular": "Remain Anonymous"
}
},
- "Channel.AdminLog.CanManageCalls": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanManageCalls",
- "photo_url": "https://telegra.ph/file/p/d958026381b/57d0a397ddbaf9380816d17.jpg?c=85,661,306,306,280,280",
+ "Channel.AdminLog.CanChangeInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanChangeInfo",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=101,211,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Manage Video Chats"
+ "singular": "Change Info"
}
},
- "Channel.AdminLog.CanManageLiveStreams": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanManageLiveStreams",
- "photo_url": "https://telegra.ph/file/p/26c9e0a1a98/eb7604f2696aa264e98a217.jpg?c=13,641,306,306,280,280",
+ "Channel.AdminLog.CanChangeInviteLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanChangeInviteLink",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=101,308,366,366,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Invite Users Via Link"
+ }
+ },
+ "Channel.AdminLog.CanDeleteMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanDeleteMessages",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=113,229,303,303,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete Messages"
+ }
+ },
+ "Channel.AdminLog.CanEditMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanEditMessages",
+ "photo_url": "https://telegra.ph/file/p/78fcc9ce16d/7b8e0874db675a3bb571e1d.jpg?c=103,507,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Manage Live Streams"
+ "singular": "Edit Messages of Others"
+ }
+ },
+ "Channel.AdminLog.CanInviteUsers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanInviteUsers",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=88,310,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Users"
+ }
+ },
+ "Channel.AdminLog.CanPinMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanPinMessages",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=102,377,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pin Messages"
+ }
+ },
+ "Channel.AdminLog.CanSendMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.CanSendMessages",
+ "photo_url": "https://telegra.ph/file/p/78fcc9ce16d/7b8e0874db675a3bb571e1d.jpg?c=101,446,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Post Messages"
}
},
"Channel.AdminLog.CaptionEdited": {
@@ -1030,6 +868,14 @@
"singular": "
%@ edited caption:"
}
},
+ "Channel.AdminLog.ChangeInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.ChangeInfo",
+ "photo_url": "https://telegra.ph/file/p/718b1ab9ced/2096f72e16f87fe0a8be81d.jpg?c=186,594,331,331,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Change Info"
+ }
+ },
"Channel.AdminLog.ChannelChangedNameColor": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.ChannelChangedNameColor",
"photo_url": "https://telegra.ph/file/p/15aa820ccf3/d07a3183f22ae5df9d42c17.jpg?c=32,506,539,539,280,280",
@@ -1054,6 +900,14 @@
"singular": "
%1$@ changed the channel status to
%2$@"
}
},
+ "Channel.AdminLog.DefaultRestrictionsUpdated": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.DefaultRestrictionsUpdated",
+ "photo_url": "https://telegra.ph/file/p/718b1ab9ced/2096f72e16f87fe0a8be81d.jpg?c=134,379,784,784,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "changed default permissions"
+ }
+ },
"Channel.AdminLog.DeletedInviteLink": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.DeletedInviteLink",
"photo_url": "https://telegra.ph/file/p/4ff6ee53613/7a2290f4f267cb769147317.jpg?c=60,546,480,480,280,280",
@@ -1062,6 +916,14 @@
"singular": "
%1$@ deleted the invite link
%2$@"
}
},
+ "Channel.AdminLog.DisabledSlowmode": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.DisabledSlowmode",
+ "photo_url": "https://telegra.ph/file/p/202345f322e/f08a77592da8fb3fd7c3017.jpg?c=116,831,369,369,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ disabled the slow mode"
+ }
+ },
"Channel.AdminLog.EditedInviteLink": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EditedInviteLink",
"photo_url": "https://telegra.ph/file/p/57ae3126a11/663dd98d8243435df972217.jpg?c=73,370,455,455,280,280",
@@ -1070,6 +932,14 @@
"singular": "
%1$@ edited invite link
%2$@"
}
},
+ "Channel.AdminLog.EmptyFilterQueryText": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EmptyFilterQueryText",
+ "photo_url": "https://telegra.ph/file/p/4b48f28a52a/a6c10b036f214759bfd751d.jpg?c=17,159,617,617,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No recent actions that contain '
%@' have been found."
+ }
+ },
"Channel.AdminLog.EmptyFilterText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EmptyFilterText",
"photo_url": "https://telegra.ph/file/p/b1ffa1afe10/8c93d1c1866eec3987fb11d.jpg?c=69,349,503,503,280,280",
@@ -1078,6 +948,22 @@
"singular": "No recent actions that match your query were found."
}
},
+ "Channel.AdminLog.EmptyFilterTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EmptyFilterTitle",
+ "photo_url": "https://telegra.ph/file/p/b1ffa1afe10/8c93d1c1866eec3987fb11d.jpg?c=157,383,327,327,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No actions found"
+ }
+ },
+ "Channel.AdminLog.EmptyMessageText": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EmptyMessageText",
+ "photo_url": "https://telegra.ph/file/p/cbfb51b4078/7e0b23cfbc3d82654cc811d.jpg?c=84,367,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Empty"
+ }
+ },
"Channel.AdminLog.EmptyTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EmptyTitle",
"photo_url": "https://telegra.ph/file/p/36bb2c1e346/fcd65beb51ac6e4add17c17.jpg?c=159,492,280,280,280,280",
@@ -1086,14 +972,6 @@
"singular": "No recent actions"
}
},
- "Channel.AdminLog.EndedLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EndedLiveStream",
- "photo_url": "https://telegra.ph/file/p/41d8c19e497/4fed6b67d300e8a628ef017.jpg?c=68,769,453,453,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ ended the live stream"
- }
- },
"Channel.AdminLog.EndedVoiceChat": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.EndedVoiceChat",
"photo_url": "https://telegra.ph/file/p/9aa17809ce2/3aeffb0e2da9ed10723d717.jpg?c=136,679,328,328,280,280",
@@ -1126,6 +1004,14 @@
"singular": "This is a list of all service actions taken by the channel's admins in the last 48 hours."
}
},
+ "Channel.AdminLog.InfoPanelTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.InfoPanelTitle",
+ "photo_url": "https://telegra.ph/file/p/36bb2c1e346/fcd65beb51ac6e4add17c17.jpg?c=159,964,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "What Is This?"
+ }
+ },
"Channel.AdminLog.JoinedViaPublicRequest": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.JoinedViaPublicRequest",
"photo_url": "https://telegra.ph/file/p/c9f88e05650/c5ab85b13d6b98945f9ba17.jpg?c=93,791,422,422,280,280",
@@ -1134,12 +1020,12 @@
"singular": "
%1$@ joined via public request, approved by
%2$@"
}
},
- "Channel.AdminLog.JoinedViaRequest": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.JoinedViaRequest",
- "photo_url": "https://telegra.ph/file/p/ce0c5e0f419/2efac27c06a57b9246b7b17.jpg?c=46,708,511,511,280,280",
- "has_binding": true,
+ "Channel.AdminLog.MessageAdmin": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageAdmin",
+ "photo_url": "https://telegra.ph/file/p/b56e0a192cb/d7314a29759d6bcd3c98a1d.jpg?c=86,516,394,394,280,280",
+ "has_binding": false,
"values": {
- "singular": "
%1$@ joined via invite link
%2$@, approved by
%3$@"
+ "singular": "
%@ changed privileges for
%@ (
%@)"
}
},
"Channel.AdminLog.MessageChangedAutoremoveTimeoutSet": {
@@ -1150,20 +1036,20 @@
"singular": "
%1$@ set auto-delete timer to
%2$@"
}
},
- "Channel.AdminLog.MessageChangedBackgroundEmojiRemoved": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedBackgroundEmojiRemoved",
- "photo_url": "https://telegra.ph/file/p/24e8fdc6692/3ab5eb920850ea6fca57817.jpg?c=109,797,382,382,280,280",
- "has_binding": true,
+ "Channel.AdminLog.MessageChangedChannelAbout": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedChannelAbout",
+ "photo_url": "https://telegra.ph/file/p/08f0112ede7/9cf1d25207e5fee1844201d.jpg?c=21,439,600,600,280,280",
+ "has_binding": false,
"values": {
- "singular": "
%1$@ removed background emoji"
+ "singular": "
%@ edited channel description"
}
},
- "Channel.AdminLog.MessageChangedBackgroundEmojiSet": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedBackgroundEmojiSet",
- "photo_url": "https://telegra.ph/file/p/24e8fdc6692/3ab5eb920850ea6fca57817.jpg?c=104,760,398,398,280,280",
- "has_binding": true,
+ "Channel.AdminLog.MessageChangedChannelUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedChannelUsername",
+ "photo_url": "https://telegra.ph/file/p/9aa1232a3eb/c66eeab72a6e84f8f163e1d.jpg?c=117,575,405,405,280,280",
+ "has_binding": false,
"values": {
- "singular": "
%1$@ set background emoji to
%2$@"
+ "singular": "
%@ changed channel link:"
}
},
"Channel.AdminLog.MessageChangedGroupAbout": {
@@ -1182,12 +1068,60 @@
"singular": "
%@ changed group emoji pack"
}
},
- "Channel.AdminLog.MessageChangedNameColorSet": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedNameColorSet",
- "photo_url": "https://telegra.ph/file/p/24e8fdc6692/3ab5eb920850ea6fca57817.jpg?c=141,755,328,328,280,280",
+ "Channel.AdminLog.MessageChangedGroupStickerPack": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedGroupStickerPack",
+ "photo_url": "https://telegra.ph/file/p/afea07aabdf/8739a9d66465f3b4b82301d.jpg?c=136,112,480,480,280,280",
"has_binding": true,
"values": {
- "singular": "
%1$@ set name color to
%2$@"
+ "singular": "
%@ changed group sticker set"
+ }
+ },
+ "Channel.AdminLog.MessageChangedGroupUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedGroupUsername",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=107,378,433,433,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ changed group link:"
+ }
+ },
+ "Channel.AdminLog.MessageChangedLinkedChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedLinkedChannel",
+ "photo_url": "https://telegra.ph/file/p/89b43afe7f9/57b6f41a1f0e4193f01cf1d.jpg?c=85,661,952,952,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ linked this group to
%2$@"
+ }
+ },
+ "Channel.AdminLog.MessageChangedLinkedGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedLinkedGroup",
+ "photo_url": "https://telegra.ph/file/p/fb17136d125/ced788065ed8f61164b191d.jpg?c=118,1304,888,888,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ made
%2$@ the discussion group for this channel."
+ }
+ },
+ "Channel.AdminLog.MessageChangedUnlinkedChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedUnlinkedChannel",
+ "photo_url": "https://telegra.ph/file/p/89b43afe7f9/57b6f41a1f0e4193f01cf1d.jpg?c=194,831,735,735,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ unlinked this group from
%2$@"
+ }
+ },
+ "Channel.AdminLog.MessageChangedUnlinkedGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageChangedUnlinkedGroup",
+ "photo_url": "https://telegra.ph/file/p/fb17136d125/ced788065ed8f61164b191d.jpg?c=167,1474,788,788,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ removed the discussion group
%2$@"
+ }
+ },
+ "Channel.AdminLog.MessageDeleted": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageDeleted",
+ "photo_url": "https://telegra.ph/file/p/609d8415105/1638beb5f6aa8a0ae046c1d.jpg?c=141,254,354,354,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ deleted message:"
}
},
"Channel.AdminLog.MessageEdited": {
@@ -1214,45 +1148,36 @@
"singular": "
%@ made the group history visible for new members"
}
},
- "Channel.AdminLog.MessageManyDeleted": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageManyDeleted",
- "photo_url": "https://telegra.ph/file/p/684b8c9748b/15d0f9f90450c7653535617.jpg?c=68,86,455,455,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ deleted
%2$@ from
%3$@"
- }
- },
- "Channel.AdminLog.MessageManyDeleted.HideAll": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageManyDeleted.HideAll",
- "photo_url": "https://telegra.ph/file/p/0f19b74d18f/73aaebfaa570731db21d617.jpg?c=280,309,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "hide all"
- }
- },
- "Channel.AdminLog.MessageManyDeleted.Messages": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageManyDeleted.Messages",
- "photo_url": "https://telegra.ph/file/p/684b8c9748b/15d0f9f90450c7653535617.jpg?c=171,112,280,280,280,280",
+ "Channel.AdminLog.MessageInvitedName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageInvitedName",
+ "photo_url": "https://telegra.ph/file/p/a2affa533f2/fad3d3a9c6269a2f238611d.jpg?c=86,607,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ message",
- "plural": "
%@ messages"
+ "singular": "invited
%1$@"
}
},
- "Channel.AdminLog.MessageManyDeleted.ShowAll": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageManyDeleted.ShowAll",
- "photo_url": "https://telegra.ph/file/p/684b8c9748b/15d0f9f90450c7653535617.jpg?c=286,306,280,280,280,280",
- "has_binding": true,
+ "Channel.AdminLog.MessageInvitedNameUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageInvitedNameUsername",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=94,523,314,314,280,280",
+ "has_binding": false,
"values": {
- "singular": "show all"
+ "singular": "invited
%1$@ (
%2$@)"
}
},
- "Channel.AdminLog.MessageManyDeletedMore": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageManyDeletedMore",
- "photo_url": "https://telegra.ph/file/p/684b8c9748b/15d0f9f90450c7653535617.jpg?c=22,224,552,552,280,280",
+ "Channel.AdminLog.MessageKickedName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageKickedName",
+ "photo_url": "https://telegra.ph/file/p/a2affa533f2/fad3d3a9c6269a2f238611d.jpg?c=88,134,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "
%1$@ deleted
%2$@ from
%3$@ %4$@"
+ "singular": "banned
%1$@"
+ }
+ },
+ "Channel.AdminLog.MessageKickedNameUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageKickedNameUsername",
+ "photo_url": "https://telegra.ph/file/p/fed0a051002/1ece716efd0204df8bcb61d.jpg?c=92,772,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "banned
%1$@ (
%2$@)"
}
},
"Channel.AdminLog.MessagePinned": {
@@ -1263,6 +1188,14 @@
"singular": "
%@ pinned message:"
}
},
+ "Channel.AdminLog.MessagePreviousCaption": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessagePreviousCaption",
+ "photo_url": "https://telegra.ph/file/p/cbfb51b4078/7e0b23cfbc3d82654cc811d.jpg?c=111,336,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Original caption"
+ }
+ },
"Channel.AdminLog.MessagePreviousDescription": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessagePreviousDescription",
"photo_url": "https://telegra.ph/file/p/bb7c74389f9/e90b1e8e18ce3721ff1af1d.jpg?c=113,701,328,328,280,280",
@@ -1271,6 +1204,14 @@
"singular": "Previous description"
}
},
+ "Channel.AdminLog.MessagePreviousLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessagePreviousLink",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=101,721,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Previous link"
+ }
+ },
"Channel.AdminLog.MessagePreviousMessage": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessagePreviousMessage",
"photo_url": "https://telegra.ph/file/p/609d8415105/1638beb5f6aa8a0ae046c1d.jpg?c=116,545,280,280,280,280",
@@ -1279,6 +1220,54 @@
"singular": "Original message"
}
},
+ "Channel.AdminLog.MessagePromotedName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessagePromotedName",
+ "photo_url": "https://telegra.ph/file/p/90fc2fa7e1f/4653949f35a4724d083f41d.jpg?c=87,98,393,393,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "changed privileges for
%1$@"
+ }
+ },
+ "Channel.AdminLog.MessagePromotedNameUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessagePromotedNameUsername",
+ "photo_url": "https://telegra.ph/file/p/cbfb51b4078/7e0b23cfbc3d82654cc811d.jpg?c=87,582,392,392,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "changed privileges for
%1$@ (
%2$@)"
+ }
+ },
+ "Channel.AdminLog.MessageRank": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRank",
+ "photo_url": "https://telegra.ph/file/p/7fef6127148/61323ddd726a0247c654d1d.jpg?c=138,1304,604,604,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "changed custom title:
%1$@"
+ }
+ },
+ "Channel.AdminLog.MessageRankName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRankName",
+ "photo_url": "https://telegra.ph/file/p/82bbbea17aa/3a5837ad80bc70b976fae1d.jpg?c=115,1237,840,840,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "changed custom title for
%1$@:
%2$@"
+ }
+ },
+ "Channel.AdminLog.MessageRankUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRankUsername",
+ "photo_url": "https://telegra.ph/file/p/82bbbea17aa/3a5837ad80bc70b976fae1d.jpg?c=117,1425,825,825,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "changed custom title for
%1$@ (
%2$@):
%3$@"
+ }
+ },
+ "Channel.AdminLog.MessageRemovedChannelUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRemovedChannelUsername",
+ "photo_url": "https://telegra.ph/file/p/cedad595a0e/ff91d27b1a953ed0cc0a71d.jpg?c=110,79,443,443,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ removed channel link"
+ }
+ },
"Channel.AdminLog.MessageRemovedGroupEmojiPack": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRemovedGroupEmojiPack",
"photo_url": "https://telegra.ph/file/p/7b30e5d4f5f/0561fbb1c44179553a59517.jpg?c=81,722,438,438,280,280",
@@ -1287,20 +1276,140 @@
"singular": "
%@ removed group emoji pack"
}
},
- "Channel.AdminLog.MessageToggleNoForwardsOff": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageToggleNoForwardsOff",
- "photo_url": "https://telegra.ph/file/p/8dd5ec63c05/e3c3445aaa032b7dcebff17.jpg?c=93,792,422,422,280,280",
+ "Channel.AdminLog.MessageRemovedGroupStickerPack": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRemovedGroupStickerPack",
+ "photo_url": "https://telegra.ph/file/p/afea07aabdf/8739a9d66465f3b4b82301d.jpg?c=138,81,471,471,280,280",
"has_binding": true,
"values": {
- "singular": "
%@ allowed message forwarding"
+ "singular": "
%@ removed group sticker set"
}
},
- "Channel.AdminLog.MessageToggleNoForwardsOn": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageToggleNoForwardsOn",
- "photo_url": "https://telegra.ph/file/p/8dd5ec63c05/e3c3445aaa032b7dcebff17.jpg?c=83,746,441,441,280,280",
+ "Channel.AdminLog.MessageRemovedGroupUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRemovedGroupUsername",
+ "photo_url": "https://telegra.ph/file/p/80a54d63dd3/9f5fd7363ca09122e90861d.jpg?c=180,725,375,375,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ removed group link"
+ }
+ },
+ "Channel.AdminLog.MessageRestricted": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRestricted",
+ "photo_url": "https://telegra.ph/file/p/1c804bc04fb/960748890ffacdc96cf5e1d.jpg?c=83,559,422,422,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ changed restrictions for
%@ (
%@)"
+ }
+ },
+ "Channel.AdminLog.MessageRestrictedForever": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRestrictedForever",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=81,203,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "indefinitely"
+ }
+ },
+ "Channel.AdminLog.MessageRestrictedName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRestrictedName",
+ "photo_url": "https://telegra.ph/file/p/a2affa533f2/fad3d3a9c6269a2f238611d.jpg?c=84,191,420,420,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "changed restrictions for
%1$@"
+ }
+ },
+ "Channel.AdminLog.MessageRestrictedNameUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRestrictedNameUsername",
+ "photo_url": "https://telegra.ph/file/p/f80700a636f/7375f742f9331655931fc1d.jpg?c=84,117,420,420,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "changed restrictions for
%1$@ (
%2$@)"
+ }
+ },
+ "Channel.AdminLog.MessageRestrictedNewSetting": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRestrictedNewSetting",
+ "photo_url": "https://telegra.ph/file/p/33bf02bc3b6/f67177ad694f2ac9a02061d.jpg?c=67,739,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "now:
%@"
+ }
+ },
+ "Channel.AdminLog.MessageRestrictedUntil": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageRestrictedUntil",
+ "photo_url": "https://telegra.ph/file/p/33bf02bc3b6/f67177ad694f2ac9a02061d.jpg?c=119,738,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "until
%@"
+ }
+ },
+ "Channel.AdminLog.MessageToggleInvitesOff": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageToggleInvitesOff",
+ "photo_url": "https://telegra.ph/file/p/44a1a14ac8f/c8a0f550ad8af156338671d.jpg?c=145,771,451,451,280,280",
"has_binding": true,
"values": {
- "singular": "
%@ restricted message forwarding"
+ "singular": "
%@ disabled group invites"
+ }
+ },
+ "Channel.AdminLog.MessageToggleInvitesOn": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageToggleInvitesOn",
+ "photo_url": "https://telegra.ph/file/p/639e66264cf/b58373ac9caaabbf593791d.jpg?c=163,809,406,406,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ enabled group invites"
+ }
+ },
+ "Channel.AdminLog.MessageToggleSignaturesOff": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageToggleSignaturesOff",
+ "photo_url": "https://telegra.ph/file/p/fed0a051002/1ece716efd0204df8bcb61d.jpg?c=127,478,380,380,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ disabled signatures"
+ }
+ },
+ "Channel.AdminLog.MessageToggleSignaturesOn": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageToggleSignaturesOn",
+ "photo_url": "https://telegra.ph/file/p/fed0a051002/1ece716efd0204df8bcb61d.jpg?c=135,446,370,370,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ enabled signatures"
+ }
+ },
+ "Channel.AdminLog.MessageTransferedName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageTransferedName",
+ "photo_url": "https://telegra.ph/file/p/423e9cf36cd/880a7cef6d5bdb2efa4b81d.jpg?c=115,777,831,831,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "transferred ownership to
%1$@"
+ }
+ },
+ "Channel.AdminLog.MessageTransferedNameUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageTransferedNameUsername",
+ "photo_url": "https://telegra.ph/file/p/423e9cf36cd/880a7cef6d5bdb2efa4b81d.jpg?c=116,800,831,831,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "transferred ownership to
%1$@ (
%2$@)"
+ }
+ },
+ "Channel.AdminLog.MessageUnkickedName": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageUnkickedName",
+ "photo_url": "https://telegra.ph/file/p/8b74fc3b166/2b5943b9735c4d79735b81d.jpg?c=157,2016,437,437,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "unbanned
%1$@"
+ }
+ },
+ "Channel.AdminLog.MessageUnkickedNameUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageUnkickedNameUsername",
+ "photo_url": "https://telegra.ph/file/p/8b74fc3b166/2b5943b9735c4d79735b81d.jpg?c=122,1530,901,901,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "unbanned
%1$@ (
%2$@)"
+ }
+ },
+ "Channel.AdminLog.MessageUnpinned": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.MessageUnpinned",
+ "photo_url": "https://telegra.ph/file/p/110e0d41606/ea2c0a984934e2893a3e11d.jpg?c=167,829,391,391,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ unpinned message"
}
},
"Channel.AdminLog.MessageUnpinnedExtended": {
@@ -1311,12 +1420,20 @@
"singular": "
%@ unpinned message:"
}
},
- "Channel.AdminLog.ReactionsDisabled": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.ReactionsDisabled",
- "photo_url": "https://telegra.ph/file/p/244c7803d7e/f04238f52cb3b5021f7df17.jpg?c=149,815,321,321,280,280",
- "has_binding": true,
+ "Channel.AdminLog.PinMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.PinMessages",
+ "photo_url": "https://telegra.ph/file/p/718b1ab9ced/2096f72e16f87fe0a8be81d.jpg?c=170,789,394,394,280,280",
+ "has_binding": false,
"values": {
- "singular": "
%1$@ disabled reactions"
+ "singular": "Pin Messages"
+ }
+ },
+ "Channel.AdminLog.PollStopped": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.PollStopped",
+ "photo_url": "https://telegra.ph/file/p/45c6eb87ef4/e6acbe415c95b693836361d.jpg?c=421,1502,413,413,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ stopped poll"
}
},
"Channel.AdminLog.RevokedInviteLink": {
@@ -1327,29 +1444,28 @@
"singular": "
%1$@ revoked invite link
%2$@"
}
},
- "Channel.AdminLog.Settings": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.Settings",
- "photo_url": "https://telegra.ph/file/p/684b8c9748b/15d0f9f90450c7653535617.jpg?c=160,968,280,280,280,280",
+ "Channel.AdminLog.SendPolls": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.SendPolls",
+ "photo_url": "https://telegra.ph/file/p/718b1ab9ced/2096f72e16f87fe0a8be81d.jpg?c=183,1261,292,292,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Polls"
+ }
+ },
+ "Channel.AdminLog.SetSlowmode": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.SetSlowmode",
+ "photo_url": "https://telegra.ph/file/p/50f5be246d7/b863c689a22beaf3b3d2917.jpg?c=91,576,418,418,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ set the slow mode timer to
%2$@"
+ }
+ },
+ "Channel.AdminLog.TitleAllEvents": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.TitleAllEvents",
+ "photo_url": "https://telegra.ph/file/p/36bb2c1e346/fcd65beb51ac6e4add17c17.jpg?c=167,72,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Settings"
- }
- },
- "Channel.AdminLog.ShowMoreMessages": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.ShowMoreMessages",
- "photo_url": "https://telegra.ph/file/p/684b8c9748b/15d0f9f90450c7653535617.jpg?c=63,398,338,338,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show
%@ More Message",
- "plural": "Show
%@ More Messages"
- }
- },
- "Channel.AdminLog.StartedLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLog.StartedLiveStream",
- "photo_url": "https://telegra.ph/file/p/41d8c19e497/4fed6b67d300e8a628ef017.jpg?c=131,102,340,340,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ started a live stream"
+ "singular": "All Actions"
}
},
"Channel.AdminLog.TitleSelectedEvents": {
@@ -1384,30 +1500,6 @@
"singular": "ADMINS"
}
},
- "Channel.AdminLogFilter.ApplyFilter": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.ApplyFilter",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=160,956,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Apply Filter"
- }
- },
- "Channel.AdminLogFilter.ChannelEventsInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.ChannelEventsInfo",
- "photo_url": "https://telegra.ph/file/p/4984f4a88f3/eb2558ddfb7d564bc113517.jpg?c=152,525,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel Info"
- }
- },
- "Channel.AdminLogFilter.EventsAdminRights": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsAdminRights",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=180,250,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Admin Rights"
- }
- },
"Channel.AdminLogFilter.EventsAdmins": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsAdmins",
"photo_url": "https://telegra.ph/file/p/78a970de1bf/0de4fde94c77401fb9f8517.jpg?c=31,224,280,280,280,280",
@@ -1440,14 +1532,6 @@
"singular": "Edited Messages"
}
},
- "Channel.AdminLogFilter.EventsExceptions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsExceptions",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=168,305,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Exceptions"
- }
- },
"Channel.AdminLogFilter.EventsInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsInfo",
"photo_url": "https://telegra.ph/file/p/78a970de1bf/0de4fde94c77401fb9f8517.jpg?c=28,340,280,280,280,280",
@@ -1472,30 +1556,14 @@
"singular": "Members Leaving"
}
},
- "Channel.AdminLogFilter.EventsLeavingChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsLeavingChannel",
- "photo_url": "https://telegra.ph/file/p/4984f4a88f3/eb2558ddfb7d564bc113517.jpg?c=183,402,312,312,280,280",
+ "Channel.AdminLogFilter.EventsLeavingSubscribers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsLeavingSubscribers",
+ "photo_url": "https://telegra.ph/file/p/0bd956429f6/57c25180119b16bfcf3da1d.jpg?c=14,554,407,407,280,280",
"has_binding": false,
"values": {
"singular": "Subscribers Removed"
}
},
- "Channel.AdminLogFilter.EventsLeavingGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsLeavingGroup",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=179,389,347,347,280,280",
- "has_binding": true,
- "values": {
- "singular": "Members Left the Group"
- }
- },
- "Channel.AdminLogFilter.EventsLiveStreams": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsLiveStreams",
- "photo_url": "https://telegra.ph/file/p/921251ce4a0/e0120b62f1b937e51a61817.jpg?c=11,710,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live Streams"
- }
- },
"Channel.AdminLogFilter.EventsNewMembers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsNewMembers",
"photo_url": "https://telegra.ph/file/p/78a970de1bf/0de4fde94c77401fb9f8517.jpg?c=33,281,280,280,280,280",
@@ -1504,6 +1572,14 @@
"singular": "New Members"
}
},
+ "Channel.AdminLogFilter.EventsNewSubscribers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsNewSubscribers",
+ "photo_url": "https://telegra.ph/file/p/0bd956429f6/57c25180119b16bfcf3da1d.jpg?c=17,325,319,319,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Subscribers"
+ }
+ },
"Channel.AdminLogFilter.EventsPinned": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsPinned",
"photo_url": "https://telegra.ph/file/p/78a970de1bf/0de4fde94c77401fb9f8517.jpg?c=37,571,280,280,280,280",
@@ -1520,86 +1596,6 @@
"singular": "New Restrictions"
}
},
- "Channel.AdminLogFilter.EventsSentMessages": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.EventsSentMessages",
- "photo_url": "https://telegra.ph/file/p/8e0cbf1015b/32286b2e4a21448869bc117.jpg?c=31,602,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sent Messages"
- }
- },
- "Channel.AdminLogFilter.FilterActionsAdminsTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.FilterActionsAdminsTitle",
- "photo_url": "https://telegra.ph/file/p/f4bc59114f6/23d4bf5f15e4d2783add017.jpg?c=34,729,328,328,280,280",
- "has_binding": true,
- "values": {
- "singular": "FILTER ACTIONS BY ADMINS"
- }
- },
- "Channel.AdminLogFilter.FilterActionsTypeTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.FilterActionsTypeTitle",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=35,148,295,295,280,280",
- "has_binding": true,
- "values": {
- "singular": "FILTER ACTIONS BY TYPE"
- }
- },
- "Channel.AdminLogFilter.RecentActionsTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.RecentActionsTitle",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=161,84,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Recent Actions"
- }
- },
- "Channel.AdminLogFilter.Section.MembersChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.Section.MembersChannel",
- "photo_url": "https://telegra.ph/file/p/4984f4a88f3/eb2558ddfb7d564bc113517.jpg?c=95,181,344,344,280,280",
- "has_binding": true,
- "values": {
- "singular": "Subscribers and Admins"
- }
- },
- "Channel.AdminLogFilter.Section.MembersGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.Section.MembersGroup",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=98,188,310,310,280,280",
- "has_binding": true,
- "values": {
- "singular": "Members and Admins"
- }
- },
- "Channel.AdminLogFilter.Section.Messages": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.Section.Messages",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=76,693,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Messages"
- }
- },
- "Channel.AdminLogFilter.Section.SettingsChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.Section.SettingsChannel",
- "photo_url": "https://telegra.ph/file/p/4984f4a88f3/eb2558ddfb7d564bc113517.jpg?c=93,471,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel Settings"
- }
- },
- "Channel.AdminLogFilter.Section.SettingsGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.Section.SettingsGroup",
- "photo_url": "https://telegra.ph/file/p/c12c71aff83/f4cb5f3027c280a68669b17.jpg?c=87,471,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Settings"
- }
- },
- "Channel.AdminLogFilter.ShowAllAdminsActions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.AdminLogFilter.ShowAllAdminsActions",
- "photo_url": "https://telegra.ph/file/p/f4bc59114f6/23d4bf5f15e4d2783add017.jpg?c=90,728,390,390,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show Actions by All Admins"
- }
- },
"Channel.Appearance.ApplyButton": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Appearance.ApplyButton",
"photo_url": "https://telegra.ph/file/p/fd39961e069/d4b425bb994374a5493f317.jpg?c=159,957,280,280,280,280",
@@ -1792,6 +1788,46 @@
"singular": "Set a wallpaper that will be visible to everyone reading your channel."
}
},
+ "Channel.BanList.BlockedTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanList.BlockedTitle",
+ "photo_url": "https://telegra.ph/file/p/90b79c69760/3cdd26d2f85c09e69cf671d.jpg?c=15,434,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "BANNED"
+ }
+ },
+ "Channel.BanList.RestrictedTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanList.RestrictedTitle",
+ "photo_url": "https://telegra.ph/file/p/90b79c69760/3cdd26d2f85c09e69cf671d.jpg?c=16,269,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "RESTRICTED"
+ }
+ },
+ "Channel.BanUser.PermissionAddMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionAddMembers",
+ "photo_url": "https://telegra.ph/file/p/8f4359d95a9/58707316730a785a29ef81d.jpg?c=35,1325,388,388,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Members"
+ }
+ },
+ "Channel.BanUser.PermissionChangeGroupInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionChangeGroupInfo",
+ "photo_url": "https://telegra.ph/file/p/8f4359d95a9/58707316730a785a29ef81d.jpg?c=33,1477,516,516,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Change Group Info"
+ }
+ },
+ "Channel.BanUser.PermissionEmbedLinks": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionEmbedLinks",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=38,758,351,351,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Embed Links"
+ }
+ },
"Channel.BanUser.PermissionSendFile": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendFile",
"photo_url": "https://telegra.ph/file/p/0af142d58f6/16b00ee8e789f232bb31f17.jpg?c=74,519,280,280,280,280",
@@ -1800,6 +1836,22 @@
"singular": "Send Files"
}
},
+ "Channel.BanUser.PermissionSendMedia": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendMedia",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=38,528,326,326,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Media"
+ }
+ },
+ "Channel.BanUser.PermissionSendMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendMessages",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=35,391,436,436,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Messages"
+ }
+ },
"Channel.BanUser.PermissionSendMusic": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendMusic",
"photo_url": "https://telegra.ph/file/p/0af142d58f6/16b00ee8e789f232bb31f17.jpg?c=77,464,280,280,280,280",
@@ -1816,6 +1868,22 @@
"singular": "Send Photos"
}
},
+ "Channel.BanUser.PermissionSendPolls": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendPolls",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=38,899,291,291,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Polls"
+ }
+ },
+ "Channel.BanUser.PermissionSendStickersAndGifs": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendStickersAndGifs",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=32,578,571,571,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Stickers & GIFs"
+ }
+ },
"Channel.BanUser.PermissionSendVideo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BanUser.PermissionSendVideo",
"photo_url": "https://telegra.ph/file/p/0af142d58f6/16b00ee8e789f232bb31f17.jpg?c=79,354,280,280,280,280",
@@ -1840,6 +1908,14 @@
"singular": "Send Voice Messages"
}
},
+ "Channel.BlackList.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.BlackList.Title",
+ "photo_url": "https://telegra.ph/file/p/90b79c69760/3cdd26d2f85c09e69cf671d.jpg?c=180,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Banned"
+ }
+ },
"Channel.CommentsGroup.HeaderGroupSet": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.CommentsGroup.HeaderGroupSet",
"photo_url": "https://telegra.ph/file/p/8718d01933f/d40570926fd94bf4f33d017.jpg?c=127,229,345,345,280,280",
@@ -1848,12 +1924,60 @@
"singular": "
%@ links the group as its discussion board."
}
},
- "Channel.CommentsGroup.HeaderSet": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.CommentsGroup.HeaderSet",
- "photo_url": "https://telegra.ph/file/p/2407fd74313/26988812bda54f2e579c919.jpg?c=35,372,1128,1128,280,280",
+ "Channel.DiscussionGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup",
+ "photo_url": "https://telegra.ph/file/p/d4c9781a2c8/3999692eefb44c8713f541d.jpg?c=179,3,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "
%@ is selected as the group that hosts comments for your channel."
+ "singular": "Discussion"
+ }
+ },
+ "Channel.DiscussionGroup.Create": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.Create",
+ "photo_url": "https://telegra.ph/file/p/e052c31831a/a287255810067d7238be11d.jpg?c=105,325,343,343,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create New Group"
+ }
+ },
+ "Channel.DiscussionGroup.Header": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.Header",
+ "photo_url": "https://telegra.ph/file/p/e052c31831a/a287255810067d7238be11d.jpg?c=0,53,640,699,256,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select a group chat for discussion that will be displayed in your channel."
+ }
+ },
+ "Channel.DiscussionGroup.HeaderGroupSet": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.HeaderGroupSet",
+ "photo_url": "https://telegra.ph/file/p/de41dcd4848/37e4ec36a0708717f9f611d.jpg?c=0,330,1125,1247,252,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This group is linked as the discussion board for
%@."
+ }
+ },
+ "Channel.DiscussionGroup.HeaderLabel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.HeaderLabel",
+ "photo_url": "https://telegra.ph/file/p/df575a26a3d/36cf3c78826b58b1a0a0d1d.jpg?c=296,797,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Discuss"
+ }
+ },
+ "Channel.DiscussionGroup.HeaderSet": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.HeaderSet",
+ "photo_url": "https://telegra.ph/file/p/d4c9781a2c8/3999692eefb44c8713f541d.jpg?c=0,140,640,674,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "A link to
%@ is shown to all subscribers in the bottom panel."
+ }
+ },
+ "Channel.DiscussionGroup.Info": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.Info",
+ "photo_url": "https://telegra.ph/file/p/d4c9781a2c8/3999692eefb44c8713f541d.jpg?c=0,270,634,638,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Everything you post in the channel will be forwarded to this group."
}
},
"Channel.DiscussionGroup.LinkGroup": {
@@ -1864,6 +1988,22 @@
"singular": "Link Group"
}
},
+ "Channel.DiscussionGroup.MakeHistoryPublic": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.MakeHistoryPublic",
+ "photo_url": "https://telegra.ph/file/p/f98ad833000/0717e9a715fa23481cf3d1d.jpg?c=80,697,962,962,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Warning: If you set this private group as the discussion group for your channel, all channel subscribers will be able to access the group. \"Chat history for new members\" will be switched to Visible."
+ }
+ },
+ "Channel.DiscussionGroup.MakeHistoryPublicProceed": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.MakeHistoryPublicProceed",
+ "photo_url": "https://telegra.ph/file/p/f98ad833000/0717e9a715fa23481cf3d1d.jpg?c=638,1333,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Proceed"
+ }
+ },
"Channel.DiscussionGroup.PrivateChannel": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.PrivateChannel",
"photo_url": "https://telegra.ph/file/p/c87dc075fd3/7dc7fe40a65c6777be8c717.jpg?c=71,332,280,280,280,280",
@@ -1880,6 +2020,30 @@
"singular": "Make
%1$@ the discussion board for
%2$@?
Any member of this group will be able to see messages in the channel."
}
},
+ "Channel.DiscussionGroup.PrivateGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.PrivateGroup",
+ "photo_url": "https://telegra.ph/file/p/d4c9781a2c8/3999692eefb44c8713f541d.jpg?c=96,423,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "private group"
+ }
+ },
+ "Channel.DiscussionGroup.UnlinkChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.UnlinkChannel",
+ "photo_url": "https://telegra.ph/file/p/de41dcd4848/37e4ec36a0708717f9f611d.jpg?c=350,1028,424,424,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unlink Channel"
+ }
+ },
+ "Channel.DiscussionGroup.UnlinkGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroup.UnlinkGroup",
+ "photo_url": "https://telegra.ph/file/p/d4c9781a2c8/3999692eefb44c8713f541d.jpg?c=180,610,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unlink Group"
+ }
+ },
"Channel.DiscussionGroupAdd": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionGroupAdd",
"photo_url": "https://telegra.ph/file/p/fdd9e195f1a/bdd1e71220b036781ecb317.jpg?c=278,541,280,280,280,280",
@@ -1888,14 +2052,6 @@
"singular": "Add"
}
},
- "Channel.DiscussionMessageUnavailable": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.DiscussionMessageUnavailable",
- "photo_url": "https://telegra.ph/file/p/8b56b10b397/887bbd21af700ba10247e17.jpg?c=90,369,421,421,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, this post has been removed from the discussion group."
- }
- },
"Channel.Edit.AboutItem": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Edit.AboutItem",
"photo_url": "https://telegra.ph/file/p/f3e867b63d3/eee8b65ecb3f7d44a708722.jpg?c=18,389,280,280,280,280",
@@ -1904,12 +2060,20 @@
"singular": "Description"
}
},
- "Channel.EditAdmin.CannotEdit": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.CannotEdit",
- "photo_url": "https://telegra.ph/file/p/65858ced4e6/ecbb2dd891fa945be861d1d.jpg?c=0,452,615,615,280,280",
+ "Channel.Edit.PrivatePublicLinkAlert": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Edit.PrivatePublicLinkAlert",
+ "photo_url": "https://telegra.ph/file/p/3dd724ab222/ca0e35cfcc1b69c5f41d31d.jpg?c=55,271,526,526,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please note that if you choose a public link for your channel, anyone will be able to find it in search and join.
Do not create this link if you want your channel to stay private."
+ }
+ },
+ "Channel.EditAdmin.PermissinAddAdminOff": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissinAddAdminOff",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=3,457,590,590,280,280",
"has_binding": true,
"values": {
- "singular": "You can't edit the rights of this admin."
+ "singular": "This admin will not be able to add new admins."
}
},
"Channel.EditAdmin.PermissinAddAdminOn": {
@@ -1920,6 +2084,22 @@
"singular": "This admin will be able to add new admins with equal or fewer rights."
}
},
+ "Channel.EditAdmin.PermissionAddAdmins": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionAddAdmins",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=17,598,320,320,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add New Admins"
+ }
+ },
+ "Channel.EditAdmin.PermissionBanUsers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionBanUsers",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=15,488,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ban Users"
+ }
+ },
"Channel.EditAdmin.PermissionChangeInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionChangeInfo",
"photo_url": "https://telegra.ph/file/p/b8e83f801c3/7b4d057cfabfde01aa87817.jpg?c=37,375,309,309,280,280",
@@ -1928,6 +2108,14 @@
"singular": "Change Channel Info"
}
},
+ "Channel.EditAdmin.PermissionDeleteMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionDeleteMessages",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=19,401,319,319,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete Messages"
+ }
+ },
"Channel.EditAdmin.PermissionDeleteMessagesOfOthers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionDeleteMessagesOfOthers",
"photo_url": "https://telegra.ph/file/p/b8e83f801c3/7b4d057cfabfde01aa87817.jpg?c=33,495,397,397,280,280",
@@ -1944,6 +2132,14 @@
"singular": "Edit Messages of Others"
}
},
+ "Channel.EditAdmin.PermissionInviteMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionInviteMembers",
+ "photo_url": "https://telegra.ph/file/p/1cd4dc01e8b/1027df018c8b87975c0461d.jpg?c=36,1099,373,373,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Members"
+ }
+ },
"Channel.EditAdmin.PermissionInviteSubscribers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionInviteSubscribers",
"photo_url": "https://telegra.ph/file/p/b8e83f801c3/7b4d057cfabfde01aa87817.jpg?c=34,614,280,280,280,280",
@@ -1952,6 +2148,14 @@
"singular": "Add Subscribers"
}
},
+ "Channel.EditAdmin.PermissionInviteUsers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionInviteUsers",
+ "photo_url": "https://telegra.ph/file/p/c6826d7ef69/8f291a3d0deb568ac25531d.jpg?c=11,730,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Users"
+ }
+ },
"Channel.EditAdmin.PermissionInviteViaLink": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionInviteViaLink",
"photo_url": "https://telegra.ph/file/p/d71d6136089/25e1e5a8cc1535d276dbd17.jpg?c=38,363,294,294,280,280",
@@ -1960,6 +2164,14 @@
"singular": "Invite Users via Link"
}
},
+ "Channel.EditAdmin.PermissionPinMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionPinMessages",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=18,560,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Pin Messages"
+ }
+ },
"Channel.EditAdmin.PermissionPostMessages": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionPostMessages",
"photo_url": "https://telegra.ph/file/p/b8e83f801c3/7b4d057cfabfde01aa87817.jpg?c=34,444,280,280,280,280",
@@ -1968,6 +2180,22 @@
"singular": "Post Messages"
}
},
+ "Channel.EditAdmin.PermissionsHeader": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.EditAdmin.PermissionsHeader",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=12,231,455,455,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "WHAT CAN THIS ADMIN DO?"
+ }
+ },
+ "Channel.ErrorAccessDenied": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.ErrorAccessDenied",
+ "photo_url": "https://telegra.ph/file/p/f4f44f94a42/e3c69ca7a7f11a3fe9fa51d.jpg?c=144,769,831,831,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this channel is private."
+ }
+ },
"Channel.ErrorAddBlocked": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.ErrorAddBlocked",
"photo_url": "https://telegra.ph/file/p/919c9133474/71eb59b87bbcbcbb152a117.jpg?c=77,411,448,448,280,280",
@@ -1992,6 +2220,14 @@
"singular": "Appearance"
}
},
+ "Channel.Info.Banned": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.Banned",
+ "photo_url": "https://telegra.ph/file/p/7ff33402622/ae06efc2060f22f4866bb1d.jpg?c=180,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Banned"
+ }
+ },
"Channel.Info.BlackList": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.BlackList",
"photo_url": "https://telegra.ph/file/p/ea1b9d91d75/5f68e51f7b949dcbdf8dc1d.jpg?c=15,674,280,280,280,280",
@@ -2000,20 +2236,20 @@
"singular": "Removed Users"
}
},
- "Channel.Info.Settings": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.Settings",
- "photo_url": "https://telegra.ph/file/p/64fcc202692/7a76f34350f123747bc2b17.jpg?c=91,547,280,280,280,280",
- "has_binding": true,
+ "Channel.Info.Management": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.Management",
+ "photo_url": "https://telegra.ph/file/p/f8282327a7e/28ef2b873119672e2674522.jpg?c=43,387,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Channel Settings"
+ "singular": "Admins"
}
},
- "Channel.Info.Stats": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.Stats",
- "photo_url": "https://telegra.ph/file/p/ec1b25676cd/05f7fb2e75177e53f621717.jpg?c=97,912,300,300,280,280",
- "has_binding": true,
+ "Channel.Info.Members": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.Members",
+ "photo_url": "https://telegra.ph/file/p/f8282327a7e/28ef2b873119672e2674522.jpg?c=46,456,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Statistics"
+ "singular": "Members"
}
},
"Channel.Info.Stickers": {
@@ -2024,12 +2260,36 @@
"singular": "Group Sticker Set"
}
},
- "Channel.Management.AddModerator": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.AddModerator",
- "photo_url": "https://telegra.ph/file/p/a256aff9c98/a5481010992aacfdec15b17.jpg?c=85,297,280,280,280,280",
+ "Channel.Info.Subscribers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Info.Subscribers",
+ "photo_url": "https://telegra.ph/file/p/cadf5bb91fd/549bfa0e370e0bdbcad961d.jpg?c=18,406,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Subscribers"
+ }
+ },
+ "Channel.LeaveChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.LeaveChannel",
+ "photo_url": "https://telegra.ph/file/p/332d1e7a52f/122befaaf52108f81f8841d.jpg?c=56,729,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Add Admin"
+ "singular": "Leave Channel"
+ }
+ },
+ "Channel.LinkItem": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.LinkItem",
+ "photo_url": "https://telegra.ph/file/p/f8282327a7e/28ef2b873119672e2674522.jpg?c=44,251,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "share link"
+ }
+ },
+ "Channel.Management.AddModeratorHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.AddModeratorHelp",
+ "photo_url": "https://telegra.ph/file/p/a256aff9c98/a5481010992aacfdec15b17.jpg?c=19,384,526,526,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can add admins to help you manage your channel."
}
},
"Channel.Management.LabelAdministrator": {
@@ -2040,14 +2300,6 @@
"singular": "admin"
}
},
- "Channel.Management.LabelCreator": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.LabelCreator",
- "photo_url": "https://telegra.ph/file/p/5ad80b0dafd/881c1bbfe12242e586e341d.jpg?c=83,532,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Owner"
- }
- },
"Channel.Management.LabelOwner": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.LabelOwner",
"photo_url": "https://telegra.ph/file/p/ed2ae005f08/c4883971162355683601c17.jpg?c=73,320,280,280,280,280",
@@ -2056,14 +2308,6 @@
"singular": "owner"
}
},
- "Channel.Management.PromotedBy": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.PromotedBy",
- "photo_url": "https://telegra.ph/file/p/bf1be7081de/5835fd998314faad44a0c1d.jpg?c=112,610,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "promoted by
%@"
- }
- },
"Channel.Management.RemovedBy": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.RemovedBy",
"photo_url": "https://telegra.ph/file/p/ca9275d783c/ddafe812ddfe3f19cb55c1d.jpg?c=110,381,287,287,280,280",
@@ -2072,6 +2316,22 @@
"singular": "Removed by
%@"
}
},
+ "Channel.Management.RestrictedBy": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.RestrictedBy",
+ "photo_url": "https://telegra.ph/file/p/90b79c69760/3cdd26d2f85c09e69cf671d.jpg?c=112,338,287,287,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "restricted by
%@"
+ }
+ },
+ "Channel.Management.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Management.Title",
+ "photo_url": "https://telegra.ph/file/p/a256aff9c98/a5481010992aacfdec15b17.jpg?c=160,73,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Admins"
+ }
+ },
"Channel.Members.AddAdminErrorBlacklisted": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.AddAdminErrorBlacklisted",
"photo_url": "https://telegra.ph/file/p/4d9619e7aa7/31da68d160931c4bf4a7917.jpg?c=78,409,447,447,280,280",
@@ -2096,20 +2356,92 @@
"singular": "You can't ban this user because they are an admin in this group and you are not allowed to demote them."
}
},
- "Channel.Members.Contacts": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.Contacts",
- "photo_url": "https://telegra.ph/file/p/56deb30d141/7a4fcd1d2da9ca3bb830317.jpg?c=32,306,344,344,280,280",
+ "Channel.Members.AddMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.AddMembers",
+ "photo_url": "https://telegra.ph/file/p/c441b096b9a/88393dc4cba17e400e0e31d.jpg?c=28,210,468,468,280,280",
"has_binding": true,
"values": {
- "singular": "CONTACTS IN THIS CHANNEL"
+ "singular": "Add Subscribers"
}
},
- "Channel.Members.Other": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.Other",
- "photo_url": "https://telegra.ph/file/p/56deb30d141/7a4fcd1d2da9ca3bb830317.jpg?c=34,678,280,280,280,280",
+ "Channel.Members.AddMembersHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.AddMembersHelp",
+ "photo_url": "https://telegra.ph/file/p/362d25d0cf6/65d5f0c3e883f040878cb1d.jpg?c=6,191,575,575,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Only channel admins can see this list."
+ }
+ },
+ "Channel.Members.InviteLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.InviteLink",
+ "photo_url": "https://telegra.ph/file/p/362d25d0cf6/65d5f0c3e883f040878cb1d.jpg?c=18,232,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "OTHER SUBSCRIBERS"
+ "singular": "Invite via Link"
+ }
+ },
+ "Channel.Members.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Members.Title",
+ "photo_url": "https://telegra.ph/file/p/362d25d0cf6/65d5f0c3e883f040878cb1d.jpg?c=181,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Members"
+ }
+ },
+ "Channel.MessagePhotoRemoved": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.MessagePhotoRemoved",
+ "photo_url": "https://telegra.ph/file/p/686bc5466dd/ab786b0bd23fdf624e9321d.jpg?c=144,717,350,350,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Channel photo removed"
+ }
+ },
+ "Channel.MessagePhotoUpdated": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.MessagePhotoUpdated",
+ "photo_url": "https://telegra.ph/file/p/fed0a051002/1ece716efd0204df8bcb61d.jpg?c=143,310,376,376,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channel photo updated"
+ }
+ },
+ "Channel.MessageTitleUpdated": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.MessageTitleUpdated",
+ "photo_url": "https://telegra.ph/file/p/686bdea7cd8/a040456fcacd2075f69391d.jpg?c=15,535,707,707,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Channel renamed to \"
%@\""
+ }
+ },
+ "Channel.Moderator.AccessLevelRevoke": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Moderator.AccessLevelRevoke",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=19,831,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Dismiss Admin"
+ }
+ },
+ "Channel.Moderator.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Moderator.Title",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=179,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Admin"
+ }
+ },
+ "Channel.OwnershipTransfer.ChangeOwner": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.OwnershipTransfer.ChangeOwner",
+ "photo_url": "https://telegra.ph/file/p/8b6797059c4/07502739b1532a8b3955d1d.jpg?c=341,1171,442,442,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Change Owner"
+ }
+ },
+ "Channel.OwnershipTransfer.DescriptionInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.OwnershipTransfer.DescriptionInfo",
+ "photo_url": "https://telegra.ph/file/p/8b6797059c4/07502739b1532a8b3955d1d.jpg?c=138,738,844,844,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This will transfer the full **owner rights** for **
%1$@** to **
%2$@**.
You will no longer be considered the creator of the channel. The new owner will be free to remove any of your admin privileges or even ban you."
}
},
"Channel.OwnershipTransfer.EnterPassword": {
@@ -2128,6 +2460,14 @@
"singular": "Please enter your Two-Step Verification password to complete this action."
}
},
+ "Channel.OwnershipTransfer.ErrorPrivacyRestricted": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.OwnershipTransfer.ErrorPrivacyRestricted",
+ "photo_url": "https://telegra.ph/file/p/543c0f7e640/802a18330f76396ecbbf31d.jpg?c=139,760,844,844,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this user is not a member of this channel and their privacy settings prevent you from adding them manually."
+ }
+ },
"Channel.OwnershipTransfer.PasswordPlaceholder": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.OwnershipTransfer.PasswordPlaceholder",
"photo_url": "https://telegra.ph/file/p/106f9139e5f/5633d62d946449e4ebc9717.jpg?c=84,534,280,280,280,280",
@@ -2136,6 +2476,14 @@
"singular": "Password"
}
},
+ "Channel.OwnershipTransfer.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.OwnershipTransfer.Title",
+ "photo_url": "https://telegra.ph/file/p/8b6797059c4/07502739b1532a8b3955d1d.jpg?c=140,603,840,840,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Transfer Channel Ownership"
+ }
+ },
"Channel.OwnershipTransfer.TransferCompleted": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.OwnershipTransfer.TransferCompleted",
"photo_url": "https://telegra.ph/file/p/ed2ae005f08/c4883971162355683601c17.jpg?c=59,771,478,478,280,280",
@@ -2160,6 +2508,14 @@
"singular": "Public"
}
},
+ "Channel.Setup.PublicNoLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Setup.PublicNoLink",
+ "photo_url": "https://telegra.ph/file/p/4fdb11bd340/8c7138b997d99a9445e991d.jpg?c=48,261,545,545,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please choose a link for your public channel, so that people can find it in search and share with others.
If you're not interested, we suggest creating a private channel instead."
+ }
+ },
"Channel.Setup.TypePrivate": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Setup.TypePrivate",
"photo_url": "https://telegra.ph/file/p/ea1b9d91d75/5f68e51f7b949dcbdf8dc1d.jpg?c=322,138,280,280,280,280",
@@ -2192,28 +2548,12 @@
"singular": "Public channels can be found in search, anyone can join them."
}
},
- "Channel.SignMessages.Help": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.SignMessages.Help",
- "photo_url": "https://telegra.ph/file/p/940d1b0400a/e66d31b60ae0ecc38fa5322.jpg?c=0,275,640,655,274,280",
- "has_binding": true,
+ "Channel.Status": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Status",
+ "photo_url": "https://telegra.ph/file/p/dd61640bd5e/54645039b269be6086bea1d.jpg?c=179,61,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Add names of admins to the messages they post."
- }
- },
- "Channel.SimilarChannels.ShowMore": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.SimilarChannels.ShowMore",
- "photo_url": "https://telegra.ph/file/p/9d51a2ed43f/5287034689fe7504fb8a417.jpg?c=117,852,314,314,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show More Channels"
- }
- },
- "Channel.SimilarChannels.ShowMoreInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.SimilarChannels.ShowMoreInfo",
- "photo_url": "https://telegra.ph/file/p/9d51a2ed43f/5287034689fe7504fb8a417.jpg?c=67,795,463,463,280,280",
- "has_binding": true,
- "values": {
- "singular": "Subscribe to [Telegram Premium]()
to unlock up to **100** similar channels."
+ "singular": "channel"
}
},
"Channel.Stickers.CreateYourOwn": {
@@ -2240,6 +2580,22 @@
"singular": "Try again or choose from the list below"
}
},
+ "Channel.Stickers.Placeholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Stickers.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/2dc768de8e3/d1a27c2aef7160b120add1d.jpg?c=247,170,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "stickerset"
+ }
+ },
+ "Channel.Stickers.Searching": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Stickers.Searching",
+ "photo_url": "https://telegra.ph/file/p/999308bed27/a09c3872e5f31c78c9a4b1d.jpg?c=91,255,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Searching..."
+ }
+ },
"Channel.Stickers.YourStickers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Stickers.YourStickers",
"photo_url": "https://telegra.ph/file/p/e290417be6c/c2bafa20cc0e3686e08de17.jpg?c=31,344,387,387,280,280",
@@ -2248,6 +2604,14 @@
"singular": "CHOOSE FROM YOUR STICKERS"
}
},
+ "Channel.Subscribers.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Subscribers.Title",
+ "photo_url": "https://telegra.ph/file/p/c441b096b9a/88393dc4cba17e400e0e31d.jpg?c=381,19,361,361,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Subscribers"
+ }
+ },
"Channel.TypeSetup.Title": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.TypeSetup.Title",
"photo_url": "https://telegra.ph/file/p/49c82957fe0/2f62a49e8845325eab3ef1d.jpg?c=234,11,280,280,280,280",
@@ -2256,6 +2620,22 @@
"singular": "Channel Type"
}
},
+ "Channel.UpdatePhotoItem": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.UpdatePhotoItem",
+ "photo_url": "https://telegra.ph/file/p/f3e867b63d3/eee8b65ecb3f7d44a708722.jpg?c=18,239,344,344,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Set Channel Photo"
+ }
+ },
+ "Channel.Username.CheckingUsername": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.CheckingUsername",
+ "photo_url": "https://telegra.ph/file/p/316ccc29c94/213dbb53953c93af9ba3e1d.jpg?c=66,240,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Checking name..."
+ }
+ },
"Channel.Username.CreatePrivateLinkHelp": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.CreatePrivateLinkHelp",
"photo_url": "https://telegra.ph/file/p/e2b98be29d9/856572cb5ef05b01cf13f1d.jpg?c=0,325,640,669,268,280",
@@ -2272,12 +2652,12 @@
"singular": "If you set a public link, other people will be able to find and join your channel.
You can use a–z, 0–9 and underscores.
Minimum length is 5 characters."
}
},
- "Channel.Username.Help": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.Help",
- "photo_url": "https://telegra.ph/file/p/324a2206b01/18a3ac3e36d647da19b9a1d.jpg?c=0,139,621,622,280,280",
+ "Channel.Username.InvalidCharacters": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.InvalidCharacters",
+ "photo_url": "https://telegra.ph/file/p/b1db8a22f70/5d712f7f60618de40631f1d.jpg?c=16,376,401,401,280,280",
"has_binding": false,
"values": {
- "singular": "You can choose a channel name on **Telegram**. If you do, other people will be able to find your channel by this name.
You can use **a–z**, **0–9** and underscores. Minimum length is **5** characters."
+ "singular": "Sorry, this name is invalid."
}
},
"Channel.Username.InvalidStartsWithNumber": {
@@ -2304,12 +2684,28 @@
"singular": "Public links must have at least 5 characters."
}
},
- "ChannelBoost.AdditionalFeaturesText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.AdditionalFeaturesText",
- "photo_url": "https://telegra.ph/file/p/3dbd9809488/dfaac19f5544239cbde6917.jpg?c=43,416,513,513,280,280",
- "has_binding": true,
+ "Channel.Username.LinkHint": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.LinkHint",
+ "photo_url": "https://telegra.ph/file/p/a7f332bc577/94c044fca71af4ef56fb21d.jpg?c=18,775,683,683,280,280",
+ "has_binding": false,
"values": {
- "singular": "By gaining **boosts**, your channel reaches higher levels and unlocks more features."
+ "singular": "This link opens your channel:[
https://t.me/
%@]"
+ }
+ },
+ "Channel.Username.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.Title",
+ "photo_url": "https://telegra.ph/file/p/f38045513b0/ab41d00e87732a4b3322522.jpg?c=181,43,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Link"
+ }
+ },
+ "Channel.Username.UsernameIsAvailable": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Channel.Username.UsernameIsAvailable",
+ "photo_url": "https://telegra.ph/file/p/d074a1e0d78/9b9f088ef8a7826070e5522.jpg?c=16,331,392,392,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ is available."
}
},
"ChannelBoost.AskToBoost": {
@@ -2320,54 +2716,6 @@
"singular": "Ask your **Premium** subscribers to boost your channel with this link:"
}
},
- "ChannelBoost.Boost": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Boost",
- "photo_url": "https://telegra.ph/file/p/46961bda72d/aeae5e9f64e99f6eb204d17.jpg?c=71,341,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Boost"
- }
- },
- "ChannelBoost.BoostedChannelReachedLevel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.BoostedChannelReachedLevel",
- "photo_url": "https://telegra.ph/file/p/08779c1de5c/47195b5917d8628b4ebc917.jpg?c=80,747,440,440,280,280",
- "has_binding": true,
- "values": {
- "singular": "This channel reached **Level
%1$@** and can now post
%2$@."
- }
- },
- "ChannelBoost.Copy": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Copy",
- "photo_url": "https://telegra.ph/file/p/46961bda72d/aeae5e9f64e99f6eb204d17.jpg?c=247,342,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy"
- }
- },
- "ChannelBoost.CopyLink": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.CopyLink",
- "photo_url": "https://telegra.ph/file/p/4a8be1e855a/60c1331884073b7dbe28117.jpg?c=177,853,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Link"
- }
- },
- "ChannelBoost.CustomReactions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.CustomReactions",
- "photo_url": "https://telegra.ph/file/p/4a8be1e855a/60c1331884073b7dbe28117.jpg?c=160,397,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Custom Reactions"
- }
- },
- "ChannelBoost.CustomReactionsText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.CustomReactionsText",
- "photo_url": "https://telegra.ph/file/p/4a8be1e855a/60c1331884073b7dbe28117.jpg?c=72,551,455,455,280,280",
- "has_binding": true,
- "values": {
- "singular": "Your channel needs to reach **Level
%1$@** to add **
%2$@** custom emoji as reactions.
Ask your **Premium** subscribers to boost your channel with this link:"
- }
- },
"ChannelBoost.CustomWallpaper": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.CustomWallpaper",
"photo_url": "https://telegra.ph/file/p/bde27afd948/61b8f211323f8c9b4509417.jpg?c=73,69,455,455,280,280",
@@ -2384,22 +2732,6 @@
"singular": "Use Emoji Statuses"
}
},
- "ChannelBoost.EnableColors": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.EnableColors",
- "photo_url": "https://telegra.ph/file/p/18a29a3bc6d/912bed73cdf62aa4b867817.jpg?c=160,397,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Enable Colors"
- }
- },
- "ChannelBoost.EnableColorsText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.EnableColorsText",
- "photo_url": "https://telegra.ph/file/p/18a29a3bc6d/912bed73cdf62aa4b867817.jpg?c=88,571,425,425,280,280",
- "has_binding": true,
- "values": {
- "singular": "Your channel needs **Level 5** to change channel color.
Ask your **Premium** subscribers to boost your channel with this link:"
- }
- },
"ChannelBoost.EnableCustomWallpaperLevelText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.EnableCustomWallpaperLevelText",
"photo_url": "https://telegra.ph/file/p/bde27afd948/61b8f211323f8c9b4509417.jpg?c=84,255,431,431,280,280",
@@ -2432,14 +2764,6 @@
"singular": "Your channel needs **Level
%1$@** to change the link logo."
}
},
- "ChannelBoost.EnableNoAdsLevelText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.EnableNoAdsLevelText",
- "photo_url": "https://telegra.ph/file/p/faecf157ce8/37e3987de987079f7b1ca17.jpg?c=81,256,439,439,280,280",
- "has_binding": true,
- "values": {
- "singular": "Your channel needs **Level
%1$@** to switch off ads."
- }
- },
"ChannelBoost.EnableProfileColorLevelText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.EnableProfileColorLevelText",
"photo_url": "https://telegra.ph/file/p/0f352bb2bc1/225381c292bdb8cbc6d4317.jpg?c=108,264,384,384,280,280",
@@ -2496,30 +2820,6 @@
"singular": "giveaway"
}
},
- "ChannelBoost.Info": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Info",
- "photo_url": "https://telegra.ph/file/p/941eb8b6527/e7e99c2a8a94fbc9cf74717.jpg?c=0,176,600,627,268,280",
- "has_binding": true,
- "values": {
- "singular": "Subscribers of your channel can **boost** it so that it **levels up** and gets **exclusive features**."
- }
- },
- "ChannelBoost.MaxLevelReached": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.MaxLevelReached",
- "photo_url": "https://telegra.ph/file/p/92dc54ff12a/36d3ca98b5f945884743317.jpg?c=118,574,364,364,280,280",
- "has_binding": true,
- "values": {
- "singular": "Maximum Level Reached"
- }
- },
- "ChannelBoost.MoreBoostsNeeded.Boosted.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.MoreBoostsNeeded.Boosted.Text",
- "photo_url": "https://telegra.ph/file/p/46961bda72d/aeae5e9f64e99f6eb204d17.jpg?c=103,119,393,393,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ needed to unlock new features."
- }
- },
"ChannelBoost.MoreBoostsNeeded.Boosts": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.MoreBoostsNeeded.Boosts",
"photo_url": "https://telegra.ph/file/p/46961bda72d/aeae5e9f64e99f6eb204d17.jpg?c=91,136,280,280,280,280",
@@ -2553,22 +2853,6 @@
"singular": "Set Link Logo"
}
},
- "ChannelBoost.NoAds": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.NoAds",
- "photo_url": "https://telegra.ph/file/p/faecf157ce8/37e3987de987079f7b1ca17.jpg?c=160,86,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Switch Off Ads"
- }
- },
- "ChannelBoost.Or": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Or",
- "photo_url": "https://telegra.ph/file/p/18a29a3bc6d/912bed73cdf62aa4b867817.jpg?c=160,915,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "or"
- }
- },
"ChannelBoost.ProfileColor": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.ProfileColor",
"photo_url": "https://telegra.ph/file/p/0f352bb2bc1/225381c292bdb8cbc6d4317.jpg?c=161,86,280,280,280,280",
@@ -2610,40 +2894,6 @@
"singular": "1000+ Emoji Statuses"
}
},
- "ChannelBoost.Table.Group.CustomWallpaper": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.Group.CustomWallpaper",
- "photo_url": "https://telegra.ph/file/p/23425d5dcb2/f8226787809d749b7d6e917.jpg?c=88,415,359,359,280,280",
- "has_binding": true,
- "values": {
- "singular": "Custom Group Background"
- }
- },
- "ChannelBoost.Table.Group.ProfileColor": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.Group.ProfileColor",
- "photo_url": "https://telegra.ph/file/p/23425d5dcb2/f8226787809d749b7d6e917.jpg?c=89,733,345,345,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ Color for Group Cover",
- "plural": "
%@ Colors for Group Cover"
- }
- },
- "ChannelBoost.Table.Group.ProfileLogo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.Group.ProfileLogo",
- "photo_url": "https://telegra.ph/file/p/23425d5dcb2/f8226787809d749b7d6e917.jpg?c=83,596,395,395,280,280",
- "has_binding": true,
- "values": {
- "singular": "Custom Logo for Group Cover"
- }
- },
- "ChannelBoost.Table.Group.Wallpaper": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.Group.Wallpaper",
- "photo_url": "https://telegra.ph/file/p/23425d5dcb2/f8226787809d749b7d6e917.jpg?c=94,499,293,293,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ Group Background",
- "plural": "
%@ Group Backgrounds"
- }
- },
"ChannelBoost.Table.HeadersLogo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.HeadersLogo",
"photo_url": "https://telegra.ph/file/p/112ba6b6538/8202257b5b45d85b8021317.jpg?c=75,681,455,455,280,280",
@@ -2679,14 +2929,6 @@
"plural": "
%@ Channel Name Colors"
}
},
- "ChannelBoost.Table.NoAds": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.NoAds",
- "photo_url": "https://telegra.ph/file/p/8f250bf10d5/da343cd4593400061b89d17.jpg?c=79,215,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Switch Off Ads"
- }
- },
"ChannelBoost.Table.ProfileColor": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Table.ProfileColor",
"photo_url": "https://telegra.ph/file/p/112ba6b6538/8202257b5b45d85b8021317.jpg?c=87,593,372,372,280,280",
@@ -2731,14 +2973,6 @@
"plural": "
%@ Channel Backgrounds"
}
},
- "ChannelBoost.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Title",
- "photo_url": "https://telegra.ph/file/p/941eb8b6527/e7e99c2a8a94fbc9cf74717.jpg?c=160,66,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Boost Channel"
- }
- },
"ChannelBoost.Title.Current": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.Title.Current",
"photo_url": "https://telegra.ph/file/p/2f0de32534b/95dea8d0f1006f6a691c017.jpg?c=160,333,280,280,280,280",
@@ -2755,20 +2989,20 @@
"singular": "Set Channel Wallpaper"
}
},
- "ChannelBoost.YouBoostedChannelText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.YouBoostedChannelText",
- "photo_url": "https://telegra.ph/file/p/92dc54ff12a/36d3ca98b5f945884743317.jpg?c=143,807,315,315,280,280",
- "has_binding": false,
+ "ChannelInfo.ChannelForbidden": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.ChannelForbidden",
+ "photo_url": "https://telegra.ph/file/p/211331bb5cb/2d12acd27ce975856ea241d.jpg?c=45,269,550,550,280,280",
+ "has_binding": true,
"values": {
- "singular": "You boosted
%1$@!"
+ "singular": "Sorry, the channel \"
%@\" is no longer accessible."
}
},
- "ChannelBoost.YouBoostedOtherChannelText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelBoost.YouBoostedOtherChannelText",
- "photo_url": "https://telegra.ph/file/p/08779c1de5c/47195b5917d8628b4ebc917.jpg?c=132,791,335,335,280,280",
+ "ChannelInfo.ConfirmLeave": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.ConfirmLeave",
+ "photo_url": "https://telegra.ph/file/p/1010db47a54/4a1808319a7fdd293a47f1d.jpg?c=160,683,319,319,280,280",
"has_binding": false,
"values": {
- "singular": "You boosted this channel"
+ "singular": "Leave Channel"
}
},
"ChannelInfo.CreateExternalStream": {
@@ -2779,20 +3013,12 @@
"singular": "Stream With..."
}
},
- "ChannelInfo.CreateLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.CreateLiveStream",
- "photo_url": "https://telegra.ph/file/p/28ca8f639ec/47ca10a071cfcdef9120117.jpg?c=181,376,280,280,280,280",
+ "ChannelInfo.DeleteChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.DeleteChannel",
+ "photo_url": "https://telegra.ph/file/p/fb84dd95870/025748ab06ed7beb810131d.jpg?c=155,674,329,329,280,280",
"has_binding": false,
"values": {
- "singular": "Start Live Stream"
- }
- },
- "ChannelInfo.CreateVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.CreateVoiceChat",
- "photo_url": "https://telegra.ph/file/p/0256d9edbe7/e3cf52ca048592e06866717.jpg?c=166,424,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start Video Chat"
+ "singular": "Delete Channel"
}
},
"ChannelInfo.DeleteChannelConfirmation": {
@@ -2827,22 +3053,6 @@
"singular": "Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it."
}
},
- "ChannelInfo.ScheduleLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.ScheduleLiveStream",
- "photo_url": "https://telegra.ph/file/p/28ca8f639ec/47ca10a071cfcdef9120117.jpg?c=190,419,309,309,280,280",
- "has_binding": true,
- "values": {
- "singular": "Schedule Live Stream"
- }
- },
- "ChannelInfo.ScheduleVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.ScheduleVoiceChat",
- "photo_url": "https://telegra.ph/file/p/0256d9edbe7/e3cf52ca048592e06866717.jpg?c=177,462,307,307,280,280",
- "has_binding": true,
- "values": {
- "singular": "Schedule Video Chat"
- }
- },
"ChannelInfo.Stats": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelInfo.Stats",
"photo_url": "https://telegra.ph/file/p/a0735e68242/63f48904380a76827fcf417.jpg?c=160,65,280,280,280,280",
@@ -2875,20 +3085,52 @@
"singular": "What is a Channel?"
}
},
- "ChannelReactions.GeneralInfoLabel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.GeneralInfoLabel",
- "photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=5,135,588,588,280,280",
- "has_binding": true,
+ "ChannelMembers.ChannelAdminsTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelMembers.ChannelAdminsTitle",
+ "photo_url": "https://telegra.ph/file/p/a256aff9c98/a5481010992aacfdec15b17.jpg?c=32,248,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "You can add emoji from any emoji pack as reactions."
+ "singular": "CHANNEL ADMINS"
}
},
- "ChannelReactions.InputPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.InputPlaceholder",
- "photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=248,308,280,280,280,280",
+ "ChannelMembers.WhoCanAddMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelMembers.WhoCanAddMembers",
+ "photo_url": "https://telegra.ph/file/p/7a76133dff3/cb1a507d8a36ce875fbdb1d.jpg?c=16,199,400,400,280,280",
"has_binding": true,
"values": {
- "singular": "Add Reactions..."
+ "singular": "Who can add members"
+ }
+ },
+ "ChannelMembers.WhoCanAddMembers.Admins": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelMembers.WhoCanAddMembers.Admins",
+ "photo_url": "https://telegra.ph/file/p/e4068138699/3190ae77e0968bc7693ea1d.jpg?c=179,720,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Only Admins"
+ }
+ },
+ "ChannelMembers.WhoCanAddMembers.AllMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelMembers.WhoCanAddMembers.AllMembers",
+ "photo_url": "https://telegra.ph/file/p/e4068138699/3190ae77e0968bc7693ea1d.jpg?c=179,623,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "All Members"
+ }
+ },
+ "ChannelMembers.WhoCanAddMembersAdminsHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelMembers.WhoCanAddMembersAdminsHelp",
+ "photo_url": "https://telegra.ph/file/p/79d481f263c/d3a76e43815244dc34bd31d.jpg?c=11,200,550,550,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Only admins can add new members."
+ }
+ },
+ "ChannelMembers.WhoCanAddMembersAllHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelMembers.WhoCanAddMembersAllHelp",
+ "photo_url": "https://telegra.ph/file/p/6b37361c72f/1de24d3488ad85b110f921d.jpg?c=9,207,530,530,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Everybody can add new members."
}
},
"ChannelReactions.LevelRequiredLabel": {
@@ -2899,38 +3141,6 @@
"singular": "Level
%1$@ Required"
}
},
- "ChannelReactions.Reactions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.Reactions",
- "photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=160,66,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Reactions"
- }
- },
- "ChannelReactions.ReactionsInfoLabel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.ReactionsInfoLabel",
- "photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=12,263,559,559,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can also [create your own]() emoji packs and use them."
- }
- },
- "ChannelReactions.ReactionsSectionTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.ReactionsSectionTitle",
- "photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=35,264,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "AVAILABLE REACTIONS"
- }
- },
- "ChannelReactions.SaveAction": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.SaveAction",
- "photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=160,551,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Update Reactions"
- }
- },
"ChannelReactions.ToastLevelBoostRequired": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.ToastLevelBoostRequired",
"photo_url": "https://telegra.ph/file/p/4efb2e65a6b/3611ecc3a4b7a044399c717.jpg?c=45,727,530,530,280,280",
@@ -2965,38 +3175,6 @@
"plural": "Level
%d"
}
},
- "ChannelReactions.UnsavedChangesAlertApply": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.UnsavedChangesAlertApply",
- "photo_url": "https://telegra.ph/file/p/d5d55437bb4/80b9b0c0cb6cfc2559abb17.jpg?c=225,578,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Apply"
- }
- },
- "ChannelReactions.UnsavedChangesAlertDiscard": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.UnsavedChangesAlertDiscard",
- "photo_url": "https://telegra.ph/file/p/d5d55437bb4/80b9b0c0cb6cfc2559abb17.jpg?c=92,575,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discard"
- }
- },
- "ChannelReactions.UnsavedChangesAlertText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.UnsavedChangesAlertText",
- "photo_url": "https://telegra.ph/file/p/d5d55437bb4/80b9b0c0cb6cfc2559abb17.jpg?c=139,485,321,321,280,280",
- "has_binding": true,
- "values": {
- "singular": "You have changed the list of reactions. Apply changes?"
- }
- },
- "ChannelReactions.UnsavedChangesAlertTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelReactions.UnsavedChangesAlertTitle",
- "photo_url": "https://telegra.ph/file/p/d5d55437bb4/80b9b0c0cb6cfc2559abb17.jpg?c=160,466,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unsaved Changes"
- }
- },
"ChannelRemoved.RemoveInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChannelRemoved.RemoveInfo",
"photo_url": "https://telegra.ph/file/p/ca9275d783c/ddafe812ddfe3f19cb55c1d.jpg?c=0,99,640,668,268,280",
@@ -3005,37 +3183,28 @@
"singular": "Users removed from the channel by admins can't rejoin via invite links."
}
},
- "Chat.AdminActionSheet.DeleteAllMultiple": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AdminActionSheet.DeleteAllMultiple",
- "photo_url": "https://telegra.ph/file/p/d1b2d6d5069/c849286bfb6690fafd9e817.jpg?c=100,759,301,301,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete All from Users"
- }
- },
- "Chat.AdminActionSheet.DeleteTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AdminActionSheet.DeleteTitle",
- "photo_url": "https://telegra.ph/file/p/d1b2d6d5069/c849286bfb6690fafd9e817.jpg?c=158,610,282,282,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete 1 Message",
- "plural": "Delete
%d Messages"
- }
- },
- "Chat.AdminActionSheet.ReportSpam": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AdminActionSheet.ReportSpam",
- "photo_url": "https://telegra.ph/file/p/d1b2d6d5069/c849286bfb6690fafd9e817.jpg?c=82,721,280,280,280,280",
+ "Chat.AttachmentLimitExceeded": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AttachmentLimitExceeded",
+ "photo_url": "https://telegra.ph/file/p/5dd8223fd33/ac5076a50e2eb4120078b1d.jpg?c=243,928,752,752,280,280",
"has_binding": false,
"values": {
- "singular": "Report Spam"
+ "singular": "Sorry, you can't select more items at once."
}
},
- "Chat.AdminActionSheet.RestrictSectionHeader": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AdminActionSheet.RestrictSectionHeader",
- "photo_url": "https://telegra.ph/file/p/d1b2d6d5069/c849286bfb6690fafd9e817.jpg?c=34,673,280,280,280,280",
+ "Chat.AttachmentMultipleFilesDisabled": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AttachmentMultipleFilesDisabled",
+ "photo_url": "https://telegra.ph/file/p/c8057bbeea1/1dcdb8a40d451ac58dff917.jpg?c=94,424,408,408,280,280",
"has_binding": true,
"values": {
- "singular": "ADDITIONAL ACTIONS"
+ "singular": "Slow Mode is enabled. You can't send multiple files at once."
+ }
+ },
+ "Chat.AttachmentMultipleForwardDisabled": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.AttachmentMultipleForwardDisabled",
+ "photo_url": "https://telegra.ph/file/p/0c438f1a7e2/2245242321a879cd48bc01d.jpg?c=243,931,752,752,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Slow Mode is enabled. You can't forward multiple messages at once."
}
},
"Chat.AudioTranscriptionFeedbackTip": {
@@ -3062,30 +3231,6 @@
"singular": "Subscribe to [Telegram Premium]() to unlock up to **100** similar channels."
}
},
- "Chat.ContextMenu.AboutAd": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.ContextMenu.AboutAd",
- "photo_url": "https://telegra.ph/file/p/04f12cceff2/143247b9d7446338977fe17.jpg?c=24,845,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "About This Ad"
- }
- },
- "Chat.ContextMenu.RemoveAd": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.ContextMenu.RemoveAd",
- "photo_url": "https://telegra.ph/file/p/04f12cceff2/143247b9d7446338977fe17.jpg?c=23,957,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Remove Ads"
- }
- },
- "Chat.ContextMenu.ReportAd": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.ContextMenu.ReportAd",
- "photo_url": "https://telegra.ph/file/p/04f12cceff2/143247b9d7446338977fe17.jpg?c=22,899,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Report Ad"
- }
- },
"Chat.Giveaway.DeleteConfirmation.Text": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.DeleteConfirmation.Text",
"photo_url": "https://telegra.ph/file/p/01080d76863/5220e6650e87121f9f20e17.jpg?c=86,444,425,425,280,280",
@@ -3102,22 +3247,6 @@
"singular": "Do you want to delete the Giveaway Announcement?"
}
},
- "Chat.Giveaway.Info.AdditionalPrizes": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.AdditionalPrizes",
- "photo_url": "https://telegra.ph/file/p/fbdf447a628/69f9cdf9241b2e1a06fbe17.jpg?c=91,422,415,415,280,280",
- "has_binding": true,
- "values": {
- "singular": "**
%1$@** also included **
%2$@** with the prizes. The channel admins are responsible for delivering these prizes."
- }
- },
- "Chat.Giveaway.Info.FullDate": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.FullDate",
- "photo_url": "https://telegra.ph/file/p/3e874adb39a/5613f8cbd9e898e9dca7017.jpg?c=243,524,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "**
%1$@** on **
%2$@**"
- }
- },
"Chat.Giveaway.Info.Group.EndedIntro": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.Group.EndedIntro",
"photo_url": "https://telegra.ph/file/p/edd6cf0c6f4/80dbbef6cc654068aa9da17.jpg?c=96,424,406,406,280,280",
@@ -3142,81 +3271,6 @@
"singular": "You are not eligible to participate in this giveaway, because you are an admin of participating group (**
%@**)."
}
},
- "Chat.Giveaway.Info.NotAllowedCountry": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.NotAllowedCountry",
- "photo_url": "https://telegra.ph/file/p/e596122c0fc/105d527dd464fbea37f7217.jpg?c=88,520,424,424,280,280",
- "has_binding": true,
- "values": {
- "singular": "You are not eligible to participate in this giveaway because your country is not included in the terms of the giveaway."
- }
- },
- "Chat.Giveaway.Info.NotQualifiedMany": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.NotQualifiedMany",
- "photo_url": "https://telegra.ph/file/p/2c10b19daf2/4ffbabaf398fc9a8d2d3217.jpg?c=82,513,434,434,280,280",
- "has_binding": true,
- "values": {
- "singular": "To take part in this giveaway please join the channel **
%1$@** (and
%2$@) before **
%3$@**."
- }
- },
- "Chat.Giveaway.Info.OngoingMany": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.OngoingMany",
- "photo_url": "https://telegra.ph/file/p/2c10b19daf2/4ffbabaf398fc9a8d2d3217.jpg?c=98,451,405,405,280,280",
- "has_binding": true,
- "values": {
- "singular": "On **
%1$@**, Telegram will automatically select
%2$@ of **
%3$@** and
%4$@."
- }
- },
- "Chat.Giveaway.Info.OngoingNew": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.OngoingNew",
- "photo_url": "https://telegra.ph/file/p/3e874adb39a/5613f8cbd9e898e9dca7017.jpg?c=91,447,415,415,280,280",
- "has_binding": true,
- "values": {
- "singular": "On **
%1$@**, Telegram will automatically select
%2$@ that joined **
%3$@** after **
%4$@**."
- }
- },
- "Chat.Giveaway.Info.OtherChannels": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.OtherChannels",
- "photo_url": "https://telegra.ph/file/p/2c10b19daf2/4ffbabaf398fc9a8d2d3217.jpg?c=242,598,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "**
%@** other listed channel",
- "plural": "**
%@** other listed channels"
- }
- },
- "Chat.Giveaway.Info.RandomSubscribers": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.RandomSubscribers",
- "photo_url": "https://telegra.ph/file/p/2c10b19daf2/4ffbabaf398fc9a8d2d3217.jpg?c=226,504,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "**
%@** random subscriber",
- "plural": "**
%@** random subscribers"
- }
- },
- "Chat.Giveaway.Info.RandomUsers": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.RandomUsers",
- "photo_url": "https://telegra.ph/file/p/3e874adb39a/5613f8cbd9e898e9dca7017.jpg?c=229,504,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "**
%@** random user",
- "plural": "**
%@** random users"
- }
- },
- "Chat.Giveaway.Info.Refunded": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Info.Refunded",
- "photo_url": "https://telegra.ph/file/p/fbdf447a628/69f9cdf9241b2e1a06fbe17.jpg?c=90,567,419,419,280,280",
- "has_binding": true,
- "values": {
- "singular": "The channel canceled the prizes by refunding the payment for them."
- }
- },
- "Chat.Giveaway.Message.CountriesFrom": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Message.CountriesFrom",
- "photo_url": "https://telegra.ph/file/p/9fddd598505/4478830a52010a116ca5917.jpg?c=49,551,334,334,280,280",
- "has_binding": true,
- "values": {
- "singular": "from
%@"
- }
- },
"Chat.Giveaway.Message.Group.ParticipantsNew": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Message.Group.ParticipantsNew",
"photo_url": "https://telegra.ph/file/p/ac71ae7dc34/b0834007ec3e0037a28f717.jpg?c=225,635,320,320,280,280",
@@ -3225,14 +3279,6 @@
"singular": "All users who join this group after this date:"
}
},
- "Chat.Giveaway.Message.ParticipantsNew": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Message.ParticipantsNew",
- "photo_url": "https://telegra.ph/file/p/2b36c03badf/ade334a3c8ecd20a58c0617.jpg?c=37,690,340,340,280,280",
- "has_binding": true,
- "values": {
- "singular": "All users who join this channel after this announcement:"
- }
- },
"Chat.Giveaway.Message.PrizeTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.Giveaway.Message.PrizeTitle",
"photo_url": "https://telegra.ph/file/p/e481e8557af/189b4554b62554dc4b44417.jpg?c=82,582,280,280,280,280",
@@ -3315,14 +3361,6 @@
"singular": "with"
}
},
- "Chat.MessageForwardInfo.MessageHeader": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.MessageForwardInfo.MessageHeader",
- "photo_url": "https://telegra.ph/file/p/672f7c4afbb/40b666f98debbad40f62f17.jpg?c=304,861,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forwarded from"
- }
- },
"Chat.MessagesUnpinned": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.MessagesUnpinned",
"photo_url": "https://telegra.ph/file/p/fb0cf26aedb/5815345d4ecb29451ec0617.jpg?c=80,872,294,294,280,280",
@@ -3332,38 +3370,6 @@
"plural": "
%@ messages unpinned."
}
},
- "Chat.NextChannelArchivedSwipeProgress": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.NextChannelArchivedSwipeProgress",
- "photo_url": "https://telegra.ph/file/p/1bc295a7edc/72402bc7076941fe168f117.jpg?c=98,853,404,404,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pull up to go to archived channels"
- }
- },
- "Chat.NextChannelFolderSwipeProgress": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.NextChannelFolderSwipeProgress",
- "photo_url": "https://telegra.ph/file/p/e67f55a0570/9154e14bfae826b1e712a17.jpg?c=82,822,436,436,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pull up to go to the
%@ folder"
- }
- },
- "Chat.NextChannelSameLocationSwipeProgress": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.NextChannelSameLocationSwipeProgress",
- "photo_url": "https://telegra.ph/file/p/e31e4646f24/7ef57e23b034d10777a6317.jpg?c=63,787,474,474,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pull up to go to the next unread channel"
- }
- },
- "Chat.NextChannelUnarchivedSwipeProgress": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.NextChannelUnarchivedSwipeProgress",
- "photo_url": "https://telegra.ph/file/p/04498eb942e/bc28a9dc1dbe1f84768af17.jpg?c=82,826,433,433,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pull up to go to unarchived channels"
- }
- },
"Chat.PanelHidePinnedMessages": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.PanelHidePinnedMessages",
"photo_url": "https://telegra.ph/file/p/a8090ca45a0/06dda34abcb6504eb71e417.jpg?c=82,632,434,434,280,280",
@@ -3396,30 +3402,6 @@
"singular": "Save for Notifications"
}
},
- "Chat.SimilarChannels": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.SimilarChannels",
- "photo_url": "https://telegra.ph/file/p/cf39e7ccf39/3bf60f80df5fb2850467317.jpg?c=24,775,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Similar Channels"
- }
- },
- "Chat.SimilarChannels.Join": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.SimilarChannels.Join",
- "photo_url": "https://telegra.ph/file/p/45e9c84fb11/93f5c32064f2664a9ed7717.jpg?c=155,889,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Join"
- }
- },
- "Chat.SimilarChannels.MoreChannels": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.SimilarChannels.MoreChannels",
- "photo_url": "https://telegra.ph/file/p/cf39e7ccf39/3bf60f80df5fb2850467317.jpg?c=297,904,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "More Channels"
- }
- },
"Chat.SlowmodeTooltip": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Chat.SlowmodeTooltip",
"photo_url": "https://telegra.ph/file/p/fe69f546444/3e410252135b7cba5df5817.jpg?c=165,781,428,428,280,280",
@@ -3428,6 +3410,46 @@
"singular": "Slow Mode is active. You can send
your next message in
%@."
}
},
+ "ChatAdmins.AdminLabel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChatAdmins.AdminLabel",
+ "photo_url": "https://telegra.ph/file/p/228e3c5e9e6/79011b932498e262186791d.jpg?c=79,386,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "admin"
+ }
+ },
+ "ChatAdmins.AllMembersAreAdmins": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChatAdmins.AllMembersAreAdmins",
+ "photo_url": "https://telegra.ph/file/p/228e3c5e9e6/79011b932498e262186791d.jpg?c=14,133,449,449,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "All Members Are Admins"
+ }
+ },
+ "ChatAdmins.AllMembersAreAdminsOffHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChatAdmins.AllMembersAreAdminsOffHelp",
+ "photo_url": "https://telegra.ph/file/p/81262651212/de04daafc41b8e40125e11d.jpg?c=0,126,640,672,266,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Only admins can add and remove members, edit name and photo of the group."
+ }
+ },
+ "ChatAdmins.AllMembersAreAdminsOnHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChatAdmins.AllMembersAreAdminsOnHelp",
+ "photo_url": "https://telegra.ph/file/p/228e3c5e9e6/79011b932498e262186791d.jpg?c=0,140,625,627,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "All members can add new members, edit name and photo of the group."
+ }
+ },
+ "ChatAdmins.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ChatAdmins.Title",
+ "photo_url": "https://telegra.ph/file/p/228e3c5e9e6/79011b932498e262186791d.jpg?c=181,44,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Chat Admins"
+ }
+ },
"ChatList.Context.Delete": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ChatList.Context.Delete",
"photo_url": "https://telegra.ph/file/p/3e6ba799203/af4732205b7906330541a17.jpg?c=122,577,280,280,280,280",
@@ -3460,6 +3482,38 @@
"singular": "Sorry, you can't access this chat because you were banned by an admin."
}
},
+ "Common.Back": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Back",
+ "photo_url": "https://telegra.ph/file/p/940d1b0400a/e66d31b60ae0ecc38fa5322.jpg?c=29,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Back"
+ }
+ },
+ "Common.Cancel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Cancel",
+ "photo_url": "https://telegra.ph/file/p/e4068138699/3190ae77e0968bc7693ea1d.jpg?c=180,818,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "Common.Create": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Create",
+ "photo_url": "https://telegra.ph/file/p/7fb26be7322/656a4f78f7936e88d43551d.jpg?c=455,8,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create"
+ }
+ },
+ "Common.Done": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Done",
+ "photo_url": "https://telegra.ph/file/p/08cc8d36400/7615d984ff5a642bd7db31d.jpg?c=179,744,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Done"
+ }
+ },
"Common.Edit": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Edit",
"photo_url": "https://telegra.ph/file/p/ca9275d783c/ddafe812ddfe3f19cb55c1d.jpg?c=346,6,280,280,280,280",
@@ -3476,6 +3530,22 @@
"singular": "Next"
}
},
+ "Common.No": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.No",
+ "photo_url": "https://telegra.ph/file/p/c882d58f150/665387611a53054766b321d.jpg?c=96,494,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No"
+ }
+ },
+ "Common.OK": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.OK",
+ "photo_url": "https://telegra.ph/file/p/6feb1d06dd2/0cb180747533a288a5ca517.jpg?c=160,639,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "OK"
+ }
+ },
"Common.Save": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Save",
"photo_url": "https://telegra.ph/file/p/194c58693b8/4d959d1a96f628b62078a17.jpg?c=311,52,280,280,280,280",
@@ -3484,6 +3554,30 @@
"singular": "Save"
}
},
+ "Common.Yes": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Common.Yes",
+ "photo_url": "https://telegra.ph/file/p/c882d58f150/665387611a53054766b321d.jpg?c=267,494,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Yes"
+ }
+ },
+ "Compose.ChannelMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.ChannelMembers",
+ "photo_url": "https://telegra.ph/file/p/692792c4a69/eb97624e542c984bf62f51d.jpg?c=180,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Members"
+ }
+ },
+ "Compose.ChannelTokenListPlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.ChannelTokenListPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/7c96429961e/882d428df613edaa6587f1d.jpg?c=5,71,555,555,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Search for contacts or usernames"
+ }
+ },
"Compose.Create": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.Create",
"photo_url": "https://telegra.ph/file/p/152cc5384a5/ed4678754e144592f91a71d.jpg?c=357,44,280,280,280,280",
@@ -3492,6 +3586,30 @@
"singular": "Create"
}
},
+ "Compose.NewChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.NewChannel",
+ "photo_url": "https://telegra.ph/file/p/f3e867b63d3/eee8b65ecb3f7d44a708722.jpg?c=181,44,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Channel"
+ }
+ },
+ "Compose.NewGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.NewGroup",
+ "photo_url": "https://telegra.ph/file/p/1362255416c/673112ceddf7342796a8c1d.jpg?c=180,44,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Group"
+ }
+ },
+ "Compose.NewGroupTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.NewGroupTitle",
+ "photo_url": "https://telegra.ph/file/p/1371a26e99f/6c94354209f4b3bae92291d.jpg?c=393,139,335,335,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "New Group"
+ }
+ },
"Compose.TokenListPlaceholder": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Compose.TokenListPlaceholder",
"photo_url": "https://telegra.ph/file/p/a4075fbdc60/652bac4fa115bdec9e71417.jpg?c=12,144,363,363,280,280",
@@ -3500,6 +3618,14 @@
"singular": "Who would you like to add?"
}
},
+ "Contacts.MemberSearchSectionTitleGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Contacts.MemberSearchSectionTitleGroup",
+ "photo_url": "https://telegra.ph/file/p/89c5d27b00e/e6d4ede955b66a28670721d.jpg?c=6,101,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group Members"
+ }
+ },
"Contacts.PermissionsText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Contacts.PermissionsText",
"photo_url": "https://telegra.ph/file/p/a4075fbdc60/652bac4fa115bdec9e71417.jpg?c=0,171,600,631,266,280",
@@ -3516,6 +3642,22 @@
"singular": "Access to Contacts"
}
},
+ "Contacts.TopSection": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Contacts.TopSection",
+ "photo_url": "https://telegra.ph/file/p/e3bd0fa2dfa/3393c82670f4813c63af11d.jpg?c=32,273,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "CONTACTS"
+ }
+ },
+ "Conversation.Admin": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Admin",
+ "photo_url": "https://telegra.ph/file/p/1cd93383528/01e3f4422d7773afab0ea1d.jpg?c=228,938,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "admin"
+ }
+ },
"Conversation.AlsoClearCacheTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.AlsoClearCacheTitle",
"photo_url": "https://telegra.ph/file/p/2c991cb787a/996e91b3af1a01e3226f117.jpg?c=0,258,600,623,268,280",
@@ -3580,12 +3722,12 @@
"singular": "BOOST"
}
},
- "Conversation.BoostToUnrestrictText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.BoostToUnrestrictText",
- "photo_url": "https://telegra.ph/file/p/10f674eb25b/9f1ffedaac05718b5415317.jpg?c=92,815,446,446,280,280",
- "has_binding": true,
+ "Conversation.ClearCache": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ClearCache",
+ "photo_url": "https://telegra.ph/file/p/62ef648e20c/3d2a70a70c8b81b4f7bfb17.jpg?c=11,17,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Boost this group to send messages"
+ "singular": "Clear Cache"
}
},
"Conversation.ClearChannel": {
@@ -3596,6 +3738,22 @@
"singular": "Clear Channel"
}
},
+ "Conversation.ClearGroupHistory": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ClearGroupHistory",
+ "photo_url": "https://telegra.ph/file/p/38944c16c2f/cf415e3aee30b669ff8451d.jpg?c=90,368,570,570,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This will delete all messages and media in this chat from your Telegram cloud. Other members of the group will still have them."
+ }
+ },
+ "Conversation.ContextMenuBan": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuBan",
+ "photo_url": "https://telegra.ph/file/p/6d6b2fe3d84/67ca417fe2c00c76a51151d.jpg?c=421,1822,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Restrict"
+ }
+ },
"Conversation.ContextMenuCopy": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuCopy",
"photo_url": "https://telegra.ph/file/p/4184abb873b/157bcd574fe1e64e234ab1d.jpg?c=124,351,280,280,280,280",
@@ -3604,6 +3762,14 @@
"singular": "Copy"
}
},
+ "Conversation.ContextMenuCopyLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuCopyLink",
+ "photo_url": "https://telegra.ph/file/p/5c293f90e0a/6a1fb6eda6a39467bea161d.jpg?c=157,846,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Copy Link"
+ }
+ },
"Conversation.ContextMenuMention": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuMention",
"photo_url": "https://telegra.ph/file/p/065e825c512/adfe9ef02e143988b36cd19.jpg?c=63,1956,280,280,280,280",
@@ -3612,6 +3778,14 @@
"singular": "Mention"
}
},
+ "Conversation.ContextMenuMore": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuMore",
+ "photo_url": "https://telegra.ph/file/p/4184abb873b/157bcd574fe1e64e234ab1d.jpg?c=295,349,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "More..."
+ }
+ },
"Conversation.ContextMenuOpenChannel": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuOpenChannel",
"photo_url": "https://telegra.ph/file/p/23c8ec32bae/0f88a269303acc251933219.jpg?c=66,1823,320,320,280,280",
@@ -3636,6 +3810,14 @@
"singular": "Open Profile"
}
},
+ "Conversation.ContextMenuReply": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuReply",
+ "photo_url": "https://telegra.ph/file/p/4184abb873b/157bcd574fe1e64e234ab1d.jpg?c=34,350,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply"
+ }
+ },
"Conversation.ContextMenuSelect": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ContextMenuSelect",
"photo_url": "https://telegra.ph/file/p/97ea912bad7/f52692f98002a26d84d6617.jpg?c=123,482,280,280,280,280",
@@ -3677,30 +3859,6 @@
"singular": "View Thread"
}
},
- "Conversation.CopyProtectionForwardingDisabledChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.CopyProtectionForwardingDisabledChannel",
- "photo_url": "https://telegra.ph/file/p/be2d4b7e51c/f52ee7dcfe6162eab9be917.jpg?c=106,726,490,490,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwards from this channel are restricted"
- }
- },
- "Conversation.CopyProtectionForwardingDisabledGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.CopyProtectionForwardingDisabledGroup",
- "photo_url": "https://telegra.ph/file/p/6af56c9f232/3d555e4a36cee08e4f87617.jpg?c=127,748,467,467,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwards from this group are restricted"
- }
- },
- "Conversation.CopyProtectionInfoChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.CopyProtectionInfoChannel",
- "photo_url": "https://telegra.ph/file/p/6f2758ea3fa/a58d500a2355a204774ec17.jpg?c=27,914,327,327,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copying and forwarding is not allowed in this channel."
- }
- },
"Conversation.CopyProtectionInfoGroup": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.CopyProtectionInfoGroup",
"photo_url": "https://telegra.ph/file/p/197eeaae153/f96bd5f05d9a886725c9d17.jpg?c=75,926,316,316,280,280",
@@ -3709,22 +3867,6 @@
"singular": "Copying and forwarding is not allowed from this group."
}
},
- "Conversation.CopyProtectionSavingDisabledChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.CopyProtectionSavingDisabledChannel",
- "photo_url": "https://telegra.ph/file/p/ca747cab2dd/36e04240a41e3485b3aa317.jpg?c=77,770,442,442,280,280",
- "has_binding": false,
- "values": {
- "singular": "Saving from this channel is restricted"
- }
- },
- "Conversation.CopyProtectionSavingDisabledGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.CopyProtectionSavingDisabledGroup",
- "photo_url": "https://telegra.ph/file/p/2daf95a46d1/6b91cb0e3bc66593900dd17.jpg?c=88,790,419,419,280,280",
- "has_binding": false,
- "values": {
- "singular": "Saving from this group is restricted"
- }
- },
"Conversation.DefaultRestrictedInline": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.DefaultRestrictedInline",
"photo_url": "https://telegra.ph/file/p/ef1d45f93d8/e00684289a62b1a682c2b17.jpg?c=17,664,566,566,280,280",
@@ -3765,6 +3907,22 @@
"singular": "Are you sure you want to delete all messages in
%@?"
}
},
+ "Conversation.DeleteManyMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.DeleteManyMessages",
+ "photo_url": "https://telegra.ph/file/p/1f6c5429b22/42ba55485430645ce17261d.jpg?c=101,487,365,365,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Messages"
+ }
+ },
+ "Conversation.DeleteMessagesForEveryone": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.DeleteMessagesForEveryone",
+ "photo_url": "https://telegra.ph/file/p/698d310ea6a/b024184659cd13daceafd1d.jpg?c=107,621,426,426,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete for everyone"
+ }
+ },
"Conversation.DeleteMessagesForMe": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.DeleteMessagesForMe",
"photo_url": "https://telegra.ph/file/p/91540a43d04/d0ba583caecd71aa1a5a617.jpg?c=184,622,280,280,280,280",
@@ -3829,6 +3987,14 @@
"singular": "Unfortunately, you can't access this message. You aren't a member of the chat where it was posted."
}
},
+ "Conversation.InfoGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.InfoGroup",
+ "photo_url": "https://telegra.ph/file/p/bddce741239/15d2469a778d5897a33191d.jpg?c=180,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group"
+ }
+ },
"Conversation.InputTextAnonymousPlaceholder": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.InputTextAnonymousPlaceholder",
"photo_url": "https://telegra.ph/file/p/5722489fc0c/b0d4624d3db36dbeb68dd19.jpg?c=136,1998,498,498,280,280",
@@ -3869,6 +4035,22 @@
"singular": "Link copied to clipboard."
}
},
+ "Conversation.MessageDialogDelete": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.MessageDialogDelete",
+ "photo_url": "https://telegra.ph/file/p/ebee7d12321/233b34bcfdf824c88f3661d.jpg?c=288,690,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete"
+ }
+ },
+ "Conversation.MessageDialogEdit": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.MessageDialogEdit",
+ "photo_url": "https://telegra.ph/file/p/ebee7d12321/233b34bcfdf824c88f3661d.jpg?c=112,689,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit"
+ }
+ },
"Conversation.MessageLeaveComment": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.MessageLeaveComment",
"photo_url": "https://telegra.ph/file/p/e395dd52841/3c442b848509dc8c258c317.jpg?c=77,714,280,280,280,280",
@@ -3894,6 +4076,38 @@
"singular": "
%1$@ %2$@"
}
},
+ "Conversation.Moderate.Ban": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Moderate.Ban",
+ "photo_url": "https://telegra.ph/file/p/08cc8d36400/7615d984ff5a642bd7db31d.jpg?c=91,526,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Ban User"
+ }
+ },
+ "Conversation.Moderate.Delete": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Moderate.Delete",
+ "photo_url": "https://telegra.ph/file/p/08cc8d36400/7615d984ff5a642bd7db31d.jpg?c=101,421,347,347,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Message"
+ }
+ },
+ "Conversation.Moderate.DeleteAllMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Moderate.DeleteAllMessages",
+ "photo_url": "https://telegra.ph/file/p/08cc8d36400/7615d984ff5a642bd7db31d.jpg?c=72,475,533,533,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete All From
%@"
+ }
+ },
+ "Conversation.Moderate.Report": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Moderate.Report",
+ "photo_url": "https://telegra.ph/file/p/08cc8d36400/7615d984ff5a642bd7db31d.jpg?c=107,601,281,281,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
"Conversation.Mute": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Mute",
"photo_url": "https://telegra.ph/file/p/f4adb4ec2e4/42c0995c2655214a4677d17.jpg?c=160,965,280,280,280,280",
@@ -3934,6 +4148,62 @@
"singular": "
%@ invited you to this group"
}
},
+ "Conversation.OpenBotLinkAllowMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.OpenBotLinkAllowMessages",
+ "photo_url": "https://telegra.ph/file/p/3c9e374bc08/a825cd278714ba1f045841d.jpg?c=236,1014,656,656,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Allow **
%@** to send me messages"
+ }
+ },
+ "Conversation.OpenBotLinkLogin": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.OpenBotLinkLogin",
+ "photo_url": "https://telegra.ph/file/p/3c9e374bc08/a825cd278714ba1f045841d.jpg?c=240,919,619,619,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Log in to **
%1$@** as
%2$@"
+ }
+ },
+ "Conversation.OpenBotLinkOpen": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.OpenBotLinkOpen",
+ "photo_url": "https://telegra.ph/file/p/3c9e374bc08/a825cd278714ba1f045841d.jpg?c=598,1388,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Open"
+ }
+ },
+ "Conversation.OpenBotLinkText": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.OpenBotLinkText",
+ "photo_url": "https://telegra.ph/file/p/3c9e374bc08/a825cd278714ba1f045841d.jpg?c=232,769,661,661,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do you want to open
**
%@**?"
+ }
+ },
+ "Conversation.OpenBotLinkTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.OpenBotLinkTitle",
+ "photo_url": "https://telegra.ph/file/p/3c9e374bc08/a825cd278714ba1f045841d.jpg?c=403,811,317,317,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Open Link"
+ }
+ },
+ "Conversation.Owner": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Owner",
+ "photo_url": "https://telegra.ph/file/p/8d6fdafecab/43341a3147445756828061d.jpg?c=386,2112,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "owner"
+ }
+ },
+ "Conversation.Pin": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Pin",
+ "photo_url": "https://telegra.ph/file/p/4184abb873b/157bcd574fe1e64e234ab1d.jpg?c=202,349,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pin"
+ }
+ },
"Conversation.PinMessageAlert.OnlyPin": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PinMessageAlert.OnlyPin",
"photo_url": "https://telegra.ph/file/p/941df63810d/65058649af1dea5ff10f01d.jpg?c=80,494,280,280,280,280",
@@ -3950,29 +4220,20 @@
"singular": "Pin this message and notify all group members?"
}
},
- "Conversation.PinnedGiveaway": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PinnedGiveaway",
- "photo_url": "https://telegra.ph/file/p/9d4f806f0df/a8dd0c2631679165c1dc617.jpg?c=13,112,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Giveaway"
- }
- },
- "Conversation.PinnedGiveaway.Ongoing": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PinnedGiveaway.Ongoing",
- "photo_url": "https://telegra.ph/file/p/9d4f806f0df/a8dd0c2631679165c1dc617.jpg?c=10,104,498,498,280,280",
+ "Conversation.PinnedMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PinnedMessage",
+ "photo_url": "https://telegra.ph/file/p/b108e147635/314dde676f323ae98a05f1d.jpg?c=32,104,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "
%1$@ on
%2$@"
+ "singular": "Pinned Message"
}
},
- "Conversation.PinnedGiveaway.Ongoing.Winners": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PinnedGiveaway.Ongoing.Winners",
- "photo_url": "https://telegra.ph/file/p/9d4f806f0df/a8dd0c2631679165c1dc617.jpg?c=18,134,298,298,280,280",
+ "Conversation.PinnedPoll": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PinnedPoll",
+ "photo_url": "https://telegra.ph/file/p/bf7edfbbeb3/8ddb453685a6cb28be44f1d.jpg?c=44,245,295,295,280,280",
"has_binding": true,
"values": {
- "singular": "
%@ winner to be selected",
- "plural": "
%@ winners to be selected"
+ "singular": "Pinned Poll"
}
},
"Conversation.PinnedPreviousMessage": {
@@ -4007,12 +4268,28 @@
"singular": "Join Channel"
}
},
- "Conversation.ReadAllReactions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ReadAllReactions",
- "photo_url": "https://telegra.ph/file/p/5ad92e4cd71/c5a94260f4dcabe96e63217.jpg?c=187,957,280,280,280,280",
+ "Conversation.PrivateChannelTooltip": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PrivateChannelTooltip",
+ "photo_url": "https://telegra.ph/file/p/611972f8779/e97c203ea3b9f8ed3c6301d.jpg?c=121,991,532,532,280,280",
"has_binding": true,
"values": {
- "singular": "Read All Reactions"
+ "singular": "This channel is private"
+ }
+ },
+ "Conversation.PrivateMessageLinkCopied": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.PrivateMessageLinkCopied",
+ "photo_url": "https://telegra.ph/file/p/8838007d0cd/6be6e3f9e936b683ab31b1d.jpg?c=245,1022,637,637,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This link will only work for chat members"
+ }
+ },
+ "Conversation.ReportGroupLocation": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ReportGroupLocation",
+ "photo_url": "https://telegra.ph/file/p/8b13b096d69/55fa3f77f79c2aba1924f1d.jpg?c=190,198,746,746,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Group unrelated to location?"
}
},
"Conversation.ReportSpamAndLeave": {
@@ -4088,38 +4365,6 @@
"singular": "The admins of this group have restricted you from messaging until
%@."
}
},
- "Conversation.SaveGif": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.SaveGif",
- "photo_url": "https://telegra.ph/file/p/87517558bb2/dc71daf03a5cd895568a117.jpg?c=152,790,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add to GIFs"
- }
- },
- "Conversation.ScheduledLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ScheduledLiveStream",
- "photo_url": "https://telegra.ph/file/p/c772bf1bc21/e9d1304cf0c7a1f56911117.jpg?c=12,128,308,308,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled Live Stream"
- }
- },
- "Conversation.ScheduledVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ScheduledVoiceChat",
- "photo_url": "https://telegra.ph/file/p/86230c39fd6/f5b15b8ad9b2addb360ab17.jpg?c=14,103,306,306,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled Video Chat"
- }
- },
- "Conversation.ScheduledVoiceChatStartsOnShort": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ScheduledVoiceChatStartsOnShort",
- "photo_url": "https://telegra.ph/file/p/86230c39fd6/f5b15b8ad9b2addb360ab17.jpg?c=13,122,319,319,280,280",
- "has_binding": true,
- "values": {
- "singular": "Starts
%@"
- }
- },
"Conversation.ScheduledVoiceChatStartsTodayShort": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ScheduledVoiceChatStartsTodayShort",
"photo_url": "https://telegra.ph/file/p/3caf5c8133f/1e07ca188c44449423cc817.jpg?c=13,129,280,280,280,280",
@@ -4136,12 +4381,20 @@
"singular": "Starts tomorrow at
%@"
}
},
- "Conversation.SendMesageAs": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.SendMesageAs",
- "photo_url": "https://telegra.ph/file/p/92a4963a73d/1f7d22aebc06610e2f05817.jpg?c=25,767,280,280,280,280",
+ "Conversation.SearchByName.Placeholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.SearchByName.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/7a4a6bad7fb/275feeebb91abc55048441d.jpg?c=124,45,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Send Message As..."
+ "singular": "Search Members"
+ }
+ },
+ "Conversation.SearchByName.Prefix": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.SearchByName.Prefix",
+ "photo_url": "https://telegra.ph/file/p/7a4a6bad7fb/275feeebb91abc55048441d.jpg?c=38,45,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "from: "
}
},
"Conversation.SendMesageAsPremiumInfo": {
@@ -4152,14 +4405,6 @@
"singular": "Subscribe to **Telegram Premium** to be able to comment on behalf of your channels in any group chat."
}
},
- "Conversation.SendMessageErrorGroupRestricted": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.SendMessageErrorGroupRestricted",
- "photo_url": "https://telegra.ph/file/p/b943d0991e5/6c3043fc6245036840de617.jpg?c=84,0,432,236,280,154",
- "has_binding": true,
- "values": {
- "singular": "Sorry, you are currently restricted from posting in this group."
- }
- },
"Conversation.SilentBroadcastTooltipOff": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.SilentBroadcastTooltipOff",
"photo_url": "https://telegra.ph/file/p/7d49ca37a7e/6c7916f571768d3b949e617.jpg?c=57,684,539,539,280,280",
@@ -4176,6 +4421,48 @@
"singular": "Subscribers will be notified when you post."
}
},
+ "Conversation.StatusKickedFromChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.StatusKickedFromChannel",
+ "photo_url": "https://telegra.ph/file/p/211331bb5cb/2d12acd27ce975856ea241d.jpg?c=128,53,415,415,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "you were removed from the channel"
+ }
+ },
+ "Conversation.StatusKickedFromGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.StatusKickedFromGroup",
+ "photo_url": "https://telegra.ph/file/p/e0a900cc8df/48f5d645937c1724d61651d.jpg?c=127,49,422,422,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "you were removed"
+ }
+ },
+ "Conversation.StatusLeftGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.StatusLeftGroup",
+ "photo_url": "https://telegra.ph/file/p/90e766bf0ed/94ccfd14eb775db0ebd431d.jpg?c=149,57,340,340,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "you have left the group"
+ }
+ },
+ "Conversation.StatusMembers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.StatusMembers",
+ "photo_url": "https://telegra.ph/file/p/e96e44b17db/d6fb2ca2b60b6987e9e901d.jpg?c=180,62,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 member",
+ "plural": "
%@ members"
+ }
+ },
+ "Conversation.StatusOnline": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.StatusOnline",
+ "photo_url": "https://telegra.ph/file/p/20fdb644866/1ae6c9deb9055b2a96efe1d.jpg?c=249,59,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 online",
+ "plural": "
%@ online"
+ }
+ },
"Conversation.StatusSubscribers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.StatusSubscribers",
"photo_url": "https://telegra.ph/file/p/7d49ca37a7e/6c7916f571768d3b949e617.jpg?c=160,88,280,280,280,280",
@@ -4235,84 +4522,84 @@
"singular": "Replies"
}
},
- "Conversation.Unmute": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.Unmute",
- "photo_url": "https://telegra.ph/file/p/e8acfcefd78/d6cb1cb68fe9d974759a717.jpg?c=160,902,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unmute"
- }
- },
- "Conversation.UsersTooMuchError": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.UsersTooMuchError",
- "photo_url": "https://telegra.ph/file/p/72bd28faba8/4309466b69f90ac5b764716.jpg?c=10,180,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unable to join this group because it has too many members."
- }
- },
- "Conversation.VoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.VoiceChat",
- "photo_url": "https://telegra.ph/file/p/d479de78e99/31f2c66c682287513380b17.jpg?c=75,300,280,280,280,280",
+ "Conversation.UnpinMessageAlert": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.UnpinMessageAlert",
+ "photo_url": "https://telegra.ph/file/p/c882d58f150/665387611a53054766b321d.jpg?c=59,282,522,522,280,280",
"has_binding": false,
"values": {
- "singular": "Video Chat"
+ "singular": "Would you like to unpin this message?"
}
},
- "CreateExternalStream.ServerUrl": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateExternalStream.ServerUrl",
- "photo_url": "https://telegra.ph/file/p/a5670c4e04a/ebabb65baf877c92f5cfd17.jpg?c=27,424,280,280,280,280",
+ "Conversation.ViewMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Conversation.ViewMessage",
+ "photo_url": "https://telegra.ph/file/p/518785dc546/a1d95b699164489b7137a1d.jpg?c=123,612,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "server URL"
+ "singular": "VIEW MESSAGE"
}
},
- "CreateExternalStream.StartStreaming": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateExternalStream.StartStreaming",
- "photo_url": "https://telegra.ph/file/p/a5670c4e04a/ebabb65baf877c92f5cfd17.jpg?c=159,759,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start Streaming"
- }
- },
- "CreateExternalStream.StartStreamingInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateExternalStream.StartStreamingInfo",
- "photo_url": "https://telegra.ph/file/p/a5670c4e04a/ebabb65baf877c92f5cfd17.jpg?c=0,414,600,604,278,280",
- "has_binding": true,
- "values": {
- "singular": "Once you start broadcasting in your streaming
app, tap Start Streaming below."
- }
- },
- "CreateExternalStream.StreamKey": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateExternalStream.StreamKey",
- "photo_url": "https://telegra.ph/file/p/a5670c4e04a/ebabb65baf877c92f5cfd17.jpg?c=28,498,280,280,280,280",
+ "ConversationProfile.UnknownAddMemberError": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ConversationProfile.UnknownAddMemberError",
+ "photo_url": "https://telegra.ph/file/p/3f504acea4a/7e52f1ce5ffd75a028a931d.jpg?c=53,274,534,534,280,280",
"has_binding": false,
"values": {
- "singular": "stream key"
+ "singular": "An unexpected error has occurred. Our wizards have been notified and will fix the problem soon. Sorry."
}
},
- "CreateExternalStream.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateExternalStream.Text",
- "photo_url": "https://telegra.ph/file/p/a5670c4e04a/ebabb65baf877c92f5cfd17.jpg?c=27,216,546,546,280,280",
+ "ConversationProfile.UsersTooMuchError": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ConversationProfile.UsersTooMuchError",
+ "photo_url": "https://telegra.ph/file/p/2c35dc91494/d22853e286d74ca633fc71d.jpg?c=112,374,525,525,280,280",
"has_binding": true,
"values": {
- "singular": "To stream video with another app, enter
this Server URL and Stream Key in your
streaming app."
+ "singular": "Sorry, this group is full. You cannot add any more members here."
}
},
- "CreateExternalStream.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateExternalStream.Title",
- "photo_url": "https://telegra.ph/file/p/a5670c4e04a/ebabb65baf877c92f5cfd17.jpg?c=159,51,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stream With..."
- }
- },
- "CreateGroup.PeersTitleLastDelimeter": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateGroup.PeersTitleLastDelimeter",
- "photo_url": "https://telegra.ph/file/p/ad08d9d7ecc/34f0f0b77f25ff25b333e17.jpg?c=237,208,280,280,280,280",
+ "ConvertToSupergroup.HelpText": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ConvertToSupergroup.HelpText",
+ "photo_url": "https://telegra.ph/file/p/c6073caf8f4/516553b36b545dd09825a1d.jpg?c=0,106,640,663,270,280",
"has_binding": false,
"values": {
- "singular": " and "
+ "singular": "• New members can see the full message history
• Deleted messages will disappear for all members
• Admins can add a description to the group
• Creator can set a public link for the group"
+ }
+ },
+ "ConvertToSupergroup.HelpTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ConvertToSupergroup.HelpTitle",
+ "photo_url": "https://telegra.ph/file/p/c6073caf8f4/516553b36b545dd09825a1d.jpg?c=18,116,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "**In supergroups:**"
+ }
+ },
+ "ConvertToSupergroup.Note": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ConvertToSupergroup.Note",
+ "photo_url": "https://telegra.ph/file/p/c6073caf8f4/516553b36b545dd09825a1d.jpg?c=10,337,522,522,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "**Note**: this action can't be undone."
+ }
+ },
+ "ConvertToSupergroup.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ConvertToSupergroup.Title",
+ "photo_url": "https://telegra.ph/file/p/c6073caf8f4/516553b36b545dd09825a1d.jpg?c=180,45,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Supergroup"
+ }
+ },
+ "CreateGroup.ChannelsTooMuch": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateGroup.ChannelsTooMuch",
+ "photo_url": "https://telegra.ph/file/p/2a0881257c8/e43dfc64daed83a812a0517.jpg?c=79,411,440,440,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you are a member of too many groups and channels. Please leave some before creating a new one."
+ }
+ },
+ "CreateGroup.SoftUserLimitAlert": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/CreateGroup.SoftUserLimitAlert",
+ "photo_url": "https://telegra.ph/file/p/b40555164da/28b67f85ad0edaec2d7e51d.jpg?c=36,259,567,567,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You will be able to add more members after you create the group."
}
},
"DialogList.AdNoticeAlert": {
@@ -4323,6 +4610,14 @@
"singular": "This channel is shown by your proxy server. To remove this channel from your chat list, disable the proxy in Telegram Settings > Data and Storage."
}
},
+ "DialogList.MultipleTypingSuffix": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/DialogList.MultipleTypingSuffix",
+ "photo_url": "https://telegra.ph/file/p/4ee8ede1ef3/17ee318a5c05745602cf21d.jpg?c=198,60,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d are typing"
+ }
+ },
"DialogList.Replies": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/DialogList.Replies",
"photo_url": "https://telegra.ph/file/p/fa7c05ccbd1/8387b3bdacbc09230db2617.jpg?c=160,32,280,280,280,280",
@@ -4331,14 +4626,6 @@
"singular": "Replies"
}
},
- "DownloadList.CancelDownloading": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/DownloadList.CancelDownloading",
- "photo_url": "https://telegra.ph/file/p/7f5a848a94b/da3a9f21679fc8b9eb5bc17.jpg?c=197,442,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel Download"
- }
- },
"DownloadList.ClearAlertText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/DownloadList.ClearAlertText",
"photo_url": "https://telegra.ph/file/p/9dfbeff4814/ddcc68b5f4962def7300f17.jpg?c=0,499,600,604,278,280",
@@ -4483,69 +4770,13 @@
"singular": "You created a group"
}
},
- "FolderLinkPreview.ButtonAddFolder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.ButtonAddFolder",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=159,945,280,280,280,280",
- "has_binding": true,
+ "ForwardedMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ForwardedMessages",
+ "photo_url": "https://telegra.ph/file/p/0c438f1a7e2/2245242321a879cd48bc01d.jpg?c=167,1945,558,558,280,280",
+ "has_binding": false,
"values": {
- "singular": "Add Folder"
- }
- },
- "FolderLinkPreview.ChatSectionJoinHeader": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.ChatSectionJoinHeader",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=32,608,335,335,280,280",
- "has_binding": true,
- "values": {
- "singular": "1 CHAT TO JOIN",
- "plural": "
%d CHATS TO JOIN"
- }
- },
- "FolderLinkPreview.LabelPeerMember": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.LabelPeerMember",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=155,746,335,335,280,280",
- "has_binding": true,
- "values": {
- "singular": "You are already a member"
- }
- },
- "FolderLinkPreview.LabelPeerSubscriber": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.LabelPeerSubscriber",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=151,655,363,363,280,280",
- "has_binding": true,
- "values": {
- "singular": "You are already a subscriber"
- }
- },
- "FolderLinkPreview.TextAddFolder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.TextAddFolder",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=65,461,470,470,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to add a new chat folder
and join its groups and channels?"
- }
- },
- "FolderLinkPreview.TitleAddFolder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.TitleAddFolder",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=159,403,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Folder"
- }
- },
- "FolderLinkPreview.ToastAlreadyMemberGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkPreview.ToastAlreadyMemberGroup",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=63,707,475,475,280,280",
- "has_binding": true,
- "values": {
- "singular": "You are already a member of this group."
- }
- },
- "FolderLinkScreen.ChatsSectionHeaderActionDeselectAll": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/FolderLinkScreen.ChatsSectionHeaderActionDeselectAll",
- "photo_url": "https://telegra.ph/file/p/20191705927/ded94bc6649f2603856c217.jpg?c=292,642,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "DESELECT ALL"
+ "singular": "Forwarded message",
+ "plural": "
%@ forwarded messages"
}
},
"Group.About.Help": {
@@ -4572,14 +4803,6 @@
"singular": "Members of your group can **boost** it so that it levels up and unlocks these features."
}
},
- "Group.Appearance.ChooseFromGallery": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Appearance.ChooseFromGallery",
- "photo_url": "https://telegra.ph/file/p/c2bd187d7ea/11a178cdd9c2366862e5a17.jpg?c=35,766,300,300,280,280",
- "has_binding": true,
- "values": {
- "singular": "Choose From Gallery"
- }
- },
"Group.Appearance.GroupEmoji": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Appearance.GroupEmoji",
"photo_url": "https://telegra.ph/file/p/75d82fc9a83/a723341e6a972c346fb9217.jpg?c=34,628,280,280,280,280",
@@ -4596,14 +4819,6 @@
"singular": "Choose an emoji pack that will be available to all members within the group."
}
},
- "Group.Appearance.PreviewAuthor": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Appearance.PreviewAuthor",
- "photo_url": "https://telegra.ph/file/p/c2bd187d7ea/11a178cdd9c2366862e5a17.jpg?c=64,402,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jessica"
- }
- },
"Group.Appearance.ProfileFooter": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Appearance.ProfileFooter",
"photo_url": "https://telegra.ph/file/p/75d82fc9a83/a723341e6a972c346fb9217.jpg?c=15,336,545,545,280,280",
@@ -4628,14 +4843,6 @@
"singular": "Choose a status that will be shown next to the group's name."
}
},
- "Group.Appearance.WallpaperFooter": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Appearance.WallpaperFooter",
- "photo_url": "https://telegra.ph/file/p/c2bd187d7ea/11a178cdd9c2366862e5a17.jpg?c=15,623,548,548,280,280",
- "has_binding": true,
- "values": {
- "singular": "Set a wallpaper that will be visible for everyone viewing your group."
- }
- },
"Group.ApplyToJoin": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.ApplyToJoin",
"photo_url": "https://telegra.ph/file/p/afdc5b30e98/1a3abfa34505f18c8a1ac17.jpg?c=157,966,284,284,280,280",
@@ -4652,12 +4859,12 @@
"singular": "Delete Group"
}
},
- "Group.Edit.PrivatePublicLinkAlert": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Edit.PrivatePublicLinkAlert",
- "photo_url": "https://telegra.ph/file/p/350d6cd2c3a/75277891d175819cf9a7717.jpg?c=90,250,420,420,280,280",
- "has_binding": false,
+ "Group.EditAdmin.PermissionChangeInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.EditAdmin.PermissionChangeInfo",
+ "photo_url": "https://telegra.ph/file/p/5e603ce5bd7/641b761d8f09dbbfc9b991d.jpg?c=17,322,348,348,280,280",
+ "has_binding": true,
"values": {
- "singular": "Please note that if you choose a public link for your group, anyone will be able to find it in search and join.
Do not create this link if you want your group to stay private."
+ "singular": "Change Group Info"
}
},
"Group.EditAdmin.RankAdminPlaceholder": {
@@ -4748,6 +4955,38 @@
"singular": "CHOOSE EMOJI PACK"
}
},
+ "Group.ErrorAddBlocked": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.ErrorAddBlocked",
+ "photo_url": "https://telegra.ph/file/p/70f72e685c5/04f9bd60a40ea84a392fc1d.jpg?c=41,266,558,558,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can't add this user to groups."
+ }
+ },
+ "Group.ErrorAddTooMuchAdmins": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.ErrorAddTooMuchAdmins",
+ "photo_url": "https://telegra.ph/file/p/d9d2e86afe7/e9105776cba4a41be29d41d.jpg?c=49,272,543,543,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you've reached the maximum number of admins for this group."
+ }
+ },
+ "Group.ErrorAddTooMuchBots": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.ErrorAddTooMuchBots",
+ "photo_url": "https://telegra.ph/file/p/3b7118d2834/c92f56644dd30d9a596291d.jpg?c=97,361,557,557,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you've reached the maximum number of bots for this group."
+ }
+ },
+ "Group.ErrorNotMutualContact": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.ErrorNotMutualContact",
+ "photo_url": "https://telegra.ph/file/p/d83f6a50bae/0f4acfc5bef961af849691d.jpg?c=95,346,530,530,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you can only add mutual contacts to groups at the moment."
+ }
+ },
"Group.ErrorSendRestrictedStickers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.ErrorSendRestrictedStickers",
"photo_url": "https://telegra.ph/file/p/d8e56c6db11/3ecb261c3497b65b3c78d1d.jpg?c=127,358,494,494,280,280",
@@ -4756,6 +4995,14 @@
"singular": "The admins of this group have restricted your ability to send stickers."
}
},
+ "Group.Info.AdminLog": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Info.AdminLog",
+ "photo_url": "https://telegra.ph/file/p/a256aff9c98/a5481010992aacfdec15b17.jpg?c=89,161,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Recent Actions"
+ }
+ },
"Group.Info.Members": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Info.Members",
"photo_url": "https://telegra.ph/file/p/de91aff597c/c2327a067eca25266392717.jpg?c=60,502,280,280,280,280",
@@ -4772,12 +5019,60 @@
"singular": "Join Group"
}
},
- "Group.Members.AddMemberBotErrorNotAllowed": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Members.AddMemberBotErrorNotAllowed",
- "photo_url": "https://telegra.ph/file/p/b677eb3e2ec/946bf77c8e75561e090e71d.jpg?c=76,297,488,488,280,280",
+ "Group.LeaveGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.LeaveGroup",
+ "photo_url": "https://telegra.ph/file/p/8b0c4566d81/1d7eb5323844116bc559b1d.jpg?c=447,1313,347,347,280,280",
"has_binding": true,
"values": {
- "singular": "Sorry, you are not allowed to add bots to this group."
+ "singular": "Leave Group"
+ }
+ },
+ "Group.LinkedChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.LinkedChannel",
+ "photo_url": "https://telegra.ph/file/p/206d8bd5630/11b3d47e0ad79e8c928af1d.jpg?c=21,480,286,286,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Linked Channel"
+ }
+ },
+ "Group.Location.ChangeLocation": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Location.ChangeLocation",
+ "photo_url": "https://telegra.ph/file/p/af66ff89462/7385690b31a3cdf40e6eb1d.jpg?c=29,1529,475,475,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Change Location"
+ }
+ },
+ "Group.Location.CreateInThisPlace": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Location.CreateInThisPlace",
+ "photo_url": "https://telegra.ph/file/p/754ff551213/47ade66c124456c690cb017.jpg?c=9,492,394,394,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create a group in this place"
+ }
+ },
+ "Group.Location.Info": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Location.Info",
+ "photo_url": "https://telegra.ph/file/p/1371a26e99f/6c94354209f4b3bae92291d.jpg?c=0,713,1106,1113,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "People can find your group using People Nearby section."
+ }
+ },
+ "Group.Location.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Location.Title",
+ "photo_url": "https://telegra.ph/file/p/1b9a8b8266e/2d23178b5ba6cb809a1d71d.jpg?c=30,1397,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Location"
+ }
+ },
+ "Group.Management.AddModeratorHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Management.AddModeratorHelp",
+ "photo_url": "https://telegra.ph/file/p/5ad80b0dafd/881c1bbfe12242e586e341d.jpg?c=0,413,621,622,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can add admins to help you manage your group."
}
},
"Group.Members.AddMembers": {
@@ -4796,22 +5091,6 @@
"singular": "Only group admins can see this list."
}
},
- "Group.Members.Contacts": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Members.Contacts",
- "photo_url": "https://telegra.ph/file/p/47ad77cd1c6/b1dcfd1b083de1c60bf3817.jpg?c=33,279,315,315,280,280",
- "has_binding": true,
- "values": {
- "singular": "CONTACTS IN THIS GROUP"
- }
- },
- "Group.Members.Other": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Members.Other",
- "photo_url": "https://telegra.ph/file/p/47ad77cd1c6/b1dcfd1b083de1c60bf3817.jpg?c=30,711,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "OTHER MEMBERS"
- }
- },
"Group.Members.Title": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Members.Title",
"photo_url": "https://telegra.ph/file/p/9e749eca005/d3a64ebb1f5b72c3d834c17.jpg?c=160,0,280,279,280,278",
@@ -4820,6 +5099,22 @@
"singular": "Members"
}
},
+ "Group.MessagePhotoRemoved": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.MessagePhotoRemoved",
+ "photo_url": "https://telegra.ph/file/p/12729be0749/bf31a449dfddaa4e9bff81d.jpg?c=150,736,330,330,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group photo removed"
+ }
+ },
+ "Group.MessagePhotoUpdated": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.MessagePhotoUpdated",
+ "photo_url": "https://telegra.ph/file/p/12729be0749/bf31a449dfddaa4e9bff81d.jpg?c=160,352,316,316,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group photo updated"
+ }
+ },
"Group.OwnershipTransfer.DescriptionInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.OwnershipTransfer.DescriptionInfo",
"photo_url": "https://telegra.ph/file/p/f37d9abd637/2071fe38e272d0368543417.jpg?c=79,400,440,440,280,280",
@@ -4828,6 +5123,22 @@
"singular": "This will transfer the full **owner rights** for **
%1$@** to **
%2$@**.
You will no longer be considered the creator of the group. The new owner will be free to remove any of your admin privileges or even ban you."
}
},
+ "Group.OwnershipTransfer.ErrorLocatedGroupsTooMuch": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.OwnershipTransfer.ErrorLocatedGroupsTooMuch",
+ "photo_url": "https://telegra.ph/file/p/097bda99830/10a01baa67f40128f006417.jpg?c=78,408,440,440,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, the target user owns too many location-based groups. Please ask them to delete or transfer an existing one first."
+ }
+ },
+ "Group.OwnershipTransfer.ErrorPrivacyRestricted": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.OwnershipTransfer.ErrorPrivacyRestricted",
+ "photo_url": "https://telegra.ph/file/p/d61d7b7f190/05927154da78566bde13c1d.jpg?c=138,759,847,847,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this user is not a member of this group and their privacy settings prevent you from adding them manually."
+ }
+ },
"Group.OwnershipTransfer.Title": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.OwnershipTransfer.Title",
"photo_url": "https://telegra.ph/file/p/f37d9abd637/2071fe38e272d0368543417.jpg?c=100,336,398,398,280,280",
@@ -4836,14 +5147,6 @@
"singular": "Transfer Group Ownership"
}
},
- "Group.PublicLink.Info": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.PublicLink.Info",
- "photo_url": "https://telegra.ph/file/p/caf1685d218/d181dfd9f3e7c48b71b6d1d.jpg?c=0,290,1125,1179,266,280",
- "has_binding": false,
- "values": {
- "singular": "People can share this link with others and find your group using Telegram search.
You can use **a–z**, **0–9** and underscores. Minimum length is **5** characters."
- }
- },
"Group.RequestToJoinSent": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.RequestToJoinSent",
"photo_url": "https://telegra.ph/file/p/afdc5b30e98/1a3abfa34505f18c8a1ac17.jpg?c=73,856,280,280,280,280",
@@ -4876,6 +5179,14 @@
"singular": "Turn this on if you want users to be able to send messages only after they are approved by an admin."
}
},
+ "Group.Setup.BasicHistoryHiddenHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.BasicHistoryHiddenHelp",
+ "photo_url": "https://telegra.ph/file/p/13846c13cca/3bff37c678fa5c1a876bf1d.jpg?c=7,427,1110,1110,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New members won't see more than 100 previous messages."
+ }
+ },
"Group.Setup.ForwardingChannelInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.ForwardingChannelInfo",
"photo_url": "https://telegra.ph/file/p/8b62941eebd/f47a16217bf985c7511ae17.jpg?c=8,643,578,578,280,280",
@@ -4924,6 +5235,94 @@
"singular": "Forwarding From This Group"
}
},
+ "Group.Setup.HistoryHeader": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.HistoryHeader",
+ "photo_url": "https://telegra.ph/file/p/5649cc9c4d0/ef81251be69a8b5549c721d.jpg?c=9,104,572,572,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "CHAT HISTORY FOR NEW MEMBERS"
+ }
+ },
+ "Group.Setup.HistoryHidden": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.HistoryHidden",
+ "photo_url": "https://telegra.ph/file/p/5649cc9c4d0/ef81251be69a8b5549c721d.jpg?c=58,278,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Hidden"
+ }
+ },
+ "Group.Setup.HistoryHiddenHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.HistoryHiddenHelp",
+ "photo_url": "https://telegra.ph/file/p/a90893ffff3/d5d2b421be7b2b3d4c14c1d.jpg?c=5,218,656,656,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New members won't see earlier messages."
+ }
+ },
+ "Group.Setup.HistoryTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.HistoryTitle",
+ "photo_url": "https://telegra.ph/file/p/5649cc9c4d0/ef81251be69a8b5549c721d.jpg?c=167,36,417,417,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Chat History Settings"
+ }
+ },
+ "Group.Setup.HistoryVisible": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.HistoryVisible",
+ "photo_url": "https://telegra.ph/file/p/5649cc9c4d0/ef81251be69a8b5549c721d.jpg?c=57,205,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Visible"
+ }
+ },
+ "Group.Setup.HistoryVisibleHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.HistoryVisibleHelp",
+ "photo_url": "https://telegra.ph/file/p/5649cc9c4d0/ef81251be69a8b5549c721d.jpg?c=0,197,734,738,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New members will see messages that were sent before they joined."
+ }
+ },
+ "Group.Setup.TypeHeader": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.TypeHeader",
+ "photo_url": "https://telegra.ph/file/p/b6362a32d97/bf57a3db4ff1cd75d1a1d1d.jpg?c=16,144,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "GROUP TYPE"
+ }
+ },
+ "Group.Setup.TypePrivate": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.TypePrivate",
+ "photo_url": "https://telegra.ph/file/p/bddce741239/15d2469a778d5897a33191d.jpg?c=54,268,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Private"
+ }
+ },
+ "Group.Setup.TypePrivateHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.TypePrivateHelp",
+ "photo_url": "https://telegra.ph/file/p/b6362a32d97/bf57a3db4ff1cd75d1a1d1d.jpg?c=0,178,640,686,260,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Private groups can only be joined if you were invited or have an invite link."
+ }
+ },
+ "Group.Setup.TypePublic": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.TypePublic",
+ "photo_url": "https://telegra.ph/file/p/bddce741239/15d2469a778d5897a33191d.jpg?c=53,198,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Public"
+ }
+ },
+ "Group.Setup.TypePublicHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.TypePublicHelp",
+ "photo_url": "https://telegra.ph/file/p/b1db8a22f70/5d712f7f60618de40631f1d.jpg?c=0,111,640,657,272,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Public groups can be found in search, chat history is available to everyone and anyone can join."
+ }
+ },
"Group.Setup.WhoCanSendMessages.Everyone": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Setup.WhoCanSendMessages.Everyone",
"photo_url": "https://telegra.ph/file/p/ba9ae3bbc7c/6f16cef00743d6d92c2a317.jpg?c=74,623,280,280,280,280",
@@ -4948,6 +5347,62 @@
"singular": "WHO CAN SEND MESSAGES?"
}
},
+ "Group.Status": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Status",
+ "photo_url": "https://telegra.ph/file/p/28223325e51/f45c84c87f110a7fcafd51d.jpg?c=179,65,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "group"
+ }
+ },
+ "Group.UpgradeConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.UpgradeConfirmation",
+ "photo_url": "https://telegra.ph/file/p/4eaa9e0dc52/4d679d3cac9dda2c251cb1d.jpg?c=47,269,546,546,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Warning: this action is irreversible. It is not possible to downgrade a supergroup to a regular group."
+ }
+ },
+ "Group.UpgradeNoticeHeader": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.UpgradeNoticeHeader",
+ "photo_url": "https://telegra.ph/file/p/7851c277644/94e09c5b2034d988b7e1f1d.jpg?c=12,383,340,340,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "MEMBERS LIMIT REACHED"
+ }
+ },
+ "Group.UpgradeNoticeText1": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.UpgradeNoticeText1",
+ "photo_url": "https://telegra.ph/file/p/7851c277644/94e09c5b2034d988b7e1f1d.jpg?c=0,288,578,580,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "To go over the limit and get additional features, upgrade to a supergroup:"
+ }
+ },
+ "Group.UpgradeNoticeText2": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.UpgradeNoticeText2",
+ "photo_url": "https://telegra.ph/file/p/7851c277644/94e09c5b2034d988b7e1f1d.jpg?c=0,359,567,567,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "• Supergroups can get up to
{supergroup_member_limit} members
• New members see the entire chat history
• Admins delete messages for everyone
• Notifications are muted by default"
+ }
+ },
+ "Group.Username.CreatePrivateLinkHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Username.CreatePrivateLinkHelp",
+ "photo_url": "https://telegra.ph/file/p/b6362a32d97/bf57a3db4ff1cd75d1a1d1d.jpg?c=0,330,640,663,272,280",
+ "has_binding": true,
+ "values": {
+ "singular": "People can join your group by following this link. You can revoke the link at any time."
+ }
+ },
+ "Group.Username.CreatePublicLinkHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Username.CreatePublicLinkHelp",
+ "photo_url": "https://telegra.ph/file/p/b1db8a22f70/5d712f7f60618de40631f1d.jpg?c=0,295,633,637,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "People can share this link with others and find your group using Telegram search."
+ }
+ },
"Group.Username.InvalidStartsWithNumber": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Username.InvalidStartsWithNumber",
"photo_url": "https://telegra.ph/file/p/c8067aaa88b/839b91efe96f6dc3f2da41d.jpg?c=2,271,604,604,280,280",
@@ -4956,6 +5411,14 @@
"singular": "Public links can't start with a number."
}
},
+ "Group.Username.InvalidTooShort": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Username.InvalidTooShort",
+ "photo_url": "https://telegra.ph/file/p/7a67a7698bd/9af9b0273626db24f98401d.jpg?c=9,322,526,526,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group names must have at least 5 characters."
+ }
+ },
"Group.Username.RemoveExistingUsernamesInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Group.Username.RemoveExistingUsernamesInfo",
"photo_url": "https://telegra.ph/file/p/281bcd8006c/9c4e0d6700bd887d7018b17.jpg?c=2,285,593,593,280,280",
@@ -5118,22 +5581,6 @@
"singular": "Set Cover Color"
}
},
- "GroupBoost.Table.Group.EmojiPack": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupBoost.Table.Group.EmojiPack",
- "photo_url": "https://telegra.ph/file/p/23425d5dcb2/f8226787809d749b7d6e917.jpg?c=88,727,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Custom Emoji Pack"
- }
- },
- "GroupBoost.Table.Group.VoiceToText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupBoost.Table.Group.VoiceToText",
- "photo_url": "https://telegra.ph/file/p/23425d5dcb2/f8226787809d749b7d6e917.jpg?c=89,579,338,338,280,280",
- "has_binding": true,
- "values": {
- "singular": "Voice-to-Text Conversion"
- }
- },
"GroupBoost.Title": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupBoost.Title",
"photo_url": "https://telegra.ph/file/p/b6ef72c5e92/78762e8a5f149e37a4c3a17.jpg?c=160,67,280,280,280,280",
@@ -5158,6 +5605,46 @@
"singular": "Help Upgrade This Group"
}
},
+ "GroupInfo.ActionPromote": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.ActionPromote",
+ "photo_url": "https://telegra.ph/file/p/dbc5b35a959/e5acfdfb3826675cebc561d.jpg?c=144,666,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Promote"
+ }
+ },
+ "GroupInfo.ActionRestrict": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.ActionRestrict",
+ "photo_url": "https://telegra.ph/file/p/dbc5b35a959/e5acfdfb3826675cebc561d.jpg?c=247,666,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Restrict"
+ }
+ },
+ "GroupInfo.AddParticipant": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.AddParticipant",
+ "photo_url": "https://telegra.ph/file/p/8abd96ec036/b1f2f09535759b68e02bc1d.jpg?c=168,1029,400,400,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Members"
+ }
+ },
+ "GroupInfo.AddParticipantConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.AddParticipantConfirmation",
+ "photo_url": "https://telegra.ph/file/p/ff50116acbe/93707852d08f55f17536d1d.jpg?c=91,313,457,457,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add
%@ to the group?"
+ }
+ },
+ "GroupInfo.AddParticipantTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.AddParticipantTitle",
+ "photo_url": "https://telegra.ph/file/p/22855ff46b8/3718f054d2ff7caebf67e1d.jpg?c=181,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Contacts"
+ }
+ },
"GroupInfo.AddUserLeftError": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.AddUserLeftError",
"photo_url": "https://telegra.ph/file/p/60e54bbc85d/cee9f6a44776418968c3317.jpg?c=78,406,446,446,280,280",
@@ -5166,6 +5653,78 @@
"singular": "Sorry, if a person is no longer part of a group, you need to add each other to your respective contact lists to be able to add them back.
Note that they could still join via the group's invite link as long as they are not in the Removed Users list."
}
},
+ "GroupInfo.Administrators": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Administrators",
+ "photo_url": "https://telegra.ph/file/p/1e6e53e851b/29e16755bf6d8d93380cb1d.jpg?c=158,1253,401,401,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Administrators"
+ }
+ },
+ "GroupInfo.ChannelListNamePlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.ChannelListNamePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/f3e867b63d3/eee8b65ecb3f7d44a708722.jpg?c=162,140,315,315,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channel Name"
+ }
+ },
+ "GroupInfo.ChatAdmins": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.ChatAdmins",
+ "photo_url": "https://telegra.ph/file/p/688fbd8c0e3/a92cd83e544323806994e1d.jpg?c=27,946,348,348,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Admins"
+ }
+ },
+ "GroupInfo.ConvertToSupergroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.ConvertToSupergroup",
+ "photo_url": "https://telegra.ph/file/p/c6073caf8f4/516553b36b545dd09825a1d.jpg?c=14,343,421,421,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Convert to Supergroup"
+ }
+ },
+ "GroupInfo.DeactivatedStatus": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.DeactivatedStatus",
+ "photo_url": "https://telegra.ph/file/p/24583669477/bc7836615d82bc713ac391d.jpg?c=146,396,345,345,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group Deactivated"
+ }
+ },
+ "GroupInfo.DeleteAndExit": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.DeleteAndExit",
+ "photo_url": "https://telegra.ph/file/p/6dc0c27e8a4/5e6f0b8bddebe7a1522af1d.jpg?c=180,786,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete and Exit"
+ }
+ },
+ "GroupInfo.DeleteAndExitConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.DeleteAndExitConfirmation",
+ "photo_url": "https://telegra.ph/file/p/9b965083a72/07f51605f761ad02c5f441d.jpg?c=10,390,615,615,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You will not be able to return to this group unless added by another member."
+ }
+ },
+ "GroupInfo.GroupHistory": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.GroupHistory",
+ "photo_url": "https://telegra.ph/file/p/db5b3f4c21e/ee93f5010bac280778d681d.jpg?c=9,603,576,576,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Chat History For New Members"
+ }
+ },
+ "GroupInfo.GroupHistoryHidden": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.GroupHistoryHidden",
+ "photo_url": "https://telegra.ph/file/p/db5b3f4c21e/ee93f5010bac280778d681d.jpg?c=429,830,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Hidden"
+ }
+ },
"GroupInfo.GroupHistoryShort": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.GroupHistoryShort",
"photo_url": "https://telegra.ph/file/p/18a1e0510b1/624ba0544df37036db9de17.jpg?c=65,478,280,280,280,280",
@@ -5174,6 +5733,54 @@
"singular": "Chat History"
}
},
+ "GroupInfo.GroupHistoryVisible": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.GroupHistoryVisible",
+ "photo_url": "https://telegra.ph/file/p/82d50d5abd3/3d7cd0b496c81b8312d401d.jpg?c=430,831,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Visible"
+ }
+ },
+ "GroupInfo.GroupNamePlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.GroupNamePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/105912883dd/c0f4bf7567b82f135a98b1d.jpg?c=159,149,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Group Name"
+ }
+ },
+ "GroupInfo.GroupType": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.GroupType",
+ "photo_url": "https://telegra.ph/file/p/ea1b9d91d75/5f68e51f7b949dcbdf8dc1d.jpg?c=16,139,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Group Type"
+ }
+ },
+ "GroupInfo.InvitationLinkAcceptChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InvitationLinkAcceptChannel",
+ "photo_url": "https://telegra.ph/file/p/fba84fe266b/53a0ee2a4db671435692b1d.jpg?c=98,316,443,443,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Do you want to join the channel \"
%@\"?"
+ }
+ },
+ "GroupInfo.InvitationLinkGroupFull": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InvitationLinkGroupFull",
+ "photo_url": "https://telegra.ph/file/p/eb7ce0e0602/21acf2a4b15f51c44dc061d.jpg?c=191,450,368,368,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, this group is already full."
+ }
+ },
+ "GroupInfo.InviteByLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InviteByLink",
+ "photo_url": "https://telegra.ph/file/p/22855ff46b8/3718f054d2ff7caebf67e1d.jpg?c=100,155,418,418,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invite to Group via Link"
+ }
+ },
"GroupInfo.InviteLink.CopyAlert.Success": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InviteLink.CopyAlert.Success",
"photo_url": "https://telegra.ph/file/p/02c676882c7/3064e882a8a1cae1213ab1d.jpg?c=86,310,464,464,280,280",
@@ -5190,12 +5797,12 @@
"singular": "Copy Link"
}
},
- "GroupInfo.InviteLink.Help": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InviteLink.Help",
- "photo_url": "https://telegra.ph/file/p/717007ed934/4a073897953838cbdecfb1d.jpg?c=0,164,640,672,266,280",
+ "GroupInfo.InviteLink.RevokeAlert.Success": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InviteLink.RevokeAlert.Success",
+ "photo_url": "https://telegra.ph/file/p/9e44d88f9c1/fde74afdd8acb6aa6de021d.jpg?c=36,260,568,568,280,280",
"has_binding": true,
"values": {
- "singular": "Anyone who has Telegram installed will be able to join your group by following this link."
+ "singular": "The previous invite link is now inactive. A new invite link has just been generated."
}
},
"GroupInfo.InviteLink.RevokeAlert.Text": {
@@ -5206,6 +5813,14 @@
"singular": "Are you sure you want to revoke this link? Once you do, no one will be able to join the group using it."
}
},
+ "GroupInfo.InviteLink.RevokeLink": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InviteLink.RevokeLink",
+ "photo_url": "https://telegra.ph/file/p/717007ed934/4a073897953838cbdecfb1d.jpg?c=17,494,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Revoke Link"
+ }
+ },
"GroupInfo.InviteLink.ShareLink": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.InviteLink.ShareLink",
"photo_url": "https://telegra.ph/file/p/717007ed934/4a073897953838cbdecfb1d.jpg?c=15,564,280,280,280,280",
@@ -5222,12 +5837,61 @@
"singular": "Invite Links"
}
},
- "GroupInfo.MemberRequests": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.MemberRequests",
- "photo_url": "https://telegra.ph/file/p/c009e034ad0/f840462f82e674d7fb39c17.jpg?c=83,769,280,280,280,280",
+ "GroupInfo.LabelAdmin": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.LabelAdmin",
+ "photo_url": "https://telegra.ph/file/p/a53461c5d83/58f4dba5e6eb245d48cee1d.jpg?c=457,649,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Join Requests"
+ "singular": "admin"
+ }
+ },
+ "GroupInfo.LabelOwner": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.LabelOwner",
+ "photo_url": "https://telegra.ph/file/p/ff5ba9a723f/1a1070295a45792a713801d.jpg?c=818,950,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "owner"
+ }
+ },
+ "GroupInfo.LeftStatus": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.LeftStatus",
+ "photo_url": "https://telegra.ph/file/p/f81d718db02/f9f9e7589a21f165e1c141d.jpg?c=106,356,426,426,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You have left the group"
+ }
+ },
+ "GroupInfo.Location": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Location",
+ "photo_url": "https://telegra.ph/file/p/1371a26e99f/6c94354209f4b3bae92291d.jpg?c=29,698,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Location"
+ }
+ },
+ "GroupInfo.ParticipantCount": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.ParticipantCount",
+ "photo_url": "https://telegra.ph/file/p/95fbaa74cfe/0c03fd4e14d65c8cbec991d.jpg?c=30,870,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "1 member",
+ "plural": "
%@ members"
+ }
+ },
+ "GroupInfo.Permissions": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions",
+ "photo_url": "https://telegra.ph/file/p/1e6e53e851b/29e16755bf6d8d93380cb1d.jpg?c=162,1171,333,333,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Permissions"
+ }
+ },
+ "GroupInfo.Permissions.AddException": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.AddException",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=175,1688,396,396,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Exception"
}
},
"GroupInfo.Permissions.DontRestrictBoosters": {
@@ -5254,6 +5918,78 @@
"singular": "Choose how many boosts a user must give to the group to bypass restrictions on sending messages."
}
},
+ "GroupInfo.Permissions.Exceptions": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.Exceptions",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=35,1646,310,310,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "EXCEPTIONS"
+ }
+ },
+ "GroupInfo.Permissions.Removed": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.Removed",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=36,1393,431,431,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Removed Users"
+ }
+ },
+ "GroupInfo.Permissions.SearchPlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.SearchPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/70b2c9e64ba/43a56839783cbbaa0987f1d.jpg?c=96,132,504,504,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Search Exceptions"
+ }
+ },
+ "GroupInfo.Permissions.SectionTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.SectionTitle",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=13,215,1013,1013,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "WHAT CAN MEMBERS OF THIS GROUP DO?"
+ }
+ },
+ "GroupInfo.Permissions.SlowmodeHeader": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.SlowmodeHeader",
+ "photo_url": "https://telegra.ph/file/p/9d4bed3d9a5/d2466be3afab41b9342d31d.jpg?c=35,1433,307,307,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "SLOW MODE"
+ }
+ },
+ "GroupInfo.Permissions.SlowmodeInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.SlowmodeInfo",
+ "photo_url": "https://telegra.ph/file/p/9d4bed3d9a5/d2466be3afab41b9342d31d.jpg?c=0,1047,1242,1309,266,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose how long each member must wait before sending their next message."
+ }
+ },
+ "GroupInfo.Permissions.SlowmodeValue.Off": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.SlowmodeValue.Off",
+ "photo_url": "https://telegra.ph/file/p/9d4bed3d9a5/d2466be3afab41b9342d31d.jpg?c=36,1552,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Off"
+ }
+ },
+ "GroupInfo.Permissions.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Permissions.Title",
+ "photo_url": "https://telegra.ph/file/p/0366395516b/4e7ba2931383aaba30cd61d.jpg?c=446,144,350,350,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Permissions"
+ }
+ },
+ "GroupInfo.SetGroupPhoto": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.SetGroupPhoto",
+ "photo_url": "https://telegra.ph/file/p/8abd96ec036/b1f2f09535759b68e02bc1d.jpg?c=26,472,468,468,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Set Group Photo"
+ }
+ },
"GroupInfo.SetGroupPhotoDelete": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.SetGroupPhotoDelete",
"photo_url": "https://telegra.ph/file/p/15bd2d167bf/bf9b47782de0652ecafd717.jpg?c=161,878,280,280,280,280",
@@ -5262,6 +5998,46 @@
"singular": "Remove Photo"
}
},
+ "GroupInfo.SetGroupPhotoStop": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.SetGroupPhotoStop",
+ "photo_url": "https://telegra.ph/file/p/d175dd650d8/f278bdbbbfc6d2c4e887b1d.jpg?c=235,913,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Stop"
+ }
+ },
+ "GroupInfo.SetSound": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.SetSound",
+ "photo_url": "https://telegra.ph/file/p/23e9a3563f7/71ac81536cb089f4dcad81d.jpg?c=456,2057,325,325,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Set Sound"
+ }
+ },
+ "GroupInfo.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.Title",
+ "photo_url": "https://telegra.ph/file/p/8abd96ec036/b1f2f09535759b68e02bc1d.jpg?c=402,139,322,322,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group Info"
+ }
+ },
+ "GroupInfo.UpgradeButton": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupInfo.UpgradeButton",
+ "photo_url": "https://telegra.ph/file/p/7851c277644/94e09c5b2034d988b7e1f1d.jpg?c=81,584,347,347,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upgrade to supergroup"
+ }
+ },
+ "GroupPermission.AddSuccess": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.AddSuccess",
+ "photo_url": "https://telegra.ph/file/p/ceaff6bd448/9741173ff0059022502041d.jpg?c=386,1227,471,471,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Exception Added"
+ }
+ },
"GroupPermission.AddedInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.AddedInfo",
"photo_url": "https://telegra.ph/file/p/80a7e6215ec/4c9e188c260b4277757271d.jpg?c=18,1440,924,924,280,280",
@@ -5270,6 +6046,46 @@
"singular": "Exception added by
%1$@ %2$@"
}
},
+ "GroupPermission.ApplyAlertAction": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.ApplyAlertAction",
+ "photo_url": "https://telegra.ph/file/p/a89ef53e627/9a7857759539e270b846b1d.jpg?c=926,149,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Apply"
+ }
+ },
+ "GroupPermission.ApplyAlertText": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.ApplyAlertText",
+ "photo_url": "https://telegra.ph/file/p/d7d5516f732/166f431908eb24feed9b41d.jpg?c=132,1388,976,976,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You have changed this user's rights in
%@.
Apply Changes?"
+ }
+ },
+ "GroupPermission.Delete": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.Delete",
+ "photo_url": "https://telegra.ph/file/p/80a7e6215ec/4c9e188c260b4277757271d.jpg?c=390,2000,460,460,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Exception"
+ }
+ },
+ "GroupPermission.Duration": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.Duration",
+ "photo_url": "https://telegra.ph/file/p/a89ef53e627/9a7857759539e270b846b1d.jpg?c=38,1847,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Duration"
+ }
+ },
+ "GroupPermission.NewTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NewTitle",
+ "photo_url": "https://telegra.ph/file/p/a89ef53e627/9a7857759539e270b846b1d.jpg?c=408,139,424,424,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Exception"
+ }
+ },
"GroupPermission.NoAddMembers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NoAddMembers",
"photo_url": "https://telegra.ph/file/p/53d9c381980/33a1dc5dc3f1b0d18250d17.jpg?c=133,925,280,280,280,280",
@@ -5278,6 +6094,14 @@
"singular": "no add"
}
},
+ "GroupPermission.NoChangeInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NoChangeInfo",
+ "photo_url": "https://telegra.ph/file/p/7b88e42f50f/36602e773e3b0592a9ac31d.jpg?c=165,1925,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no info"
+ }
+ },
"GroupPermission.NoPinMessages": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NoPinMessages",
"photo_url": "https://telegra.ph/file/p/53d9c381980/33a1dc5dc3f1b0d18250d17.jpg?c=201,929,280,280,280,280",
@@ -5302,6 +6126,22 @@
"singular": "no links"
}
},
+ "GroupPermission.NoSendMedia": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NoSendMedia",
+ "photo_url": "https://telegra.ph/file/p/1696f54df6a/ddbf4316bafdf50abfe8e1d.jpg?c=425,1926,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no media"
+ }
+ },
+ "GroupPermission.NoSendMessages": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NoSendMessages",
+ "photo_url": "https://telegra.ph/file/p/1696f54df6a/ddbf4316bafdf50abfe8e1d.jpg?c=180,1910,308,308,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no messages"
+ }
+ },
"GroupPermission.NoSendPolls": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NoSendPolls",
"photo_url": "https://telegra.ph/file/p/1696f54df6a/ddbf4316bafdf50abfe8e1d.jpg?c=896,1930,280,280,280,280",
@@ -5310,6 +6150,30 @@
"singular": "no polls"
}
},
+ "GroupPermission.NotAvailableInPublicGroups": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.NotAvailableInPublicGroups",
+ "photo_url": "https://telegra.ph/file/p/dc2d9d70d83/79b3d01f39110784a70271d.jpg?c=147,839,944,944,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This permission is not available in public groups."
+ }
+ },
+ "GroupPermission.SectionTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.SectionTitle",
+ "photo_url": "https://telegra.ph/file/p/a89ef53e627/9a7857759539e270b846b1d.jpg?c=24,555,721,721,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "WHAT CAN THIS MEMBER DO?"
+ }
+ },
+ "GroupPermission.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupPermission.Title",
+ "photo_url": "https://telegra.ph/file/p/80a7e6215ec/4c9e188c260b4277757271d.jpg?c=478,149,284,284,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Exception"
+ }
+ },
"GroupRemoved.AddToGroup": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/GroupRemoved.AddToGroup",
"photo_url": "https://telegra.ph/file/p/19354645a7d/64e5ad3ebf22554defe9f17.jpg?c=160,805,280,280,280,280",
@@ -5366,12 +6230,12 @@
"singular": "View User Info"
}
},
- "Invitation.JoinVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Invitation.JoinVoiceChat",
- "photo_url": "https://telegra.ph/file/p/5174c1c8fd5/f2977117b338e9f23b5cd16.jpg?c=10,183,280,280,280,280",
+ "Invitation.JoinGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Invitation.JoinGroup",
+ "photo_url": "https://telegra.ph/file/p/6bdfa527851/c1a3a74bdcdbb214d5fd91d.jpg?c=180,749,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Join Video Chat"
+ "singular": "Join Group"
}
},
"Invitation.JoinVoiceChatAsListener": {
@@ -5390,6 +6254,23 @@
"singular": "Join as Speaker"
}
},
+ "Invitation.Members": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Invitation.Members",
+ "photo_url": "https://telegra.ph/file/p/884c7e0152c/2d254c98eb454753541e01d.jpg?c=180,509,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 member:",
+ "plural": "
%@ members:"
+ }
+ },
+ "Invite.ChannelsTooMuch": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Invite.ChannelsTooMuch",
+ "photo_url": "https://telegra.ph/file/p/d1d908b486e/99144208e472f5c01687a17.jpg?c=83,26,434,434,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, the target user is a member of too many groups and channels. Please ask them to leave some first."
+ }
+ },
"InviteLink.ContextCopy": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.ContextCopy",
"photo_url": "https://telegra.ph/file/p/864b9126c9d/c4cda9a9add86115604ce17.jpg?c=118,191,280,280,280,280",
@@ -5430,14 +6311,6 @@
"singular": "Share"
}
},
- "InviteLink.Create": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.Create",
- "photo_url": "https://telegra.ph/file/p/73cceb651fa/ab6c5a820ca66fbc4449017.jpg?c=84,681,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create a New Link"
- }
- },
"InviteLink.Create.EditTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.Create.EditTitle",
"photo_url": "https://telegra.ph/file/p/194c58693b8/4d959d1a96f628b62078a17.jpg?c=160,52,280,280,280,280",
@@ -5478,22 +6351,6 @@
"singular": "Request Admin Approval"
}
},
- "InviteLink.Create.RequestApprovalOffInfoChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.Create.RequestApprovalOffInfoChannel",
- "photo_url": "https://telegra.ph/file/p/f30f762db5b/b42581f014319f0fbac5517.jpg?c=14,281,548,548,280,280",
- "has_binding": false,
- "values": {
- "singular": "Turn this on if you want users to join only after they are approved by an admin."
- }
- },
- "InviteLink.Create.RequestApprovalOnInfoChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.Create.RequestApprovalOnInfoChannel",
- "photo_url": "https://telegra.ph/file/p/dc9a477940b/e032c2cc20888793d2e6a17.jpg?c=9,273,572,572,280,280",
- "has_binding": false,
- "values": {
- "singular": "Turn this on if you want users to join only after they are approved by an admin."
- }
- },
"InviteLink.Create.Revoke": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.Create.Revoke",
"photo_url": "https://telegra.ph/file/p/194c58693b8/4d959d1a96f628b62078a17.jpg?c=161,691,280,280,280,280",
@@ -5614,14 +6471,6 @@
"singular": "Anyone on Telegram will be able to join your group by following this link."
}
},
- "InviteLink.CreatePrivateLinkHelpChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.CreatePrivateLinkHelpChannel",
- "photo_url": "https://telegra.ph/file/p/73cceb651fa/ab6c5a820ca66fbc4449017.jpg?c=13,151,573,573,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anyone who has Telegram installed will be able to join your channel by following this link."
- }
- },
"InviteLink.CreatedBy": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.CreatedBy",
"photo_url": "https://telegra.ph/file/p/6408b7af5c3/b8dbc488db60919b42b7117.jpg?c=12,723,280,280,280,280",
@@ -5792,15 +6641,6 @@
"plural": "
%@ can join"
}
},
- "InviteLink.PeopleJoined": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.PeopleJoined",
- "photo_url": "https://telegra.ph/file/p/65241a52a16/64964b8c44dd8a78046f517.jpg?c=12,723,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ person joined",
- "plural": "
%@ people joined"
- }
- },
"InviteLink.PeopleJoinedShort": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.PeopleJoinedShort",
"photo_url": "https://telegra.ph/file/p/30d10124cb8/6e24b9fa9dcb6c8e088f817.jpg?c=59,553,280,280,280,280",
@@ -5882,14 +6722,6 @@
"singular": "Revoked Links"
}
},
- "InviteLink.Share": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.Share",
- "photo_url": "https://telegra.ph/file/p/73cceb651fa/ab6c5a820ca66fbc4449017.jpg?c=159,463,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share Link"
- }
- },
"InviteLink.UsageLimitReached": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/InviteLink.UsageLimitReached",
"photo_url": "https://telegra.ph/file/p/30d10124cb8/6e24b9fa9dcb6c8e088f817.jpg?c=140,553,280,280,280,280",
@@ -5930,118 +6762,6 @@
"singular": "last seen recently"
}
},
- "LiveStream.CancelConfirmationText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.CancelConfirmationText",
- "photo_url": "https://telegra.ph/file/p/b4b24d7f083/4b41660664818b3141ccd17.jpg?c=98,444,401,401,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to abort the scheduled live stream?"
- }
- },
- "LiveStream.CancelConfirmationTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.CancelConfirmationTitle",
- "photo_url": "https://telegra.ph/file/p/b4b24d7f083/4b41660664818b3141ccd17.jpg?c=159,465,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Abort Live Stream"
- }
- },
- "LiveStream.CreateNewVoiceChatText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.CreateNewVoiceChatText",
- "photo_url": "https://telegra.ph/file/p/9f1584ce424/90dca8154b4121bba3c1217.jpg?c=108,386,386,386,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live stream ended. Start a new one?"
- }
- },
- "LiveStream.DisplayAsSuccess": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.DisplayAsSuccess",
- "photo_url": "https://telegra.ph/file/p/6d78a2070c1/2bff73b798b723886a32317.jpg?c=34,698,559,559,280,280",
- "has_binding": true,
- "values": {
- "singular": "Participants of this live stream will now see you as **
%@**."
- }
- },
- "LiveStream.EditTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.EditTitle",
- "photo_url": "https://telegra.ph/file/p/0a81be1671a/5afba86781f614495130317.jpg?c=41,206,301,301,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit Live Stream Title"
- }
- },
- "LiveStream.EditTitleRemoveSuccess": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.EditTitleRemoveSuccess",
- "photo_url": "https://telegra.ph/file/p/6b50e9de3cc/185824bab63199c6b99d117.jpg?c=76,917,314,314,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live Stream title removed."
- }
- },
- "LiveStream.EditTitleSuccess": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.EditTitleSuccess",
- "photo_url": "https://telegra.ph/file/p/15f15759ddc/8ea341659fc3e05b22a7b17.jpg?c=70,859,379,379,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live stream title changed to **
%@**."
- }
- },
- "LiveStream.EditTitleText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.EditTitleText",
- "photo_url": "https://telegra.ph/file/p/8b0cc48d501/35c3a844586f5327b0ea717.jpg?c=84,246,431,431,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discussion topics, notable guests, etc."
- }
- },
- "LiveStream.EndConfirmationText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.EndConfirmationText",
- "photo_url": "https://telegra.ph/file/p/f2fb7d04580/bee6d68d757d74181f61d17.jpg?c=90,435,419,419,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to end this live stream?"
- }
- },
- "LiveStream.EndConfirmationTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.EndConfirmationTitle",
- "photo_url": "https://telegra.ph/file/p/f2fb7d04580/bee6d68d757d74181f61d17.jpg?c=160,464,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "End live stream"
- }
- },
- "LiveStream.LeaveAndCancelVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.LeaveAndCancelVoiceChat",
- "photo_url": "https://telegra.ph/file/p/90a9ac925a0/252faf997fe2b71c8f55217.jpg?c=151,799,295,295,280,280",
- "has_binding": false,
- "values": {
- "singular": "Abort Live Stream"
- }
- },
- "LiveStream.LeaveAndEndVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.LeaveAndEndVoiceChat",
- "photo_url": "https://telegra.ph/file/p/a525a85e81e/86d5177e14951f7599ef617.jpg?c=160,810,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "End Live Stream"
- }
- },
- "LiveStream.LeaveConfirmation": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.LeaveConfirmation",
- "photo_url": "https://telegra.ph/file/p/a525a85e81e/86d5177e14951f7599ef617.jpg?c=36,561,527,527,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to leave this live stream?"
- }
- },
- "LiveStream.LeaveVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.LeaveVoiceChat",
- "photo_url": "https://telegra.ph/file/p/a525a85e81e/86d5177e14951f7599ef617.jpg?c=151,868,298,298,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave Live Stream"
- }
- },
"LiveStream.NoSignalAdminText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.NoSignalAdminText",
"photo_url": "https://telegra.ph/file/p/e0efb1ae3aa/0b44110d0e18bf923b32717.jpg?c=0,282,600,636,264,280",
@@ -6066,78 +6786,6 @@
"singular": "No viewers"
}
},
- "LiveStream.PeerJoinedText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.PeerJoinedText",
- "photo_url": "https://telegra.ph/file/p/084aa1f2676/98db3e99ef22588fb006817.jpg?c=69,851,389,389,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ joined the live stream"
- }
- },
- "LiveStream.RecordTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.RecordTitle",
- "photo_url": "https://telegra.ph/file/p/3946738fb88/2bf90c0d75f3b03e6717217.jpg?c=155,424,289,289,280,280",
- "has_binding": true,
- "values": {
- "singular": "Record Live Stream"
- }
- },
- "LiveStream.RecordingInProgress": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.RecordingInProgress",
- "photo_url": "https://telegra.ph/file/p/7254ea6f81a/aa4331a653d54fc26b76817.jpg?c=167,109,355,355,280,280",
- "has_binding": true,
- "values": {
- "singular": "Live stream is being recorded"
- }
- },
- "LiveStream.RecordingSaved": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.RecordingSaved",
- "photo_url": "https://telegra.ph/file/p/f168c5fa5fe/d63044a760d0003bc39e617.jpg?c=62,801,450,450,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live stream recording saved to **Saved Messages**."
- }
- },
- "LiveStream.RemoveAndBanPeerConfirmation": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.RemoveAndBanPeerConfirmation",
- "photo_url": "https://telegra.ph/file/p/0c487ad6bf6/6b5515d4c05751a02118e17.jpg?c=18,589,565,565,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to remove
%1$@ from the live stream and ban them in
%2$@?"
- }
- },
- "LiveStream.StartRecording": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.StartRecording",
- "photo_url": "https://telegra.ph/file/p/0a81be1671a/5afba86781f614495130317.jpg?c=36,459,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Start Recording"
- }
- },
- "LiveStream.StartRecordingText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.StartRecordingText",
- "photo_url": "https://telegra.ph/file/p/bb5b76e6a4a/c86cae2fe7efbc7714a2417.jpg?c=84,226,432,432,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to start recording this live stream and save the result into an audio file?
Participants will see that the chat is being recorded."
- }
- },
- "LiveStream.StartRecordingTextVideo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.StartRecordingTextVideo",
- "photo_url": "https://telegra.ph/file/p/78dad3c5e78/e5476b9966b3b314f0ab317.jpg?c=80,223,440,440,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to start recording this live stream and save the result into a video file?
Other participants will see that the chat is being recorded."
- }
- },
- "LiveStream.StartRecordingTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.StartRecordingTitle",
- "photo_url": "https://telegra.ph/file/p/bb5b76e6a4a/c86cae2fe7efbc7714a2417.jpg?c=160,213,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Start Recording"
- }
- },
"LiveStream.ViewCredentials": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/LiveStream.ViewCredentials",
"photo_url": "https://telegra.ph/file/p/2f2361461b8/fbe64709b21ae5a7ca83a17.jpg?c=199,221,280,280,280,280",
@@ -6155,6 +6803,38 @@
"plural": "
%@ viewers"
}
},
+ "LocalGroup.ButtonTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/LocalGroup.ButtonTitle",
+ "photo_url": "https://telegra.ph/file/p/2095111d486/3579288ea9a870c41dc4f1d.jpg?c=389,1549,346,346,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Start Group"
+ }
+ },
+ "LocalGroup.IrrelevantWarning": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/LocalGroup.IrrelevantWarning",
+ "photo_url": "https://telegra.ph/file/p/2095111d486/3579288ea9a870c41dc4f1d.jpg?c=0,1200,1125,1194,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "If you start an unrelated group at this location, you may get restricted in creating new location-based groups."
+ }
+ },
+ "LocalGroup.Text": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/LocalGroup.Text",
+ "photo_url": "https://telegra.ph/file/p/2095111d486/3579288ea9a870c41dc4f1d.jpg?c=31,851,1059,1059,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Anyone close to this location (neighbors, co-workers, fellow students, event attendees, visitors of a venue) will see your group in the People Nearby section."
+ }
+ },
+ "LocalGroup.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/LocalGroup.Title",
+ "photo_url": "https://telegra.ph/file/p/2095111d486/3579288ea9a870c41dc4f1d.jpg?c=150,778,823,823,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create a Local Group"
+ }
+ },
"Location.ProximityAlertCancelled": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Location.ProximityAlertCancelled",
"photo_url": "https://telegra.ph/file/p/08b761a15fa/fb13e2aa1ab8a4441242317.jpg?c=78,722,323,323,280,280",
@@ -6195,46 +6875,6 @@
"singular": "Manage"
}
},
- "MemberRequests.AddToChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.AddToChannel",
- "photo_url": "https://telegra.ph/file/p/dbf81e308d4/703b2f8c51406454b2d1217.jpg?c=99,474,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add to Channel"
- }
- },
- "MemberRequests.AddToGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.AddToGroup",
- "photo_url": "https://telegra.ph/file/p/7ede94b9b3c/9b3c16079b90659fcf28717.jpg?c=94,475,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add to Group"
- }
- },
- "MemberRequests.DescriptionChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.DescriptionChannel",
- "photo_url": "https://telegra.ph/file/p/dbf81e308d4/703b2f8c51406454b2d1217.jpg?c=55,232,490,490,280,280",
- "has_binding": true,
- "values": {
- "singular": "Some [additional links]() are set up to generate requests to join the channel."
- }
- },
- "MemberRequests.DescriptionGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.DescriptionGroup",
- "photo_url": "https://telegra.ph/file/p/7ede94b9b3c/9b3c16079b90659fcf28717.jpg?c=54,232,490,490,280,280",
- "has_binding": true,
- "values": {
- "singular": "Some [additional links]() are set up to generate requests to join the group."
- }
- },
- "MemberRequests.Dismiss": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.Dismiss",
- "photo_url": "https://telegra.ph/file/p/7ede94b9b3c/9b3c16079b90659fcf28717.jpg?c=215,474,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Dismiss"
- }
- },
"MemberRequests.NoRequests": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.NoRequests",
"photo_url": "https://telegra.ph/file/p/b1fdc16fdaa/9d691b4b4b27fefc3ac7817.jpg?c=160,629,280,280,280,280",
@@ -6259,24 +6899,6 @@
"singular": "There are no pending join requests."
}
},
- "MemberRequests.PeopleRequested": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.PeopleRequested",
- "photo_url": "https://telegra.ph/file/p/7ede94b9b3c/9b3c16079b90659fcf28717.jpg?c=28,362,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ join request",
- "plural": "
%@ join requests"
- }
- },
- "MemberRequests.PeopleRequestedShort": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.PeopleRequestedShort",
- "photo_url": "https://telegra.ph/file/p/0128076a8c3/b4c0063c7d73eaf0c907217.jpg?c=136,792,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ request",
- "plural": "
%@ requests"
- }
- },
"MemberRequests.RequestToJoinChannel": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.RequestToJoinChannel",
"photo_url": "https://telegra.ph/file/p/f11927f3a7b/092ac93874bb0aef0ab5c17.jpg?c=114,798,371,371,280,280",
@@ -6293,22 +6915,6 @@
"singular": "This channel accepts new subscribers only after they are approved by its admins."
}
},
- "MemberRequests.RequestToJoinDescriptionGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.RequestToJoinDescriptionGroup",
- "photo_url": "https://telegra.ph/file/p/9a4f25a0ce4/80ca8b89549f9bf63585717.jpg?c=22,712,554,554,280,280",
- "has_binding": true,
- "values": {
- "singular": "This group accepts new members only after they are approved by its admins."
- }
- },
- "MemberRequests.RequestToJoinGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.RequestToJoinGroup",
- "photo_url": "https://telegra.ph/file/p/9a4f25a0ce4/80ca8b89549f9bf63585717.jpg?c=135,839,329,329,280,280",
- "has_binding": true,
- "values": {
- "singular": "Request to Join Group"
- }
- },
"MemberRequests.RequestToJoinSent": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.RequestToJoinSent",
"photo_url": "https://telegra.ph/file/p/ea12ec118bd/5201ea52bbaf3a439135317.jpg?c=74,851,280,280,280,280",
@@ -6317,14 +6923,6 @@
"singular": "Join Request Sent"
}
},
- "MemberRequests.RequestToJoinSentDescriptionChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.RequestToJoinSentDescriptionChannel",
- "photo_url": "https://telegra.ph/file/p/3583e2e9fb9/99f025c32c0f9690d01f417.jpg?c=57,727,475,475,280,280",
- "has_binding": true,
- "values": {
- "singular": "You will be added to the channel once its admins approve your request."
- }
- },
"MemberRequests.RequestToJoinSentDescriptionGroup": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.RequestToJoinSentDescriptionGroup",
"photo_url": "https://telegra.ph/file/p/ea12ec118bd/5201ea52bbaf3a439135317.jpg?c=59,717,482,482,280,280",
@@ -6333,14 +6931,6 @@
"singular": "You will be added to the group once an admin approves your request."
}
},
- "MemberRequests.SearchPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.SearchPlaceholder",
- "photo_url": "https://telegra.ph/file/p/7ede94b9b3c/9b3c16079b90659fcf28717.jpg?c=46,79,310,310,280,280",
- "has_binding": true,
- "values": {
- "singular": "Search Join Requests"
- }
- },
"MemberRequests.Title": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberRequests.Title",
"photo_url": "https://telegra.ph/file/p/b1fdc16fdaa/9d691b4b4b27fefc3ac7817.jpg?c=160,94,280,280,280,280",
@@ -6365,20 +6955,12 @@
"singular": "
%@ has been added to the group."
}
},
- "Message.AdSponsoredLabel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Message.AdSponsoredLabel",
- "photo_url": "https://telegra.ph/file/p/edfeb6c5e10/fd70903b241b7926ca4d117.jpg?c=23,763,280,280,280,280",
- "has_binding": true,
+ "MemberSearch.BotSection": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/MemberSearch.BotSection",
+ "photo_url": "https://telegra.ph/file/p/e3bd0fa2dfa/3393c82670f4813c63af11d.jpg?c=29,488,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Ad"
- }
- },
- "Message.AdWhatIsThis": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Message.AdWhatIsThis",
- "photo_url": "https://telegra.ph/file/p/edfeb6c5e10/fd70903b241b7926ca4d117.jpg?c=112,760,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "what's this?"
+ "singular": "BOTS"
}
},
"MessagePoll.SubmitVote": {
@@ -6389,6 +6971,14 @@
"singular": "Vote"
}
},
+ "MessageTimer.Custom": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/MessageTimer.Custom",
+ "photo_url": "https://telegra.ph/file/p/c0c3b6c1788/8251bfd5cbab395a6051f1d.jpg?c=179,715,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Custom"
+ }
+ },
"MessageTimer.Days": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MessageTimer.Days",
"photo_url": "https://telegra.ph/file/p/93f67c024a3/39ebc954ecd5340e3d5cc17.jpg?c=110,509,280,280,280,280",
@@ -6398,6 +6988,14 @@
"plural": "
%@ days"
}
},
+ "MessageTimer.Forever": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/MessageTimer.Forever",
+ "photo_url": "https://telegra.ph/file/p/c0c3b6c1788/8251bfd5cbab395a6051f1d.jpg?c=180,623,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Forever"
+ }
+ },
"MessageTimer.Hours": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MessageTimer.Hours",
"photo_url": "https://telegra.ph/file/p/93f67c024a3/39ebc954ecd5340e3d5cc17.jpg?c=26,508,280,280,280,280",
@@ -6407,6 +7005,15 @@
"plural": "
%@ hours"
}
},
+ "MessageTimer.Months": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/MessageTimer.Months",
+ "photo_url": "https://telegra.ph/file/p/3fe745ea308/f080cebb7031ec7784bc91d.jpg?c=320,726,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ month",
+ "plural": "
%@ months"
+ }
+ },
"MessageTimer.ShortYears": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/MessageTimer.ShortYears",
"photo_url": "https://telegra.ph/file/p/64ee7664a7f/a5c5b771a72c4d0e801b217.jpg?c=294,411,280,280,280,280",
@@ -6434,188 +7041,30 @@
"plural": "
%@ years"
}
},
- "Monetization.AdRevenueTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.AdRevenueTitle",
- "photo_url": "https://telegra.ph/file/p/d450e35c393/315b2c3b68260b90065f517.jpg?c=26,790,280,280,280,280",
+ "Month.GenAugust": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Month.GenAugust",
+ "photo_url": "https://telegra.ph/file/p/e0a900cc8df/48f5d645937c1724d61651d.jpg?c=169,478,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "AD REWARDS"
+ "singular": "August"
}
},
- "Monetization.Balance.ZeroInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Balance.ZeroInfo",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=3,552,590,590,280,280",
+ "MuteFor.Days": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/MuteFor.Days",
+ "photo_url": "https://telegra.ph/file/p/23e9a3563f7/71ac81536cb089f4dcad81d.jpg?c=380,1639,481,481,280,280",
"has_binding": false,
"values": {
- "singular": "You will be able to collect rewards using Fragment, a third-party platform used by advertisers to pay for ads. [Terms & Conditions >]()"
+ "singular": "Mute for 1 day",
+ "plural": "Mute for
%@ days"
}
},
- "Monetization.BalanceInfo_URL": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.BalanceInfo_URL",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=74,817,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "https://telegram.org/tos/content-creator-rewards"
- }
- },
- "Monetization.BalanceTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.BalanceTitle",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=31,618,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "AVAILABLE REWARD"
- }
- },
- "Monetization.Header": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Header",
- "photo_url": "https://telegra.ph/file/p/d450e35c393/315b2c3b68260b90065f517.jpg?c=19,164,516,516,280,280",
- "has_binding": true,
- "values": {
- "singular": "Telegram shares 50% of the revenue from ads displayed in your channel as rewards. [Learn More >]()"
- }
- },
- "Monetization.ImpressionsTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.ImpressionsTitle",
- "photo_url": "https://telegra.ph/file/p/d450e35c393/315b2c3b68260b90065f517.jpg?c=31,284,349,349,280,280",
- "has_binding": true,
- "values": {
- "singular": "AD IMPRESSIONS (BY HOURS)"
- }
- },
- "Monetization.Intro.Ads.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Ads.Text",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=89,403,414,414,280,280",
- "has_binding": true,
- "values": {
- "singular": "Telegram can display ads in your channel."
- }
- },
- "Monetization.Intro.Ads.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Ads.Title",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=84,427,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Telegram Ads"
- }
- },
- "Monetization.Intro.Info.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Info.Text",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=39,642,520,520,280,280",
- "has_binding": true,
- "values": {
- "singular": "TON is a blockchain platform and cryptocurrency that Telegram uses for its high speed and low commissions on transactions. [Learn More >]()"
- }
- },
- "Monetization.Intro.Info.Text_URL": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Info.Text_URL",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=303,849,280,280,280,280",
+ "MuteFor.Hours": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/MuteFor.Hours",
+ "photo_url": "https://telegra.ph/file/p/23e9a3563f7/71ac81536cb089f4dcad81d.jpg?c=388,1497,465,465,280,280",
"has_binding": false,
"values": {
- "singular": "https://telegram.org/blog/monetization-for-channels"
- }
- },
- "Monetization.Intro.Info.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Info.Title",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=160,735,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "What's #TON?"
- }
- },
- "Monetization.Intro.Split.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Split.Text",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=79,466,470,470,280,280",
- "has_binding": true,
- "values": {
- "singular": "You receive 50% of the ad revenue as rewards in TON."
- }
- },
- "Monetization.Intro.Split.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Split.Title",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=101,532,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "50:50 Revenue Split"
- }
- },
- "Monetization.Intro.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Title",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=97,323,406,406,280,280",
- "has_binding": true,
- "values": {
- "singular": "Earn From Your Channel"
- }
- },
- "Monetization.Intro.Understood": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Understood",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=159,936,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Understood"
- }
- },
- "Monetization.Intro.Withdrawal.Text": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Withdrawal.Text",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=78,541,473,473,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can collect your TON any time."
- }
- },
- "Monetization.Intro.Withdrawal.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Intro.Withdrawal.Title",
- "photo_url": "https://telegra.ph/file/p/fd9567953ad/e0a15fd7eec1a38e6d8b417.jpg?c=103,636,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Flexible Withdrawals"
- }
- },
- "Monetization.Overview.Available": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Overview.Available",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=34,373,340,340,280,280",
- "has_binding": true,
- "values": {
- "singular": "Rewards Available for Collection"
- }
- },
- "Monetization.Overview.Current": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Overview.Current",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=32,429,362,362,280,280",
- "has_binding": true,
- "values": {
- "singular": "Rewards Since Last Collection"
- }
- },
- "Monetization.Overview.Total": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.Overview.Total",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=34,536,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Total Lifetime Rewards"
- }
- },
- "Monetization.OverviewTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.OverviewTitle",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=33,324,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "REWARDS OVERVIEW"
- }
- },
- "Monetization.SwitchOffAds": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.SwitchOffAds",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=30,865,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Switch off Ads"
- }
- },
- "Monetization.SwitchOffAdsInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Monetization.SwitchOffAdsInfo",
- "photo_url": "https://telegra.ph/file/p/122dd0362a4/f65af84bed2b83240274317.jpg?c=9,667,572,572,280,280",
- "has_binding": true,
- "values": {
- "singular": "You will not be eligible for any rewards if you switch off ads."
+ "singular": "Mute for 1 hour",
+ "plural": "Mute for
%@ hours"
}
},
"MutedForTime.Days": {
@@ -6636,30 +7085,6 @@
"plural": "
%@ hours"
}
},
- "NameColor.ChatPreview.Description.Channel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/NameColor.ChatPreview.Description.Channel",
- "photo_url": "https://telegra.ph/file/p/67c91e1ef2f/f2b65f85df2338f9d61a717.jpg?c=9,389,570,570,280,280",
- "has_binding": true,
- "values": {
- "singular": "This color will be used for your channel's name, the links it sends, and replies to its posts."
- }
- },
- "NameColor.ChatPreview.MessageText.Channel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/NameColor.ChatPreview.MessageText.Channel",
- "photo_url": "https://telegra.ph/file/p/67c91e1ef2f/f2b65f85df2338f9d61a717.jpg?c=78,212,426,426,280,280",
- "has_binding": true,
- "values": {
- "singular": "The name of your channel and replies to its messages will be shown in the selected color."
- }
- },
- "NameColor.ChatPreview.ReplyText.Channel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/NameColor.ChatPreview.ReplyText.Channel",
- "photo_url": "https://telegra.ph/file/p/67c91e1ef2f/f2b65f85df2338f9d61a717.jpg?c=97,182,375,375,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply to your channel message"
- }
- },
"Notification.Boost.Multiple": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.Boost.Multiple",
"photo_url": "https://telegra.ph/file/p/58ae652e35c/cbc3244f160f59c1c2f7517.jpg?c=85,151,438,438,280,280",
@@ -6709,6 +7134,14 @@
"singular": "
%@ changed the group name to \"
%@\""
}
},
+ "Notification.ChangedGroupPhoto": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.ChangedGroupPhoto",
+ "photo_url": "https://telegra.ph/file/p/89b43afe7f9/57b6f41a1f0e4193f01cf1d.jpg?c=257,1456,604,604,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ changed group photo"
+ }
+ },
"Notification.ChangedGroupVideo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.ChangedGroupVideo",
"photo_url": "https://telegra.ph/file/p/e7ae6c5c7ca/ac8f6e501e20b964f237217.jpg?c=131,591,338,338,280,280",
@@ -6725,12 +7158,28 @@
"singular": "Channel set a new wallpaper"
}
},
- "Notification.ChannelJoinedByYou": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.ChannelJoinedByYou",
- "photo_url": "https://telegra.ph/file/p/cf39e7ccf39/3bf60f80df5fb2850467317.jpg?c=159,722,280,280,280,280",
+ "Notification.ChannelInviterSelf": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.ChannelInviterSelf",
+ "photo_url": "https://telegra.ph/file/p/fc7ae79fc77/c1a0b2d3dd1b82797a8161d.jpg?c=148,726,338,338,280,280",
"has_binding": true,
"values": {
- "singular": "You joined the channel"
+ "singular": "You joined this channel"
+ }
+ },
+ "Notification.ChannelMigratedFrom": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.ChannelMigratedFrom",
+ "photo_url": "https://telegra.ph/file/p/b108e147635/314dde676f323ae98a05f1d.jpg?c=4,193,631,631,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "This group was upgraded to a supergroup"
+ }
+ },
+ "Notification.CreatedChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.CreatedChannel",
+ "photo_url": "https://telegra.ph/file/p/263aaa35b7a/ef630749d39103223d9bc1d.jpg?c=373,310,374,374,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channel created"
}
},
"Notification.GiveawayResults": {
@@ -6767,6 +7216,38 @@
"singular": "Group set a new wallpaper"
}
},
+ "Notification.GroupInviterSelf": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.GroupInviterSelf",
+ "photo_url": "https://telegra.ph/file/p/a5e76cb4df3/6f40760a27039fc6a49981d.jpg?c=152,709,321,321,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You joined this group"
+ }
+ },
+ "Notification.Invited": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.Invited",
+ "photo_url": "https://telegra.ph/file/p/89b43afe7f9/57b6f41a1f0e4193f01cf1d.jpg?c=344,1190,431,431,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ invited
%@"
+ }
+ },
+ "Notification.JoinedChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.JoinedChannel",
+ "photo_url": "https://telegra.ph/file/p/bd3c2d73c31/89ced54516a5c194ed0da1d.jpg?c=210,779,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ joined the channel"
+ }
+ },
+ "Notification.JoinedChat": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.JoinedChat",
+ "photo_url": "https://telegra.ph/file/p/a5e76cb4df3/6f40760a27039fc6a49981d.jpg?c=66,516,503,503,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ joined the group"
+ }
+ },
"Notification.JoinedGroupByRequest": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.JoinedGroupByRequest",
"photo_url": "https://telegra.ph/file/p/5845e469a25/a46df3da1c0b2a939465117.jpg?c=42,612,520,520,280,280",
@@ -6775,28 +7256,132 @@
"singular": "
%@ was accepted to the group"
}
},
- "Notification.JoinedGroupByRequestYou": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.JoinedGroupByRequestYou",
- "photo_url": "https://telegra.ph/file/p/285c2c46ad3/87ab4286bde454df0675a17.jpg?c=48,715,513,513,280,280",
- "has_binding": true,
- "values": {
- "singular": "Your request to join the group was approved"
- }
- },
- "Notification.LiveStreamScheduled": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.LiveStreamScheduled",
- "photo_url": "https://telegra.ph/file/p/c772bf1bc21/e9d1304cf0c7a1f56911117.jpg?c=56,730,488,488,280,280",
+ "Notification.Kicked": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.Kicked",
+ "photo_url": "https://telegra.ph/file/p/2bbea11569b/ba742c6edc71855731ed31d.jpg?c=162,750,312,312,280,280",
"has_binding": false,
"values": {
- "singular": "Live stream scheduled for
%@"
+ "singular": "
%@ removed
%@"
}
},
- "Notification.LiveStreamScheduledTomorrow": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.LiveStreamScheduledTomorrow",
- "photo_url": "https://telegra.ph/file/p/c772bf1bc21/e9d1304cf0c7a1f56911117.jpg?c=40,686,512,512,280,280",
+ "Notification.LeftChannel": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.LeftChannel",
+ "photo_url": "https://telegra.ph/file/p/80aaefd6857/318aa0b6f9332fc872fbb1d.jpg?c=265,971,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Live stream scheduled for tomorrow at
%@"
+ "singular": "
%@ left the channel"
+ }
+ },
+ "Notification.LeftChat": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.LeftChat",
+ "photo_url": "https://telegra.ph/file/p/1e4902f5185/07e1929ac27a9d372cd5d1d.jpg?c=169,763,297,297,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ left the group"
+ }
+ },
+ "Notification.MessageLifetime1d": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.MessageLifetime1d",
+ "photo_url": "https://telegra.ph/file/p/c0c3b6c1788/8251bfd5cbab395a6051f1d.jpg?c=181,444,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 day"
+ }
+ },
+ "Notification.MessageLifetime1w": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.MessageLifetime1w",
+ "photo_url": "https://telegra.ph/file/p/c0c3b6c1788/8251bfd5cbab395a6051f1d.jpg?c=180,532,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 week"
+ }
+ },
+ "Notification.PinnedAnimationMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedAnimationMessage",
+ "photo_url": "https://telegra.ph/file/p/6af419720cb/c58441a8eafb4ece4b3f91d.jpg?c=178,779,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a GIF"
+ }
+ },
+ "Notification.PinnedAudioMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedAudioMessage",
+ "photo_url": "https://telegra.ph/file/p/185287dadb1/515202dc1791e36388cde1d.jpg?c=86,603,480,480,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a voice message"
+ }
+ },
+ "Notification.PinnedDeletedMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedDeletedMessage",
+ "photo_url": "https://telegra.ph/file/p/a89f59e73cc/b2845768466375cb673bc1d.jpg?c=150,824,446,446,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned deleted message"
+ }
+ },
+ "Notification.PinnedDocumentMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedDocumentMessage",
+ "photo_url": "https://telegra.ph/file/p/185287dadb1/515202dc1791e36388cde1d.jpg?c=178,316,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a file"
+ }
+ },
+ "Notification.PinnedLocationMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedLocationMessage",
+ "photo_url": "https://telegra.ph/file/p/185287dadb1/515202dc1791e36388cde1d.jpg?c=157,568,330,330,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a map"
+ }
+ },
+ "Notification.PinnedMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedMessage",
+ "photo_url": "https://telegra.ph/file/p/a43b09b2ac8/386b252e1f951d99d7d431d.jpg?c=100,454,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "pinned message"
+ }
+ },
+ "Notification.PinnedPhotoMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedPhotoMessage",
+ "photo_url": "https://telegra.ph/file/p/0f4e4647a6f/fa3229384713a43b156e51d.jpg?c=162,280,313,313,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a photo"
+ }
+ },
+ "Notification.PinnedPollMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedPollMessage",
+ "photo_url": "https://telegra.ph/file/p/ab907cbceae/434932d475a58c51a566a1d.jpg?c=109,820,377,377,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a poll"
+ }
+ },
+ "Notification.PinnedRoundMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedRoundMessage",
+ "photo_url": "https://telegra.ph/file/p/0f4e4647a6f/fa3229384713a43b156e51d.jpg?c=75,516,494,494,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a video message"
+ }
+ },
+ "Notification.PinnedTextMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedTextMessage",
+ "photo_url": "https://telegra.ph/file/p/e96e44b17db/d6fb2ca2b60b6987e9e901d.jpg?c=85,612,467,467,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned \"
%@\""
+ }
+ },
+ "Notification.PinnedVideoMessage": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.PinnedVideoMessage",
+ "photo_url": "https://telegra.ph/file/p/0f4e4647a6f/fa3229384713a43b156e51d.jpg?c=153,307,345,345,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ pinned a video"
}
},
"Notification.ProximityReached": {
@@ -6807,36 +7392,12 @@
"singular": "
%1$@ is now within
%2$@ from
%3$@"
}
},
- "Notification.VoiceChatScheduledChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.VoiceChatScheduledChannel",
- "photo_url": "https://telegra.ph/file/p/86230c39fd6/f5b15b8ad9b2addb360ab17.jpg?c=90,603,415,415,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video chat scheduled for
%@"
- }
- },
- "Notification.VoiceChatScheduledTodayChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.VoiceChatScheduledTodayChannel",
- "photo_url": "https://telegra.ph/file/p/86230c39fd6/f5b15b8ad9b2addb360ab17.jpg?c=58,460,486,486,280,280",
+ "Notification.RemovedGroupPhoto": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.RemovedGroupPhoto",
+ "photo_url": "https://telegra.ph/file/p/3e92ad4bc2b/cc1b77dd999eb6e42e6491d.jpg?c=116,668,404,404,280,280",
"has_binding": false,
"values": {
- "singular": "Video chat scheduled for today at
%@"
- }
- },
- "Notification.VoiceChatScheduledTomorrowChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.VoiceChatScheduledTomorrowChannel",
- "photo_url": "https://telegra.ph/file/p/86230c39fd6/f5b15b8ad9b2addb360ab17.jpg?c=80,469,438,438,280,280",
- "has_binding": false,
- "values": {
- "singular": "Video chat scheduled for tomorrow at
%@"
- }
- },
- "Notification.VoiceChatStartedChannel": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notification.VoiceChatStartedChannel",
- "photo_url": "https://telegra.ph/file/p/54cc4105b62/34a6358dd54f7227668d616.jpg?c=10,284,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video chat started"
+ "singular": "
%@ removed group photo"
}
},
"Notification.YouChangedGroupWallpaper": {
@@ -6855,6 +7416,14 @@
"singular": "You set a new wallpaper for this chat"
}
},
+ "Notifications.PermissionsEnable": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Notifications.PermissionsEnable",
+ "photo_url": "https://telegra.ph/file/p/23e9a3563f7/71ac81536cb089f4dcad81d.jpg?c=481,1462,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enable"
+ }
+ },
"Notifications.SaveSuccess.Text": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Notifications.SaveSuccess.Text",
"photo_url": "https://telegra.ph/file/p/2bdcbdc2cca/670340937bc53852693e517.jpg?c=46,683,526,526,280,280",
@@ -6992,12 +7561,44 @@
"singular": "Confirm"
}
},
- "PUSH_CHAT_VOICECHAT_END": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PUSH_CHAT_VOICECHAT_END",
- "photo_url": "https://telegra.ph/file/p/773c2968ee2/38be57cd86ea8deca088917.jpg?c=0,196,591,593,280,280",
+ "PINNED_AUDIO": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PINNED_AUDIO",
+ "photo_url": "https://telegra.ph/file/p/4953ee5e443/3954aa2099f3d76d297481d.jpg?c=102,642,433,433,280,280",
"has_binding": false,
"values": {
- "singular": "
%2$@|
%1$@ ended the video chat"
+ "singular": "
%1$@ pinned a voice message"
+ }
+ },
+ "PINNED_POLL": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PINNED_POLL",
+ "photo_url": "https://telegra.ph/file/p/bf7edfbbeb3/8ddb453685a6cb28be44f1d.jpg?c=348,1793,435,435,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ pinned a poll"
+ }
+ },
+ "PINNED_ROUND": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PINNED_ROUND",
+ "photo_url": "https://telegra.ph/file/p/1db0996fb22/3c0eb829e1daa99a68e4f1d.jpg?c=100,639,436,436,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ pinned a video message"
+ }
+ },
+ "PINNED_TEXT": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PINNED_TEXT",
+ "photo_url": "https://telegra.ph/file/p/b108e147635/314dde676f323ae98a05f1d.jpg?c=133,390,372,372,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ pinned \"
%2$@\""
+ }
+ },
+ "PINNED_VIDEO": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PINNED_VIDEO",
+ "photo_url": "https://telegra.ph/file/p/f9f7d9bc3fd/8f0d43ec734f369a5217f1d.jpg?c=168,759,302,302,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ pinned a video"
}
},
"PeerInfo.AdjustAutoDelete": {
@@ -7024,14 +7625,6 @@
"singular": "Allow subscribers to react to channel posts."
}
},
- "PeerInfo.AllowedReactions.AllowAllGroupInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.AllowedReactions.AllowAllGroupInfo",
- "photo_url": "https://telegra.ph/file/p/55a6201d222/657770cf2ea7623d1f2f417.jpg?c=19,151,516,516,280,280",
- "has_binding": true,
- "values": {
- "singular": "Allow members to react to group messages."
- }
- },
"PeerInfo.AllowedReactions.AllowAllText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.AllowedReactions.AllowAllText",
"photo_url": "https://telegra.ph/file/p/86ce08e31d3/a89690bb6b0f82165a65817.jpg?c=36,161,280,280,280,280",
@@ -7040,31 +7633,6 @@
"singular": "Enable Reactions"
}
},
- "PeerInfo.AllowedReactions.MaxCountSectionFooter": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.AllowedReactions.MaxCountSectionFooter",
- "photo_url": "https://telegra.ph/file/p/038624219d0/d1e3ae1d3f5e4c273e02917.jpg?c=11,583,567,567,280,280",
- "has_binding": true,
- "values": {
- "singular": "Limit the number of different reactions that can be added to a post, including already published posts."
- }
- },
- "PeerInfo.AllowedReactions.MaxCountSectionTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.AllowedReactions.MaxCountSectionTitle",
- "photo_url": "https://telegra.ph/file/p/038624219d0/d1e3ae1d3f5e4c273e02917.jpg?c=32,580,384,384,280,280",
- "has_binding": true,
- "values": {
- "singular": "MAXIMUM REACTIONS PER POST"
- }
- },
- "PeerInfo.AllowedReactions.MaxCountValue": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.AllowedReactions.MaxCountValue",
- "photo_url": "https://telegra.ph/file/p/038624219d0/d1e3ae1d3f5e4c273e02917.jpg?c=160,687,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "1 reaction",
- "plural": "
%d reactions"
- }
- },
"PeerInfo.AllowedReactions.ReactionListHeader": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.AllowedReactions.ReactionListHeader",
"photo_url": "https://telegra.ph/file/p/86ce08e31d3/a89690bb6b0f82165a65817.jpg?c=36,287,281,281,280,280",
@@ -7105,14 +7673,6 @@
"singular": "Other..."
}
},
- "PeerInfo.ButtonLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.ButtonLiveStream",
- "photo_url": "https://telegra.ph/file/p/511c1eebe11/b8fd1e10f865f30fd763d17.jpg?c=115,355,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live Stream"
- }
- },
"PeerInfo.ButtonSearch": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.ButtonSearch",
"photo_url": "https://telegra.ph/file/p/5a7c25b8fa6/288c0dcd7f31aae826cd817.jpg?c=202,374,280,280,280,280",
@@ -7137,22 +7697,6 @@
"singular": "Video Chat"
}
},
- "PeerInfo.Channel.Boost": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.Channel.Boost",
- "photo_url": "https://telegra.ph/file/p/9f130c5e54e/04983de79930426ccddb117.jpg?c=197,402,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Boost Channel"
- }
- },
- "PeerInfo.ChannelAutoDeleteInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.ChannelAutoDeleteInfo",
- "photo_url": "https://telegra.ph/file/p/5290701947a/5c9bec221ceed1373233f17.jpg?c=194,647,373,373,280,280",
- "has_binding": true,
- "values": {
- "singular": "Automatically delete messages sent in this channel after a certain period of time."
- }
- },
"PeerInfo.ClearConfirmationGroup": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.ClearConfirmationGroup",
"photo_url": "https://telegra.ph/file/p/91540a43d04/d0ba583caecd71aa1a5a617.jpg?c=212,489,309,309,280,280",
@@ -7305,30 +7849,6 @@
"singular": "Customize"
}
},
- "PeerInfo.PaneRecommended": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.PaneRecommended",
- "photo_url": "https://telegra.ph/file/p/9d51a2ed43f/5287034689fe7504fb8a417.jpg?c=285,124,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Similar Channels"
- }
- },
- "PeerInfo.Reactions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.Reactions",
- "photo_url": "https://telegra.ph/file/p/306f30c46a2/8b7510546a36271cb9dff17.jpg?c=75,570,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reactions"
- }
- },
- "PeerInfo.ReactionsDisabled": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.ReactionsDisabled",
- "photo_url": "https://telegra.ph/file/p/306f30c46a2/8b7510546a36271cb9dff17.jpg?c=275,571,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Disabled"
- }
- },
"PeerInfo.SavedMessagesTabTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/PeerInfo.SavedMessagesTabTitle",
"photo_url": "https://telegra.ph/file/p/686afc9b0d7/ae6c8214c184dcd53be2417.jpg?c=72,495,280,280,280,280",
@@ -7385,6 +7905,30 @@
"singular": "Notifications are unmuted."
}
},
+ "PeopleNearby.CreateGroup": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.CreateGroup",
+ "photo_url": "https://telegra.ph/file/p/76bebc23c1d/d2194b58dd37a3172bfa91d.jpg?c=157,1003,586,586,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create a Local Group"
+ }
+ },
+ "PeopleNearby.Description": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.Description",
+ "photo_url": "https://telegra.ph/file/p/76bebc23c1d/d2194b58dd37a3172bfa91d.jpg?c=90,404,941,941,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ask your friend nearby to open this page to exchange phone numbers."
+ }
+ },
+ "PeopleNearby.Groups": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.Groups",
+ "photo_url": "https://telegra.ph/file/p/76bebc23c1d/d2194b58dd37a3172bfa91d.jpg?c=26,984,431,431,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Groups Nearby"
+ }
+ },
"PeopleNearby.NoMembers": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.NoMembers",
"photo_url": "https://telegra.ph/file/p/19c22310ce2/3511a0ba95c570a235e7417.jpg?c=161,742,280,280,280,280",
@@ -7393,6 +7937,30 @@
"singular": "no members"
}
},
+ "PeopleNearby.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.Title",
+ "photo_url": "https://telegra.ph/file/p/76bebc23c1d/d2194b58dd37a3172bfa91d.jpg?c=347,130,433,433,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "People Nearby"
+ }
+ },
+ "PeopleNearby.Users": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.Users",
+ "photo_url": "https://telegra.ph/file/p/76bebc23c1d/d2194b58dd37a3172bfa91d.jpg?c=27,713,411,411,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "People Nearby"
+ }
+ },
+ "PeopleNearby.UsersEmpty": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/PeopleNearby.UsersEmpty",
+ "photo_url": "https://telegra.ph/file/p/76bebc23c1d/d2194b58dd37a3172bfa91d.jpg?c=222,710,678,678,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Looking for users around you..."
+ }
+ },
"Permissions.ContactsAllowInSettings.v0": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Permissions.ContactsAllowInSettings.v0",
"photo_url": "https://telegra.ph/file/p/a4075fbdc60/652bac4fa115bdec9e71417.jpg?c=12,347,280,280,280,280",
@@ -7401,14 +7969,6 @@
"singular": "Allow in Settings"
}
},
- "Premium.BoostByGiftDescription2": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Premium.BoostByGiftDescription2",
- "photo_url": "https://telegra.ph/file/p/18a29a3bc6d/912bed73cdf62aa4b867817.jpg?c=17,709,566,566,280,280",
- "has_binding": true,
- "values": {
- "singular": "Boost your channel by gifting your subscribers Telegram Premium. [Get boosts >]()"
- }
- },
"Premium.FileTooLarge": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Premium.FileTooLarge",
"photo_url": "https://telegra.ph/file/p/04f502c4f3b/a63ef3141e7460e5d75f817.jpg?c=160,605,280,280,280,280",
@@ -7417,14 +7977,6 @@
"singular": "File Too Large"
}
},
- "Premium.Group.BoostByGiftDescription": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Premium.Group.BoostByGiftDescription",
- "photo_url": "https://telegra.ph/file/p/46961bda72d/aeae5e9f64e99f6eb204d17.jpg?c=20,331,560,560,280,280",
- "has_binding": true,
- "values": {
- "singular": "Boost your group by gifting your members Telegram Premium. [Get boosts >]()"
- }
- },
"Premium.MaxFavedStickersFinalText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Premium.MaxFavedStickersFinalText",
"photo_url": "https://telegra.ph/file/p/a26f96f3d30/751f502d7c142734d8a4117.jpg?c=45,722,536,536,280,280",
@@ -7497,20 +8049,36 @@
"singular": "online"
}
},
- "ProfileColorSetup.TitleChannelColor": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ProfileColorSetup.TitleChannelColor",
- "photo_url": "https://telegra.ph/file/p/67c91e1ef2f/f2b65f85df2338f9d61a717.jpg?c=160,66,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Set Channel Color"
- }
- },
- "ReassignBoost.AvailableIn": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.AvailableIn",
- "photo_url": "https://telegra.ph/file/p/2759636f537/d1a90b87c17e8ef145f6a17.jpg?c=86,798,280,280,280,280",
+ "Privacy.GroupsAndChannels.InviteToChannelError": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Privacy.GroupsAndChannels.InviteToChannelError",
+ "photo_url": "https://telegra.ph/file/p/d4c3ee75035/f364c8c2452810b28a5aa1d.jpg?c=52,275,536,536,280,280",
"has_binding": true,
"values": {
- "singular": "Available in
%@"
+ "singular": "Sorry, you cannot add
%@ to channels because of
%@'s privacy settings."
+ }
+ },
+ "Privacy.GroupsAndChannels.InviteToChannelMultipleError": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Privacy.GroupsAndChannels.InviteToChannelMultipleError",
+ "photo_url": "https://telegra.ph/file/p/323c4bb9da8/a88cb0af8714b9b6b76ee1d.jpg?c=36,260,568,568,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can't create a group with these users due to their privacy settings."
+ }
+ },
+ "Privacy.GroupsAndChannels.InviteToGroupError": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Privacy.GroupsAndChannels.InviteToGroupError",
+ "photo_url": "https://telegra.ph/file/p/b9379ab6f3b/281bddc9869a0d3ff07461d.jpg?c=44,267,552,552,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you cannot add
%@ to groups because of
%@'s privacy settings."
+ }
+ },
+ "Profile.CreateEncryptedChatError": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Profile.CreateEncryptedChatError",
+ "photo_url": "https://telegra.ph/file/p/477ec2a99a9/5253a43b155fba953892f1d.jpg?c=141,358,356,356,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "An error occurred."
}
},
"ReassignBoost.Boosts": {
@@ -7522,22 +8090,6 @@
"plural": "
%@ boosts are reassigned"
}
},
- "ReassignBoost.Description": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.Description",
- "photo_url": "https://telegra.ph/file/p/2759636f537/d1a90b87c17e8ef145f6a17.jpg?c=11,374,579,579,280,280",
- "has_binding": true,
- "values": {
- "singular": "To boost **
%1$@**, reassign a previous boost or gift **Telegram Premium** to a friend to get **
%2$@** additional boosts."
- }
- },
- "ReassignBoost.ExpiresOn": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.ExpiresOn",
- "photo_url": "https://telegra.ph/file/p/2759636f537/d1a90b87c17e8ef145f6a17.jpg?c=90,579,391,391,280,280",
- "has_binding": true,
- "values": {
- "singular": "Boost expires on
%@"
- }
- },
"ReassignBoost.OtherChannels": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.OtherChannels",
"photo_url": "https://telegra.ph/file/p/160169bc740/ed11c2c06d8fd96dd555317.jpg?c=275,544,280,280,280,280",
@@ -7547,14 +8099,6 @@
"plural": "
%@ other chats"
}
},
- "ReassignBoost.ReassignBoosts": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.ReassignBoosts",
- "photo_url": "https://telegra.ph/file/p/2759636f537/d1a90b87c17e8ef145f6a17.jpg?c=134,955,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reassign Boosts"
- }
- },
"ReassignBoost.Success": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.Success",
"photo_url": "https://telegra.ph/file/p/160169bc740/ed11c2c06d8fd96dd555317.jpg?c=47,414,525,525,280,280",
@@ -7563,22 +8107,6 @@
"singular": "
%1$@ from
%2$@."
}
},
- "ReassignBoost.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.Title",
- "photo_url": "https://telegra.ph/file/p/2759636f537/d1a90b87c17e8ef145f6a17.jpg?c=160,349,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reassign Boosts"
- }
- },
- "ReassignBoost.WaitForCooldown": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReassignBoost.WaitForCooldown",
- "photo_url": "https://telegra.ph/file/p/2759636f537/d1a90b87c17e8ef145f6a17.jpg?c=43,57,536,536,280,280",
- "has_binding": true,
- "values": {
- "singular": "Wait until the boost is available or get **
%1$@** more boosts by gifting a **Telegram Premium** subscription."
- }
- },
"RepliesChat.DescriptionText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/RepliesChat.DescriptionText",
"photo_url": "https://telegra.ph/file/p/fa7c05ccbd1/8387b3bdacbc09230db2617.jpg?c=0,233,600,621,272,280",
@@ -7587,28 +8115,28 @@
"singular": "This chat helps you keep track of replies to your comments in Channels."
}
},
- "ReportAd.Help": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReportAd.Help",
- "photo_url": "https://telegra.ph/file/p/773fa482cb5/3ae4f728f131afb6c942c17.jpg?c=24,771,483,483,280,280",
- "has_binding": true,
- "values": {
- "singular": "Learn more about [Telegram Ad Policies and Guidelines]()."
- }
- },
- "ReportAd.Hidden": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReportAd.Hidden",
- "photo_url": "https://telegra.ph/file/p/806539c1c59/e81c445a268cfec21d17517.jpg?c=54,705,495,495,280,280",
- "has_binding": true,
- "values": {
- "singular": "You will no longer see ads from Telegram."
- }
- },
- "ReportAd.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReportAd.Title",
- "photo_url": "https://telegra.ph/file/p/773fa482cb5/3ae4f728f131afb6c942c17.jpg?c=160,247,280,280,280,280",
+ "ReportGroupLocation.Report": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReportGroupLocation.Report",
+ "photo_url": "https://telegra.ph/file/p/284e7512538/e8cf68a3c27779a7a82441d.jpg?c=606,1221,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Report Ad"
+ "singular": "Report"
+ }
+ },
+ "ReportGroupLocation.Text": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReportGroupLocation.Text",
+ "photo_url": "https://telegra.ph/file/p/284e7512538/e8cf68a3c27779a7a82441d.jpg?c=210,858,700,700,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please tell us if this group is not related to this location."
+ }
+ },
+ "ReportGroupLocation.Title": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ReportGroupLocation.Title",
+ "photo_url": "https://telegra.ph/file/p/284e7512538/e8cf68a3c27779a7a82441d.jpg?c=208,788,707,707,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Report Unrelated Group"
}
},
"ReportPeer.ReasonChildAbuse": {
@@ -7675,22 +8203,6 @@
"singular": "Violence"
}
},
- "ScheduleLiveStream.ChannelText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ScheduleLiveStream.ChannelText",
- "photo_url": "https://telegra.ph/file/p/634a6880dd8/2a1fb70bf95739b45f53417.jpg?c=0,520,600,642,260,280",
- "has_binding": false,
- "values": {
- "singular": "Subscribers of the channel will be notified that the live stream will start in
%@."
- }
- },
- "ScheduleLiveStream.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/ScheduleLiveStream.Title",
- "photo_url": "https://telegra.ph/file/p/634a6880dd8/2a1fb70bf95739b45f53417.jpg?c=141,380,316,316,280,280",
- "has_binding": false,
- "values": {
- "singular": "Schedule Live Stream"
- }
- },
"ScheduleVoiceChat.GroupText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ScheduleVoiceChat.GroupText",
"photo_url": "https://telegra.ph/file/p/87665a5a8c4/61c0d91980851c55505b117.jpg?c=0,519,600,636,264,280",
@@ -7767,30 +8279,6 @@
"plural": "
%@ weeks"
}
},
- "SendInviteLink.SubscribeToPremiumButton": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/SendInviteLink.SubscribeToPremiumButton",
- "photo_url": "https://telegra.ph/file/p/b9f2e8eb0fc/88fa02edf55dc2b588d7517.jpg?c=65,777,469,469,280,280",
- "has_binding": true,
- "values": {
- "singular": "Subscribe to Telegram Premium"
- }
- },
- "SendInviteLink.TextContactsAndPremiumOneUser": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/SendInviteLink.TextContactsAndPremiumOneUser",
- "photo_url": "https://telegra.ph/file/p/b9f2e8eb0fc/88fa02edf55dc2b588d7517.jpg?c=12,624,575,575,280,280",
- "has_binding": true,
- "values": {
- "singular": "**
%@** accepts invitations to groups from contacts and **Premium** users."
- }
- },
- "SendInviteLink.TitleUpgradeToPremium": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/SendInviteLink.TitleUpgradeToPremium",
- "photo_url": "https://telegra.ph/file/p/b9f2e8eb0fc/88fa02edf55dc2b588d7517.jpg?c=94,718,412,412,280,280",
- "has_binding": true,
- "values": {
- "singular": "Upgrade to Premium"
- }
- },
"Settings.SetNewProfilePhotoOrVideo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Settings.SetNewProfilePhotoOrVideo",
"photo_url": "https://telegra.ph/file/p/15bd2d167bf/bf9b47782de0652ecafd717.jpg?c=99,709,401,401,280,280",
@@ -7871,6 +8359,14 @@
"singular": "Copy Link"
}
},
+ "ShareMenu.SelectChats": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/ShareMenu.SelectChats",
+ "photo_url": "https://telegra.ph/file/p/34c81888b64/6f927cadc831a46974fe41d.jpg?c=180,265,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select chats"
+ }
+ },
"ShareMenu.Send": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/ShareMenu.Send",
"photo_url": "https://telegra.ph/file/p/012a8e77ed1/eece35e08df869dfc858017.jpg?c=160,878,280,280,280,280",
@@ -7903,23 +8399,6 @@
"singular": "Hide"
}
},
- "Stats.Boosts.Boosts": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.Boosts",
- "photo_url": "https://telegra.ph/file/p/47d84e70b7c/7713618ecc2f81607b06917.jpg?c=23,541,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ BOOST",
- "plural": "
%@ BOOSTS"
- }
- },
- "Stats.Boosts.BoostsNone": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.BoostsNone",
- "photo_url": "https://telegra.ph/file/p/f1e1f4f3928/0c34af6df01a36ed5e7c117.jpg?c=23,542,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "BOOSTS"
- }
- },
"Stats.Boosts.Group.BoostersInfo": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.Group.BoostersInfo",
"photo_url": "https://telegra.ph/file/p/b6ef72c5e92/78762e8a5f149e37a4c3a17.jpg?c=9,586,569,569,280,280",
@@ -7960,39 +8439,6 @@
"singular": "Premium Members"
}
},
- "Stats.Boosts.PrepaidGiveawayCount": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.PrepaidGiveawayCount",
- "photo_url": "https://telegra.ph/file/p/ce3a71e120a/c1767e0986fb15e1b0f3317.jpg?c=97,561,323,323,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ Telegram Premium",
- "plural": "
%@ Telegram Premiums"
- }
- },
- "Stats.Boosts.PrepaidGiveawayMonths": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.PrepaidGiveawayMonths",
- "photo_url": "https://telegra.ph/file/p/ce3a71e120a/c1767e0986fb15e1b0f3317.jpg?c=99,602,294,294,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@-month subscriptions"
- }
- },
- "Stats.Boosts.PrepaidGiveawaysInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.PrepaidGiveawaysInfo",
- "photo_url": "https://telegra.ph/file/p/ce3a71e120a/c1767e0986fb15e1b0f3317.jpg?c=12,479,557,557,280,280",
- "has_binding": true,
- "values": {
- "singular": "Select a giveaway you already paid for to set it up."
- }
- },
- "Stats.Boosts.PrepaidGiveawaysTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Boosts.PrepaidGiveawaysTitle",
- "photo_url": "https://telegra.ph/file/p/ce3a71e120a/c1767e0986fb15e1b0f3317.jpg?c=32,542,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "PREPAID GIVEAWAYS"
- }
- },
"Stats.EnabledNotifications": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.EnabledNotifications",
"photo_url": "https://telegra.ph/file/p/2061084a8e8/90fb8178c35cf3f8370bf17.jpg?c=249,221,280,280,280,280",
@@ -8009,6 +8455,14 @@
"singular": "Followers"
}
},
+ "Stats.FollowersBySourceTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.FollowersBySourceTitle",
+ "photo_url": "https://telegra.ph/file/p/6866b710502/1c07a0266f65eaf672d5817.jpg?c=12,192,302,302,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "FOLLOWERS BY SOURCE"
+ }
+ },
"Stats.FollowersTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.FollowersTitle",
"photo_url": "https://telegra.ph/file/p/2061084a8e8/90fb8178c35cf3f8370bf17.jpg?c=9,923,280,280,280,280",
@@ -8280,6 +8734,14 @@
"singular": "INTERACTIONS"
}
},
+ "Stats.LanguagesTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.LanguagesTitle",
+ "photo_url": "https://telegra.ph/file/p/6866b710502/1c07a0266f65eaf672d5817.jpg?c=10,849,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "LANGUAGES"
+ }
+ },
"Stats.LoadingText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.LoadingText",
"photo_url": "https://telegra.ph/file/p/9818fe56804/8617a898e43e8e0ece41b19.jpg?c=237,1155,727,727,280,280",
@@ -8312,14 +8774,6 @@
"singular": "Public Shares"
}
},
- "Stats.Message.Reactions": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Message.Reactions",
- "photo_url": "https://telegra.ph/file/p/bad9ec26b7f/63bad63aba2665c0de58817.jpg?c=25,286,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Reactions"
- }
- },
"Stats.Message.Views": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Message.Views",
"photo_url": "https://telegra.ph/file/p/9d9a36b35f4/c941b369ce17edc0e3cd017.jpg?c=16,143,280,280,280,280",
@@ -8328,14 +8782,6 @@
"singular": "Views"
}
},
- "Stats.MessageInteractionsTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.MessageInteractionsTitle",
- "photo_url": "https://telegra.ph/file/p/bad9ec26b7f/63bad63aba2665c0de58817.jpg?c=27,366,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Interactions"
- }
- },
"Stats.MessageOverview": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.MessageOverview",
"photo_url": "https://telegra.ph/file/p/9d9a36b35f4/c941b369ce17edc0e3cd017.jpg?c=8,72,280,280,280,280",
@@ -8352,14 +8798,6 @@
"singular": "Public Shares"
}
},
- "Stats.MessageReactionsTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.MessageReactionsTitle",
- "photo_url": "https://telegra.ph/file/p/bad9ec26b7f/63bad63aba2665c0de58817.jpg?c=25,956,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "REACTIONS"
- }
- },
"Stats.MessageTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.MessageTitle",
"photo_url": "https://telegra.ph/file/p/9d9a36b35f4/c941b369ce17edc0e3cd017.jpg?c=154,31,292,292,280,280",
@@ -8368,14 +8806,6 @@
"singular": "Message Statistics"
}
},
- "Stats.Monetization": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Monetization",
- "photo_url": "https://telegra.ph/file/p/d450e35c393/315b2c3b68260b90065f517.jpg?c=273,132,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Monetization"
- }
- },
"Stats.NotificationsTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.NotificationsTitle",
"photo_url": "https://telegra.ph/file/p/7f53c6d82cd/c1f25f6f31077f84ebe0f17.jpg?c=10,739,280,280,280,280",
@@ -8384,6 +8814,14 @@
"singular": "NOTIFICATIONS"
}
},
+ "Stats.Overview": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Overview",
+ "photo_url": "https://telegra.ph/file/p/2061084a8e8/90fb8178c35cf3f8370bf17.jpg?c=8,146,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "OVERVIEW"
+ }
+ },
"Stats.PostsTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.PostsTitle",
"photo_url": "https://telegra.ph/file/p/70f36766e09/0f826e07ef2762990cfae17.jpg?c=10,906,280,280,280,280",
@@ -8416,12 +8854,28 @@
"singular": "STORY REACTIONS BY EMOTION"
}
},
- "Stats.StoryTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.StoryTitle",
- "photo_url": "https://telegra.ph/file/p/bad9ec26b7f/63bad63aba2665c0de58817.jpg?c=160,66,280,280,280,280",
+ "Stats.Total": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.Total",
+ "photo_url": "https://telegra.ph/file/p/6866b710502/1c07a0266f65eaf672d5817.jpg?c=18,443,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Total"
+ }
+ },
+ "Stats.ViewsByHoursTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.ViewsByHoursTitle",
+ "photo_url": "https://telegra.ph/file/p/a0735e68242/63f48904380a76827fcf417.jpg?c=12,158,292,292,280,280",
"has_binding": true,
"values": {
- "singular": "Story Statistics"
+ "singular": "VIEWS BY HOURS (UTC)"
+ }
+ },
+ "Stats.ViewsBySourceTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.ViewsBySourceTitle",
+ "photo_url": "https://telegra.ph/file/p/a0735e68242/63f48904380a76827fcf417.jpg?c=11,656,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "VIEWS BY SOURCE"
}
},
"Stats.ViewsPerPost": {
@@ -8432,6 +8886,14 @@
"singular": "Views Per Post"
}
},
+ "Stats.ZoomOut": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stats.ZoomOut",
+ "photo_url": "https://telegra.ph/file/p/8a451c317a2/cac91ac8f8deffe25177017.jpg?c=18,298,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Zoom Out"
+ }
+ },
"StickerPack.CopyLink": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/StickerPack.CopyLink",
"photo_url": "https://telegra.ph/file/p/439a8c4a896/4a2b8176cfb76eec38f6817.jpg?c=174,201,280,280,280,280",
@@ -8440,6 +8902,30 @@
"singular": "Copy Link"
}
},
+ "Stickers.GroupChooseStickerPack": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stickers.GroupChooseStickerPack",
+ "photo_url": "https://telegra.ph/file/p/20b867bc02c/b3bcd3845331f8ae687c11d.jpg?c=30,952,347,347,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "CHOOSE STICKER SET"
+ }
+ },
+ "Stickers.GroupStickers": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stickers.GroupStickers",
+ "photo_url": "https://telegra.ph/file/p/20b867bc02c/b3bcd3845331f8ae687c11d.jpg?c=14,901,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Group Stickers"
+ }
+ },
+ "Stickers.GroupStickersHelp": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Stickers.GroupStickersHelp",
+ "photo_url": "https://telegra.ph/file/p/20b867bc02c/b3bcd3845331f8ae687c11d.jpg?c=0,471,750,828,254,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can choose a set that will be available to all group members when they are chatting in this group."
+ }
+ },
"Stickers.PremiumPackInfoText": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Stickers.PremiumPackInfoText",
"photo_url": "https://telegra.ph/file/p/d35f03efbad/48dc0b2a0388c5ff2bffe17.jpg?c=67,757,432,432,280,280",
@@ -8472,6 +8958,14 @@
"singular": "Message reposted to **
%@**."
}
},
+ "Target.InviteToGroupConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Target.InviteToGroupConfirmation",
+ "photo_url": "https://telegra.ph/file/p/82f68c7a3eb/09e9e3b9752f7ceef79fd1d.jpg?c=136,398,478,478,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add the bot to \"
%@\"?"
+ }
+ },
"Target.InviteToGroupErrorAlreadyInvited": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/Target.InviteToGroupErrorAlreadyInvited",
"photo_url": "https://telegra.ph/file/p/a60f5a66a8a/fda43ae4ea380f8f5840b1d.jpg?c=48,272,543,543,280,280",
@@ -8560,28 +9054,20 @@
"singular": "Undo"
}
},
- "VideoChat.RecordingSaved": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VideoChat.RecordingSaved",
- "photo_url": "https://telegra.ph/file/p/58a5809a0e5/dd90b0b5819af211196c117.jpg?c=63,809,441,441,280,280",
+ "UserInfo.NotificationsDisable": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/UserInfo.NotificationsDisable",
+ "photo_url": "https://telegra.ph/file/p/23e9a3563f7/71ac81536cb089f4dcad81d.jpg?c=481,1937,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Video chat recording saved to **Saved Messages**."
+ "singular": "Disable"
}
},
- "VoiceChat.AddBio": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.AddBio",
- "photo_url": "https://telegra.ph/file/p/d844ca8fc18/81bdb679ac90c4c21e51517.jpg?c=43,537,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Bio"
- }
- },
- "VoiceChat.AddPhoto": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.AddPhoto",
- "photo_url": "https://telegra.ph/file/p/d844ca8fc18/81bdb679ac90c4c21e51517.jpg?c=46,482,280,280,280,280",
+ "UserInfo.NotificationsEnabled": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/UserInfo.NotificationsEnabled",
+ "photo_url": "https://telegra.ph/file/p/c2ea1bb9d91/a3a983003869441b1ed841d.jpg?c=317,485,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Add Photo"
+ "singular": "Enabled"
}
},
"VoiceChat.AskedToSpeak": {
@@ -8608,22 +9094,6 @@
"singular": "Abort"
}
},
- "VoiceChat.CancelLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CancelLiveStream",
- "photo_url": "https://telegra.ph/file/p/86cbffd4eab/adab07e6a602b4e0bc90d17.jpg?c=39,408,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Abort Live Stream"
- }
- },
- "VoiceChat.CancelReminder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CancelReminder",
- "photo_url": "https://telegra.ph/file/p/6762566d4a4/4bb65742a3f8b4d6e543b17.jpg?c=160,778,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel Reminder"
- }
- },
"VoiceChat.CancelSpeakRequest": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CancelSpeakRequest",
"photo_url": "https://telegra.ph/file/p/c6eac211a87/6bbdf4a7bd06aada1147917.jpg?c=55,230,370,370,280,280",
@@ -8632,22 +9102,6 @@
"singular": "Cancel Request to Speak"
}
},
- "VoiceChat.CancelVoiceChat": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CancelVoiceChat",
- "photo_url": "https://telegra.ph/file/p/9e4e3c76631/f30999e33821e6c69e26517.jpg?c=41,520,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Abort Video Chat"
- }
- },
- "VoiceChat.ChangeName": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ChangeName",
- "photo_url": "https://telegra.ph/file/p/d844ca8fc18/81bdb679ac90c4c21e51517.jpg?c=52,595,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Name"
- }
- },
"VoiceChat.ChangeNameTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ChangeNameTitle",
"photo_url": "https://telegra.ph/file/p/435bc7566c2/6798d42334ad3583769cb17.jpg?c=53,722,280,280,280,280",
@@ -8664,46 +9118,6 @@
"singular": "Change Photo"
}
},
- "VoiceChat.ContextAudio": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ContextAudio",
- "photo_url": "https://telegra.ph/file/p/d7d098f7c20/60507060a2ad8ebd6259a17.jpg?c=27,220,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Audio"
- }
- },
- "VoiceChat.CreateNewVoiceChatSchedule": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CreateNewVoiceChatSchedule",
- "photo_url": "https://telegra.ph/file/p/92d545113da/5484410e9af2281becb3d17.jpg?c=160,464,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Schedule"
- }
- },
- "VoiceChat.CreateNewVoiceChatStartNow": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CreateNewVoiceChatStartNow",
- "photo_url": "https://telegra.ph/file/p/92d545113da/5484410e9af2281becb3d17.jpg?c=160,400,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Start Now"
- }
- },
- "VoiceChat.CreateNewVoiceChatText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.CreateNewVoiceChatText",
- "photo_url": "https://telegra.ph/file/p/92d545113da/5484410e9af2281becb3d17.jpg?c=75,239,452,452,280,280",
- "has_binding": false,
- "values": {
- "singular": "Video chat ended. Start a new one?"
- }
- },
- "VoiceChat.DiscussionGroup": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.DiscussionGroup",
- "photo_url": "https://telegra.ph/file/p/d691608ae19/5f538e0712031d43743d117.jpg?c=26,762,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "discussion group"
- }
- },
"VoiceChat.DisplayAs": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.DisplayAs",
"photo_url": "https://telegra.ph/file/p/24ce6e4e84a/071f07b0735357ab26a6617.jpg?c=40,99,280,280,280,280",
@@ -8792,14 +9206,6 @@
"singular": "Your name was updated."
}
},
- "VoiceChat.EditTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.EditTitle",
- "photo_url": "https://telegra.ph/file/p/8433e704785/ff4c4981186e26c09c60f17.jpg?c=43,97,299,299,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit Video Chat Title"
- }
- },
"VoiceChat.EditTitleRemoveSuccess": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.EditTitleRemoveSuccess",
"photo_url": "https://telegra.ph/file/p/cc7b76d89f5/cdb02e0b3821d0d62ed8d17.jpg?c=78,915,315,315,280,280",
@@ -8824,38 +9230,6 @@
"singular": "Discussion topics, notable guests, etc."
}
},
- "VoiceChat.EndConfirmationText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.EndConfirmationText",
- "photo_url": "https://telegra.ph/file/p/90e0ad94486/00185d1c8d3bd456e788317.jpg?c=103,311,391,391,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to end this video chat?"
- }
- },
- "VoiceChat.EndConfirmationTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.EndConfirmationTitle",
- "photo_url": "https://telegra.ph/file/p/90e0ad94486/00185d1c8d3bd456e788317.jpg?c=160,327,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "End video chat"
- }
- },
- "VoiceChat.EndLiveStream": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.EndLiveStream",
- "photo_url": "https://telegra.ph/file/p/0a81be1671a/5afba86781f614495130317.jpg?c=37,512,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "End Live Stream"
- }
- },
- "VoiceChat.ImproveYourProfileText": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ImproveYourProfileText",
- "photo_url": "https://telegra.ph/file/p/36b9c0cb7ae/f8d50c3e22305db0e651117.jpg?c=180,652,347,347,280,280",
- "has_binding": false,
- "values": {
- "singular": "You can improve your profile by adding missing information."
- }
- },
"VoiceChat.InviteLink.CopyListenerLink": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.InviteLink.CopyListenerLink",
"photo_url": "https://telegra.ph/file/p/a90c44ae967/433ffb5871be50717509d16.jpg?c=10,301,280,280,280,280",
@@ -8978,30 +9352,6 @@
"singular": "Tap if you want to speak"
}
},
- "VoiceChat.NoiseSuppression": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.NoiseSuppression",
- "photo_url": "https://telegra.ph/file/p/d7d098f7c20/60507060a2ad8ebd6259a17.jpg?c=41,466,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Noise Suppression"
- }
- },
- "VoiceChat.NoiseSuppressionDisabled": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.NoiseSuppressionDisabled",
- "photo_url": "https://telegra.ph/file/p/ce417f71919/2020108d0249587e8f6aa17.jpg?c=28,489,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Disabled"
- }
- },
- "VoiceChat.NoiseSuppressionEnabled": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.NoiseSuppressionEnabled",
- "photo_url": "https://telegra.ph/file/p/d7d098f7c20/60507060a2ad8ebd6259a17.jpg?c=28,489,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Enabled"
- }
- },
"VoiceChat.OpenChannel": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.OpenChannel",
"photo_url": "https://telegra.ph/file/p/a5b81856091/51040b054f04ea1c174d316.jpg?c=0,233,280,280,280,280",
@@ -9018,14 +9368,6 @@
"singular": "Open Chat"
}
},
- "VoiceChat.ParticipantIsSpeaking": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ParticipantIsSpeaking",
- "photo_url": "https://telegra.ph/file/p/a0f4bde6ad2/e856c8ab00fe215a047f517.jpg?c=183,121,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@ is speaking"
- }
- },
"VoiceChat.PersonalAccount": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.PersonalAccount",
"photo_url": "https://telegra.ph/file/p/fb47102e4f8/5d3cdec30ef00d80827b017.jpg?c=154,459,280,280,280,280",
@@ -9034,54 +9376,6 @@
"singular": "personal account"
}
},
- "VoiceChat.RecordLandscape": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordLandscape",
- "photo_url": "https://telegra.ph/file/p/3946738fb88/2bf90c0d75f3b03e6717217.jpg?c=259,802,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Landscape"
- }
- },
- "VoiceChat.RecordOnlyAudio": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordOnlyAudio",
- "photo_url": "https://telegra.ph/file/p/3946738fb88/2bf90c0d75f3b03e6717217.jpg?c=27,548,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Only Audio"
- }
- },
- "VoiceChat.RecordPortrait": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordPortrait",
- "photo_url": "https://telegra.ph/file/p/3946738fb88/2bf90c0d75f3b03e6717217.jpg?c=68,800,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Portrait"
- }
- },
- "VoiceChat.RecordStartRecording": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordStartRecording",
- "photo_url": "https://telegra.ph/file/p/3946738fb88/2bf90c0d75f3b03e6717217.jpg?c=159,872,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start Recording"
- }
- },
- "VoiceChat.RecordTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordTitle",
- "photo_url": "https://telegra.ph/file/p/3af4726dd39/dc63174d118bc30312d3517.jpg?c=159,428,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Record Video Chat"
- }
- },
- "VoiceChat.RecordVideoAndAudio": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordVideoAndAudio",
- "photo_url": "https://telegra.ph/file/p/3946738fb88/2bf90c0d75f3b03e6717217.jpg?c=32,491,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Video and Audio"
- }
- },
"VoiceChat.RecordingSaved": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordingSaved",
"photo_url": "https://telegra.ph/file/p/f37a59d32f0/fe60d6518a83e07f8724e17.jpg?c=69,633,416,416,280,280",
@@ -9106,38 +9400,6 @@
"singular": "Audio Title (Optional)"
}
},
- "VoiceChat.RecordingTitlePlaceholderVideo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RecordingTitlePlaceholderVideo",
- "photo_url": "https://telegra.ph/file/p/ee97963ace3/4011d6e9180092a792a2e17.jpg?c=111,376,303,303,280,280",
- "has_binding": false,
- "values": {
- "singular": "Video Title (Optional)"
- }
- },
- "VoiceChat.ReminderNotify": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ReminderNotify",
- "photo_url": "https://telegra.ph/file/p/6762566d4a4/4bb65742a3f8b4d6e543b17.jpg?c=65,421,469,469,280,280",
- "has_binding": true,
- "values": {
- "singular": "We will notify you when it starts."
- }
- },
- "VoiceChat.RemoveAndBanPeerConfirmation": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.RemoveAndBanPeerConfirmation",
- "photo_url": "https://telegra.ph/file/p/2ea3c3d2b53/71d126b29ed2cf80088f417.jpg?c=0,354,600,616,272,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to remove
%1$@ from the video chat and ban them in
%2$@?"
- }
- },
- "VoiceChat.Scheduled": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.Scheduled",
- "photo_url": "https://telegra.ph/file/p/2aa4f265bce/deb261cd0187eb6219f3017.jpg?c=159,227,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled"
- }
- },
"VoiceChat.SelectAccount": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.SelectAccount",
"photo_url": "https://telegra.ph/file/p/21a73e0a882/ebd2617e6506a41925f9b16.jpg?c=10,169,280,280,280,280",
@@ -9146,22 +9408,6 @@
"singular": "Select Account"
}
},
- "VoiceChat.SetReminder": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.SetReminder",
- "photo_url": "https://telegra.ph/file/p/2aa4f265bce/deb261cd0187eb6219f3017.jpg?c=160,778,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Set Reminder"
- }
- },
- "VoiceChat.ShareScreen": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ShareScreen",
- "photo_url": "https://telegra.ph/file/p/d7d098f7c20/60507060a2ad8ebd6259a17.jpg?c=34,541,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share Screen"
- }
- },
"VoiceChat.ShareShort": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.ShareShort",
"photo_url": "https://telegra.ph/file/p/c34f6535c02/739f6aa52ac82e92c988b17.jpg?c=41,727,280,280,280,280",
@@ -9186,14 +9432,6 @@
"singular": "Record this chat and save the result into an audio file?
Participants will see that the chat is being recorded."
}
},
- "VoiceChat.StartRecordingTextVideo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.StartRecordingTextVideo",
- "photo_url": "https://telegra.ph/file/p/ee97963ace3/4011d6e9180092a792a2e17.jpg?c=80,223,440,440,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to start recording this chat and save it as a file?
Other participants will see that the chat is being recorded."
- }
- },
"VoiceChat.StartRecordingTitle": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.StartRecordingTitle",
"photo_url": "https://telegra.ph/file/p/0566ba68647/01da885f891962670afd317.jpg?c=159,244,280,280,280,280",
@@ -9234,14 +9472,6 @@
"singular": "
%@ speaking"
}
},
- "VoiceChat.StatusStartsIn": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.StatusStartsIn",
- "photo_url": "https://telegra.ph/file/p/86230c39fd6/f5b15b8ad9b2addb360ab17.jpg?c=204,16,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "starts in
%@"
- }
- },
"VoiceChat.StatusWantsToSpeak": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.StatusWantsToSpeak",
"photo_url": "https://telegra.ph/file/p/366ff32669f/3b0176ef7d76ec91b12c217.jpg?c=89,202,280,280,280,280",
@@ -9274,22 +9504,6 @@
"singular": "Stop Recording?"
}
},
- "VoiceChat.StopScreenSharing": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.StopScreenSharing",
- "photo_url": "https://telegra.ph/file/p/ce417f71919/2020108d0249587e8f6aa17.jpg?c=41,536,293,293,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stop Sharing Screen"
- }
- },
- "VoiceChat.StopScreenSharingShort": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.StopScreenSharingShort",
- "photo_url": "https://telegra.ph/file/p/3dba0100788/802c06242a8240147fd6617.jpg?c=159,565,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stop Sharing"
- }
- },
"VoiceChat.TapToAddBio": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.TapToAddBio",
"photo_url": "https://telegra.ph/file/p/4cb34e42500/9f2359befb2c2c6aa2f8017.jpg?c=27,633,280,280,280,280",
@@ -9298,14 +9512,6 @@
"singular": "tap to add a bio"
}
},
- "VoiceChat.TapToAddPhoto": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.TapToAddPhoto",
- "photo_url": "https://telegra.ph/file/p/1aff84cec13/071a1d87b48b606551b5517.jpg?c=93,190,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "tap to add photo"
- }
- },
"VoiceChat.TapToAddPhotoOrBio": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.TapToAddPhotoOrBio",
"photo_url": "https://telegra.ph/file/p/d844ca8fc18/81bdb679ac90c4c21e51517.jpg?c=125,355,291,291,280,280",
@@ -9322,22 +9528,6 @@
"singular": "Tap to edit title"
}
},
- "VoiceChat.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.Title",
- "photo_url": "https://telegra.ph/file/p/8fdb1e51520/3212f00735f7df07a1e9d17.jpg?c=160,0,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "Video Chat"
- }
- },
- "VoiceChat.Unpin": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.Unpin",
- "photo_url": "https://telegra.ph/file/p/3dba0100788/802c06242a8240147fd6617.jpg?c=284,66,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unpin"
- }
- },
"VoiceChat.UserCanNowSpeak": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.UserCanNowSpeak",
"photo_url": "https://telegra.ph/file/p/e3a179c5eda/51332ca7e71e94c983a1217.jpg?c=69,825,415,415,280,280",
@@ -9346,94 +9536,6 @@
"singular": "**
%@** can now speak."
}
},
- "VoiceChat.Video": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.Video",
- "photo_url": "https://telegra.ph/file/p/d7d098f7c20/60507060a2ad8ebd6259a17.jpg?c=42,920,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "video"
- }
- },
- "VoiceChat.VideoPaused": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPaused",
- "photo_url": "https://telegra.ph/file/p/bf7c704ffdb/a29703de2c40614fd7aa717.jpg?c=160,254,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video is paused"
- }
- },
- "VoiceChat.VideoPreviewBackCamera": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewBackCamera",
- "photo_url": "https://telegra.ph/file/p/c11c8aa2ea9/2b68b0cc01a626ee8552817.jpg?c=290,826,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Back Camera"
- }
- },
- "VoiceChat.VideoPreviewContinue": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewContinue",
- "photo_url": "https://telegra.ph/file/p/d48e211f600/0d21f66f01ecb26f3abf517.jpg?c=160,904,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Continue"
- }
- },
- "VoiceChat.VideoPreviewFrontCamera": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewFrontCamera",
- "photo_url": "https://telegra.ph/file/p/d48e211f600/0d21f66f01ecb26f3abf517.jpg?c=289,825,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Front Camera"
- }
- },
- "VoiceChat.VideoPreviewPhoneScreen": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewPhoneScreen",
- "photo_url": "https://telegra.ph/file/p/d48e211f600/0d21f66f01ecb26f3abf517.jpg?c=160,825,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Phone Screen"
- }
- },
- "VoiceChat.VideoPreviewShareCamera": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewShareCamera",
- "photo_url": "https://telegra.ph/file/p/9cf6d746f2f/c9e57fa7d58fd9a15becd17.jpg?c=149,774,303,303,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share Camera Video"
- }
- },
- "VoiceChat.VideoPreviewShareScreen": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewShareScreen",
- "photo_url": "https://telegra.ph/file/p/9cf6d746f2f/c9e57fa7d58fd9a15becd17.jpg?c=159,868,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share Screen"
- }
- },
- "VoiceChat.VideoPreviewShareScreenInfo": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewShareScreenInfo",
- "photo_url": "https://telegra.ph/file/p/d48e211f600/0d21f66f01ecb26f3abf517.jpg?c=116,492,366,366,280,280",
- "has_binding": false,
- "values": {
- "singular": "Everything on your screen
will be shared"
- }
- },
- "VoiceChat.VideoPreviewTitle": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.VideoPreviewTitle",
- "photo_url": "https://telegra.ph/file/p/9cf6d746f2f/c9e57fa7d58fd9a15becd17.jpg?c=160,64,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video Preview"
- }
- },
- "VoiceChat.YouAreSharingScreen": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.YouAreSharingScreen",
- "photo_url": "https://telegra.ph/file/p/3dba0100788/802c06242a8240147fd6617.jpg?c=114,442,369,369,280,280",
- "has_binding": true,
- "values": {
- "singular": "You are sharing your screen"
- }
- },
"VoiceChat.YouCanNowSpeak": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChat.YouCanNowSpeak",
"photo_url": "https://telegra.ph/file/p/fa556f13448/cc006db4c2121752e778916.jpg?c=15,217,280,280,280,280",
@@ -9450,14 +9552,6 @@
"singular": "You can now speak in **
%@**."
}
},
- "VoiceChatChannel.Title": {
- "url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceChatChannel.Title",
- "photo_url": "https://telegra.ph/file/p/b4b24d7f083/4b41660664818b3141ccd17.jpg?c=160,384,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Live Stream"
- }
- },
"VoiceOver.Chat.PollNoVotes": {
"url": "https://translations.telegram.org/en/ios/groups_and_channels/VoiceOver.Chat.PollNoVotes",
"photo_url": "https://telegra.ph/file/p/b45a9f1029c/23081fb29d4360355aa5417.jpg?c=205,466,280,280,280,280",
@@ -9545,5 +9639,29 @@
"values": {
"singular": "All members will see this wallpaper"
}
+ },
+ "Watch.Conversation.GroupInfo": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Watch.Conversation.GroupInfo",
+ "photo_url": "https://telegra.ph/file/p/cfc2b88a1a3/5e44ca291c4124b7bc4181d.jpg?c=16,47,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group Info"
+ }
+ },
+ "Watch.UserInfo.MuteTitle": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Watch.UserInfo.MuteTitle",
+ "photo_url": "https://telegra.ph/file/p/cfc2b88a1a3/5e44ca291c4124b7bc4181d.jpg?c=16,111,280,279,280,278",
+ "has_binding": false,
+ "values": {
+ "singular": "Mute"
+ }
+ },
+ "Weekday.Today": {
+ "url": "https://translations.telegram.org/en/ios/groups_and_channels/Weekday.Today",
+ "photo_url": "https://telegra.ph/file/p/0764a04b594/49f7c92a0ceef63e06d1a1d.jpg?c=101,706,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Today"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/ios/login.json b/data/web_tr/translations.telegram.org/en/ios/login.json
index 87fb3ec491..0ec7f9bef7 100644
--- a/data/web_tr/translations.telegram.org/en/ios/login.json
+++ b/data/web_tr/translations.telegram.org/en/ios/login.json
@@ -7,6 +7,22 @@
"singular": "This code can be used to allow someone to log in to your Telegram account.
To confirm Telegram login, please go to Settings > Devices > Link Desktop Device and scan the code."
}
},
+ "AuthSessions.AddDeviceIntro.Title": {
+ "url": "https://translations.telegram.org/en/ios/login/AuthSessions.AddDeviceIntro.Title",
+ "photo_url": "https://telegra.ph/file/p/de454181018/c0870976d1d08364abac317.jpg?c=107,416,385,385,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Log in by QR Code"
+ }
+ },
+ "ChangePhoneNumberCode.Called": {
+ "url": "https://translations.telegram.org/en/ios/login/ChangePhoneNumberCode.Called",
+ "photo_url": "https://telegra.ph/file/p/af8e490d777/a117b11922e497745429517.jpg?c=94,150,410,410,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram dialed your number"
+ }
+ },
"ChatList.SessionReview.ConfirmToastText": {
"url": "https://translations.telegram.org/en/ios/login/ChatList.SessionReview.ConfirmToastText",
"photo_url": "https://telegra.ph/file/p/3bc54cbc73b/3cd51d13c7a0ed143a22317.jpg?c=45,677,532,532,280,280",
@@ -55,6 +71,22 @@
"singular": "Someone just got access to your messages!"
}
},
+ "Common.Back": {
+ "url": "https://translations.telegram.org/en/ios/login/Common.Back",
+ "photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=55,142,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Back"
+ }
+ },
+ "Common.Cancel": {
+ "url": "https://translations.telegram.org/en/ios/login/Common.Cancel",
+ "photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=422,2031,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
"Common.Delete": {
"url": "https://translations.telegram.org/en/ios/login/Common.Delete",
"photo_url": "https://telegra.ph/file/p/0d21656dc9b/6f1814ddaad07b00de87022.jpg?c=332,828,280,280,280,280",
@@ -63,6 +95,14 @@
"singular": "Delete"
}
},
+ "Common.Done": {
+ "url": "https://translations.telegram.org/en/ios/login/Common.Done",
+ "photo_url": "https://telegra.ph/file/p/c6907267b49/d28f2d5f9bea1d55c06e51d.jpg?c=816,142,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Done"
+ }
+ },
"Common.Next": {
"url": "https://translations.telegram.org/en/ios/login/Common.Next",
"photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=817,144,280,280,280,280",
@@ -71,6 +111,38 @@
"singular": "Next"
}
},
+ "Common.OK": {
+ "url": "https://translations.telegram.org/en/ios/login/Common.OK",
+ "photo_url": "https://telegra.ph/file/p/c53a2b4476f/0b3eb42416886f299a00c1d.jpg?c=180,700,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "OK"
+ }
+ },
+ "EnterPasscode.EnterPasscode": {
+ "url": "https://translations.telegram.org/en/ios/login/EnterPasscode.EnterPasscode",
+ "photo_url": "https://telegra.ph/file/p/80c202dcb52/613808feae20b48c26e2b1d.jpg?c=28,59,585,585,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your Telegram Passcode"
+ }
+ },
+ "EnterPasscode.EnterTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/EnterPasscode.EnterTitle",
+ "photo_url": "https://telegra.ph/file/p/0d21656dc9b/6f1814ddaad07b00de87022.jpg?c=29,59,582,582,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter your Telegram Passcode"
+ }
+ },
+ "EnterPasscode.TouchId": {
+ "url": "https://translations.telegram.org/en/ios/login/EnterPasscode.TouchId",
+ "photo_url": "https://telegra.ph/file/p/5735805982a/1e2d0a59033d82eec7e321d.jpg?c=168,433,302,302,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Unlock Telegram"
+ }
+ },
"Login.AddEmailPlaceholder": {
"url": "https://translations.telegram.org/en/ios/login/Login.AddEmailPlaceholder",
"photo_url": "https://telegra.ph/file/p/236a805ed82/94b724acd48b18b4a9e4d17.jpg?c=49,434,280,280,280,280",
@@ -95,6 +167,22 @@
"singular": "I'm trying to use my mobile phone number:
%@But Telegram says it's banned, please help."
}
},
+ "Login.BannedPhoneSubject": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.BannedPhoneSubject",
+ "photo_url": "https://telegra.ph/file/p/16f86be8958/0920f899f02b5eef35e161d.jpg?c=93,196,573,573,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Banned phone number:
%@"
+ }
+ },
+ "Login.CallRequestState1": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.CallRequestState1",
+ "photo_url": "https://telegra.ph/file/p/8d43bafff08/63c6d7e076c69e250422f1d.jpg?c=59,328,521,521,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram will call you in
%d:
%.2d"
+ }
+ },
"Login.CallRequestState2": {
"url": "https://translations.telegram.org/en/ios/login/Login.CallRequestState2",
"photo_url": "https://telegra.ph/file/p/0589305a86a/e1bf9128e531d8a05993c1d.jpg?c=12,277,616,616,280,280",
@@ -111,6 +199,46 @@
"singular": "Do you want to stop the verification process?"
}
},
+ "Login.CancelPhoneVerificationContinue": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.CancelPhoneVerificationContinue",
+ "photo_url": "https://telegra.ph/file/p/963dd2055a2/152c34d80ab540af2f1311d.jpg?c=77,388,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Continue"
+ }
+ },
+ "Login.CancelPhoneVerificationStop": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.CancelPhoneVerificationStop",
+ "photo_url": "https://telegra.ph/file/p/963dd2055a2/152c34d80ab540af2f1311d.jpg?c=225,389,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Stop"
+ }
+ },
+ "Login.CancelSignUpConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.CancelSignUpConfirmation",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Do you want to stop the registration process?"
+ }
+ },
+ "Login.CheckOtherSessionMessages": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.CheckOtherSessionMessages",
+ "photo_url": "https://telegra.ph/file/p/20238e07736/a6b96c8cc90931055ffac1d.jpg?c=0,161,591,614,268,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Check your Telegram messages"
+ }
+ },
+ "Login.Code": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.Code",
+ "photo_url": "https://telegra.ph/file/p/2186508f7b6/e4f9a572b1a671267d3931d.jpg?c=181,308,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Code"
+ }
+ },
"Login.CodeExpiredError": {
"url": "https://translations.telegram.org/en/ios/login/Login.CodeExpiredError",
"photo_url": "https://telegra.ph/file/p/47af812bf63/f6580acaa5292753618201d.jpg?c=139,373,471,471,280,280",
@@ -167,6 +295,14 @@
"singular": "Continue in English"
}
},
+ "Login.CountryCode": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.CountryCode",
+ "photo_url": "https://telegra.ph/file/p/1be59fe5cb2/a699343d9123a37b5a6ee1d.jpg?c=15,310,299,299,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Country Code"
+ }
+ },
"Login.Edit": {
"url": "https://translations.telegram.org/en/ios/login/Login.Edit",
"photo_url": "https://telegra.ph/file/p/168ff299004/984d68b6084de40bd643317.jpg?c=160,582,280,280,280,280",
@@ -207,6 +343,22 @@
"singular": "An email account is required so that you can send us details about the error.
Please go to your device‘s settings > Mail, then tap Accounts > Add account and set up an email account."
}
},
+ "Login.EmailPhoneBody": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.EmailPhoneBody",
+ "photo_url": "https://telegra.ph/file/p/1e74558cbe9/41e033294ce13570f902c1d.jpg?c=0,174,750,776,272,280",
+ "has_binding": false,
+ "values": {
+ "singular": "I'm trying to use my mobile phone number:
%@But Telegram says it's invalid. Please help.
Additional Info:
%@,
%@."
+ }
+ },
+ "Login.EmailPhoneSubject": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.EmailPhoneSubject",
+ "photo_url": "https://telegra.ph/file/p/1e74558cbe9/41e033294ce13570f902c1d.jpg?c=112,166,564,564,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Invalid number
%@"
+ }
+ },
"Login.EnterCodeEmailText": {
"url": "https://translations.telegram.org/en/ios/login/Login.EnterCodeEmailText",
"photo_url": "https://telegra.ph/file/p/be114aaee24/6e92a3e5259638b7328d817.jpg?c=0,227,600,601,280,280",
@@ -255,6 +407,22 @@
"singular": "Didn't get the code?"
}
},
+ "Login.InfoAvatarAdd": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InfoAvatarAdd",
+ "photo_url": "https://telegra.ph/file/p/e37046198ca/c96dbcf14287fe376c14c1d.jpg?c=116,477,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "add"
+ }
+ },
+ "Login.InfoAvatarPhoto": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InfoAvatarPhoto",
+ "photo_url": "https://telegra.ph/file/p/e37046198ca/c96dbcf14287fe376c14c1d.jpg?c=105,539,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "photo"
+ }
+ },
"Login.InfoDeletePhoto": {
"url": "https://translations.telegram.org/en/ios/login/Login.InfoDeletePhoto",
"photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=357,1737,413,413,280,280",
@@ -263,6 +431,14 @@
"singular": "Remove Photo"
}
},
+ "Login.InfoFirstNamePlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InfoFirstNamePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=371,404,352,352,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "First Name"
+ }
+ },
"Login.InfoHelp": {
"url": "https://translations.telegram.org/en/ios/login/Login.InfoHelp",
"photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=0,443,1125,1142,276,280",
@@ -271,6 +447,22 @@
"singular": "Enter your name and add a profile photo."
}
},
+ "Login.InfoLastNamePlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InfoLastNamePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=372,558,348,348,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Last Name"
+ }
+ },
+ "Login.InfoTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InfoTitle",
+ "photo_url": "https://telegra.ph/file/p/e2720ad4650/505a42aa3aaf6259932be1d.jpg?c=355,183,407,407,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your Info"
+ }
+ },
"Login.InvalidCodeError": {
"url": "https://translations.telegram.org/en/ios/login/Login.InvalidCodeError",
"photo_url": "https://telegra.ph/file/p/3aafbd03220/6e7caebb67ea2f1ebaef31d.jpg?c=112,337,525,525,280,280",
@@ -279,6 +471,14 @@
"singular": "Invalid code, please try again."
}
},
+ "Login.InvalidCountryCode": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InvalidCountryCode",
+ "photo_url": "https://telegra.ph/file/p/ed6d355fa06/dc3f4e119ae10298e25551d.jpg?c=13,268,439,439,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid Country Code"
+ }
+ },
"Login.InvalidFirstNameError": {
"url": "https://translations.telegram.org/en/ios/login/Login.InvalidFirstNameError",
"photo_url": null,
@@ -287,6 +487,14 @@
"singular": "This first name is not allowed, please try another."
}
},
+ "Login.InvalidLastNameError": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.InvalidLastNameError",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this last name can't be used."
+ }
+ },
"Login.InvalidPhoneError": {
"url": "https://translations.telegram.org/en/ios/login/Login.InvalidPhoneError",
"photo_url": "https://telegra.ph/file/p/1a4f9896cbb/5eecc818589860fddf1b31d.jpg?c=42,266,556,556,280,280",
@@ -335,6 +543,38 @@
"singular": "Please confirm your country code
and enter your phone number."
}
},
+ "Login.PhoneBannedError": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhoneBannedError",
+ "photo_url": "https://telegra.ph/file/p/7a968c70f2d/daaa69160025feac4a3f41d.jpg?c=283,884,560,560,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This phone number is banned."
+ }
+ },
+ "Login.PhoneFloodError": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhoneFloodError",
+ "photo_url": "https://telegra.ph/file/p/702140b2eb6/552cc944b7234fdbe7cc41d.jpg?c=105,365,540,540,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you have deleted and re-created your account too many times recently. Please wait for a few days before signing up again."
+ }
+ },
+ "Login.PhoneNumberAlreadyAuthorized": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhoneNumberAlreadyAuthorized",
+ "photo_url": "https://telegra.ph/file/p/a959e9ffc98/09620406df389d49aab3c1d.jpg?c=0,0,899,362,272,108",
+ "has_binding": true,
+ "values": {
+ "singular": "This account is already logged in from this app."
+ }
+ },
+ "Login.PhoneNumberAlreadyAuthorizedSwitch": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhoneNumberAlreadyAuthorizedSwitch",
+ "photo_url": "https://telegra.ph/file/p/a959e9ffc98/09620406df389d49aab3c1d.jpg?c=115,76,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Switch"
+ }
+ },
"Login.PhoneNumberConfirmation": {
"url": "https://translations.telegram.org/en/ios/login/Login.PhoneNumberConfirmation",
"photo_url": "https://telegra.ph/file/p/168ff299004/984d68b6084de40bd643317.jpg?c=110,478,380,380,280,280",
@@ -343,6 +583,30 @@
"singular": "Is this the correct number?"
}
},
+ "Login.PhoneNumberHelp": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhoneNumberHelp",
+ "photo_url": "https://telegra.ph/file/p/1a4f9896cbb/5eecc818589860fddf1b31d.jpg?c=269,496,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Help"
+ }
+ },
+ "Login.PhonePlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhonePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/1be59fe5cb2/a699343d9123a37b5a6ee1d.jpg?c=156,357,414,414,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your phone number"
+ }
+ },
+ "Login.PhoneTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.PhoneTitle",
+ "photo_url": "https://telegra.ph/file/p/1be59fe5cb2/a699343d9123a37b5a6ee1d.jpg?c=198,76,351,351,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your Phone"
+ }
+ },
"Login.ResetAccountProtected.LimitExceeded": {
"url": "https://translations.telegram.org/en/ios/login/Login.ResetAccountProtected.LimitExceeded",
"photo_url": "https://telegra.ph/file/p/ca82ce39664/69a9b74ddf1ef6c4fabab1d.jpg?c=93,357,564,564,280,280",
@@ -351,6 +615,22 @@
"singular": "Your recent attempts to reset this account have been canceled by its active user. Please try again in 7 days."
}
},
+ "Login.ResetAccountProtected.Reset": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.ResetAccountProtected.Reset",
+ "photo_url": "https://telegra.ph/file/p/5d98b0a57c7/a1b8356eaf1ab8577c2081d.jpg?c=234,856,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reset"
+ }
+ },
+ "Login.ResetAccountProtected.Text": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.ResetAccountProtected.Text",
+ "photo_url": "https://telegra.ph/file/p/5d98b0a57c7/a1b8356eaf1ab8577c2081d.jpg?c=0,257,750,751,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Since the account
%@ is active and protected by a password, it will be deleted in 1 week. This delay is required for security purposes.
You can cancel this process anytime."
+ }
+ },
"Login.ResetAccountProtected.TimerTitle": {
"url": "https://translations.telegram.org/en/ios/login/Login.ResetAccountProtected.TimerTitle",
"photo_url": "https://telegra.ph/file/p/5d98b0a57c7/a1b8356eaf1ab8577c2081d.jpg?c=45,470,658,658,280,280",
@@ -359,6 +639,14 @@
"singular": "You'll be able to reset your account in:"
}
},
+ "Login.ResetAccountProtected.Title": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.ResetAccountProtected.Title",
+ "photo_url": "https://telegra.ph/file/p/5d98b0a57c7/a1b8356eaf1ab8577c2081d.jpg?c=176,107,395,395,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reset Account"
+ }
+ },
"Login.SelectCountry": {
"url": "https://translations.telegram.org/en/ios/login/Login.SelectCountry",
"photo_url": "https://telegra.ph/file/p/1dcaf342cc9/1d808db55ac6c54b857f917.jpg?c=34,397,280,280,280,280",
@@ -367,6 +655,14 @@
"singular": "Country"
}
},
+ "Login.SelectCountry.Title": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.SelectCountry.Title",
+ "photo_url": "https://telegra.ph/file/p/78599b9bbdc/bdd104417c5de5056ab481d.jpg?c=180,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Country"
+ }
+ },
"Login.SendCodeViaSms": {
"url": "https://translations.telegram.org/en/ios/login/Login.SendCodeViaSms",
"photo_url": "https://telegra.ph/file/p/20238e07736/a6b96c8cc90931055ffac1d.jpg?c=105,458,377,377,280,280",
@@ -375,6 +671,14 @@
"singular": "Tap to get a code via SMS"
}
},
+ "Login.SmsRequestState1": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.SmsRequestState1",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sending you an SMS in
%d:
%.2d"
+ }
+ },
"Login.SmsRequestState2": {
"url": "https://translations.telegram.org/en/ios/login/Login.SmsRequestState2",
"photo_url": null,
@@ -383,6 +687,14 @@
"singular": "Requesting an SMS from Telegram…"
}
},
+ "Login.SmsRequestState3": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.SmsRequestState3",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram sent you an SMS
[Didn't get the code?]"
+ }
+ },
"Login.TermsOfService.ProceedBot": {
"url": "https://translations.telegram.org/en/ios/login/Login.TermsOfService.ProceedBot",
"photo_url": null,
@@ -391,6 +703,30 @@
"singular": "Agree and proceed to
%@."
}
},
+ "Login.TermsOfServiceDecline": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.TermsOfServiceDecline",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Decline"
+ }
+ },
+ "Login.TermsOfServiceHeader": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.TermsOfServiceHeader",
+ "photo_url": "https://telegra.ph/file/p/c53a2b4476f/0b3eb42416886f299a00c1d.jpg?c=159,160,321,321,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Terms of Service"
+ }
+ },
+ "Login.TermsOfServiceLabel": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.TermsOfServiceLabel",
+ "photo_url": "https://telegra.ph/file/p/1be59fe5cb2/a699343d9123a37b5a6ee1d.jpg?c=77,404,595,595,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "By signing up,
you agree to the [Terms of Service]."
+ }
+ },
"Login.TermsOfServiceSignupDecline": {
"url": "https://translations.telegram.org/en/ios/login/Login.TermsOfServiceSignupDecline",
"photo_url": null,
@@ -407,6 +743,22 @@
"singular": "An error occurred, please try again later."
}
},
+ "Login.WillCallYou": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.WillCallYou",
+ "photo_url": "https://telegra.ph/file/p/8d43bafff08/63c6d7e076c69e250422f1d.jpg?c=59,328,521,521,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram will call you in
%@"
+ }
+ },
+ "Login.WillSendSms": {
+ "url": "https://translations.telegram.org/en/ios/login/Login.WillSendSms",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram will send you an SMS in
%@"
+ }
+ },
"LoginPassword.FloodError": {
"url": "https://translations.telegram.org/en/ios/login/LoginPassword.FloodError",
"photo_url": "https://telegra.ph/file/p/461f08d0cd3/125c8a64d1dbd2c3133981d.jpg?c=123,344,505,505,280,280",
@@ -415,6 +767,14 @@
"singular": "Too many attempts, please try again later."
}
},
+ "LoginPassword.ForgotPassword": {
+ "url": "https://translations.telegram.org/en/ios/login/LoginPassword.ForgotPassword",
+ "photo_url": "https://telegra.ph/file/p/c0d7227de44/39d35388a7d06b7b598cc1d.jpg?c=164,468,313,313,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Forgot password?"
+ }
+ },
"LoginPassword.InvalidPasswordError": {
"url": "https://translations.telegram.org/en/ios/login/LoginPassword.InvalidPasswordError",
"photo_url": "https://telegra.ph/file/p/ffc42a8ab37/547e1faa20421d2466a421d.jpg?c=54,277,533,533,280,280",
@@ -439,6 +799,47 @@
"singular": "Reset Account"
}
},
+ "LoginPassword.Title": {
+ "url": "https://translations.telegram.org/en/ios/login/LoginPassword.Title",
+ "photo_url": "https://telegra.ph/file/p/c0d7227de44/39d35388a7d06b7b598cc1d.jpg?c=91,84,454,454,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your Password"
+ }
+ },
+ "Notifications.PermissionsAllow": {
+ "url": "https://translations.telegram.org/en/ios/login/Notifications.PermissionsAllow",
+ "photo_url": "https://telegra.ph/file/p/f0f0943d220/92dc938aef748d21cd5431d.jpg?c=125,684,340,340,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Turn Notifications ON"
+ }
+ },
+ "PasscodeSettings.FailedAttempts": {
+ "url": "https://translations.telegram.org/en/ios/login/PasscodeSettings.FailedAttempts",
+ "photo_url": "https://telegra.ph/file/p/80c202dcb52/613808feae20b48c26e2b1d.jpg?c=126,175,387,387,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ Failed Passcode Attempt",
+ "plural": "
%@ Failed Passcode Attempts"
+ }
+ },
+ "PasscodeSettings.TryAgainIn1Minute": {
+ "url": "https://translations.telegram.org/en/ios/login/PasscodeSettings.TryAgainIn1Minute",
+ "photo_url": "https://telegra.ph/file/p/1895ea09832/708ff8b326e9c59d9890f1d.jpg?c=166,196,303,303,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Try again in 1 minute"
+ }
+ },
+ "Permissions.NotificationsAllow.v0": {
+ "url": "https://translations.telegram.org/en/ios/login/Permissions.NotificationsAllow.v0",
+ "photo_url": "https://telegra.ph/file/p/f0f0943d220/92dc938aef748d21cd5431d.jpg?c=125,685,340,340,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Turn Notifications ON"
+ }
+ },
"Permissions.NotificationsText.v0": {
"url": "https://translations.telegram.org/en/ios/login/Permissions.NotificationsText.v0",
"photo_url": "https://telegra.ph/file/p/f0f0943d220/92dc938aef748d21cd5431d.jpg?c=36,470,519,519,280,280",
@@ -447,6 +848,54 @@
"singular": "Don't miss important messages from your friends and coworkers."
}
},
+ "Permissions.NotificationsTitle.v0": {
+ "url": "https://translations.telegram.org/en/ios/login/Permissions.NotificationsTitle.v0",
+ "photo_url": "https://telegra.ph/file/p/f0f0943d220/92dc938aef748d21cd5431d.jpg?c=64,430,462,462,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Turn ON Notifications"
+ }
+ },
+ "PrivacyPolicy.Accept": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.Accept",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Accept & Continue"
+ }
+ },
+ "PrivacyPolicy.AgeVerificationAgree": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.AgeVerificationAgree",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Agree"
+ }
+ },
+ "PrivacyPolicy.AgeVerificationMessage": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.AgeVerificationMessage",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Tap Agree to confirm that you are
%@ or older."
+ }
+ },
+ "PrivacyPolicy.AgeVerificationTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.AgeVerificationTitle",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Age Verification"
+ }
+ },
+ "PrivacyPolicy.Decline": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.Decline",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Decline"
+ }
+ },
"PrivacyPolicy.DeclineDeclineAndDelete": {
"url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.DeclineDeclineAndDelete",
"photo_url": null,
@@ -455,6 +904,14 @@
"singular": "Decline & Delete"
}
},
+ "PrivacyPolicy.DeclineDeleteNow": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.DeclineDeleteNow",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Delete Now"
+ }
+ },
"PrivacyPolicy.DeclineLastWarning": {
"url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.DeclineLastWarning",
"photo_url": null,
@@ -471,6 +928,22 @@
"singular": "Unfortunately, there are no other options. Unlike other apps, Telegram does not use user data for ad targeting or other commercial purposes. Telegram only stores the information it needs to function as a feature-rich cloud service. You can adjust how your data is used in Privacy and Security settings.
If you are not comfortable with Telegram's modest needs, it won't be possible for us to provide you with this service."
}
},
+ "PrivacyPolicy.DeclineTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.DeclineTitle",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Decline"
+ }
+ },
+ "PrivacyPolicy.Title": {
+ "url": "https://translations.telegram.org/en/ios/login/PrivacyPolicy.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Privacy Policy and Terms of Service"
+ }
+ },
"SessionReview.NoticeText": {
"url": "https://translations.telegram.org/en/ios/login/SessionReview.NoticeText",
"photo_url": "https://telegra.ph/file/p/a45daf0cc9d/1450ef92ac7f4701779cd17.jpg?c=42,445,515,515,280,280",
@@ -503,6 +976,54 @@
"singular": "New Login Prevented"
}
},
+ "Tour.StartButton": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.StartButton",
+ "photo_url": "https://telegra.ph/file/p/d17f81a672a/74f1da353b3e53df50add1d.jpg?c=139,730,361,361,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Start Messaging"
+ }
+ },
+ "Tour.Text1": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Text1",
+ "photo_url": "https://telegra.ph/file/p/d17f81a672a/74f1da353b3e53df50add1d.jpg?c=0,315,640,649,276,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The world's **fastest** messaging app.
It is **free** and **secure**."
+ }
+ },
+ "Tour.Text2": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Text2",
+ "photo_url": "https://telegra.ph/file/p/5972f5b3747/47b283afb72548d18aad622.jpg?c=21,351,596,596,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**Telegram** delivers messages
faster than any other application."
+ }
+ },
+ "Tour.Text3": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Text3",
+ "photo_url": "https://telegra.ph/file/p/6d7c5d09655/d5d33a89edc1ce674702322.jpg?c=19,348,601,601,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**Telegram** has no limits on
the size of your media and chats."
+ }
+ },
+ "Tour.Text4": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Text4",
+ "photo_url": "https://telegra.ph/file/p/3e3dbc476c0/e53018ce5ac9b8a17ddbf1d.jpg?c=30,359,579,579,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**Telegram** keeps your messages
safe from hacker attacks."
+ }
+ },
+ "Tour.Text5": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Text5",
+ "photo_url": "https://telegra.ph/file/p/d25154577d6/744a7bb70d764f873b8621d.jpg?c=24,353,592,592,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**Telegram** lets you access your
messages from multiple devices."
+ }
+ },
"Tour.Text6": {
"url": "https://translations.telegram.org/en/ios/login/Tour.Text6",
"photo_url": "https://telegra.ph/file/p/025051d241a/ffc2aaf468e331b43bad817.jpg?c=0,338,600,684,246,280",
@@ -511,6 +1032,62 @@
"singular": "**Telegram** provides free unlimited
cloud storage for chats and media."
}
},
+ "Tour.Title1": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Title1",
+ "photo_url": "https://telegra.ph/file/p/d17f81a672a/74f1da353b3e53df50add1d.jpg?c=148,432,340,340,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram"
+ }
+ },
+ "Tour.Title2": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Title2",
+ "photo_url": "https://telegra.ph/file/p/5972f5b3747/47b283afb72548d18aad622.jpg?c=180,458,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Fast"
+ }
+ },
+ "Tour.Title3": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Title3",
+ "photo_url": "https://telegra.ph/file/p/6d7c5d09655/d5d33a89edc1ce674702322.jpg?c=160,437,320,320,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Powerful"
+ }
+ },
+ "Tour.Title4": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Title4",
+ "photo_url": "https://telegra.ph/file/p/3e3dbc476c0/e53018ce5ac9b8a17ddbf1d.jpg?c=181,457,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Secure"
+ }
+ },
+ "Tour.Title5": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Title5",
+ "photo_url": "https://telegra.ph/file/p/d25154577d6/744a7bb70d764f873b8621d.jpg?c=77,349,485,485,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Cloud-Based"
+ }
+ },
+ "Tour.Title6": {
+ "url": "https://translations.telegram.org/en/ios/login/Tour.Title6",
+ "photo_url": "https://telegra.ph/file/p/025051d241a/ffc2aaf468e331b43bad817.jpg?c=161,484,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Free"
+ }
+ },
+ "TwoStepAuth.EnterPasswordForgot": {
+ "url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.EnterPasswordForgot",
+ "photo_url": "https://telegra.ph/file/p/1996b47f549/185d3828a1cb8c5506e4a22.jpg?c=165,468,313,313,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Forgot password?"
+ }
+ },
"TwoStepAuth.EnterPasswordInvalid": {
"url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.EnterPasswordInvalid",
"photo_url": "https://telegra.ph/file/p/41e3a2281b9/170b2dc79c628a107240c1d.jpg?c=55,275,531,531,280,280",
@@ -527,6 +1104,14 @@
"singular": "Too many attempts, please try again later."
}
},
+ "TwoStepAuth.RecoveryCode": {
+ "url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.RecoveryCode",
+ "photo_url": "https://telegra.ph/file/p/c6907267b49/d28f2d5f9bea1d55c06e51d.jpg?c=29,357,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Code"
+ }
+ },
"TwoStepAuth.RecoveryCodeExpired": {
"url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.RecoveryCodeExpired",
"photo_url": null,
@@ -551,6 +1136,22 @@
"singular": "Invalid code, please try again."
}
},
+ "TwoStepAuth.RecoveryEmailUnavailable": {
+ "url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.RecoveryEmailUnavailable",
+ "photo_url": "https://telegra.ph/file/p/c6907267b49/d28f2d5f9bea1d55c06e51d.jpg?c=14,523,840,840,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unable to access
%@?"
+ }
+ },
+ "TwoStepAuth.RecoveryTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.RecoveryTitle",
+ "photo_url": "https://telegra.ph/file/p/c6907267b49/d28f2d5f9bea1d55c06e51d.jpg?c=393,136,337,337,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Email Code"
+ }
+ },
"TwoStepAuth.ResetAccountConfirmation": {
"url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.ResetAccountConfirmation",
"photo_url": "https://telegra.ph/file/p/54d7d1edfd3/1684669f1cc3890b18a391d.jpg?c=61,280,518,518,280,280",
@@ -566,5 +1167,13 @@
"values": {
"singular": "You will lose all your Telegram chats, messages, media and files if you proceed with resetting your account."
}
+ },
+ "TwoStepAuth.SetupPasswordTitle": {
+ "url": "https://translations.telegram.org/en/ios/login/TwoStepAuth.SetupPasswordTitle",
+ "photo_url": "https://telegra.ph/file/p/1996b47f549/185d3828a1cb8c5506e4a22.jpg?c=90,84,454,454,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your Password"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/ios/private_chats.json b/data/web_tr/translations.telegram.org/en/ios/private_chats.json
index 87087f559b..098316c39d 100644
--- a/data/web_tr/translations.telegram.org/en/ios/private_chats.json
+++ b/data/web_tr/translations.telegram.org/en/ios/private_chats.json
@@ -1,4 +1,12 @@
{
+ "AccessDenied.VoiceMicrophone": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/AccessDenied.VoiceMicrophone",
+ "photo_url": "https://telegra.ph/file/p/5836c272f76/28c3fef699e3beb4e71d61d.jpg?c=77,622,969,969,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram needs access to your microphone so that you can send voice messages.
Please go to your device‘s settings > Privacy > Microphone and set Telegram to ON."
+ }
+ },
"Activity.ChoosingSticker": {
"url": "https://translations.telegram.org/en/ios/private_chats/Activity.ChoosingSticker",
"photo_url": "https://telegra.ph/file/p/61ad1566827/9b78d901fdf803a77d80817.jpg?c=160,73,280,280,280,280",
@@ -15,6 +23,46 @@
"singular": "recording voice"
}
},
+ "Activity.RecordingVideoMessage": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Activity.RecordingVideoMessage",
+ "photo_url": "https://telegra.ph/file/p/bcf8bf2f556/63df12365459feff140bd1d.jpg?c=190,51,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "recording video"
+ }
+ },
+ "Activity.UploadingDocument": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Activity.UploadingDocument",
+ "photo_url": "https://telegra.ph/file/p/fe77a111a7f/0d47faa4a9f6e13040f861d.jpg?c=437,161,306,306,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "sending a file"
+ }
+ },
+ "Activity.UploadingPhoto": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Activity.UploadingPhoto",
+ "photo_url": "https://telegra.ph/file/p/c42e2e2caf5/5c7686fb21bd5078e282c1d.jpg?c=405,152,368,368,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "sending a photo"
+ }
+ },
+ "Activity.UploadingVideo": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Activity.UploadingVideo",
+ "photo_url": "https://telegra.ph/file/p/cc028caede3/7f3b16930e100f5156ced1d.jpg?c=409,149,359,359,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "sending a video"
+ }
+ },
+ "Activity.UploadingVideoMessage": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Activity.UploadingVideoMessage",
+ "photo_url": "https://telegra.ph/file/p/890b4d9964a/ad2644bbb1d44540101301d.jpg?c=208,60,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "sending a video"
+ }
+ },
"AddContact.StatusSuccess": {
"url": "https://translations.telegram.org/en/ios/private_chats/AddContact.StatusSuccess",
"photo_url": "https://telegra.ph/file/p/54d30aad677/111696ce2a4610fc506cc17.jpg?c=156,556,291,291,280,280",
@@ -39,6 +87,14 @@
"singular": "Reply"
}
},
+ "Bot.GenericSupportStatus": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Bot.GenericSupportStatus",
+ "photo_url": "https://telegra.ph/file/p/b016328bade/8fa889ecd4280b41e367b1d.jpg?c=480,184,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "support"
+ }
+ },
"BusinessLink.ErrorExpired": {
"url": "https://translations.telegram.org/en/ios/private_chats/BusinessLink.ErrorExpired",
"photo_url": "https://telegra.ph/file/p/c595394509f/764feaf50d46b1effd75117.jpg?c=161,490,280,280,280,280",
@@ -47,6 +103,54 @@
"singular": "Link Expired"
}
},
+ "Call.AnsweringWithAccount": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.AnsweringWithAccount",
+ "photo_url": "https://telegra.ph/file/p/bd6d77f0d6b/693a136322c511a7cff041d.jpg?c=154,198,287,287,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Answering as
%@"
+ }
+ },
+ "Call.AudioRouteHeadphones": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.AudioRouteHeadphones",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Headphones"
+ }
+ },
+ "Call.AudioRouteHide": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.AudioRouteHide",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Hide"
+ }
+ },
+ "Call.AudioRouteSpeaker": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.AudioRouteSpeaker",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Speaker"
+ }
+ },
+ "Call.CallAgain": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.CallAgain",
+ "photo_url": "https://telegra.ph/file/p/21610d39d13/1f797eeed39f6896942e01d.jpg?c=311,794,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Call Again"
+ }
+ },
+ "Call.ConnectionErrorTitle": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.ConnectionErrorTitle",
+ "photo_url": "https://telegra.ph/file/p/27d8e34a931/4b6fa1a019869cff3e82a1d.jpg?c=181,352,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Unable to Call"
+ }
+ },
"Call.EmojiDescription": {
"url": "https://translations.telegram.org/en/ios/private_chats/Call.EmojiDescription",
"photo_url": "https://telegra.ph/file/p/08812585aed/157916c3763b653bef2051d.jpg?c=76,362,487,487,280,280",
@@ -71,6 +175,14 @@
"singular": "This call is end-to-end encrypted"
}
},
+ "Call.EncryptionKey.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.EncryptionKey.Title",
+ "photo_url": "https://telegra.ph/file/p/5382659f07f/2123820a25a333c85682b1d.jpg?c=175,43,292,292,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Encryption Key"
+ }
+ },
"Call.EncryptionKeyTooltip": {
"url": "https://translations.telegram.org/en/ios/private_chats/Call.EncryptionKeyTooltip",
"photo_url": "https://telegra.ph/file/p/5246e8fdccc/e35e9b3a54907ec2ea53417.jpg?c=247,118,327,327,280,280",
@@ -79,6 +191,79 @@
"singular": "Encryption key of this call"
}
},
+ "Call.Message": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.Message",
+ "photo_url": "https://telegra.ph/file/p/21610d39d13/1f797eeed39f6896942e01d.jpg?c=308,618,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Message"
+ }
+ },
+ "Call.ParticipantVersionOutdatedError": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.ParticipantVersionOutdatedError",
+ "photo_url": "https://telegra.ph/file/p/27d8e34a931/4b6fa1a019869cff3e82a1d.jpg?c=49,287,540,540,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@'s app does not support calls. They need to update their app before you can call them."
+ }
+ },
+ "Call.ReportPlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.ReportPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/ad8040d42bb/5a62edce6fa54c729face1d.jpg?c=163,471,312,312,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "What went wrong?"
+ }
+ },
+ "Call.Seconds": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.Seconds",
+ "photo_url": "https://telegra.ph/file/p/8b37258a97c/305813f11139832ef24681d.jpg?c=277,764,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ second",
+ "plural": "
%@ seconds"
+ }
+ },
+ "Call.StatusBusy": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusBusy",
+ "photo_url": "https://telegra.ph/file/p/21610d39d13/1f797eeed39f6896942e01d.jpg?c=180,158,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Busy"
+ }
+ },
+ "Call.StatusConnecting": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusConnecting",
+ "photo_url": "https://telegra.ph/file/p/f5cda4fecd7/547bd0ed4b176f7a6e3581d.jpg?c=179,157,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Connecting..."
+ }
+ },
+ "Call.StatusEnded": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusEnded",
+ "photo_url": "https://telegra.ph/file/p/37bcb76fe94/7ff6f084e4afa598c58881d.jpg?c=180,157,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Call Ended"
+ }
+ },
+ "Call.StatusFailed": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusFailed",
+ "photo_url": "https://telegra.ph/file/p/7434f1386c3/c0d9cf168ecab673752961d.jpg?c=180,157,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Call Failed"
+ }
+ },
+ "Call.StatusNoAnswer": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusNoAnswer",
+ "photo_url": "https://telegra.ph/file/p/1b86619db62/6d29e9bfdbcc82d9dde811d.jpg?c=181,157,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No Answer"
+ }
+ },
"Call.StatusOngoing": {
"url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusOngoing",
"photo_url": "https://telegra.ph/file/p/fd909ea9084/9fe6e9ff969ae4bc18c9d1d.jpg?c=139,158,280,280,280,280",
@@ -87,6 +272,62 @@
"singular": "Telegram Audio
%@"
}
},
+ "Call.StatusRequesting": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusRequesting",
+ "photo_url": "https://telegra.ph/file/p/768449ad580/50b7fa29d9c617ce2c1621d.jpg?c=180,158,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Contacting..."
+ }
+ },
+ "Call.StatusRinging": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusRinging",
+ "photo_url": "https://telegra.ph/file/p/6bf4580eefa/68aeff7988cc6986d21c01d.jpg?c=180,158,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ringing..."
+ }
+ },
+ "Call.StatusWaiting": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Call.StatusWaiting",
+ "photo_url": "https://telegra.ph/file/p/3d27c57758f/d04ff6e13359b532a5f351d.jpg?c=179,158,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Waiting..."
+ }
+ },
+ "Calls.NotNow": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Calls.NotNow",
+ "photo_url": "https://telegra.ph/file/p/3d0a073da66/334b08268933b05158b571d.jpg?c=81,573,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Not Now"
+ }
+ },
+ "Calls.RatingFeedback": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Calls.RatingFeedback",
+ "photo_url": "https://telegra.ph/file/p/3d0a073da66/334b08268933b05158b571d.jpg?c=161,467,315,315,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Write a comment..."
+ }
+ },
+ "Calls.RatingTitle": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Calls.RatingTitle",
+ "photo_url": "https://telegra.ph/file/p/3d0a073da66/334b08268933b05158b571d.jpg?c=115,262,414,414,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please rate the quality
of your Telegram call"
+ }
+ },
+ "Calls.SubmitRating": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Calls.SubmitRating",
+ "photo_url": "https://telegra.ph/file/p/3d0a073da66/334b08268933b05158b571d.jpg?c=277,573,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Submit"
+ }
+ },
"ChannelBoost.Or": {
"url": "https://translations.telegram.org/en/ios/private_chats/ChannelBoost.Or",
"photo_url": "https://telegra.ph/file/p/d3ad15cd243/277af380704e5c247e5c617.jpg?c=160,775,280,280,280,280",
@@ -402,6 +643,14 @@
"singular": "Senders of these messages restricted to link
their name when forwarding."
}
},
+ "Chat.PanelUnpinAllMessages": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Chat.PanelUnpinAllMessages",
+ "photo_url": "https://telegra.ph/file/p/c8330d15539/c4cf3cf02172947b603cc17.jpg?c=153,771,292,292,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unpin All Messages"
+ }
+ },
"Chat.PlayOnceMesasge.DisableScreenCapture": {
"url": "https://translations.telegram.org/en/ios/private_chats/Chat.PlayOnceMesasge.DisableScreenCapture",
"photo_url": "https://telegra.ph/file/p/d461bdff0ac/816af51f95f4ccf550bf617.jpg?c=119,449,364,364,280,280",
@@ -634,6 +883,15 @@
"singular": "Tap to set this message to **Play Once**"
}
},
+ "Chat.TitlePinnedMessages": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Chat.TitlePinnedMessages",
+ "photo_url": "https://telegra.ph/file/p/c8330d15539/c4cf3cf02172947b603cc17.jpg?c=151,50,296,296,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Pinned Message",
+ "plural": "
%@ Pinned Messages"
+ }
+ },
"Chat.TooltipAddTagLabel": {
"url": "https://translations.telegram.org/en/ios/private_chats/Chat.TooltipAddTagLabel",
"photo_url": "https://telegra.ph/file/p/779e7b686d6/ad43d895624cd94c6cade17.jpg?c=117,661,467,467,280,280",
@@ -658,6 +916,14 @@
"singular": "Author Hidden"
}
},
+ "ChatList.ClearChatConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ChatList.ClearChatConfirmation",
+ "photo_url": "https://telegra.ph/file/p/af0179f187b/6e4e5aef5f3d0a8530b4a1d.jpg?c=159,1171,803,803,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete all
messages in the chat with
%@?"
+ }
+ },
"ChatList.ClearSavedMessagesConfirmation": {
"url": "https://translations.telegram.org/en/ios/private_chats/ChatList.ClearSavedMessagesConfirmation",
"photo_url": "https://telegra.ph/file/p/c9257271096/9fbb73c8d6a0263f389b917.jpg?c=28,605,545,545,280,280",
@@ -666,6 +932,14 @@
"singular": "Are you sure you want to permanently delete all your Saved Messages?"
}
},
+ "ChatList.DeleteForAllSubscribers": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ChatList.DeleteForAllSubscribers",
+ "photo_url": "https://telegra.ph/file/p/1431c16a6ce/ac7a1925c44d0bdb7cedb17.jpg?c=92,564,416,416,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete for all subscribers"
+ }
+ },
"ChatList.DeleteForCurrentUser": {
"url": "https://translations.telegram.org/en/ios/private_chats/ChatList.DeleteForCurrentUser",
"photo_url": "https://telegra.ph/file/p/af0179f187b/6e4e5aef5f3d0a8530b4a1d.jpg?c=287,1629,551,551,280,280",
@@ -707,6 +981,54 @@
"plural": "+
%d MORE"
}
},
+ "CloudStorage.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/CloudStorage.Title",
+ "photo_url": "https://telegra.ph/file/p/49b4f63ad14/6b4748f2fa514f566c92e1d.jpg?c=207,431,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Cloud Storage"
+ }
+ },
+ "Common.Back": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Common.Back",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=31,38,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Back"
+ }
+ },
+ "Common.Cancel": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Common.Cancel",
+ "photo_url": "https://telegra.ph/file/p/21610d39d13/1f797eeed39f6896942e01d.jpg?c=53,790,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "Common.Close": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Common.Close",
+ "photo_url": "https://telegra.ph/file/p/1ba6da0f280/bc2c65eea4e8a06e3bc6319.jpg?c=33,187,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Close"
+ }
+ },
+ "Common.Done": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Common.Done",
+ "photo_url": "https://telegra.ph/file/p/66fd0d3329d/c620b6f5a28cfac9fed7322.jpg?c=180,818,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Done"
+ }
+ },
+ "Common.NotNow": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Common.NotNow",
+ "photo_url": "https://telegra.ph/file/p/6fd3644f0e3/523b678bf9f198e9c1d9b1d.jpg?c=82,533,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Not Now"
+ }
+ },
"Common.Select": {
"url": "https://translations.telegram.org/en/ios/private_chats/Common.Select",
"photo_url": "https://telegra.ph/file/p/2c175393ecc/5bf6b9ab94e1393759bb917.jpg?c=24,954,280,280,280,280",
@@ -715,6 +1037,142 @@
"singular": "Select"
}
},
+ "Conversation.AddContact": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.AddContact",
+ "photo_url": "https://telegra.ph/file/p/da4d4e538cc/c1068949ee8d8524dbba01d.jpg?c=84,108,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Contact"
+ }
+ },
+ "Conversation.AddNameToContacts": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.AddNameToContacts",
+ "photo_url": "https://telegra.ph/file/p/bc10d354b0d/932e989ba09b044e2802517.jpg?c=134,79,331,331,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add
%@ to Contacts"
+ }
+ },
+ "Conversation.AddToContacts": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.AddToContacts",
+ "photo_url": "https://telegra.ph/file/p/17a07730765/f40a66287f3a5eb94f4781d.jpg?c=260,82,289,289,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add to Contacts"
+ }
+ },
+ "Conversation.AddToReadingList": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.AddToReadingList",
+ "photo_url": "https://telegra.ph/file/p/87a6ce7a661/e346de4382b7c298c59d31d.jpg?c=110,604,420,420,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add to Reading List"
+ }
+ },
+ "Conversation.BlockUser": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.BlockUser",
+ "photo_url": "https://telegra.ph/file/p/87f2e1f9d6b/22cdd69928e18e12e5c0922.jpg?c=49,773,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Block User"
+ }
+ },
+ "Conversation.Bytes": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Bytes",
+ "photo_url": "https://telegra.ph/file/p/ef490501087/e87df18423cfa680620bd1d.jpg?c=364,953,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d B"
+ }
+ },
+ "Conversation.Call": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Call",
+ "photo_url": "https://telegra.ph/file/p/279ea1ba9bf/ef39126d0945089ca637c1d.jpg?c=297,155,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Call"
+ }
+ },
+ "Conversation.ClearAll": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClearAll",
+ "photo_url": "https://telegra.ph/file/p/0ba04bbcc5f/063fbd7dd81f157f8e8241d.jpg?c=17,44,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Clear Chat"
+ }
+ },
+ "Conversation.ClearPrivateHistory": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClearPrivateHistory",
+ "photo_url": "https://telegra.ph/file/p/fa1e169b865/4b5b0bb00d80120b628021d.jpg?c=100,378,550,550,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This will delete all messages and media in this chat from your Telegram cloud. Your chat partner will still have them."
+ }
+ },
+ "Conversation.ClearSecretHistory": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClearSecretHistory",
+ "photo_url": "https://telegra.ph/file/p/a33b5b18c15/6ca1e8990e1c4cc5b6c0a1d.jpg?c=121,400,507,507,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "This will delete all messages and media in this chat for both you and your chat partner."
+ }
+ },
+ "Conversation.ClearSelfHistory": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClearSelfHistory",
+ "photo_url": "https://telegra.ph/file/p/77db7d1eaa4/fecfa4d61fbeebe20a2481d.jpg?c=101,379,548,548,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This will delete all messages and media in this chat from your Telegram cloud."
+ }
+ },
+ "Conversation.CloudStorage.ChatStatus": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.CloudStorage.ChatStatus",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=179,61,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "chat with yourself"
+ }
+ },
+ "Conversation.CloudStorageInfo.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.CloudStorageInfo.Title",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=162,414,313,313,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your Cloud Storage"
+ }
+ },
+ "Conversation.ClousStorageInfo.Description1": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClousStorageInfo.Description1",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=42,312,574,574,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "• Forward messages here to save them"
+ }
+ },
+ "Conversation.ClousStorageInfo.Description2": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClousStorageInfo.Description2",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=52,356,536,536,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "• Send media and files to store them"
+ }
+ },
+ "Conversation.ClousStorageInfo.Description3": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClousStorageInfo.Description3",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=57,398,509,509,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "• Access this chat from any device"
+ }
+ },
+ "Conversation.ClousStorageInfo.Description4": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ClousStorageInfo.Description4",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=57,428,505,505,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "• Use search to quickly find things"
+ }
+ },
"Conversation.ContactAddContact": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ContactAddContact",
"photo_url": "https://telegra.ph/file/p/8034a6a80e5/5c57aeba4ba9b22053c8c17.jpg?c=271,879,280,280,280,280",
@@ -731,6 +1189,22 @@
"singular": "MESSAGE"
}
},
+ "Conversation.ContextMenuReply": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ContextMenuReply",
+ "photo_url": "https://telegra.ph/file/p/3cdfc8d79b6/40426650eacedbd9792fe1d.jpg?c=20,490,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply"
+ }
+ },
+ "Conversation.ContextMenuStickerPackAdd": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ContextMenuStickerPackAdd",
+ "photo_url": "https://telegra.ph/file/p/3cdfc8d79b6/40426650eacedbd9792fe1d.jpg?c=137,488,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Stickers"
+ }
+ },
"Conversation.DeleteMessagesFor": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.DeleteMessagesFor",
"photo_url": "https://telegra.ph/file/p/b7ad696d46c/2f7197b6ed2583aa0c03d1d.jpg?c=62,546,516,516,280,280",
@@ -747,6 +1221,14 @@
"singular": "Delete for me"
}
},
+ "Conversation.Dice.u1F3B0": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Dice.u1F3B0",
+ "photo_url": "https://telegra.ph/file/p/334fb1e1685/0a1879db1b6ad8fb588dc17.jpg?c=71,603,399,399,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send a slot machine emoji to try your luck."
+ }
+ },
"Conversation.EncryptedDescription1": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.EncryptedDescription1",
"photo_url": "https://telegra.ph/file/p/505ec251f70/39dfc9d6acfd49b29cb5317.jpg?c=128,481,342,342,280,280",
@@ -787,6 +1269,14 @@
"singular": "Secret chats:"
}
},
+ "Conversation.EncryptedPlaceholderTitleIncoming": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.EncryptedPlaceholderTitleIncoming",
+ "photo_url": "https://telegra.ph/file/p/5f976e72328/c435e1e49c9ac7293ed4c1d.jpg?c=119,272,400,400,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ invited you to join a secret chat."
+ }
+ },
"Conversation.EncryptedPlaceholderTitleOutgoing": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.EncryptedPlaceholderTitleOutgoing",
"photo_url": "https://telegra.ph/file/p/505ec251f70/39dfc9d6acfd49b29cb5317.jpg?c=113,389,372,372,280,280",
@@ -795,6 +1285,14 @@
"singular": "You invited
%@ to join a Secret Chat."
}
},
+ "Conversation.EncryptionWaiting": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.EncryptionWaiting",
+ "photo_url": "https://telegra.ph/file/p/62c1b7fd6fd/7c28dd9b32eca3ff7e2181d.jpg?c=192,1614,737,737,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Waiting for
%@ to get online..."
+ }
+ },
"Conversation.ForwardOptions.TextSaved": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ForwardOptions.TextSaved",
"photo_url": "https://telegra.ph/file/p/b030ddc8654/075cf63542ff8563f92ff17.jpg?c=96,418,406,406,280,280",
@@ -803,6 +1301,38 @@
"singular": "What would you like to do with
%1$@ from your Saved Messages?"
}
},
+ "Conversation.GreetingText": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.GreetingText",
+ "photo_url": "https://telegra.ph/file/p/5e906ca2b0b/0c7337df78860b195d80c17.jpg?c=113,156,372,372,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send a message or tap on the greeting below."
+ }
+ },
+ "Conversation.Info": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Info",
+ "photo_url": "https://telegra.ph/file/p/279ea1ba9bf/ef39126d0945089ca637c1d.jpg?c=423,155,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Info"
+ }
+ },
+ "Conversation.InputTextPlaceholder": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.InputTextPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=78,845,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Message"
+ }
+ },
+ "Conversation.InstantPagePreview": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.InstantPagePreview",
+ "photo_url": "https://telegra.ph/file/p/8b37258a97c/305813f11139832ef24681d.jpg?c=134,421,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "INSTANT VIEW"
+ }
+ },
"Conversation.InteractiveEmojiSyncTip": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.InteractiveEmojiSyncTip",
"photo_url": "https://telegra.ph/file/p/2a7d8445393/5acc2245cd87f033eb44317.jpg?c=42,663,543,543,280,280",
@@ -811,6 +1341,30 @@
"singular": "If
%@ had this chat open right now, they would also see the animation."
}
},
+ "Conversation.LinkDialogCopy": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.LinkDialogCopy",
+ "photo_url": "https://telegra.ph/file/p/87a6ce7a661/e346de4382b7c298c59d31d.jpg?c=180,628,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Copy"
+ }
+ },
+ "Conversation.LinkDialogOpen": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.LinkDialogOpen",
+ "photo_url": "https://telegra.ph/file/p/87a6ce7a661/e346de4382b7c298c59d31d.jpg?c=180,535,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Open"
+ }
+ },
+ "Conversation.Mute": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Mute",
+ "photo_url": "https://telegra.ph/file/p/279ea1ba9bf/ef39126d0945089ca637c1d.jpg?c=170,155,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Mute"
+ }
+ },
"Conversation.MyNotes": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.MyNotes",
"photo_url": "https://telegra.ph/file/p/80e67c482a7/14c00f9253b7041c53fb317.jpg?c=160,57,280,280,280,280",
@@ -827,6 +1381,118 @@
"singular": "VIEW CHAT LIST"
}
},
+ "Conversation.PeerNearbyText": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PeerNearbyText",
+ "photo_url": "https://telegra.ph/file/p/81f42cb6bd7/0ac1f95710a995e0c561c17.jpg?c=98,394,399,399,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send a message or tap on the greeting below to show that you are ready to chat."
+ }
+ },
+ "Conversation.PeerNearbyTitle": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PeerNearbyTitle",
+ "photo_url": "https://telegra.ph/file/p/81f42cb6bd7/0ac1f95710a995e0c561c17.jpg?c=154,391,292,292,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ is
%2$@ away"
+ }
+ },
+ "Conversation.PinMessageAlertPin": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PinMessageAlertPin",
+ "photo_url": "https://telegra.ph/file/p/c844e872f37/851832de2961ab898d39f17.jpg?c=159,446,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pin"
+ }
+ },
+ "Conversation.PinMessagesFor": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PinMessagesFor",
+ "photo_url": "https://telegra.ph/file/p/15cbe18cc06/70858546a43e3608ad02d17.jpg?c=63,710,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pin for me and
%@"
+ }
+ },
+ "Conversation.PinMessagesForMe": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PinMessagesForMe",
+ "photo_url": "https://telegra.ph/file/p/15cbe18cc06/70858546a43e3608ad02d17.jpg?c=55,766,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pin for me"
+ }
+ },
+ "Conversation.PinOlderMessageAlertText": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PinOlderMessageAlertText",
+ "photo_url": "https://telegra.ph/file/p/c844e872f37/851832de2961ab898d39f17.jpg?c=84,296,431,431,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do you want to pin an older message while leaving a more recent one pinned?"
+ }
+ },
+ "Conversation.PinOlderMessageAlertTitle": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.PinOlderMessageAlertTitle",
+ "photo_url": "https://telegra.ph/file/p/c844e872f37/851832de2961ab898d39f17.jpg?c=159,319,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pin Message"
+ }
+ },
+ "Conversation.Report": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Report",
+ "photo_url": "https://telegra.ph/file/p/da4d4e538cc/c1068949ee8d8524dbba01d.jpg?c=279,108,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
+ "Conversation.ReportSpam": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ReportSpam",
+ "photo_url": "https://telegra.ph/file/p/d68accb8b5b/01d34b234f5226cd530be1d.jpg?c=179,719,281,281,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
+ "Conversation.ReportSpamConfirmation": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.ReportSpamConfirmation",
+ "photo_url": "https://telegra.ph/file/p/d68accb8b5b/01d34b234f5226cd530be1d.jpg?c=10,381,618,618,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to report spam from this user?"
+ }
+ },
+ "Conversation.SavedMessages": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SavedMessages",
+ "photo_url": "https://telegra.ph/file/p/26ff72f8373/da3bfbf7e16b6374e866c1d.jpg?c=211,42,328,328,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Saved Messages"
+ }
+ },
+ "Conversation.Search": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Search",
+ "photo_url": "https://telegra.ph/file/p/279ea1ba9bf/ef39126d0945089ca637c1d.jpg?c=37,155,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Search"
+ }
+ },
+ "Conversation.SearchNoResults": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SearchNoResults",
+ "photo_url": "https://telegra.ph/file/p/b9dd958a7a5/9217bce50c02419f650761d.jpg?c=153,840,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No Results"
+ }
+ },
+ "Conversation.SecretLinkPreviewAlert": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SecretLinkPreviewAlert",
+ "photo_url": "https://telegra.ph/file/p/5a41bdbaa13/a15ff27aab552c515a3be1d.jpg?c=105,366,540,540,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Would you like to enable extended link previews in Secret Chats? Note that link previews are generated on Telegram servers."
+ }
+ },
"Conversation.SendMessage.SendWhenOnline": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SendMessage.SendWhenOnline",
"photo_url": "https://telegra.ph/file/p/680a526e533/0666ca00c6dfaf92ddd6517.jpg?c=145,769,280,280,280,280",
@@ -835,6 +1501,14 @@
"singular": "Send When Online"
}
},
+ "Conversation.SendMessage.SetReminder": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SendMessage.SetReminder",
+ "photo_url": "https://telegra.ph/file/p/04caf769a80/d179965db6e1d7e707c9319.jpg?c=366,2066,406,406,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Set a Reminder"
+ }
+ },
"Conversation.SendMessageErrorFlood": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SendMessageErrorFlood",
"photo_url": "https://telegra.ph/file/p/c47ddcc439a/f36dd51a5ed04128e434d1d.jpg?c=40,262,560,560,280,280",
@@ -851,6 +1525,38 @@
"singular": "Hold this button to schedule your message
or send it without sound."
}
},
+ "Conversation.SetReminder.RemindOn": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SetReminder.RemindOn",
+ "photo_url": "https://telegra.ph/file/p/23a9dc817b6/db1e3b217d1505088c29c19.jpg?c=180,1651,840,840,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remind on
%@ at
%@"
+ }
+ },
+ "Conversation.SetReminder.RemindToday": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SetReminder.RemindToday",
+ "photo_url": "https://telegra.ph/file/p/3841259f0a7/4b10d09bb8efe7f85ad9a19.jpg?c=296,1869,604,604,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remind today at
%@"
+ }
+ },
+ "Conversation.SetReminder.RemindTomorrow": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SetReminder.RemindTomorrow",
+ "photo_url": "https://telegra.ph/file/p/6f2861d8aac/4349d085cab94c843ab2d19.jpg?c=245,1765,710,710,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remind tomorrow at
%@"
+ }
+ },
+ "Conversation.SetReminder.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SetReminder.Title",
+ "photo_url": "https://telegra.ph/file/p/3841259f0a7/4b10d09bb8efe7f85ad9a19.jpg?c=390,1324,407,407,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Set a Reminder"
+ }
+ },
"Conversation.SlideToCancel": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.SlideToCancel",
"photo_url": "https://telegra.ph/file/p/971d58c3910/d87c5140eae39361d1b491d.jpg?c=375,1951,372,372,280,280",
@@ -859,6 +1565,22 @@
"singular": "Slide to cancel"
}
},
+ "Conversation.StatusTyping": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.StatusTyping",
+ "photo_url": "https://telegra.ph/file/p/ad212fda740/67d6eac4d96dca3a657e91d.jpg?c=193,61,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "typing"
+ }
+ },
+ "Conversation.StopLiveLocation": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.StopLiveLocation",
+ "photo_url": "https://telegra.ph/file/p/17d8af426c2/c4cd3cff04bd212ce89c51d.jpg?c=419,1555,401,401,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Stop Sharing"
+ }
+ },
"Conversation.Theme.ChooseColorTitle": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Theme.ChooseColorTitle",
"photo_url": "https://telegra.ph/file/p/feabc51e456/31b4ca256719e27ba371917.jpg?c=160,348,280,280,280,280",
@@ -939,6 +1661,22 @@
"singular": "Theme will be also applied for
%@"
}
},
+ "Conversation.TitleUnmute": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.TitleUnmute",
+ "photo_url": "https://telegra.ph/file/p/67c8e676f3a/c20f62e7c5cf2abd0c3161d.jpg?c=126,101,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unmute"
+ }
+ },
+ "Conversation.Unblock": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Conversation.Unblock",
+ "photo_url": "https://telegra.ph/file/p/51a5943c125/de44bf373f7a0d10b163f1d.jpg?c=181,844,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unblock"
+ }
+ },
"Conversation.UserSendMessage": {
"url": "https://translations.telegram.org/en/ios/private_chats/Conversation.UserSendMessage",
"photo_url": "https://telegra.ph/file/p/1e849b0e232/8a406e1e65ddb2abc371e17.jpg?c=129,900,280,280,280,280",
@@ -979,6 +1717,38 @@
"singular": "My Notes"
}
},
+ "DialogList.You": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/DialogList.You",
+ "photo_url": "https://telegra.ph/file/p/f7a94ba1b8c/855921e34544e2e6b096722.jpg?c=179,33,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You"
+ }
+ },
+ "ENCRYPTION_REQUEST": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ENCRYPTION_REQUEST",
+ "photo_url": "https://telegra.ph/file/p/62c1b7fd6fd/7c28dd9b32eca3ff7e2181d.jpg?c=38,167,542,542,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "New secret chat request
%1$@"
+ }
+ },
+ "EncryptionKey.Description": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/EncryptionKey.Description",
+ "photo_url": "https://telegra.ph/file/p/74c7b0956f7/33ed87792c6725e7b0dd722.jpg?c=0,396,640,700,256,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This image and text were derived from the encryption key for this secret chat with
%1$@.
If they look the same on
%2$@'s device, end-to-end encryption is guaranteed.
Learn more at telegram.org"
+ }
+ },
+ "EncryptionKey.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/EncryptionKey.Title",
+ "photo_url": "https://telegra.ph/file/p/5382659f07f/2123820a25a333c85682b1d.jpg?c=176,43,292,292,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Encryption Key"
+ }
+ },
"FolderLinkPreview.ChatSectionHeader": {
"url": "https://translations.telegram.org/en/ios/private_chats/FolderLinkPreview.ChatSectionHeader",
"photo_url": "https://telegra.ph/file/p/f3890e8e632/eb05b48ff9880ef9182dd17.jpg?c=33,632,296,296,280,280",
@@ -1004,6 +1774,14 @@
"singular": "You are already subscribed to this channel."
}
},
+ "Forward.ChannelReadOnly": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Forward.ChannelReadOnly",
+ "photo_url": "https://telegra.ph/file/p/8540211f47b/7297938bb2a4b9fc29bfa1d.jpg?c=58,280,523,523,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you can't post to this channel."
+ }
+ },
"Generic.ErrorMoreInfo": {
"url": "https://translations.telegram.org/en/ios/private_chats/Generic.ErrorMoreInfo",
"photo_url": "https://telegra.ph/file/p/c47ddcc439a/f36dd51a5ed04128e434d1d.jpg?c=77,511,280,280,280,280",
@@ -1012,6 +1790,22 @@
"singular": "Learn More"
}
},
+ "LastSeen.ALongTimeAgo": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.ALongTimeAgo",
+ "photo_url": "https://telegra.ph/file/p/c68cd00f881/0ada2a36d4629384e21521d.jpg?c=138,51,364,364,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "last seen a long time ago"
+ }
+ },
+ "LastSeen.AtDate": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.AtDate",
+ "photo_url": "https://telegra.ph/file/p/514e8754134/e8be0f269e03993b98d821d.jpg?c=180,62,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "last seen
%@"
+ }
+ },
"LastSeen.HoursAgo": {
"url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.HoursAgo",
"photo_url": "https://telegra.ph/file/p/f4a50b77aee/c44cd347f96d3a4fa3fc81d.jpg?c=171,60,294,294,280,280",
@@ -1037,6 +1831,127 @@
"singular": "last seen recently"
}
},
+ "LastSeen.MinutesAgo": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.MinutesAgo",
+ "photo_url": "https://telegra.ph/file/p/3f30aa90428/eb6e91f0b711190ac98551d.jpg?c=157,58,327,327,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "last seen 1 minute ago",
+ "plural": "last seen
%@ minutes ago"
+ }
+ },
+ "LastSeen.Offline": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.Offline",
+ "photo_url": "https://telegra.ph/file/p/c68cd00f881/0ada2a36d4629384e21521d.jpg?c=137,44,366,366,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "last seen a long time ago"
+ }
+ },
+ "LastSeen.WithinAMonth": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.WithinAMonth",
+ "photo_url": "https://telegra.ph/file/p/8dcdfdd3083/f0259b3bb0dbffa67dae01d.jpg?c=143,51,355,355,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "last seen within a month"
+ }
+ },
+ "LastSeen.WithinAWeek": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.WithinAWeek",
+ "photo_url": "https://telegra.ph/file/p/de0d7f19d85/104871eaef2ba7dc2ebb51d.jpg?c=150,56,338,338,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "last seen within a week"
+ }
+ },
+ "LastSeen.YesterdayAt": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/LastSeen.YesterdayAt",
+ "photo_url": "https://telegra.ph/file/p/47dc046056b/416cf3b4cf5a48d859c521d.jpg?c=113,47,446,446,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "last seen yesterday at
%@"
+ }
+ },
+ "Location.LiveLocationRequired.Description": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.LiveLocationRequired.Description",
+ "photo_url": "https://telegra.ph/file/p/b8ef3eb2d7f/320a82db0af171684caa617.jpg?c=99,313,399,399,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "For the alert to work, please share your live location in this chat."
+ }
+ },
+ "Location.LiveLocationRequired.ShareLocation": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.LiveLocationRequired.ShareLocation",
+ "photo_url": "https://telegra.ph/file/p/b8ef3eb2d7f/320a82db0af171684caa617.jpg?c=158,436,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Share Location"
+ }
+ },
+ "Location.LiveLocationRequired.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.LiveLocationRequired.Title",
+ "photo_url": "https://telegra.ph/file/p/b8ef3eb2d7f/320a82db0af171684caa617.jpg?c=158,327,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Share Location"
+ }
+ },
+ "Location.ProximityNotification.AlreadyClose": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.ProximityNotification.AlreadyClose",
+ "photo_url": "https://telegra.ph/file/p/b9b9a1ed59f/97ce3922bc91bfb0afba817.jpg?c=85,616,428,428,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You are already closer than
%@"
+ }
+ },
+ "Location.ProximityNotification.DistanceKM": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.ProximityNotification.DistanceKM",
+ "photo_url": "https://telegra.ph/file/p/25ac95f13ab/efdfc6f5091e67cd837db17.jpg?c=128,574,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "km"
+ }
+ },
+ "Location.ProximityNotification.DistanceM": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.ProximityNotification.DistanceM",
+ "photo_url": "https://telegra.ph/file/p/25ac95f13ab/efdfc6f5091e67cd837db17.jpg?c=298,575,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "m"
+ }
+ },
+ "Location.ProximityNotification.Notify": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.ProximityNotification.Notify",
+ "photo_url": "https://telegra.ph/file/p/25ac95f13ab/efdfc6f5091e67cd837db17.jpg?c=110,665,378,378,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Notify me within
%@"
+ }
+ },
+ "Location.ProximityNotification.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.ProximityNotification.Title",
+ "photo_url": "https://telegra.ph/file/p/25ac95f13ab/efdfc6f5091e67cd837db17.jpg?c=160,408,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Proximity Alert"
+ }
+ },
+ "Location.ProximityTip": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Location.ProximityTip",
+ "photo_url": "https://telegra.ph/file/p/76a26170279/adaf6a8d8aa5361f8552217.jpg?c=153,214,355,355,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Alert when
%@ is close"
+ }
+ },
+ "MESSAGE_SCREENSHOT": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MESSAGE_SCREENSHOT",
+ "photo_url": "https://telegra.ph/file/p/0ec026a59c6/53795919acdb781a3e3211d.jpg?c=119,653,419,419,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ took a screenshot!"
+ }
+ },
"Media.SendingOptionsTooltip": {
"url": "https://translations.telegram.org/en/ios/private_chats/Media.SendingOptionsTooltip",
"photo_url": "https://telegra.ph/file/p/d4b7f4a95a5/ae199f7751a468f006eac17.jpg?c=63,668,537,537,280,280",
@@ -1045,6 +1960,30 @@
"singular": "Hold this button to send your message with a self-destruct timer."
}
},
+ "MediaPicker.TimerTooltip": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MediaPicker.TimerTooltip",
+ "photo_url": "https://telegra.ph/file/p/74bdaf357f6/d89b85d798708d1c79b311d.jpg?c=152,683,582,582,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can now set a self-destruct timer"
+ }
+ },
+ "Message.File": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Message.File",
+ "photo_url": "https://telegra.ph/file/p/bcf8bf2f556/63df12365459feff140bd1d.jpg?c=219,355,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "File"
+ }
+ },
+ "Message.ForwardedMessage": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Message.ForwardedMessage",
+ "photo_url": "https://telegra.ph/file/p/daa2d4389b7/c05ecd6f571e808a62b971d.jpg?c=316,722,299,299,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Forwarded Message
From:
%@"
+ }
+ },
"Message.ImageExpired": {
"url": "https://translations.telegram.org/en/ios/private_chats/Message.ImageExpired",
"photo_url": "https://telegra.ph/file/p/9701f41bcee/d0bd794974a9e70dfd2f51d.jpg?c=173,764,295,295,280,280",
@@ -1095,6 +2034,95 @@
"plural": "
%@ days"
}
},
+ "MessageTimer.Hours": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.Hours",
+ "photo_url": "https://telegra.ph/file/p/0114457c97f/193c9bef3be1599a84ee71d.jpg?c=325,783,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ hour",
+ "plural": "
%@ hours"
+ }
+ },
+ "MessageTimer.Minutes": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.Minutes",
+ "photo_url": "https://telegra.ph/file/p/1e235725a7d/d631dbea8dfe067c755f51d.jpg?c=332,786,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ minute",
+ "plural": "
%@ minutes"
+ }
+ },
+ "MessageTimer.Seconds": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.Seconds",
+ "photo_url": "https://telegra.ph/file/p/66fd0d3329d/c620b6f5a28cfac9fed7322.jpg?c=202,602,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ second",
+ "plural": "
%@ seconds"
+ }
+ },
+ "MessageTimer.ShortDays": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.ShortDays",
+ "photo_url": "https://telegra.ph/file/p/2dbbb666e04/0f47940cc613495cb1a381d.jpg?c=292,844,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@d",
+ "plural": "
%@d"
+ }
+ },
+ "MessageTimer.ShortHours": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.ShortHours",
+ "photo_url": "https://telegra.ph/file/p/0114457c97f/193c9bef3be1599a84ee71d.jpg?c=309,856,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@h",
+ "plural": "
%@h"
+ }
+ },
+ "MessageTimer.ShortMinutes": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.ShortMinutes",
+ "photo_url": "https://telegra.ph/file/p/65e3ce0fda6/07688234a394a5dbd2da91d.jpg?c=160,532,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@m",
+ "plural": "
%@m"
+ }
+ },
+ "MessageTimer.ShortSeconds": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.ShortSeconds",
+ "photo_url": "https://telegra.ph/file/p/af91ed7f48f/896b750e1dd279351984e22.jpg?c=296,841,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@s",
+ "plural": "
%@s"
+ }
+ },
+ "MessageTimer.ShortWeeks": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.ShortWeeks",
+ "photo_url": "https://telegra.ph/file/p/4ef8778a9e4/468a99c7ba1af52370bf31d.jpg?c=298,841,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@w",
+ "plural": "
%@w"
+ }
+ },
+ "MessageTimer.Weeks": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/MessageTimer.Weeks",
+ "photo_url": "https://telegra.ph/file/p/a0a781eae96/5cdd62718ca400cfd1e851d.jpg?c=338,779,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ week",
+ "plural": "
%@ weeks"
+ }
+ },
+ "Notification.CallFormat": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.CallFormat",
+ "photo_url": "https://telegra.ph/file/p/fe77a111a7f/0d47faa4a9f6e13040f861d.jpg?c=81,1818,385,385,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@,
%2$@"
+ }
+ },
"Notification.CallIncoming": {
"url": "https://translations.telegram.org/en/ios/private_chats/Notification.CallIncoming",
"photo_url": "https://telegra.ph/file/p/fe77a111a7f/0d47faa4a9f6e13040f861d.jpg?c=52,1721,433,433,280,280",
@@ -1103,6 +2131,14 @@
"singular": "Incoming Call"
}
},
+ "Notification.CallOutgoing": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.CallOutgoing",
+ "photo_url": "https://telegra.ph/file/p/8b37258a97c/305813f11139832ef24681d.jpg?c=214,737,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Outgoing Call"
+ }
+ },
"Notification.ChangedToSameWallpaper": {
"url": "https://translations.telegram.org/en/ios/private_chats/Notification.ChangedToSameWallpaper",
"photo_url": "https://telegra.ph/file/p/42f77aeca12/2841ee6e2cbb32b4b27c817.jpg?c=51,428,502,502,280,280",
@@ -1119,6 +2155,14 @@
"singular": "
%1$@ set a new wallpaper for this chat"
}
},
+ "Notification.MessageLifetime1d": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetime1d",
+ "photo_url": "https://telegra.ph/file/p/2514feb7ef7/6b7960d1bddb80ac970c61d.jpg?c=311,778,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 day"
+ }
+ },
"Notification.MessageLifetime1h": {
"url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetime1h",
"photo_url": "https://telegra.ph/file/p/f9ffafbc8ce/25ac00b375bfb9121be6522.jpg?c=174,601,280,280,280,280",
@@ -1127,6 +2171,70 @@
"singular": "1 hour"
}
},
+ "Notification.MessageLifetime1m": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetime1m",
+ "photo_url": "https://telegra.ph/file/p/3e5fb1701ef/41f40d291f82ac3c0895f1d.jpg?c=326,774,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 minute"
+ }
+ },
+ "Notification.MessageLifetime1w": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetime1w",
+ "photo_url": "https://telegra.ph/file/p/ae2f9100b44/1512c6847579d2005a6ca1d.jpg?c=317,775,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1 week"
+ }
+ },
+ "Notification.MessageLifetime2s": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetime2s",
+ "photo_url": "https://telegra.ph/file/p/4733a181ce9/b474c14ff202b1e49d12d1d.jpg?c=194,601,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "2 seconds"
+ }
+ },
+ "Notification.MessageLifetime5s": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetime5s",
+ "photo_url": "https://telegra.ph/file/p/e35ce5e17e2/16c8ecb39cdecedc3067d1d.jpg?c=193,602,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "5 seconds"
+ }
+ },
+ "Notification.MessageLifetimeChanged": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetimeChanged",
+ "photo_url": "https://telegra.ph/file/p/a262d64eed6/d6cc6f27176c9d06339c71d.jpg?c=0,440,640,658,272,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ set the self-destruct timer to
%2$@"
+ }
+ },
+ "Notification.MessageLifetimeChangedOutgoing": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetimeChangedOutgoing",
+ "photo_url": "https://telegra.ph/file/p/25ce49e5e84/b9a6835c7c5e457d2c93222.jpg?c=40,528,560,560,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You set the self-destruct timer to
%1$@"
+ }
+ },
+ "Notification.MessageLifetimeRemoved": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetimeRemoved",
+ "photo_url": "https://telegra.ph/file/p/eb81e19dd5d/68040438029c0a6863fd21d.jpg?c=22,502,593,593,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$@ disabled the self-destruct timer"
+ }
+ },
+ "Notification.MessageLifetimeRemovedOutgoing": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.MessageLifetimeRemovedOutgoing",
+ "photo_url": "https://telegra.ph/file/p/592f010ccf9/2ebcebc2521430c6f014f1d.jpg?c=43,548,541,541,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You disabled the self-destruct timer"
+ }
+ },
"Notification.PremiumGift.UseGift": {
"url": "https://translations.telegram.org/en/ios/private_chats/Notification.PremiumGift.UseGift",
"photo_url": "https://telegra.ph/file/p/7dcbb13c4ea/4f1e6c313d8f86f999f8617.jpg?c=160,882,280,280,280,280",
@@ -1143,6 +2251,38 @@
"singular": "View"
}
},
+ "Notification.ProximityReachedYou": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.ProximityReachedYou",
+ "photo_url": "https://telegra.ph/file/p/322cad48a5e/d8032176f9fe8fe3f2e0817.jpg?c=74,470,450,450,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ is now within
%2$@ from you"
+ }
+ },
+ "Notification.ProximityYouReached": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.ProximityYouReached",
+ "photo_url": "https://telegra.ph/file/p/322cad48a5e/d8032176f9fe8fe3f2e0817.jpg?c=104,127,391,391,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You are now within
%1$@ from
%2$@"
+ }
+ },
+ "Notification.SecretChatMessageScreenshot": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.SecretChatMessageScreenshot",
+ "photo_url": "https://telegra.ph/file/p/5897565251d/6973043052fefd2a7142f1d.jpg?c=136,701,363,363,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ took a screenshot!"
+ }
+ },
+ "Notification.SecretChatMessageScreenshotSelf": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Notification.SecretChatMessageScreenshotSelf",
+ "photo_url": "https://telegra.ph/file/p/8649035f945/a7da87d628cbbe46079c51d.jpg?c=107,673,407,407,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You took a screenshot!"
+ }
+ },
"Notification.StarsGift.Sent": {
"url": "https://translations.telegram.org/en/ios/private_chats/Notification.StarsGift.Sent",
"photo_url": "https://telegra.ph/file/p/98292c9be4f/56ddaefc1a5d263490ea017.jpg?c=92,495,415,415,280,280",
@@ -1256,6 +2396,22 @@
"singular": "Setting new wallpaper"
}
},
+ "OpenFile.PotentiallyDangerousContentAlert": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/OpenFile.PotentiallyDangerousContentAlert",
+ "photo_url": "https://telegra.ph/file/p/30b0fbbcf5f/02bde61ff0323ad1bc4fe17.jpg?c=103,322,393,393,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Previewing this file can potentially expose your IP address to its sender. Continue?"
+ }
+ },
+ "OpenFile.Proceed": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/OpenFile.Proceed",
+ "photo_url": "https://telegra.ph/file/p/30b0fbbcf5f/02bde61ff0323ad1bc4fe17.jpg?c=232,478,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Proceed"
+ }
+ },
"PUSH_MESSAGE_WALLPAPER": {
"url": "https://translations.telegram.org/en/ios/private_chats/PUSH_MESSAGE_WALLPAPER",
"photo_url": "https://telegra.ph/file/p/3ff02d9a26d/98e02f079bb2702711d2217.jpg?c=53,63,533,533,280,280",
@@ -1264,6 +2420,62 @@
"singular": "
%1$@ set a new wallpaper for the chat with you"
}
},
+ "Peer.DeletedUser": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Peer.DeletedUser",
+ "photo_url": "https://telegra.ph/file/p/2e717c68d90/c53a4fa86210ceb7f2b751d.jpg?c=165,153,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Deleted User"
+ }
+ },
+ "PeerInfo.AddToContacts": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.AddToContacts",
+ "photo_url": "https://telegra.ph/file/p/1f061fb5a10/4ecd25b7e21ddb057701f17.jpg?c=12,476,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add to Contacts"
+ }
+ },
+ "PeerInfo.BioExpand": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.BioExpand",
+ "photo_url": "https://telegra.ph/file/p/a7ed269cdcb/eb90cbedf0c8eba37dbce17.jpg?c=308,720,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "more"
+ }
+ },
+ "PeerInfo.ButtonCall": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.ButtonCall",
+ "photo_url": "https://telegra.ph/file/p/132b922d8df/dc80275d3391704dd0f1717.jpg?c=119,287,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Call"
+ }
+ },
+ "PeerInfo.ButtonMessage": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.ButtonMessage",
+ "photo_url": "https://telegra.ph/file/p/132b922d8df/dc80275d3391704dd0f1717.jpg?c=30,288,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Message"
+ }
+ },
+ "PeerInfo.ButtonMore": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.ButtonMore",
+ "photo_url": "https://telegra.ph/file/p/132b922d8df/dc80275d3391704dd0f1717.jpg?c=280,288,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "More"
+ }
+ },
+ "PeerInfo.ButtonMute": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.ButtonMute",
+ "photo_url": "https://telegra.ph/file/p/132b922d8df/dc80275d3391704dd0f1717.jpg?c=199,287,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Mute"
+ }
+ },
"PeerInfo.ClearConfirmationUser": {
"url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.ClearConfirmationUser",
"photo_url": "https://telegra.ph/file/p/b7bd652d9ea/a6d6e5e75c001d474f50817.jpg?c=213,489,309,309,280,280",
@@ -1280,6 +2492,14 @@
"singular": "when?"
}
},
+ "PeerInfo.PaneGroups": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/PeerInfo.PaneGroups",
+ "photo_url": "https://telegra.ph/file/p/132b922d8df/dc80275d3391704dd0f1717.jpg?c=282,640,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Groups"
+ }
+ },
"Premium.Gift.TitleShort": {
"url": "https://translations.telegram.org/en/ios/private_chats/Premium.Gift.TitleShort",
"photo_url": "https://telegra.ph/file/p/ca2f290e85d/5462dd992e886590d243817.jpg?c=157,86,284,284,280,280",
@@ -1368,6 +2588,86 @@
"singular": "Upgrade to Premium"
}
},
+ "Profile.AddToExisting": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.AddToExisting",
+ "photo_url": "https://telegra.ph/file/p/7fa7bad6d8a/7a7e444b192c32ce222171d.jpg?c=68,534,504,504,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add to Existing Contact"
+ }
+ },
+ "Profile.CreateNewContact": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.CreateNewContact",
+ "photo_url": "https://telegra.ph/file/p/7fa7bad6d8a/7a7e444b192c32ce222171d.jpg?c=103,512,434,434,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create New Contact"
+ }
+ },
+ "Profile.EncryptionKey": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.EncryptionKey",
+ "photo_url": "https://telegra.ph/file/p/87f2e1f9d6b/22cdd69928e18e12e5c0922.jpg?c=58,602,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Encryption Key"
+ }
+ },
+ "Profile.MessageLifetime1d": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetime1d",
+ "photo_url": "https://telegra.ph/file/p/25ce49e5e84/b9a6835c7c5e457d2c93222.jpg?c=295,841,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1d"
+ }
+ },
+ "Profile.MessageLifetime1h": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetime1h",
+ "photo_url": "https://telegra.ph/file/p/4ad5eb805fe/82d5b2ece52938a430a8c1d.jpg?c=295,841,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1h"
+ }
+ },
+ "Profile.MessageLifetime1m": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetime1m",
+ "photo_url": "https://telegra.ph/file/p/3e5fb1701ef/41f40d291f82ac3c0895f1d.jpg?c=298,841,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1m"
+ }
+ },
+ "Profile.MessageLifetime1w": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetime1w",
+ "photo_url": "https://telegra.ph/file/p/ae2f9100b44/1512c6847579d2005a6ca1d.jpg?c=298,841,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "1w"
+ }
+ },
+ "Profile.MessageLifetime2s": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetime2s",
+ "photo_url": "https://telegra.ph/file/p/bd80fbee8ee/247dab1a2a98d33d878a922.jpg?c=297,841,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "2s"
+ }
+ },
+ "Profile.MessageLifetime5s": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetime5s",
+ "photo_url": "https://telegra.ph/file/p/ca17b683e5c/2ec32212bd44fcc46367022.jpg?c=297,842,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "5s"
+ }
+ },
+ "Profile.MessageLifetimeForever": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Profile.MessageLifetimeForever",
+ "photo_url": "https://telegra.ph/file/p/66b7122c6ee/5186498c19b581e2c532d1d.jpg?c=179,602,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Off"
+ }
+ },
"QuickReply.Title": {
"url": "https://translations.telegram.org/en/ios/private_chats/QuickReply.Title",
"photo_url": "https://telegra.ph/file/p/d8c60231ba7/5e42b415676c906f8e83417.jpg?c=160,349,280,280,280,280",
@@ -1376,6 +2676,14 @@
"singular": "Quick Replies"
}
},
+ "ReportSpam.DeleteThisChat": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ReportSpam.DeleteThisChat",
+ "photo_url": "https://telegra.ph/file/p/5b5973cbe51/b2592c97c4af7377dddf51d.jpg?c=132,1516,510,510,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete this Chat"
+ }
+ },
"SavedMessages.OpenChannel": {
"url": "https://translations.telegram.org/en/ios/private_chats/SavedMessages.OpenChannel",
"photo_url": "https://telegra.ph/file/p/ad9205c0535/f8f1212d7f4a5fb81bcc917.jpg?c=159,970,280,280,280,280",
@@ -1408,6 +2716,70 @@
"singular": "Saved messages deleted."
}
},
+ "ScheduledMessages.ScheduledOnline": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ScheduledMessages.ScheduledOnline",
+ "photo_url": "https://telegra.ph/file/p/1ba6da0f280/bc2c65eea4e8a06e3bc6319.jpg?c=408,1886,382,382,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Scheduled until online"
+ }
+ },
+ "ScheduledMessages.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ScheduledMessages.Title",
+ "photo_url": "https://telegra.ph/file/p/1ba6da0f280/bc2c65eea4e8a06e3bc6319.jpg?c=311,159,574,574,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Scheduled Messages"
+ }
+ },
+ "SecretChat.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretChat.Title",
+ "photo_url": "https://telegra.ph/file/p/51a946b4b9c/b8d9fd2ef260d107d3d6b1d.jpg?c=181,44,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Secret Chat"
+ }
+ },
+ "SecretGIF.NotViewedYet": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretGIF.NotViewedYet",
+ "photo_url": "https://telegra.ph/file/p/356229a1b8e/8c1b12f6f2da04c5a442b1d.jpg?c=75,807,441,441,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ hasn't played this GIF yet"
+ }
+ },
+ "SecretGif.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretGif.Title",
+ "photo_url": "https://telegra.ph/file/p/356229a1b8e/8c1b12f6f2da04c5a442b1d.jpg?c=155,57,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Disappearing GIF"
+ }
+ },
+ "SecretImage.NotViewedYet": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretImage.NotViewedYet",
+ "photo_url": "https://telegra.ph/file/p/85a4acfd773/fd24f7aafaf1f8bafb7b71d.jpg?c=20,536,600,600,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ hasn't opened this photo yet"
+ }
+ },
+ "SecretImage.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretImage.Title",
+ "photo_url": "https://telegra.ph/file/p/85a4acfd773/fd24f7aafaf1f8bafb7b71d.jpg?c=131,36,378,378,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Disappearing Photo"
+ }
+ },
+ "SecretTimer.ImageDescription": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretTimer.ImageDescription",
+ "photo_url": "https://telegra.ph/file/p/d869199c6ef/b4b968fe67de50f45846f1d.jpg?c=0,216,640,646,276,280",
+ "has_binding": true,
+ "values": {
+ "singular": "If you set a timer, the photo will self-destruct after it was viewed."
+ }
+ },
"SecretTimer.VideoDescription": {
"url": "https://translations.telegram.org/en/ios/private_chats/SecretTimer.VideoDescription",
"photo_url": "https://telegra.ph/file/p/3f1bcbb26ad/e58820f6d83ffafc93e381d.jpg?c=0,219,640,641,280,280",
@@ -1416,6 +2788,40 @@
"singular": "If you set a timer, the video will self-destruct after it is viewed."
}
},
+ "SecretVideo.NotViewedYet": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretVideo.NotViewedYet",
+ "photo_url": "https://telegra.ph/file/p/25b731f1731/73cbbd5c6242ee4e23b431d.jpg?c=175,854,477,477,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ hasn't played this video yet"
+ }
+ },
+ "SecretVideo.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/SecretVideo.Title",
+ "photo_url": "https://telegra.ph/file/p/f1449016979/393e167581242bc55db851d.jpg?c=133,36,376,376,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Disappearing Video"
+ }
+ },
+ "ServiceMessage.GameScoreExtended": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ServiceMessage.GameScoreExtended",
+ "photo_url": "https://telegra.ph/file/p/4a686a5554f/c0cd9ae7d65065e8572831d.jpg?c=63,573,510,510,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{name} scored
%@ in
{game}",
+ "plural": "
{name} scored
%@ in
{game}"
+ }
+ },
+ "ServiceMessage.GameScoreSelfExtended": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/ServiceMessage.GameScoreSelfExtended",
+ "photo_url": "https://telegra.ph/file/p/fa2e9bd9288/1df7e42586fcf40a5c65e1d.jpg?c=155,795,430,430,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You scored
%@ in
{game}",
+ "plural": "You scored
%@ in
{game}"
+ }
+ },
"Settings.Privacy.LastSeenRevealedToast": {
"url": "https://translations.telegram.org/en/ios/private_chats/Settings.Privacy.LastSeenRevealedToast",
"photo_url": "https://telegra.ph/file/p/0b95a11d64b/ee41dd99a3b0a21cdcaf217.jpg?c=68,838,400,400,280,280",
@@ -1424,6 +2830,14 @@
"singular": "Your last seen time is now visible."
}
},
+ "Share.Title": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Share.Title",
+ "photo_url": "https://telegra.ph/file/p/8fe5fa5df4b/de3105474bf129c70b0281d.jpg?c=13,787,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Share"
+ }
+ },
"Stars.Gift.Received.Text": {
"url": "https://translations.telegram.org/en/ios/private_chats/Stars.Gift.Received.Text",
"photo_url": "https://telegra.ph/file/p/91dde6ae70e/9d082136c21bcb79688b917.jpg?c=42,537,516,516,280,280",
@@ -1496,6 +2910,22 @@
"singular": "Undo"
}
},
+ "UserInfo.BlockActionTitle": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/UserInfo.BlockActionTitle",
+ "photo_url": "https://telegra.ph/file/p/5b5973cbe51/b2592c97c4af7377dddf51d.jpg?c=390,1798,343,343,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Block
%@"
+ }
+ },
+ "UserInfo.BlockConfirmationTitle": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/UserInfo.BlockConfirmationTitle",
+ "photo_url": "https://telegra.ph/file/p/5b5973cbe51/b2592c97c4af7377dddf51d.jpg?c=0,805,1125,1181,268,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do you want to block
%@ from messaging and calling you on Telegram?"
+ }
+ },
"UserInfo.ChangeWallpaper": {
"url": "https://translations.telegram.org/en/ios/private_chats/UserInfo.ChangeWallpaper",
"photo_url": "https://telegra.ph/file/p/93d4f3c7bd2/8af186ff6ab19db0beebb17.jpg?c=221,610,280,280,280,280",
@@ -1536,6 +2966,14 @@
"singular": "Contact sent to **
%@** and **
%@**."
}
},
+ "UserInfo.GroupsInCommon": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/UserInfo.GroupsInCommon",
+ "photo_url": "https://telegra.ph/file/p/87f2e1f9d6b/22cdd69928e18e12e5c0922.jpg?c=53,614,356,356,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Groups In Common"
+ }
+ },
"Wallpaper.ApplyForBoth": {
"url": "https://translations.telegram.org/en/ios/private_chats/Wallpaper.ApplyForBoth",
"photo_url": "https://telegra.ph/file/p/ba83973616e/d51930bfc14f2c75f3d5c17.jpg?c=83,809,434,434,280,280",
@@ -1607,5 +3045,37 @@
"values": {
"singular": "**
%@** will be able to apply this wallpaper"
}
+ },
+ "Watch.Conversation.Unblock": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Watch.Conversation.Unblock",
+ "photo_url": "https://telegra.ph/file/p/4f293a90b80/45f3276efae473bbb33d11d.jpg?c=16,111,280,279,280,278",
+ "has_binding": false,
+ "values": {
+ "singular": "Unblock"
+ }
+ },
+ "Watch.Conversation.UserInfo": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Watch.Conversation.UserInfo",
+ "photo_url": "https://telegra.ph/file/p/4f293a90b80/45f3276efae473bbb33d11d.jpg?c=4,46,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Info"
+ }
+ },
+ "Watch.LastSeen.JustNow": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Watch.LastSeen.JustNow",
+ "photo_url": "https://telegra.ph/file/p/1e22f34b0e6/4aad245c50bcf2426c7521d.jpg?c=277,27,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "just now"
+ }
+ },
+ "Watch.UserInfo.Unmute": {
+ "url": "https://translations.telegram.org/en/ios/private_chats/Watch.UserInfo.Unmute",
+ "photo_url": "https://telegra.ph/file/p/4f293a90b80/45f3276efae473bbb33d11d.jpg?c=32,46,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Unmute"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/ios/settings.json b/data/web_tr/translations.telegram.org/en/ios/settings.json
index 68bfd28fb5..819ae58021 100644
--- a/data/web_tr/translations.telegram.org/en/ios/settings.json
+++ b/data/web_tr/translations.telegram.org/en/ios/settings.json
@@ -1,12 +1,4 @@
{
- "AccessDenied.Settings": {
- "url": "https://translations.telegram.org/en/ios/settings/AccessDenied.Settings",
- "photo_url": "https://telegra.ph/file/p/82f8b6a54a6/7347bd6878bb37bbea3381d.jpg?c=705,1411,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Settings"
- }
- },
"AccessDenied.Wallpapers": {
"url": "https://translations.telegram.org/en/ios/settings/AccessDenied.Wallpapers",
"photo_url": "https://telegra.ph/file/p/82f8b6a54a6/7347bd6878bb37bbea3381d.jpg?c=115,834,1008,1008,280,280",
@@ -135,6 +127,46 @@
"singular": "Scan QR Code"
}
},
+ "AuthSessions.CurrentSession": {
+ "url": "https://translations.telegram.org/en/ios/settings/AuthSessions.CurrentSession",
+ "photo_url": "https://telegra.ph/file/p/d4195081fb0/c39cb6d34833e97ee26f422.jpg?c=18,139,310,310,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "THIS DEVICE"
+ }
+ },
+ "AuthSessions.HeaderInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/AuthSessions.HeaderInfo",
+ "photo_url": "https://telegra.ph/file/p/bc4bb0dcef8/e6eda8aa6eaf7760fcc5517.jpg?c=57,244,485,485,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Link [Telegram Desktop](desktop) or [Telegram Web](web) by scanning a QR code."
+ }
+ },
+ "AuthSessions.LinkDesktopDevice": {
+ "url": "https://translations.telegram.org/en/ios/settings/AuthSessions.LinkDesktopDevice",
+ "photo_url": "https://telegra.ph/file/p/bc4bb0dcef8/e6eda8aa6eaf7760fcc5517.jpg?c=180,378,287,287,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Link Desktop Device"
+ }
+ },
+ "AuthSessions.TerminateIfAwayFor": {
+ "url": "https://translations.telegram.org/en/ios/settings/AuthSessions.TerminateIfAwayFor",
+ "photo_url": "https://telegra.ph/file/p/bc4bb0dcef8/e6eda8aa6eaf7760fcc5517.jpg?c=30,752,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "If Inactive For"
+ }
+ },
+ "AuthSessions.TerminateIfAwayTitle": {
+ "url": "https://translations.telegram.org/en/ios/settings/AuthSessions.TerminateIfAwayTitle",
+ "photo_url": "https://telegra.ph/file/p/bc4bb0dcef8/e6eda8aa6eaf7760fcc5517.jpg?c=19,547,513,513,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Automatically Terminate Old Sessions"
+ }
+ },
"AuthSessions.TerminateOtherSessionsText": {
"url": "https://translations.telegram.org/en/ios/settings/AuthSessions.TerminateOtherSessionsText",
"photo_url": "https://telegra.ph/file/p/e76292ad115/e0b97207a73f7e74f9eb717.jpg?c=0,558,600,601,280,280",
@@ -143,14 +175,6 @@
"singular": "Are you sure you want to terminate all other sessions?"
}
},
- "AuthSessions.TerminateSession": {
- "url": "https://translations.telegram.org/en/ios/settings/AuthSessions.TerminateSession",
- "photo_url": "https://telegra.ph/file/p/c184e84018e/a41c879e7a95c3f76f8d622.jpg?c=124,624,390,390,280,280",
- "has_binding": true,
- "values": {
- "singular": "Terminate session"
- }
- },
"AuthSessions.TerminateSessionText": {
"url": "https://translations.telegram.org/en/ios/settings/AuthSessions.TerminateSessionText",
"photo_url": "https://telegra.ph/file/p/b43154a5079/bce74051ad5a64c2cb23e17.jpg?c=11,570,579,579,280,280",
@@ -335,6 +359,14 @@
"singular": "MAXIMUM VIDEO SIZE"
}
},
+ "BlockedUsers.Info": {
+ "url": "https://translations.telegram.org/en/ios/settings/BlockedUsers.Info",
+ "photo_url": "https://telegra.ph/file/p/665f51a06e7/d488840a531cce9fc5a1722.jpg?c=0,248,640,667,268,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Blocked users can't send you messages or add you to groups. They will not see your profile photos, stories, online and last seen status."
+ }
+ },
"Cache.ByPeerHeader": {
"url": "https://translations.telegram.org/en/ios/settings/Cache.ByPeerHeader",
"photo_url": "https://telegra.ph/file/p/dd9e8bdda12/7a6c85b491682eb8af8a622.jpg?c=13,618,280,280,280,280",
@@ -343,22 +375,6 @@
"singular": "CHATS"
}
},
- "Cache.Clear": {
- "url": "https://translations.telegram.org/en/ios/settings/Cache.Clear",
- "photo_url": "https://telegra.ph/file/p/8526fdffe64/d0b3333a1fb5748bc3af01d.jpg?c=178,748,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Clear (
%@)"
- }
- },
- "Cache.Files": {
- "url": "https://translations.telegram.org/en/ios/settings/Cache.Files",
- "photo_url": "https://telegra.ph/file/p/8526fdffe64/d0b3333a1fb5748bc3af01d.jpg?c=76,670,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Files"
- }
- },
"Cache.KeepMedia": {
"url": "https://translations.telegram.org/en/ios/settings/Cache.KeepMedia",
"photo_url": "https://telegra.ph/file/p/dd9e8bdda12/7a6c85b491682eb8af8a622.jpg?c=17,164,280,280,280,280",
@@ -399,14 +415,6 @@
"singular": "No Limit"
}
},
- "Cache.Photos": {
- "url": "https://translations.telegram.org/en/ios/settings/Cache.Photos",
- "photo_url": "https://telegra.ph/file/p/8526fdffe64/d0b3333a1fb5748bc3af01d.jpg?c=83,526,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Photos"
- }
- },
"Cache.Title": {
"url": "https://translations.telegram.org/en/ios/settings/Cache.Title",
"photo_url": "https://telegra.ph/file/p/a2ffc5e8fa1/b982906c0f3e0e6125e6d22.jpg?c=19,165,280,280,280,280",
@@ -415,14 +423,6 @@
"singular": "Storage Usage"
}
},
- "Cache.Videos": {
- "url": "https://translations.telegram.org/en/ios/settings/Cache.Videos",
- "photo_url": "https://telegra.ph/file/p/8526fdffe64/d0b3333a1fb5748bc3af01d.jpg?c=81,598,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Videos"
- }
- },
"CacheEvictionMenu.CategoryExceptions": {
"url": "https://translations.telegram.org/en/ios/settings/CacheEvictionMenu.CategoryExceptions",
"photo_url": "https://telegra.ph/file/p/371f3047b11/8762ba99da79c73d95afc17.jpg?c=156,959,280,280,280,280",
@@ -512,14 +512,6 @@
"singular": "Enter your new number"
}
},
- "ChangePhoneNumberNumber.Title": {
- "url": "https://translations.telegram.org/en/ios/settings/ChangePhoneNumberNumber.Title",
- "photo_url": "https://telegra.ph/file/p/c2455848373/7970d64616e2a5ab5ec671d.jpg?c=215,3,321,321,280,280",
- "has_binding": false,
- "values": {
- "singular": "Change Number"
- }
- },
"Channel.ChannelColor": {
"url": "https://translations.telegram.org/en/ios/settings/Channel.ChannelColor",
"photo_url": "https://telegra.ph/file/p/ab250caaea6/b94d83209366cda5f31ae17.jpg?c=84,588,280,280,280,280",
@@ -824,14 +816,6 @@
"singular": "Other Apps"
}
},
- "Common.Cancel": {
- "url": "https://translations.telegram.org/en/ios/settings/Common.Cancel",
- "photo_url": "https://telegra.ph/file/p/408dffa0441/3555cd2ffa38ecb9bc13e1d.jpg?c=67,839,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel"
- }
- },
"Common.Delete": {
"url": "https://translations.telegram.org/en/ios/settings/Common.Delete",
"photo_url": "https://telegra.ph/file/p/725157f1a04/13f0caeab1dcb2b6dfcfb1d.jpg?c=180,714,280,280,280,280",
@@ -840,14 +824,6 @@
"singular": "Delete"
}
},
- "Common.Done": {
- "url": "https://translations.telegram.org/en/ios/settings/Common.Done",
- "photo_url": "https://telegra.ph/file/p/492b9faf0a3/ecd446c201acde6797f6b1d.jpg?c=357,45,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Done"
- }
- },
"Common.Next": {
"url": "https://translations.telegram.org/en/ios/settings/Common.Next",
"photo_url": "https://telegra.ph/file/p/00bd1123d89/e23856e2661a26743477522.jpg?c=357,45,280,280,280,280",
@@ -856,22 +832,6 @@
"singular": "Next"
}
},
- "Common.NotNow": {
- "url": "https://translations.telegram.org/en/ios/settings/Common.NotNow",
- "photo_url": "https://telegra.ph/file/p/82f8b6a54a6/7347bd6878bb37bbea3381d.jpg?c=251,1406,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Not Now"
- }
- },
- "Common.OK": {
- "url": "https://translations.telegram.org/en/ios/settings/Common.OK",
- "photo_url": "https://telegra.ph/file/p/8b307427dc7/581a304477d5d6265820f17.jpg?c=224,610,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "OK"
- }
- },
"Contacts.PermissionsText": {
"url": "https://translations.telegram.org/en/ios/settings/Contacts.PermissionsText",
"photo_url": "https://telegra.ph/file/p/a126e3fd0e1/61154a50bbbe8eaef23081d.jpg?c=0,113,640,652,274,280",
@@ -912,6 +872,14 @@
"singular": "Your mobile data usage since
%@"
}
},
+ "DataUsage.InfoTotalUsageSinceTime": {
+ "url": "https://translations.telegram.org/en/ios/settings/DataUsage.InfoTotalUsageSinceTime",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=43,301,512,512,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Your data usage since
%@"
+ }
+ },
"DataUsage.InfoWifiUsageSinceTime": {
"url": "https://translations.telegram.org/en/ios/settings/DataUsage.InfoWifiUsageSinceTime",
"photo_url": "https://telegra.ph/file/p/8071fe5d3ce/d98d05275aa24eb69301717.jpg?c=11,276,578,578,280,280",
@@ -984,6 +952,38 @@
"singular": "WI-FI NETWORK USAGE"
}
},
+ "DataUsage.SectionsInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/DataUsage.SectionsInfo",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=28,827,421,421,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Tap on each section for details."
+ }
+ },
+ "DataUsage.TopSectionAll": {
+ "url": "https://translations.telegram.org/en/ios/settings/DataUsage.TopSectionAll",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=70,444,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "All"
+ }
+ },
+ "DataUsage.TopSectionMobile": {
+ "url": "https://translations.telegram.org/en/ios/settings/DataUsage.TopSectionMobile",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=159,443,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Mobile"
+ }
+ },
+ "DataUsage.TopSectionWifi": {
+ "url": "https://translations.telegram.org/en/ios/settings/DataUsage.TopSectionWifi",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=250,443,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Wi-Fi"
+ }
+ },
"DeleteAccount.AlternativeOptionsTitle": {
"url": "https://translations.telegram.org/en/ios/settings/DeleteAccount.AlternativeOptionsTitle",
"photo_url": "https://telegra.ph/file/p/cacfa803c8f/b0929f97416b1f44b578617.jpg?c=154,85,291,291,280,280",
@@ -1320,62 +1320,6 @@
"singular": "Enter your name and add an optional profile photo."
}
},
- "EditTheme.Create.BottomInfo": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.Create.BottomInfo",
- "photo_url": "https://telegra.ph/file/p/10ccd3d615b/86418fca804992d81462619.jpg?c=0,717,1181,1189,278,280",
- "has_binding": false,
- "values": {
- "singular": "You can also use a manually edited custom theme file."
- }
- },
- "EditTheme.Create.Preview.IncomingReplyName": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.Create.Preview.IncomingReplyName",
- "photo_url": "https://telegra.ph/file/p/10ccd3d615b/86418fca804992d81462619.jpg?c=72,755,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Bob"
- }
- },
- "EditTheme.Create.Preview.IncomingReplyText": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.Create.Preview.IncomingReplyText",
- "photo_url": "https://telegra.ph/file/p/10ccd3d615b/86418fca804992d81462619.jpg?c=81,760,410,410,280,280",
- "has_binding": false,
- "values": {
- "singular": "How does it work?"
- }
- },
- "EditTheme.Create.Preview.IncomingText": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.Create.Preview.IncomingText",
- "photo_url": "https://telegra.ph/file/p/10ccd3d615b/86418fca804992d81462619.jpg?c=48,771,522,522,280,280",
- "has_binding": false,
- "values": {
- "singular": "Use your current colors"
- }
- },
- "EditTheme.Create.Preview.OutgoingText": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.Create.Preview.OutgoingText",
- "photo_url": "https://telegra.ph/file/p/10ccd3d615b/86418fca804992d81462619.jpg?c=518,870,493,493,280,280",
- "has_binding": false,
- "values": {
- "singular": "Or upload a theme file"
- }
- },
- "EditTheme.Create.TopInfo": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.Create.TopInfo",
- "photo_url": "https://telegra.ph/file/p/26199bd029f/d7bec0c8557719c0b3eab19.jpg?c=0,256,1200,1275,262,280",
- "has_binding": false,
- "values": {
- "singular": "The theme will be based on your currently selected colors and wallpaper."
- }
- },
- "EditTheme.CreateTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.CreateTitle",
- "photo_url": "https://telegra.ph/file/p/bdcc14c8cc0/0460b49bd421c3037109c17.jpg?c=160,94,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create Theme"
- }
- },
"EditTheme.Edit.TopInfo": {
"url": "https://translations.telegram.org/en/ios/settings/EditTheme.Edit.TopInfo",
"photo_url": "https://telegra.ph/file/p/7119792fc1e/47ed3c59a734d537b7ebd19.jpg?c=0,338,1200,1309,256,280",
@@ -1384,14 +1328,6 @@
"singular": "Your theme will be updated for all users each time you change it. Anyone can install it using this link.
Theme links must be at least **5** characters long and can use **a–z**, **0–9** and underscores."
}
},
- "EditTheme.UploadNewTheme": {
- "url": "https://translations.telegram.org/en/ios/settings/EditTheme.UploadNewTheme",
- "photo_url": "https://telegra.ph/file/p/bdcc14c8cc0/0460b49bd421c3037109c17.jpg?c=36,607,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create from File..."
- }
- },
"EmojiPacks.UnarchiveEmojiPacksConfirmation": {
"url": "https://translations.telegram.org/en/ios/settings/EmojiPacks.UnarchiveEmojiPacksConfirmation",
"photo_url": "https://telegra.ph/file/p/e6f14dfe56a/f77459bd3ea810219afca17.jpg?c=161,882,280,280,280,280",
@@ -1433,14 +1369,6 @@
"singular": "Artists are welcome to add their own emoji packs with our @stickers bot.
Press and hold a message to view and add the whole pack."
}
},
- "EnterPasscode.ChangeTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/EnterPasscode.ChangeTitle",
- "photo_url": "https://telegra.ph/file/p/d51cd9247fd/9a13443ef45b517d8170b22.jpg?c=17,226,334,334,280,280",
- "has_binding": false,
- "values": {
- "singular": "Change Passcode"
- }
- },
"FileSize.GB": {
"url": "https://translations.telegram.org/en/ios/settings/FileSize.GB",
"photo_url": "https://telegra.ph/file/p/1e3dec90cb2/d5a5a148e39e6c2f117871d.jpg?c=928,1074,280,280,280,280",
@@ -1449,30 +1377,6 @@
"singular": "
%@ GB"
}
},
- "FileSize.KB": {
- "url": "https://translations.telegram.org/en/ios/settings/FileSize.KB",
- "photo_url": "https://telegra.ph/file/p/1e3dec90cb2/d5a5a148e39e6c2f117871d.jpg?c=34,1072,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ KB"
- }
- },
- "FileSize.MB": {
- "url": "https://translations.telegram.org/en/ios/settings/FileSize.MB",
- "photo_url": "https://telegra.ph/file/p/427e5c7f0c5/d2bfb0be7629e1f0458b21d.jpg?c=130,1469,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ MB"
- }
- },
- "GroupInfo.Permissions.Exceptions": {
- "url": "https://translations.telegram.org/en/ios/settings/GroupInfo.Permissions.Exceptions",
- "photo_url": "https://telegra.ph/file/p/85c3a677c29/4cb35a7c7984ab695d1be1d.jpg?c=29,827,326,326,280,280",
- "has_binding": true,
- "values": {
- "singular": "EXCEPTIONS"
- }
- },
"GroupInfo.SharedMediaNone": {
"url": "https://translations.telegram.org/en/ios/settings/GroupInfo.SharedMediaNone",
"photo_url": "https://telegra.ph/file/p/e4626105bf4/6e9c2a07216c7e943366e1d.jpg?c=323,821,280,280,280,280",
@@ -1481,6 +1385,38 @@
"singular": "None"
}
},
+ "GroupPermission.NoSendFile": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendFile",
+ "photo_url": "https://telegra.ph/file/p/3aaf4521d6c/4bccce7417b367c41283617.jpg?c=72,936,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no files"
+ }
+ },
+ "GroupPermission.NoSendGifs": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendGifs",
+ "photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=212,929,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no GIFs"
+ }
+ },
+ "GroupPermission.NoSendLinks": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendLinks",
+ "photo_url": "https://telegra.ph/file/p/3aaf4521d6c/4bccce7417b367c41283617.jpg?c=255,933,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no links"
+ }
+ },
+ "GroupPermission.NoSendMusic": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendMusic",
+ "photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=276,929,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no music"
+ }
+ },
"GroupPermission.NoSendPhoto": {
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendPhoto",
"photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=76,931,280,280,280,280",
@@ -1489,6 +1425,14 @@
"singular": "no photos"
}
},
+ "GroupPermission.NoSendPolls": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendPolls",
+ "photo_url": "https://telegra.ph/file/p/983c3a08041/6fe780f83645d7633fb7217.jpg?c=203,936,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no polls"
+ }
+ },
"GroupPermission.NoSendVideo": {
"url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendVideo",
"photo_url": "https://telegra.ph/file/p/36f6e9b57ef/576555c52e989bf1e45ac17.jpg?c=149,929,280,280,280,280",
@@ -1497,6 +1441,22 @@
"singular": "no videos"
}
},
+ "GroupPermission.NoSendVideoMessage": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendVideoMessage",
+ "photo_url": "https://telegra.ph/file/p/983c3a08041/6fe780f83645d7633fb7217.jpg?c=94,936,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no video messages"
+ }
+ },
+ "GroupPermission.NoSendVoiceMessage": {
+ "url": "https://translations.telegram.org/en/ios/settings/GroupPermission.NoSendVoiceMessage",
+ "photo_url": "https://telegra.ph/file/p/3aaf4521d6c/4bccce7417b367c41283617.jpg?c=163,936,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no voice messages"
+ }
+ },
"ImportStickerPack.ChooseName": {
"url": "https://translations.telegram.org/en/ios/settings/ImportStickerPack.ChooseName",
"photo_url": "https://telegra.ph/file/p/61992380826/c2ca1a42e30613a5c890f17.jpg?c=160,288,280,280,280,280",
@@ -1529,6 +1489,30 @@
"singular": "Name"
}
},
+ "Localization.DoNotTranslate": {
+ "url": "https://translations.telegram.org/en/ios/settings/Localization.DoNotTranslate",
+ "photo_url": "https://telegra.ph/file/p/6bdcd40c0ce/94dc01a8bd7d3118c2b4a17.jpg?c=36,326,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do Not Translate"
+ }
+ },
+ "Localization.DoNotTranslateInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/Localization.DoNotTranslateInfo",
+ "photo_url": "https://telegra.ph/file/p/6bdcd40c0ce/94dc01a8bd7d3118c2b4a17.jpg?c=7,270,581,581,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Do not show 'Translate' buttons for this language."
+ }
+ },
+ "Localization.DoNotTranslateManyInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/Localization.DoNotTranslateManyInfo",
+ "photo_url": "https://telegra.ph/file/p/e0ab36e7147/685f66535af48f68d22bd17.jpg?c=6,270,582,582,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do not show 'Translate' buttons for these languages."
+ }
+ },
"Localization.InterfaceLanguage": {
"url": "https://translations.telegram.org/en/ios/settings/Localization.InterfaceLanguage",
"photo_url": "https://telegra.ph/file/p/b11378c3382/a8ff2e4b573057bc6a75817.jpg?c=34,395,280,280,280,280",
@@ -1569,6 +1553,14 @@
"singular": "Show a 'Translate' button when holding down on a message.
Google may have access to the text of messages you translate."
}
},
+ "Localization.TranslateEntireChat": {
+ "url": "https://translations.telegram.org/en/ios/settings/Localization.TranslateEntireChat",
+ "photo_url": "https://telegra.ph/file/p/87dfc51ecbc/98998a3b285d43a5cfc3c17.jpg?c=35,303,299,299,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Translate Entire Chats"
+ }
+ },
"Localization.TranslateMessages": {
"url": "https://translations.telegram.org/en/ios/settings/Localization.TranslateMessages",
"photo_url": "https://telegra.ph/file/p/b11378c3382/a8ff2e4b573057bc6a75817.jpg?c=34,211,280,280,280,280",
@@ -1593,14 +1585,6 @@
"singular": "Invalid phone number, please try again."
}
},
- "LogoutOptions.AddAccountText": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.AddAccountText",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=81,219,447,447,280,280",
- "has_binding": true,
- "values": {
- "singular": "Connect other Telegram accounts and easily switch between them."
- }
- },
"LogoutOptions.AddAccountTitle": {
"url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.AddAccountTitle",
"photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=97,218,319,319,280,280",
@@ -1609,100 +1593,12 @@
"singular": "Add Another Account"
}
},
- "LogoutOptions.AlternativeOptionsSection": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.AlternativeOptionsSection",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=36,182,285,285,280,280",
+ "MaskStickerSettings.Info": {
+ "url": "https://translations.telegram.org/en/ios/settings/MaskStickerSettings.Info",
+ "photo_url": "https://telegra.ph/file/p/2d8f17d3915/707c5ce68d268061a39e122.jpg?c=0,410,640,663,270,280",
"has_binding": true,
"values": {
- "singular": "ALTERNATIVE OPTIONS"
- }
- },
- "LogoutOptions.ChangePhoneNumberText": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.ChangePhoneNumberText",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=89,527,397,397,280,280",
- "has_binding": true,
- "values": {
- "singular": "Move your account, chats and media to a new number."
- }
- },
- "LogoutOptions.ChangePhoneNumberTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.ChangePhoneNumberTitle",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=95,519,345,345,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Phone Number"
- }
- },
- "LogoutOptions.ClearCacheText": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.ClearCacheText",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=78,401,457,457,280,280",
- "has_binding": true,
- "values": {
- "singular": "Free up disk space on your device; your media will stay in the cloud."
- }
- },
- "LogoutOptions.ClearCacheTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.ClearCacheTitle",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=82,444,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Clear Cache"
- }
- },
- "LogoutOptions.ContactSupportText": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.ContactSupportText",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=84,608,426,426,280,280",
- "has_binding": true,
- "values": {
- "singular": "Tell us about any issues; logging out doesn't usually help."
- }
- },
- "LogoutOptions.ContactSupportTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.ContactSupportTitle",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=93,663,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Contact Support"
- }
- },
- "LogoutOptions.LogOut": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.LogOut",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=27,818,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Log Out"
- }
- },
- "LogoutOptions.LogOutInfo": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.LogOutInfo",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=25,702,476,476,280,280",
- "has_binding": true,
- "values": {
- "singular": "Logging out deactivates all Secret Chats."
- }
- },
- "LogoutOptions.SetPasscodeText": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.SetPasscodeText",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=83,318,432,432,280,280",
- "has_binding": true,
- "values": {
- "singular": "Lock the app with a passcode so that others can't open it."
- }
- },
- "LogoutOptions.SetPasscodeTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.SetPasscodeTitle",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=89,336,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Set a Passcode"
- }
- },
- "LogoutOptions.Title": {
- "url": "https://translations.telegram.org/en/ios/settings/LogoutOptions.Title",
- "photo_url": "https://telegra.ph/file/p/2309ea2d43e/f356b0497bcdc287fab0a17.jpg?c=160,95,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Log out"
+ "singular": "You can add masks to photos and videos in the media editor before sending."
}
},
"Message.ForwardedMessageShort": {
@@ -1924,6 +1820,14 @@
"singular": "Data Sent"
}
},
+ "Notification.Exceptions.AddException": {
+ "url": "https://translations.telegram.org/en/ios/settings/Notification.Exceptions.AddException",
+ "photo_url": "https://telegra.ph/file/p/9542fdce263/0cf16cbe604e49f3c786e1d.jpg?c=107,148,328,328,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Exception"
+ }
+ },
"Notification.Exceptions.AlwaysOff": {
"url": "https://translations.telegram.org/en/ios/settings/Notification.Exceptions.AlwaysOff",
"photo_url": "https://telegra.ph/file/p/282c8f1ed0d/67eb9d356216f05dcdefc1d.jpg?c=64,242,280,280,280,280",
@@ -1956,22 +1860,6 @@
"singular": "Always On"
}
},
- "Notification.Exceptions.NewException.MessagePreviewHeader": {
- "url": "https://translations.telegram.org/en/ios/settings/Notification.Exceptions.NewException.MessagePreviewHeader",
- "photo_url": "https://telegra.ph/file/p/d248552f1a5/e9c87e22d2454320871a01d.jpg?c=26,648,477,477,280,280",
- "has_binding": false,
- "values": {
- "singular": "MESSAGE PREVIEW"
- }
- },
- "Notification.Exceptions.NewException.NotificationHeader": {
- "url": "https://translations.telegram.org/en/ios/settings/Notification.Exceptions.NewException.NotificationHeader",
- "photo_url": "https://telegra.ph/file/p/282c8f1ed0d/67eb9d356216f05dcdefc1d.jpg?c=17,112,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "NOTIFICATIONS"
- }
- },
"Notification.Exceptions.SoundCustom": {
"url": "https://translations.telegram.org/en/ios/settings/Notification.Exceptions.SoundCustom",
"photo_url": "https://telegra.ph/file/p/2068d1d7d2e/40b25e286a129308fd13517.jpg?c=87,993,280,280,280,280",
@@ -1980,22 +1868,6 @@
"singular": "Sound: Custom"
}
},
- "NotificationSettings.ContactJoined": {
- "url": "https://translations.telegram.org/en/ios/settings/NotificationSettings.ContactJoined",
- "photo_url": "https://telegra.ph/file/p/c865e3b2c98/5bd683dfea31579f7e3651d.jpg?c=31,1378,400,400,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Contacts"
- }
- },
- "NotificationSettings.ContactJoinedInfo": {
- "url": "https://translations.telegram.org/en/ios/settings/NotificationSettings.ContactJoinedInfo",
- "photo_url": "https://telegra.ph/file/p/c865e3b2c98/5bd683dfea31579f7e3651d.jpg?c=0,904,1125,1229,256,280",
- "has_binding": true,
- "values": {
- "singular": "Receive push notifications when one of your contacts becomes available on Telegram."
- }
- },
"NotificationSettings.Stories.ShowImportantFooter": {
"url": "https://translations.telegram.org/en/ios/settings/NotificationSettings.Stories.ShowImportantFooter",
"photo_url": "https://telegra.ph/file/p/9e98bfc7462/03e95cc10471a319c0fa617.jpg?c=11,212,561,561,280,280",
@@ -2004,62 +1876,6 @@
"singular": "Automatically enable story notifications from the 5 users you contact most frequently."
}
},
- "Notifications.AlertTones": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.AlertTones",
- "photo_url": "https://telegra.ph/file/p/e8f0606e655/dba066682de48a1fd5d621d.jpg?c=16,144,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "ALERT TONES"
- }
- },
- "Notifications.Badge": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Badge",
- "photo_url": "https://telegra.ph/file/p/e67a947c31f/9b53253767f046df119e51d.jpg?c=18,373,289,289,280,280",
- "has_binding": true,
- "values": {
- "singular": "BADGE COUNTER"
- }
- },
- "Notifications.Badge.CountUnreadMessages": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Badge.CountUnreadMessages",
- "photo_url": "https://telegra.ph/file/p/e67a947c31f/9b53253767f046df119e51d.jpg?c=15,541,457,457,280,280",
- "has_binding": true,
- "values": {
- "singular": "Count Unread Messages"
- }
- },
- "Notifications.Badge.CountUnreadMessages.InfoOff": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Badge.CountUnreadMessages.InfoOff",
- "photo_url": "https://telegra.ph/file/p/e67a947c31f/9b53253767f046df119e51d.jpg?c=0,369,748,788,266,280",
- "has_binding": true,
- "values": {
- "singular": "Switch on to show the number of unread messages instead of chats."
- }
- },
- "Notifications.Badge.IncludeChannels": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Badge.IncludeChannels",
- "photo_url": "https://telegra.ph/file/p/e67a947c31f/9b53253767f046df119e51d.jpg?c=20,555,321,321,280,280",
- "has_binding": true,
- "values": {
- "singular": "Include Channels"
- }
- },
- "Notifications.Badge.IncludeMutedChats": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Badge.IncludeMutedChats",
- "photo_url": "https://telegra.ph/file/p/e67a947c31f/9b53253767f046df119e51d.jpg?c=18,389,385,385,280,280",
- "has_binding": true,
- "values": {
- "singular": "Include Muted Chats"
- }
- },
- "Notifications.Badge.IncludePublicGroups": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Badge.IncludePublicGroups",
- "photo_url": "https://telegra.ph/file/p/e67a947c31f/9b53253767f046df119e51d.jpg?c=17,445,406,406,280,280",
- "has_binding": true,
- "values": {
- "singular": "Include Public Groups"
- }
- },
"Notifications.CategoryExceptions": {
"url": "https://translations.telegram.org/en/ios/settings/Notifications.CategoryExceptions",
"photo_url": "https://telegra.ph/file/p/56344c0637f/18550499867ff2439817d17.jpg?c=78,399,280,280,280,280",
@@ -2277,14 +2093,6 @@
"singular": "Reactions"
}
},
- "Notifications.ResetAllNotifications": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.ResetAllNotifications",
- "photo_url": "https://telegra.ph/file/p/c865e3b2c98/5bd683dfea31579f7e3651d.jpg?c=25,1535,610,610,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reset All Notifications"
- }
- },
"Notifications.ResetAllNotificationsHelp": {
"url": "https://translations.telegram.org/en/ios/settings/Notifications.ResetAllNotificationsHelp",
"photo_url": "https://telegra.ph/file/p/c865e3b2c98/5bd683dfea31579f7e3651d.jpg?c=0,1219,1101,1107,278,280",
@@ -2341,14 +2149,6 @@
"singular": "TELEGRAM TONES"
}
},
- "Notifications.Title": {
- "url": "https://translations.telegram.org/en/ios/settings/Notifications.Title",
- "photo_url": "https://telegra.ph/file/p/2e1f376cc5a/12ce3c7d6a719ba4272f51d.jpg?c=180,44,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Notifications"
- }
- },
"Notifications.UploadSound": {
"url": "https://translations.telegram.org/en/ios/settings/Notifications.UploadSound",
"photo_url": "https://telegra.ph/file/p/e97ceb8d6c7/bd7308ade9351ba4fac6e17.jpg?c=90,608,280,280,280,280",
@@ -2373,54 +2173,6 @@
"singular": "Sound Added"
}
},
- "NotificationsSound.Aurora": {
- "url": "https://translations.telegram.org/en/ios/settings/NotificationsSound.Aurora",
- "photo_url": "https://telegra.ph/file/p/69d136bf8f9/94a0429dd67a2830778b11d.jpg?c=104,655,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Aurora"
- }
- },
- "NotificationsSound.None": {
- "url": "https://translations.telegram.org/en/ios/settings/NotificationsSound.None",
- "photo_url": "https://telegra.ph/file/p/69d136bf8f9/94a0429dd67a2830778b11d.jpg?c=103,414,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "None"
- }
- },
- "NotificationsSound.Note": {
- "url": "https://translations.telegram.org/en/ios/settings/NotificationsSound.Note",
- "photo_url": "https://telegra.ph/file/p/69d136bf8f9/94a0429dd67a2830778b11d.jpg?c=102,534,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Note"
- }
- },
- "PasscodeSettings.AutoLock": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.AutoLock",
- "photo_url": "https://telegra.ph/file/p/c374c980169/f99e9ce83b3f88dbea5ce1d.jpg?c=15,308,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Auto-Lock"
- }
- },
- "PasscodeSettings.AutoLock.IfAwayFor_1hour": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.AutoLock.IfAwayFor_1hour",
- "photo_url": "https://telegra.ph/file/p/23ae87e2581/7bfe836aff71da2cbc05e1d.jpg?c=137,565,368,368,280,280",
- "has_binding": false,
- "values": {
- "singular": "If away for 1 hour"
- }
- },
- "PasscodeSettings.ChangePasscode": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.ChangePasscode",
- "photo_url": "https://telegra.ph/file/p/23ae87e2581/7bfe836aff71da2cbc05e1d.jpg?c=18,226,334,334,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Passcode"
- }
- },
"PasscodeSettings.Help": {
"url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.Help",
"photo_url": "https://telegra.ph/file/p/575f9ade2b2/d78a6ce6e022fcca768c11d.jpg?c=0,159,640,678,264,280",
@@ -2445,38 +2197,6 @@
"singular": "When a passcode is set, a lock icon appears above your chat list. Tap it to lock your Telegram app."
}
},
- "PasscodeSettings.SimplePasscode": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.SimplePasscode",
- "photo_url": "https://telegra.ph/file/p/c374c980169/f99e9ce83b3f88dbea5ce1d.jpg?c=23,435,310,310,280,280",
- "has_binding": false,
- "values": {
- "singular": "Simple Passcode"
- }
- },
- "PasscodeSettings.SimplePasscodeHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.SimplePasscodeHelp",
- "photo_url": "https://telegra.ph/file/p/c374c980169/f99e9ce83b3f88dbea5ce1d.jpg?c=3,331,592,592,280,280",
- "has_binding": false,
- "values": {
- "singular": "A simple passcode is a 4 digit number."
- }
- },
- "PasscodeSettings.TurnPasscodeOff": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.TurnPasscodeOff",
- "photo_url": "https://telegra.ph/file/p/23ae87e2581/7bfe836aff71da2cbc05e1d.jpg?c=17,158,344,344,280,280",
- "has_binding": true,
- "values": {
- "singular": "Turn Passcode Off"
- }
- },
- "PasscodeSettings.UnlockWithTouchId": {
- "url": "https://translations.telegram.org/en/ios/settings/PasscodeSettings.UnlockWithTouchId",
- "photo_url": "https://telegra.ph/file/p/c374c980169/f99e9ce83b3f88dbea5ce1d.jpg?c=16,331,388,388,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unlock with Touch ID"
- }
- },
"PeerInfo.AllowedReactions.GroupOptionAllInfo": {
"url": "https://translations.telegram.org/en/ios/settings/PeerInfo.AllowedReactions.GroupOptionAllInfo",
"photo_url": "https://telegra.ph/file/p/b512228a454/694dd20a0103efd99321e17.jpg?c=1,239,595,595,280,280",
@@ -2542,22 +2262,6 @@
"singular": "Allow in Settings"
}
},
- "PhoneNumberHelp.ChangeNumber": {
- "url": "https://translations.telegram.org/en/ios/settings/PhoneNumberHelp.ChangeNumber",
- "photo_url": "https://telegra.ph/file/p/43bc62602ad/5e624c47023e055aff42317.jpg?c=161,751,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Number"
- }
- },
- "PhoneNumberHelp.Help": {
- "url": "https://translations.telegram.org/en/ios/settings/PhoneNumberHelp.Help",
- "photo_url": "https://telegra.ph/file/p/43bc62602ad/5e624c47023e055aff42317.jpg?c=13,452,573,573,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can change your Telegram number here. Your account and all your cloud data — messages, media, contacts, etc. will be moved to the new number."
- }
- },
"Premium.AboutText": {
"url": "https://translations.telegram.org/en/ios/settings/Premium.AboutText",
"photo_url": "https://telegra.ph/file/p/609e73a55f5/bd6aa9d910216d228cd4d17.jpg?c=6,542,583,583,280,280",
@@ -2838,6 +2542,22 @@
"singular": "Up to 1000 channels, 30 folders, 10 pins, 20 public links, 4 accounts and more."
}
},
+ "Premium.EmojiStatus": {
+ "url": "https://translations.telegram.org/en/ios/settings/Premium.EmojiStatus",
+ "photo_url": "https://telegra.ph/file/p/4fed4514330/94b1a5b743a3ce20ff55317.jpg?c=81,897,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Emoji Statuses"
+ }
+ },
+ "Premium.EmojiStatusInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/Premium.EmojiStatusInfo",
+ "photo_url": "https://telegra.ph/file/p/4fed4514330/94b1a5b743a3ce20ff55317.jpg?c=75,761,477,477,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose from thousands of emoji to display current activity next to your name."
+ }
+ },
"Premium.EmojiStatusShortTitle": {
"url": "https://translations.telegram.org/en/ios/settings/Premium.EmojiStatusShortTitle",
"photo_url": "https://telegra.ph/file/p/d61ef21c59f/eabb5a96d5ce248deee1617.jpg?c=0,162,600,617,272,280",
@@ -2910,6 +2630,22 @@
"singular": "You now have access to additional features."
}
},
+ "Premium.InfiniteReactions": {
+ "url": "https://translations.telegram.org/en/ios/settings/Premium.InfiniteReactions",
+ "photo_url": "https://telegra.ph/file/p/4fed4514330/94b1a5b743a3ce20ff55317.jpg?c=93,317,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Infinite Reactions"
+ }
+ },
+ "Premium.InfiniteReactionsInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/Premium.InfiniteReactionsInfo",
+ "photo_url": "https://telegra.ph/file/p/4fed4514330/94b1a5b743a3ce20ff55317.jpg?c=84,299,432,432,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "React with thousands of emoji — using multiple reactions per message."
+ }
+ },
"Premium.LimitReached": {
"url": "https://translations.telegram.org/en/ios/settings/Premium.LimitReached",
"photo_url": "https://telegra.ph/file/p/a9ffe86dd54/d9dcc9cda41502fe77bb717.jpg?c=160,590,280,280,280,280",
@@ -3374,6 +3110,14 @@
"singular": "About Telegram Premium"
}
},
+ "Premium.TranslationInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/Premium.TranslationInfo",
+ "photo_url": "https://telegra.ph/file/p/173c86c396f/40babe8340a8bbbb6e59017.jpg?c=73,715,484,484,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Real-time translation of chats and channels into other languages."
+ }
+ },
"Premium.TranslationStandaloneInfo": {
"url": "https://translations.telegram.org/en/ios/settings/Premium.TranslationStandaloneInfo",
"photo_url": "https://telegra.ph/file/p/e4733bb8df1/58e07a2ad9d262c9390ca17.jpg?c=0,605,600,604,278,280",
@@ -3470,118 +3214,6 @@
"singular": "WHO CAN SEE MY DATE OF BIRTH"
}
},
- "Privacy.Calls.AlwaysAllow": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.AlwaysAllow",
- "photo_url": "https://telegra.ph/file/p/8880784807c/5b7d33e0fbfef77c1063a17.jpg?c=14,731,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Always Allow"
- }
- },
- "Privacy.Calls.CustomHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.CustomHelp",
- "photo_url": "https://telegra.ph/file/p/8880784807c/5b7d33e0fbfef77c1063a17.jpg?c=22,285,498,498,280,280",
- "has_binding": true,
- "values": {
- "singular": "Choose exactly who can and can't call you."
- }
- },
- "Privacy.Calls.CustomShareHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.CustomShareHelp",
- "photo_url": "https://telegra.ph/file/p/8880784807c/5b7d33e0fbfef77c1063a17.jpg?c=0,584,587,588,280,280",
- "has_binding": true,
- "values": {
- "singular": "These users will or will not be able to call you regardless of the settings above."
- }
- },
- "Privacy.Calls.Integration": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.Integration",
- "photo_url": "https://telegra.ph/file/p/accb378c949/4c9e2810990ca94fdb90417.jpg?c=38,816,285,285,280,280",
- "has_binding": false,
- "values": {
- "singular": "iOS Call Integration"
- }
- },
- "Privacy.Calls.IntegrationHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.IntegrationHelp",
- "photo_url": "https://telegra.ph/file/p/accb378c949/4c9e2810990ca94fdb90417.jpg?c=10,666,569,569,280,280",
- "has_binding": false,
- "values": {
- "singular": "iOS Call Integration shows Telegram calls on the lock screen and in the system's call history. If iCloud sync is enabled, your call history is shared with Apple."
- }
- },
- "Privacy.Calls.NeverAllow": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.NeverAllow",
- "photo_url": "https://telegra.ph/file/p/8880784807c/5b7d33e0fbfef77c1063a17.jpg?c=15,645,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Never Allow"
- }
- },
- "Privacy.Calls.P2P": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.P2P",
- "photo_url": "https://telegra.ph/file/p/8880784807c/5b7d33e0fbfef77c1063a17.jpg?c=29,630,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Peer-to-Peer"
- }
- },
- "Privacy.Calls.P2PAlways": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.P2PAlways",
- "photo_url": "https://telegra.ph/file/p/20028d8834a/de5768c26214ba023cbb91d.jpg?c=13,775,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Always"
- }
- },
- "Privacy.Calls.P2PContacts": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.P2PContacts",
- "photo_url": "https://telegra.ph/file/p/20028d8834a/de5768c26214ba023cbb91d.jpg?c=17,848,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "My Contacts"
- }
- },
- "Privacy.Calls.P2PHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.P2PHelp",
- "photo_url": "https://telegra.ph/file/p/accb378c949/4c9e2810990ca94fdb90417.jpg?c=3,371,592,592,280,280",
- "has_binding": true,
- "values": {
- "singular": "Disabling peer-to-peer will relay all calls through Telegram servers to avoid revealing your IP address, but may decrease audio and video quality."
- }
- },
- "Privacy.Calls.P2PNever": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.P2PNever",
- "photo_url": "https://telegra.ph/file/p/20028d8834a/de5768c26214ba023cbb91d.jpg?c=14,916,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Never"
- }
- },
- "Privacy.Calls.WhoCanCallMe": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Calls.WhoCanCallMe",
- "photo_url": "https://telegra.ph/file/p/8880784807c/5b7d33e0fbfef77c1063a17.jpg?c=32,154,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "WHO CAN CALL ME"
- }
- },
- "Privacy.ChatsTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.ChatsTitle",
- "photo_url": "https://telegra.ph/file/p/77c95b7f5d8/927b56ef790b5220fa79f1d.jpg?c=12,686,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "CHATS"
- }
- },
- "Privacy.ContactsReset": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.ContactsReset",
- "photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=21,1045,672,672,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Synced Contacts"
- }
- },
"Privacy.ContactsReset.ContactsDeleted": {
"url": "https://translations.telegram.org/en/ios/settings/Privacy.ContactsReset.ContactsDeleted",
"photo_url": "https://telegra.ph/file/p/be42d138ac9/c13e830683efa3047eb7917.jpg?c=73,895,341,341,280,280",
@@ -3590,38 +3222,6 @@
"singular": "All synced contacts deleted."
}
},
- "Privacy.ContactsSync": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.ContactsSync",
- "photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=27,1312,413,413,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sync Contacts"
- }
- },
- "Privacy.ContactsSyncHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.ContactsSyncHelp",
- "photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=0,955,1097,1103,278,280",
- "has_binding": true,
- "values": {
- "singular": "Turn on to continuously sync contacts from this device with your account."
- }
- },
- "Privacy.ContactsTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.ContactsTitle",
- "photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=28,1169,287,287,280,280",
- "has_binding": false,
- "values": {
- "singular": "CONTACTS"
- }
- },
- "Privacy.DeleteDrafts": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.DeleteDrafts",
- "photo_url": "https://telegra.ph/file/p/77c95b7f5d8/927b56ef790b5220fa79f1d.jpg?c=15,625,417,417,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete All Cloud Drafts"
- }
- },
"Privacy.DeleteDrafts.DraftsDeleted": {
"url": "https://translations.telegram.org/en/ios/settings/Privacy.DeleteDrafts.DraftsDeleted",
"photo_url": "https://telegra.ph/file/p/dc8b9a685cf/82b271a175dea2a76d4a617.jpg?c=77,940,289,289,280,280",
@@ -3663,94 +3263,6 @@
"plural": "
%@ EXCEPTIONS"
}
},
- "Privacy.Forwards": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Forwards",
- "photo_url": "https://telegra.ph/file/p/767c3330d08/a836d7c6b073396f6978b17.jpg?c=135,69,330,330,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forwarded Messages"
- }
- },
- "Privacy.Forwards.CustomHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Forwards.CustomHelp",
- "photo_url": "https://telegra.ph/file/p/767c3330d08/a836d7c6b073396f6978b17.jpg?c=20,472,517,517,280,280",
- "has_binding": true,
- "values": {
- "singular": "Messages you send will not link back to your account when forwarded by other users."
- }
- },
- "Privacy.Forwards.NeverLink": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Forwards.NeverLink",
- "photo_url": "https://telegra.ph/file/p/767c3330d08/a836d7c6b073396f6978b17.jpg?c=97,256,322,322,280,280",
- "has_binding": true,
- "values": {
- "singular": "Not a link to your account"
- }
- },
- "Privacy.Forwards.Preview": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Forwards.Preview",
- "photo_url": "https://telegra.ph/file/p/767c3330d08/a836d7c6b073396f6978b17.jpg?c=32,154,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "SAMPLE MESSAGE"
- }
- },
- "Privacy.Forwards.PreviewMessageText": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Forwards.PreviewMessageText",
- "photo_url": "https://telegra.ph/file/p/a36d318c4ab/33d9815cd99b4790d1a351d.jpg?c=3,336,1026,1026,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reinhardt, we need to find you some new tunes."
- }
- },
- "Privacy.Forwards.WhoCanForward": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.Forwards.WhoCanForward",
- "photo_url": "https://telegra.ph/file/p/767c3330d08/a836d7c6b073396f6978b17.jpg?c=13,272,560,560,280,280",
- "has_binding": true,
- "values": {
- "singular": "WHO CAN ADD A LINK TO MY ACCOUNT WHEN FORWARDING MY MESSAGES"
- }
- },
- "Privacy.GroupsAndChannels": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.GroupsAndChannels",
- "photo_url": "https://telegra.ph/file/p/f955bfe7eaa/3d99e18829ad9d9a6cd1f17.jpg?c=151,72,299,299,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups & Channels"
- }
- },
- "Privacy.GroupsAndChannels.AlwaysAllow": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.GroupsAndChannels.AlwaysAllow",
- "photo_url": "https://telegra.ph/file/p/2d40856f991/3e8cc40ab66183da0abb71d.jpg?c=16,545,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Always Allow"
- }
- },
- "Privacy.GroupsAndChannels.CustomHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.GroupsAndChannels.CustomHelp",
- "photo_url": "https://telegra.ph/file/p/f955bfe7eaa/3d99e18829ad9d9a6cd1f17.jpg?c=14,228,552,552,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can restrict who can add you to groups and channels with granular precision."
- }
- },
- "Privacy.GroupsAndChannels.NeverAllow": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.GroupsAndChannels.NeverAllow",
- "photo_url": "https://telegra.ph/file/p/2d40856f991/3e8cc40ab66183da0abb71d.jpg?c=18,472,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Never Allow"
- }
- },
- "Privacy.GroupsAndChannels.WhoCanAddMe": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.GroupsAndChannels.WhoCanAddMe",
- "photo_url": "https://telegra.ph/file/p/f955bfe7eaa/3d99e18829ad9d9a6cd1f17.jpg?c=31,154,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "WHO CAN ADD ME"
- }
- },
"Privacy.Messages.PremiumInfoFooter": {
"url": "https://translations.telegram.org/en/ios/settings/Privacy.Messages.PremiumInfoFooter",
"photo_url": "https://telegra.ph/file/p/cb9bcaea2d6/b19f50a8a56e4d66c2d2c17.jpg?c=33,356,316,316,280,280",
@@ -3847,36 +3359,12 @@
"singular": "Shipping info cleared."
}
},
- "Privacy.PaymentsClearInfo": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.PaymentsClearInfo",
- "photo_url": "https://telegra.ph/file/p/05bddcd4434/d5afdaca22c6ec3d4e1241d.jpg?c=13,1175,895,895,280,280",
+ "Privacy.ProfilePhoto": {
+ "url": "https://translations.telegram.org/en/ios/settings/Privacy.ProfilePhoto",
+ "photo_url": "https://telegra.ph/file/p/6f502636fbe/f641f72a49b9e488da88817.jpg?c=32,523,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Clear Payment and Shipping Info"
- }
- },
- "Privacy.PaymentsClearInfoHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.PaymentsClearInfoHelp",
- "photo_url": "https://telegra.ph/file/p/05bddcd4434/d5afdaca22c6ec3d4e1241d.jpg?c=0,1130,1125,1162,272,280",
- "has_binding": true,
- "values": {
- "singular": "You can delete your shipping info and instruct all payment providers to remove your saved credit cards. Note that Telegram never stores your credit card data."
- }
- },
- "Privacy.PaymentsTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.PaymentsTitle",
- "photo_url": "https://telegra.ph/file/p/77c95b7f5d8/927b56ef790b5220fa79f1d.jpg?c=15,845,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "PAYMENTS"
- }
- },
- "Privacy.PhoneNumber": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.PhoneNumber",
- "photo_url": "https://telegra.ph/file/p/8096d582ea5/9a822f041b0941834434417.jpg?c=161,73,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Phone Number"
+ "singular": "Profile Photos"
}
},
"Privacy.ProfilePhoto.CustomOverrideAddInfo": {
@@ -3959,14 +3447,6 @@
"singular": "Update Public Photo"
}
},
- "Privacy.SecretChatsLinkPreviews": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.SecretChatsLinkPreviews",
- "photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=28,1717,389,389,280,280",
- "has_binding": true,
- "values": {
- "singular": "Link Previews"
- }
- },
"Privacy.SecretChatsLinkPreviewsHelp": {
"url": "https://translations.telegram.org/en/ios/settings/Privacy.SecretChatsLinkPreviewsHelp",
"photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=0,1119,1125,1218,258,280",
@@ -3975,30 +3455,6 @@
"singular": "Link previews will be generated on Telegram servers. We do not store any data about the links you send."
}
},
- "Privacy.SecretChatsTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.SecretChatsTitle",
- "photo_url": "https://telegra.ph/file/p/5c93fdb747c/25c6e99ad2b4c427e49651d.jpg?c=27,1627,383,383,280,280",
- "has_binding": false,
- "values": {
- "singular": "SECRET CHATS"
- }
- },
- "Privacy.TopPeers": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.TopPeers",
- "photo_url": "https://telegra.ph/file/p/c81cf27515e/17e823ca87446ed2861c71d.jpg?c=18,1090,759,759,280,280",
- "has_binding": true,
- "values": {
- "singular": "Suggest Frequent Contacts"
- }
- },
- "Privacy.TopPeersHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/Privacy.TopPeersHelp",
- "photo_url": "https://telegra.ph/file/p/c81cf27515e/17e823ca87446ed2861c71d.jpg?c=0,883,1125,1205,262,280",
- "has_binding": true,
- "values": {
- "singular": "Display people you message frequently at the top of the search section for quick access."
- }
- },
"Privacy.VoiceMessages": {
"url": "https://translations.telegram.org/en/ios/settings/Privacy.VoiceMessages",
"photo_url": "https://telegra.ph/file/p/d9914887a89/89ac21fc0a06d74ac96ed17.jpg?c=31,610,280,280,280,280",
@@ -4055,14 +3511,6 @@
"singular": "WHO CAN SEND ME VOICE & VIDEO MESSAGES"
}
},
- "PrivacyLastSeenSettings.AlwaysShareWith": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.AlwaysShareWith",
- "photo_url": "https://telegra.ph/file/p/8096d582ea5/9a822f041b0941834434417.jpg?c=37,628,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Always Share With"
- }
- },
"PrivacyLastSeenSettings.CustomHelp": {
"url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.CustomHelp",
"photo_url": "https://telegra.ph/file/p/71164c8d06a/f2e8f713af487ca79184e1d.jpg?c=0,495,1106,1113,278,280",
@@ -4071,38 +3519,6 @@
"singular": "Unless you are a Premium user, you won't see Last Seen or Online statuses for people with whom you don't share yours. Approximate times will be shown instead (recently, within a week, within a month)."
}
},
- "PrivacyLastSeenSettings.CustomShareSettingsHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.CustomShareSettingsHelp",
- "photo_url": "https://telegra.ph/file/p/71164c8d06a/f2e8f713af487ca79184e1d.jpg?c=0,782,1125,1138,278,280",
- "has_binding": true,
- "values": {
- "singular": "You can add users or entire groups as exceptions that will override the settings above."
- }
- },
- "PrivacyLastSeenSettings.EmpryUsersPlaceholder": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.EmpryUsersPlaceholder",
- "photo_url": "https://telegra.ph/file/p/accb378c949/4c9e2810990ca94fdb90417.jpg?c=270,678,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Users"
- }
- },
- "PrivacyLastSeenSettings.NeverShareWith": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.NeverShareWith",
- "photo_url": "https://telegra.ph/file/p/71164c8d06a/f2e8f713af487ca79184e1d.jpg?c=29,1045,490,490,280,280",
- "has_binding": true,
- "values": {
- "singular": "Never Share With"
- }
- },
- "PrivacyLastSeenSettings.Title": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.Title",
- "photo_url": "https://telegra.ph/file/p/71164c8d06a/f2e8f713af487ca79184e1d.jpg?c=289,120,547,547,280,280",
- "has_binding": true,
- "values": {
- "singular": "Last Seen & Online"
- }
- },
"PrivacyLastSeenSettings.WhoCanSeeMyTimestamp": {
"url": "https://translations.telegram.org/en/ios/settings/PrivacyLastSeenSettings.WhoCanSeeMyTimestamp",
"photo_url": "https://telegra.ph/file/p/255ec1737b4/b36bed6195414256682bf17.jpg?c=32,141,361,361,280,280",
@@ -4111,14 +3527,6 @@
"singular": "WHO CAN SEE MY LAST SEEN"
}
},
- "PrivacyPhoneNumberSettings.CustomDisabledHelp": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyPhoneNumberSettings.CustomDisabledHelp",
- "photo_url": "https://telegra.ph/file/p/2431556bcac/8efc37494093aac5df42b19.jpg?c=0,423,1200,1280,262,280",
- "has_binding": true,
- "values": {
- "singular": "Users who add your number to their contacts will see it on Telegram only if they are your contacts."
- }
- },
"PrivacyPhoneNumberSettings.CustomPublicLink": {
"url": "https://translations.telegram.org/en/ios/settings/PrivacyPhoneNumberSettings.CustomPublicLink",
"photo_url": "https://telegra.ph/file/p/2ea7432bd67/eadf870b8a783a61321a117.jpg?c=5,262,583,583,280,280",
@@ -4127,22 +3535,6 @@
"singular": "Users who have your number saved in their contacts will also see it on Telegram.
This public link opens a chat with you:
[https://t.me/
%@]()"
}
},
- "PrivacyPhoneNumberSettings.DiscoveryHeader": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyPhoneNumberSettings.DiscoveryHeader",
- "photo_url": "https://telegra.ph/file/p/091f693f3c0/666f0d12e7410f190253a17.jpg?c=28,342,426,426,280,280",
- "has_binding": true,
- "values": {
- "singular": "WHO CAN FIND ME BY MY NUMBER"
- }
- },
- "PrivacyPhoneNumberSettings.WhoCanSeeMyPhoneNumber": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacyPhoneNumberSettings.WhoCanSeeMyPhoneNumber",
- "photo_url": "https://telegra.ph/file/p/8096d582ea5/9a822f041b0941834434417.jpg?c=28,131,425,425,280,280",
- "has_binding": true,
- "values": {
- "singular": "WHO CAN SEE MY PHONE NUMBER"
- }
- },
"PrivacySettings.CategoryPremiumUsers": {
"url": "https://translations.telegram.org/en/ios/settings/PrivacySettings.CategoryPremiumUsers",
"photo_url": "https://telegra.ph/file/p/6ee2710ee68/176d503ff705cb14633c817.jpg?c=72,238,280,280,280,280",
@@ -4175,28 +3567,12 @@
"singular": "You can restrict which users are allowed to add you to groups and channels."
}
},
- "PrivacySettings.LastSeenContacts": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacySettings.LastSeenContacts",
- "photo_url": "https://telegra.ph/file/p/f955bfe7eaa/3d99e18829ad9d9a6cd1f17.jpg?c=87,257,280,280,280,280",
+ "PrivacySettings.LastSeenContactsPlus": {
+ "url": "https://translations.telegram.org/en/ios/settings/PrivacySettings.LastSeenContactsPlus",
+ "photo_url": "https://telegra.ph/file/p/6f502636fbe/f641f72a49b9e488da88817.jpg?c=259,467,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "My Contacts"
- }
- },
- "PrivacySettings.LastSeenEverybody": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacySettings.LastSeenEverybody",
- "photo_url": "https://telegra.ph/file/p/f955bfe7eaa/3d99e18829ad9d9a6cd1f17.jpg?c=81,199,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Everybody"
- }
- },
- "PrivacySettings.LastSeenNobody": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivacySettings.LastSeenNobody",
- "photo_url": "https://telegra.ph/file/p/255ec1737b4/b36bed6195414256682bf17.jpg?c=76,315,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Nobody"
+ "singular": "My Contacts (+
%@)"
}
},
"PrivacySettings.LastSeenTitle": {
@@ -4287,14 +3663,6 @@
"singular": "Premium Users +
%@"
}
},
- "PrivateDataSettings.Title": {
- "url": "https://translations.telegram.org/en/ios/settings/PrivateDataSettings.Title",
- "photo_url": "https://telegra.ph/file/p/05bddcd4434/d5afdaca22c6ec3d4e1241d.jpg?c=362,133,403,403,280,280",
- "has_binding": false,
- "values": {
- "singular": "Data Settings"
- }
- },
"ProfileColorSetup.ToastAccountColorUpdated": {
"url": "https://translations.telegram.org/en/ios/settings/ProfileColorSetup.ToastAccountColorUpdated",
"photo_url": "https://telegra.ph/file/p/7ff6f069366/c8bd34ec172470e05e9d217.jpg?c=73,884,352,352,280,280",
@@ -4303,20 +3671,20 @@
"singular": "Your color has been updated."
}
},
- "Settings.About.Help": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.About.Help",
- "photo_url": "https://telegra.ph/file/p/661680249c4/c8596340892bd643f549222.jpg?c=0,136,640,664,270,280",
- "has_binding": true,
- "values": {
- "singular": "Any details such as age, occupation or city.
Example: 23 y.o. designer from San Francisco."
- }
- },
- "Settings.AddAnotherAccount": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.AddAnotherAccount",
- "photo_url": "https://telegra.ph/file/p/41d2aa48b35/3cf8ed3c5745731d91bf417.jpg?c=140,736,320,320,280,280",
+ "ProfilePhoto.OpenGallery": {
+ "url": "https://translations.telegram.org/en/ios/settings/ProfilePhoto.OpenGallery",
+ "photo_url": "https://telegra.ph/file/p/f368bd5e953/51e9c287a9f073fbc85c517.jpg?c=159,730,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Add Another Account"
+ "singular": "Open Gallery"
+ }
+ },
+ "ProfilePhoto.SearchWeb": {
+ "url": "https://translations.telegram.org/en/ios/settings/ProfilePhoto.SearchWeb",
+ "photo_url": "https://telegra.ph/file/p/f368bd5e953/51e9c287a9f073fbc85c517.jpg?c=160,802,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Search Web"
}
},
"Settings.AddAnotherAccount.Help": {
@@ -4399,14 +3767,6 @@
"singular": "Telegram Business"
}
},
- "Settings.CallSettings": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.CallSettings",
- "photo_url": "https://telegra.ph/file/p/68cd88dc16d/39118821ccc39ef4b91e61d.jpg?c=181,43,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Calls"
- }
- },
"Settings.ChatBackground": {
"url": "https://translations.telegram.org/en/ios/settings/Settings.ChatBackground",
"photo_url": "https://telegra.ph/file/p/cffdab1f18c/575c6bf7cff9d914f26341d.jpg?c=17,710,321,321,280,280",
@@ -4511,14 +3871,6 @@
"singular": "Keep
%@"
}
},
- "Settings.Logout": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.Logout",
- "photo_url": "https://telegra.ph/file/p/be9e70421e1/f8861fb7d9536240077351d.jpg?c=236,906,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Log Out"
- }
- },
"Settings.LogoutConfirmationText": {
"url": "https://translations.telegram.org/en/ios/settings/Settings.LogoutConfirmationText",
"photo_url": "https://telegra.ph/file/p/8b307427dc7/581a304477d5d6265820f17.jpg?c=82,432,433,433,280,280",
@@ -4527,14 +3879,6 @@
"singular": "This will cancel all your Secret Chats.
You can use Telegram on all your devices at once and use several accounts in the same app."
}
},
- "Settings.LogoutConfirmationTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.LogoutConfirmationTitle",
- "photo_url": "https://telegra.ph/file/p/8b307427dc7/581a304477d5d6265820f17.jpg?c=159,438,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Log out?"
- }
- },
"Settings.MyProfile": {
"url": "https://translations.telegram.org/en/ios/settings/Settings.MyProfile",
"photo_url": "https://telegra.ph/file/p/70716292cc9/1e1228bc3161b578a8f2a17.jpg?c=75,212,280,280,280,280",
@@ -4543,12 +3887,12 @@
"singular": "My Profile"
}
},
- "Settings.PhoneNumber": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.PhoneNumber",
- "photo_url": "https://telegra.ph/file/p/b985716deaa/7545622ef2379200c15ec1d.jpg?c=18,366,306,306,280,280",
+ "Settings.PauseMusicOnRecording": {
+ "url": "https://translations.telegram.org/en/ios/settings/Settings.PauseMusicOnRecording",
+ "photo_url": "https://telegra.ph/file/p/ccf90ceab01/465ed72aaf3f9503fb10817.jpg?c=30,577,415,415,280,280",
"has_binding": true,
"values": {
- "singular": "Change Number"
+ "singular": "Pause Music While Recording"
}
},
"Settings.Premium": {
@@ -4727,6 +4071,22 @@
"singular": "Quick Reaction"
}
},
+ "Settings.RaiseToListen": {
+ "url": "https://translations.telegram.org/en/ios/settings/Settings.RaiseToListen",
+ "photo_url": "https://telegra.ph/file/p/ccf90ceab01/465ed72aaf3f9503fb10817.jpg?c=31,717,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Raise to Listen"
+ }
+ },
+ "Settings.RaiseToListenInfo": {
+ "url": "https://translations.telegram.org/en/ios/settings/Settings.RaiseToListenInfo",
+ "photo_url": "https://telegra.ph/file/p/ccf90ceab01/465ed72aaf3f9503fb10817.jpg?c=6,566,580,580,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Raise to Listen allows you to quickly listen and reply to incoming audio messages by raising the phone to your ear."
+ }
+ },
"Settings.RemoveVideo": {
"url": "https://translations.telegram.org/en/ios/settings/Settings.RemoveVideo",
"photo_url": "https://telegra.ph/file/p/f368bd5e953/51e9c287a9f073fbc85c517.jpg?c=160,877,280,280,280,280",
@@ -4815,14 +4175,6 @@
"singular": "Not sure, let me try"
}
},
- "Settings.Username": {
- "url": "https://translations.telegram.org/en/ios/settings/Settings.Username",
- "photo_url": "https://telegra.ph/file/p/62e0051dca8/890cc6aa20f0b18be645617.jpg?c=15,505,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Username"
- }
- },
"Settings.YourColor": {
"url": "https://translations.telegram.org/en/ios/settings/Settings.YourColor",
"photo_url": "https://telegra.ph/file/p/7ff6f069366/c8bd34ec172470e05e9d217.jpg?c=27,636,280,280,280,280",
@@ -4889,15 +4241,6 @@
"singular": "Share"
}
},
- "StickerPack.StickerCount": {
- "url": "https://translations.telegram.org/en/ios/settings/StickerPack.StickerCount",
- "photo_url": "https://telegra.ph/file/p/c4273d7ef29/8f2020ac5a079b9b445231d.jpg?c=83,319,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "1 sticker",
- "plural": "
%@ stickers"
- }
- },
"StickerPacks.ActionArchive": {
"url": "https://translations.telegram.org/en/ios/settings/StickerPacks.ActionArchive",
"photo_url": "https://telegra.ph/file/p/042e0e1b339/ad45988d265166f43904b17.jpg?c=160,888,280,280,280,280",
@@ -4949,30 +4292,6 @@
"plural": "Unarchive
%@ Sets"
}
},
- "StickerPacksSettings.AnimatedStickers": {
- "url": "https://translations.telegram.org/en/ios/settings/StickerPacksSettings.AnimatedStickers",
- "photo_url": "https://telegra.ph/file/p/01f5f743c28/fc62a5bf34ecc1cfb627a17.jpg?c=35,366,349,349,280,280",
- "has_binding": true,
- "values": {
- "singular": "Loop Animated Stickers"
- }
- },
- "StickerPacksSettings.AnimatedStickersInfo": {
- "url": "https://translations.telegram.org/en/ios/settings/StickerPacksSettings.AnimatedStickersInfo",
- "photo_url": "https://telegra.ph/file/p/01f5f743c28/fc62a5bf34ecc1cfb627a17.jpg?c=11,318,565,565,280,280",
- "has_binding": true,
- "values": {
- "singular": "Animated stickers will play continuously in chats."
- }
- },
- "StickerPacksSettings.ArchivedPacks.Info": {
- "url": "https://translations.telegram.org/en/ios/settings/StickerPacksSettings.ArchivedPacks.Info",
- "photo_url": "https://telegra.ph/file/p/a46b88dbe28/bd336b74b9de67a96bb0417.jpg?c=17,138,536,536,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can have 200 active sticker sets.
Unused sets are archived when you add more."
- }
- },
"StickerPacksSettings.DynamicOrder": {
"url": "https://translations.telegram.org/en/ios/settings/StickerPacksSettings.DynamicOrder",
"photo_url": "https://telegra.ph/file/p/b39f132efeb/993d048c5c13d530d8abc17.jpg?c=36,466,293,293,280,280",
@@ -5045,38 +4364,6 @@
"singular": "Show More"
}
},
- "Stickers.SuggestAdded": {
- "url": "https://translations.telegram.org/en/ios/settings/Stickers.SuggestAdded",
- "photo_url": "https://telegra.ph/file/p/dcc6fef652e/e29f8a5b569eda4f9a33217.jpg?c=160,806,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "My Sets"
- }
- },
- "Stickers.SuggestAll": {
- "url": "https://translations.telegram.org/en/ios/settings/Stickers.SuggestAll",
- "photo_url": "https://telegra.ph/file/p/dcc6fef652e/e29f8a5b569eda4f9a33217.jpg?c=159,727,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "All Sets"
- }
- },
- "Stickers.SuggestNone": {
- "url": "https://translations.telegram.org/en/ios/settings/Stickers.SuggestNone",
- "photo_url": "https://telegra.ph/file/p/dcc6fef652e/e29f8a5b569eda4f9a33217.jpg?c=161,877,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "None"
- }
- },
- "Stickers.SuggestStickers": {
- "url": "https://translations.telegram.org/en/ios/settings/Stickers.SuggestStickers",
- "photo_url": "https://telegra.ph/file/p/dcc6fef652e/e29f8a5b569eda4f9a33217.jpg?c=160,652,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Suggest by Emoji"
- }
- },
"StickersList.ArchivedEmojiItem": {
"url": "https://translations.telegram.org/en/ios/settings/StickersList.ArchivedEmojiItem",
"photo_url": "https://telegra.ph/file/p/1d52700d8a2/cfb990a48a727fec829f917.jpg?c=30,178,280,280,280,280",
@@ -5237,6 +4524,14 @@
"singular": "Avatars"
}
},
+ "StorageManagement.SectionCalls": {
+ "url": "https://translations.telegram.org/en/ios/settings/StorageManagement.SectionCalls",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=67,909,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Calls"
+ }
+ },
"StorageManagement.SectionFiles": {
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.SectionFiles",
"photo_url": "https://telegra.ph/file/p/1be2a94eed0/dd90f7a7b9cf4c454549617.jpg?c=66,578,280,280,280,280",
@@ -5245,6 +4540,14 @@
"singular": "Files"
}
},
+ "StorageManagement.SectionMessages": {
+ "url": "https://translations.telegram.org/en/ios/settings/StorageManagement.SectionMessages",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=76,580,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Messages"
+ }
+ },
"StorageManagement.SectionMiscellaneous": {
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.SectionMiscellaneous",
"photo_url": "https://telegra.ph/file/p/1be2a94eed0/dd90f7a7b9cf4c454549617.jpg?c=109,798,280,280,280,280",
@@ -5293,6 +4596,14 @@
"singular": "Videos"
}
},
+ "StorageManagement.SectionVoiceMessages": {
+ "url": "https://translations.telegram.org/en/ios/settings/StorageManagement.SectionVoiceMessages",
+ "photo_url": "https://telegra.ph/file/p/a6fc0ef6676/7086af505eb1507a20f7b17.jpg?c=90,857,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Voice Messages"
+ }
+ },
"StorageManagement.SectionsDescription": {
"url": "https://translations.telegram.org/en/ios/settings/StorageManagement.SectionsDescription",
"photo_url": "https://telegra.ph/file/p/1be2a94eed0/dd90f7a7b9cf4c454549617.jpg?c=9,687,573,573,280,280",
@@ -5871,23 +5182,6 @@
"singular": "Two-Step Verification"
}
},
- "UserCount": {
- "url": "https://translations.telegram.org/en/ios/settings/UserCount",
- "photo_url": "https://telegra.ph/file/p/4b3031a9405/2ee5288b168d164d461a11d.jpg?c=321,198,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "1 user",
- "plural": "
%@ users"
- }
- },
- "UserInfo.LastNamePlaceholder": {
- "url": "https://translations.telegram.org/en/ios/settings/UserInfo.LastNamePlaceholder",
- "photo_url": "https://telegra.ph/file/p/eb0046b96ff/0c2d11f2afb763ba260dd22.jpg?c=171,190,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Last Name"
- }
- },
"UserInfo.NotificationsDefaultSound": {
"url": "https://translations.telegram.org/en/ios/settings/UserInfo.NotificationsDefaultSound",
"photo_url": "https://telegra.ph/file/p/e97ceb8d6c7/bd7308ade9351ba4fac6e17.jpg?c=90,822,280,280,280,280",
@@ -5896,14 +5190,6 @@
"singular": "Default (
%@)"
}
},
- "Username.Help": {
- "url": "https://translations.telegram.org/en/ios/settings/Username.Help",
- "photo_url": "https://telegra.ph/file/p/1f0831b2863/f46b4c491c94f63de7df61d.jpg?c=0,360,1125,1234,256,280",
- "has_binding": true,
- "values": {
- "singular": "You can choose a username on **Telegram**. If you do, people will be able to find you by this username and contact you without needing your phone number.
You can use **a–z**, **0–9** and underscores. Minimum length is **5** characters."
- }
- },
"Username.InvalidCharacters": {
"url": "https://translations.telegram.org/en/ios/settings/Username.InvalidCharacters",
"photo_url": "https://telegra.ph/file/p/7b69698e7ba/44e3dee2133708c96c4c01d.jpg?c=9,331,930,930,280,280",
@@ -5920,22 +5206,6 @@
"singular": "Usernames must have at least 5 characters."
}
},
- "Username.LinkHint": {
- "url": "https://translations.telegram.org/en/ios/settings/Username.LinkHint",
- "photo_url": "https://telegra.ph/file/p/1f0831b2863/f46b4c491c94f63de7df61d.jpg?c=18,794,731,731,280,280",
- "has_binding": true,
- "values": {
- "singular": "This link opens a chat with you:[
https://t.me/
%@]"
- }
- },
- "Username.Title": {
- "url": "https://translations.telegram.org/en/ios/settings/Username.Title",
- "photo_url": "https://telegra.ph/file/p/492b9faf0a3/ecd446c201acde6797f6b1d.jpg?c=181,44,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Username"
- }
- },
"Wallpaper.DeleteConfirmation": {
"url": "https://translations.telegram.org/en/ios/settings/Wallpaper.DeleteConfirmation",
"photo_url": "https://telegra.ph/file/p/0fa73641dc4/f0bb51ea9cd2bb6b639951d.jpg?c=263,1590,597,597,280,280",
@@ -5945,14 +5215,6 @@
"plural": "Delete
%@ Wallpapers"
}
},
- "Wallpaper.Search": {
- "url": "https://translations.telegram.org/en/ios/settings/Wallpaper.Search",
- "photo_url": "https://telegra.ph/file/p/2887c89aec7/088674ca2a0a19b9748d417.jpg?c=49,79,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Search for images"
- }
- },
"Wallpaper.SetCustomBackground": {
"url": "https://translations.telegram.org/en/ios/settings/Wallpaper.SetCustomBackground",
"photo_url": "https://telegra.ph/file/p/0fa73641dc4/f0bb51ea9cd2bb6b639951d.jpg?c=28,528,571,571,280,280",
@@ -5993,22 +5255,6 @@
"singular": "Colors"
}
},
- "WallpaperSearch.ColorTitle": {
- "url": "https://translations.telegram.org/en/ios/settings/WallpaperSearch.ColorTitle",
- "photo_url": "https://telegra.ph/file/p/2887c89aec7/088674ca2a0a19b9748d417.jpg?c=12,135,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "SEARCH BY COLOR"
- }
- },
- "WallpaperSearch.Recent": {
- "url": "https://translations.telegram.org/en/ios/settings/WallpaperSearch.Recent",
- "photo_url": "https://telegra.ph/file/p/2887c89aec7/088674ca2a0a19b9748d417.jpg?c=9,267,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "RECENT"
- }
- },
"WebBrowser.ClearCookies": {
"url": "https://translations.telegram.org/en/ios/settings/WebBrowser.ClearCookies",
"photo_url": "https://telegra.ph/file/p/bfd658a6530/c36d141d017e7bb62619717.jpg?c=81,397,280,280,280,280",
@@ -6144,13 +5390,5 @@
"values": {
"singular": "Telegram"
}
- },
- "WebSearch.RecentSectionClear": {
- "url": "https://translations.telegram.org/en/ios/settings/WebSearch.RecentSectionClear",
- "photo_url": "https://telegra.ph/file/p/2887c89aec7/088674ca2a0a19b9748d417.jpg?c=312,266,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Clear"
- }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/macos/chat_list.json b/data/web_tr/translations.telegram.org/en/macos/chat_list.json
index 58f672f7d3..8a76fd0154 100644
--- a/data/web_tr/translations.telegram.org/en/macos/chat_list.json
+++ b/data/web_tr/translations.telegram.org/en/macos/chat_list.json
@@ -1,20 +1,4 @@
{
- "Alert.Forward.Error": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Alert.Forward.Error",
- "photo_url": "https://telegra.ph/file/p/8aa86e720c9/bfe5e4693aa28ae178e661d.jpg?c=895,35,536,536,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, you can't forward messages to this conversation."
- }
- },
- "Alert.OK": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Alert.OK",
- "photo_url": "https://telegra.ph/file/p/8aa86e720c9/bfe5e4693aa28ae178e661d.jpg?c=1285,138,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "OK"
- }
- },
"Archive.Tooltip.JustArchive.Title": {
"url": "https://translations.telegram.org/en/macos/chat_list/Archive.Tooltip.JustArchive.Title",
"photo_url": "https://telegra.ph/file/p/39927373222/a3de6b8284bd2b5e970321d.jpg?c=41,1193,280,280,280,280",
@@ -23,298 +7,29 @@
"singular": "Chat archived."
}
},
- "Call.StatusCallingAccount": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Call.StatusCallingAccount",
- "photo_url": "https://telegra.ph/file/p/cae7c12e54e/c07a0e6b6d64c8d39d4fa1d.jpg?c=0,133,280,280,280,280",
+ "Chat.Service.SuggestedPhoto": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.SuggestedPhoto",
+ "photo_url": "https://telegra.ph/file/p/1b81d5d78b2/3c7acfd9e9416b12528de17.jpg?c=58,124,516,516,280,280",
"has_binding": false,
"values": {
- "singular": "calling →
%@..."
+ "singular": "
%@ suggests this photo for your Telegram profile"
}
},
- "Chat.ConnectingStatus.connecting": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.ConnectingStatus.connecting",
- "photo_url": "https://telegra.ph/file/p/b196df24dc7/b321380f04cbb89f48f781d.jpg?c=280,14,280,280,280,280",
+ "Chat.Service.YouSuggestedPhoto": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.YouSuggestedPhoto",
+ "photo_url": "https://telegra.ph/file/p/1887ce4fcf4/ec114077879165916d6f217.jpg?c=86,177,349,349,280,280",
"has_binding": false,
"values": {
- "singular": "Connecting"
+ "singular": "You suggested a profile photo"
}
},
- "Chat.Context.Archive": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Context.Archive",
- "photo_url": "https://telegra.ph/file/p/15c663ab5ed/4df4935b69c5f624bfbc61d.jpg?c=302,1020,280,280,280,280",
+ "Chat.UndoManager.ChannelDeleted": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.ChannelDeleted",
+ "photo_url": "https://telegra.ph/file/p/dc0ca6e1e92/9195d71292fb15116f12c1d.jpg?c=116,10,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Archive"
- }
- },
- "Chat.Context.Unarchive": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Context.Unarchive",
- "photo_url": "https://telegra.ph/file/p/311fcc0124f/82855e326f92405e8143e1d.jpg?c=343,349,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unarchive"
- }
- },
- "Chat.DropFolder.Desc": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.DropFolder.Desc",
- "photo_url": "https://telegra.ph/file/p/7328151c95d/ffd1486dc39faccb5e21b1d.jpg?c=43,178,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "as an archive"
- }
- },
- "Chat.DropFolder.Title": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.DropFolder.Title",
- "photo_url": "https://telegra.ph/file/p/7328151c95d/ffd1486dc39faccb5e21b1d.jpg?c=41,164,284,284,280,280",
- "has_binding": false,
- "values": {
- "singular": "Drop the folder here to send it"
- }
- },
- "Chat.ForwardActionHeader": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.ForwardActionHeader",
- "photo_url": "https://telegra.ph/file/p/0abfd6ae771/9a1ac84d391f4985a45011d.jpg?c=248,14,313,313,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forward Messages"
- }
- },
- "Chat.List.Contact": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Contact",
- "photo_url": "https://telegra.ph/file/p/51e8685bce7/42c9d195a3b89a26715d91d.jpg?c=116,326,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Contact"
- }
- },
- "Chat.List.GIF": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.GIF",
- "photo_url": "https://telegra.ph/file/p/51e8685bce7/42c9d195a3b89a26715d91d.jpg?c=112,537,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "GIF"
- }
- },
- "Chat.List.InstantVideo": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.InstantVideo",
- "photo_url": "https://telegra.ph/file/p/51e8685bce7/42c9d195a3b89a26715d91d.jpg?c=123,671,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video message"
- }
- },
- "Chat.List.Map": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Map",
- "photo_url": "https://telegra.ph/file/p/51e8685bce7/42c9d195a3b89a26715d91d.jpg?c=116,457,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Location"
- }
- },
- "Chat.List.Photo1": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Photo1",
- "photo_url": "https://telegra.ph/file/p/fbd3982e31e/dd4c9aad856d1888b533b17.jpg?c=102,340,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Photo",
- "plural": "
%d Photos"
- }
- },
- "Chat.List.Photo1_countable": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Photo1_countable",
- "photo_url": "https://telegra.ph/file/p/fbd3982e31e/dd4c9aad856d1888b533b17.jpg?c=88,340,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.List.Video": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Video",
- "photo_url": "https://telegra.ph/file/p/51e8685bce7/42c9d195a3b89a26715d91d.jpg?c=114,115,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video"
- }
- },
- "Chat.List.Video1": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Video1",
- "photo_url": "https://telegra.ph/file/p/fbd3982e31e/dd4c9aad856d1888b533b17.jpg?c=96,235,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Video",
- "plural": "
%d Videos"
- }
- },
- "Chat.List.Video1_countable": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.List.Video1_countable",
- "photo_url": "https://telegra.ph/file/p/fbd3982e31e/dd4c9aad856d1888b533b17.jpg?c=82,235,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Poll.SubmitVote": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Poll.SubmitVote",
- "photo_url": "https://telegra.ph/file/p/8c10053da31/9fc27f0d1ccf56a96bf3116.jpg?c=11,314,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Vote"
- }
- },
- "Chat.Poll.Type.AnonymousQuiz": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Poll.Type.AnonymousQuiz",
- "photo_url": "https://telegra.ph/file/p/8c10053da31/9fc27f0d1ccf56a96bf3116.jpg?c=1,129,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anonymous Quiz"
- }
- },
- "Chat.Poll.Type.Public": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Poll.Type.Public",
- "photo_url": "https://telegra.ph/file/p/8c10053da31/9fc27f0d1ccf56a96bf3116.jpg?c=1,271,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Poll"
- }
- },
- "Chat.Poll.Type.Quiz": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Poll.Type.Quiz",
- "photo_url": "https://telegra.ph/file/p/8c10053da31/9fc27f0d1ccf56a96bf3116.jpg?c=0,201,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz"
- }
- },
- "Chat.ProxySponsored.CapDesc": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.ProxySponsored.CapDesc",
- "photo_url": "https://telegra.ph/file/p/6477d6081e0/ddedb162cce8d3233692a1d.jpg?c=611,67,634,634,280,280",
- "has_binding": false,
- "values": {
- "singular": "This channel is shown by your proxy server"
- }
- },
- "Chat.Service.Channel.UpdatedTitle": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.Channel.UpdatedTitle",
- "photo_url": "https://telegra.ph/file/p/25540743917/c6278ddf119f1d18c2e9d1d.jpg?c=124,294,391,391,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel renamed to \"
%@\""
- }
- },
- "Chat.Service.Group.UpdatedTitle": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.Group.UpdatedTitle",
- "photo_url": "https://telegra.ph/file/p/f6563b5d238/5298ceb320502c745e3781d.jpg?c=107,81,496,496,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ changed the group name to \"
%@\""
- }
- },
- "Chat.Service.PeerJoinedTelegram": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.PeerJoinedTelegram",
- "photo_url": "https://telegra.ph/file/p/80297cfa191/a5a40ff8cc929cf87971a16.jpg?c=7,35,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ joined Telegram"
- }
- },
- "Chat.Service.PinnedMessage": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.PinnedMessage",
- "photo_url": "https://telegra.ph/file/p/917153a38a7/c597a01bb2793c2f38b471d.jpg?c=125,540,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "pinned message"
- }
- },
- "Chat.Service.You": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.Service.You",
- "photo_url": "https://telegra.ph/file/p/917153a38a7/c597a01bb2793c2f38b471d.jpg?c=111,116,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "You"
- }
- },
- "Chat.UndoManager.ChannelLeft": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.ChannelLeft",
- "photo_url": "https://telegra.ph/file/p/42626799c63/97206a744b276d6cd19391d.jpg?c=102,5,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel Left",
- "plural": "
%d Channels Left"
- }
- },
- "Chat.UndoManager.ChatLeft": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.ChatLeft",
- "photo_url": "https://telegra.ph/file/p/62f7602c281/7e0179fdfbdcc3e2442671d.jpg?c=83,0,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Chat Left",
- "plural": "
%d Chats Left"
- }
- },
- "Chat.UndoManager.ChatsDeleted": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.ChatsDeleted",
- "photo_url": "https://telegra.ph/file/p/13318159478/18820fb70cee4347424d91d.jpg?c=669,5,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Chat Deleted",
- "plural": "
%d Chats Deleted"
- }
- },
- "Chat.UndoManager.ChatsHistoryCleared": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.ChatsHistoryCleared",
- "photo_url": "https://telegra.ph/file/p/13ad65209ff/9bc50ea9c2000270fe86e1d.jpg?c=105,0,321,319,280,278",
- "has_binding": false,
- "values": {
- "singular": "Chat History Cleared",
- "plural": "
%d Chat History Cleared"
- }
- },
- "Chat.UndoManager.Undo": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Chat.UndoManager.Undo",
- "photo_url": "https://telegra.ph/file/p/13318159478/18820fb70cee4347424d91d.jpg?c=1217,5,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Undo"
- }
- },
- "ChatList.Add.BottomSeparator": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Add.BottomSeparator",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=1,40,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "CHATS"
- }
- },
- "ChatList.Add.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Add.Placeholder",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=5,6,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select chats..."
- }
- },
- "ChatList.Add.TopSeparator": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Add.TopSeparator",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=2,11,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "CHAT TYPES"
- }
- },
- "ChatList.ArchivedChats": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.ArchivedChats",
- "photo_url": "https://telegra.ph/file/p/9b35376d8cc/379a2d1f04076e53cf2761d.jpg?c=168,14,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Archived Chats"
- }
- },
- "ChatList.Context.Call": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Call",
- "photo_url": "https://telegra.ph/file/p/fda58fa0e1c/3d586c4a6be808250e5d31d.jpg?c=327,186,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Call"
+ "singular": "Channel Deleted.",
+ "plural": "
%d Channels Deleted."
}
},
"ChatList.Context.ClearHistory": {
@@ -325,116 +40,12 @@
"singular": "Clear History"
}
},
- "ChatList.Context.DeleteAndExit": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.DeleteAndExit",
- "photo_url": "https://telegra.ph/file/p/462fbb752b8/798f329ea5a1ba72647b21d.jpg?c=250,263,280,280,280,280",
+ "ChatList.Context.Sound": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Sound",
+ "photo_url": "https://telegra.ph/file/p/dda099f7806/8405fcab90c8ced00bebf17.jpg?c=227,317,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Delete and Leave"
- }
- },
- "ChatList.Context.DeleteChat": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.DeleteChat",
- "photo_url": "https://telegra.ph/file/p/fda58fa0e1c/3d586c4a6be808250e5d31d.jpg?c=353,247,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Chat"
- }
- },
- "ChatList.Context.LeaveChannel": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.LeaveChannel",
- "photo_url": "https://telegra.ph/file/p/349978fb13e/be6e125a675d2acdc4e3a1d.jpg?c=156,355,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave Channel"
- }
- },
- "ChatList.Context.LeaveGroup": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.LeaveGroup",
- "photo_url": "https://telegra.ph/file/p/e10030e06b6/2bd4258942fc5bdaf4e131d.jpg?c=353,167,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave Group"
- }
- },
- "ChatList.Context.MaskAsRead": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.MaskAsRead",
- "photo_url": "https://telegra.ph/file/p/c8ef8468990/607d641b268486747e9871d.jpg?c=70,222,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mark As Read"
- }
- },
- "ChatList.Context.MaskAsUnread": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.MaskAsUnread",
- "photo_url": "https://telegra.ph/file/p/ea977da698c/771591703df71f820d2331d.jpg?c=106,221,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mark As Unread"
- }
- },
- "ChatList.Context.Mute": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Mute",
- "photo_url": "https://telegra.ph/file/p/fda58fa0e1c/3d586c4a6be808250e5d31d.jpg?c=332,157,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mute"
- }
- },
- "ChatList.Context.Pin": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Pin",
- "photo_url": "https://telegra.ph/file/p/fda58fa0e1c/3d586c4a6be808250e5d31d.jpg?c=327,125,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pin"
- }
- },
- "ChatList.Context.PinError": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.PinError",
- "photo_url": "https://telegra.ph/file/p/db9d0d506f1/3f9a6d2f283a2a9f03b191d.jpg?c=1001,55,594,594,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, you can pin no more than 5 chats to the top."
- }
- },
- "ChatList.Context.PinErrorNew": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.PinErrorNew",
- "photo_url": "https://telegra.ph/file/p/f5b588401f6/dfe1f5564113e69d92ec31d.jpg?c=735,29,533,533,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, you can only pin 5 chats to the top."
- }
- },
- "ChatList.Context.Preview": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Preview",
- "photo_url": "https://telegra.ph/file/p/97398569ccf/8ce70a2e7546cc811ebc916.jpg?c=12,27,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Preview"
- }
- },
- "ChatList.Context.ReturnGroup": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.ReturnGroup",
- "photo_url": "https://telegra.ph/file/p/462fbb752b8/798f329ea5a1ba72647b21d.jpg?c=251,233,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Return to Group"
- }
- },
- "ChatList.Context.Unmute": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Unmute",
- "photo_url": "https://telegra.ph/file/p/11a4bfd3aa1/2ec2a4928f152b9015fc31d.jpg?c=296,271,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unmute"
- }
- },
- "ChatList.Context.Unpin": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Context.Unpin",
- "photo_url": "https://telegra.ph/file/p/e10030e06b6/2bd4258942fc5bdaf4e131d.jpg?c=333,104,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unpin"
+ "singular": "Sound"
}
},
"ChatList.DownloadsTag": {
@@ -445,142 +56,6 @@
"singular": "Downloads"
}
},
- "ChatList.Filter.Add.Done": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Add.Done",
- "photo_url": "https://telegra.ph/file/p/c9b0228aa3e/2da29e6655dcde3f48b4216.jpg?c=10,46,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Done"
- }
- },
- "ChatList.Filter.AddChats": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.AddChats",
- "photo_url": "https://telegra.ph/file/p/aa57a5cfa98/029f393ae4f435657db8e16.jpg?c=14,32,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
- "ChatList.Filter.AddToFolder": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.AddToFolder",
- "photo_url": "https://telegra.ph/file/p/b8db04f60fd/ead6752640dd681ed88a819.jpg?c=466,382,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add to folder..."
- }
- },
- "ChatList.Filter.AllChats": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.AllChats",
- "photo_url": "https://telegra.ph/file/p/b8db04f60fd/ead6752640dd681ed88a819.jpg?c=7,78,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "All Chats"
- }
- },
- "ChatList.Filter.Archive": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Archive",
- "photo_url": "https://telegra.ph/file/p/c9b0228aa3e/2da29e6655dcde3f48b4216.jpg?c=5,25,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Archived"
- }
- },
- "ChatList.Filter.Bots": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Bots",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=5,34,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Bots"
- }
- },
- "ChatList.Filter.Channels": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Channels",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=5,29,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channels"
- }
- },
- "ChatList.Filter.Confirm.Remove.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Confirm.Remove.Header",
- "photo_url": "https://telegra.ph/file/p/993acd591fb/4275fd07a1f973882dcdb16.jpg?c=11,25,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Remove Folder"
- }
- },
- "ChatList.Filter.Confirm.Remove.OK": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Confirm.Remove.OK",
- "photo_url": "https://telegra.ph/file/p/993acd591fb/4275fd07a1f973882dcdb16.jpg?c=14,33,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "ChatList.Filter.Confirm.Remove.Text": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Confirm.Remove.Text",
- "photo_url": "https://telegra.ph/file/p/993acd591fb/4275fd07a1f973882dcdb16.jpg?c=11,29,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to remove this folder? Your chats will not be deleted."
- }
- },
- "ChatList.Filter.Contacts": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Contacts",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=4,13,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Contacts"
- }
- },
- "ChatList.Filter.Delete": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Delete",
- "photo_url": "https://telegra.ph/file/p/aa57a5cfa98/029f393ae4f435657db8e16.jpg?c=13,40,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "ChatList.Filter.Discard.Cancel": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Discard.Cancel",
- "photo_url": "https://telegra.ph/file/p/aa39dd28c0e/41998cbd81b173747c03d16.jpg?c=6,37,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
- "ChatList.Filter.Discard.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Discard.Header",
- "photo_url": "https://telegra.ph/file/p/aa39dd28c0e/41998cbd81b173747c03d16.jpg?c=10,27,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discard Changes"
- }
- },
- "ChatList.Filter.Discard.OK": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Discard.OK",
- "photo_url": "https://telegra.ph/file/p/aa39dd28c0e/41998cbd81b173747c03d16.jpg?c=14,37,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discard"
- }
- },
- "ChatList.Filter.Discard.Text": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Discard.Text",
- "photo_url": "https://telegra.ph/file/p/aa39dd28c0e/41998cbd81b173747c03d16.jpg?c=10,32,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to discard all changes?"
- }
- },
- "ChatList.Filter.Done": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Done",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=20,19,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create"
- }
- },
"ChatList.Filter.Edit": {
"url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Edit",
"photo_url": "https://telegra.ph/file/p/aa57a5cfa98/029f393ae4f435657db8e16.jpg?c=11,22,280,280,280,280",
@@ -589,38 +64,6 @@
"singular": "Edit Folder"
}
},
- "ChatList.Filter.EditFilters": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.EditFilters",
- "photo_url": "https://telegra.ph/file/p/403262bbde1/bc05d5dec1dbfb5ea92ad16.jpg?c=1,21,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit Folders"
- }
- },
- "ChatList.Filter.Empty": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Empty",
- "photo_url": "https://telegra.ph/file/p/da9ce107a12/bc2c6dee76d95213a0f8a17.jpg?c=82,253,431,431,280,280",
- "has_binding": true,
- "values": {
- "singular": "**No chats currently match this folder.**
[Edit Folder](filter)"
- }
- },
- "ChatList.Filter.Error.Empty": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Error.Empty",
- "photo_url": "https://telegra.ph/file/p/1ccf11c11ff/3c2740d09d6ee3e47536c16.jpg?c=11,28,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Please add some chats or chat types to the folder."
- }
- },
- "ChatList.Filter.Exclude.AddChat": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Exclude.AddChat",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=4,151,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
"ChatList.Filter.Exclude.Desc": {
"url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Exclude.Desc",
"photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=10,160,280,280,280,280",
@@ -629,47 +72,6 @@
"singular": "Choose chats or types of chats that will not appear in this folder."
}
},
- "ChatList.Filter.Exclude.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Exclude.Header",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=2,138,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "EXCLUDED CHATS"
- }
- },
- "ChatList.Filter.Groups": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Groups",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=4,24,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups"
- }
- },
- "ChatList.Filter.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Header",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=10,71,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create folders for different groups of chats and quickly switch between them."
- }
- },
- "ChatList.Filter.Hide": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Hide",
- "photo_url": "https://telegra.ph/file/p/57d9f3d27ed/050834e16072b0f2cf97616.jpg?c=5,30,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Hide
%d Chat",
- "plural": "Hide
%d Chats"
- }
- },
- "ChatList.Filter.Include.AddChat": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Include.AddChat",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=5,116,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
"ChatList.Filter.Include.Desc": {
"url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Include.Desc",
"photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=9,126,280,280,280,280",
@@ -678,238 +80,116 @@
"singular": "Choose chats or types of chats that will appear in this folder."
}
},
- "ChatList.Filter.Include.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Include.Header",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=2,103,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "INCLUDED CHATS"
- }
- },
- "ChatList.Filter.Include.RemoveChat": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Include.RemoveChat",
- "photo_url": "https://telegra.ph/file/p/9868cfd4803/adef8d63d22e9c627c48916.jpg?c=12,38,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Remove"
- }
- },
- "ChatList.Filter.List.AddNew": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.List.AddNew",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=2,122,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add a Custom Folder"
- }
- },
- "ChatList.Filter.List.Desc": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.List.Desc",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=9,133,280,280,280,280",
+ "ChatList.Filter.InviteLink.Delete": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.InviteLink.Delete",
+ "photo_url": "https://telegra.ph/file/p/aa5fb7bb3a9/813f948421ba6d88c0f9017.jpg?c=161,498,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Drag and drop folders to change order. Right click to remove."
+ "singular": "Delete"
}
},
- "ChatList.Filter.List.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.List.Header",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=1,89,280,280,280,280",
+ "ChatList.Filter.InviteLink.Delete.Confirm": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.InviteLink.Delete.Confirm",
+ "photo_url": "https://telegra.ph/file/p/5ea40e541d9/d71c38a9a45244da8781e17.jpg?c=121,46,401,401,280,280",
"has_binding": false,
"values": {
- "singular": "FOLDERS"
+ "singular": "Are you sure you want to revoke and delete this invite link?"
}
},
- "ChatList.Filter.List.Title": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.List.Title",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=10,18,280,280,280,280",
+ "ChatList.Filter.InviteLink.Desc": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.InviteLink.Desc",
+ "photo_url": "https://telegra.ph/file/p/280982868ab/90793fc4543d6682ceed717.jpg?c=119,453,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Chat Folders"
+ "singular": "includes
%d chats"
}
},
- "ChatList.Filter.MutedChats": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.MutedChats",
- "photo_url": "https://telegra.ph/file/p/c9b0228aa3e/2da29e6655dcde3f48b4216.jpg?c=5,13,280,280,280,280",
+ "ChatList.Filter.InviteLink.Info": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.InviteLink.Info",
+ "photo_url": "https://telegra.ph/file/p/280982868ab/90793fc4543d6682ceed717.jpg?c=74,510,427,427,280,280",
"has_binding": true,
"values": {
- "singular": "Muted"
+ "singular": "Share access to some of this folder's groups and channels with others."
}
},
- "ChatList.Filter.Name.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Name.Header",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=1,76,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "FOLDER NAME"
- }
- },
- "ChatList.Filter.Name.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Name.Placeholder",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=1,88,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Folder Name"
- }
- },
- "ChatList.Filter.NewTitle": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.NewTitle",
- "photo_url": "https://telegra.ph/file/p/13d536cf2b7/f39328ce287b54d02891816.jpg?c=10,19,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create Folder"
- }
- },
- "ChatList.Filter.NonContacts": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.NonContacts",
- "photo_url": "https://telegra.ph/file/p/d235efb6171/c7f804fe1733670724d8216.jpg?c=5,19,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Non-Contacts"
- }
- },
- "ChatList.Filter.ReadChats": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.ReadChats",
- "photo_url": "https://telegra.ph/file/p/c9b0228aa3e/2da29e6655dcde3f48b4216.jpg?c=4,19,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Read"
- }
- },
- "ChatList.Filter.Recommended.Add": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Recommended.Add",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=18,176,280,280,280,280",
+ "ChatList.Filter.InviteLink.header": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.InviteLink.header",
+ "photo_url": "https://telegra.ph/file/p/280982868ab/90793fc4543d6682ceed717.jpg?c=63,357,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Add"
+ "singular": "INVITE LINK"
}
},
- "ChatList.Filter.Recommended.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Recommended.Header",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=2,147,280,280,280,280",
+ "ChatList.Filter.MuteAll": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.MuteAll",
+ "photo_url": "https://telegra.ph/file/p/3e805390fbf/2b2a9cd28c028db24f3c017.jpg?c=49,205,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "RECOMMENDED"
+ "singular": "Mute All"
}
},
- "ChatList.Filter.ShowMore": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.ShowMore",
- "photo_url": "https://telegra.ph/file/p/094f9f63cd5/0db60cab97a1605f8c6ef16.jpg?c=6,30,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show
%d More Chat",
- "plural": "Show
%d More Chats"
- }
- },
- "ChatList.Filter.ShowMore_countable": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.ShowMore_countable",
- "photo_url": "https://telegra.ph/file/p/094f9f63cd5/0db60cab97a1605f8c6ef16.jpg?c=6,30,280,280,280,280",
+ "ChatList.Filter.ReadAll": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.ReadAll",
+ "photo_url": "https://telegra.ph/file/p/22495ef39a0/3b9440c28291e8914318517.jpg?c=98,191,280,280,280,280",
"has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "ChatList.Filter.TabBar.Desc": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.TabBar.Desc",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=7,254,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "If you have many folders, try moving tabs to the left."
- }
- },
- "ChatList.Filter.TabBar.Header": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.TabBar.Header",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=1,196,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "TABS VIEW"
- }
- },
- "ChatList.Filter.TabBar.OnTheLeft": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.TabBar.OnTheLeft",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=16,245,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Tabs on the left"
- }
- },
- "ChatList.Filter.TabBar.OnTheTop": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.TabBar.OnTheTop",
- "photo_url": "https://telegra.ph/file/p/4c15aacf4b6/5262a8bae68d6549cf6dd16.jpg?c=4,243,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Tabs at the top"
- }
- },
- "ChatList.Filter.Title": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Title",
- "photo_url": "https://telegra.ph/file/p/094f9f63cd5/0db60cab97a1605f8c6ef16.jpg?c=11,4,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Folder"
- }
- },
- "ChatList.Popover.ReadAll": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Popover.ReadAll",
- "photo_url": "https://telegra.ph/file/p/5c59e879567/fae00167c53d9243a8d4619.jpg?c=129,328,280,280,280,280",
- "has_binding": true,
"values": {
"singular": "Read All"
}
},
- "ChatList.RevealAction.Collapse": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.RevealAction.Collapse",
- "photo_url": "https://telegra.ph/file/p/34e1154364b/3b026c758ab15378b63b31d.jpg?c=295,101,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Collapse"
- }
- },
- "ChatList.RevealAction.Expand": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.RevealAction.Expand",
- "photo_url": "https://telegra.ph/file/p/d2abf49ff75/8745f8366e7c30f78aa8d1d.jpg?c=361,98,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Expand"
- }
- },
- "ChatList.Service.Call.incoming": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Service.Call.incoming",
- "photo_url": "https://telegra.ph/file/p/e2f876e25df/199e5cad49cde39089c311d.jpg?c=50,284,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Incoming Call (
%@)"
- }
- },
- "ChatList.Service.DestructingPhoto": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Service.DestructingPhoto",
- "photo_url": "https://telegra.ph/file/p/ee5fbffd1cd/016607753cda2754a97601d.jpg?c=126,510,330,330,280,280",
- "has_binding": true,
- "values": {
- "singular": "self-destructing photo"
- }
- },
- "ChatList.Service.DestructingVideo": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Service.DestructingVideo",
- "photo_url": "https://telegra.ph/file/p/fb497fb3903/c3d89cd4a1a7eea0e2a391d.jpg?c=127,105,324,324,280,280",
- "has_binding": true,
- "values": {
- "singular": "self-destructing video"
- }
- },
- "ChatList.Service.GameScored1": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Service.GameScored1",
- "photo_url": "https://telegra.ph/file/p/88c5fce3f8c/3e1cfecf90e26c5ae4d461d.jpg?c=115,118,280,280,280,280",
+ "ChatList.Filter.Share": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.Share",
+ "photo_url": "https://telegra.ph/file/p/e9d1ab9607f/bd64281d064e6fd1d00eb17.jpg?c=56,224,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "scored
%d in
%@",
- "plural": "scored
%d in
%@"
+ "singular": "Share"
}
},
- "ChatList.Service.VideoCall.incoming": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Service.VideoCall.incoming",
- "photo_url": "https://telegra.ph/file/p/def1f66086f/ddbdfaeeccab6292e96e616.jpg?c=2,107,280,280,280,280",
+ "ChatList.Filter.UnmuteAll": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Filter.UnmuteAll",
+ "photo_url": "https://telegra.ph/file/p/e9d1ab9607f/bd64281d064e6fd1d00eb17.jpg?c=62,195,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Incoming Video Call (
%@)"
+ "singular": "Unmute All"
+ }
+ },
+ "ChatList.Mute.Until": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Mute.Until",
+ "photo_url": "https://telegra.ph/file/p/0d0949218af/aa1f2db4e6146a3ccc33b17.jpg?c=252,351,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Mute Until..."
+ }
+ },
+ "ChatList.Mute.Until.OK": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Mute.Until.OK",
+ "photo_url": "https://telegra.ph/file/p/ba6e1f68dfb/08fee8100ab1774b88c6b17.jpg?c=160,583,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Mute"
+ }
+ },
+ "ChatList.Mute.Until.Title": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Mute.Until.Title",
+ "photo_url": "https://telegra.ph/file/p/ba6e1f68dfb/08fee8100ab1774b88c6b17.jpg?c=160,405,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Mute Until…"
+ }
+ },
+ "ChatList.Search.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Search.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/0d0949218af/aa1f2db4e6146a3ccc33b17.jpg?c=145,42,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Search (⌘K)"
+ }
+ },
+ "ChatList.Service.VideoCall.Cancelled": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Service.VideoCall.Cancelled",
+ "photo_url": "https://telegra.ph/file/p/bd2bd030ee7/1a14e23a039c6e8f0a03116.jpg?c=5,63,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Canceled Video Call"
}
},
"ChatList.Service.VoiceChatFinished.Channel1": {
@@ -968,124 +248,12 @@
"singular": "Live stream started"
}
},
- "ChatList.SponsoredChannel": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.SponsoredChannel",
- "photo_url": "https://telegra.ph/file/p/23d53ac384e/b336ddae2e004764e82321d.jpg?c=368,79,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Proxy Sponsor"
- }
- },
- "ChatList.Swiping.Archive": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Archive",
- "photo_url": "https://telegra.ph/file/p/b380ba3b46c/c9aa5a63aace2fe0d35151d.jpg?c=417,382,280,280,280,280",
+ "Compose.Confirm.StartSecretChat": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/Compose.Confirm.StartSecretChat",
+ "photo_url": "https://telegra.ph/file/p/a1258846e13/db9862276c4aba26ce6931d.jpg?c=547,46,399,399,280,280",
"has_binding": false,
"values": {
- "singular": "Archive"
- }
- },
- "ChatList.Swiping.Delete": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Delete",
- "photo_url": "https://telegra.ph/file/p/52cda7e9f5b/94bd38c4468ddcc2323221d.jpg?c=444,364,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "ChatList.Swiping.Mute": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Mute",
- "photo_url": "https://telegra.ph/file/p/354c340202e/606ce407bbd100374c12f1d.jpg?c=329,140,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Mute"
- }
- },
- "ChatList.Swiping.Pin": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Pin",
- "photo_url": "https://telegra.ph/file/p/52cda7e9f5b/94bd38c4468ddcc2323221d.jpg?c=214,363,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pin"
- }
- },
- "ChatList.Swiping.Read": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Read",
- "photo_url": "https://telegra.ph/file/p/40b100527d8/70e82e073315aa73d58851d.jpg?c=16,139,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Read"
- }
- },
- "ChatList.Swiping.Unarchive": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Unarchive",
- "photo_url": "https://telegra.ph/file/p/45eb8b4b27a/357eff960a0cdc6209c8c1d.jpg?c=398,410,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unarchive"
- }
- },
- "ChatList.Swiping.Unmute": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Unmute",
- "photo_url": "https://telegra.ph/file/p/52cda7e9f5b/94bd38c4468ddcc2323221d.jpg?c=317,365,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unmute"
- }
- },
- "ChatList.Swiping.Unpin": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Unpin",
- "photo_url": "https://telegra.ph/file/p/354c340202e/606ce407bbd100374c12f1d.jpg?c=201,140,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unpin"
- }
- },
- "ChatList.Swiping.Unread": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.Swiping.Unread",
- "photo_url": "https://telegra.ph/file/p/8883e743fc8/dd1688feeed4e26d916451d.jpg?c=3,248,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unread"
- }
- },
- "ChatList.UnsupportedMessage": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.UnsupportedMessage",
- "photo_url": "https://telegra.ph/file/p/95f9ad4d960/4948d60166936f6c98d681d.jpg?c=114,193,387,387,280,280",
- "has_binding": false,
- "values": {
- "singular": "Message is not supported"
- }
- },
- "ChatList.You": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ChatList.You",
- "photo_url": "https://telegra.ph/file/p/dc3af0c20e9/c0609009ca8153595cd0c1d.jpg?c=109,258,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "You"
- }
- },
- "Compose.Popover.NewChannel": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Compose.Popover.NewChannel",
- "photo_url": "https://telegra.ph/file/p/4a3021d1a5f/712579e40a36af02a55601d.jpg?c=331,225,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Channel"
- }
- },
- "Compose.Popover.NewGroup": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Compose.Popover.NewGroup",
- "photo_url": "https://telegra.ph/file/p/4a3021d1a5f/712579e40a36af02a55601d.jpg?c=329,97,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Group"
- }
- },
- "Compose.Popover.NewSecretChat": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Compose.Popover.NewSecretChat",
- "photo_url": "https://telegra.ph/file/p/4a3021d1a5f/712579e40a36af02a55601d.jpg?c=346,160,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Secret Chat"
+ "singular": "Start a secret chat with
%@?"
}
},
"DownloadsManager.Control.Title": {
@@ -1121,62 +289,6 @@
"singular": "clear"
}
},
- "EmptyPeer.Description": {
- "url": "https://translations.telegram.org/en/macos/chat_list/EmptyPeer.Description",
- "photo_url": "https://telegra.ph/file/p/3e24ac03dfd/0bec85eb5ec84433fbdb31d.jpg?c=919,439,537,537,280,280",
- "has_binding": true,
- "values": {
- "singular": "Select a chat to start messaging"
- }
- },
- "FastSettings.DisableDarkMode": {
- "url": "https://translations.telegram.org/en/macos/chat_list/FastSettings.DisableDarkMode",
- "photo_url": "https://telegra.ph/file/p/035c4e79f3e/323a1bc196b26bb877c111d.jpg?c=395,902,313,313,280,280",
- "has_binding": false,
- "values": {
- "singular": "Disable Dark Mode"
- }
- },
- "FastSettings.EnableDarkMode": {
- "url": "https://translations.telegram.org/en/macos/chat_list/FastSettings.EnableDarkMode",
- "photo_url": "https://telegra.ph/file/p/eef31b6c3b8/4e1534b765573fbd6cb761d.jpg?c=404,909,304,304,280,280",
- "has_binding": false,
- "values": {
- "singular": "Enable Dark Mode"
- }
- },
- "FastSettings.LockTelegram": {
- "url": "https://translations.telegram.org/en/macos/chat_list/FastSettings.LockTelegram",
- "photo_url": "https://telegra.ph/file/p/eef31b6c3b8/4e1534b765573fbd6cb761d.jpg?c=401,862,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Lock Telegram"
- }
- },
- "FastSettings.Mute2Hours": {
- "url": "https://translations.telegram.org/en/macos/chat_list/FastSettings.Mute2Hours",
- "photo_url": "https://telegra.ph/file/p/eef31b6c3b8/4e1534b765573fbd6cb761d.jpg?c=406,987,290,290,280,280",
- "has_binding": false,
- "values": {
- "singular": "Mute For 2 Hours"
- }
- },
- "FastSettings.SetPasscode": {
- "url": "https://translations.telegram.org/en/macos/chat_list/FastSettings.SetPasscode",
- "photo_url": "https://telegra.ph/file/p/035c4e79f3e/323a1bc196b26bb877c111d.jpg?c=392,858,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Set a Passcode"
- }
- },
- "FastSettings.Unmute": {
- "url": "https://translations.telegram.org/en/macos/chat_list/FastSettings.Unmute",
- "photo_url": "https://telegra.ph/file/p/44fe69618c2/f99172a354586384717361d.jpg?c=384,996,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unmute"
- }
- },
"Forward.ToSavedMessages": {
"url": "https://translations.telegram.org/en/macos/chat_list/Forward.ToSavedMessages",
"photo_url": "https://telegra.ph/file/p/61d96769805/e76af6ac57cbbed19813c1d.jpg?c=34,66,305,305,280,280",
@@ -1185,56 +297,6 @@
"singular": "Forward messages here for quick access"
}
},
- "ForwardModalAction.Title": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ForwardModalAction.Title",
- "photo_url": "https://telegra.ph/file/p/ee9f9b05236/f57e21e35faccfe4d89be1d.jpg?c=851,350,473,473,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwarding message",
- "plural": "Forwarding messages"
- }
- },
- "ForwardModalAction.description": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ForwardModalAction.description",
- "photo_url": "https://telegra.ph/file/p/ee9f9b05236/f57e21e35faccfe4d89be1d.jpg?c=617,162,895,895,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select a user or chat to forward message from
%@",
- "plural": "Select a user or chat to forward messages from
%@"
- }
- },
- "InlineModalAction.Desc": {
- "url": "https://translations.telegram.org/en/macos/chat_list/InlineModalAction.Desc",
- "photo_url": "https://telegra.ph/file/p/5d3fa545bc5/20cf4f7e6ffe87ac947811d.jpg?c=761,275,367,367,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select a user or chat to share content via
%@"
- }
- },
- "InlineModalAction.Title": {
- "url": "https://translations.telegram.org/en/macos/chat_list/InlineModalAction.Title",
- "photo_url": "https://telegra.ph/file/p/5d3fa545bc5/20cf4f7e6ffe87ac947811d.jpg?c=800,300,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share bot content"
- }
- },
- "Message.Status.Archive.FailedSizeLimit": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Message.Status.Archive.FailedSizeLimit",
- "photo_url": "https://telegra.ph/file/p/6023dac1a24/0d636841358d1c5c08d8d1d.jpg?c=49,190,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "file size limit exceeded"
- }
- },
- "Message.Status.ArchivePreparing": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Message.Status.ArchivePreparing",
- "photo_url": "https://telegra.ph/file/p/b50e911b6d4/18027c98a0e9a00b3e13a1d.jpg?c=29,193,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "preparing archive"
- }
- },
"Message.Status.Archiving": {
"url": "https://translations.telegram.org/en/macos/chat_list/Message.Status.Archiving",
"photo_url": "https://telegra.ph/file/p/c74a7749c95/1ce9b0864d0eed5893e251d.jpg?c=68,359,280,280,280,280",
@@ -1243,76 +305,68 @@
"singular": "
%d% archived"
}
},
- "Messages.DeletedMessage": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Messages.DeletedMessage",
- "photo_url": "https://telegra.ph/file/p/f6563b5d238/5298ceb320502c745e3781d.jpg?c=613,86,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Deleted message"
- }
- },
- "NewContact.Exception.ShareMyPhoneNumber": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewContact.Exception.ShareMyPhoneNumber",
- "photo_url": "https://telegra.ph/file/p/2201ec26949/e7b63a4f55b361bb1a8361d.jpg?c=479,764,391,391,280,280",
+ "NewSessionReview.Accept.Text": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Accept.Text",
+ "photo_url": "https://telegra.ph/file/p/670d85964f8/7f937ca9af5f23c35593c17.jpg?c=96,203,407,407,280,280",
"has_binding": true,
"values": {
- "singular": "Share My Phone Number"
+ "singular": "You can check the list of your active logins in
[Settings > Active Sessions.]()"
}
},
- "NewContact.Exception.ShareMyPhoneNumber.Desc": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewContact.Exception.ShareMyPhoneNumber.Desc",
- "photo_url": "https://telegra.ph/file/p/2201ec26949/e7b63a4f55b361bb1a8361d.jpg?c=464,700,561,561,280,280",
+ "NewSessionReview.Accept.Title": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Accept.Title",
+ "photo_url": "https://telegra.ph/file/p/670d85964f8/7f937ca9af5f23c35593c17.jpg?c=91,246,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "You can make your phone visible to
%@."
+ "singular": "New Login Allowed"
}
},
- "NewContact.Phone": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewContact.Phone",
- "photo_url": "https://telegra.ph/file/p/2201ec26949/e7b63a4f55b361bb1a8361d.jpg?c=474,641,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "phone number"
- }
- },
- "NewContact.Phone.Hidden": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewContact.Phone.Hidden",
- "photo_url": "https://telegra.ph/file/p/2201ec26949/e7b63a4f55b361bb1a8361d.jpg?c=439,680,280,280,280,280",
+ "NewSessionReview.Item.Text": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Item.Text",
+ "photo_url": "https://telegra.ph/file/p/5c125018581/0a3a88204d78f667baf5c17.jpg?c=92,67,480,480,280,280",
"has_binding": true,
"values": {
- "singular": "Hidden"
+ "singular": "We detected a new login to your account from
%1$@,
%2$@. Is it you?"
}
},
- "NewContact.Phone.Hidden.Text": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewContact.Phone.Hidden.Text",
- "photo_url": "https://telegra.ph/file/p/2201ec26949/e7b63a4f55b361bb1a8361d.jpg?c=465,587,553,553,280,280",
+ "NewSessionReview.Item.Title": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Item.Title",
+ "photo_url": "https://telegra.ph/file/p/5c125018581/0a3a88204d78f667baf5c17.jpg?c=117,64,434,434,280,280",
"has_binding": true,
"values": {
- "singular": "Phone number will be **visible** once
%@ adds you as a contact."
+ "singular": "Someone just got access to your messages!"
}
},
- "NewContact.Title": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewContact.Title",
- "photo_url": "https://telegra.ph/file/p/2201ec26949/e7b63a4f55b361bb1a8361d.jpg?c=613,362,280,280,280,280",
+ "NewSessionReview.Modal.Button": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Modal.Button",
+ "photo_url": "https://telegra.ph/file/p/319381295e6/6e6dc5aceb55654f70b2317.jpg?c=161,368,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "New Contact"
+ "singular": "Got It"
}
},
- "NewPoll.QuizMultiple.Error": {
- "url": "https://translations.telegram.org/en/macos/chat_list/NewPoll.QuizMultiple.Error",
- "photo_url": "https://telegra.ph/file/p/af627eebbb4/f9afb1c652f9d571e6fb316.jpg?c=10,180,280,280,280,280",
+ "NewSessionReview.Modal.Header": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Modal.Header",
+ "photo_url": "https://telegra.ph/file/p/319381295e6/6e6dc5aceb55654f70b2317.jpg?c=82,107,438,438,280,280",
"has_binding": true,
"values": {
- "singular": "Polls in quiz mode can have only one correct answer."
+ "singular": "Never send your login code to anyone or you can lose your Telegram account!"
}
},
- "Peer.SavedMessages": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Peer.SavedMessages",
- "photo_url": "https://telegra.ph/file/p/a31e79f8782/cda9dd396621d7efba9661d.jpg?c=685,538,281,281,280,280",
+ "NewSessionReview.Modal.Text": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Modal.Text",
+ "photo_url": "https://telegra.ph/file/p/319381295e6/6e6dc5aceb55654f70b2317.jpg?c=106,254,390,390,280,280",
"has_binding": true,
"values": {
- "singular": "Saved Messages"
+ "singular": "We have terminated the login attempt from
%1$@,
%2$@."
+ }
+ },
+ "NewSessionReview.Modal.Title": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/NewSessionReview.Modal.Title",
+ "photo_url": "https://telegra.ph/file/p/319381295e6/6e6dc5aceb55654f70b2317.jpg?c=161,291,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Login Prevented"
}
},
"Peer.Status.recently": {
@@ -1323,52 +377,20 @@
"singular": "last seen recently"
}
},
- "PeerInfo.Confirm.DeleteUserChat": {
- "url": "https://translations.telegram.org/en/macos/chat_list/PeerInfo.Confirm.DeleteUserChat",
- "photo_url": "https://telegra.ph/file/p/664244193c1/7fde72d979c86cbb826bd1d.jpg?c=170,0,482,256,280,150",
+ "Premium.Limit.Pin.Info": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/Premium.Limit.Pin.Info",
+ "photo_url": "https://telegra.ph/file/p/e2c06642de5/73328816ede65287d5dc017.jpg?c=10,331,580,580,280,280",
"has_binding": true,
"values": {
- "singular": "Are you sure you want to delete the chat?"
+ "singular": "Sorry, you can't pin more than **
%1$@** chats to the top. Unpin some of the currently pinned ones or subscribe to **Telegram Premium** to double the limit to **
%2$@** chats."
}
},
- "PeerInfo.Unarchive": {
- "url": "https://translations.telegram.org/en/macos/chat_list/PeerInfo.Unarchive",
- "photo_url": "https://telegra.ph/file/p/c73d9c09c58/d5bb7ed71c712255affa316.jpg?c=19,18,280,280,280,280",
+ "Premium.Limit.SharedFoldersInvites.Info": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/Premium.Limit.SharedFoldersInvites.Info",
+ "photo_url": "https://telegra.ph/file/p/6cc486b8d02/d36b932e439a92f46194017.jpg?c=72,357,456,456,280,280",
"has_binding": true,
"values": {
- "singular": "Unarchive"
- }
- },
- "Presence.Support": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Presence.Support",
- "photo_url": "https://telegra.ph/file/p/4c5dc5981f4/34d370f2d9fc437d619ca19.jpg?c=61,197,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "support"
- }
- },
- "Presence.bot": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Presence.bot",
- "photo_url": "https://telegra.ph/file/p/4c5dc5981f4/34d370f2d9fc437d619ca19.jpg?c=58,256,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "bot"
- }
- },
- "PreviewSender.ArchiveTooltip": {
- "url": "https://translations.telegram.org/en/macos/chat_list/PreviewSender.ArchiveTooltip",
- "photo_url": "https://telegra.ph/file/p/4633c398d78/2aaf7551eb891d439a73b1d.jpg?c=40,177,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Archive all media in one zip file"
- }
- },
- "RecentCalls.Delete": {
- "url": "https://translations.telegram.org/en/macos/chat_list/RecentCalls.Delete",
- "photo_url": "https://telegra.ph/file/p/540eb061979/4c393215dc7d038441dbd16.jpg?c=17,23,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
+ "singular": "You can only create **
%1$@** invite links. Upgrade to **Telegram Premium** to create up to **
%2$@**."
}
},
"RecentCalls.DeleteCalls": {
@@ -1379,30 +401,6 @@
"singular": "Are you sure you want to delete this call?"
}
},
- "RecentCalls.DeleteForMeAnd": {
- "url": "https://translations.telegram.org/en/macos/chat_list/RecentCalls.DeleteForMeAnd",
- "photo_url": "https://telegra.ph/file/p/7d097cb266c/494c39bcc0c33a9dc978a16.jpg?c=9,19,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete for me and
%@"
- }
- },
- "RecentCalls.DeleteHeader": {
- "url": "https://translations.telegram.org/en/macos/chat_list/RecentCalls.DeleteHeader",
- "photo_url": "https://telegra.ph/file/p/7d097cb266c/494c39bcc0c33a9dc978a16.jpg?c=4,4,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "Schedule.SendWhenOnline": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Schedule.SendWhenOnline",
- "photo_url": "https://telegra.ph/file/p/0b3594914b7/c6eea71c0d4ae77dc2a2e16.jpg?c=10,115,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send When Online"
- }
- },
"Search.Confirm.ClearHistory": {
"url": "https://translations.telegram.org/en/macos/chat_list/Search.Confirm.ClearHistory",
"photo_url": "https://telegra.ph/file/p/94256a745c7/35bdce0e0f757a175b45d1d.jpg?c=382,39,644,644,280,280",
@@ -1411,206 +409,143 @@
"singular": "Do you want to clear your search history?"
}
},
- "Search.Global.Channel1": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Global.Channel1",
- "photo_url": "https://telegra.ph/file/p/3e24ac03dfd/0bec85eb5ec84433fbdb31d.jpg?c=219,132,326,326,280,280",
+ "SharedFolder.Confirm.Delete": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Confirm.Delete",
+ "photo_url": "https://telegra.ph/file/p/720e3dbc274/66476a0524f73da5eaf3c17.jpg?c=105,32,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Folder?"
+ }
+ },
+ "SharedFolder.Confirm.Delete.Text": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Confirm.Delete.Text",
+ "photo_url": "https://telegra.ph/file/p/720e3dbc274/66476a0524f73da5eaf3c17.jpg?c=108,42,457,457,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete this folder? This will also deactivate all the invite links created to share this folder."
+ }
+ },
+ "SharedFolder.CreateLink": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.CreateLink",
+ "photo_url": "https://telegra.ph/file/p/280982868ab/90793fc4543d6682ceed717.jpg?c=124,392,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create Invite Link"
+ }
+ },
+ "SharedFolder.DeselectAll": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.DeselectAll",
+ "photo_url": "https://telegra.ph/file/p/d089eda6d24/2cf81ca6d7de7d7aba92517.jpg?c=253,419,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "DESELECT ALL"
+ }
+ },
+ "SharedFolder.Done.RemoveFolder": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Done.RemoveFolder",
+ "photo_url": "https://telegra.ph/file/p/d2e350835c6/cd021cae613f524fbec6217.jpg?c=161,591,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%@,
%d subscriber",
- "plural": "
%@,
%d subscribers"
+ "singular": "Remove Folder"
}
},
- "Search.Global.Group1": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Global.Group1",
- "photo_url": "https://telegra.ph/file/p/89988f6202b/c248b075ed7a9bd4d51a41d.jpg?c=246,137,280,280,280,280",
+ "SharedFolder.Done.RemoveFolderAndChats": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Done.RemoveFolderAndChats",
+ "photo_url": "https://telegra.ph/file/p/d089eda6d24/2cf81ca6d7de7d7aba92517.jpg?c=161,591,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Remove Folder and Chats"
+ }
+ },
+ "SharedFolder.ListHeader.Quit": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.ListHeader.Quit",
+ "photo_url": "https://telegra.ph/file/p/d089eda6d24/2cf81ca6d7de7d7aba92517.jpg?c=71,417,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%d CHATS TO LEAVE",
+ "plural": "
%d CHATS TO LEAVE"
+ }
+ },
+ "SharedFolder.SelectAll": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.SelectAll",
+ "photo_url": "https://telegra.ph/file/p/d2e350835c6/cd021cae613f524fbec6217.jpg?c=256,419,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%@,
%d member",
- "plural": "
%@,
%d members"
+ "singular": "SELECT ALL"
}
},
- "Search.Popular.Articles": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Popular.Articles",
- "photo_url": "https://telegra.ph/file/p/a69a558239a/4fd2d6af38113201705ae1d.jpg?c=111,158,280,280,280,280",
+ "SharedFolder.Status.Links": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Status.Links",
+ "photo_url": "https://telegra.ph/file/p/280982868ab/90793fc4543d6682ceed717.jpg?c=88,257,424,424,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create more links to set up different access levels for different people."
+ }
+ },
+ "SharedFolder.Status.Remove": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Status.Remove",
+ "photo_url": "https://telegra.ph/file/p/d089eda6d24/2cf81ca6d7de7d7aba92517.jpg?c=70,283,460,460,280,280",
"has_binding": false,
"values": {
- "singular": "Articles"
+ "singular": "Do you want to leave the chats you joined when adding the folder **
%1$@**?"
}
},
- "Search.Popular.Delete": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Popular.Delete",
- "photo_url": "https://telegra.ph/file/p/e0f5521c9e4/31135418f8f24c9d061e61d.jpg?c=237,94,280,280,280,280",
+ "SharedFolder.Title.RemoveFolder": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Title.RemoveFolder",
+ "photo_url": "https://telegra.ph/file/p/d089eda6d24/2cf81ca6d7de7d7aba92517.jpg?c=160,239,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Remove Folder"
+ }
+ },
+ "SharedFolder.Title.ShareFolder": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Title.ShareFolder",
+ "photo_url": "https://telegra.ph/file/p/280982868ab/90793fc4543d6682ceed717.jpg?c=160,189,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Delete"
+ "singular": "Share Folder"
}
},
- "Search.Popular.SavedMessages": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Popular.SavedMessages",
- "photo_url": "https://telegra.ph/file/p/a69a558239a/4fd2d6af38113201705ae1d.jpg?c=0,158,280,280,280,280",
+ "SharedFolder.Tooltip.Added.Text": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Tooltip.Added.Text",
+ "photo_url": "https://telegra.ph/file/p/dc504d247ba/60489596714f42e98103117.jpg?c=160,427,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Saved"
+ "singular": "You also joined
%d new chat",
+ "plural": "You also joined
%d new chats"
}
},
- "Search.Separator.ChatsAndContacts": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Separator.ChatsAndContacts",
- "photo_url": "https://telegra.ph/file/p/dc3af0c20e9/c0609009ca8153595cd0c1d.jpg?c=6,69,338,338,280,280",
- "has_binding": false,
- "values": {
- "singular": "contacts and chats"
- }
- },
- "Search.Separator.GlobalPeers": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Separator.GlobalPeers",
- "photo_url": "https://telegra.ph/file/p/aa669dc535b/344fa3cf57a71c67ee5171d.jpg?c=8,75,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "global search"
- }
- },
- "Search.Separator.Messages": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Separator.Messages",
- "photo_url": "https://telegra.ph/file/p/dc3af0c20e9/c0609009ca8153595cd0c1d.jpg?c=7,187,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "messages"
- }
- },
- "Search.Separator.Popular": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Separator.Popular",
- "photo_url": "https://telegra.ph/file/p/fd45f43e1a0/764de4e3212320c3f04eb1d.jpg?c=7,71,280,280,280,280",
+ "SharedFolder.Tooltip.Added.Title": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Tooltip.Added.Title",
+ "photo_url": "https://telegra.ph/file/p/81ca9d47ea9/f7bd2b4c3561330cc0e6217.jpg?c=144,404,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "People"
+ "singular": "Folder
%@ Added"
}
},
- "Search.Separator.Recent": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Search.Separator.Recent",
- "photo_url": "https://telegra.ph/file/p/046feded10c/df975a040533b74e4e8a71d.jpg?c=7,154,280,280,280,280",
+ "SharedFolder.Tooltip.Updated.Text": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SharedFolder.Tooltip.Updated.Text",
+ "photo_url": "https://telegra.ph/file/p/81ca9d47ea9/f7bd2b4c3561330cc0e6217.jpg?c=160,427,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Recent"
+ "singular": "You also joined
%d new chat",
+ "plural": "You also joined
%d new chats"
}
},
- "SearchField.Search": {
- "url": "https://translations.telegram.org/en/macos/chat_list/SearchField.Search",
- "photo_url": "https://telegra.ph/file/p/a69a558239a/4fd2d6af38113201705ae1d.jpg?c=42,13,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search"
- }
- },
- "Separator.Clear": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Separator.Clear",
- "photo_url": "https://telegra.ph/file/p/046feded10c/df975a040533b74e4e8a71d.jpg?c=445,154,280,280,280,280",
+ "SuspiciousSession.Me": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SuspiciousSession.Me",
+ "photo_url": "https://telegra.ph/file/p/5c125018581/0a3a88204d78f667baf5c17.jpg?c=105,148,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "clear"
+ "singular": "Yes, it's me"
}
},
- "Separator.ShowLess": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Separator.ShowLess",
- "photo_url": "https://telegra.ph/file/p/e2a7035f6ea/6161adb179364e5e029681d.jpg?c=403,71,280,280,280,280",
+ "SuspiciousSession.NotMe": {
+ "url": "https://translations.telegram.org/en/macos/chat_list/SuspiciousSession.NotMe",
+ "photo_url": "https://telegra.ph/file/p/5c125018581/0a3a88204d78f667baf5c17.jpg?c=289,148,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "show less"
- }
- },
- "Separator.ShowMore": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Separator.ShowMore",
- "photo_url": "https://telegra.ph/file/p/fd45f43e1a0/764de4e3212320c3f04eb1d.jpg?c=403,72,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "show more"
- }
- },
- "ServiceMessage.ExpiredFile": {
- "url": "https://translations.telegram.org/en/macos/chat_list/ServiceMessage.ExpiredFile",
- "photo_url": "https://telegra.ph/file/p/1288e0de5db/6bbf5bdb5b8ea49c946521d.jpg?c=119,327,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "file has expired"
- }
- },
- "Weekday.ShortFriday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortFriday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=455,295,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Fri"
- }
- },
- "Weekday.ShortMonday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortMonday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=448,719,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mon"
- }
- },
- "Weekday.ShortSaturday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortSaturday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=447,189,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sat"
- }
- },
- "Weekday.ShortSunday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortSunday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=453,77,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sun"
- }
- },
- "Weekday.ShortThursday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortThursday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=451,401,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Thu"
- }
- },
- "Weekday.ShortTuesday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortTuesday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=454,612,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Tue"
- }
- },
- "Weekday.ShortWednesday": {
- "url": "https://translations.telegram.org/en/macos/chat_list/Weekday.ShortWednesday",
- "photo_url": "https://telegra.ph/file/p/0f192ec779f/93aaeaa6c9a28d429c4e51d.jpg?c=447,504,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Wed"
- }
- },
- "peerInfo.Confirm.ClearHistory.Group": {
- "url": "https://translations.telegram.org/en/macos/chat_list/peerInfo.Confirm.ClearHistory.Group",
- "photo_url": "https://telegra.ph/file/p/16b036cf038/3727b0b943633a1eeb1a61d.jpg?c=646,32,648,648,280,280",
- "has_binding": true,
- "values": {
- "singular": "This will delete all messages and media in this chat from your Telegram cloud. Other members of the group will still have them."
- }
- },
- "peerInfo.Confirm.ClearHistory.User": {
- "url": "https://translations.telegram.org/en/macos/chat_list/peerInfo.Confirm.ClearHistory.User",
- "photo_url": "https://telegra.ph/file/p/a1fb94129cb/2045256460982c09f49361d.jpg?c=655,33,663,663,280,280",
- "has_binding": true,
- "values": {
- "singular": "This will delete all messages and media in this chat from your Telegram cloud. Your chat partner will still have them."
- }
- },
- "peerInfo.Confirm.ClearHistory.UserBothSides": {
- "url": "https://translations.telegram.org/en/macos/chat_list/peerInfo.Confirm.ClearHistory.UserBothSides",
- "photo_url": "https://telegra.ph/file/p/134252840d0/4a7feefcf591afd6e60cb1d.jpg?c=561,37,601,601,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to delete all messages in the chat?"
+ "singular": "No, it's not me!"
}
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/macos/general.json b/data/web_tr/translations.telegram.org/en/macos/general.json
index bb4b20095f..0fc95c062e 100644
--- a/data/web_tr/translations.telegram.org/en/macos/general.json
+++ b/data/web_tr/translations.telegram.org/en/macos/general.json
@@ -1,4 +1,36 @@
{
+ "1000.title": {
+ "url": "https://translations.telegram.org/en/macos/general/1000.title",
+ "photo_url": "https://telegra.ph/file/p/65d925683a9/744c7314bfabd701c713c1d.jpg?c=35,53,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Check for Updates"
+ }
+ },
+ "2oI-Rn-ZJC.title": {
+ "url": "https://translations.telegram.org/en/macos/general/2oI-Rn-ZJC.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=276,384,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Transformations"
+ }
+ },
+ "4J7-dP-txa.title": {
+ "url": "https://translations.telegram.org/en/macos/general/4J7-dP-txa.title",
+ "photo_url": "https://telegra.ph/file/p/d2bae5c21ea/8b3241e8ad4a821ed77cc1d.jpg?c=363,34,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter Full Screen"
+ }
+ },
+ "4sb-4s-VLi.title": {
+ "url": "https://translations.telegram.org/en/macos/general/4sb-4s-VLi.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=113,312,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Quit Telegram"
+ }
+ },
"5QF-Oa-p0T.title": {
"url": "https://translations.telegram.org/en/macos/general/5QF-Oa-p0T.title",
"photo_url": "https://telegra.ph/file/p/380ce3533f9/7f8baf7b7b79c03c7f13a1d.jpg?c=61,0,280,278,280,278",
@@ -7,6 +39,54 @@
"singular": "Edit"
}
},
+ "5kV-Vb-QxS.title": {
+ "url": "https://translations.telegram.org/en/macos/general/5kV-Vb-QxS.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=115,34,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "About Telegram"
+ }
+ },
+ "6dh-zS-Vam.title": {
+ "url": "https://translations.telegram.org/en/macos/general/6dh-zS-Vam.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=251,66,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Redo"
+ }
+ },
+ "78Y-hA-62v.title": {
+ "url": "https://translations.telegram.org/en/macos/general/78Y-hA-62v.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=133,725,473,473,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Correct Spelling Automatically"
+ }
+ },
+ "9ic-FL-obx.title": {
+ "url": "https://translations.telegram.org/en/macos/general/9ic-FL-obx.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=268,353,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Substitutions"
+ }
+ },
+ "9yt-4B-nSM.title": {
+ "url": "https://translations.telegram.org/en/macos/general/9yt-4B-nSM.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=765,402,289,289,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Smart Copy/Paste"
+ }
+ },
+ "About.Description": {
+ "url": "https://translations.telegram.org/en/macos/general/About.Description",
+ "photo_url": "https://telegra.ph/file/p/52e4f4abe19/1626d1d0e91b9bc88d8cf1d.jpg?c=494,304,596,596,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Free messaging app for macOS based on MTProto for speed and security."
+ }
+ },
"Account.Confirm.AskQuestion": {
"url": "https://translations.telegram.org/en/macos/general/Account.Confirm.AskQuestion",
"photo_url": "https://telegra.ph/file/p/762f634e3ff/89d88fdea5f8571da40a71d.jpg?c=549,18,730,730,280,280",
@@ -15,6 +95,110 @@
"singular": "Please note that Telegram Support is done by volunteers. We try to respond as quickly as possible, but it may take some time.
Please take a look at the Telegram FAQ: it has important troubleshooting tips and answers to most questions."
}
},
+ "Account.Confirm.GoToFaq": {
+ "url": "https://translations.telegram.org/en/macos/general/Account.Confirm.GoToFaq",
+ "photo_url": "https://telegra.ph/file/p/762f634e3ff/89d88fdea5f8571da40a71d.jpg?c=579,202,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Open FAQ"
+ }
+ },
+ "Account.Confirm.Logout": {
+ "url": "https://translations.telegram.org/en/macos/general/Account.Confirm.Logout",
+ "photo_url": "https://telegra.ph/file/p/a3cdd132bef/2464f5173312f12e7f3771d.jpg?c=523,20,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Log out?"
+ }
+ },
+ "Account.Confirm.LogoutText": {
+ "url": "https://translations.telegram.org/en/macos/general/Account.Confirm.LogoutText",
+ "photo_url": "https://telegra.ph/file/p/a3cdd132bef/2464f5173312f12e7f3771d.jpg?c=532,26,669,669,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remember, logging out cancels all your Secret Chats."
+ }
+ },
+ "AccountSettings.About": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.About",
+ "photo_url": "https://telegra.ph/file/p/a629ec2e472/a05d2828613fd41c530b71d.jpg?c=42,609,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "About"
+ }
+ },
+ "AccountSettings.AskQuestion": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.AskQuestion",
+ "photo_url": "https://telegra.ph/file/p/a629ec2e472/a05d2828613fd41c530b71d.jpg?c=46,739,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ask a Question"
+ }
+ },
+ "AccountSettings.Bio": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.Bio",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=42,702,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bio"
+ }
+ },
+ "AccountSettings.CurrentLanguage": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.CurrentLanguage",
+ "photo_url": "https://telegra.ph/file/p/0e5fa182b46/47678158bc9f419aece7b1d.jpg?c=495,486,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "English"
+ }
+ },
+ "AccountSettings.FAQ": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.FAQ",
+ "photo_url": "https://telegra.ph/file/p/a629ec2e472/a05d2828613fd41c530b71d.jpg?c=45,678,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram FAQ"
+ }
+ },
+ "AccountSettings.General": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.General",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=44,349,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "General"
+ }
+ },
+ "AccountSettings.Language": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.Language",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=45,803,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Language"
+ }
+ },
+ "AccountSettings.Logout": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.Logout",
+ "photo_url": "https://telegra.ph/file/p/a629ec2e472/a05d2828613fd41c530b71d.jpg?c=43,839,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Log Out"
+ }
+ },
+ "AccountSettings.Notifications": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.Notifications",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=46,542,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Notifications and Sounds"
+ }
+ },
+ "AccountSettings.PrivacyAndSecurity": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.PrivacyAndSecurity",
+ "photo_url": "https://telegra.ph/file/p/a629ec2e472/a05d2828613fd41c530b71d.jpg?c=47,398,324,324,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Privacy and Security"
+ }
+ },
"AccountSettings.ReadArticles": {
"url": "https://translations.telegram.org/en/macos/general/AccountSettings.ReadArticles",
"photo_url": "https://telegra.ph/file/p/7968738f222/05ece3ae9b53a7f2300281d.jpg?c=825,3,280,280,280,280",
@@ -23,6 +207,14 @@
"singular": "Read Articles"
}
},
+ "AccountSettings.SetProfilePhoto": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.SetProfilePhoto",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=48,253,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Set Profile Photo"
+ }
+ },
"AccountSettings.Stickers": {
"url": "https://translations.telegram.org/en/macos/general/AccountSettings.Stickers",
"photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=44,478,280,280,280,280",
@@ -31,61 +223,28 @@
"singular": "Stickers and Emoji"
}
},
- "AccountsController.NewAccount": {
- "url": "https://translations.telegram.org/en/macos/general/AccountsController.NewAccount",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "New Account"
- }
- },
- "Alert.SendError.Delete": {
- "url": "https://translations.telegram.org/en/macos/general/Alert.SendError.Delete",
- "photo_url": "https://telegra.ph/file/p/d991e0d5ed3/175553c0a8e33792157c017.jpg?c=145,334,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "Alert.SendError.Header": {
- "url": "https://translations.telegram.org/en/macos/general/Alert.SendError.Header",
- "photo_url": "https://telegra.ph/file/p/d991e0d5ed3/175553c0a8e33792157c017.jpg?c=39,64,491,491,280,280",
- "has_binding": false,
- "values": {
- "singular": "Your message could not be sent"
- }
- },
- "Alert.SendError.Ignore": {
- "url": "https://translations.telegram.org/en/macos/general/Alert.SendError.Ignore",
- "photo_url": "https://telegra.ph/file/p/d991e0d5ed3/175553c0a8e33792157c017.jpg?c=146,379,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ignore"
- }
- },
- "Alert.SendError.Resend": {
- "url": "https://translations.telegram.org/en/macos/general/Alert.SendError.Resend",
- "photo_url": "https://telegra.ph/file/p/d991e0d5ed3/175553c0a8e33792157c017.jpg?c=145,250,280,280,280,280",
+ "AccountSettings.Username": {
+ "url": "https://translations.telegram.org/en/macos/general/AccountSettings.Username",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=45,638,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Resend"
+ "singular": "Username"
}
},
- "Alert.SendError.ResendItems": {
- "url": "https://translations.telegram.org/en/macos/general/Alert.SendError.ResendItems",
- "photo_url": "https://telegra.ph/file/p/d991e0d5ed3/175553c0a8e33792157c017.jpg?c=132,284,294,294,280,280",
- "has_binding": false,
+ "Alert.UserDoesntExists": {
+ "url": "https://translations.telegram.org/en/macos/general/Alert.UserDoesntExists",
+ "photo_url": "https://telegra.ph/file/p/9d17d8a39ec/099147429af3f826130771d.jpg?c=553,42,474,474,280,280",
+ "has_binding": true,
"values": {
- "singular": "Resend
%d message",
- "plural": "Resend
%d messages"
+ "singular": "Sorry, this user doesn't seem to exist."
}
},
- "Alert.SendError.Text": {
- "url": "https://translations.telegram.org/en/macos/general/Alert.SendError.Text",
- "photo_url": "https://telegra.ph/file/p/d991e0d5ed3/175553c0a8e33792157c017.jpg?c=36,86,497,497,280,280",
+ "App.MaxFileSize": {
+ "url": "https://translations.telegram.org/en/macos/general/App.MaxFileSize",
+ "photo_url": "https://telegra.ph/file/p/ec13bf00338/3788187bd606766ab9c1e1d.jpg?c=558,47,348,348,280,280",
"has_binding": false,
"values": {
- "singular": "An error occurred while sending the previous message. Would you like to try resending it?"
+ "singular": "Maximum file size is 2 GB"
}
},
"App.MaxFileSize1": {
@@ -96,30 +255,6 @@
"singular": "Maximum file size is 2 GB"
}
},
- "App.Tooltip.VideoRecord": {
- "url": "https://translations.telegram.org/en/macos/general/App.Tooltip.VideoRecord",
- "photo_url": "https://telegra.ph/file/p/2e4c9da1496/b89e4340782bb393b32fd1d.jpg?c=831,881,677,677,280,280",
- "has_binding": true,
- "values": {
- "singular": "Hold to record video. Click to switch to voice."
- }
- },
- "App.Tooltip.VoiceRecord": {
- "url": "https://translations.telegram.org/en/macos/general/App.Tooltip.VoiceRecord",
- "photo_url": "https://telegra.ph/file/p/b1aa6722daf/7bfbb035e189a3e05370f1d.jpg?c=831,881,677,677,280,280",
- "has_binding": true,
- "values": {
- "singular": "Hold to record voice. Click to switch to video."
- }
- },
- "ApplyLanguage.ChangeLanguageAction": {
- "url": "https://translations.telegram.org/en/macos/general/ApplyLanguage.ChangeLanguageAction",
- "photo_url": "https://telegra.ph/file/p/e4daa3e9bdd/a9c48f1530cb7c4a08ea11d.jpg?c=311,239,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change"
- }
- },
"ApplyLanguage.ChangeLanguageAlreadyActive": {
"url": "https://translations.telegram.org/en/macos/general/ApplyLanguage.ChangeLanguageAlreadyActive",
"photo_url": "https://telegra.ph/file/p/42c18d2e153/b1d3c3e46b166f0da87591d.jpg?c=160,0,508,250,280,138",
@@ -128,22 +263,6 @@
"singular": "The language
%@ is already active."
}
},
- "ApplyLanguage.ChangeLanguageOfficialText": {
- "url": "https://translations.telegram.org/en/macos/general/ApplyLanguage.ChangeLanguageOfficialText",
- "photo_url": "https://telegra.ph/file/p/e4daa3e9bdd/a9c48f1530cb7c4a08ea11d.jpg?c=0,0,630,526,264,220",
- "has_binding": true,
- "values": {
- "singular": "You are about to apply the language pack **
%@**.
This will translate the entire interface. You can suggest corrections in the [translation panel]().
You can change your language back at any time in Settings."
- }
- },
- "ApplyLanguage.ChangeLanguageTitle": {
- "url": "https://translations.telegram.org/en/macos/general/ApplyLanguage.ChangeLanguageTitle",
- "photo_url": "https://telegra.ph/file/p/e4daa3e9bdd/a9c48f1530cb7c4a08ea11d.jpg?c=154,7,315,315,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Language?"
- }
- },
"ApplyLanguage.UnsufficientDataOpenPlatform": {
"url": "https://translations.telegram.org/en/macos/general/ApplyLanguage.UnsufficientDataOpenPlatform",
"photo_url": "https://telegra.ph/file/p/d866472445d/c4db848a62a7fc7de0afb1d.jpg?c=294,0,304,280,280,258",
@@ -216,12 +335,28 @@
"singular": "Remove All"
}
},
- "AutoremoveMessages.Day": {
- "url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Day",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=10,134,280,280,280,280",
+ "Audio.UnknownArtist": {
+ "url": "https://translations.telegram.org/en/macos/general/Audio.UnknownArtist",
+ "photo_url": "https://telegra.ph/file/p/d594e4bbdfe/af560dba8bf1978eeb7fb1d.jpg?c=794,29,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unknown Artist"
+ }
+ },
+ "Audio.UntitledSong": {
+ "url": "https://translations.telegram.org/en/macos/general/Audio.UntitledSong",
+ "photo_url": "https://telegra.ph/file/p/d594e4bbdfe/af560dba8bf1978eeb7fb1d.jpg?c=791,41,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "After 1 Day"
+ "singular": "Untitled"
+ }
+ },
+ "AudioController.videoMessage": {
+ "url": "https://translations.telegram.org/en/macos/general/AudioController.videoMessage",
+ "photo_url": "https://telegra.ph/file/p/aa2e943f284/c199f9d174c041b2cb46d1d.jpg?c=944,26,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "video message"
}
},
"AutoremoveMessages.Day1": {
@@ -232,22 +367,6 @@
"singular": "1 Day"
}
},
- "AutoremoveMessages.Desc": {
- "url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Desc",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=11,155,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Automatically delete new messages sent in this chat after a certain period of time."
- }
- },
- "AutoremoveMessages.Header": {
- "url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Header",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=3,123,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "AUTO-DELETE MESSAGES"
- }
- },
"AutoremoveMessages.Month1": {
"url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Month1",
"photo_url": "https://telegra.ph/file/p/378083f85e1/8c453b289fb4e94adb61b16.jpg?c=18,114,280,280,280,280",
@@ -256,14 +375,6 @@
"singular": "1 Month"
}
},
- "AutoremoveMessages.Never": {
- "url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Never",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=1,133,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Never"
- }
- },
"AutoremoveMessages.Title": {
"url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Title",
"photo_url": "https://telegra.ph/file/p/4a6468447a0/dbf551d9cf1c73df62ff916.jpg?c=10,85,280,280,280,280",
@@ -272,22 +383,6 @@
"singular": "Clear Chat History"
}
},
- "AutoremoveMessages.Title.DeleteOnly": {
- "url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Title.DeleteOnly",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=10,42,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Auto-Deletion"
- }
- },
- "AutoremoveMessages.Week": {
- "url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Week",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=18,133,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "After 1 Week"
- }
- },
"AutoremoveMessages.Week1": {
"url": "https://translations.telegram.org/en/macos/general/AutoremoveMessages.Week1",
"photo_url": "https://telegra.ph/file/p/378083f85e1/8c453b289fb4e94adb61b16.jpg?c=13,114,280,280,280,280",
@@ -304,84 +399,12 @@
"singular": "Settings…"
}
},
- "Bio.Save": {
- "url": "https://translations.telegram.org/en/macos/general/Bio.Save",
- "photo_url": null,
+ "Cag-YX-WT6.title": {
+ "url": "https://translations.telegram.org/en/macos/general/Cag-YX-WT6.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=115,198,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Save"
- }
- },
- "Birthday.Separator.Tomorrow": {
- "url": "https://translations.telegram.org/en/macos/general/Birthday.Separator.Tomorrow",
- "photo_url": "https://telegra.ph/file/p/77387c2d4ad/994cb4c7af557e734278e17.jpg?c=50,266,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "BIRTHDAY TOMORROW"
- }
- },
- "Birthday.Separator.Yesterday": {
- "url": "https://translations.telegram.org/en/macos/general/Birthday.Separator.Yesterday",
- "photo_url": "https://telegra.ph/file/p/77387c2d4ad/994cb4c7af557e734278e17.jpg?c=50,205,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "BIRTHDAY YESTERDAY"
- }
- },
- "Calendar.WeekDays.Friday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Friday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=14,133,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "F"
- }
- },
- "Calendar.WeekDays.Monday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Monday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=0,133,279,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "M"
- }
- },
- "Calendar.WeekDays.Saturday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Saturday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=17,134,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "S"
- }
- },
- "Calendar.WeekDays.Sunday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Sunday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=21,133,279,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "S"
- }
- },
- "Calendar.WeekDays.Thrusday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Thrusday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=10,133,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "T"
- }
- },
- "Calendar.WeekDays.Tuesday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Tuesday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=3,133,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "T"
- }
- },
- "Calendar.WeekDays.Wednesday": {
- "url": "https://translations.telegram.org/en/macos/general/Calendar.WeekDays.Wednesday",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=6,133,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "W"
+ "singular": "Hide Telegram"
}
},
"Call.RatingModal.NotNow": {
@@ -392,14 +415,6 @@
"singular": "Not Now"
}
},
- "Call.RatingModal.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/general/Call.RatingModal.Placeholder",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Leave comment..."
- }
- },
"Call.RatingModal.Text": {
"url": "https://translations.telegram.org/en/macos/general/Call.RatingModal.Text",
"photo_url": "https://telegra.ph/file/p/06aee351ca9/19cc53fa1d62adcf0ab4619.jpg?c=294,413,389,389,280,280",
@@ -408,6 +423,22 @@
"singular": "Please rate the quality of your Telegram call"
}
},
+ "Call.Recent.Incoming": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.Recent.Incoming",
+ "photo_url": "https://telegra.ph/file/p/8ca99ddde36/7bf06966214f65ecd57911d.jpg?c=179,113,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Incoming"
+ }
+ },
+ "Call.Recent.Outgoing": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.Recent.Outgoing",
+ "photo_url": "https://telegra.ph/file/p/f6d508a58e7/f69ee940e3a818b98580f1d.jpg?c=125,112,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Outgoing"
+ }
+ },
"Call.SameDevice.Error": {
"url": "https://translations.telegram.org/en/macos/general/Call.SameDevice.Error",
"photo_url": "https://telegra.ph/file/p/8210fc9dbb0/5cbdd6a87b3a75a9fba3217.jpg?c=160,263,280,280,280,280",
@@ -416,20 +447,52 @@
"singular": "Sorry, you can’t make a call between two accounts on the same device."
}
},
- "Call.ShortMinutes_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Call.ShortMinutes_countable",
- "photo_url": null,
- "has_binding": false,
+ "Call.StatusBusy": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.StatusBusy",
+ "photo_url": "https://telegra.ph/file/p/2937df1ace9/5c472dd8f36c1c5c6e1ad1d.jpg?c=758,676,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "
%d"
+ "singular": "Busy"
}
},
- "Call.ShortSeconds_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Call.ShortSeconds_countable",
- "photo_url": null,
+ "Call.StatusCalling": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.StatusCalling",
+ "photo_url": "https://telegra.ph/file/p/907ebab3b70/8555e26c58b2a5e19541c1d.jpg?c=755,629,343,343,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "is calling you..."
+ }
+ },
+ "Call.StatusEnded": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.StatusEnded",
+ "photo_url": "https://telegra.ph/file/p/5dcb5beba32/2f5500434e34d431ffa051d.jpg?c=771,678,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Call Ended"
+ }
+ },
+ "Call.StatusRequesting": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.StatusRequesting",
+ "photo_url": "https://telegra.ph/file/p/cc7a8e890ca/527b3f034119a69a8d0e81d.jpg?c=762,677,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Contacting..."
+ }
+ },
+ "Call.StatusRinging": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.StatusRinging",
+ "photo_url": "https://telegra.ph/file/p/80d3993abd1/bfd905d4949bd0dd7128d1d.jpg?c=762,675,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ringing..."
+ }
+ },
+ "Call.UndefinedError": {
+ "url": "https://translations.telegram.org/en/macos/general/Call.UndefinedError",
+ "photo_url": "https://telegra.ph/file/p/3130809f6fc/233ba11e027b7526512141d.jpg?c=576,46,437,437,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "Undefined error, please try later."
}
},
"CallFeedback.AddComment": {
@@ -552,6 +615,14 @@
"singular": "WHAT WENT WRONG?"
}
},
+ "CallHeader.EndCall": {
+ "url": "https://translations.telegram.org/en/macos/general/CallHeader.EndCall",
+ "photo_url": "https://telegra.ph/file/p/52128f1a45d/f5ba2e51d77c66cd4b0051d.jpg?c=1240,7,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "End Call"
+ }
+ },
"Canvas.Clear": {
"url": "https://translations.telegram.org/en/macos/general/Canvas.Clear",
"photo_url": "https://telegra.ph/file/p/9acb9d8a4f6/bfefe48cc725c271fb49b16.jpg?c=14,114,280,280,280,280",
@@ -584,22 +655,6 @@
"singular": "⌘Z"
}
},
- "ChangeNumber.ConfirmCode.Error.invalidCode": {
- "url": "https://translations.telegram.org/en/macos/general/ChangeNumber.ConfirmCode.Error.invalidCode",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Invalid code. Please try again."
- }
- },
- "ChangeNumber.SendData.Error.Generic": {
- "url": "https://translations.telegram.org/en/macos/general/ChangeNumber.SendData.Error.Generic",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "An error occurred. Please try again later."
- }
- },
"Chat.Accessory.Forward": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Accessory.Forward",
"photo_url": "https://telegra.ph/file/p/be4349a13b1/da093b295f04e9e59ba5d16.jpg?c=4,132,280,280,280,280",
@@ -609,14 +664,6 @@
"plural": "Forward
%d Messages"
}
},
- "Chat.Accessory.Forward.From": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Accessory.Forward.From",
- "photo_url": "https://telegra.ph/file/p/3202dabfc66/2dacca87f3f39392737bf16.jpg?c=3,123,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "From"
- }
- },
"Chat.Accessory.Forward.You": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Accessory.Forward.You",
"photo_url": "https://telegra.ph/file/p/fa7e31255c5/25cc0be02270c867614b916.jpg?c=3,163,280,280,280,280",
@@ -633,23 +680,6 @@
"singular": "
%d"
}
},
- "Chat.Accessory.Hidden": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Accessory.Hidden",
- "photo_url": "https://telegra.ph/file/p/3202dabfc66/2dacca87f3f39392737bf16.jpg?c=9,122,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forward Message (sender's name hidden)",
- "plural": "Forward
%d Messages (senders' names hidden)"
- }
- },
- "Chat.Accessory.Hidden_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Accessory.Hidden_countable",
- "photo_url": "https://telegra.ph/file/p/3202dabfc66/2dacca87f3f39392737bf16.jpg?c=5,123,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.Action.ViewTheme": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Action.ViewTheme",
"photo_url": "https://telegra.ph/file/p/a21c5259616/d21701a103c1f0e9ff84f19.jpg?c=169,316,280,280,280,280",
@@ -658,100 +688,6 @@
"singular": "VIEW THEME"
}
},
- "Chat.Alert.Forward.Action.Another": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Action.Another",
- "photo_url": "https://telegra.ph/file/p/3202dabfc66/2dacca87f3f39392737bf16.jpg?c=8,113,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forward to Another Chat"
- }
- },
- "Chat.Alert.Forward.Action.Cancel": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Action.Cancel",
- "photo_url": "https://telegra.ph/file/p/8fc03381314/305e4ff89b02015b3a77719.jpg?c=460,359,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel Forwarding"
- }
- },
- "Chat.Alert.Forward.Action.Hide1": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Action.Hide1",
- "photo_url": "https://telegra.ph/file/p/3202dabfc66/2dacca87f3f39392737bf16.jpg?c=7,103,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Hide Sender's Name",
- "plural": "Hide Senders' Names"
- }
- },
- "Chat.Alert.Forward.Action.HideCaption": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Action.HideCaption",
- "photo_url": "https://telegra.ph/file/p/df07e446617/9f51db78b44bb1dac1ff516.jpg?c=6,185,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Hide Caption",
- "plural": "Hide Captions"
- }
- },
- "Chat.Alert.Forward.Action.Show1": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Action.Show1",
- "photo_url": "https://telegra.ph/file/p/3202dabfc66/2dacca87f3f39392737bf16.jpg?c=7,94,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show Sender's Name",
- "plural": "Show Senders' Names"
- }
- },
- "Chat.Alert.Forward.Action.ShowCaption": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Action.ShowCaption",
- "photo_url": "https://telegra.ph/file/p/df07e446617/9f51db78b44bb1dac1ff516.jpg?c=7,169,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show Caption",
- "plural": "Show Captions"
- }
- },
- "Chat.Alert.Forward.Header": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Header",
- "photo_url": "https://telegra.ph/file/p/8fc03381314/305e4ff89b02015b3a77719.jpg?c=460,242,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d Message",
- "plural": "
%d Messages"
- }
- },
- "Chat.Alert.Forward.Header_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Header_countable",
- "photo_url": "https://telegra.ph/file/p/8fc03381314/305e4ff89b02015b3a77719.jpg?c=437,241,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Alert.Forward.Text": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Text",
- "photo_url": "https://telegra.ph/file/p/8fc03381314/305e4ff89b02015b3a77719.jpg?c=459,266,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "What would you like to do with
%1$@ from
%2$@?"
- }
- },
- "Chat.Alert.Forward.Text.Inner": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Text.Inner",
- "photo_url": "https://telegra.ph/file/p/8fc03381314/305e4ff89b02015b3a77719.jpg?c=415,272,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d message",
- "plural": "
%d messages"
- }
- },
- "Chat.Alert.Forward.Text.Inner_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Alert.Forward.Text.Inner_countable",
- "photo_url": "https://telegra.ph/file/p/8fc03381314/305e4ff89b02015b3a77719.jpg?c=527,260,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.ApplyProxy": {
"url": "https://translations.telegram.org/en/macos/general/Chat.ApplyProxy",
"photo_url": "https://telegra.ph/file/p/1dc400e8f6f/083162b0e56d6960d69031d.jpg?c=307,935,280,280,280,280",
@@ -760,6 +696,14 @@
"singular": "ADD PROXY"
}
},
+ "Chat.Call.Outgoing": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Call.Outgoing",
+ "photo_url": "https://telegra.ph/file/p/52128f1a45d/f5ba2e51d77c66cd4b0051d.jpg?c=753,782,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Outgoing Call"
+ }
+ },
"Chat.Channel.Unaccessible": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Channel.Unaccessible",
"photo_url": "https://telegra.ph/file/p/a39e2b14fe5/04bb45311cbad1144bf831d.jpg?c=173,0,466,258,280,154",
@@ -768,36 +712,20 @@
"singular": "Sorry, this channel is not accessible."
}
},
- "Chat.ChatTheme.ApplyTheme": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.ChatTheme.ApplyTheme",
- "photo_url": "https://telegra.ph/file/p/febbd3de37e/ab3c499029421cfec21e316.jpg?c=16,237,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Apply Theme"
- }
- },
- "Chat.ChatTheme.Cancel": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.ChatTheme.Cancel",
- "photo_url": "https://telegra.ph/file/p/febbd3de37e/ab3c499029421cfec21e316.jpg?c=5,236,280,280,280,280",
+ "Chat.Confirm.ActionUndonable": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Confirm.ActionUndonable",
+ "photo_url": "https://telegra.ph/file/p/5726f007cab/4ecbc3cc6045e0b5415611d.jpg?c=554,13,433,433,280,280",
"has_binding": false,
"values": {
- "singular": "Cancel"
+ "singular": "This action can't be undone"
}
},
- "Chat.ChatTheme.NoTheme": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.ChatTheme.NoTheme",
- "photo_url": "https://telegra.ph/file/p/febbd3de37e/ab3c499029421cfec21e316.jpg?c=0,205,278,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "No
Theme"
- }
- },
- "Chat.Confirm.DeleteMessages1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Confirm.DeleteMessages1_countable",
- "photo_url": null,
+ "Chat.Confirm.DeleteMessages": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Confirm.DeleteMessages",
+ "photo_url": "https://telegra.ph/file/p/20caf1d19b9/393818f661a7ccc9b47951d.jpg?c=562,51,351,351,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "Delete selected messages?"
}
},
"Chat.Confirm.DeleteMessagesForEveryone": {
@@ -832,6 +760,38 @@
"singular": "Unpin"
}
},
+ "Chat.ConnectingStatus.connectingToProxy": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.ConnectingStatus.connectingToProxy",
+ "photo_url": "https://telegra.ph/file/p/3b51cd56365/47186a365e6c8800da12d1d.jpg?c=663,0,341,337,280,276",
+ "has_binding": true,
+ "values": {
+ "singular": "Connecting to proxy"
+ }
+ },
+ "Chat.ConnectingStatus.updating": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.ConnectingStatus.updating",
+ "photo_url": "https://telegra.ph/file/p/7625ff4b293/449e93e69e43f8c72d1371d.jpg?c=277,13,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Updating"
+ }
+ },
+ "Chat.ConnectingStatus.waitingNetwork": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.ConnectingStatus.waitingNetwork",
+ "photo_url": "https://telegra.ph/file/p/3e36578ad0f/b44a849d2256a93e02e591d.jpg?c=654,17,326,326,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Waiting for network"
+ }
+ },
+ "Chat.Context.AddFavoriteSticker": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Context.AddFavoriteSticker",
+ "photo_url": "https://telegra.ph/file/p/fd50e766a6e/1c74fca2af35a57562a971d.jpg?c=383,372,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add to Favorites"
+ }
+ },
"Chat.Context.Archive": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Context.Archive",
"photo_url": "https://telegra.ph/file/p/6320c7d1c3b/1171d29830981c669b5d719.jpg?c=828,139,280,280,280,280",
@@ -848,14 +808,6 @@
"singular": "Clear Chat History"
}
},
- "Chat.Context.ClearScheduled": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.ClearScheduled",
- "photo_url": "https://telegra.ph/file/p/b2815968e8f/ab65f9aea6bce2d86071919.jpg?c=905,37,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel All"
- }
- },
"Chat.Context.ClearScheduled.Confirm.Header": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Context.ClearScheduled.Confirm.Header",
"photo_url": "https://telegra.ph/file/p/9f5ac24648a/9c8f7f2eacabedff9485117.jpg?c=118,0,280,186,280,186",
@@ -880,28 +832,12 @@
"singular": "Clear All"
}
},
- "Chat.Context.CopyMedia": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.CopyMedia",
- "photo_url": "https://telegra.ph/file/p/20a27bbe30d/4c169edf4785d4c901d7516.jpg?c=8,162,280,280,280,280",
+ "Chat.Context.CopyBlock": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Context.CopyBlock",
+ "photo_url": "https://telegra.ph/file/p/5e88be348dc/66d067516a1019c29c3c81d.jpg?c=927,663,397,397,280,280",
"has_binding": false,
"values": {
- "singular": "Copy Media"
- }
- },
- "Chat.Context.CopyText": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.CopyText",
- "photo_url": "https://telegra.ph/file/p/20a27bbe30d/4c169edf4785d4c901d7516.jpg?c=7,138,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Text"
- }
- },
- "Chat.Context.CreateGroup": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.CreateGroup",
- "photo_url": "https://telegra.ph/file/p/9ebff7c0e68/7ee56de919d9ad21edcb816.jpg?c=15,61,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create Group"
+ "singular": "Copy Preformatted Block"
}
},
"Chat.Context.DisableNotifications": {
@@ -912,6 +848,14 @@
"singular": "Unmute"
}
},
+ "Chat.Context.Edit1": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Context.Edit1",
+ "photo_url": "https://telegra.ph/file/p/57f3d5c4aea/af7f32cc9e26398d813171d.jpg?c=1426,478,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit"
+ }
+ },
"Chat.Context.EnableNotifications": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Context.EnableNotifications",
"photo_url": "https://telegra.ph/file/p/5d40c4f504b/00d72f29715bfa6de84591d.jpg?c=1485,298,280,280,280,280",
@@ -920,14 +864,6 @@
"singular": "Mute"
}
},
- "Chat.Context.Forward.More": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.Forward.More",
- "photo_url": "https://telegra.ph/file/p/52bfe02b678/03716ea35b246a49b431a16.jpg?c=18,122,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "More..."
- }
- },
"Chat.Context.Info": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Context.Info",
"photo_url": "https://telegra.ph/file/p/5d40c4f504b/00d72f29715bfa6de84591d.jpg?c=1470,230,280,280,280,280",
@@ -936,39 +872,6 @@
"singular": "Info"
}
},
- "Chat.Context.Reacted": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.Reacted",
- "photo_url": "https://telegra.ph/file/p/b1a7dece7a4/8d2fc15edcf73b9056f6a16.jpg?c=16,156,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@/
%2$@ Reacted"
- }
- },
- "Chat.Context.ReactedFast": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.ReactedFast",
- "photo_url": "https://telegra.ph/file/p/20a27bbe30d/4c169edf4785d4c901d7516.jpg?c=7,236,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d Reacted",
- "plural": "
%d Reacted"
- }
- },
- "Chat.Context.ReactedFast_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.ReactedFast_countable",
- "photo_url": "https://telegra.ph/file/p/20a27bbe30d/4c169edf4785d4c901d7516.jpg?c=5,237,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Context.Reaction.Quick": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.Reaction.Quick",
- "photo_url": "https://telegra.ph/file/p/939e1b251a4/9379378cafd21ceb9570916.jpg?c=22,258,278,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Set As Quick"
- }
- },
"Chat.Context.RemoveFavoriteSticker": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Context.RemoveFavoriteSticker",
"photo_url": "https://telegra.ph/file/p/da494e11da6/0e6202174d7fff355f6bb1d.jpg?c=858,821,365,365,280,280",
@@ -977,46 +880,6 @@
"singular": "Remove from Favorites"
}
},
- "Chat.Context.SaveMedia": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.SaveMedia",
- "photo_url": "https://telegra.ph/file/p/20a27bbe30d/4c169edf4785d4c901d7516.jpg?c=7,173,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save As..."
- }
- },
- "Chat.Context.SaveRingtone.Add": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.SaveRingtone.Add",
- "photo_url": "https://telegra.ph/file/p/553ccd00b5f/05996e40bdc8b9d95569416.jpg?c=13,157,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Save for Notifications"
- }
- },
- "Chat.Context.SaveRingtone.AddSuccess": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.SaveRingtone.AddSuccess",
- "photo_url": "https://telegra.ph/file/p/9768170b9c8/2ba2ac669b3c556efbde816.jpg?c=10,154,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Tone saved to your sound library"
- }
- },
- "Chat.Context.SaveRingtone.Remove": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.SaveRingtone.Remove",
- "photo_url": "https://telegra.ph/file/p/4003e62d7a7/8f7ea8e6c02df2f50f84a16.jpg?c=11,81,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove Tone"
- }
- },
- "Chat.Context.SaveRingtone.RemoveSuccess": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Context.SaveRingtone.RemoveSuccess",
- "photo_url": "https://telegra.ph/file/p/eaebee1ab36/64d7726fb8f10aaaf82d716.jpg?c=10,154,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Tone successfully removed"
- }
- },
"Chat.Context.SharedMedia": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Context.SharedMedia",
"photo_url": "https://telegra.ph/file/p/5d40c4f504b/00d72f29715bfa6de84591d.jpg?c=1581,163,280,280,280,280",
@@ -1081,6 +944,14 @@
"singular": "Send"
}
},
+ "Chat.EmptyChat": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.EmptyChat",
+ "photo_url": "https://telegra.ph/file/p/abd506244bc/d4bcb7bb7e542b34c26c31d.jpg?c=929,438,331,331,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No messages here yet"
+ }
+ },
"Chat.File.QuickLook.Svg": {
"url": "https://translations.telegram.org/en/macos/general/Chat.File.QuickLook.Svg",
"photo_url": "https://telegra.ph/file/p/acb70f6185e/8beb58cc920409a290f5617.jpg?c=59,57,446,446,280,280",
@@ -1089,6 +960,14 @@
"singular": "Previewing this file can potentially expose your IP address to its creator."
}
},
+ "Chat.InlineRequest.Loading": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.InlineRequest.Loading",
+ "photo_url": "https://telegra.ph/file/p/3642bdcd172/ddf1574e8cc6afad1d7241d.jpg?c=678,746,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Loading..."
+ }
+ },
"Chat.Input.AutoDelete.1Day": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Input.AutoDelete.1Day",
"photo_url": "https://telegra.ph/file/p/27dba7b8f1e/4ecfbe272cb163ca0d2e216.jpg?c=0,273,300,314,266,280",
@@ -1097,44 +976,12 @@
"singular": "Messages in this chat are automatically deleted 1 day after they have been sent."
}
},
- "Chat.LiveLocation.Updated_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.LiveLocation.Updated_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Message.Ad.ReadMore": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Ad.ReadMore",
- "photo_url": "https://telegra.ph/file/p/fa6e8e51c6a/50c4e1b9b12ac6fb25dfa16.jpg?c=13,199,280,280,280,280",
+ "Chat.InstantView": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.InstantView",
+ "photo_url": "https://telegra.ph/file/p/f2376b849d6/d632011d1bd64491f3cb11d.jpg?c=1286,969,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Read More"
- }
- },
- "Chat.Message.Ad.Text": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Ad.Text",
- "photo_url": "https://telegra.ph/file/p/fa6e8e51c6a/50c4e1b9b12ac6fb25dfa16.jpg?c=0,14,300,455,184,280",
- "has_binding": true,
- "values": {
- "singular": "Unlike other apps, Telegram never uses your private data to target ads. Sponsored messages on Telegram are based solely on the topic of the public channels in which they are shown. This means that no user data is mined or analyzed to display ads, and every user viewing a channel on Telegram sees the same sponsored messages.
Unlike other apps, Telegram doesn't track whether you tapped on a sponsored message and doesn't profile you based on your activity. We also prevent external links in sponsored messages to ensure that third parties can’t spy on our users. We believe that everyone has the right to privacy, and technological platforms should respect that.
Telegram offers a free and unlimited service to hundreds of millions of users, which involves significant server and traffic costs. In order to remain independent and stay true to its values, Telegram developed a paid tool to promote messages with user privacy in mind. We welcome responsible advertisers at:
%@Sponsored Messages are currently in test mode. Once they are fully launched and allow Telegram to cover its basic costs, we will start sharing ad revenue with the owners of public channels in which sponsored messages are displayed.
Online ads should no longer be synonymous with abuse of user privacy. Let us redefine how a tech company should operate – together."
- }
- },
- "Chat.Message.Context.Quote": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Context.Quote",
- "photo_url": "https://telegra.ph/file/p/e451ddbff89/1035e34b94b5ebf6835bc17.jpg?c=205,506,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quote"
- }
- },
- "Chat.Message.Context.Quote.LimitExceed": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Context.Quote.LimitExceed",
- "photo_url": "https://telegra.ph/file/p/9182346e3b1/b36136469b048b0305ec017.jpg?c=160,292,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Too Long."
+ "singular": "INSTANT VIEW"
}
},
"Chat.Message.ImportedShort": {
@@ -1169,32 +1016,6 @@
"singular": "MTProxy Configuration"
}
},
- "Chat.Message.ReadStats.Listened": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.ReadStats.Listened",
- "photo_url": "https://telegra.ph/file/p/ac528078a6e/c987212540c0920ea388916.jpg?c=12,115,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d Listened",
- "plural": "
%d Listened"
- }
- },
- "Chat.Message.ReadStats.Seen": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.ReadStats.Seen",
- "photo_url": "https://telegra.ph/file/p/1fd611e5107/633000b47cb104429afdb16.jpg?c=5,101,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d Seen",
- "plural": "
%d Seen"
- }
- },
- "Chat.Message.ReadStats.Seen_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.ReadStats.Seen_countable",
- "photo_url": "https://telegra.ph/file/p/1fd611e5107/633000b47cb104429afdb16.jpg?c=4,101,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.Message.Socks5.Config": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Message.Socks5.Config",
"photo_url": "https://telegra.ph/file/p/1dc400e8f6f/083162b0e56d6960d69031d.jpg?c=255,727,351,351,280,280",
@@ -1203,30 +1024,6 @@
"singular": "SOCKS5 Configuration"
}
},
- "Chat.Message.Sponsored": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Sponsored",
- "photo_url": "https://telegra.ph/file/p/6b8209630a0/459d0872eec8a2fbe26a219.jpg?c=322,566,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "ad"
- }
- },
- "Chat.Message.Sponsored.Link": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Sponsored.Link",
- "photo_url": "https://telegra.ph/file/p/6b8209630a0/459d0872eec8a2fbe26a219.jpg?c=462,501,413,413,280,280",
- "has_binding": true,
- "values": {
- "singular": "https://ads.telegram.org"
- }
- },
- "Chat.Message.Sponsored.What": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Sponsored.What",
- "photo_url": "https://telegra.ph/file/p/6b8209630a0/459d0872eec8a2fbe26a219.jpg?c=454,495,421,421,280,280",
- "has_binding": true,
- "values": {
- "singular": "What are sponsored messages?"
- }
- },
"Chat.Message.Unsupported": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Message.Unsupported",
"photo_url": "https://telegra.ph/file/p/82a2fe13c64/5eb61b9751c20d333e73d1d.jpg?c=577,146,1253,1252,280,280",
@@ -1235,28 +1032,20 @@
"singular": "This message is not supported by your version of Telegram. Please update to the latest version from the AppStore or install it from https://macos.telegram.org"
}
},
- "Chat.Message.UnsupportedNew": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.UnsupportedNew",
- "photo_url": "https://telegra.ph/file/p/a461a7379b3/3eee4c2eed39340eb7bf316.jpg?c=13,35,280,280,280,280",
+ "Chat.Message.Via": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Message.Via",
+ "photo_url": "https://telegra.ph/file/p/842e6d1e9e6/92ecfb30cee25f533add11d.jpg?c=683,510,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "This message is not supported in your version of Telegram. Please update to the latest version."
+ "singular": "via"
}
},
- "Chat.Message.ViewBot": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.ViewBot",
- "photo_url": "https://telegra.ph/file/p/1a8a8169da4/3d026fba801f61520993a16.jpg?c=9,238,280,280,280,280",
+ "Chat.Message.edited": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.Message.edited",
+ "photo_url": "https://telegra.ph/file/p/ed0844b683e/baa4daecefe8bdd879c361d.jpg?c=1187,359,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "VIEW BOT"
- }
- },
- "Chat.Message.ViewChannel": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Message.ViewChannel",
- "photo_url": "https://telegra.ph/file/p/6b8209630a0/459d0872eec8a2fbe26a219.jpg?c=150,626,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "VIEW CHANNEL"
+ "singular": "edited"
}
},
"Chat.MessageAction.ShowMessage": {
@@ -1267,22 +1056,6 @@
"singular": "SHOW MESSAGE"
}
},
- "Chat.Pinned.UnpinAll_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Pinned.UnpinAll_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Poll.Result": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Poll.Result",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%@%"
- }
- },
"Chat.Poll.Tooltip.Votes": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Poll.Tooltip.Votes",
"photo_url": "https://telegra.ph/file/p/0f4159e101f/9998d4224d628c2b0ac8116.jpg?c=11,96,280,280,280,280",
@@ -1292,22 +1065,6 @@
"plural": "
%d votes"
}
},
- "Chat.Poll.Tooltip.Votes_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Poll.Tooltip.Votes_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Poll.TotalVotes_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Poll.TotalVotes_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.ProxySponsored.CapDesc": {
"url": "https://translations.telegram.org/en/macos/general/Chat.ProxySponsored.CapDesc",
"photo_url": "https://telegra.ph/file/p/b429a792feb/c862b006fa683d22577a71d.jpg?c=596,77,630,630,280,280",
@@ -1324,30 +1081,6 @@
"singular": "Proxy Sponsor"
}
},
- "Chat.Replies.Desc": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Replies.Desc",
- "photo_url": "https://telegra.ph/file/p/fdd51e9d1cf/e791fed9b7892a31487e216.jpg?c=10,124,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "This chat helps you keep track of replies to your comments in Channels."
- }
- },
- "Chat.ReplyMessagePanelTitle": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.ReplyMessagePanelTitle",
- "photo_url": "https://telegra.ph/file/p/243f21b327e/24a58ba9553f25eb753ca17.jpg?c=156,560,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply to
%@"
- }
- },
- "Chat.ReplyQuotePanelTitle": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.ReplyQuotePanelTitle",
- "photo_url": "https://telegra.ph/file/p/1cb41283c0d/eded223ea9ceb249f6b1217.jpg?c=157,505,343,343,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply to quote from
%@"
- }
- },
"Chat.Right.Context.ScheduledMessages": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Right.Context.ScheduledMessages",
"photo_url": "https://telegra.ph/file/p/6320c7d1c3b/1171d29830981c669b5d719.jpg?c=904,165,280,280,280,280",
@@ -1356,6 +1089,14 @@
"singular": "Scheduled Messages"
}
},
+ "Chat.SearchCount": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.SearchCount",
+ "photo_url": "https://telegra.ph/file/p/14b7653ab4d/0b93aecd15154159373281d.jpg?c=1100,93,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d of
%d"
+ }
+ },
"Chat.Send.ScheduledMessage": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Send.ScheduledMessage",
"photo_url": "https://telegra.ph/file/p/37ba9d16e5f/ffc49394c4f4bfe46f8d119.jpg?c=891,337,280,280,280,280",
@@ -1404,14 +1145,6 @@
"singular": "You disabled the auto-delete timer"
}
},
- "Chat.Service.SecretChat.DisabledTimer1": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Service.SecretChat.DisabledTimer1",
- "photo_url": "https://telegra.ph/file/p/0e41f972fec/d2f681a599f7c0f2c316516.jpg?c=7,81,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ disabled the auto-delete timer"
- }
- },
"Chat.Service.SecretChat.SetTimer.Self1": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Service.SecretChat.SetTimer.Self1",
"photo_url": "https://telegra.ph/file/p/c921f56b1b0/b435b40fe23ada20e1ba616.jpg?c=0,259,300,315,266,280",
@@ -1420,20 +1153,12 @@
"singular": "You set messages to auto-delete after
%@"
}
},
- "Chat.Service.SecretChat.SetTimer1": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Service.SecretChat.SetTimer1",
- "photo_url": "https://telegra.ph/file/p/0e41f972fec/d2f681a599f7c0f2c316516.jpg?c=15,52,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ set messages to auto-delete after
%@"
- }
- },
- "Chat.Title.PinnedMessages_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Title.PinnedMessages_countable",
- "photo_url": null,
+ "Chat.ShareInlineResultActionHeader": {
+ "url": "https://translations.telegram.org/en/macos/general/Chat.ShareInlineResultActionHeader",
+ "photo_url": "https://telegra.ph/file/p/91b25832261/4f5fcde7034abd61387471d.jpg?c=863,413,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "Share"
}
},
"Chat.Title.ScheduledMessages": {
@@ -1444,14 +1169,6 @@
"singular": "Scheduled Messages"
}
},
- "Chat.Title.self": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Title.self",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Your cloud storage"
- }
- },
"Chat.Tooltip.HiddenForwardName": {
"url": "https://translations.telegram.org/en/macos/general/Chat.Tooltip.HiddenForwardName",
"photo_url": "https://telegra.ph/file/p/6e45ecc49ae/83e0a10c6a87013dcaf641d.jpg?c=153,495,550,550,280,280",
@@ -1460,62 +1177,6 @@
"singular": "The account was hidden by the user"
}
},
- "Chat.UndoManager.ChannelDeleted_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.UndoManager.ChannelDeleted_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.UndoManager.ChannelLeft_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.UndoManager.ChannelLeft_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.UndoManager.ChatLeft_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.UndoManager.ChatLeft_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.UndoManager.ChatsDeleted_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.UndoManager.ChatsDeleted_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.UndoManager.ChatsHistoryCleared_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.UndoManager.ChatsHistoryCleared_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.UnpinAllMessagesConfirmation_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.UnpinAllMessagesConfirmation_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Unsupported.UpdatedApp": {
- "url": "https://translations.telegram.org/en/macos/general/Chat.Unsupported.UpdatedApp",
- "photo_url": "https://telegra.ph/file/p/a461a7379b3/3eee4c2eed39340eb7bf316.jpg?c=11,49,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "UPDATE"
- }
- },
"Chat.ViewContact": {
"url": "https://translations.telegram.org/en/macos/general/Chat.ViewContact",
"photo_url": "https://telegra.ph/file/p/c264d42d5b5/21792b4cc627a62f5700b1d.jpg?c=731,947,280,280,280,280",
@@ -1524,54 +1185,6 @@
"singular": "VIEW CONTACT"
}
},
- "ChatInput.EditLink.AboveTheMessage": {
- "url": "https://translations.telegram.org/en/macos/general/ChatInput.EditLink.AboveTheMessage",
- "photo_url": "https://telegra.ph/file/p/de7706bfc41/864a7eb30805c8c99157017.jpg?c=196,579,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Above the Message"
- }
- },
- "ChatInput.EditLink.BelowTheMessage": {
- "url": "https://translations.telegram.org/en/macos/general/ChatInput.EditLink.BelowTheMessage",
- "photo_url": "https://telegra.ph/file/p/de7706bfc41/864a7eb30805c8c99157017.jpg?c=195,598,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Below the Message"
- }
- },
- "ChatInput.EditLink.LargerMedia": {
- "url": "https://translations.telegram.org/en/macos/general/ChatInput.EditLink.LargerMedia",
- "photo_url": "https://telegra.ph/file/p/de7706bfc41/864a7eb30805c8c99157017.jpg?c=171,626,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Larger Media"
- }
- },
- "ChatInput.EditLink.RemovePreview": {
- "url": "https://translations.telegram.org/en/macos/general/ChatInput.EditLink.RemovePreview",
- "photo_url": "https://telegra.ph/file/p/de7706bfc41/864a7eb30805c8c99157017.jpg?c=202,673,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "Remove Link Preview"
- }
- },
- "ChatInput.EditLink.SmallerMedia": {
- "url": "https://translations.telegram.org/en/macos/general/ChatInput.EditLink.SmallerMedia",
- "photo_url": "https://telegra.ph/file/p/de7706bfc41/864a7eb30805c8c99157017.jpg?c=175,645,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Smaller Media"
- }
- },
- "ChatInput.Reply.ReplyToAnother": {
- "url": "https://translations.telegram.org/en/macos/general/ChatInput.Reply.ReplyToAnother",
- "photo_url": "https://telegra.ph/file/p/51794f7af86/07f026b56c5bc805d7fa217.jpg?c=254,571,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply in Another Chat"
- }
- },
"ChatList.Context.DeleteChat": {
"url": "https://translations.telegram.org/en/macos/general/ChatList.Context.DeleteChat",
"photo_url": "https://telegra.ph/file/p/5d40c4f504b/00d72f29715bfa6de84591d.jpg?c=1558,432,280,280,280,280",
@@ -1588,36 +1201,12 @@
"singular": "Leave Group"
}
},
- "ChatList.Filter.Done": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Done",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=281,49,280,280,280,280",
+ "ChatList.Draft": {
+ "url": "https://translations.telegram.org/en/macos/general/ChatList.Draft",
+ "photo_url": "https://telegra.ph/file/p/1b6f327b34e/3436360293a006f0a74b41d.jpg?c=113,113,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Create"
- }
- },
- "ChatList.Filter.Exclude.AddChat": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Exclude.AddChat",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=130,402,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
- "ChatList.Filter.Exclude.Desc": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Exclude.Desc",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=132,352,391,391,280,280",
- "has_binding": true,
- "values": {
- "singular": "Choose chats or types of chats that will not appear in this folder."
- }
- },
- "ChatList.Filter.Exclude.Header": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Exclude.Header",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=109,378,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "EXCLUDED CHATS"
+ "singular": "Draft:"
}
},
"ChatList.Filter.Exclude.RemoveChat": {
@@ -1628,30 +1217,6 @@
"singular": "Remove"
}
},
- "ChatList.Filter.Include.AddChat": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Include.AddChat",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=130,286,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Chats"
- }
- },
- "ChatList.Filter.Include.Desc": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Include.Desc",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=130,267,408,408,280,280",
- "has_binding": true,
- "values": {
- "singular": "Choose chats or types of chats that will appear in this folder."
- }
- },
- "ChatList.Filter.Include.Header": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Include.Header",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=108,262,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "INCLUDED CHATS"
- }
- },
"ChatList.Filter.List.Remove": {
"url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.List.Remove",
"photo_url": "https://telegra.ph/file/p/c1d9d89c598/dc78ddadaf2bab923889217.jpg?c=90,318,280,280,280,280",
@@ -1660,22 +1225,6 @@
"singular": "Remove"
}
},
- "ChatList.Filter.Name.Header": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Name.Header",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=104,195,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "FOLDER NAME"
- }
- },
- "ChatList.Filter.NewTitle": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.NewTitle",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=183,49,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create Folder"
- }
- },
"ChatList.Filter.NonContacts": {
"url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.NonContacts",
"photo_url": "https://telegra.ph/file/p/81d794a3b61/fb228b5f033e0819d66c717.jpg?c=34,277,280,280,280,280",
@@ -1692,14 +1241,6 @@
"singular": "Bots"
}
},
- "ChatList.Filter.Tilte.Default.Channels": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Tilte.Default.Channels",
- "photo_url": "https://telegra.ph/file/p/10b85e2b7eb/c0b313c6444059415d39d17.jpg?c=125,317,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channels"
- }
- },
"ChatList.Filter.Tilte.Default.Contacts": {
"url": "https://translations.telegram.org/en/macos/general/ChatList.Filter.Tilte.Default.Contacts",
"photo_url": "https://telegra.ph/file/p/f578e9b0348/0ce7613b4c31eeaf0ffdc17.jpg?c=68,437,280,280,280,280",
@@ -1748,14 +1289,6 @@
"singular": "Canceled Call"
}
},
- "ChatList.Service.GameScored1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/ChatList.Service.GameScored1_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d %@"
- }
- },
"ChatList.SponsoredChannel": {
"url": "https://translations.telegram.org/en/macos/general/ChatList.SponsoredChannel",
"photo_url": "https://telegra.ph/file/p/b429a792feb/c862b006fa683d22577a71d.jpg?c=381,90,280,280,280,280",
@@ -1764,22 +1297,6 @@
"singular": "Proxy Sponsor"
}
},
- "ChatTheme.Colorful": {
- "url": "https://translations.telegram.org/en/macos/general/ChatTheme.Colorful",
- "photo_url": "https://telegra.ph/file/p/caf8b420bfa/35c99faab50f0f61e236d16.jpg?c=19,233,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Colorful"
- }
- },
- "ChatTheme.Theme": {
- "url": "https://translations.telegram.org/en/macos/general/ChatTheme.Theme",
- "photo_url": "https://telegra.ph/file/p/caf8b420bfa/35c99faab50f0f61e236d16.jpg?c=0,233,277,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Select Theme"
- }
- },
"ChatTitle.ReportMessages": {
"url": "https://translations.telegram.org/en/macos/general/ChatTitle.ReportMessages",
"photo_url": "https://telegra.ph/file/p/43a93946432/427b4062a202c37da0c4916.jpg?c=0,7,277,280,278,280",
@@ -1788,52 +1305,36 @@
"singular": "Report Messages"
}
},
- "ConnectionStatus.Connected": {
- "url": "https://translations.telegram.org/en/macos/general/ConnectionStatus.Connected",
- "photo_url": "https://telegra.ph/file/p/291623d6e46/bc211158dd2eaf02e3b8116.jpg?c=10,0,280,276,280,276",
+ "Confirm.Delete": {
+ "url": "https://translations.telegram.org/en/macos/general/Confirm.Delete",
+ "photo_url": "https://telegra.ph/file/p/1fc9994a46a/cd2da60107d07571f9e4a1d.jpg?c=1023,217,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Connected"
+ "singular": "Delete"
}
},
- "ConnectionStatus.Connecting": {
- "url": "https://translations.telegram.org/en/macos/general/ConnectionStatus.Connecting",
- "photo_url": "https://telegra.ph/file/p/348b5748d2f/5c8366f06786e9b6e7df516.jpg?c=11,0,280,276,280,276",
+ "ConnectingStatus.DisableProxy": {
+ "url": "https://translations.telegram.org/en/macos/general/ConnectingStatus.DisableProxy",
+ "photo_url": "https://telegra.ph/file/p/3b51cd56365/47186a365e6c8800da12d1d.jpg?c=659,23,405,405,280,280",
"has_binding": false,
"values": {
- "singular": "Connecting..."
+ "singular": "click here to disable proxy"
}
},
- "ConnectionStatus.ConnectingToProxy": {
- "url": "https://translations.telegram.org/en/macos/general/ConnectionStatus.ConnectingToProxy",
- "photo_url": "https://telegra.ph/file/p/103395e0146/0134dafd32c6f5476400216.jpg?c=11,0,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "Connecting To Proxy..."
- }
- },
- "ConnectionStatus.Updated": {
- "url": "https://translations.telegram.org/en/macos/general/ConnectionStatus.Updated",
- "photo_url": "https://telegra.ph/file/p/1c613c22aff/2a928889891f953fa499e16.jpg?c=10,0,280,276,280,276",
+ "ConnectingStatus.online": {
+ "url": "https://translations.telegram.org/en/macos/general/ConnectingStatus.online",
+ "photo_url": "https://telegra.ph/file/p/ac984b8e716/98c7dba9a5c71bee3e9911d.jpg?c=68,66,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Updated"
+ "singular": "online"
}
},
- "ConnectionStatus.Updating": {
- "url": "https://translations.telegram.org/en/macos/general/ConnectionStatus.Updating",
- "photo_url": "https://telegra.ph/file/p/6c513620eb2/cb978f13f60fc86d1c64916.jpg?c=11,0,280,276,280,276",
+ "ConnectingStatus.waitingNetwork": {
+ "url": "https://translations.telegram.org/en/macos/general/ConnectingStatus.waitingNetwork",
+ "photo_url": "https://telegra.ph/file/p/4cd369f869a/ea9946a0896676b3947401d.jpg?c=204,153,289,289,280,280",
"has_binding": false,
"values": {
- "singular": "Updating..."
- }
- },
- "ConnectionStatus.WaitingForNetwork": {
- "url": "https://translations.telegram.org/en/macos/general/ConnectionStatus.WaitingForNetwork",
- "photo_url": "https://telegra.ph/file/p/89926cedbd3/900adec6b2fe5e2b481a916.jpg?c=11,0,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "Waiting For Network..."
+ "singular": "waiting for network"
}
},
"ContactInfo.BirthdayLabel": {
@@ -1908,6 +1409,38 @@
"singular": "homepage"
}
},
+ "Contacts.AddContact": {
+ "url": "https://translations.telegram.org/en/macos/general/Contacts.AddContact",
+ "photo_url": "https://telegra.ph/file/p/2aa1ce69d72/0369f31ae9ac33f2316a51d.jpg?c=660,273,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Contact"
+ }
+ },
+ "Contacts.ContacsSeparator": {
+ "url": "https://translations.telegram.org/en/macos/general/Contacts.ContacsSeparator",
+ "photo_url": "https://telegra.ph/file/p/a4abe5aa856/b4af9bf2a3e74edb674651d.jpg?c=10,173,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Contacts"
+ }
+ },
+ "Contacts.FirstName.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/general/Contacts.FirstName.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/2aa1ce69d72/0369f31ae9ac33f2316a51d.jpg?c=488,382,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "First Name"
+ }
+ },
+ "Contacts.LastName.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/general/Contacts.LastName.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/2aa1ce69d72/0369f31ae9ac33f2316a51d.jpg?c=488,463,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Last Name"
+ }
+ },
"Contacts.PhoneNumber.Invalid": {
"url": "https://translations.telegram.org/en/macos/general/Contacts.PhoneNumber.Invalid",
"photo_url": "https://telegra.ph/file/p/76017fd321d/e0cebe905516ef92f6fef1d.jpg?c=33,261,439,439,280,280",
@@ -1924,6 +1457,14 @@
"singular": "The person with this phone number is not registered on Telegram yet."
}
},
+ "Contacts.PhoneNumber.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/general/Contacts.PhoneNumber.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/2aa1ce69d72/0369f31ae9ac33f2316a51d.jpg?c=507,544,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Phone Number"
+ }
+ },
"Context.CopyMedia": {
"url": "https://translations.telegram.org/en/macos/general/Context.CopyMedia",
"photo_url": "https://telegra.ph/file/p/da494e11da6/0e6202174d7fff355f6bb1d.jpg?c=815,837,280,280,280,280",
@@ -1932,12 +1473,36 @@
"singular": "Save as..."
}
},
- "Context.SaveMedia": {
- "url": "https://translations.telegram.org/en/macos/general/Context.SaveMedia",
- "photo_url": "https://telegra.ph/file/p/6d48946d67d/d140eec90402213fb3c1316.jpg?c=10,112,280,280,280,280",
- "has_binding": true,
+ "Context.OpenInQuickLook": {
+ "url": "https://translations.telegram.org/en/macos/general/Context.OpenInQuickLook",
+ "photo_url": "https://telegra.ph/file/p/9dd864b0a41/95b3bcae3795d1956cea01d.jpg?c=349,978,315,315,280,280",
+ "has_binding": false,
"values": {
- "singular": "Save As..."
+ "singular": "Open in Quick Look"
+ }
+ },
+ "Context.RemoveFaveSticker": {
+ "url": "https://translations.telegram.org/en/macos/general/Context.RemoveFaveSticker",
+ "photo_url": "https://telegra.ph/file/p/32fa2dcac72/62de9c68bee4601fe55041d.jpg?c=1380,477,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remove"
+ }
+ },
+ "Context.ShowInFinder": {
+ "url": "https://translations.telegram.org/en/macos/general/Context.ShowInFinder",
+ "photo_url": "https://telegra.ph/file/p/5f411e1fe38/7684fc440a2bd9604c8691d.jpg?c=1087,379,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show In Finder"
+ }
+ },
+ "Context.ViewStickerSet": {
+ "url": "https://translations.telegram.org/en/macos/general/Context.ViewStickerSet",
+ "photo_url": "https://telegra.ph/file/p/9d06b0eaacf/d9cece5c3656c0265bbe01d.jpg?c=959,364,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "View Sticker Set"
}
},
"CrashOnLaunch.Cancel": {
@@ -1980,12 +1545,60 @@
"singular": "Today"
}
},
- "EditInvitation.RequestApproval.Channel.On": {
- "url": "https://translations.telegram.org/en/macos/general/EditInvitation.RequestApproval.Channel.On",
- "photo_url": "https://telegra.ph/file/p/ae42e0f29f0/10ddd61596236d078d17f16.jpg?c=10,127,280,280,280,280",
+ "Dv1-io-Yv7.title": {
+ "url": "https://translations.telegram.org/en/macos/general/Dv1-io-Yv7.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=594,769,353,353,280,280",
"has_binding": false,
"values": {
- "singular": "Turn this on if you want users to join only after they are approved by an admin."
+ "singular": "Spelling and Grammar"
+ }
+ },
+ "Emoji.ActivityAndSport": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.ActivityAndSport",
+ "photo_url": "https://telegra.ph/file/p/6c040d2bb9c/8ca0256193100041c65811d.jpg?c=838,304,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Activity & Sport"
+ }
+ },
+ "Emoji.AnimalsAndNature": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.AnimalsAndNature",
+ "photo_url": "https://telegra.ph/file/p/0579e4bfdbd/8725b924a857e11f8ad731d.jpg?c=850,302,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Animals & Nature"
+ }
+ },
+ "Emoji.Flags": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.Flags",
+ "photo_url": "https://telegra.ph/file/p/25b44fb0a47/273074642f84804bcec6e1d.jpg?c=766,305,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Flags"
+ }
+ },
+ "Emoji.FoodAndDrink": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.FoodAndDrink",
+ "photo_url": "https://telegra.ph/file/p/f909bf79cdc/67094ddcef7b1b58d72991d.jpg?c=816,302,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Food & Drink"
+ }
+ },
+ "Emoji.Objects": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.Objects",
+ "photo_url": "https://telegra.ph/file/p/4b5a73ad118/f37003abf218edf49bbbe1d.jpg?c=781,304,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Objects"
+ }
+ },
+ "Emoji.Recent": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.Recent",
+ "photo_url": "https://telegra.ph/file/p/1b6f327b34e/3436360293a006f0a74b41d.jpg?c=843,309,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Frequently Used"
}
},
"Emoji.SmilesAndPeople": {
@@ -1996,196 +1609,68 @@
"singular": "Emoji & People"
}
},
- "EmptyChat.Appearance": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=225,27,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Appearance"
- }
- },
- "EmptyChat.Appearance.ChatMode": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.ChatMode",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=225,50,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Chat Mode"
- }
- },
- "EmptyChat.Appearance.Colorful": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.Colorful",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=253,85,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Colorful"
- }
- },
- "EmptyChat.Appearance.Dark": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.Dark",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=225,38,280,280,280,280",
+ "Emoji.Symbols": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.Symbols",
+ "photo_url": "https://telegra.ph/file/p/313155f7cb0/591f42c209e1de7688f1d1d.jpg?c=787,304,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Dark"
+ "singular": "Symbols"
}
},
- "EmptyChat.Appearance.Desc": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.Desc",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=246,98,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "You can change these parameters and many others in Settings > [Appearance](appearance)."
- }
- },
- "EmptyChat.Appearance.Light": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.Light",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=266,39,280,280,280,280",
+ "Emoji.TravelAndPlaces": {
+ "url": "https://translations.telegram.org/en/macos/general/Emoji.TravelAndPlaces",
+ "photo_url": "https://telegra.ph/file/p/7ef98780322/d89b4fa207b92b00b4acd1d.jpg?c=834,303,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Light"
+ "singular": "Travel & Places"
}
},
- "EmptyChat.Appearance.Min": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.Min",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=192,85,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Minimalist"
- }
- },
- "EmptyChat.Appearance.System": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Appearance.System",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=186,38,280,280,280,280",
+ "EmptyPeer.Description": {
+ "url": "https://translations.telegram.org/en/macos/general/EmptyPeer.Description",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=820,335,531,531,280,280",
"has_binding": true,
"values": {
- "singular": "System"
+ "singular": "Select a chat to start messaging"
}
},
- "EmptyChat.Navigation.Next": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Navigation.Next",
- "photo_url": "https://telegra.ph/file/p/58effe29840/1f7f0461c0dd56da7288a17.jpg?c=271,114,280,280,280,280",
+ "Entertainment.Emoji": {
+ "url": "https://translations.telegram.org/en/macos/general/Entertainment.Emoji",
+ "photo_url": "https://telegra.ph/file/p/32fa2dcac72/62de9c68bee4601fe55041d.jpg?c=1314,367,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Next Tip"
+ "singular": "EMOJI"
}
},
- "EmptyChat.Navigation.Prev": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.Navigation.Prev",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=183,114,280,280,280,280",
+ "Entertainment.GIF": {
+ "url": "https://translations.telegram.org/en/macos/general/Entertainment.GIF",
+ "photo_url": "https://telegra.ph/file/p/32fa2dcac72/62de9c68bee4601fe55041d.jpg?c=1732,366,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Previous Tip"
+ "singular": "GIFs"
}
},
- "EmptyChat.StorageUsage": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=226,50,280,280,280,280",
+ "Entertainment.Stickers": {
+ "url": "https://translations.telegram.org/en/macos/general/Entertainment.Stickers",
+ "photo_url": "https://telegra.ph/file/p/32fa2dcac72/62de9c68bee4601fe55041d.jpg?c=1542,367,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Storage Usage"
+ "singular": "STICKERS"
}
},
- "EmptyChat.StorageUsage.CacheDesc": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.CacheDesc",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=242,73,280,280,280,280",
+ "Entertainment.Switch.Emoji": {
+ "url": "https://translations.telegram.org/en/macos/general/Entertainment.Switch.Emoji",
+ "photo_url": "https://telegra.ph/file/p/dde963d8383/62d46580b829628108e3b1d.jpg?c=1280,305,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Telegram uses **
%@** of your storage."
+ "singular": "Emoji"
}
},
- "EmptyChat.StorageUsage.CacheDescEmpty": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.CacheDescEmpty",
- "photo_url": "https://telegra.ph/file/p/c05b93faf60/1bfc1936cb3aabf8efea617.jpg?c=233,134,280,280,280,280",
+ "Entertainment.Switch.GifAndStickers": {
+ "url": "https://translations.telegram.org/en/macos/general/Entertainment.Switch.GifAndStickers",
+ "photo_url": "https://telegra.ph/file/p/1b6f327b34e/3436360293a006f0a74b41d.jpg?c=1278,304,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Telegram cache is empty."
- }
- },
- "EmptyChat.StorageUsage.Clear": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Clear",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=229,83,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Clear Cache"
- }
- },
- "EmptyChat.StorageUsage.Clearing": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Clearing",
- "photo_url": "https://telegra.ph/file/p/410759083e9/553b932ed413677e5f3ea17.jpg?c=224,134,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Clearing..."
- }
- },
- "EmptyChat.StorageUsage.Data": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Data",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=230,27,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Maximum Cache Size"
- }
- },
- "EmptyChat.StorageUsage.Low": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Low",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=185,39,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "8 GB"
- }
- },
- "EmptyChat.StorageUsage.Medium": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Medium",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=225,38,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "32 GB"
- }
- },
- "EmptyChat.StorageUsage.NoLimit": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.NoLimit",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=272,38,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "No Limit"
- }
- },
- "EmptyChat.StorageUsage.Tooltip.App": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Tooltip.App",
- "photo_url": "https://telegra.ph/file/p/ab81e242114/8313962645fc2535884f917.jpg?c=195,98,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Telegram
%@"
- }
- },
- "EmptyChat.StorageUsage.Tooltip.System": {
- "url": "https://translations.telegram.org/en/macos/general/EmptyChat.StorageUsage.Tooltip.System",
- "photo_url": "https://telegra.ph/file/p/c05b93faf60/1bfc1936cb3aabf8efea617.jpg?c=177,99,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "System
%@"
- }
- },
- "Error.AnError": {
- "url": "https://translations.telegram.org/en/macos/general/Error.AnError",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "An error occurred. Please try again later."
- }
- },
- "ForwardModalAction.Title_countable": {
- "url": "https://translations.telegram.org/en/macos/general/ForwardModalAction.Title_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "ForwardModalAction.description_countable": {
- "url": "https://translations.telegram.org/en/macos/general/ForwardModalAction.description_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d %@"
+ "singular": "Stickers & GIFs"
}
},
"Gallery.Context.CopyToClipboard": {
@@ -2204,68 +1689,12 @@
"singular": "Save As..."
}
},
- "Gallery.Context.Share.AllItems_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Gallery.Context.Share.AllItems_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Gallery.Context.Share.AllPhotos_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Gallery.Context.Share.AllPhotos_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Gallery.Context.Share.AllVideos_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Gallery.Context.Share.AllVideos_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "GeneralSettings.AppearanceSettings": {
- "url": "https://translations.telegram.org/en/macos/general/GeneralSettings.AppearanceSettings",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "APPEARANCE SETTINGS"
- }
- },
- "GeneralSettings.DarkMode": {
- "url": "https://translations.telegram.org/en/macos/general/GeneralSettings.DarkMode",
- "photo_url": null,
+ "Gallery.Context.ShowMessage": {
+ "url": "https://translations.telegram.org/en/macos/general/Gallery.Context.ShowMessage",
+ "photo_url": "https://telegra.ph/file/p/5f411e1fe38/7684fc440a2bd9604c8691d.jpg?c=1090,320,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Dark Mode"
- }
- },
- "GeneralSettings.DarkMode.Description": {
- "url": "https://translations.telegram.org/en/macos/general/GeneralSettings.DarkMode.Description",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "A color scheme for nighttime and dark desktops"
- }
- },
- "GeneralSettings.Font.Description": {
- "url": "https://translations.telegram.org/en/macos/general/GeneralSettings.Font.Description",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Use large font for messages"
- }
- },
- "GeneralSettings.LargeFonts": {
- "url": "https://translations.telegram.org/en/macos/general/GeneralSettings.LargeFonts",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Large Font"
+ "singular": "Show Message"
}
},
"Generic.ErrorMoreInfo": {
@@ -2284,6 +1713,22 @@
"singular": "View"
}
},
+ "HFQ-gK-NFA.title": {
+ "url": "https://translations.telegram.org/en/macos/general/HFQ-gK-NFA.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=766,556,287,287,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Text Replacement"
+ }
+ },
+ "HFo-cy-zxI.title": {
+ "url": "https://translations.telegram.org/en/macos/general/HFo-cy-zxI.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=134,638,443,443,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show Spelling and Grammar"
+ }
+ },
"HyV-fh-RgO.title": {
"url": "https://translations.telegram.org/en/macos/general/HyV-fh-RgO.title",
"photo_url": "https://telegra.ph/file/p/380ce3533f9/7f8baf7b7b79c03c7f13a1d.jpg?c=89,0,280,278,280,278",
@@ -2292,76 +1737,36 @@
"singular": "View"
}
},
- "IV.Channel.Join": {
- "url": "https://translations.telegram.org/en/macos/general/IV.Channel.Join",
- "photo_url": null,
+ "InAppLinks.Confirm.OpenExternal": {
+ "url": "https://translations.telegram.org/en/macos/general/InAppLinks.Confirm.OpenExternal",
+ "photo_url": "https://telegra.ph/file/p/171507a3994/8df604b59812cceba0ab01d.jpg?c=560,47,394,394,280,280",
"has_binding": false,
"values": {
- "singular": "Join"
+ "singular": "open
%@?"
}
},
- "InputFormatter.Text.Header": {
- "url": "https://translations.telegram.org/en/macos/general/InputFormatter.Text.Header",
- "photo_url": "https://telegra.ph/file/p/2dea47dcd07/4cad18b25e1465752032617.jpg?c=57,343,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "TEXT"
- }
- },
- "InputFormatter.Text.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/general/InputFormatter.Text.Placeholder",
- "photo_url": "https://telegra.ph/file/p/2dea47dcd07/4cad18b25e1465752032617.jpg?c=56,378,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Text"
- }
- },
- "InputFormatter.URL.Header": {
- "url": "https://translations.telegram.org/en/macos/general/InputFormatter.URL.Header",
- "photo_url": "https://telegra.ph/file/p/2dea47dcd07/4cad18b25e1465752032617.jpg?c=56,441,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "URL"
- }
- },
- "InputFormatter.URL.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/general/InputFormatter.URL.Placeholder",
- "photo_url": "https://telegra.ph/file/p/2dea47dcd07/4cad18b25e1465752032617.jpg?c=58,477,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "URL"
- }
- },
- "LastSeen.HoursAgo_countable": {
- "url": "https://translations.telegram.org/en/macos/general/LastSeen.HoursAgo_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Legacy.Intro.Description1": {
- "url": "https://translations.telegram.org/en/macos/general/Legacy.Intro.Description1",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Welcome to the new super-fast and stable Telegram for macOS, fully rewritten in Swift 3.0."
- }
- },
- "Legacy.Intro.Description2": {
- "url": "https://translations.telegram.org/en/macos/general/Legacy.Intro.Description2",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Please note that your existing secret chats will be available in read-only mode. You can of course create new ones to continue chatting."
- }
- },
- "Legacy.Intro.Next": {
- "url": "https://translations.telegram.org/en/macos/general/Legacy.Intro.Next",
- "photo_url": null,
+ "InstantPage.AuthorAndDateTitle": {
+ "url": "https://translations.telegram.org/en/macos/general/InstantPage.AuthorAndDateTitle",
+ "photo_url": "https://telegra.ph/file/p/3839b61e744/33430dbfd61a267ef9b771d.jpg?c=204,858,502,502,280,280",
"has_binding": true,
"values": {
- "singular": "Start Messaging"
+ "singular": "By
%1$@ •
%2$@"
+ }
+ },
+ "Kd2-mp-pUS.title": {
+ "url": "https://translations.telegram.org/en/macos/general/Kd2-mp-pUS.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=108,260,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show All"
+ }
+ },
+ "LE2-aR-0XJ.title": {
+ "url": "https://translations.telegram.org/en/macos/general/LE2-aR-0XJ.title",
+ "photo_url": "https://telegra.ph/file/p/b0827933fca/5833e7832f42c7b6c385b1d.jpg?c=459,116,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Bring All to Front"
}
},
"Link.Expired": {
@@ -2396,6 +1801,14 @@
"singular": "Hide nearby places"
}
},
+ "Location.Send.Locating": {
+ "url": "https://translations.telegram.org/en/macos/general/Location.Send.Locating",
+ "photo_url": "https://telegra.ph/file/p/9737e5701d4/d73c5c56f6615ab1d15c91d.jpg?c=70,916,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Locating..."
+ }
+ },
"Location.Send.MyLocation": {
"url": "https://translations.telegram.org/en/macos/general/Location.Send.MyLocation",
"photo_url": "https://telegra.ph/file/p/fdc69d8c91f/4164af3b055542f35d0551d.jpg?c=891,776,423,423,280,280",
@@ -2412,6 +1825,14 @@
"singular": "Show nearby places"
}
},
+ "Location.Send.ThisLocation": {
+ "url": "https://translations.telegram.org/en/macos/general/Location.Send.ThisLocation",
+ "photo_url": "https://telegra.ph/file/p/5a2056902df/12e57e81cd2c34c222c141d.jpg?c=88,864,305,305,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send This Location"
+ }
+ },
"Location.Send.ThisLocation.Unknown": {
"url": "https://translations.telegram.org/en/macos/general/Location.Send.ThisLocation.Unknown",
"photo_url": "https://telegra.ph/file/p/fc3a62c5216/33601a303dcb44823cf131d.jpg?c=92,908,280,280,280,280",
@@ -2420,28 +1841,29 @@
"singular": "Unknown Location"
}
},
- "Login.ResetAccount": {
- "url": "https://translations.telegram.org/en/macos/general/Login.ResetAccount",
- "photo_url": null,
+ "Location.Send.Title": {
+ "url": "https://translations.telegram.org/en/macos/general/Location.Send.Title",
+ "photo_url": "https://telegra.ph/file/p/5a2056902df/12e57e81cd2c34c222c141d.jpg?c=211,13,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "RESET MY ACCOUNT"
+ "singular": "Location"
}
},
- "Message.AccessoryPanel.Forwarded_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Message.AccessoryPanel.Forwarded_countable",
- "photo_url": null,
+ "Message.AccessoryPanel.Forwarded": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.AccessoryPanel.Forwarded",
+ "photo_url": "https://telegra.ph/file/p/c1ec6825764/8016d89711b52079981411d.jpg?c=625,803,337,337,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "
%d forwarded message",
+ "plural": "
%d forwarded messages"
}
},
- "Message.ActionsPanel.SelectedCount_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Message.ActionsPanel.SelectedCount_countable",
- "photo_url": null,
+ "Message.ActionsPanel.EmptySelected": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.ActionsPanel.EmptySelected",
+ "photo_url": "https://telegra.ph/file/p/58dd1e01068/4bf4b7e469f231c0dadbb1d.jpg?c=1026,997,294,294,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "Select messages"
}
},
"Message.Context.Delete": {
@@ -2452,6 +1874,14 @@
"singular": "Delete"
}
},
+ "Message.Context.Edit": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.Context.Edit",
+ "photo_url": "https://telegra.ph/file/p/ed0844b683e/baa4daecefe8bdd879c361d.jpg?c=1031,438,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit"
+ }
+ },
"Message.Context.Forward": {
"url": "https://translations.telegram.org/en/macos/general/Message.Context.Forward",
"photo_url": "https://telegra.ph/file/p/18d823a5017/7724c53492a40d08afa491d.jpg?c=785,300,280,280,280,280",
@@ -2468,6 +1898,14 @@
"singular": "Forward to Saved Messages"
}
},
+ "Message.Context.OpenWith": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.Context.OpenWith",
+ "photo_url": "https://telegra.ph/file/p/4235b10dc3d/be93b9f740f4014382adc1d.jpg?c=911,1011,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Open With..."
+ }
+ },
"Message.Context.Pin": {
"url": "https://translations.telegram.org/en/macos/general/Message.Context.Pin",
"photo_url": "https://telegra.ph/file/p/2f38a06f1cc/3b3a0144702713c2a477319.jpg?c=303,169,280,280,280,280",
@@ -2476,6 +1914,22 @@
"singular": "Pin"
}
},
+ "Message.Context.Reply1": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.Context.Reply1",
+ "photo_url": "https://telegra.ph/file/p/57f3d5c4aea/af7f32cc9e26398d813171d.jpg?c=1442,426,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reply"
+ }
+ },
+ "Message.Context.ReplyHelp": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.Context.ReplyHelp",
+ "photo_url": "https://telegra.ph/file/p/57f3d5c4aea/af7f32cc9e26398d813171d.jpg?c=1593,426,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "double click"
+ }
+ },
"Message.Context.Report": {
"url": "https://translations.telegram.org/en/macos/general/Message.Context.Report",
"photo_url": "https://telegra.ph/file/p/f94b367861a/3a1391a5e9cb343a7bc661d.jpg?c=249,351,280,280,280,280",
@@ -2484,6 +1938,14 @@
"singular": "Report"
}
},
+ "Message.Context.SaveGif": {
+ "url": "https://translations.telegram.org/en/macos/general/Message.Context.SaveGif",
+ "photo_url": "https://telegra.ph/file/p/842e6d1e9e6/92ecfb30cee25f533add11d.jpg?c=749,745,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add GIF"
+ }
+ },
"Message.Context.Select": {
"url": "https://translations.telegram.org/en/macos/general/Message.Context.Select",
"photo_url": "https://telegra.ph/file/p/18d823a5017/7724c53492a40d08afa491d.jpg?c=774,362,280,280,280,280",
@@ -2492,14 +1954,6 @@
"singular": "Select"
}
},
- "Message.Placeholder.Edit": {
- "url": "https://translations.telegram.org/en/macos/general/Message.Placeholder.Edit",
- "photo_url": "https://telegra.ph/file/p/073c31c9d78/aa56a81c0cd39683598ec16.jpg?c=1,270,280,277,280,278",
- "has_binding": true,
- "values": {
- "singular": "Edit Message..."
- }
- },
"Message.Status.Archived": {
"url": "https://translations.telegram.org/en/macos/general/Message.Status.Archived",
"photo_url": "https://telegra.ph/file/p/daf9f0f1f43/4ccc0288fb9716799ee6a1d.jpg?c=42,195,280,280,280,280",
@@ -2516,6 +1970,14 @@
"singular": "Copy Track Name"
}
},
+ "MessageContext.CopyMessageLink1": {
+ "url": "https://translations.telegram.org/en/macos/general/MessageContext.CopyMessageLink1",
+ "photo_url": "https://telegra.ph/file/p/4b5f84860d0/1b2db96b5a2d5f52367db1d.jpg?c=1766,612,326,326,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Copy Message Link"
+ }
+ },
"MessageTimer.ShortDays": {
"url": "https://translations.telegram.org/en/macos/general/MessageTimer.ShortDays",
"photo_url": "https://telegra.ph/file/p/5be51f7baa6/071e1c5de7895c0e51d6c17.jpg?c=231,431,280,280,280,280",
@@ -2564,6 +2026,54 @@
"singular": "
%@w"
}
},
+ "Messages.DeletedMessage": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.DeletedMessage",
+ "photo_url": "https://telegra.ph/file/p/20caf1d19b9/393818f661a7ccc9b47951d.jpg?c=623,839,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Deleted message"
+ }
+ },
+ "Messages.File.State.FetchingIn_1": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.File.State.FetchingIn_1",
+ "photo_url": "https://telegra.ph/file/p/9061f02639d/f6ffe8d0a76bff5b4b61f1d.jpg?c=789,803,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d% downloaded"
+ }
+ },
+ "Messages.File.State.FetchingOut_1": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.File.State.FetchingOut_1",
+ "photo_url": "https://telegra.ph/file/p/f21cdeae496/68b694cecf77ed04bd8621d.jpg?c=766,801,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d% uploaded"
+ }
+ },
+ "Messages.File.State.Local": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.File.State.Local",
+ "photo_url": "https://telegra.ph/file/p/5f411e1fe38/7684fc440a2bd9604c8691d.jpg?c=688,437,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show in Finder"
+ }
+ },
+ "Messages.ForwardHeader": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.ForwardHeader",
+ "photo_url": "https://telegra.ph/file/p/2675d92d152/11a36e1cf950f331be6711d.jpg?c=686,764,321,321,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Forwarded messages"
+ }
+ },
+ "Messages.Placeholder.SentMessage": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.Placeholder.SentMessage",
+ "photo_url": "https://telegra.ph/file/p/abd506244bc/d4bcb7bb7e542b34c26c31d.jpg?c=702,879,312,312,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Write a message..."
+ }
+ },
"Messages.Placeholder.SentMessage.Small": {
"url": "https://translations.telegram.org/en/macos/general/Messages.Placeholder.SentMessage.Small",
"photo_url": "https://telegra.ph/file/p/5d81999a2e0/3dd238f716d66a9755ee619.jpg?c=590,585,280,280,280,280",
@@ -2572,6 +2082,22 @@
"singular": "Message..."
}
},
+ "Messages.ReplyLoading.Header": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.ReplyLoading.Header",
+ "photo_url": "https://telegra.ph/file/p/ac0d70d66a0/f91df969e7551dc9bab541d.jpg?c=1286,69,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reply"
+ }
+ },
+ "Messages.ReplyLoading.Loading": {
+ "url": "https://translations.telegram.org/en/macos/general/Messages.ReplyLoading.Loading",
+ "photo_url": "https://telegra.ph/file/p/f8b2e8a69d0/6992f9fde06c9657da11d1d.jpg?c=314,381,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Loading..."
+ }
+ },
"Modal.Apply": {
"url": "https://translations.telegram.org/en/macos/general/Modal.Apply",
"photo_url": "https://telegra.ph/file/p/fc2c582550b/67a65abc23ba5927dff2316.jpg?c=10,219,280,280,280,280",
@@ -2580,12 +2106,28 @@
"singular": "Apply"
}
},
- "Modal.Done": {
- "url": "https://translations.telegram.org/en/macos/general/Modal.Done",
- "photo_url": "https://telegra.ph/file/p/0d76e8f2922/84bd9a842e309f7f7d2c516.jpg?c=10,176,280,280,280,280",
+ "Modal.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/general/Modal.Cancel",
+ "photo_url": "https://telegra.ph/file/p/a3cdd132bef/2464f5173312f12e7f3771d.jpg?c=757,141,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Done"
+ "singular": "Cancel"
+ }
+ },
+ "Modal.CopyLink": {
+ "url": "https://translations.telegram.org/en/macos/general/Modal.CopyLink",
+ "photo_url": "https://telegra.ph/file/p/6ad225680bf/c0b230509e91298227c921d.jpg?c=672,712,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Copy Link"
+ }
+ },
+ "Modal.OK": {
+ "url": "https://translations.telegram.org/en/macos/general/Modal.OK",
+ "photo_url": "https://telegra.ph/file/p/a3cdd132bef/2464f5173312f12e7f3771d.jpg?c=917,140,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "OK"
}
},
"Modal.Report": {
@@ -2596,36 +2138,36 @@
"singular": "Report"
}
},
- "Navigation.Cancel": {
- "url": "https://translations.telegram.org/en/macos/general/Navigation.Cancel",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
- "NewPoll.OptionsDescriptionMinimum_countable": {
- "url": "https://translations.telegram.org/en/macos/general/NewPoll.OptionsDescriptionMinimum_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "NewPoll.OptionsDescription_countable": {
- "url": "https://translations.telegram.org/en/macos/general/NewPoll.OptionsDescription_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Notification.LockedPreview": {
- "url": "https://translations.telegram.org/en/macos/general/Notification.LockedPreview",
- "photo_url": "https://telegra.ph/file/p/01f63b7d6f3/392061a5593cd43c55cc81d.jpg?c=942,68,297,297,280,280",
+ "Modal.Send": {
+ "url": "https://translations.telegram.org/en/macos/general/Modal.Send",
+ "photo_url": "https://telegra.ph/file/p/455d4baa3a7/3a25689d01c78793166f71d.jpg?c=1157,191,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "You have a new message"
+ "singular": "Send"
+ }
+ },
+ "Navigation.Close": {
+ "url": "https://translations.telegram.org/en/macos/general/Navigation.Close",
+ "photo_url": "https://telegra.ph/file/p/455d4baa3a7/3a25689d01c78793166f71d.jpg?c=858,191,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Close"
+ }
+ },
+ "Navigation.Done": {
+ "url": "https://translations.telegram.org/en/macos/general/Navigation.Done",
+ "photo_url": "https://telegra.ph/file/p/a629ec2e472/a05d2828613fd41c530b71d.jpg?c=415,20,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Done"
+ }
+ },
+ "Navigation.Edit": {
+ "url": "https://translations.telegram.org/en/macos/general/Navigation.Edit",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=427,18,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit"
}
},
"Notification.MarkAsRead": {
@@ -2676,6 +2218,46 @@
"singular": "
📆 You"
}
},
+ "OY7-WF-poV.title": {
+ "url": "https://translations.telegram.org/en/macos/general/OY7-WF-poV.title",
+ "photo_url": "https://telegra.ph/file/p/b0827933fca/5833e7832f42c7b6c385b1d.jpg?c=427,33,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Minimize"
+ }
+ },
+ "Olw-nP-bQN.title": {
+ "url": "https://translations.telegram.org/en/macos/general/Olw-nP-bQN.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=105,166,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Hide"
+ }
+ },
+ "Passcode.EnterPasscodePlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/general/Passcode.EnterPasscodePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/e22440393e4/13adb0190e8b64a5fb17c1d.jpg?c=684,570,334,334,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your passcode"
+ }
+ },
+ "Passcode.Lost.Description": {
+ "url": "https://translations.telegram.org/en/macos/general/Passcode.Lost.Description",
+ "photo_url": "https://telegra.ph/file/p/e22440393e4/13adb0190e8b64a5fb17c1d.jpg?c=514,519,783,781,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "If you don't remember your passcode, you can [log out]()"
+ }
+ },
+ "Passcode.Next": {
+ "url": "https://translations.telegram.org/en/macos/general/Passcode.Next",
+ "photo_url": "https://telegra.ph/file/p/2ae0149d5f2/8d9b0876b499a59d7b3f51d.jpg?c=660,618,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Next"
+ }
+ },
"Passcode.UnlockTouchIdReason": {
"url": "https://translations.telegram.org/en/macos/general/Passcode.UnlockTouchIdReason",
"photo_url": "https://telegra.ph/file/p/dfa85882fbb/f7b79bcb1ae518b58c7161d.jpg?c=985,1829,395,395,280,280",
@@ -2692,437 +2274,28 @@
"singular": "Unlock with Touch ID"
}
},
- "Passport.Language.ar": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ar",
- "photo_url": null,
+ "Peer.Activity.User.TypingText": {
+ "url": "https://translations.telegram.org/en/macos/general/Peer.Activity.User.TypingText",
+ "photo_url": "https://telegra.ph/file/p/40c5bc2f05a/2bf2bba584df73d6ca1f91d.jpg?c=686,34,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Arabic"
+ "singular": "typing"
}
},
- "Passport.Language.az": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.az",
- "photo_url": null,
+ "Peer.DeletedUser": {
+ "url": "https://translations.telegram.org/en/macos/general/Peer.DeletedUser",
+ "photo_url": "https://telegra.ph/file/p/2675d92d152/11a36e1cf950f331be6711d.jpg?c=701,832,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Azerbaijani"
+ "singular": "Deleted Account"
}
},
- "Passport.Language.bg": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.bg",
- "photo_url": null,
+ "Peer.ServiceNotifications": {
+ "url": "https://translations.telegram.org/en/macos/general/Peer.ServiceNotifications",
+ "photo_url": "https://telegra.ph/file/p/abd506244bc/d4bcb7bb7e542b34c26c31d.jpg?c=706,32,290,290,280,280",
"has_binding": true,
"values": {
- "singular": "Bulgarian"
- }
- },
- "Passport.Language.bn": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.bn",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Bangla"
- }
- },
- "Passport.Language.cs": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.cs",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Czech"
- }
- },
- "Passport.Language.da": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.da",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Danish"
- }
- },
- "Passport.Language.de": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.de",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "German"
- }
- },
- "Passport.Language.dv": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.dv",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Divehi"
- }
- },
- "Passport.Language.dz": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.dz",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Dzongkha"
- }
- },
- "Passport.Language.el": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.el",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Greek"
- }
- },
- "Passport.Language.en": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.en",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "English"
- }
- },
- "Passport.Language.es": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.es",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Spanish"
- }
- },
- "Passport.Language.et": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.et",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Estonian"
- }
- },
- "Passport.Language.fa": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.fa",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Persian"
- }
- },
- "Passport.Language.fr": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.fr",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "French"
- }
- },
- "Passport.Language.he": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.he",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Hebrew"
- }
- },
- "Passport.Language.hr": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.hr",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Croatian"
- }
- },
- "Passport.Language.hu": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.hu",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Hungarian"
- }
- },
- "Passport.Language.hy": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.hy",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Armenian"
- }
- },
- "Passport.Language.id": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.id",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Indonesian"
- }
- },
- "Passport.Language.is": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.is",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Icelandic"
- }
- },
- "Passport.Language.it": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.it",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Italian"
- }
- },
- "Passport.Language.ja": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ja",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Japanese"
- }
- },
- "Passport.Language.ka": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ka",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Georgian"
- }
- },
- "Passport.Language.km": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.km",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Khmer"
- }
- },
- "Passport.Language.ko": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ko",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Korean"
- }
- },
- "Passport.Language.lo": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.lo",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Lao"
- }
- },
- "Passport.Language.lt": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.lt",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Lithuanian"
- }
- },
- "Passport.Language.lv": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.lv",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Latvian"
- }
- },
- "Passport.Language.mk": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.mk",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Macedonian"
- }
- },
- "Passport.Language.mn": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.mn",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Mongolian"
- }
- },
- "Passport.Language.ms": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ms",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Malay"
- }
- },
- "Passport.Language.my": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.my",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Burmese"
- }
- },
- "Passport.Language.ne": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ne",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Nepali"
- }
- },
- "Passport.Language.nl": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.nl",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Dutch"
- }
- },
- "Passport.Language.pl": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.pl",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Polish"
- }
- },
- "Passport.Language.pt": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.pt",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Portuguese"
- }
- },
- "Passport.Language.ro": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ro",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Romanian"
- }
- },
- "Passport.Language.ru": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.ru",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Russian"
- }
- },
- "Passport.Language.sk": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.sk",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Slovak"
- }
- },
- "Passport.Language.sl": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.sl",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Slovenian"
- }
- },
- "Passport.Language.th": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.th",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Thai"
- }
- },
- "Passport.Language.tk": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.tk",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Turkmen"
- }
- },
- "Passport.Language.tr": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.tr",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Turkish"
- }
- },
- "Passport.Language.uk": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.uk",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Ukrainian"
- }
- },
- "Passport.Language.uz": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.uz",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Uzbek"
- }
- },
- "Passport.Language.vi": {
- "url": "https://translations.telegram.org/en/macos/general/Passport.Language.vi",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Vietnamese"
- }
- },
- "Peer.Activity.Chat.ChoosingSticker": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Activity.Chat.ChoosingSticker",
- "photo_url": "https://telegra.ph/file/p/0770f14d6ca/6018e5f8fd2203bc4831816.jpg?c=6,8,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ is choosing a sticker"
- }
- },
- "Peer.Activity.Chat.Multi.ChoosingSticker1": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Activity.Chat.Multi.ChoosingSticker1",
- "photo_url": "https://telegra.ph/file/p/2e6652b2019/5e24c47aa27fa4390bdf217.jpg?c=102,36,323,323,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ and
%d others are choosing stickers"
- }
- },
- "Peer.Activity.User.ChoosingSticker": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Activity.User.ChoosingSticker",
- "photo_url": "https://telegra.ph/file/p/5d7015c336b/41853cd236015fd78a8ac16.jpg?c=7,14,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "choosing a sticker"
- }
- },
- "Peer.Media.Calendar.Media": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Media.Calendar.Media",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=17,102,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d media",
- "plural": "
%d media"
- }
- },
- "Peer.Media.Calendar.Media_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Media.Calendar.Media_countable",
- "photo_url": "https://telegra.ph/file/p/04245d09766/292c3dac58525e951d3d916.jpg?c=15,102,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Peer.Media.Calendar.Title": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Media.Calendar.Title",
- "photo_url": "https://telegra.ph/file/p/aaa14f798ae/1187eb92b8beaa61c1e2716.jpg?c=22,44,278,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Calendar"
- }
- },
- "Peer.RepliesNotifications": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.RepliesNotifications",
- "photo_url": "https://telegra.ph/file/p/fdd51e9d1cf/e791fed9b7892a31487e216.jpg?c=4,11,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply Notifications"
+ "singular": "service notifications"
}
},
"Peer.Status.Member": {
@@ -3134,180 +2307,68 @@
"plural": "
%d members"
}
},
- "Peer.Status.Member.Online_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Status.Member.Online_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Peer.Status.Member_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Status.Member_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Peer.Status.Subscribers_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Status.Subscribers_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Peer.Status.minAgo_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Peer.Status.minAgo_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PeerInfo.Action.LiveStream": {
- "url": "https://translations.telegram.org/en/macos/general/PeerInfo.Action.LiveStream",
- "photo_url": "https://telegra.ph/file/p/64c6d43097c/fe9cda7f1c916b6f52bcd16.jpg?c=16,77,280,280,280,280",
+ "Peer.Status.online": {
+ "url": "https://translations.telegram.org/en/macos/general/Peer.Status.online",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=182,154,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Live Stream"
+ "singular": "online"
}
},
- "PeerInfo.ChatColors": {
- "url": "https://translations.telegram.org/en/macos/general/PeerInfo.ChatColors",
- "photo_url": "https://telegra.ph/file/p/febbd3de37e/ab3c499029421cfec21e316.jpg?c=18,93,280,280,280,280",
+ "PeerInfo.AddContact": {
+ "url": "https://translations.telegram.org/en/macos/general/PeerInfo.AddContact",
+ "photo_url": "https://telegra.ph/file/p/2aa1ce69d72/0369f31ae9ac33f2316a51d.jpg?c=800,657,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Contact"
+ }
+ },
+ "PeerInfo.ChannelReported": {
+ "url": "https://translations.telegram.org/en/macos/general/PeerInfo.ChannelReported",
+ "photo_url": "https://telegra.ph/file/p/1d0c4050d9d/37e6da9b74106f32717af1d.jpg?c=590,13,942,942,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Thank you! Your report will be reviewed by our team soon."
+ }
+ },
+ "PeerInfo.FirstName.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/general/PeerInfo.FirstName.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/4deecc186ce/4e43abaa96ec02ea318181d.jpg?c=761,128,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "First Name"
+ }
+ },
+ "PeerInfo.LastName.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/general/PeerInfo.LastName.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/4deecc186ce/4e43abaa96ec02ea318181d.jpg?c=760,177,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Last Name"
+ }
+ },
+ "PeerInfo.Report": {
+ "url": "https://translations.telegram.org/en/macos/general/PeerInfo.Report",
+ "photo_url": "https://telegra.ph/file/p/495eb503157/84d72edb2b278c6ee74d31d.jpg?c=575,707,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Change Colors"
+ "singular": "Report"
}
},
- "PeerInfo.Confirm.AddMembers1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PeerInfo.Confirm.AddMembers1_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PeerInfo.MembersHeader_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PeerInfo.MembersHeader_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PeerInfo.ShareMyInfo": {
- "url": "https://translations.telegram.org/en/macos/general/PeerInfo.ShareMyInfo",
- "photo_url": "https://telegra.ph/file/p/efcf4a88b94/da6cc6b2a25ae66b5c08617.jpg?c=162,69,280,280,280,280",
+ "Presence.bot": {
+ "url": "https://translations.telegram.org/en/macos/general/Presence.bot",
+ "photo_url": "https://telegra.ph/file/p/0451b74c6b1/8c1fac39453227a6d50ed1d.jpg?c=341,76,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Share My Contact Info"
+ "singular": "bot"
}
},
- "PhoneNumber.ChangePhoneNumber": {
- "url": "https://translations.telegram.org/en/macos/general/PhoneNumber.ChangePhoneNumber",
- "photo_url": "https://telegra.ph/file/p/b8e2d414625/31cdb9c4c536023a0110c17.jpg?c=165,212,280,280,280,280",
+ "Proxy.ForceDisable": {
+ "url": "https://translations.telegram.org/en/macos/general/Proxy.ForceDisable",
+ "photo_url": "https://telegra.ph/file/p/d673da0fdc0/6c8544ae043b4432792d81d.jpg?c=546,34,575,575,280,280",
"has_binding": false,
"values": {
- "singular": "Change Phone Number"
- }
- },
- "PhoneNumber.Code.Info": {
- "url": "https://translations.telegram.org/en/macos/general/PhoneNumber.Code.Info",
- "photo_url": "https://telegra.ph/file/p/b8e2d414625/31cdb9c4c536023a0110c17.jpg?c=166,142,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "We have sent you an SMS with a confirmation code, please enter it to finish the process."
- }
- },
- "PhoneNumber.Info": {
- "url": "https://translations.telegram.org/en/macos/general/PhoneNumber.Info",
- "photo_url": "https://telegra.ph/file/p/5a42c641584/994347663eb59b590ae4216.jpg?c=8,166,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Your new number will receive a confirmation code via call or SMS."
- }
- },
- "PhoneNumber.SendCode": {
- "url": "https://translations.telegram.org/en/macos/general/PhoneNumber.SendCode",
- "photo_url": "https://telegra.ph/file/p/5a42c641584/994347663eb59b590ae4216.jpg?c=10,209,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Code"
- }
- },
- "PhoneNumber.Title": {
- "url": "https://translations.telegram.org/en/macos/general/PhoneNumber.Title",
- "photo_url": "https://telegra.ph/file/p/5a42c641584/994347663eb59b590ae4216.jpg?c=2,116,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "NEW PHONE NUMBER"
- }
- },
- "Premium.Gift.Title": {
- "url": "https://translations.telegram.org/en/macos/general/Premium.Gift.Title",
- "photo_url": "https://telegra.ph/file/p/97f50ec6c28/e5ced62ea6ba59f27613317.jpg?c=160,127,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Gift Telegram Premium"
- }
- },
- "Preview.Dragging.AddItems_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Preview.Dragging.AddItems_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PreviewSender.SendAudio_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PreviewSender.SendAudio_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PreviewSender.SendGif_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PreviewSender.SendGif_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PreviewSender.SendMedia_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PreviewSender.SendMedia_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PreviewSender.SendVideo_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PreviewSender.SendVideo_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PrivacySettings.GroupMembersCount_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PrivacySettings.GroupMembersCount_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "PrivacySettingsController.UserCount_countable": {
- "url": "https://translations.telegram.org/en/macos/general/PrivacySettingsController.UserCount_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
+ "singular": "Are you sure you want to disable proxy server
%@?"
}
},
"Proxy.ForceEnable.Text.IP": {
@@ -3350,6 +2411,46 @@
"singular": "Username:
%@"
}
},
+ "QuickLook.Preview": {
+ "url": "https://translations.telegram.org/en/macos/general/QuickLook.Preview",
+ "photo_url": "https://telegra.ph/file/p/0701bcf0cd6/95915a054d9f28307d98c1d.jpg?c=676,82,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Preview"
+ }
+ },
+ "QuickSwitcher.Popular": {
+ "url": "https://translations.telegram.org/en/macos/general/QuickSwitcher.Popular",
+ "photo_url": "https://telegra.ph/file/p/f5ab4370936/a5dcd3fdb98b7600d40651d.jpg?c=458,497,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Popular"
+ }
+ },
+ "QuickSwitcher.Recently": {
+ "url": "https://translations.telegram.org/en/macos/general/QuickSwitcher.Recently",
+ "photo_url": "https://telegra.ph/file/p/f5ab4370936/a5dcd3fdb98b7600d40651d.jpg?c=453,272,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Recent"
+ }
+ },
+ "R4o-n2-Eq4.title": {
+ "url": "https://translations.telegram.org/en/macos/general/R4o-n2-Eq4.title",
+ "photo_url": "https://telegra.ph/file/p/b0827933fca/5833e7832f42c7b6c385b1d.jpg?c=416,66,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Zoom"
+ }
+ },
+ "RecentCalls.Empty": {
+ "url": "https://translations.telegram.org/en/macos/general/RecentCalls.Empty",
+ "photo_url": "https://telegra.ph/file/p/f6171e86bae/2e424ee316831151934511d.jpg?c=70,315,515,515,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your recent calls will appear here"
+ }
+ },
"Report.AdditionText": {
"url": "https://translations.telegram.org/en/macos/general/Report.AdditionText",
"photo_url": "https://telegra.ph/file/p/4e8daf5b628/457a8cdbd32db4d17d37c16.jpg?c=10,124,280,280,280,280",
@@ -3390,14 +2491,6 @@
"singular": "Copyright"
}
},
- "ReportReason.Drugs": {
- "url": "https://translations.telegram.org/en/macos/general/ReportReason.Drugs",
- "photo_url": "https://telegra.ph/file/p/e66ca80cf46/a9de08b908981a747bef916.jpg?c=2,218,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Illegal Drugs"
- }
- },
"ReportReason.Fake": {
"url": "https://translations.telegram.org/en/macos/general/ReportReason.Fake",
"photo_url": "https://telegra.ph/file/p/a93514d8ab3/e0f563eca49902343b2bc16.jpg?c=2,74,280,280,280,280",
@@ -3422,20 +2515,36 @@
"singular": "Description"
}
},
- "ReportReason.PersonalDetails": {
- "url": "https://translations.telegram.org/en/macos/general/ReportReason.PersonalDetails",
- "photo_url": "https://telegra.ph/file/p/e66ca80cf46/a9de08b908981a747bef916.jpg?c=2,199,280,280,280,280",
+ "ReportReason.Porno": {
+ "url": "https://translations.telegram.org/en/macos/general/ReportReason.Porno",
+ "photo_url": "https://telegra.ph/file/p/1314ae04357/985e44c81dbde0b55ae1c1d.jpg?c=553,489,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Personal Details"
+ "singular": "Pornography"
}
},
- "SavedAs.ModalOk": {
- "url": "https://translations.telegram.org/en/macos/general/SavedAs.ModalOk",
- "photo_url": "https://telegra.ph/file/p/09de001371d/d0c680ab919e43ed7be2a16.jpg?c=10,142,280,280,280,280",
+ "ReportReason.Spam": {
+ "url": "https://translations.telegram.org/en/macos/general/ReportReason.Spam",
+ "photo_url": "https://telegra.ph/file/p/1314ae04357/985e44c81dbde0b55ae1c1d.jpg?c=518,360,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Spam"
+ }
+ },
+ "ReportReason.Violence": {
+ "url": "https://translations.telegram.org/en/macos/general/ReportReason.Violence",
+ "photo_url": "https://telegra.ph/file/p/1314ae04357/985e44c81dbde0b55ae1c1d.jpg?c=531,422,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Violence"
+ }
+ },
+ "Ruw-6m-B2m.title": {
+ "url": "https://translations.telegram.org/en/macos/general/Ruw-6m-B2m.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=259,271,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Saved!
[Show In Finder]()"
+ "singular": "Select All"
}
},
"Schedule.SendDate": {
@@ -3526,20 +2635,28 @@
"singular": "Voice"
}
},
- "Search.Global.Channel1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Search.Global.Channel1_countable",
- "photo_url": null,
+ "SearchField.Search": {
+ "url": "https://translations.telegram.org/en/macos/general/SearchField.Search",
+ "photo_url": "https://telegra.ph/file/p/f5ab4370936/a5dcd3fdb98b7600d40651d.jpg?c=499,214,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ %d"
+ "singular": "Search"
}
},
- "Search.Global.Group1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Search.Global.Group1_countable",
- "photo_url": null,
+ "ServiceMessage.DesturctingPhoto.You": {
+ "url": "https://translations.telegram.org/en/macos/general/ServiceMessage.DesturctingPhoto.You",
+ "photo_url": "https://telegra.ph/file/p/03693225dc0/7a6fb48e1fdf5386aeec51d.jpg?c=836,400,499,499,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ %d"
+ "singular": "
%@ sent a self-destructing photo."
+ }
+ },
+ "ServiceMessage.DesturctingVideo.You": {
+ "url": "https://translations.telegram.org/en/macos/general/ServiceMessage.DesturctingVideo.You",
+ "photo_url": "https://telegra.ph/file/p/03693225dc0/7a6fb48e1fdf5386aeec51d.jpg?c=839,366,493,493,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ sent a self-destructing video."
}
},
"ServiceMessage.ExpiredPhoto": {
@@ -3558,6 +2675,22 @@
"singular": "Expired video"
}
},
+ "ShareExtension.Passcode.Next": {
+ "url": "https://translations.telegram.org/en/macos/general/ShareExtension.Passcode.Next",
+ "photo_url": "https://telegra.ph/file/p/288dc9d6836/71bb0b0ba86600df8ef681d.jpg?c=657,570,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Next"
+ }
+ },
+ "ShareExtension.Passcode.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/general/ShareExtension.Passcode.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/288dc9d6836/71bb0b0ba86600df8ef681d.jpg?c=656,499,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "passcode"
+ }
+ },
"ShareExtension.Search": {
"url": "https://translations.telegram.org/en/macos/general/ShareExtension.Search",
"photo_url": "https://telegra.ph/file/p/7968738f222/05ece3ae9b53a7f2300281d.jpg?c=841,88,280,280,280,280",
@@ -3566,12 +2699,28 @@
"singular": "Search"
}
},
- "ShareModal.Select": {
- "url": "https://translations.telegram.org/en/macos/general/ShareModal.Select",
- "photo_url": "https://telegra.ph/file/p/69d567d4932/fecd0216e80c2186dbc9516.jpg?c=8,85,280,280,280,280",
+ "ShareExtension.Unauthorized.Description": {
+ "url": "https://translations.telegram.org/en/macos/general/ShareExtension.Unauthorized.Description",
+ "photo_url": "https://telegra.ph/file/p/cb94bb19038/a832c3494af58747986fb1d.jpg?c=517,286,569,569,280,280",
"has_binding": false,
"values": {
- "singular": "Select"
+ "singular": "To share via Telegram, please open the Telegram app and log in."
+ }
+ },
+ "ShareExtension.Unauthorized.OK": {
+ "url": "https://translations.telegram.org/en/macos/general/ShareExtension.Unauthorized.OK",
+ "photo_url": "https://telegra.ph/file/p/cb94bb19038/a832c3494af58747986fb1d.jpg?c=661,488,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "OK"
+ }
+ },
+ "Sidebar.Avalability": {
+ "url": "https://translations.telegram.org/en/macos/general/Sidebar.Avalability",
+ "photo_url": "https://telegra.ph/file/p/e8a9aebcf3f/3e9430908481aad2aa7a11d.jpg?c=1578,305,708,708,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Your stickers, GIFs and emoji will appear in this panel when you open any chat."
}
},
"StatusBar.Activate": {
@@ -3598,28 +2747,45 @@
"singular": "Quit"
}
},
- "StickerPack.Add1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/StickerPack.Add1_countable",
- "photo_url": null,
+ "StickerPack.Add1": {
+ "url": "https://translations.telegram.org/en/macos/general/StickerPack.Add1",
+ "photo_url": "https://telegra.ph/file/p/0605574aa49/5b93f2d4d78c60edf1df71d.jpg?c=958,932,312,312,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "Add
%d Sticker",
+ "plural": "Add
%d Stickers"
}
},
- "Stickers.Set.Count1_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Stickers.Set.Count1_countable",
- "photo_url": null,
- "has_binding": false,
+ "StickerSet.DontExist": {
+ "url": "https://translations.telegram.org/en/macos/general/StickerSet.DontExist",
+ "photo_url": "https://telegra.ph/file/p/e42e345261a/409ad5828789157959c731d.jpg?c=157,0,554,254,280,128",
+ "has_binding": true,
"values": {
- "singular": "
%d"
+ "singular": "Sorry, this sticker set doesn't seem to exist."
}
},
- "Stickers.Trending": {
- "url": "https://translations.telegram.org/en/macos/general/Stickers.Trending",
- "photo_url": "https://telegra.ph/file/p/8fa43ba42bd/57330cddb3ea2d40621a816.jpg?c=5,61,280,280,280,280",
+ "Stickers.Recent": {
+ "url": "https://translations.telegram.org/en/macos/general/Stickers.Recent",
+ "photo_url": "https://telegra.ph/file/p/9d06b0eaacf/d9cece5c3656c0265bbe01d.jpg?c=777,307,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Recent"
+ }
+ },
+ "Suggest.Localization.Header": {
+ "url": "https://translations.telegram.org/en/macos/general/Suggest.Localization.Header",
+ "photo_url": "https://telegra.ph/file/p/0e5fa182b46/47678158bc9f419aece7b1d.jpg?c=632,309,334,334,280,280",
"has_binding": false,
"values": {
- "singular": "Trending Stickers"
+ "singular": "Choose your language"
+ }
+ },
+ "Suggest.Localization.Other": {
+ "url": "https://translations.telegram.org/en/macos/general/Suggest.Localization.Other",
+ "photo_url": "https://telegra.ph/file/p/0e5fa182b46/47678158bc9f419aece7b1d.jpg?c=489,571,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Other"
}
},
"Td7-aD-5lo.title": {
@@ -3630,12 +2796,20 @@
"singular": "Window"
}
},
- "Telegram.BioViewController": {
- "url": "https://translations.telegram.org/en/macos/general/Telegram.BioViewController",
- "photo_url": null,
+ "Telegram.LayoutAccountController": {
+ "url": "https://translations.telegram.org/en/macos/general/Telegram.LayoutAccountController",
+ "photo_url": "https://telegra.ph/file/p/8c007bc3ae4/2414c06f7884aa324e8601d.jpg?c=209,18,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Settings"
+ }
+ },
+ "Telegram.LayoutRecentCallsViewController": {
+ "url": "https://translations.telegram.org/en/macos/general/Telegram.LayoutRecentCallsViewController",
+ "photo_url": "https://telegra.ph/file/p/f6171e86bae/2e424ee316831151934511d.jpg?c=194,17,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Bio"
+ "singular": "Recent Calls"
}
},
"Text.Context.Copy.Code": {
@@ -3646,12 +2820,44 @@
"singular": "Copy Code"
}
},
- "Text.Context.Copy.StickerPack": {
- "url": "https://translations.telegram.org/en/macos/general/Text.Context.Copy.StickerPack",
- "photo_url": "https://telegra.ph/file/p/92422fa435e/38c1c793da99a7a03458c1d.jpg?c=1066,954,306,306,280,280",
+ "Text.Context.Copy.Email": {
+ "url": "https://translations.telegram.org/en/macos/general/Text.Context.Copy.Email",
+ "photo_url": "https://telegra.ph/file/p/4c41343ae73/e9a27e289e4a47bc9149f1d.jpg?c=888,944,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Copy Sticker Set Link"
+ "singular": "Copy Email"
+ }
+ },
+ "Text.Context.Copy.Hashtag": {
+ "url": "https://translations.telegram.org/en/macos/general/Text.Context.Copy.Hashtag",
+ "photo_url": "https://telegra.ph/file/p/f2b47768183/cf7d519d584a5290702dd1d.jpg?c=795,942,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Copy Hashtag"
+ }
+ },
+ "Text.Context.Copy.InviteLink": {
+ "url": "https://translations.telegram.org/en/macos/general/Text.Context.Copy.InviteLink",
+ "photo_url": "https://telegra.ph/file/p/77e606f408a/df26b4e51ba70a4a238bc1d.jpg?c=1137,943,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Copy Invite Link"
+ }
+ },
+ "Text.Context.Copy.Link": {
+ "url": "https://translations.telegram.org/en/macos/general/Text.Context.Copy.Link",
+ "photo_url": "https://telegra.ph/file/p/e2f9a09aba8/ac9760a441430c1ac6ffc1d.jpg?c=859,942,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Copy Link"
+ }
+ },
+ "Text.Context.Copy.Username": {
+ "url": "https://translations.telegram.org/en/macos/general/Text.Context.Copy.Username",
+ "photo_url": "https://telegra.ph/file/p/1a29f788fdd/6e4d830cd9a60409f168e1d.jpg?c=913,940,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Copy Username"
}
},
"Text.CopyText": {
@@ -3662,20 +2868,36 @@
"singular": "Copy Text"
}
},
- "Text.View.Transformations": {
- "url": "https://translations.telegram.org/en/macos/general/Text.View.Transformations",
- "photo_url": "https://telegra.ph/file/p/d234e533357/23cc94f0556efe3cd5cb117.jpg?c=49,360,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Formatting"
- }
- },
- "TextView.Transform.RemoveAll": {
- "url": "https://translations.telegram.org/en/macos/general/TextView.Transform.RemoveAll",
- "photo_url": "https://telegra.ph/file/p/4933267b61f/0db12a8c7790572ba7c921d.jpg?c=1640,1165,358,358,280,280",
+ "TextView.Transform.Bold": {
+ "url": "https://translations.telegram.org/en/macos/general/TextView.Transform.Bold",
+ "photo_url": "https://telegra.ph/file/p/0eec530d7f0/2a4c0938ae405ee0776681d.jpg?c=1174,765,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Clear Formatting"
+ "singular": "Bold"
+ }
+ },
+ "TextView.Transform.Code": {
+ "url": "https://translations.telegram.org/en/macos/general/TextView.Transform.Code",
+ "photo_url": "https://telegra.ph/file/p/0eec530d7f0/2a4c0938ae405ee0776681d.jpg?c=1240,830,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Monospace"
+ }
+ },
+ "TextView.Transform.Italic": {
+ "url": "https://translations.telegram.org/en/macos/general/TextView.Transform.Italic",
+ "photo_url": "https://telegra.ph/file/p/0eec530d7f0/2a4c0938ae405ee0776681d.jpg?c=1177,796,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Italic"
+ }
+ },
+ "TextView.Transform.URL": {
+ "url": "https://translations.telegram.org/en/macos/general/TextView.Transform.URL",
+ "photo_url": "https://telegra.ph/file/p/6da0c3bd26c/0183ba6fb0e1fc522bfbb1d.jpg?c=356,731,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Make URL"
}
},
"Theme.GetTheme.Error": {
@@ -3694,140 +2916,28 @@
"singular": "Feb
%@,
%@ at
%@"
}
},
- "Timer.Days_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Days_countable",
- "photo_url": null,
+ "Time.yesterday": {
+ "url": "https://translations.telegram.org/en/macos/general/Time.yesterday",
+ "photo_url": "https://telegra.ph/file/p/e096e3979ed/1de8ef7a8da8d2a5592fc1d.jpg?c=740,31,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "yesterday"
}
},
- "Timer.Hours_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Hours_countable",
- "photo_url": null,
+ "UEZ-Bs-lqG.title": {
+ "url": "https://translations.telegram.org/en/macos/general/UEZ-Bs-lqG.title",
+ "photo_url": "https://telegra.ph/file/p/0eec530d7f0/2a4c0938ae405ee0776681d.jpg?c=1222,923,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
+ "singular": "Capitalize"
}
},
- "Timer.Minutes_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Minutes_countable",
- "photo_url": null,
+ "Vdr-fp-XzO.title": {
+ "url": "https://translations.telegram.org/en/macos/general/Vdr-fp-XzO.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=112,228,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
%d"
- }
- },
- "Timer.Months_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Months_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Timer.Seconds_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Seconds_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Timer.Weeks_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Weeks_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Timer.Years_countable": {
- "url": "https://translations.telegram.org/en/macos/general/Timer.Years_countable",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "TwoStepAuth.AnError": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.AnError",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "An error occurred. Please try again later."
- }
- },
- "TwoStepAuth.EmailInvalid": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.EmailInvalid",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Invalid email address, please try again."
- }
- },
- "TwoStepAuth.EmailSent": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.EmailSent",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "We have sent you an email to confirm your address."
- }
- },
- "TwoStepAuth.Error.Generic": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.Error.Generic",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "An error occurred. Please try again later."
- }
- },
- "TwoStepAuth.GenericError": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.GenericError",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "An error occurred. Please try again later."
- }
- },
- "TwoStepAuth.PasswordTitle": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.PasswordTitle",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Password"
- }
- },
- "TwoStepAuth.RecoveryCodeExpired": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.RecoveryCodeExpired",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Code Expired"
- }
- },
- "TwoStepAuth.RecoveryFailed": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.RecoveryFailed",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Your remaining options are either to remember your password or to reset your account."
- }
- },
- "TwoStepAuth.RecoverySent": {
- "url": "https://translations.telegram.org/en/macos/general/TwoStepAuth.RecoverySent",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "We have sent a recovery code to the email you provided:
%@"
- }
- },
- "UnknownError": {
- "url": "https://translations.telegram.org/en/macos/general/UnknownError",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "An error occurred, please try again later."
+ "singular": "Hide Others"
}
},
"VoiceChat.End.Third": {
@@ -3846,60 +2956,12 @@
"singular": "Edit"
}
},
- "WallpaperPreview.DoesntExists": {
- "url": "https://translations.telegram.org/en/macos/general/WallpaperPreview.DoesntExists",
- "photo_url": "https://telegra.ph/file/p/151fc5d5f87/4b545bcfe03cd08a26ac917.jpg?c=111,0,408,184,280,128",
+ "WeT-3V-zwk.title": {
+ "url": "https://translations.telegram.org/en/macos/general/WeT-3V-zwk.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=277,194,353,353,280,280",
"has_binding": false,
"values": {
- "singular": "Sorry, this wallpaper doesn't seem to exist."
- }
- },
- "Widged.Storage.InfoText": {
- "url": "https://translations.telegram.org/en/macos/general/Widged.Storage.InfoText",
- "photo_url": "https://telegra.ph/file/p/3e296b67fe4/3fe0da6837c4eb33b9d6517.jpg?c=248,98,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "More data and storage settings are available in
Settings > [Data And Storage](storage)."
- }
- },
- "Widget.Recent.Desc": {
- "url": "https://translations.telegram.org/en/macos/general/Widget.Recent.Desc",
- "photo_url": "https://telegra.ph/file/p/8342e64442e/5d33e30da9861da84927817.jpg?c=268,196,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Use ⌘+K or ESC to enter [search](search) mode."
- }
- },
- "Widget.Recent.Mixed": {
- "url": "https://translations.telegram.org/en/macos/general/Widget.Recent.Mixed",
- "photo_url": "https://telegra.ph/file/p/8342e64442e/5d33e30da9861da84927817.jpg?c=291,91,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Both"
- }
- },
- "Widget.Recent.Popular": {
- "url": "https://translations.telegram.org/en/macos/general/Widget.Recent.Popular",
- "photo_url": "https://telegra.ph/file/p/8342e64442e/5d33e30da9861da84927817.jpg?c=192,92,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Popular"
- }
- },
- "Widget.Recent.Recent": {
- "url": "https://translations.telegram.org/en/macos/general/Widget.Recent.Recent",
- "photo_url": "https://telegra.ph/file/p/8342e64442e/5d33e30da9861da84927817.jpg?c=242,91,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Recent"
- }
- },
- "Widget.Recent.Title": {
- "url": "https://translations.telegram.org/en/macos/general/Widget.Recent.Title",
- "photo_url": "https://telegra.ph/file/p/8342e64442e/5d33e30da9861da84927817.jpg?c=236,72,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Chats"
+ "singular": "Paste and Match Style"
}
},
"_NS103.title": {
@@ -3918,6 +2980,14 @@
"singular": "Window"
}
},
+ "_NS70.title": {
+ "url": "https://translations.telegram.org/en/macos/general/_NS70.title",
+ "photo_url": "https://telegra.ph/file/p/03693225dc0/7a6fb48e1fdf5386aeec51d.jpg?c=303,0,280,276,280,276",
+ "has_binding": false,
+ "values": {
+ "singular": "View"
+ }
+ },
"_NS81.title": {
"url": "https://translations.telegram.org/en/macos/general/_NS81.title",
"photo_url": "https://telegra.ph/file/p/380ce3533f9/7f8baf7b7b79c03c7f13a1d.jpg?c=85,0,280,276,280,276",
@@ -3926,6 +2996,14 @@
"singular": "View"
}
},
+ "_NS88.title": {
+ "url": "https://translations.telegram.org/en/macos/general/_NS88.title",
+ "photo_url": "https://telegra.ph/file/p/03693225dc0/7a6fb48e1fdf5386aeec51d.jpg?c=227,0,280,276,280,276",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit"
+ }
+ },
"_NS:103.title": {
"url": "https://translations.telegram.org/en/macos/general/_NS:103.title",
"photo_url": "https://telegra.ph/file/p/380ce3533f9/7f8baf7b7b79c03c7f13a1d.jpg?c=62,0,280,280,280,280",
@@ -3974,6 +3052,14 @@
"singular": "Edit"
}
},
+ "aUF-d1-5bR.title": {
+ "url": "https://translations.telegram.org/en/macos/general/aUF-d1-5bR.title",
+ "photo_url": "https://telegra.ph/file/p/03693225dc0/7a6fb48e1fdf5386aeec51d.jpg?c=402,0,280,276,280,276",
+ "has_binding": true,
+ "values": {
+ "singular": "Window"
+ }
+ },
"c8a-y6-VQd.title": {
"url": "https://translations.telegram.org/en/macos/general/c8a-y6-VQd.title",
"photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=594,860,280,280,280,280",
@@ -3981,5 +3067,141 @@
"values": {
"singular": "Formatting"
}
+ },
+ "cwL-P1-jid.title": {
+ "url": "https://translations.telegram.org/en/macos/general/cwL-P1-jid.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=727,497,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Smart Links"
+ }
+ },
+ "d9M-CD-aMd.title": {
+ "url": "https://translations.telegram.org/en/macos/general/d9M-CD-aMd.title",
+ "photo_url": "https://telegra.ph/file/p/0eec530d7f0/2a4c0938ae405ee0776681d.jpg?c=1295,882,288,288,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Make Lower Case"
+ }
+ },
+ "dRJ-4n-Yzg.title": {
+ "url": "https://translations.telegram.org/en/macos/general/dRJ-4n-Yzg.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=251,34,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Undo"
+ }
+ },
+ "gVA-U4-sdL.title": {
+ "url": "https://translations.telegram.org/en/macos/general/gVA-U4-sdL.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=539,779,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Paste"
+ }
+ },
+ "hQb-2v-fYv.title": {
+ "url": "https://translations.telegram.org/en/macos/general/hQb-2v-fYv.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=740,435,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Smart Quotes"
+ }
+ },
+ "hz2-CU-CR7.title": {
+ "url": "https://translations.telegram.org/en/macos/general/hz2-CU-CR7.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=137,734,354,354,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Check Document Now"
+ }
+ },
+ "mK6-2p-4JG.title": {
+ "url": "https://translations.telegram.org/en/macos/general/mK6-2p-4JG.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=133,706,468,468,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Check Grammar With Spelling"
+ }
+ },
+ "pa3-QI-u2k.title": {
+ "url": "https://translations.telegram.org/en/macos/general/pa3-QI-u2k.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=253,241,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete"
+ }
+ },
+ "rbD-Rh-wIN.title": {
+ "url": "https://translations.telegram.org/en/macos/general/rbD-Rh-wIN.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=134,703,445,445,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Check Spelling While Typing"
+ }
+ },
+ "rgM-f4-ycn.title": {
+ "url": "https://translations.telegram.org/en/macos/general/rgM-f4-ycn.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=742,466,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Smart Dashes"
+ }
+ },
+ "sZh-ct-GQS.title": {
+ "url": "https://translations.telegram.org/en/macos/general/sZh-ct-GQS.title",
+ "photo_url": "https://telegra.ph/file/p/7f540ab5bb5/29016599186d79dd0df601d.jpg?c=112,135,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Quick Search"
+ }
+ },
+ "tRr-pd-1PS.title": {
+ "url": "https://translations.telegram.org/en/macos/general/tRr-pd-1PS.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=750,529,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Data Detectors"
+ }
+ },
+ "uQy-DD-JDr.title": {
+ "url": "https://translations.telegram.org/en/macos/general/uQy-DD-JDr.title",
+ "photo_url": "https://telegra.ph/file/p/03693225dc0/7a6fb48e1fdf5386aeec51d.jpg?c=88,0,280,276,280,276",
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram"
+ }
+ },
+ "uRl-iY-unG.title": {
+ "url": "https://translations.telegram.org/en/macos/general/uRl-iY-unG.title",
+ "photo_url": "https://telegra.ph/file/p/8048d6d3c0c/a7f67276671f3b1d8f7571d.jpg?c=530,719,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Cut"
+ }
+ },
+ "vmV-6d-7jI.title": {
+ "url": "https://translations.telegram.org/en/macos/general/vmV-6d-7jI.title",
+ "photo_url": "https://telegra.ph/file/p/0eec530d7f0/2a4c0938ae405ee0776681d.jpg?c=1296,853,288,288,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Make Upper Case"
+ }
+ },
+ "x3v-GG-iWU.title": {
+ "url": "https://translations.telegram.org/en/macos/general/x3v-GG-iWU.title",
+ "photo_url": "https://telegra.ph/file/p/a094a8c2ee1/86ee510c9e0916bf429451d.jpg?c=251,148,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Copy"
+ }
+ },
+ "z6F-FW-3nz.title": {
+ "url": "https://translations.telegram.org/en/macos/general/z6F-FW-3nz.title",
+ "photo_url": "https://telegra.ph/file/p/a1708b62f60/8ec412b6e6736eca8d7141d.jpg?c=764,344,306,306,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show Substitutions"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/macos/groups_and_channels.json b/data/web_tr/translations.telegram.org/en/macos/groups_and_channels.json
index c6fd35043e..7a5da29fb8 100644
--- a/data/web_tr/translations.telegram.org/en/macos/groups_and_channels.json
+++ b/data/web_tr/translations.telegram.org/en/macos/groups_and_channels.json
@@ -1,12 +1,4 @@
{
- "Admins.Admin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Admins.Admin",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=552,782,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Admin"
- }
- },
"Admins.Creator": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Admins.Creator",
"photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=559,846,280,280,280,280",
@@ -15,14 +7,6 @@
"singular": "Owner"
}
},
- "Admins.Owner": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Admins.Owner",
- "photo_url": "https://telegra.ph/file/p/df24ace21be/c4510a5832a0227137cfc1d.jpg?c=237,295,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Owner"
- }
- },
"Alert.PrivateChannel.AccessError": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Alert.PrivateChannel.AccessError",
"photo_url": "https://telegra.ph/file/p/3477402e2af/2e32c4c3ab28d4f5b58e01d.jpg?c=415,0,935,924,280,276",
@@ -55,14 +39,6 @@
"singular": "W"
}
},
- "Call.Confirm.Discard.Call.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Call.Confirm.Discard.Call.Header",
- "photo_url": "https://telegra.ph/file/p/8d603a665b8/93b1be5d011afbeb8be7316.jpg?c=6,9,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Call in Progress"
- }
- },
"Call.Confirm.Discard.Call.ToCall.Text": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Call.Confirm.Discard.Call.ToCall.Text",
"photo_url": "https://telegra.ph/file/p/8d603a665b8/93b1be5d011afbeb8be7316.jpg?c=13,15,280,280,280,280",
@@ -95,22 +71,6 @@
"singular": "Leave video chat in \"
%1$@\" and start a new one in \"
%2$@\"?"
}
},
- "Chanel.EventFilter.AllAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chanel.EventFilter.AllAdmins",
- "photo_url": "https://telegra.ph/file/p/840abb15eb2/3c47d3baae724a7e84d5d1d.jpg?c=484,706,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "All Admins"
- }
- },
- "Chanel.EventFilter.AllEvents": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chanel.EventFilter.AllEvents",
- "photo_url": "https://telegra.ph/file/p/840abb15eb2/3c47d3baae724a7e84d5d1d.jpg?c=480,188,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "All Events"
- }
- },
"Channel.Admin.AdminAccess": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.AdminAccess",
"photo_url": "https://telegra.ph/file/p/c850c0972aa/db365827c1ce3824c33c41d.jpg?c=513,512,564,564,280,280",
@@ -119,22 +79,6 @@
"singular": "This admin will be able to add new admins with equal or fewer rights."
}
},
- "Channel.Admin.AdminRestricted": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.AdminRestricted",
- "photo_url": "https://telegra.ph/file/p/c6eff9725b5/f975b2c957a7d8484655b1d.jpg?c=513,509,559,559,280,280",
- "has_binding": true,
- "values": {
- "singular": "This admin will not be able to add new admins."
- }
- },
- "Channel.Admin.CantEdit": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.CantEdit",
- "photo_url": "https://telegra.ph/file/p/2ca5c239ee2/82e6e69b2bffe4d92d48b16.jpg?c=10,40,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "You are not allowed to edit the rights of this admin."
- }
- },
"Channel.Admin.CantEditRights": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.CantEditRights",
"photo_url": "https://telegra.ph/file/p/72a32d4ecbb/53e4cd9cab8bfbc0a0dca1d.jpg?c=568,513,530,530,280,280",
@@ -143,14 +87,6 @@
"singular": "You can't edit the rights of this admin."
}
},
- "Channel.Admin.Dismiss": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.Dismiss",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=678,747,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Dismiss Admin"
- }
- },
"Channel.Admin.Role.Admin.Desc": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.Role.Admin.Desc",
"photo_url": "https://telegra.ph/file/p/0dffe10f75c/d168ee1b69ed65a493fcb1d.jpg?c=353,389,563,563,280,280",
@@ -159,118 +95,6 @@
"singular": "A title that members will see instead of 'admin'."
}
},
- "Channel.Admin.Role.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.Role.Header",
- "photo_url": "https://telegra.ph/file/p/0dffe10f75c/d168ee1b69ed65a493fcb1d.jpg?c=357,409,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "CUSTOM TITLE"
- }
- },
- "Channel.Admin.Role.Owner.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.Role.Owner.Desc",
- "photo_url": "https://telegra.ph/file/p/e9140dd66fa/02380a02f534abf781f521d.jpg?c=353,588,564,564,280,280",
- "has_binding": false,
- "values": {
- "singular": "A title that will be shown instead of 'owner'."
- }
- },
- "Channel.Admin.Role.Placeholder.Admin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.Role.Placeholder.Admin",
- "photo_url": "https://telegra.ph/file/p/0dffe10f75c/d168ee1b69ed65a493fcb1d.jpg?c=330,457,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "admin"
- }
- },
- "Channel.Admin.Role.Placeholder.Owner": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.Role.Placeholder.Owner",
- "photo_url": "https://telegra.ph/file/p/e9140dd66fa/02380a02f534abf781f521d.jpg?c=328,706,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "owner"
- }
- },
- "Channel.Admin.TransferOwnership.Channel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Channel",
- "photo_url": "https://telegra.ph/file/p/690ef4e8304/c30c7b88f2d159ef19b1e1d.jpg?c=469,863,444,444,280,280",
- "has_binding": true,
- "values": {
- "singular": "Transfer Channel Ownership"
- }
- },
- "Channel.Admin.TransferOwnership.Confirm.Channel.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Confirm.Channel.Text",
- "photo_url": "https://telegra.ph/file/p/43c5a663214/f254084a5e064540d91011d.jpg?c=345,20,942,942,280,280",
- "has_binding": true,
- "values": {
- "singular": "This will transfer the full owner rights for
%@ to
%@.
You will no longer be considered the creator of the channel. The new owner will be free to remove any of your admin privileges or even ban you."
- }
- },
- "Channel.Admin.TransferOwnership.Confirm.Channel.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Confirm.Channel.Title",
- "photo_url": "https://telegra.ph/file/p/43c5a663214/f254084a5e064540d91011d.jpg?c=400,11,447,447,280,280",
- "has_binding": true,
- "values": {
- "singular": "Transfer Channel Ownership"
- }
- },
- "Channel.Admin.TransferOwnership.Confirm.Group.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Confirm.Group.Text",
- "photo_url": "https://telegra.ph/file/p/7064c768311/221ce2981d8ff20fa00d21d.jpg?c=339,18,963,963,280,280",
- "has_binding": true,
- "values": {
- "singular": "This will transfer the full owner rights for
%@ to
%@.
You will no longer be considered the creator of the group. The new owner will be free to remove any of your admin privileges or even ban you."
- }
- },
- "Channel.Admin.TransferOwnership.Confirm.Group.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Confirm.Group.Title",
- "photo_url": "https://telegra.ph/file/p/7064c768311/221ce2981d8ff20fa00d21d.jpg?c=398,10,416,416,280,280",
- "has_binding": true,
- "values": {
- "singular": "Transfer Group Ownership"
- }
- },
- "Channel.Admin.TransferOwnership.Confirm.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Confirm.OK",
- "photo_url": "https://telegra.ph/file/p/570ebd25f44/164c9d1e94c0b6fb36c641d.jpg?c=936,204,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Owner"
- }
- },
- "Channel.Admin.TransferOwnership.Group": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Group",
- "photo_url": "https://telegra.ph/file/p/45872173911/26d932e4faf3d336eeb601d.jpg?c=472,885,414,414,280,280",
- "has_binding": false,
- "values": {
- "singular": "Transfer Group Ownership"
- }
- },
- "Channel.Admin.TransferOwnership.Password.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Password.Desc",
- "photo_url": "https://telegra.ph/file/p/7361a5d039e/dc3c2542198cae5824ef41d.jpg?c=793,647,492,492,280,280",
- "has_binding": true,
- "values": {
- "singular": "Please enter your 2-Step verification password to complete the transfer."
- }
- },
- "Channel.Admin.TransferOwnership.Password.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.TransferOwnership.Password.Title",
- "photo_url": "https://telegra.ph/file/p/7361a5d039e/dc3c2542198cae5824ef41d.jpg?c=894,540,368,368,280,280",
- "has_binding": false,
- "values": {
- "singular": "Two-Step Verification"
- }
- },
- "Channel.Admin.WhatCanAdminDo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admin.WhatCanAdminDo",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=524,246,430,430,280,280",
- "has_binding": false,
- "values": {
- "singular": "WHAT CAN THIS ADMIN DO?"
- }
- },
"Channel.AdminLog.AllowedNewMembersToSpeak": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.AdminLog.AllowedNewMembersToSpeak",
"photo_url": "https://telegra.ph/file/p/315b0c4708a/1497adbd3f41466ba61d216.jpg?c=16,124,280,280,280,280",
@@ -303,14 +127,6 @@
"singular": "
%1$@ deleted the invite link
%2$@"
}
},
- "Channel.AdminLog.EditedInviteLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.AdminLog.EditedInviteLink",
- "photo_url": "https://telegra.ph/file/p/b4e34eea696/dd487a33ead719da081e216.jpg?c=10,204,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ edited invite link
%2$@"
- }
- },
"Channel.AdminLog.EndedVoiceChat": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.AdminLog.EndedVoiceChat",
"photo_url": "https://telegra.ph/file/p/315b0c4708a/1497adbd3f41466ba61d216.jpg?c=13,98,280,280,280,280",
@@ -367,14 +183,6 @@
"singular": "
%1$@ disabled reactions"
}
},
- "Channel.AdminLog.RevokedInviteLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.AdminLog.RevokedInviteLink",
- "photo_url": "https://telegra.ph/file/p/b4e34eea696/dd487a33ead719da081e216.jpg?c=8,249,284,284,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ revoked invite link
%2$@"
- }
- },
"Channel.AdminLog.StartedVoiceChat": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.AdminLog.StartedVoiceChat",
"photo_url": "https://telegra.ph/file/p/315b0c4708a/1497adbd3f41466ba61d216.jpg?c=13,106,280,280,280,280",
@@ -391,22 +199,6 @@
"singular": "
%1$@ unmuted
%2$@ in a video chat"
}
},
- "Channel.Admins.AddAdminError": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admins.AddAdminError",
- "photo_url": "https://telegra.ph/file/p/9b81eeb6468/d60fa0e48868b789e44291d.jpg?c=667,17,282,282,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, you're not allowed to promote this user to become an admin."
- }
- },
- "Channel.Admins.Promote.BannedAdminError": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admins.Promote.BannedAdminError",
- "photo_url": "https://telegra.ph/file/p/8b7d84516ca/c309d1042e1ecba8381f01d.jpg?c=530,29,642,642,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, you can't add this user as an admin because they are in the Removed Users list and you can't unban them."
- }
- },
"Channel.Admins.Promote.UnmemberAdminError": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Admins.Promote.UnmemberAdminError",
"photo_url": "https://telegra.ph/file/p/58457ff2ef1/2102ea18734d995e8fe191d.jpg?c=481,29,655,655,280,280",
@@ -415,22 +207,6 @@
"singular": "You can't add this user as an admin because they are not a member of this group and you are not allowed to add them."
}
},
- "Channel.BanForever": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BanForever",
- "photo_url": "https://telegra.ph/file/p/2edc270c660/e6dc7f28ea3ab07b12abd1d.jpg?c=894,740,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forever"
- }
- },
- "Channel.Blacklist.BlockedBy": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Blacklist.BlockedBy",
- "photo_url": "https://telegra.ph/file/p/67238864dd0/047723d54c5dde97b01cf1d.jpg?c=311,118,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "blocked by
%@"
- }
- },
"Channel.Blacklist.DemoteAdminError": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Blacklist.DemoteAdminError",
"photo_url": "https://telegra.ph/file/p/df8ae7dbe6d/a1ea25d2f5b373d83d8d11d.jpg?c=578,18,688,688,280,280",
@@ -455,86 +231,6 @@
"singular": "Users removed from the group by admins can't rejoin via invite links."
}
},
- "Channel.Blacklist.RemoveUser": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Blacklist.RemoveUser",
- "photo_url": "https://telegra.ph/file/p/2e65d1cc73c/3b06af325e48b9ada5ee51d.jpg?c=41,123,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove User"
- }
- },
- "Channel.Blacklist.RestrictedBy": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Blacklist.RestrictedBy",
- "photo_url": "https://telegra.ph/file/p/74a7f07c604/64446f69f98091b8361bd1d.jpg?c=716,260,281,281,280,280",
- "has_binding": false,
- "values": {
- "singular": "restricted by
%@"
- }
- },
- "Channel.Blacklist.SelectNewUserTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Blacklist.SelectNewUserTitle",
- "photo_url": "https://telegra.ph/file/p/bbb482c2bcd/bf950ce306c2eaaea88301d.jpg?c=660,176,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Members"
- }
- },
- "Channel.Blacklist.Unban": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Blacklist.Unban",
- "photo_url": "https://telegra.ph/file/p/0f30ccb67f1/cfdd47a69cd21b363d2681d.jpg?c=721,783,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unban"
- }
- },
- "Channel.BlockUser.BlockFor": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BlockUser.BlockFor",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=498,688,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Block For"
- }
- },
- "Channel.BlockUser.CanEmbedLinks": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BlockUser.CanEmbedLinks",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=536,592,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Embed Links"
- }
- },
- "Channel.BlockUser.CanReadMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BlockUser.CanReadMessages",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=534,321,321,321,280,280",
- "has_binding": false,
- "values": {
- "singular": "Can Read Messages"
- }
- },
- "Channel.BlockUser.CanSendMedia": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BlockUser.CanSendMedia",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=530,463,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Media"
- }
- },
- "Channel.BlockUser.CanSendMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BlockUser.CanSendMessages",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=534,382,322,322,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Messages"
- }
- },
- "Channel.BlockUser.CanSendStickers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BlockUser.CanSendStickers",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=528,459,400,400,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send Stickers & GIFs"
- }
- },
"Channel.BoostsStats.GetBoostsViaGifts": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.BoostsStats.GetBoostsViaGifts",
"photo_url": "https://telegra.ph/file/p/d583aa8e245/d88721865bea999b6dad217.jpg?c=62,694,280,280,280,280",
@@ -551,55 +247,6 @@
"singular": "Get more boosts for your channel by gifting Premium to your subscribers."
}
},
- "Channel.ChannelNameHolder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.ChannelNameHolder",
- "photo_url": "https://telegra.ph/file/p/45f8e49fc45/d4fd5bd4a0c779c92d2191d.jpg?c=755,123,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel Name"
- }
- },
- "Channel.Comments.Count": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Comments.Count",
- "photo_url": "https://telegra.ph/file/p/fe34a23763e/5bcf10f75f471a87805a617.jpg?c=122,333,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d Comment",
- "plural": "
%d Comments"
- }
- },
- "Channel.Comments.LeaveComment": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Comments.LeaveComment",
- "photo_url": "https://telegra.ph/file/p/fe34a23763e/5bcf10f75f471a87805a617.jpg?c=134,161,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave a Comment"
- }
- },
- "Channel.DescHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.DescHeader",
- "photo_url": "https://telegra.ph/file/p/958e574e79a/24d13800da055334612d316.jpg?c=2,51,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "DESCRIPTION"
- }
- },
- "Channel.DescriptionHolder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.DescriptionHolder",
- "photo_url": "https://telegra.ph/file/p/45f8e49fc45/d4fd5bd4a0c779c92d2191d.jpg?c=597,259,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Description"
- }
- },
- "Channel.DescriptionHolderDescrpiton": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.DescriptionHolderDescrpiton",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=583,279,719,719,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can provide an optional description for your channel."
- }
- },
"Channel.EditAdmin.DeleteStories": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.DeleteStories",
"photo_url": "https://telegra.ph/file/p/c4ce689025d/871e6e045baffc8e5063117.jpg?c=136,406,280,280,280,280",
@@ -624,54 +271,6 @@
"singular": "Manage Video Chats"
}
},
- "Channel.EditAdmin.Permission.AddNewAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.AddNewAdmins",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=534,601,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add New Admins"
- }
- },
- "Channel.EditAdmin.Permission.BanUsers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.BanUsers",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=502,473,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ban Users"
- }
- },
- "Channel.EditAdmin.Permission.ChangeInfo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.ChangeInfo",
- "photo_url": "https://telegra.ph/file/p/c6eff9725b5/f975b2c957a7d8484655b1d.jpg?c=533,320,330,330,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Channel Info"
- }
- },
- "Channel.EditAdmin.Permission.DeleteMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.DeleteMessages",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=535,410,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Messages"
- }
- },
- "Channel.EditAdmin.Permission.EditMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.EditMessages",
- "photo_url": "https://telegra.ph/file/p/c6eff9725b5/f975b2c957a7d8484655b1d.jpg?c=521,533,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit Messages"
- }
- },
- "Channel.EditAdmin.Permission.InviteUsers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.InviteUsers",
- "photo_url": "https://telegra.ph/file/p/c6eff9725b5/f975b2c957a7d8484655b1d.jpg?c=508,402,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite Users"
- }
- },
"Channel.EditAdmin.Permission.ManageMessages": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.ManageMessages",
"photo_url": "https://telegra.ph/file/p/c4ce689025d/871e6e045baffc8e5063117.jpg?c=80,145,280,280,280,280",
@@ -688,22 +287,6 @@
"singular": "Manage Stories"
}
},
- "Channel.EditAdmin.Permission.PinMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.PinMessages",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=518,540,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pin Messages"
- }
- },
- "Channel.EditAdmin.Permission.PostMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.PostMessages",
- "photo_url": "https://telegra.ph/file/p/856a0142bea/440db3a3d21a8f016463c1d.jpg?c=471,206,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Post Messages"
- }
- },
"Channel.EditAdmin.Permission.SendFiles": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.Permission.SendFiles",
"photo_url": "https://telegra.ph/file/p/513967b194b/53c1af24a055cf96f86fb17.jpg?c=84,478,280,280,280,280",
@@ -752,14 +335,6 @@
"singular": "Send Voice Messages"
}
},
- "Channel.EditAdmin.PermissionAnonymous": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.PermissionAnonymous",
- "photo_url": "https://telegra.ph/file/p/90b530245a5/706dd83625a6591a6286917.jpg?c=95,291,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Remain Anonymous"
- }
- },
"Channel.EditAdmin.PostStories": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EditAdmin.PostStories",
"photo_url": "https://telegra.ph/file/p/c4ce689025d/871e6e045baffc8e5063117.jpg?c=106,331,280,280,280,280",
@@ -768,36 +343,20 @@
"singular": "Post Stories"
}
},
- "Channel.ErrorAddTooMuch": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.ErrorAddTooMuch",
- "photo_url": "https://telegra.ph/file/p/80862708187/82dc80bb747b17634be1516.jpg?c=9,98,280,280,280,280",
+ "Channel.EventLog.Alert.Info": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.Alert.Info",
+ "photo_url": "https://telegra.ph/file/p/84787397de2/4248c7d3db48eda388fb71d.jpg?c=627,30,684,684,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "This is a list of all notable actions by group members and admins in the last 48 hours."
+ }
+ },
+ "Channel.EventLog.EmptySearch": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.EmptySearch",
+ "photo_url": "https://telegra.ph/file/p/f5d2ebcb1d3/6adb9c6035d25f18d09611d.jpg?c=622,176,882,882,280,280",
"has_binding": true,
"values": {
- "singular": "Sorry, you can only add the first 200 members to a channel. Note that an unlimited number of people may join via the channel's link."
- }
- },
- "Channel.EventFilter.AdminsHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventFilter.AdminsHeader",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=490,655,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "ADMINS"
- }
- },
- "Channel.EventFilter.EventsHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventFilter.EventsHeader",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=490,13,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "EVENTS"
- }
- },
- "Channel.EventLog.Empty": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.Empty",
- "photo_url": "https://telegra.ph/file/p/869bd43e049/23a9a6cf630c61323d7901d.jpg?c=641,855,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Empty"
+ "singular": "**No actions found**
No recent actions that match your query were found."
}
},
"Channel.EventLog.EmptyText": {
@@ -816,22 +375,6 @@
"singular": "
%1$@ set background emoji to
%2$@"
}
},
- "Channel.EventLog.MessageChangedLinkedChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageChangedLinkedChannel",
- "photo_url": "https://telegra.ph/file/p/1a107e2bd28/417e0bc0967b78670f4bf19.jpg?c=456,35,392,392,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ linked this group to
%@"
- }
- },
- "Channel.EventLog.MessageChangedLinkedGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageChangedLinkedGroup",
- "photo_url": "https://telegra.ph/file/p/0ad6f7102f8/e123f2b20653d207665791d.jpg?c=656,824,725,725,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ linked
%@ as the discussion group"
- }
- },
"Channel.EventLog.MessageChangedNameColorSet": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageChangedNameColorSet",
"photo_url": "https://telegra.ph/file/p/ec8228b9eae/bad92f3676a9f610f00ca17.jpg?c=91,411,419,419,280,280",
@@ -840,68 +383,12 @@
"singular": "
%1$@ set name color to
%2$@"
}
},
- "Channel.EventLog.MessageChangedUnlinkedChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageChangedUnlinkedChannel",
- "photo_url": "https://telegra.ph/file/p/1a107e2bd28/417e0bc0967b78670f4bf19.jpg?c=429,466,445,445,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ unlinked this group from
%@"
- }
- },
- "Channel.EventLog.MessageChangedUnlinkedGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageChangedUnlinkedGroup",
- "photo_url": "https://telegra.ph/file/p/4633519d75b/56d980d372456cbf7a5e41d.jpg?c=800,1043,474,474,280,280",
+ "Channel.EventLog.Service.TitleUpdated": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.Service.TitleUpdated",
+ "photo_url": "https://telegra.ph/file/p/1ab6bf9d730/40d04831c1d43ff73e9581d.jpg?c=914,675,467,467,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ removed discussion group"
- }
- },
- "Channel.EventLog.MessageRankName": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageRankName",
- "photo_url": "https://telegra.ph/file/p/56c5860c0b3/006707adc8b863a4711b31d.jpg?c=249,1145,364,364,280,280",
- "has_binding": false,
- "values": {
- "singular": "changed custom title for
%@:
%@"
- }
- },
- "Channel.EventLog.MessageTransferedName": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.MessageTransferedName",
- "photo_url": "https://telegra.ph/file/p/9a73f43160f/59d8dbcb159bc0f57c54d1d.jpg?c=230,563,599,599,280,280",
- "has_binding": true,
- "values": {
- "singular": "transferred ownership to
%@ %@"
- }
- },
- "Channel.EventLog.Service.DisabledSlowMode": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.Service.DisabledSlowMode",
- "photo_url": "https://telegra.ph/file/p/f5b442df082/b33cfc43ecb8e02be2a9d19.jpg?c=504,61,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ disabled slow mode"
- }
- },
- "Channel.EventLog.Service.PhotoRemoved": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.Service.PhotoRemoved",
- "photo_url": "https://telegra.ph/file/p/e30e38b18b0/0d4669030392219b609de1d.jpg?c=671,380,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ removed channel photo"
- }
- },
- "Channel.EventLog.Service.SetSlowMode": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.Service.SetSlowMode",
- "photo_url": "https://telegra.ph/file/p/f5b442df082/b33cfc43ecb8e02be2a9d19.jpg?c=463,27,364,364,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ set slow mode to
%@"
- }
- },
- "Channel.EventLog.What": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.EventLog.What",
- "photo_url": "https://telegra.ph/file/p/d441ef2d738/099ba0d4ed5cca5e6a5411d.jpg?c=944,904,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "What Is This?"
+ "singular": "
%@ changed the channel name:"
}
},
"Channel.EventLogs.Filter.Title": {
@@ -912,108 +399,20 @@
"singular": "Chat Admins"
}
},
- "Channel.ExportLinkAboutChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.ExportLinkAboutChannel",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=539,84,999,999,280,280",
+ "Channel.IntroDescription": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.IntroDescription",
+ "photo_url": "https://telegra.ph/file/p/2561d2fd73c/5997b67f557514e12cee71d.jpg?c=879,395,766,766,280,280",
"has_binding": true,
"values": {
- "singular": "People can join your channel by following this link. You can revoke the link at any time."
+ "singular": "Channels are a one-to-many tool for broadcasting your messages to unlimited audiences."
}
},
- "Channel.NameHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.NameHeader",
- "photo_url": "https://telegra.ph/file/p/958e574e79a/24d13800da055334612d316.jpg?c=2,24,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "CHANNEL NAME"
- }
- },
- "Channel.NewChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.NewChannel",
- "photo_url": "https://telegra.ph/file/p/45f8e49fc45/d4fd5bd4a0c779c92d2191d.jpg?c=942,17,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Channel"
- }
- },
- "Channel.Permissions.SlowMode.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Header",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=169,726,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "SLOW MODE"
- }
- },
- "Channel.Permissions.SlowMode.Text.Off": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Text.Off",
- "photo_url": "https://telegra.ph/file/p/77ee3f6ff4c/1eec04ec9fb71fb3d2e8f1d.jpg?c=123,405,1000,1000,280,280",
+ "Channel.Persmission.Denied.SendGifs.Forever": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Persmission.Denied.SendGifs.Forever",
+ "photo_url": "https://telegra.ph/file/p/643e902e1ee/a48b30bcee5f4e58a1aed1d.jpg?c=876,432,726,726,280,280",
"has_binding": true,
"values": {
- "singular": "Choose how long each member must wait before sending their next message."
- }
- },
- "Channel.Permissions.SlowMode.Text.Selected": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Text.Selected",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=147,500,855,855,280,280",
- "has_binding": true,
- "values": {
- "singular": "Members will be able to send only one message every
%@"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.10s": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.10s",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=274,786,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "10s"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.15m": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.15m",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=835,787,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "15m"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.1h": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.1h",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=959,786,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "1h"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.1m": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.1m",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=553,786,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "1m"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.30s": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.30s",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=414,787,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "30s"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.5m": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.5m",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=692,787,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "5m"
- }
- },
- "Channel.Permissions.SlowMode.Timeout.Off": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Permissions.SlowMode.Timeout.Off",
- "photo_url": "https://telegra.ph/file/p/99b00429a52/abfa6ea275491922fce851d.jpg?c=157,786,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Off"
+ "singular": "The admins of this group have restricted your ability to send GIFs."
}
},
"Channel.Persmission.Denied.SendGifs.Until": {
@@ -1024,6 +423,14 @@
"singular": "The admins of this group have restricted your ability to send GIFs until
%@."
}
},
+ "Channel.Persmission.Denied.SendInline.DefaultRestrictedText": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Persmission.Denied.SendInline.DefaultRestrictedText",
+ "photo_url": "https://telegra.ph/file/p/d527b988eaa/281a6f9eb6682ab59c4621d.jpg?c=757,575,631,631,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sending inline content isn't allowed in this group."
+ }
+ },
"Channel.Persmission.Denied.SendInline.Forever": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Persmission.Denied.SendInline.Forever",
"photo_url": "https://telegra.ph/file/p/73e3eaa0f28/8a7d05dc901aa624c59c71d.jpg?c=654,231,1012,1012,280,280",
@@ -1104,14 +511,6 @@
"singular": "The admins of this group have restricted your ability to send stickers until
%@."
}
},
- "Channel.Private": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Private",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=576,220,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Private"
- }
- },
"Channel.PrivateAboutChannel": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.PrivateAboutChannel",
"photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=584,127,753,753,280,280",
@@ -1120,70 +519,6 @@
"singular": "Private channels can only be joined via invite link."
}
},
- "Channel.Public": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Public",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=572,156,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Public"
- }
- },
- "Channel.PublicNamesLimitError": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.PublicNamesLimitError",
- "photo_url": "https://telegra.ph/file/p/edc4177e209/d9d2b6122dc560ecfe2b51d.jpg?c=527,85,999,999,280,280",
- "has_binding": true,
- "values": {
- "singular": "You have reserved too many public links. Try revoking the link from an older group or channel, or create a private one instead."
- }
- },
- "Channel.RevokeLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.RevokeLink",
- "photo_url": "https://telegra.ph/file/p/610f220440b/151a15b40e227f44db55e16.jpg?c=1,60,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke Link"
- }
- },
- "Channel.RevokeLink.Confirm.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.RevokeLink.Confirm.Header",
- "photo_url": "https://telegra.ph/file/p/a0e324987e9/9cc763d96f573425ff42116.jpg?c=10,52,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke Link"
- }
- },
- "Channel.RevokeLink.Confirm.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.RevokeLink.Confirm.OK",
- "photo_url": "https://telegra.ph/file/p/a0e324987e9/9cc763d96f573425ff42116.jpg?c=14,68,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke"
- }
- },
- "Channel.RevokeLink.Confirm.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.RevokeLink.Confirm.Text",
- "photo_url": "https://telegra.ph/file/p/a0e324987e9/9cc763d96f573425ff42116.jpg?c=10,58,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to revoke this link? Once this is done, nobody will be able to use it to join the group."
- }
- },
- "Channel.SelectPeers.Contacts": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.SelectPeers.Contacts",
- "photo_url": "https://telegra.ph/file/p/aa61fbea935/a2cb476c5b6f39fca84e71d.jpg?c=462,310,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "contacts"
- }
- },
- "Channel.SelectPeers.Global": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.SelectPeers.Global",
- "photo_url": "https://telegra.ph/file/p/aa61fbea935/a2cb476c5b6f39fca84e71d.jpg?c=436,418,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "global"
- }
- },
"Channel.Stats.Loading": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.Stats.Loading",
"photo_url": "https://telegra.ph/file/p/9a6774911f3/ed0846a4d286636c4fb9616.jpg?c=10,122,280,280,280,280",
@@ -1192,14 +527,6 @@
"singular": "**Preparing stats**
Please wait a few moments while
we generate your stats."
}
},
- "Channel.TransferOwner.Error.Enable2FA": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.TransferOwner.Error.Enable2FA",
- "photo_url": "https://telegra.ph/file/p/dd63f4967e0/b00b4c67498b99fd654941d.jpg?c=511,201,395,395,280,280",
- "has_binding": false,
- "values": {
- "singular": "Enable Two-Step Verification"
- }
- },
"Channel.TransferOwner.Error.Text": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.TransferOwner.Error.Text",
"photo_url": "https://telegra.ph/file/p/1031bfad8b1/c8ed27b075d5105c2db361d.jpg?c=346,21,914,914,280,280",
@@ -1208,28 +535,12 @@
"singular": "You can only confirm this action if:
• 2-Step verification is active and has been enabled for your account for more than **7 days**.
• Your 2-Step Verification password has not been changed the last **7 days**.
• You have been logged in on this device for more than **24 hours**."
}
},
- "Channel.TransferOwner.Error.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.TransferOwner.Error.Title",
- "photo_url": "https://telegra.ph/file/p/1031bfad8b1/c8ed27b075d5105c2db361d.jpg?c=399,12,280,280,280,280",
+ "Channel.UsernameAboutChannel": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.UsernameAboutChannel",
+ "photo_url": "https://telegra.ph/file/p/cebff71c860/2677446836f2f167643631d.jpg?c=523,42,1132,1132,280,280",
"has_binding": true,
"values": {
- "singular": "Security Check"
- }
- },
- "Channel.TypeHeaderChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.TypeHeaderChannel",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=619,107,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "CHANNEL TYPE"
- }
- },
- "Channel.UserRestriction": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Channel.UserRestriction",
- "photo_url": "https://telegra.ph/file/p/75d182374e6/401bdfeb2ac568260ea7f1d.jpg?c=537,274,316,316,280,280",
- "has_binding": false,
- "values": {
- "singular": "USER RESTRICTIONS"
+ "singular": "If you set a public link, other people will be able to find and join your channel.
You can use a–z, 0–9 and underscores.
Minimum length is 5 characters."
}
},
"ChannelBlacklist.AddMember": {
@@ -1240,30 +551,6 @@
"singular": "Restrict Member"
}
},
- "ChannelBlacklist.Blocked": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelBlacklist.Blocked",
- "photo_url": "https://telegra.ph/file/p/6027c0b4d6e/bb49168288500a3df49de1d.jpg?c=576,207,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "BLOCKED"
- }
- },
- "ChannelBlacklist.EmptyDescrpition": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelBlacklist.EmptyDescrpition",
- "photo_url": "https://telegra.ph/file/p/bfb38b1e7b4/7ed7e10e45966205b82ab1d.jpg?c=512,35,1180,1180,280,280",
- "has_binding": true,
- "values": {
- "singular": "Banned users are removed from the group and can only come back if added by an admin. Invite links don't work for them."
- }
- },
- "ChannelBlacklist.Restricted": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelBlacklist.Restricted",
- "photo_url": "https://telegra.ph/file/p/74a7f07c604/64446f69f98091b8361bd1d.jpg?c=603,204,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "RESTRICTED"
- }
- },
"ChannelBoost.BoostChannel": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelBoost.BoostChannel",
"photo_url": "https://telegra.ph/file/p/f1fc50404c0/875e593eb3e6dafa2a28917.jpg?c=171,327,280,280,280,280",
@@ -1409,38 +696,6 @@
"plural": "
%d Channel Backgrounds"
}
},
- "ChannelEventFilter.DeletedMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.DeletedMessages",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=535,379,294,294,280,280",
- "has_binding": false,
- "values": {
- "singular": "Deleted Messages"
- }
- },
- "ChannelEventFilter.EditedMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.EditedMessages",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=534,450,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edited Messages"
- }
- },
- "ChannelEventFilter.GroupInfo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.GroupInfo",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=503,320,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Info"
- }
- },
- "ChannelEventFilter.Invites": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.Invites",
- "photo_url": "https://telegra.ph/file/p/2d02a51e158/8b470fdbc481ae6e2121316.jpg?c=2,142,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite Links"
- }
- },
"ChannelEventFilter.LeavingMembers": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.LeavingMembers",
"photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=534,560,306,306,280,280",
@@ -1449,38 +704,6 @@
"singular": "Members Leaving"
}
},
- "ChannelEventFilter.NewAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.NewAdmins",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=511,255,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Admin Rights"
- }
- },
- "ChannelEventFilter.NewMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.NewMembers",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=521,190,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Members"
- }
- },
- "ChannelEventFilter.NewRestrictions": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.NewRestrictions",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=533,125,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Restrictions"
- }
- },
- "ChannelEventFilter.PinnedMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.PinnedMessages",
- "photo_url": "https://telegra.ph/file/p/d0420ceaca9/83b36adfa4f1db94ee6011d.jpg?c=536,514,281,281,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pinned Messages"
- }
- },
"ChannelEventFilter.SendMessages": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelEventFilter.SendMessages",
"photo_url": "https://telegra.ph/file/p/5d7cf41b43a/eaa1ac5e5b7495e8948c416.jpg?c=2,128,280,280,280,280",
@@ -1505,22 +728,6 @@
"singular": "
⚠️ Warning: Many users reported that this channel impersonates a famous person or organization."
}
},
- "ChannelInfo.ScamWarning": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelInfo.ScamWarning",
- "photo_url": "https://telegra.ph/file/p/2f57b208167/8160db541264d0c7d7e1a1d.jpg?c=50,0,1626,1228,278,210",
- "has_binding": true,
- "values": {
- "singular": "
⚠️ Warning: Many users reported this channel as a scam or a fake account. Please be careful, especially if it asks you for money."
- }
- },
- "ChannelMembers.AddMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelMembers.AddMembers",
- "photo_url": "https://telegra.ph/file/p/62b0033b4da/a44633e61686434261d3b1d.jpg?c=613,124,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Members"
- }
- },
"ChannelMembers.Contacts": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelMembers.Contacts",
"photo_url": "https://telegra.ph/file/p/d2e909f1846/d6c30dc4866687ccbcafe17.jpg?c=54,219,320,320,280,280",
@@ -1529,22 +736,6 @@
"singular": "CONTACTS IN THIS CHANNEL"
}
},
- "ChannelMembers.InviteLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelMembers.InviteLink",
- "photo_url": "https://telegra.ph/file/p/62b0033b4da/a44633e61686434261d3b1d.jpg?c=611,188,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite via Link"
- }
- },
- "ChannelMembers.MembersListDesc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelMembers.MembersListDesc",
- "photo_url": "https://telegra.ph/file/p/62b0033b4da/a44633e61686434261d3b1d.jpg?c=610,189,545,545,280,280",
- "has_binding": false,
- "values": {
- "singular": "Only channel admins can see this list."
- }
- },
"ChannelMembers.OtherMembers": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelMembers.OtherMembers",
"photo_url": "https://telegra.ph/file/p/d2e909f1846/d6c30dc4866687ccbcafe17.jpg?c=50,405,280,280,280,280",
@@ -1553,14 +744,6 @@
"singular": "OTHER SUBSCRIBERS"
}
},
- "ChannelMembers.Select.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelMembers.Select.Title",
- "photo_url": "https://telegra.ph/file/p/0bfcbc73afb/3b8f7c3b5887d6d3eed5f1d.jpg?c=659,177,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Members"
- }
- },
"ChannelReactions.Add": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelReactions.Add",
"photo_url": "https://telegra.ph/file/p/a8c9ee07788/8c19a51ae4599ad65c93b17.jpg?c=59,447,280,280,280,280",
@@ -1601,118 +784,6 @@
"singular": "Update Reactions"
}
},
- "ChannelStats.Graph.Followers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.Followers",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=51,506,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "FOLLOWERS"
- }
- },
- "ChannelStats.Graph.Growth": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.Growth",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=49,212,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "GROWTH"
- }
- },
- "ChannelStats.Graph.Interactions": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.Interactions",
- "photo_url": "https://telegra.ph/file/p/e73911d248e/caf6729654e4bb77b109d17.jpg?c=52,742,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "INTERACTIONS"
- }
- },
- "ChannelStats.Graph.Language": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.Language",
- "photo_url": "https://telegra.ph/file/p/e73911d248e/caf6729654e4bb77b109d17.jpg?c=51,394,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "LANGUAGES"
- }
- },
- "ChannelStats.Graph.NewFollowersBySource": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.NewFollowersBySource",
- "photo_url": "https://telegra.ph/file/p/e73911d248e/caf6729654e4bb77b109d17.jpg?c=59,74,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "FOLLOWERS BY SOURCE"
- }
- },
- "ChannelStats.Graph.Notifications": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.Notifications",
- "photo_url": "https://telegra.ph/file/p/334ec173767/740df282a91d9656d40c017.jpg?c=53,75,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "NOTIFICATIONS"
- }
- },
- "ChannelStats.Graph.ViewsByHours": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.ViewsByHours",
- "photo_url": "https://telegra.ph/file/p/334ec173767/740df282a91d9656d40c017.jpg?c=57,370,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "VIEWS BY HOURS (UTC)"
- }
- },
- "ChannelStats.Graph.ViewsBySource": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Graph.ViewsBySource",
- "photo_url": "https://telegra.ph/file/p/334ec173767/740df282a91d9656d40c017.jpg?c=54,663,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "VIEWS BY SOURCE"
- }
- },
- "ChannelStats.Overview": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Overview",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=50,95,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "OVERVIEW"
- }
- },
- "ChannelStats.Overview.EnabledNotifications": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Overview.EnabledNotifications",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=262,135,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Enabled Notifications"
- }
- },
- "ChannelStats.Overview.Followers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Overview.Followers",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=50,135,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Followers"
- }
- },
- "ChannelStats.Overview.SharesPerPost": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Overview.SharesPerPost",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=246,169,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Shares Per Post"
- }
- },
- "ChannelStats.Overview.ViewsPerPost": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Overview.ViewsPerPost",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=53,169,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Views Per Post"
- }
- },
- "ChannelStats.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.Title",
- "photo_url": "https://telegra.ph/file/p/83ed69d32b3/f3725f5f5f10a512e35bc17.jpg?c=159,49,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel Statistics"
- }
- },
"ChannelStats.ViewsCount": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelStats.ViewsCount",
"photo_url": "https://telegra.ph/file/p/8b2ae5ab276/3bbdb711b0436d595aae017.jpg?c=271,688,280,280,280,280",
@@ -1722,14 +793,6 @@
"plural": "
%d views"
}
},
- "ChannelVisibility.Checking": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibility.Checking",
- "photo_url": "https://telegra.ph/file/p/2830a07416c/dbd9a17c29d08f4321c6e1d.jpg?c=583,353,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Checking..."
- }
- },
"ChannelVisibility.Forwarding.ChannelInfo": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibility.Forwarding.ChannelInfo",
"photo_url": "https://telegra.ph/file/p/f21b5ad1f76/3aae5a0b5350824b35f2f16.jpg?c=8,260,284,284,280,280",
@@ -1786,38 +849,6 @@
"singular": "Forwarding From This Group"
}
},
- "ChannelVisibility.Loading": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibility.Loading",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=587,338,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Loading..."
- }
- },
- "ChannelVisibiltiy.Context.Copy": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibiltiy.Context.Copy",
- "photo_url": "https://telegra.ph/file/p/c3017ec460e/e9e0f6afa46bcdfbb92f716.jpg?c=23,124,277,280,276,280",
- "has_binding": false,
- "values": {
- "singular": "Copy"
- }
- },
- "ChannelVisibiltiy.Context.Revoke": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibiltiy.Context.Revoke",
- "photo_url": "https://telegra.ph/file/p/c3017ec460e/e9e0f6afa46bcdfbb92f716.jpg?c=24,130,276,280,276,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke"
- }
- },
- "ChannelVisibiltiy.ManageLinks": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibiltiy.ManageLinks",
- "photo_url": "https://telegra.ph/file/p/c3017ec460e/e9e0f6afa46bcdfbb92f716.jpg?c=3,211,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Manage Links"
- }
- },
"ChannelVisibiltiy.PermanentLink": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChannelVisibiltiy.PermanentLink",
"photo_url": "https://telegra.ph/file/p/c3017ec460e/e9e0f6afa46bcdfbb92f716.jpg?c=0,100,280,280,280,280",
@@ -1858,63 +889,6 @@
"singular": "Channel Wallpaper"
}
},
- "Chat.AdminBadge": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.AdminBadge",
- "photo_url": "https://telegra.ph/file/p/44d74cf4f8b/faca0da740556c88d3efb1d.jpg?c=691,558,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "admin"
- }
- },
- "Chat.ChannelBadge": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.ChannelBadge",
- "photo_url": "https://telegra.ph/file/p/713f4f5ca36/30313def9acad0198e17c1d.jpg?c=850,640,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "channel"
- }
- },
- "Chat.Comments.Kicked": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Comments.Kicked",
- "photo_url": "https://telegra.ph/file/p/41de3368a4c/23d717b5cba5b7a838bf817.jpg?c=101,434,394,393,280,278",
- "has_binding": false,
- "values": {
- "singular": "You have been blocked from posting comments."
- }
- },
- "Chat.CommentsHeader.Empty": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.CommentsHeader.Empty",
- "photo_url": "https://telegra.ph/file/p/41de3368a4c/23d717b5cba5b7a838bf817.jpg?c=148,498,292,292,280,280",
- "has_binding": true,
- "values": {
- "singular": "No comments here yet..."
- }
- },
- "Chat.CommentsHeader.Full": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.CommentsHeader.Full",
- "photo_url": "https://telegra.ph/file/p/5b1d48d04ad/8de7daf5b554265a4ce5317.jpg?c=187,347,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Discussion started"
- }
- },
- "Chat.Confirm.DeleteForEveryone": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Confirm.DeleteForEveryone",
- "photo_url": "https://telegra.ph/file/p/c3df16de1c0/2b341652295713be5246e16.jpg?c=5,16,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to delete this message for everyone?",
- "plural": "Are you sure you want to delete these messages for everyone?"
- }
- },
- "Chat.Confirm.Unpin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Confirm.Unpin",
- "photo_url": "https://telegra.ph/file/p/ca3d6865ba0/528c1f6ffa7d2ce2dd8a91d.jpg?c=550,40,484,484,280,280",
- "has_binding": true,
- "values": {
- "singular": "Would you like to unpin this message?"
- }
- },
"Chat.Context.FavoriteGifs.Limit.Info": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Context.FavoriteGifs.Limit.Info",
"photo_url": "https://telegra.ph/file/p/ba7baa36c6a/df36249a371682f7057ce17.jpg?c=22,317,557,557,280,280",
@@ -1971,12 +945,12 @@
"singular": "GIF Removed"
}
},
- "Chat.Context.Info": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Context.Info",
- "photo_url": "https://telegra.ph/file/p/9e216080fd1/94893c45e3529b3c471e71d.jpg?c=1113,106,280,280,280,280",
- "has_binding": false,
+ "Chat.Context.HideAd": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Context.HideAd",
+ "photo_url": "https://telegra.ph/file/p/7f951422a0d/816218cf01f26242666c817.jpg?c=291,382,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Info"
+ "singular": "Hide Ad"
}
},
"Chat.Context.Message.ContainsEmoji": {
@@ -2012,22 +986,6 @@
"singular": "Translate"
}
},
- "Chat.Discussion.MessageDeleted": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Discussion.MessageDeleted",
- "photo_url": "https://telegra.ph/file/p/f91b823c6ed/172a8eb158fce24a5c73117.jpg?c=108,0,399,174,280,122",
- "has_binding": true,
- "values": {
- "singular": "Sorry, this post has been removed from the discussion group."
- }
- },
- "Chat.Empty.Comments": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Empty.Comments",
- "photo_url": "https://telegra.ph/file/p/6b15ea97282/21c450d32984293304a1416.jpg?c=10,214,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "No comments here yet"
- }
- },
"Chat.Giveaway.Info.Ended": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Giveaway.Info.Ended",
"photo_url": "https://telegra.ph/file/p/4b9c75b2668/0a7062459506f003f57aa17.jpg?c=107,413,386,386,280,280",
@@ -2134,14 +1092,6 @@
"plural": "**
%d** Telegram Premium Subscriptions"
}
},
- "Chat.GroupCall.Join": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.GroupCall.Join",
- "photo_url": "https://telegra.ph/file/p/ca8a3a07d51/e23144b2787e16a9b6cf716.jpg?c=23,17,277,280,276,280",
- "has_binding": true,
- "values": {
- "singular": "JOIN"
- }
- },
"Chat.GroupCall.Live.Title": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.GroupCall.Live.Title",
"photo_url": "https://telegra.ph/file/p/d98fd896455/7b903177bc8560978097316.jpg?c=0,23,277,280,278,280",
@@ -2150,23 +1100,6 @@
"singular": "Live Stream"
}
},
- "Chat.GroupCall.Members": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.GroupCall.Members",
- "photo_url": "https://telegra.ph/file/p/ea27373df75/c5bcb5c369d4d0d54b20b16.jpg?c=0,18,277,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "
%d participant",
- "plural": "
%d participants"
- }
- },
- "Chat.GroupCall.Members_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.GroupCall.Members_countable",
- "photo_url": "https://telegra.ph/file/p/ea27373df75/c5bcb5c369d4d0d54b20b16.jpg?c=0,23,276,280,276,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.GroupCall.Scheduled.Status": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.GroupCall.Scheduled.Status",
"photo_url": "https://telegra.ph/file/p/f7277e23527/d66ac1f54d14ef3c1f76b16.jpg?c=1,39,280,280,280,280",
@@ -2191,30 +1124,6 @@
"singular": "Video Chat"
}
},
- "Chat.Header.PinnedMessage": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Header.PinnedMessage",
- "photo_url": "https://telegra.ph/file/p/c2c57be9389/3d9db29e640acfc18f9211d.jpg?c=613,77,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pinned message"
- }
- },
- "Chat.Header.PinnedMessage_Numer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Header.PinnedMessage_Numer",
- "photo_url": "https://telegra.ph/file/p/1fb75892978/8f06d5b2b76a785cf837d16.jpg?c=0,13,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pinned message #
%d"
- }
- },
- "Chat.Header.PinnedPrevious": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Header.PinnedPrevious",
- "photo_url": "https://telegra.ph/file/p/8a5e0fa453f/947d6c4d631d18189da7b16.jpg?c=1,20,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Previous message"
- }
- },
"Chat.Header.RequestToJoin": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Header.RequestToJoin",
"photo_url": "https://telegra.ph/file/p/fa8dc6d963f/24809bbf35b2f486cc2af16.jpg?c=10,26,280,280,280,280",
@@ -2232,22 +1141,6 @@
"singular": "Starts in
%@"
}
},
- "Chat.Input.AutoDelete.7Days": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Input.AutoDelete.7Days",
- "photo_url": "https://telegra.ph/file/p/8429bd2ac20/3702f32caab8bbf06aca216.jpg?c=0,265,300,323,260,280",
- "has_binding": false,
- "values": {
- "singular": "Messages in this chat are automatically deleted 1 week after they have been sent."
- }
- },
- "Chat.Input.Discuss": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Input.Discuss",
- "photo_url": "https://telegra.ph/file/p/111fead416b/730cc74fa15746a0a0e2b1d.jpg?c=1079,1322,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Discuss"
- }
- },
"Chat.Input.Error.MessageTooLong": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Input.Error.MessageTooLong",
"photo_url": "https://telegra.ph/file/p/a9251c3cc82/c3c5054e4ee97f21c83b617.jpg?c=95,43,483,483,280,280",
@@ -2257,22 +1150,6 @@
"plural": "Your message is too long to be saved. Please remove
%d characters."
}
},
- "Chat.Input.Mute": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Input.Mute",
- "photo_url": "https://telegra.ph/file/p/e4e778fd7ac/78f34ee9d593fdc4030151d.jpg?c=639,620,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mute"
- }
- },
- "Chat.Input.Unmute": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Input.Unmute",
- "photo_url": "https://telegra.ph/file/p/d1314ae0b6e/65133eee85c2c35cb34cb1d.jpg?c=638,620,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unmute"
- }
- },
"Chat.Message.Giveaway.LearnMore": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Message.Giveaway.LearnMore",
"photo_url": "https://telegra.ph/file/p/430e664a3f0/a04fa6aaaa6501772732017.jpg?c=150,404,280,280,280,280",
@@ -2281,20 +1158,12 @@
"singular": "LEARN MORE"
}
},
- "Chat.Message.Imported": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Message.Imported",
- "photo_url": "https://telegra.ph/file/p/fd235e6f20f/f0b5119b523383ce6287016.jpg?c=16,77,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ imported"
- }
- },
- "Chat.Message.Imported.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Message.Imported.Text",
- "photo_url": "https://telegra.ph/file/p/fd235e6f20f/f0b5119b523383ce6287016.jpg?c=22,184,278,280,278,280",
+ "Chat.Message.OpenGiftLink": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Message.OpenGiftLink",
+ "photo_url": "https://telegra.ph/file/p/ad9331f0fa3/f6a4d304392e1f763bd8117.jpg?c=161,564,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "This message was imported from another app. We can't guarantee it's real."
+ "singular": "Open Gift Link"
}
},
"Chat.Message.ReadStats.EmptyViews": {
@@ -2313,94 +1182,12 @@
"singular": "Message doesn't exist"
}
},
- "Chat.OwnerBadge": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.OwnerBadge",
- "photo_url": "https://telegra.ph/file/p/5799ae9e0d9/518761d49a946ae01186319.jpg?c=198,329,280,280,280,280",
+ "Chat.ProxySponsored.AlertText": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.ProxySponsored.AlertText",
+ "photo_url": "https://telegra.ph/file/p/62aa5e3bd93/4e16f21f9facbf1dff3a31d.jpg?c=135,0,688,270,280,110",
"has_binding": true,
"values": {
- "singular": "owner"
- }
- },
- "Chat.Pinned.UnpinAll": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Pinned.UnpinAll",
- "photo_url": "https://telegra.ph/file/p/87bfa90d4ef/eb0317e9941d23bd873a316.jpg?c=10,169,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unpin
%d Message",
- "plural": "Unpin All
%d Messages"
- }
- },
- "Chat.Poll.Tooltip.NoVotes": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Poll.Tooltip.NoVotes",
- "photo_url": "https://telegra.ph/file/p/9c1180890c5/6a9f6a44f542c0bb91dd216.jpg?c=11,40,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "no votes"
- }
- },
- "Chat.Poll.TotalVotes1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Poll.TotalVotes1",
- "photo_url": "https://telegra.ph/file/p/a869ba537e2/e24c63782f04c8248b99416.jpg?c=11,55,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d vote",
- "plural": "
%d votes"
- }
- },
- "Chat.Poll.ViewResults": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Poll.ViewResults",
- "photo_url": "https://telegra.ph/file/p/a869ba537e2/e24c63782f04c8248b99416.jpg?c=11,121,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View Results"
- }
- },
- "Chat.Quiz.Stop": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Quiz.Stop",
- "photo_url": "https://telegra.ph/file/p/ecea310d94d/b74b32d4a9edd068e506716.jpg?c=7,81,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stop Quiz"
- }
- },
- "Chat.Quiz.Stop.Confirm.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Quiz.Stop.Confirm.Header",
- "photo_url": "https://telegra.ph/file/p/8ed5b2b6d12/11f7555442c698cdb22e916.jpg?c=4,4,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stop Quiz?"
- }
- },
- "Chat.Quiz.Stop.Confirm.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Quiz.Stop.Confirm.Text",
- "photo_url": "https://telegra.ph/file/p/8ed5b2b6d12/11f7555442c698cdb22e916.jpg?c=17,12,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "If you stop this quiz now, nobody will be able to answer in it anymore. This action cannot be undone."
- }
- },
- "Chat.Quiz.Tooltip.NoVotes": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Quiz.Tooltip.NoVotes",
- "photo_url": "https://telegra.ph/file/p/1c61a921692/befb2f895d0f1f76dddb916.jpg?c=11,82,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "no answers"
- }
- },
- "Chat.Quiz.TotalVotesEmpty": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Quiz.TotalVotesEmpty",
- "photo_url": "https://telegra.ph/file/p/58a258c5dfc/5398092886929896d1ac616.jpg?c=11,322,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "No answers yet"
- }
- },
- "Chat.SearchFrom": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.SearchFrom",
- "photo_url": "https://telegra.ph/file/p/9d8ea13f5f9/2ea7dc673716481b6794c1d.jpg?c=701,91,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "from:"
+ "singular": "This channel is shown by your proxy server. To remove this channel from your chat list, disable the proxy in Telegram Settings > Data and Storage."
}
},
"Chat.SendAs.Channel": {
@@ -2444,38 +1231,6 @@
"singular": "Sorry, you are currently restricted from posting in this group."
}
},
- "Chat.SendMessageSlowmodeError": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.SendMessageSlowmodeError",
- "photo_url": "https://telegra.ph/file/p/d67c90dd4ef/c97a2df3e11e5486c175419.jpg?c=303,162,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Slow Mode is active."
- }
- },
- "Chat.Service.Channel.DisabledTimer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Channel.DisabledTimer",
- "photo_url": "https://telegra.ph/file/p/0746187f880/debaf53e3cd4cf829e6c516.jpg?c=10,71,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Messages in this channel will no longer be automatically deleted"
- }
- },
- "Chat.Service.Channel.RemovedPhoto": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Channel.RemovedPhoto",
- "photo_url": "https://telegra.ph/file/p/d324a5d8236/b5ae69344d8aa5224cac71d.jpg?c=1271,917,363,363,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel photo removed"
- }
- },
- "Chat.Service.Channel.SetTimer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Channel.SetTimer",
- "photo_url": "https://telegra.ph/file/p/0746187f880/debaf53e3cd4cf829e6c516.jpg?c=0,41,300,306,276,280",
- "has_binding": true,
- "values": {
- "singular": "Messages in this channel will be automatically deleted after
%@"
- }
- },
"Chat.Service.Channel.UpdatedVideo": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Channel.UpdatedVideo",
"photo_url": "https://telegra.ph/file/p/0f8a57987a1/9917428323c56073c300c17.jpg?c=159,99,280,280,280,280",
@@ -2508,110 +1263,6 @@
"singular": "
%1$@ just started a giveaway of Telegram Premium subscriptions for its followers."
}
},
- "Chat.Service.Group.AddedMembers1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.AddedMembers1",
- "photo_url": "https://telegra.ph/file/p/a1f6c4a81c7/701d3ee8ce5e2e60765a719.jpg?c=482,454,347,347,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@ invited
%2$@"
- }
- },
- "Chat.Service.Group.AddedSelf": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.AddedSelf",
- "photo_url": "https://telegra.ph/file/p/fe73422537d/7683e3090fdec60fdd9941d.jpg?c=1037,826,336,336,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ joined the group"
- }
- },
- "Chat.Service.Group.Created": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.Created",
- "photo_url": "https://telegra.ph/file/p/9d8ea13f5f9/2ea7dc673716481b6794c1d.jpg?c=799,206,567,567,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ created the group \"
%@\""
- }
- },
- "Chat.Service.Group.Created1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.Created1",
- "photo_url": "https://telegra.ph/file/p/a1f6c4a81c7/701d3ee8ce5e2e60765a719.jpg?c=398,349,480,480,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@ created the group \"
%2$@\""
- }
- },
- "Chat.Service.Group.JoinedByLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.JoinedByLink",
- "photo_url": "https://telegra.ph/file/p/3d5d2316133/12cbb1d05e8bbda50e5291d.jpg?c=695,582,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ joined the group via invite link"
- }
- },
- "Chat.Service.Group.MigratedToSupergroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.MigratedToSupergroup",
- "photo_url": "https://telegra.ph/file/p/d0c3ac18186/d83e9e57ea85c05bec8bb1d.jpg?c=121,95,436,436,280,280",
- "has_binding": false,
- "values": {
- "singular": "This group was upgraded to a supergroup"
- }
- },
- "Chat.Service.Group.RemovedMembers1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.RemovedMembers1",
- "photo_url": "https://telegra.ph/file/p/a1f6c4a81c7/701d3ee8ce5e2e60765a719.jpg?c=492,500,329,329,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@ removed
%2$@"
- }
- },
- "Chat.Service.Group.RemovedPhoto": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.RemovedPhoto",
- "photo_url": "https://telegra.ph/file/p/6425f0587ef/c9df837f44aa4260f5f331d.jpg?c=126,284,400,400,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ removed group photo"
- }
- },
- "Chat.Service.Group.UpdatedPhoto": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.UpdatedPhoto",
- "photo_url": "https://telegra.ph/file/p/f9c54856247/2815ec655de3ef27e4e7e1d.jpg?c=135,498,399,399,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ updated group photo"
- }
- },
- "Chat.Service.Group.UpdatedPinnedMessage": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.UpdatedPinnedMessage",
- "photo_url": "https://telegra.ph/file/p/c2c57be9389/3d9db29e640acfc18f9211d.jpg?c=754,492,649,649,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ pinned \"
%@\""
- }
- },
- "Chat.Service.Group.UpdatedPinnedMessage1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.UpdatedPinnedMessage1",
- "photo_url": "https://telegra.ph/file/p/b526ab17e1f/45ffc0d6819015a8f812819.jpg?c=436,485,337,337,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%1$@ pinned \"
%2$@\""
- }
- },
- "Chat.Service.Group.UpdatedTitle1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.Group.UpdatedTitle1",
- "photo_url": "https://telegra.ph/file/p/a1f6c4a81c7/701d3ee8ce5e2e60765a719.jpg?c=325,353,639,639,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%1$@ changed the group name to \"
%2$@\""
- }
- },
- "Chat.Service.SearchAllMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.SearchAllMessages",
- "photo_url": "https://telegra.ph/file/p/988b1bcd75c/2a697a4014f3c74cb8e5b1d.jpg?c=266,266,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search messages by
%@"
- }
- },
"Chat.Service.UpdateTheme": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Service.UpdateTheme",
"photo_url": "https://telegra.ph/file/p/33652d885a1/555b56fb614229fbef5e116.jpg?c=10,91,280,280,280,280",
@@ -2748,57 +1399,6 @@
"singular": "You started a [video chat](open)"
}
},
- "Chat.Title.Comments": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Title.Comments",
- "photo_url": "https://telegra.ph/file/p/ba215e007e1/7dfdae887743c59647dc517.jpg?c=99,53,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d Comment",
- "plural": "
%d Comments"
- }
- },
- "Chat.Title.Comments_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Title.Comments_countable",
- "photo_url": "https://telegra.ph/file/p/ba215e007e1/7dfdae887743c59647dc517.jpg?c=90,53,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Chat.Title.Discussion": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Title.Discussion",
- "photo_url": "https://telegra.ph/file/p/71ffea22020/b89c9aebb07eedd39391617.jpg?c=83,21,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discussion"
- }
- },
- "Chat.Title.PinnedMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Title.PinnedMessages",
- "photo_url": "https://telegra.ph/file/p/87bfa90d4ef/eb0317e9941d23bd873a316.jpg?c=2,10,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d Pinned Message",
- "plural": "
%d Pinned Messages"
- }
- },
- "Chat.Title.Replies": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Title.Replies",
- "photo_url": "https://telegra.ph/file/p/5b1d48d04ad/8de7daf5b554265a4ce5317.jpg?c=97,53,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d Reply",
- "plural": "
%d Replies"
- }
- },
- "Chat.Title.Replies_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Title.Replies_countable",
- "photo_url": "https://telegra.ph/file/p/5b1d48d04ad/8de7daf5b554265a4ce5317.jpg?c=90,53,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.Translate.Menu.Hide.Channel.Tooltip": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.Translate.Menu.Hide.Channel.Tooltip",
"photo_url": "https://telegra.ph/file/p/b905112acd0/0d84461d7a75015c366c217.jpg?c=36,288,527,527,280,280",
@@ -2815,15 +1415,6 @@
"singular": "Translation bar hidden.
You can re-enable it in group info."
}
},
- "Chat.UnpinAllMessagesConfirmation": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.UnpinAllMessagesConfirmation",
- "photo_url": "https://telegra.ph/file/p/8a459f5db1e/effd444bfd9fd76bfc1fb16.jpg?c=11,94,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to unpin
%d message in this chat?",
- "plural": "Do you want to unpin all
%d messages in this chat?"
- }
- },
"Chat.VoiceChat.JoinLink.OK": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.VoiceChat.JoinLink.OK",
"photo_url": "https://telegra.ph/file/p/db5f4169491/7c20d290547070e3d93bc16.jpg?c=10,137,280,280,280,280",
@@ -2832,23 +1423,6 @@
"singular": "Join"
}
},
- "Chat.VoiceChat.JoinLink.Participants": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.VoiceChat.JoinLink.Participants",
- "photo_url": "https://telegra.ph/file/p/48d56490a6d/a410cefffcdc79848a60216.jpg?c=10,121,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d participant",
- "plural": "
%d participants"
- }
- },
- "Chat.VoiceChat.JoinLink.Participants_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.VoiceChat.JoinLink.Participants_countable",
- "photo_url": "https://telegra.ph/file/p/48d56490a6d/a410cefffcdc79848a60216.jpg?c=8,122,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"Chat.VoiceChat.JoinLink.Title": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Chat.VoiceChat.JoinLink.Title",
"photo_url": "https://telegra.ph/file/p/db5f4169491/7c20d290547070e3d93bc16.jpg?c=11,80,280,280,280,280",
@@ -2865,6 +1439,14 @@
"singular": "Video Chat no longer available"
}
},
+ "ChatGift.Info.Normal": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatGift.Info.Normal",
+ "photo_url": "https://telegra.ph/file/p/ad9331f0fa3/f6a4d304392e1f763bd8117.jpg?c=82,405,438,438,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You've received a gift from **
%1$@**.
Your gift is a **Telegram Premium** subscription for **
%2$@** months."
+ }
+ },
"ChatGift.Title.Claimed": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatGift.Title.Claimed",
"photo_url": "https://telegra.ph/file/p/ad9331f0fa3/f6a4d304392e1f763bd8117.jpg?c=161,436,280,280,280,280",
@@ -2913,6 +1495,38 @@
"singular": "You started a video chat"
}
},
+ "ChatMessage.Sponsored.About": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatMessage.Sponsored.About",
+ "photo_url": "https://telegra.ph/file/p/7f951422a0d/816218cf01f26242666c817.jpg?c=315,349,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "About This Ad"
+ }
+ },
+ "ChatMessage.Sponsored.Report": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatMessage.Sponsored.Report",
+ "photo_url": "https://telegra.ph/file/p/7f951422a0d/816218cf01f26242666c817.jpg?c=299,369,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Report Ad"
+ }
+ },
+ "ChatMessage.Sponsored.Report.LearnMore": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatMessage.Sponsored.Report.LearnMore",
+ "photo_url": "https://telegra.ph/file/p/1ca71a4ad39/5760ba0c1db4a3e39109a17.jpg?c=89,495,382,382,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Learn more about [Telegram Ad Policies and Guidelines](https://ads.telegram.org/guidelines)."
+ }
+ },
+ "ChatMessage.Sponsored.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatMessage.Sponsored.Title",
+ "photo_url": "https://telegra.ph/file/p/7f951422a0d/816218cf01f26242666c817.jpg?c=66,326,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ad"
+ }
+ },
"ChatService.ChannelCreated": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ChatService.ChannelCreated",
"photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=122,113,280,280,280,280",
@@ -2929,46 +1543,6 @@
"singular": "Your request to join the group was approved"
}
},
- "Compose.Create": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Compose.Create",
- "photo_url": "https://telegra.ph/file/p/df5157296cb/b4a1588562c5e33ec83161d.jpg?c=1292,19,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create"
- }
- },
- "Compose.CreateGroup.LimitError": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Compose.CreateGroup.LimitError",
- "photo_url": "https://telegra.ph/file/p/a8e33e0f414/9d954645d12dbca9021901d.jpg?c=561,30,630,630,280,280",
- "has_binding": true,
- "values": {
- "singular": "You will be able to add more members after you create the group."
- }
- },
- "Compose.Next": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Compose.Next",
- "photo_url": "https://telegra.ph/file/p/45f8e49fc45/d4fd5bd4a0c779c92d2191d.jpg?c=1293,19,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Next"
- }
- },
- "Compose.SelectGroupUsers.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Compose.SelectGroupUsers.Placeholder",
- "photo_url": "https://telegra.ph/file/p/cbd520959c4/caada42a67996155643701d.jpg?c=586,65,537,537,280,280",
- "has_binding": true,
- "values": {
- "singular": "Who would you like to add?"
- }
- },
- "Compose.SelectUsers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Compose.SelectUsers",
- "photo_url": "https://telegra.ph/file/p/87c0ec85f39/fd4cd841862e27b3fd09f1d.jpg?c=940,17,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select users"
- }
- },
"Confirm.DeleteAdminedChannel": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Confirm.DeleteAdminedChannel",
"photo_url": "https://telegra.ph/file/p/dfc3c361946/28c73eafed5316ef1f09e1d.jpg?c=600,60,603,603,280,280",
@@ -2985,30 +1559,6 @@
"singular": "Copied to Clipboard"
}
},
- "ConvertToSuperGroup.Confirm": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ConvertToSuperGroup.Confirm",
- "photo_url": "https://telegra.ph/file/p/b5c6d71bcbc/8cba70c2b25edf8df6a6d1d.jpg?c=542,34,563,563,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure? This action cannot be undone."
- }
- },
- "ConvertToSupergroup.Alert.Error": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ConvertToSupergroup.Alert.Error",
- "photo_url": "https://telegra.ph/file/p/408c290f65e/35a5e8f641722df46a77d1d.jpg?c=537,35,538,538,280,280",
- "has_binding": false,
- "values": {
- "singular": "Something went wrong, sorry. Please try again later."
- }
- },
- "CreateGroup.NameHolder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/CreateGroup.NameHolder",
- "photo_url": "https://telegra.ph/file/p/df5157296cb/b4a1588562c5e33ec83161d.jpg?c=741,124,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Name"
- }
- },
"CustomReaction.PremiumAlert": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/CustomReaction.PremiumAlert",
"photo_url": "https://telegra.ph/file/p/f31bc6d5a7b/ded80c9d2c30e8330127217.jpg?c=36,325,527,527,280,280",
@@ -3017,30 +1567,6 @@
"singular": "Subscribe to Telegram Premium to unlock this reaction. [Read More]()"
}
},
- "Discussion.Set.Modal.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Discussion.Set.Modal.OK",
- "photo_url": "https://telegra.ph/file/p/4e823e735da/c28a78e2784bc4358054f1d.jpg?c=758,846,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Link Group"
- }
- },
- "Discussion.Set.Modal.Text.ChannelPrivateGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Discussion.Set.Modal.Text.ChannelPrivateGroup",
- "photo_url": "https://telegra.ph/file/p/0b834ad3b09/ac5255dc8012829b0364c1d.jpg?c=453,541,586,586,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to make **
%@** the discussion board for **
%@**?
Any member of this group will be able to see messages in the channel."
- }
- },
- "Discussion.Set.Modal.Text.PrivateChannelPublicGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Discussion.Set.Modal.Text.PrivateChannelPublicGroup",
- "photo_url": "https://telegra.ph/file/p/f81ca6df6d3/da76054b02f00ba1331ad1d.jpg?c=458,542,587,587,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to make **
%@** the discussion board for **
%@**?
Any member of this group will be able to see all messages in the channel."
- }
- },
"Discussion.Set.Modal.Text.Public": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Discussion.Set.Modal.Text.Public",
"photo_url": "https://telegra.ph/file/p/f53c026f2d7/fed5bf9eedf8d338605ae1d.jpg?c=13,0,575,510,280,250",
@@ -3049,62 +1575,6 @@
"singular": "Make **
%@** the discussion board for **
%@**?"
}
},
- "Discussion.Set.Modal.Text.PublicChannelPublicGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Discussion.Set.Modal.Text.PublicChannelPublicGroup",
- "photo_url": "https://telegra.ph/file/p/4e823e735da/c28a78e2784bc4358054f1d.jpg?c=458,542,587,587,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to make **
%@** the discussion board for **
%@**?"
- }
- },
- "DiscussionController.Channel.Empty.CreateGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Empty.CreateGroup",
- "photo_url": "https://telegra.ph/file/p/40150f746a7/65913c13e6c8f8dca1fb11d.jpg?c=708,368,322,322,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create a New Group"
- }
- },
- "DiscussionController.Channel.Empty.Description": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Empty.Description",
- "photo_url": "https://telegra.ph/file/p/40150f746a7/65913c13e6c8f8dca1fb11d.jpg?c=553,341,858,858,280,280",
- "has_binding": true,
- "values": {
- "singular": "Everything you post in the channel will be forwarded to this group."
- }
- },
- "DiscussionController.Channel.Empty.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Empty.Header",
- "photo_url": "https://telegra.ph/file/p/40150f746a7/65913c13e6c8f8dca1fb11d.jpg?c=555,149,909,909,280,280",
- "has_binding": true,
- "values": {
- "singular": "Select a group chat for discussion that will be displayed in your channel."
- }
- },
- "DiscussionController.Channel.Empty.Header1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Empty.Header1",
- "photo_url": "https://telegra.ph/file/p/f2ceff30110/194d678a90d4cdee9c33216.jpg?c=10,61,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Select a group chat that will host comments from your channel."
- }
- },
- "DiscussionController.Channel.Set.Description": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Set.Description",
- "photo_url": "https://telegra.ph/file/p/361c2ad7d1c/703186128442918c3450a1d.jpg?c=558,256,857,857,280,280",
- "has_binding": true,
- "values": {
- "singular": "Everything you post in the channel will be forwarded to this group."
- }
- },
- "DiscussionController.Channel.Set.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Set.Header",
- "photo_url": "https://telegra.ph/file/p/361c2ad7d1c/703186128442918c3450a1d.jpg?c=559,153,907,907,280,280",
- "has_binding": true,
- "values": {
- "singular": "A link to **
%@** is shown to all subscribers in the bottom panel."
- }
- },
"DiscussionController.Channel.Set.Header1": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Set.Header1",
"photo_url": "https://telegra.ph/file/p/03bf821663c/3e09dc0321bf1561f163b16.jpg?c=0,91,300,309,272,280",
@@ -3113,110 +1583,6 @@
"singular": "**
%@** is selected as the group that hosts comments for your channel."
}
},
- "DiscussionController.Channel.Set.UnlinkGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Set.UnlinkGroup",
- "photo_url": "https://telegra.ph/file/p/3e6a1bc2baf/bc730ddc1fbedb00495f61d.jpg?c=599,541,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unlink Group"
- }
- },
- "DiscussionController.Channel.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Channel.Title",
- "photo_url": "https://telegra.ph/file/p/40150f746a7/65913c13e6c8f8dca1fb11d.jpg?c=898,10,291,291,280,280",
- "has_binding": true,
- "values": {
- "singular": "Discussion Group"
- }
- },
- "DiscussionController.Confrim.UnlinkChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Confrim.UnlinkChannel",
- "photo_url": "https://telegra.ph/file/p/38f0ce9fe41/a278adbfbe04fcee92eb819.jpg?c=405,18,449,449,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to unlink the channel from this group?"
- }
- },
- "DiscussionController.Confrim.UnlinkGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Confrim.UnlinkGroup",
- "photo_url": "https://telegra.ph/file/p/8d8d04b4ded/41849e17982d62d45bf271d.jpg?c=371,30,761,761,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to unlink the group from this channel?"
- }
- },
- "DiscussionController.Error.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Error.OK",
- "photo_url": "https://telegra.ph/file/p/ac23e1c8133/4807f84e6e03c61cbdb1e1d.jpg?c=967,151,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Proceed"
- }
- },
- "DiscussionController.Error.PreHistory": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Error.PreHistory",
- "photo_url": "https://telegra.ph/file/p/ac23e1c8133/4807f84e6e03c61cbdb1e1d.jpg?c=354,23,890,890,280,280",
- "has_binding": true,
- "values": {
- "singular": "Warning: If you set this private group as the discussion group for your channel, all channel subscribers will be able to access the group. \"Chat history for new members\" will be switched to Visible"
- }
- },
- "DiscussionController.Group.Set.Description": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Group.Set.Description",
- "photo_url": "https://telegra.ph/file/p/9692dffe8ed/4cdb5a4c31e33b03327b91d.jpg?c=541,227,893,893,280,280",
- "has_binding": false,
- "values": {
- "singular": "All new messages posted in this channel are forwarded to this group."
- }
- },
- "DiscussionController.Group.Set.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Group.Set.Header",
- "photo_url": "https://telegra.ph/file/p/9692dffe8ed/4cdb5a4c31e33b03327b91d.jpg?c=672,197,696,696,280,280",
- "has_binding": true,
- "values": {
- "singular": "This group is linked as the discussion board for
%@."
- }
- },
- "DiscussionController.Group.Set.UnlinkChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Group.Set.UnlinkChannel",
- "photo_url": "https://telegra.ph/file/p/9692dffe8ed/4cdb5a4c31e33b03327b91d.jpg?c=609,510,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unlink Channel"
- }
- },
- "DiscussionController.Group.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.Group.Title",
- "photo_url": "https://telegra.ph/file/p/9692dffe8ed/4cdb5a4c31e33b03327b91d.jpg?c=895,15,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Linked Channel"
- }
- },
- "DiscussionController.IconText": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.IconText",
- "photo_url": "https://telegra.ph/file/p/9692dffe8ed/4cdb5a4c31e33b03327b91d.jpg?c=871,230,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discuss"
- }
- },
- "DiscussionController.PrivateChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.PrivateChannel",
- "photo_url": "https://telegra.ph/file/p/9692dffe8ed/4cdb5a4c31e33b03327b91d.jpg?c=691,382,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "private channel"
- }
- },
- "DiscussionController.PrivateGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DiscussionController.PrivateGroup",
- "photo_url": "https://telegra.ph/file/p/40150f746a7/65913c13e6c8f8dca1fb11d.jpg?c=683,558,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "private group"
- }
- },
"DisplayMeAs.Alone": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.Alone",
"photo_url": "https://telegra.ph/file/p/33f1ab50bf1/39673c43366e00d4b398a16.jpg?c=10,85,280,280,280,280",
@@ -3233,14 +1599,6 @@
"singular": "You can also create a public channel to participate in video chats as a channel."
}
},
- "DisplayMeAs.ContinueAs": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.ContinueAs",
- "photo_url": "https://telegra.ph/file/p/500d9547ce7/9eace7b5ede31d995f4af16.jpg?c=10,144,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Continue as
%@"
- }
- },
"DisplayMeAs.Modern.Schedule": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.Modern.Schedule",
"photo_url": "https://telegra.ph/file/p/a71f696b4c7/941ae5d50c417383e6f8e16.jpg?c=21,218,279,280,280,280",
@@ -3265,14 +1623,6 @@
"singular": "Schedule Video Chat as
%@"
}
},
- "DisplayMeAs.PersonalAccount": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.PersonalAccount",
- "photo_url": "https://telegra.ph/file/p/500d9547ce7/9eace7b5ede31d995f4af16.jpg?c=7,113,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "personal account"
- }
- },
"DisplayMeAs.Scheduled.Desc": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.Scheduled.Desc",
"photo_url": "https://telegra.ph/file/p/f8a4d80d65f/6cb5f6d5cb87ec7c3c42e16.jpg?c=11,153,280,280,280,280",
@@ -3289,54 +1639,6 @@
"singular": "Start With..."
}
},
- "DisplayMeAs.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.Text",
- "photo_url": "https://telegra.ph/file/p/500d9547ce7/9eace7b5ede31d995f4af16.jpg?c=10,91,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Choose whether you want to be displayed as your personal account or as your channel."
- }
- },
- "DisplayMeAs.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/DisplayMeAs.Title",
- "photo_url": "https://telegra.ph/file/p/500d9547ce7/9eace7b5ede31d995f4af16.jpg?c=10,73,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Display Me As"
- }
- },
- "EditInvitation.EditTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.EditTitle",
- "photo_url": "https://telegra.ph/file/p/a89b7d08d27/b31428be2335f88c8b6e116.jpg?c=10,68,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit Link"
- }
- },
- "EditInvitation.EnterNumber": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.EnterNumber",
- "photo_url": "https://telegra.ph/file/p/fa0c5a55039/dbac7d6cfac813cfcc41e16.jpg?c=2,137,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Enter Number"
- }
- },
- "EditInvitation.ExpiryDate": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.ExpiryDate",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=3,115,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Expiry Date"
- }
- },
- "EditInvitation.ExpiryDesc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.ExpiryDesc",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=11,128,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can make the link expire after a certain time."
- }
- },
"EditInvitation.LimitDesc": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.LimitDesc",
"photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=9,193,280,280,280,280",
@@ -3361,46 +1663,6 @@
"singular": "LIMIT BY TIME PERIOD"
}
},
- "EditInvitation.Never": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.Never",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=17,115,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Never"
- }
- },
- "EditInvitation.NewTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.NewTitle",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=10,58,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Link"
- }
- },
- "EditInvitation.NumberOfUsers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.NumberOfUsers",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=4,178,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Number of Users"
- }
- },
- "EditInvitation.OK.Create": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.OK.Create",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=10,217,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create"
- }
- },
- "EditInvitation.OK.Save": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.OK.Save",
- "photo_url": "https://telegra.ph/file/p/a89b7d08d27/b31428be2335f88c8b6e116.jpg?c=10,294,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save"
- }
- },
"EditInvitation.RequestApproval": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.RequestApproval",
"photo_url": "https://telegra.ph/file/p/81a8cae64f4/5110291a94ba96abdf15216.jpg?c=4,77,280,280,280,280",
@@ -3433,14 +1695,6 @@
"singular": "Link Name (Optional)"
}
},
- "EditInvitation.Unlimited": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EditInvitation.Unlimited",
- "photo_url": "https://telegra.ph/file/p/651e9548b19/f074ca636b8fd9503c35b16.jpg?c=16,178,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unlimited"
- }
- },
"EmojiPack.Added": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/EmojiPack.Added",
"photo_url": "https://telegra.ph/file/p/5530df7ee4d/d0aa9ccb7b55115336ebc17.jpg?c=287,589,280,280,280,280",
@@ -3458,46 +1712,6 @@
"plural": "Add
%d Emoji Pack"
}
},
- "EmptyGroupInfo.Line1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EmptyGroupInfo.Line1",
- "photo_url": "https://telegra.ph/file/p/0b84440258b/aa19c1c05b02ed60faccc1d.jpg?c=851,411,400,400,280,280",
- "has_binding": true,
- "values": {
- "singular": "• Up to
%@ members"
- }
- },
- "EmptyGroupInfo.Line2": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EmptyGroupInfo.Line2",
- "photo_url": "https://telegra.ph/file/p/0b84440258b/aa19c1c05b02ed60faccc1d.jpg?c=853,456,374,374,280,280",
- "has_binding": true,
- "values": {
- "singular": "• Persistent chat history"
- }
- },
- "EmptyGroupInfo.Line3": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EmptyGroupInfo.Line3",
- "photo_url": "https://telegra.ph/file/p/0b84440258b/aa19c1c05b02ed60faccc1d.jpg?c=840,433,472,472,280,280",
- "has_binding": true,
- "values": {
- "singular": "• Public links such as t.me/title"
- }
- },
- "EmptyGroupInfo.Line4": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EmptyGroupInfo.Line4",
- "photo_url": "https://telegra.ph/file/p/0b84440258b/aa19c1c05b02ed60faccc1d.jpg?c=843,475,452,452,280,280",
- "has_binding": true,
- "values": {
- "singular": "• Admins with different rights"
- }
- },
- "EmptyGroupInfo.Subtitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EmptyGroupInfo.Subtitle",
- "photo_url": "https://telegra.ph/file/p/0b84440258b/aa19c1c05b02ed60faccc1d.jpg?c=859,433,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups can have:"
- }
- },
"EmptyGroupInfo.Title": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/EmptyGroupInfo.Title",
"photo_url": "https://telegra.ph/file/p/0b84440258b/aa19c1c05b02ed60faccc1d.jpg?c=884,351,392,392,280,280",
@@ -3506,142 +1720,6 @@
"singular": "You created a group"
}
},
- "EventLog.Service.ChangedStickerSet": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.ChangedStickerSet",
- "photo_url": "https://telegra.ph/file/p/4f0f0ed668f/1e75a39d0b8b7c9caa8251d.jpg?c=591,335,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ changed group sticker set"
- }
- },
- "EventLog.Service.Demoted": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Demoted",
- "photo_url": "https://telegra.ph/file/p/d441ef2d738/099ba0d4ed5cca5e6a5411d.jpg?c=692,164,411,411,280,280",
- "has_binding": false,
- "values": {
- "singular": "restricted
%@ %@ indefinitely"
- }
- },
- "EventLog.Service.Demoted.Changed.Until": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Demoted.Changed.Until",
- "photo_url": "https://telegra.ph/file/p/d42accd7c17/ba7029297c0222684a5e21d.jpg?c=643,133,793,793,280,280",
- "has_binding": false,
- "values": {
- "singular": "changed restrictions for
%@ %@ until
%@"
- }
- },
- "EventLog.Service.Promote.AddNewAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.AddNewAdmins",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=716,806,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add New Admins"
- }
- },
- "EventLog.Service.Promote.AddUsers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.AddUsers",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=677,730,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Users"
- }
- },
- "EventLog.Service.Promote.BanUsers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.BanUsers",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=677,705,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ban Users"
- }
- },
- "EventLog.Service.Promote.ChangeInfo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.ChangeInfo",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=681,657,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Change Info"
- }
- },
- "EventLog.Service.Promote.DeleteMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.DeleteMessages",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=718,682,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete Messages"
- }
- },
- "EventLog.Service.Promote.EditMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.EditMessages",
- "photo_url": "https://telegra.ph/file/p/74a6efef29d/ece5ead1a1ec588f3f6b51d.jpg?c=822,952,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit Messages"
- }
- },
- "EventLog.Service.Promote.InviteViaLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.InviteViaLink",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=726,739,301,301,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite Users Via Link"
- }
- },
- "EventLog.Service.Promote.PinMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.PinMessages",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=697,782,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pin Messages"
- }
- },
- "EventLog.Service.Promote.PostMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.PostMessages",
- "photo_url": "https://telegra.ph/file/p/74a6efef29d/ece5ead1a1ec588f3f6b51d.jpg?c=825,926,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Post Messages"
- }
- },
- "EventLog.Service.Promote.RemainAnonymous": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promote.RemainAnonymous",
- "photo_url": "https://telegra.ph/file/p/f8137e61fae/8473662db15563dc7732717.jpg?c=125,468,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remain Anonymous"
- }
- },
- "EventLog.Service.Promoted": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.Promoted",
- "photo_url": "https://telegra.ph/file/p/036cbc243c6/b756aaf8a43fc8e6bb0201d.jpg?c=692,631,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "promoted
%@ %@:"
- }
- },
- "EventLog.Service.RemovePinned": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.RemovePinned",
- "photo_url": "https://telegra.ph/file/p/d441ef2d738/099ba0d4ed5cca5e6a5411d.jpg?c=902,730,375,375,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ unpinned message"
- }
- },
- "EventLog.Service.RemovedStickerSet": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.RemovedStickerSet",
- "photo_url": "https://telegra.ph/file/p/2655abfad38/3f26aba9904a8a850458d1d.jpg?c=594,328,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ removed group sticker set"
- }
- },
- "EventLog.Service.UpdatePinned": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/EventLog.Service.UpdatePinned",
- "photo_url": "https://telegra.ph/file/p/d441ef2d738/099ba0d4ed5cca5e6a5411d.jpg?c=916,643,347,347,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@ pinned message:"
- }
- },
"ExportedInvitation.Context.Copy": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.Context.Copy",
"photo_url": "https://telegra.ph/file/p/ed33f376745/6d42483e8450f469e732e16.jpg?c=22,127,278,280,278,280",
@@ -3650,22 +1728,6 @@
"singular": "Copy"
}
},
- "ExportedInvitation.Done": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.Done",
- "photo_url": "https://telegra.ph/file/p/e0a0bc04647/dfc1824e4adc3b918223b16.jpg?c=10,195,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Done"
- }
- },
- "ExportedInvitation.LinkCreatedBy": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.LinkCreatedBy",
- "photo_url": "https://telegra.ph/file/p/e0a0bc04647/dfc1824e4adc3b918223b16.jpg?c=4,132,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "LINK CREATED BY"
- }
- },
"ExportedInvitation.PeopleJoined": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.PeopleJoined",
"photo_url": "https://telegra.ph/file/p/d3496f3e7cc/87d60847333aa31784c6c16.jpg?c=2,197,280,280,280,280",
@@ -3684,28 +1746,84 @@
"plural": "
%d JOIN REQUESTS"
}
},
- "ExportedInvitation.Status.Expired": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.Status.Expired",
- "photo_url": "https://telegra.ph/file/p/12730a096c5/c62e86c33b1ff275c7dff16.jpg?c=10,119,280,280,280,280",
+ "Fragment.AdsInfo.Block.Text": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Block.Text",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=68,406,464,464,280,280",
"has_binding": true,
"values": {
- "singular": "expired"
+ "singular": "Anyone can create an ad to display in this channel — with minimal budgets. Check out the Telegram Ad Platform for details. [Learn More >](https://telegram.org)"
}
},
- "ExportedInvitation.Status.Revoked": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.Status.Revoked",
- "photo_url": "https://telegra.ph/file/p/1e6bba0e699/96906885bbb2f5de65a6c16.jpg?c=10,119,280,280,280,280",
+ "Fragment.AdsInfo.Block.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Block.Title",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=160,505,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "revoked"
+ "singular": "Can I Launch an Ad?"
}
},
- "ExportedInvitation.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ExportedInvitation.Title",
- "photo_url": "https://telegra.ph/file/p/e0a0bc04647/dfc1824e4adc3b918223b16.jpg?c=10,76,280,280,280,280",
+ "Fragment.AdsInfo.OK": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.OK",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=160,615,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Invite Link"
+ "singular": "Understood"
+ }
+ },
+ "Fragment.AdsInfo.Option1.Info": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Option1.Info",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=95,207,426,426,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ads on Telegram do not use your personal information and are based on the channel in which you see them."
+ }
+ },
+ "Fragment.AdsInfo.Option2.Info": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Option2.Info",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=90,267,449,449,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "50
%% of the revenue from Telegram Ads goes to the owner of the channel where they are displayed."
+ }
+ },
+ "Fragment.AdsInfo.Option2.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Option2.Title",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=107,321,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Help the Channel Creator"
+ }
+ },
+ "Fragment.AdsInfo.Option3.Info": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Option3.Info",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=87,326,463,463,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can turn off ads by subscribing to Telegram Premium, and Level 50 channels can remove them for their subscribers."
+ }
+ },
+ "Fragment.AdsInfo.Option3.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Option3.Title",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=90,407,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Can Be Removed"
+ }
+ },
+ "Fragment.AdsInfo.Text": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Text",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=59,127,483,483,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram Ads are very different from ads on other platforms. Ads such as this one:"
+ }
+ },
+ "Fragment.AdsInfo.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Fragment.AdsInfo.Title",
+ "photo_url": "https://telegra.ph/file/p/266d445ef87/16c8f7632eec2e836c04e17.jpg?c=160,164,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "About These Ads"
}
},
"Giveaway.AdditionalPrize": {
@@ -3740,30 +1858,6 @@
"singular": "with"
}
},
- "Graph.ZoomOut": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Graph.ZoomOut",
- "photo_url": "https://telegra.ph/file/p/d8e01f37f1b/df16d50c8ab63a0b8540a17.jpg?c=53,398,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Zoom Out"
- }
- },
- "Group.CreateGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.CreateGroup",
- "photo_url": "https://telegra.ph/file/p/df5157296cb/b4a1588562c5e33ec83161d.jpg?c=937,18,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Group"
- }
- },
- "Group.EditAdmin.Permission.ChangeInfo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EditAdmin.Permission.ChangeInfo",
- "photo_url": "https://telegra.ph/file/p/e6e18e77e2e/b017498d30bcf3c8e75b11d.jpg?c=535,338,300,300,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Group Info"
- }
- },
"Group.EventLog.EmptyText": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.EmptyText",
"photo_url": "https://telegra.ph/file/p/dc2966e3428/367481b5be3570b857b2d1d.jpg?c=332,0,742,644,280,244",
@@ -3772,12 +1866,20 @@
"singular": "**No events here yet**
No notable actions taken by the members and admins of this group in the last 48 hours."
}
},
- "Group.EventLog.Service.DisableInvites": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.DisableInvites",
- "photo_url": "https://telegra.ph/file/p/d441ef2d738/099ba0d4ed5cca5e6a5411d.jpg?c=878,550,420,420,280,280",
- "has_binding": true,
+ "Group.EventLog.Service.AboutRemoved": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.AboutRemoved",
+ "photo_url": "https://telegra.ph/file/p/f9c54856247/2815ec655de3ef27e4e7e1d.jpg?c=854,464,570,570,280,280",
+ "has_binding": false,
"values": {
- "singular": "
%@ disabled group invites"
+ "singular": "
%@ removed the group description:"
+ }
+ },
+ "Group.EventLog.Service.AboutUpdated": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.AboutUpdated",
+ "photo_url": "https://telegra.ph/file/p/f9c54856247/2815ec655de3ef27e4e7e1d.jpg?c=875,404,532,532,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ edited the group description:"
}
},
"Group.EventLog.Service.LinkRemoved": {
@@ -3788,84 +1890,36 @@
"singular": "
%@ removed the group link:"
}
},
- "Group.EventLog.Service.PhotoRemoved": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.PhotoRemoved",
- "photo_url": "https://telegra.ph/file/p/13ac720dea2/f96a240bb5c347ce851071d.jpg?c=869,751,409,409,280,280",
+ "Group.EventLog.Service.LinkUpdated": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.LinkUpdated",
+ "photo_url": "https://telegra.ph/file/p/f9c54856247/2815ec655de3ef27e4e7e1d.jpg?c=930,216,427,427,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ removed group photo"
+ "singular": "
%@ changed the group link:"
}
},
- "Group.EventLog.Service.UpdateJoin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.UpdateJoin",
- "photo_url": "https://telegra.ph/file/p/3946dbb3773/9091d7b32a87e1fdec5861d.jpg?c=1088,1010,344,344,280,280",
+ "Group.EventLog.Service.PhotoUpdated": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.PhotoUpdated",
+ "photo_url": "https://telegra.ph/file/p/f9c54856247/2815ec655de3ef27e4e7e1d.jpg?c=903,643,480,480,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ joined the group"
+ "singular": "
%@ updated the group photo"
}
},
- "Group.EventLog.Service.UpdateLeft": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.UpdateLeft",
- "photo_url": "https://telegra.ph/file/p/01a6de37471/ea431ff5fc00b93bdabce1d.jpg?c=1007,855,301,301,280,280",
+ "Group.EventLog.Service.TitleUpdated": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Group.EventLog.Service.TitleUpdated",
+ "photo_url": "https://telegra.ph/file/p/f9c54856247/2815ec655de3ef27e4e7e1d.jpg?c=928,66,432,432,280,280",
"has_binding": false,
"values": {
- "singular": "
%@ left the group"
+ "singular": "
%@ changed the group name"
}
},
- "GroupInfo.Administrators": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInfo.Administrators",
- "photo_url": "https://telegra.ph/file/p/5b379fda896/5b74a649d690bc01122a51d.jpg?c=671,753,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Administrators"
- }
- },
- "GroupInfo.Permissions.Removed": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInfo.Permissions.Removed",
- "photo_url": "https://telegra.ph/file/p/60f19e4aff6/a1abe594da6e7404502221d.jpg?c=625,744,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Removed Users"
- }
- },
- "GroupInfo.ScamWarning": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInfo.ScamWarning",
- "photo_url": "https://telegra.ph/file/p/4d512cef69b/6758b6c487af4305e86171d.jpg?c=57,0,1629,1242,278,212",
- "has_binding": true,
- "values": {
- "singular": "
⚠️ Warning: Many users reported this group as a scam or a fake account. Please be careful, especially if it asks you for money."
- }
- },
- "GroupInvation.ChannelDescription": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInvation.ChannelDescription",
- "photo_url": "https://telegra.ph/file/p/281ef3c83af/e1bf64d1a581afa3b92461d.jpg?c=536,29,1008,1008,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anyone who has Telegram installed will be able to join your channel by following this link"
- }
- },
- "GroupInvation.CopyLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInvation.CopyLink",
- "photo_url": "https://telegra.ph/file/p/281ef3c83af/e1bf64d1a581afa3b92461d.jpg?c=592,279,280,280,280,280",
+ "GroupAdmins.Desc.AdminInvites": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupAdmins.Desc.AdminInvites",
+ "photo_url": "https://telegra.ph/file/p/8455a18cd3c/822a41725d1befd2f3bc21d.jpg?c=527,18,1114,1114,280,280",
"has_binding": false,
"values": {
- "singular": "Copy Link"
- }
- },
- "GroupInvation.Revoke": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInvation.Revoke",
- "photo_url": "https://telegra.ph/file/p/281ef3c83af/e1bf64d1a581afa3b92461d.jpg?c=578,342,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke"
- }
- },
- "GroupInvation.Share": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupInvation.Share",
- "photo_url": "https://telegra.ph/file/p/281ef3c83af/e1bf64d1a581afa3b92461d.jpg?c=594,406,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share Link"
+ "singular": "Only admins can add and remove members, pin messages or edit group details."
}
},
"GroupPermission.NoFiles": {
@@ -3908,121 +1962,6 @@
"singular": "no voice messages"
}
},
- "GroupStats.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupStats.Title",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=10,23,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Statistics"
- }
- },
- "GroupStickers.ChooseHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupStickers.ChooseHeader",
- "photo_url": "https://telegra.ph/file/p/b6b9c43beea/672944ba4d1059cb56baa1d.jpg?c=299,119,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "CHOOSE FROM YOUR STICKERS"
- }
- },
- "GroupStickers.CreateDescription": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupStickers.CreateDescription",
- "photo_url": "https://telegra.ph/file/p/b6b9c43beea/672944ba4d1059cb56baa1d.jpg?c=281,38,486,486,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can create your own custom sticker set using the @stickers bot."
- }
- },
- "GroupStickers.EmptyDesc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupStickers.EmptyDesc",
- "photo_url": "https://telegra.ph/file/p/d26805d1dcb/774bb34606e6dcb34d2f81d.jpg?c=342,86,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Try again or choose from the list below"
- }
- },
- "GroupStickers.EmptyHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/GroupStickers.EmptyHeader",
- "photo_url": "https://telegra.ph/file/p/d26805d1dcb/774bb34606e6dcb34d2f81d.jpg?c=320,74,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "No such sticker set found"
- }
- },
- "InactiveChannels.BlockHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InactiveChannels.BlockHeader",
- "photo_url": "https://telegra.ph/file/p/d57121d351b/e43a3a705c5e98a9b7a7717.jpg?c=71,82,377,377,280,280",
- "has_binding": true,
- "values": {
- "singular": "Too Many Groups and Channels"
- }
- },
- "InactiveChannels.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InactiveChannels.Header",
- "photo_url": "https://telegra.ph/file/p/d57121d351b/e43a3a705c5e98a9b7a7717.jpg?c=42,242,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "LEAST ACTIVE"
- }
- },
- "InactiveChannels.InactiveYear": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InactiveChannels.InactiveYear",
- "photo_url": "https://telegra.ph/file/p/d57121d351b/e43a3a705c5e98a9b7a7717.jpg?c=101,297,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "inactive for
%d year",
- "plural": "inactive for
%d years"
- }
- },
- "InactiveChannels.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InactiveChannels.Title",
- "photo_url": "https://telegra.ph/file/p/d57121d351b/e43a3a705c5e98a9b7a7717.jpg?c=158,9,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Limit Reached"
- }
- },
- "InputPasswordController.Error.WrongPassword": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InputPasswordController.Error.WrongPassword",
- "photo_url": "https://telegra.ph/file/p/1609c9d5105/3d88bb0771bb92b60491c1d.jpg?c=606,137,499,499,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invalid password. Please try again"
- }
- },
- "InputPasswordController.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InputPasswordController.Placeholder",
- "photo_url": "https://telegra.ph/file/p/01dd81db2a2/f3377257e4ad09b50026c1d.jpg?c=580,124,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Password"
- }
- },
- "InviteLink.EmptyJoinDesc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.EmptyJoinDesc",
- "photo_url": "https://telegra.ph/file/p/e0a0bc04647/dfc1824e4adc3b918223b16.jpg?c=6,170,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d person can join via this link",
- "plural": "
%d people can join via this link"
- }
- },
- "InviteLink.EmptyJoinDesc_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.EmptyJoinDesc_countable",
- "photo_url": "https://telegra.ph/file/p/e0a0bc04647/dfc1824e4adc3b918223b16.jpg?c=2,170,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "InviteLink.Joined": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.Joined",
- "photo_url": "https://telegra.ph/file/p/758e1b91b8e/f8bd3fbd7199cdd3b11f516.jpg?c=3,296,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d joined",
- "plural": "
%d joined"
- }
- },
"InviteLink.JoinedNew_ZeroValueHolder": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.JoinedNew_ZeroValueHolder",
"photo_url": "https://telegra.ph/file/p/d56fee6a975/acd10c62ea9be9eaa5bd916.jpg?c=2,165,280,280,280,280",
@@ -4031,31 +1970,6 @@
"singular": "nobody joined yet"
}
},
- "InviteLink.Joined_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.Joined_countable",
- "photo_url": "https://telegra.ph/file/p/758e1b91b8e/f8bd3fbd7199cdd3b11f516.jpg?c=2,296,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "InviteLink.Remaining": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.Remaining",
- "photo_url": "https://telegra.ph/file/p/758e1b91b8e/f8bd3fbd7199cdd3b11f516.jpg?c=8,296,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "•
%d remaining",
- "plural": "•
%d remaining"
- }
- },
- "InviteLink.Remaining_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.Remaining_countable",
- "photo_url": "https://telegra.ph/file/p/758e1b91b8e/f8bd3fbd7199cdd3b11f516.jpg?c=6,295,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
"InviteLink.Requested": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/InviteLink.Requested",
"photo_url": "https://telegra.ph/file/p/fe62fe2a424/d37cd722b7927fede810816.jpg?c=9,179,280,280,280,280",
@@ -4065,22 +1979,6 @@
"plural": "
%d requests"
}
},
- "LinkInvation.Channel.Confirm.Revoke": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/LinkInvation.Channel.Confirm.Revoke",
- "photo_url": "https://telegra.ph/file/p/13863c4e5fc/36da381ae1f9c1cead9ea1d.jpg?c=533,29,648,648,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to revoke this link? Once you do, no one will be able to join the channel using it."
- }
- },
- "LinkInvation.Confirm.Ok": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/LinkInvation.Confirm.Ok",
- "photo_url": "https://telegra.ph/file/p/1bfcb8fc471/50cf838a50000c906ed461d.jpg?c=923,141,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke"
- }
- },
"LinkInvation.Group.Confirm.Revoke": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/LinkInvation.Group.Confirm.Revoke",
"photo_url": "https://telegra.ph/file/p/1bfcb8fc471/50cf838a50000c906ed461d.jpg?c=533,29,648,648,280,280",
@@ -4089,30 +1987,6 @@
"singular": "Are you sure you want to revoke this link? Once the link is revoked, no one will be able to join using it."
}
},
- "ManageLinks.Admin.Permanent.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.Admin.Permanent.Desc",
- "photo_url": "https://telegra.ph/file/p/1f04759c737/9ac778efec0a4785cc9ae16.jpg?c=0,82,300,300,280,280",
- "has_binding": true,
- "values": {
- "singular": "**
%1$@** can see this link and use it to invite new members to **
%2$@**."
- }
- },
- "ManageLinks.Delete": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.Delete",
- "photo_url": "https://telegra.ph/file/p/6f6aff47b8b/4d114dda8aab1a1fe79ae16.jpg?c=22,202,278,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "ManageLinks.DeleteAll.Confirm": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.DeleteAll.Confirm",
- "photo_url": "https://telegra.ph/file/p/80919c3fb71/bea62f9559a0711347da816.jpg?c=19,32,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to delete all revoked links?"
- }
- },
"ManageLinks.EmptyDesc": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.EmptyDesc",
"photo_url": "https://telegra.ph/file/p/c3017ec460e/e9e0f6afa46bcdfbb92f716.jpg?c=2,217,298,299,280,280",
@@ -4121,120 +1995,6 @@
"singular": "You can create additional invite links that have limited time or number of users."
}
},
- "ManageLinks.Header.Channel.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.Header.Channel.Desc",
- "photo_url": "https://telegra.ph/file/p/e12547bfcd7/4518bb8ea6ced2caea68416.jpg?c=0,25,300,314,268,280",
- "has_binding": true,
- "values": {
- "singular": "Anyone who has Telegram installed will be able to join your channel by following this link."
- }
- },
- "ManageLinks.OtherAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.OtherAdmins",
- "photo_url": "https://telegra.ph/file/p/b85eb6c3bc4/7ebb8b712a6911e8b2be216.jpg?c=0,215,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "INVITE LINKS CREATED BY OTHER ADMINS"
- }
- },
- "ManageLinks.TitleCount": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.TitleCount",
- "photo_url": "https://telegra.ph/file/p/b85eb6c3bc4/7ebb8b712a6911e8b2be216.jpg?c=1,231,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d invite link",
- "plural": "
%d invite links"
- }
- },
- "ManageLinks.TitleCount_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ManageLinks.TitleCount_countable",
- "photo_url": "https://telegra.ph/file/p/b85eb6c3bc4/7ebb8b712a6911e8b2be216.jpg?c=1,231,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Mark.Fake": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Mark.Fake",
- "photo_url": "https://telegra.ph/file/p/955112aa284/0d11360f64d4e536be7d219.jpg?c=614,336,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "FAKE"
- }
- },
- "Mark.Scam": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Mark.Scam",
- "photo_url": "https://telegra.ph/file/p/2f57b208167/8160db541264d0c7d7e1a1d.jpg?c=603,144,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "SCAM"
- }
- },
- "Message.Context.Pin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Message.Context.Pin",
- "photo_url": "https://telegra.ph/file/p/c2c57be9389/3d9db29e640acfc18f9211d.jpg?c=973,493,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pin"
- }
- },
- "Message.Context.Unpin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Message.Context.Unpin",
- "photo_url": "https://telegra.ph/file/p/d9d9ada3c30/478629a3ffb006454148116.jpg?c=6,167,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unpin"
- }
- },
- "Message.Context.ViewReplies": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Message.Context.ViewReplies",
- "photo_url": "https://telegra.ph/file/p/35ce4bcbba4/f99b6ab602d54e8fba10f16.jpg?c=20,123,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View
%d Reply",
- "plural": "View
%d Replies"
- }
- },
- "Messages.Placeholder.Anonymous": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Messages.Placeholder.Anonymous",
- "photo_url": "https://telegra.ph/file/p/dc1ba2ef327/d0037b0fb915e53caf65217.jpg?c=127,544,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "Send Anonymously..."
- }
- },
- "Messages.Placeholder.Broadcast": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Messages.Placeholder.Broadcast",
- "photo_url": "https://telegra.ph/file/p/c86297f42a8/2e5a38369c4a2438e47451d.jpg?c=669,1270,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Broadcast a message…"
- }
- },
- "Messages.Placeholder.Broadcast.Small": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Messages.Placeholder.Broadcast.Small",
- "photo_url": "https://telegra.ph/file/p/fd7c03ccfc7/9f58aca19ecbba5b2dfdc17.jpg?c=65,727,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Broadcast..."
- }
- },
- "Messages.Placeholder.Comment": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Messages.Placeholder.Comment",
- "photo_url": "https://telegra.ph/file/p/71ffea22020/b89c9aebb07eedd39391617.jpg?c=100,548,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Comment..."
- }
- },
- "Messages.Placeholder.Reply": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Messages.Placeholder.Reply",
- "photo_url": "https://telegra.ph/file/p/5b1d48d04ad/8de7daf5b554265a4ce5317.jpg?c=109,452,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Reply..."
- }
- },
"Messages.Placeholder.Scheduled": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Messages.Placeholder.Scheduled",
"photo_url": "https://telegra.ph/file/p/beb7efc4539/602b90882d5452dd6276417.jpg?c=118,737,280,280,280,280",
@@ -4243,158 +2003,6 @@
"singular": "Schedule a message..."
}
},
- "Modal.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Modal.OK",
- "photo_url": "https://telegra.ph/file/p/c850c0972aa/db365827c1ce3824c33c41d.jpg?c=840,792,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "OK"
- }
- },
- "Modal.Yes": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Modal.Yes",
- "photo_url": "https://telegra.ph/file/p/713d5cefa60/631b1fe275846d106631516.jpg?c=19,27,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "YES"
- }
- },
- "Navigation.Done": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Navigation.Done",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=1292,18,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Done"
- }
- },
- "NewPoll.Anonymous": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.Anonymous",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=3,182,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anonymous Voting"
- }
- },
- "NewPoll.DisacardConfirm": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.DisacardConfirm",
- "photo_url": "https://telegra.ph/file/p/a3b11ea1b5c/31b42d24411b2cecf587a1d.jpg?c=156,35,540,540,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to discard this poll?"
- }
- },
- "NewPoll.DisacardConfirm.No": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.DisacardConfirm.No",
- "photo_url": "https://telegra.ph/file/p/a3b11ea1b5c/31b42d24411b2cecf587a1d.jpg?c=358,138,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "No"
- }
- },
- "NewPoll.DisacardConfirm.Yes": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.DisacardConfirm.Yes",
- "photo_url": "https://telegra.ph/file/p/a3b11ea1b5c/31b42d24411b2cecf587a1d.jpg?c=494,138,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Discard"
- }
- },
- "NewPoll.DisacardConfirmHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.DisacardConfirmHeader",
- "photo_url": "https://telegra.ph/file/p/414e266f4ec/b57829edcf25d6f26f67f17.jpg?c=83,0,280,183,280,184",
- "has_binding": false,
- "values": {
- "singular": "Poll"
- }
- },
- "NewPoll.Explanation.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.Explanation.Desc",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=9,291,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Users will see this comment after choosing a wrong answer, good for educational purposes."
- }
- },
- "NewPoll.Explanation.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.Explanation.Header",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=2,260,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "EXPLANATION"
- }
- },
- "NewPoll.Explanation.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.Explanation.Placeholder",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=4,276,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add a Comment (Optional)"
- }
- },
- "NewPoll.MultipleChoice": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.MultipleChoice",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=3,200,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Multiple Answers"
- }
- },
- "NewPoll.Quiz": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.Quiz",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=2,217,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz Mode"
- }
- },
- "NewPoll.QuizDesc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.QuizDesc",
- "photo_url": "https://telegra.ph/file/p/8b97a8be28d/a44f502fc3bf18bf9349f16.jpg?c=8,237,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Polls in Quiz Mode have one correct answer. Users can't revoke their answers."
- }
- },
- "NewPoll.QuizTooltip": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/NewPoll.QuizTooltip",
- "photo_url": "https://telegra.ph/file/p/fced5cd7cb0/05718be877a9aa35b4f6f16.jpg?c=0,94,278,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Click to choose the correct answer"
- }
- },
- "Notification.ProximityYouReached_1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Notification.ProximityYouReached_1",
- "photo_url": "https://telegra.ph/file/p/17ddc7d5b76/3c72b10d0a9df9113b94516.jpg?c=12,75,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "You are now within
%1$@ from
%2$@"
- }
- },
- "Peer.Activity.Chat.SendingFile": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Activity.Chat.SendingFile",
- "photo_url": "https://telegra.ph/file/p/d9776cc16e2/8c7e9bdb07c3a460348a41d.jpg?c=286,28,318,318,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ is sending a file"
- }
- },
- "Peer.Activity.Chat.SendingPhoto": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Activity.Chat.SendingPhoto",
- "photo_url": "https://telegra.ph/file/p/3438f75b7dc/8becd4c1cd29388af12b51d.jpg?c=293,17,347,347,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ is sending a photo"
- }
- },
- "Peer.Activity.Chat.SendingVideo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Activity.Chat.SendingVideo",
- "photo_url": "https://telegra.ph/file/p/d9cae9c6927/fa0854d61618bd097b2161d.jpg?c=297,27,330,330,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%@ is sending a video"
- }
- },
"Peer.Activity.User.EnjoyingAnimations": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Activity.User.EnjoyingAnimations",
"photo_url": "https://telegra.ph/file/p/33652d885a1/555b56fb614229fbef5e116.jpg?c=3,4,280,280,280,280",
@@ -4403,113 +2011,6 @@
"singular": "watching
%@"
}
},
- "Peer.Status.Member": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.Member",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=736,186,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d member",
- "plural": "
%d members"
- }
- },
- "Peer.Status.Member.Online": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.Member.Online",
- "photo_url": "https://telegra.ph/file/p/068104ef7e8/6f1f4ad79f565fbf8d96b1d.jpg?c=764,32,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d online",
- "plural": "
%d online"
- }
- },
- "Peer.Status.channel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.channel",
- "photo_url": "https://telegra.ph/file/p/26de3a3c346/10e10fb10cf64e158eb9e1d.jpg?c=641,23,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "channel"
- }
- },
- "Peer.Status.group": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.group",
- "photo_url": "https://telegra.ph/file/p/ba29ffae10c/f8862c6d46392d8414c3f1d.jpg?c=626,33,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "group"
- }
- },
- "Peer.Status.justNow": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.justNow",
- "photo_url": "https://telegra.ph/file/p/c6eff9725b5/f975b2c957a7d8484655b1d.jpg?c=644,205,286,286,280,280",
- "has_binding": true,
- "values": {
- "singular": "last seen just now"
- }
- },
- "Peer.Status.minAgo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.minAgo",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=703,603,343,343,280,280",
- "has_binding": true,
- "values": {
- "singular": "last seen
%d minute ago",
- "plural": "last seen
%d minutes ago"
- }
- },
- "Peer.Status.online": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Peer.Status.online",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=640,572,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "online"
- }
- },
- "PeerInfo.About.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.About.Placeholder",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=592,469,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Description"
- }
- },
- "PeerInfo.Action.AddMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Action.AddMembers",
- "photo_url": "https://telegra.ph/file/p/1f07cd28023/120e62d8255244abc4a5a17.jpg?c=101,220,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add"
- }
- },
- "PeerInfo.Action.Discussion": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Action.Discussion",
- "photo_url": "https://telegra.ph/file/p/2ba77b2c606/9af8b83ac5f67628875b117.jpg?c=239,362,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Discuss"
- }
- },
- "PeerInfo.Action.Leave": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Action.Leave",
- "photo_url": "https://telegra.ph/file/p/1f07cd28023/120e62d8255244abc4a5a17.jpg?c=220,220,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Leave"
- }
- },
- "PeerInfo.Action.Mute": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Action.Mute",
- "photo_url": "https://telegra.ph/file/p/1f07cd28023/120e62d8255244abc4a5a17.jpg?c=160,220,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mute"
- }
- },
- "PeerInfo.Action.Statistics": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Action.Statistics",
- "photo_url": "https://telegra.ph/file/p/b6c6e1c7431/5336eb279f7d5bfec8b8b16.jpg?c=13,111,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Statistics"
- }
- },
"PeerInfo.Action.VoiceChat": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Action.VoiceChat",
"photo_url": "https://telegra.ph/file/p/e18731814b5/236cde98fcd1bfe670fe716.jpg?c=18,83,280,280,280,280",
@@ -4518,30 +2019,6 @@
"singular": "Video Chat"
}
},
- "PeerInfo.AddMember": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.AddMember",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=687,491,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Members"
- }
- },
- "PeerInfo.Admins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Admins",
- "photo_url": "https://telegra.ph/file/p/d0c3ac18186/d83e9e57ea85c05bec8bb1d.jpg?c=578,713,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Admins"
- }
- },
- "PeerInfo.BlackList": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.BlackList",
- "photo_url": "https://telegra.ph/file/p/d0c3ac18186/d83e9e57ea85c05bec8bb1d.jpg?c=583,777,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Blacklist"
- }
- },
"PeerInfo.ChannelAppearance": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.ChannelAppearance",
"photo_url": "https://telegra.ph/file/p/3dfa1262878/a733a60468c1c8acbfa2b17.jpg?c=54,289,280,280,280,280",
@@ -4558,38 +2035,6 @@
"singular": "Channel Color"
}
},
- "PeerInfo.ChannelName.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.ChannelName.Placeholder",
- "photo_url": "https://telegra.ph/file/p/dd01dba2a84/5f0e32c2e650468d948fd1d.jpg?c=796,161,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel Name"
- }
- },
- "PeerInfo.ChannelType": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.ChannelType",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=605,396,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel Type"
- }
- },
- "PeerInfo.Confirm.AddMember": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Confirm.AddMember",
- "photo_url": "https://telegra.ph/file/p/b1a8092e94d/b1381d0baab47277e2c9e1d.jpg?c=670,37,339,339,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add \"
%@\" to the group?"
- }
- },
- "PeerInfo.Confirm.DeleteChat": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Confirm.DeleteChat",
- "photo_url": "https://telegra.ph/file/p/0d7dbd002fb/f906c5acb7c5796c2a59c1d.jpg?c=533,31,648,648,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to delete all message history and leave \"
%@\"?
This action cannot be undone."
- }
- },
"PeerInfo.Confirm.DeleteGroupConfirmation": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Confirm.DeleteGroupConfirmation",
"photo_url": "https://telegra.ph/file/p/313013fde86/1891f1be65145f8f34d7c1d.jpg?c=516,27,674,674,280,280",
@@ -4598,159 +2043,6 @@
"singular": "Deleting this group will remove all members and all messages will be lost. Do you want to delete the group?"
}
},
- "PeerInfo.Confirm.LeaveChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Confirm.LeaveChannel",
- "photo_url": "https://telegra.ph/file/p/1fdfdd705cb/9e949e2591880db6927b81d.jpg?c=545,36,556,556,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to leave this channel?"
- }
- },
- "PeerInfo.Confirm.LeaveGroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Confirm.LeaveGroup",
- "photo_url": "https://telegra.ph/file/p/e1eda373808/63434a1b29ef961985ad31d.jpg?c=545,39,537,537,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to leave this group?
This action cannot be undone."
- }
- },
- "PeerInfo.Confirm.RemovePeer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Confirm.RemovePeer",
- "photo_url": "https://telegra.ph/file/p/65942857ab5/112ba9d298ebef35271c01d.jpg?c=561,50,365,365,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove
%@ from the group?"
- }
- },
- "PeerInfo.ConvertToSupergroup": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.ConvertToSupergroup",
- "photo_url": "https://telegra.ph/file/p/e4292b149e5/3c93d237be341762915441d.jpg?c=627,774,368,368,280,280",
- "has_binding": false,
- "values": {
- "singular": "Convert To Supergroup"
- }
- },
- "PeerInfo.DeleteAndExit": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.DeleteAndExit",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=606,807,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete and Leave"
- }
- },
- "PeerInfo.DeleteChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.DeleteChannel",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=613,720,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Channel"
- }
- },
- "PeerInfo.Discussion": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Discussion",
- "photo_url": "https://telegra.ph/file/p/98d11261321/b69d14ad783be10122aee1d.jpg?c=588,618,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Discussion"
- }
- },
- "PeerInfo.Discussion.Add": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Discussion.Add",
- "photo_url": "https://telegra.ph/file/p/98d11261321/b69d14ad783be10122aee1d.jpg?c=1161,618,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add"
- }
- },
- "PeerInfo.Discussion.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Discussion.Desc",
- "photo_url": "https://telegra.ph/file/p/e20f80ac186/303237a38b019dd63ac7e1d.jpg?c=614,600,427,427,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add a group chat for comments."
- }
- },
- "PeerInfo.Group.Menu.Delete": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Group.Menu.Delete",
- "photo_url": "https://telegra.ph/file/p/1851fd0b960/f01adbb6e985355ad2f7b17.jpg?c=73,303,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "PeerInfo.Group.Menu.Promote": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Group.Menu.Promote",
- "photo_url": "https://telegra.ph/file/p/1851fd0b960/f01adbb6e985355ad2f7b17.jpg?c=75,278,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Promote"
- }
- },
- "PeerInfo.Group.Menu.Restrict": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Group.Menu.Restrict",
- "photo_url": "https://telegra.ph/file/p/1851fd0b960/f01adbb6e985355ad2f7b17.jpg?c=74,290,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Restrict"
- }
- },
- "PeerInfo.GroupName.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.GroupName.Placeholder",
- "photo_url": "https://telegra.ph/file/p/33b9c57fdfe/ed8b77eefa8dbda0a09861d.jpg?c=781,162,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Name"
- }
- },
- "PeerInfo.GroupType": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.GroupType",
- "photo_url": "https://telegra.ph/file/p/33b9c57fdfe/ed8b77eefa8dbda0a09861d.jpg?c=600,464,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Type"
- }
- },
- "PeerInfo.InviteLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.InviteLink",
- "photo_url": "https://telegra.ph/file/p/d0c3ac18186/d83e9e57ea85c05bec8bb1d.jpg?c=592,364,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite Link"
- }
- },
- "PeerInfo.InviteLinks": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.InviteLinks",
- "photo_url": "https://telegra.ph/file/p/9eaacbe7bc3/28001b250a0f9d071fae316.jpg?c=1,157,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite Links"
- }
- },
- "PeerInfo.LinkedChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.LinkedChannel",
- "photo_url": "https://telegra.ph/file/p/f0b30d8fcea/ab9d0ebcfb55ae7b2c3f21d.jpg?c=613,651,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Linked Channel"
- }
- },
- "PeerInfo.Members": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Members",
- "photo_url": "https://telegra.ph/file/p/60c29ad0382/d1a1fcd98cadb99d253db1d.jpg?c=589,489,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Members"
- }
- },
- "PeerInfo.MembersHeader": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.MembersHeader",
- "photo_url": "https://telegra.ph/file/p/287f2d328ff/5fc03701aa98f0ca6e13c1d.jpg?c=281,370,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d MEMBER",
- "plural": "
%d MEMBERS"
- }
- },
"PeerInfo.MembersRequest": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.MembersRequest",
"photo_url": "https://telegra.ph/file/p/027938da025/61548c5fb7420b144d7ea16.jpg?c=4,168,280,280,280,280",
@@ -4759,38 +2051,6 @@
"singular": "Join Requests"
}
},
- "PeerInfo.Notifications": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Notifications",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=594,299,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Notifications"
- }
- },
- "PeerInfo.PreHistory": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.PreHistory",
- "photo_url": "https://telegra.ph/file/p/486576447c0/d3682018a30d63e1c62971d.jpg?c=613,414,490,490,280,280",
- "has_binding": false,
- "values": {
- "singular": "Chat History For New Members"
- }
- },
- "PeerInfo.PreHistory.Hidden": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.PreHistory.Hidden",
- "photo_url": "https://telegra.ph/file/p/41f070b4989/c66fad324207dc31e33801d.jpg?c=571,214,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Hidden"
- }
- },
- "PeerInfo.PreHistory.Visible": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.PreHistory.Visible",
- "photo_url": "https://telegra.ph/file/p/41f070b4989/c66fad324207dc31e33801d.jpg?c=568,149,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Visible"
- }
- },
"PeerInfo.Reactions": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.Reactions",
"photo_url": "https://telegra.ph/file/p/0427b310dc1/c99016f3811e6305fe74116.jpg?c=0,174,280,280,280,280",
@@ -4823,70 +2083,6 @@
"singular": "
%1$@/
%2$@"
}
},
- "PeerInfo.SetAboutDescription": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SetAboutDescription",
- "photo_url": "https://telegra.ph/file/p/5b35b08a8f3/2c23ab49cab1417c1dfa31d.jpg?c=701,452,720,720,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can provide an optional description for your group."
- }
- },
- "PeerInfo.SetAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SetAdmins",
- "photo_url": "https://telegra.ph/file/p/e4292b149e5/3c93d237be341762915441d.jpg?c=599,476,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Set Admins"
- }
- },
- "PeerInfo.SetChannelPhoto": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SetChannelPhoto",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=622,290,300,300,280,280",
- "has_binding": true,
- "values": {
- "singular": "Set Channel Photo"
- }
- },
- "PeerInfo.SetGroupPhoto": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SetGroupPhoto",
- "photo_url": "https://telegra.ph/file/p/d0c3ac18186/d83e9e57ea85c05bec8bb1d.jpg?c=629,301,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Set Group Photo"
- }
- },
- "PeerInfo.SetGroupStickersSet": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SetGroupStickersSet",
- "photo_url": "https://telegra.ph/file/p/88af9f6393b/7a8202fff7d8843c609991d.jpg?c=267,203,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Group Sticker Set"
- }
- },
- "PeerInfo.SharedMedia": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SharedMedia",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=599,363,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Shared Media"
- }
- },
- "PeerInfo.SignMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SignMessages",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=613,592,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sign Messages"
- }
- },
- "PeerInfo.SignMessages.Desc": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.SignMessages.Desc",
- "photo_url": "https://telegra.ph/file/p/e4978d3c0ed/e28d2dda7bbb68f40062b1d.jpg?c=579,334,746,746,280,280",
- "has_binding": true,
- "values": {
- "singular": "Append names of the admins to the messages they post."
- }
- },
"PeerInfo.StatAndBoosts": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.StatAndBoosts",
"photo_url": "https://telegra.ph/file/p/3dfa1262878/a733a60468c1c8acbfa2b17.jpg?c=66,607,280,280,280,280",
@@ -4895,102 +2091,6 @@
"singular": "Statistics"
}
},
- "PeerInfo.fake": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.fake",
- "photo_url": "https://telegra.ph/file/p/955112aa284/0d11360f64d4e536be7d219.jpg?c=266,557,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "fake"
- }
- },
- "PeerInfo.info": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.info",
- "photo_url": "https://telegra.ph/file/p/820a4ea1175/884a03ec36adb1640bdbf1d.jpg?c=555,299,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "info"
- }
- },
- "PeerInfo.scam": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.scam",
- "photo_url": "https://telegra.ph/file/p/4d512cef69b/6758b6c487af4305e86171d.jpg?c=162,308,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "scam"
- }
- },
- "PeerInfo.sharelink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerInfo.sharelink",
- "photo_url": "https://telegra.ph/file/p/60c29ad0382/d1a1fcd98cadb99d253db1d.jpg?c=587,297,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "share link"
- }
- },
- "PeerMedia.Gifs": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerMedia.Gifs",
- "photo_url": "https://telegra.ph/file/p/1f07cd28023/120e62d8255244abc4a5a17.jpg?c=14,372,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "GIFs"
- }
- },
- "PeerSelect.InviteViaLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PeerSelect.InviteViaLink",
- "photo_url": "https://telegra.ph/file/p/218e95d424c/2968c1752002b21293c8a1d.jpg?c=90,64,359,359,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite to Group via Link"
- }
- },
- "Poll.Forward.Error": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Poll.Forward.Error",
- "photo_url": "https://telegra.ph/file/p/64ab956327d/51dbf42444b8872be2bf516.jpg?c=10,152,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, polls with visible votes can’t be forwarded to channels."
- }
- },
- "PollResults.Title.Poll": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PollResults.Title.Poll",
- "photo_url": "https://telegra.ph/file/p/113ffe548cc/141acf8f740b1e944e0cf16.jpg?c=10,104,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Poll Results"
- }
- },
- "PollResults.Title.Quiz": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PollResults.Title.Quiz",
- "photo_url": "https://telegra.ph/file/p/bca7fee2594/0a4df460a04d32f7dcba116.jpg?c=10,102,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz Results"
- }
- },
- "PreHistorySettings.Description.Hidden": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PreHistorySettings.Description.Hidden",
- "photo_url": "https://telegra.ph/file/p/7d376af2326/1b50ca53e94c81330f4761d.jpg?c=597,181,560,560,280,280",
- "has_binding": true,
- "values": {
- "singular": "New members won't see earlier messages."
- }
- },
- "PreHistorySettings.Description.Visible": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PreHistorySettings.Description.Visible",
- "photo_url": "https://telegra.ph/file/p/41f070b4989/c66fad324207dc31e33801d.jpg?c=558,97,872,872,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Members will see messages that were sent before they joined."
- }
- },
- "PreHistorySettings.Header": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PreHistorySettings.Header",
- "photo_url": "https://telegra.ph/file/p/41f070b4989/c66fad324207dc31e33801d.jpg?c=609,79,484,484,280,280",
- "has_binding": false,
- "values": {
- "singular": "CHAT HISTORY FOR NEW MEMBERS"
- }
- },
"Premium.GetPremium.Double": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Premium.GetPremium.Double",
"photo_url": "https://telegra.ph/file/p/a9251c3cc82/c3c5054e4ee97f21c83b617.jpg?c=191,118,280,280,280,280",
@@ -5007,22 +2107,6 @@
"singular": "Profile Photos"
}
},
- "PrivacySettingsController.AlwaysShareWith": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PrivacySettingsController.AlwaysShareWith",
- "photo_url": "https://telegra.ph/file/p/4cfd3a917ab/ff0bc186b8a0f16ff5b181d.jpg?c=629,457,296,296,280,280",
- "has_binding": true,
- "values": {
- "singular": "Always Share With…"
- }
- },
- "PrivacySettingsController.PhoneNumber.WhoCanSeePhoneNumber": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/PrivacySettingsController.PhoneNumber.WhoCanSeePhoneNumber",
- "photo_url": "https://telegra.ph/file/p/4cfd3a917ab/ff0bc186b8a0f16ff5b181d.jpg?c=611,90,479,479,280,280",
- "has_binding": true,
- "values": {
- "singular": "WHO CAN SEE MY PHONE NUMBER"
- }
- },
"Reaction.Settings.Allow": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Reaction.Settings.Allow",
"photo_url": "https://telegra.ph/file/p/6bc6a6f4324/bfc5c5f27d17d73d2b12616.jpg?c=0,40,280,280,280,280",
@@ -5232,15 +2316,6 @@
"singular": "Join request sent"
}
},
- "Search.Global.Channel1": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Search.Global.Channel1",
- "photo_url": "https://telegra.ph/file/p/0f8a57987a1/9917428323c56073c300c17.jpg?c=40,6,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%@,
%d subscriber",
- "plural": "
%@,
%d subscribers"
- }
- },
"SecureId.Info.More": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/SecureId.Info.More",
"photo_url": "https://telegra.ph/file/p/30b17a3bce5/f1d4a42e23a773895d48016.jpg?c=1,0,280,251,280,250",
@@ -5265,6 +2340,62 @@
"singular": "Set a wallpaper that will be visible to everyone reading your channel."
}
},
+ "SelectColor.EmojiStatus.Channel": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.EmojiStatus.Channel",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=29,1069,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channel Emoji Status"
+ }
+ },
+ "SelectColor.EmojiStatus.Info.Channel": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.EmojiStatus.Info.Channel",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=17,861,530,522,280,276",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose status that will be shown next to the channel's name."
+ }
+ },
+ "SelectColor.Icon.Info.Channel": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Icon.Info.Channel",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=25,419,449,449,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Make replies to your messages stand out by adding custom icons to them."
+ }
+ },
+ "SelectColor.Icon.Info.Channel.Profile": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Icon.Info.Channel.Profile",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=14,774,545,545,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Make your channel profile stand out by adding custom icons to background."
+ }
+ },
+ "SelectColor.Icon.Select.Off": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Icon.Select.Off",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=295,449,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Not Selected"
+ }
+ },
+ "SelectColor.Icon.Select.Profile": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Icon.Select.Profile",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=24,960,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Profile Logo"
+ }
+ },
+ "SelectColor.Icon.Select.Replies": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Icon.Select.Replies",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=24,449,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Replies Logo"
+ }
+ },
"SelectColor.Info.Channel": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Info.Channel",
"photo_url": "https://telegra.ph/file/p/54095509111/e9ec5e8cc9571006cd12f17.jpg?c=89,282,485,485,280,280",
@@ -5273,6 +2404,46 @@
"singular": "This color will be used for your channel's name, the links it sends, and replies to its posts."
}
},
+ "SelectColor.Message1": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Message1",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=100,70,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply to your message"
+ }
+ },
+ "SelectColor.Message2": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Message2",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=92,90,384,384,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name and replies to your messages will be shown in the selected color."
+ }
+ },
+ "SelectColor.Message2.Preview.Text": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Message2.Preview.Text",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=106,187,342,342,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Previews of links you send will also use this color."
+ }
+ },
+ "SelectColor.Message2.Preview.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.Message2.Preview.Title",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=83,173,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Link Preview"
+ }
+ },
+ "SelectColor.ProfilePage.Title": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.ProfilePage.Title",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=28,548,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "PROFILE PAGE COLOR"
+ }
+ },
"SelectColor.ResetColor.Name": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/SelectColor.ResetColor.Name",
"photo_url": "https://telegra.ph/file/p/c11fdc6094a/dad3de9b02b4e9708005317.jpg?c=28,579,280,280,280,280",
@@ -5321,38 +2492,6 @@
"singular": "FREQUENT CONTACTS"
}
},
- "ShareModal.Search.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/ShareModal.Search.Placeholder",
- "photo_url": "https://telegra.ph/file/p/a8566c3e137/aff3caf8d61c8eede52dc1d.jpg?c=664,331,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share to..."
- }
- },
- "SlowMode.ForwardComment.Error": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/SlowMode.ForwardComment.Error",
- "photo_url": "https://telegra.ph/file/p/40c35942203/3975664e0a35d3d4fa0ce19.jpg?c=625,298,569,569,280,280",
- "has_binding": false,
- "values": {
- "singular": "Slow Mode is active. You can't forward a message with a comment."
- }
- },
- "SlowMode.PreviewSender.FileTooltip": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/SlowMode.PreviewSender.FileTooltip",
- "photo_url": "https://telegra.ph/file/p/d67c90dd4ef/c97a2df3e11e5486c175419.jpg?c=255,139,366,366,280,280",
- "has_binding": true,
- "values": {
- "singular": "Slow Mode is active.
You can't send multiple files at once."
- }
- },
- "SlowMode.TooLong.Error": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/SlowMode.TooLong.Error",
- "photo_url": "https://telegra.ph/file/p/8b65355664e/e20409884853ae5e5aea219.jpg?c=532,528,655,655,280,280",
- "has_binding": false,
- "values": {
- "singular": "Slow Mode is active. This text is too long to send as one message."
- }
- },
"Stats.Boosts": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.Boosts",
"photo_url": "https://telegra.ph/file/p/85750abbf11/27849dbaee9766b21bde617.jpg?c=212,26,280,280,280,280",
@@ -5458,252 +2597,6 @@
"singular": "Premium Subscribers"
}
},
- "Stats.GroupActionsTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupActionsTitle",
- "photo_url": "https://telegra.ph/file/p/b0963009a69/7e95ae39e0755bcd7e90317.jpg?c=40,77,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "ACTIONS"
- }
- },
- "Stats.GroupGrowthTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupGrowthTitle",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=2,101,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "GROWTH"
- }
- },
- "Stats.GroupLanguagesTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupLanguagesTitle",
- "photo_url": "https://telegra.ph/file/p/d8e01f37f1b/df16d50c8ab63a0b8540a17.jpg?c=64,366,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "MEMBERS' PRIMARY LANGUAGE"
- }
- },
- "Stats.GroupMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupMembers",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=2,59,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Members"
- }
- },
- "Stats.GroupMembersTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupMembersTitle",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=3,253,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "GROUP MEMBERS"
- }
- },
- "Stats.GroupMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupMessages",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=14,59,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Messages"
- }
- },
- "Stats.GroupMessagesTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupMessagesTitle",
- "photo_url": "https://telegra.ph/file/p/d8e01f37f1b/df16d50c8ab63a0b8540a17.jpg?c=50,687,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "MESSAGES"
- }
- },
- "Stats.GroupNewMembersBySourceTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupNewMembersBySourceTitle",
- "photo_url": "https://telegra.ph/file/p/d8e01f37f1b/df16d50c8ab63a0b8540a17.jpg?c=61,72,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "NEW MEMBERS BY SOURCE"
- }
- },
- "Stats.GroupOverview": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupOverview",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=2,39,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "OVERVIEW"
- }
- },
- "Stats.GroupPosters": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupPosters",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=18,78,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Posting Members"
- }
- },
- "Stats.GroupTopAdminBans": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminBans",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=154,679,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d restriction",
- "plural": "
%d restrictions"
- }
- },
- "Stats.GroupTopAdminBans_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminBans_countable",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=138,680,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Stats.GroupTopAdminDeletions": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminDeletions",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=78,640,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d deletion",
- "plural": "
%d deletions"
- }
- },
- "Stats.GroupTopAdminDeletions_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminDeletions_countable",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=70,637,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Stats.GroupTopAdminKicks": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminKicks",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=123,640,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d ban",
- "plural": "
%d bans"
- }
- },
- "Stats.GroupTopAdminKicks_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminKicks_countable",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=108,641,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Stats.GroupTopAdminsTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopAdminsTitle",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=51,603,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "TOP ADMINS"
- }
- },
- "Stats.GroupTopHoursTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopHoursTitle",
- "photo_url": "https://telegra.ph/file/p/b0963009a69/7e95ae39e0755bcd7e90317.jpg?c=42,482,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "TOP HOURS"
- }
- },
- "Stats.GroupTopPosterChars": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopPosterChars",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=157,534,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d character per message",
- "plural": "
%d characters per message"
- }
- },
- "Stats.GroupTopPosterChars_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopPosterChars_countable",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=111,534,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Stats.GroupTopPosterMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopPosterMessages",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=71,533,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d message",
- "plural": "
%d messages"
- }
- },
- "Stats.GroupTopPosterMessages_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopPosterMessages_countable",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=71,493,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "Stats.GroupTopPostersTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopPostersTitle",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=52,141,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "TOP MEMBERS"
- }
- },
- "Stats.GroupTopWeekdaysTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupTopWeekdaysTitle",
- "photo_url": "https://telegra.ph/file/p/b0963009a69/7e95ae39e0755bcd7e90317.jpg?c=45,800,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "TOP DAYS OF WEEK"
- }
- },
- "Stats.GroupViewers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.GroupViewers",
- "photo_url": "https://telegra.ph/file/p/d94281b391e/882c965f8af2b89c6748216.jpg?c=3,78,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Viewing Members"
- }
- },
- "Stats.MessageInteractionsTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.MessageInteractionsTitle",
- "photo_url": "https://telegra.ph/file/p/d029f56cb2a/2f211adaefb7b9c85937f16.jpg?c=1,55,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "INTERACTIONS"
- }
- },
- "Stats.MessageOverview": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.MessageOverview",
- "photo_url": "https://telegra.ph/file/p/f1d3f319eba/fec87eea1c51cb52135d417.jpg?c=49,95,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "OVERVIEW"
- }
- },
- "Stats.MessagePrivateForwardsTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.MessagePrivateForwardsTitle",
- "photo_url": "https://telegra.ph/file/p/d029f56cb2a/2f211adaefb7b9c85937f16.jpg?c=19,39,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Private Shares"
- }
- },
- "Stats.MessageTitle": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.MessageTitle",
- "photo_url": "https://telegra.ph/file/p/d029f56cb2a/2f211adaefb7b9c85937f16.jpg?c=10,10,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Message Statistics"
- }
- },
- "Stats.ShowMore": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.ShowMore",
- "photo_url": "https://telegra.ph/file/p/a7dc61bcd4a/11e6152b3d46702244e1817.jpg?c=70,560,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Show
%d More",
- "plural": "Show
%d More"
- }
- },
"Stats.Statistics": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Stats.Statistics",
"photo_url": "https://telegra.ph/file/p/85750abbf11/27849dbaee9766b21bde617.jpg?c=107,26,280,280,280,280",
@@ -5712,14 +2605,6 @@
"singular": "Statistics"
}
},
- "Stickers.GroupStickers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Stickers.GroupStickers",
- "photo_url": "https://telegra.ph/file/p/3fcbde85ed6/32f2075f1aac3c590a2f41d.jpg?c=694,173,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "GROUP STICKERS"
- }
- },
"Stickers.Premium": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Stickers.Premium",
"photo_url": "https://telegra.ph/file/p/d1d5cc918b2/f98409d8ab0f9872e067617.jpg?c=18,558,280,280,280,280",
@@ -5744,14 +2629,6 @@
"singular": "Unlock this sticker and many more by subscribing to Telegram Premium."
}
},
- "Supergroup.Convert.Button": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.Convert.Button",
- "photo_url": "https://telegra.ph/file/p/7de6216bb47/be99b6b150bdae0099bf11d.jpg?c=628,255,360,360,280,280",
- "has_binding": true,
- "values": {
- "singular": "Convert to Supergroup"
- }
- },
"Supergroup.Convert.Description": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.Convert.Description",
"photo_url": "https://telegra.ph/file/p/7de6216bb47/be99b6b150bdae0099bf11d.jpg?c=587,55,729,729,280,280",
@@ -5760,164 +2637,12 @@
"singular": "**In supergroups:**
• New members can see the full message history
• Deleted messages will disappear for all members
• Admins can add a description to the group
• Creator can set a public link for the group"
}
},
- "Supergroup.Convert.Undone": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.Convert.Undone",
- "photo_url": "https://telegra.ph/file/p/7de6216bb47/be99b6b150bdae0099bf11d.jpg?c=612,236,529,529,280,280",
+ "Telegram.AppearanceViewController": {
+ "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.AppearanceViewController",
+ "photo_url": "https://telegra.ph/file/p/5b1274c5f71/15a5664567ccb071eea3e17.jpg?c=160,32,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "**Note**: This action cannot be undone."
- }
- },
- "Supergroup.DeleteRestriction.BanUser": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.DeleteRestriction.BanUser",
- "photo_url": "https://telegra.ph/file/p/48c13f07857/49e7dc4fa02d66135616c1d.jpg?c=569,409,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ban User"
- }
- },
- "Supergroup.DeleteRestriction.DeleteAllMessages": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.DeleteRestriction.DeleteAllMessages",
- "photo_url": "https://telegra.ph/file/p/48c13f07857/49e7dc4fa02d66135616c1d.jpg?c=608,514,324,324,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete All Messages"
- }
- },
- "Supergroup.DeleteRestriction.DeleteMessage": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.DeleteRestriction.DeleteMessage",
- "photo_url": "https://telegra.ph/file/p/48c13f07857/49e7dc4fa02d66135616c1d.jpg?c=604,344,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Message"
- }
- },
- "Supergroup.DeleteRestriction.ReportSpam": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.DeleteRestriction.ReportSpam",
- "photo_url": "https://telegra.ph/file/p/48c13f07857/49e7dc4fa02d66135616c1d.jpg?c=588,475,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Report Spam"
- }
- },
- "Supergroup.DeleteRestriction.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Supergroup.DeleteRestriction.Title",
- "photo_url": "https://telegra.ph/file/p/f6f617fb4f1/c4b32a8ce004957e6c0df16.jpg?c=10,69,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Manage Messages"
- }
- },
- "Telegram.ChannelBlacklistViewController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ChannelBlacklistViewController",
- "photo_url": "https://telegra.ph/file/p/74a7f07c604/64446f69f98091b8361bd1d.jpg?c=930,17,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Removed Users"
- }
- },
- "Telegram.ChannelEventLogController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ChannelEventLogController",
- "photo_url": "https://telegra.ph/file/p/d441ef2d738/099ba0d4ed5cca5e6a5411d.jpg?c=935,17,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "All Actions"
- }
- },
- "Telegram.ChannelMembersViewController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ChannelMembersViewController",
- "photo_url": "https://telegra.ph/file/p/62b0033b4da/a44633e61686434261d3b1d.jpg?c=942,16,302,302,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel Members"
- }
- },
- "Telegram.ChannelVisibilityController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ChannelVisibilityController",
- "photo_url": "https://telegra.ph/file/p/f5615ffb041/87ecf84273061cc6020c91d.jpg?c=925,19,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel"
- }
- },
- "Telegram.ChannelVisibilityController.Channel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ChannelVisibilityController.Channel",
- "photo_url": "https://telegra.ph/file/p/9aad155fb88/c49a99044d9e5df6993e816.jpg?c=10,6,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel"
- }
- },
- "Telegram.ChannelVisibilityController.Group": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ChannelVisibilityController.Group",
- "photo_url": "https://telegra.ph/file/p/610f220440b/151a15b40e227f44db55e16.jpg?c=10,7,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Group"
- }
- },
- "Telegram.ConvertGroupViewController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.ConvertGroupViewController",
- "photo_url": "https://telegra.ph/file/p/7de6216bb47/be99b6b150bdae0099bf11d.jpg?c=939,18,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Supergroup"
- }
- },
- "Telegram.GroupStickerSetController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.GroupStickerSetController",
- "photo_url": "https://telegra.ph/file/p/b6b9c43beea/672944ba4d1059cb56baa1d.jpg?c=568,9,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group Sticker Set"
- }
- },
- "Telegram.LinkInvationController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.LinkInvationController",
- "photo_url": "https://telegra.ph/file/p/281ef3c83af/e1bf64d1a581afa3b92461d.jpg?c=935,17,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite Link"
- }
- },
- "Telegram.PeerInfoController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.PeerInfoController",
- "photo_url": "https://telegra.ph/file/p/e88ea3e9eef/15610c33249776849409a1d.jpg?c=991,16,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Info"
- }
- },
- "Telegram.PreHistorySettingsController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.PreHistorySettingsController",
- "photo_url": "https://telegra.ph/file/p/41f070b4989/c66fad324207dc31e33801d.jpg?c=911,11,348,348,280,280",
- "has_binding": true,
- "values": {
- "singular": "Chat History Settings"
- }
- },
- "Telegram.SelectPeersController": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Telegram.SelectPeersController",
- "photo_url": "https://telegra.ph/file/p/fc6bb2f6923/7bd92f44d3bec160750c61d.jpg?c=994,12,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select Users"
- }
- },
- "Text.CopyLabel_About": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Text.CopyLabel_About",
- "photo_url": "https://telegra.ph/file/p/3e43beebe61/6322a7a8674907eba7e3516.jpg?c=0,95,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy About"
- }
- },
- "Text.CopyLabel_ShareLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Text.CopyLabel_ShareLink",
- "photo_url": "https://telegra.ph/file/p/8376d39e1cb/7caf4863c7937ca84109416.jpg?c=13,93,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Share Link"
+ "singular": "Appearance"
}
},
"TextView.Transform.Spoiler": {
@@ -6056,33 +2781,6 @@
"singular": "tomorrow at
%@"
}
},
- "Timer.Days": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Timer.Days",
- "photo_url": "https://telegra.ph/file/p/9db5969c155/6677dde7a29a90f581a781d.jpg?c=652,455,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d day",
- "plural": "
%d days"
- }
- },
- "Timer.Months": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Timer.Months",
- "photo_url": "https://telegra.ph/file/p/9db5969c155/6677dde7a29a90f581a781d.jpg?c=653,582,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d month",
- "plural": "
%d months"
- }
- },
- "Timer.Weeks": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Timer.Weeks",
- "photo_url": "https://telegra.ph/file/p/9db5969c155/6677dde7a29a90f581a781d.jpg?c=653,518,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d week",
- "plural": "
%d weeks"
- }
- },
"Translate.From": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/Translate.From",
"photo_url": "https://telegra.ph/file/p/fcbb37c4db9/d1305aac86b051c22d52116.jpg?c=0,77,279,280,280,280",
@@ -6131,22 +2829,6 @@
"singular": "TO:
%@"
}
},
- "TwoStepAuth.InvalidPasswordError": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/TwoStepAuth.InvalidPasswordError",
- "photo_url": "https://telegra.ph/file/p/bb72fa8cc33/0e1a7bf8daf0989b93a3d1d.jpg?c=606,137,500,500,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invalid password. Please try again."
- }
- },
- "Upgrade.ChannelsTooMuch": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/Upgrade.ChannelsTooMuch",
- "photo_url": "https://telegra.ph/file/p/d57121d351b/e43a3a705c5e98a9b7a7717.jpg?c=29,83,537,537,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, you are a member of too many groups and channels. For technical reasons, you need to leave some first before changing this setting in your groups."
- }
- },
"VideoAvatar.ChooseDesc.Group": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VideoAvatar.ChooseDesc.Group",
"photo_url": "https://telegra.ph/file/p/1b898e3ce67/b825a03f663de3924c76017.jpg?c=116,790,370,370,280,280",
@@ -6187,70 +2869,6 @@
"singular": "Start"
}
},
- "VoiceChat.ClickToRaiseHand": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ClickToRaiseHand",
- "photo_url": "https://telegra.ph/file/p/ce54cb9c0c6/37a143e999effa5628ba616.jpg?c=10,141,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "click if you want to speak"
- }
- },
- "VoiceChat.ClickToUnmute": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ClickToUnmute",
- "photo_url": "https://telegra.ph/file/p/37bd150fd87/aa1303e2fee82040c9ce316.jpg?c=10,134,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Click to Unmute"
- }
- },
- "VoiceChat.ClickToUnmute.Secondary.Hold": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ClickToUnmute.Secondary.Hold",
- "photo_url": "https://telegra.ph/file/p/e18363214d7/bf14032859e8af8ce427616.jpg?c=10,141,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "hold ⎵ or
%@"
- }
- },
- "VoiceChat.ClickToUnmute.Secondary.HoldDefault": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ClickToUnmute.Secondary.HoldDefault",
- "photo_url": "https://telegra.ph/file/p/37bd150fd87/aa1303e2fee82040c9ce316.jpg?c=11,140,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "hold ⎵"
- }
- },
- "VoiceChat.ClickToUnmute.Secondary.Press": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ClickToUnmute.Secondary.Press",
- "photo_url": "https://telegra.ph/file/p/1e0afec7dc5/3dc6c2f7b552216356e2c16.jpg?c=11,141,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "press ⎵ or
%@"
- }
- },
- "VoiceChat.Connecting": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Connecting",
- "photo_url": "https://telegra.ph/file/p/e5da3ee5ab2/b62e92322f61d9786ab8f16.jpg?c=10,139,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Connecting..."
- }
- },
- "VoiceChat.DownHand": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.DownHand",
- "photo_url": "https://telegra.ph/file/p/8c06ee6afd7/c1b083db679f7c15e08aa16.jpg?c=22,95,278,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel request to speak"
- }
- },
- "VoiceChat.End.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.End.OK",
- "photo_url": "https://telegra.ph/file/p/37bd150fd87/aa1303e2fee82040c9ce316.jpg?c=20,27,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave"
- }
- },
"VoiceChat.End.Text": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.End.Text",
"photo_url": "https://telegra.ph/file/p/37bd150fd87/aa1303e2fee82040c9ce316.jpg?c=12,15,280,280,280,280",
@@ -6267,62 +2885,6 @@
"singular": "Leave video chat"
}
},
- "VoiceChat.Info.JoinChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Info.JoinChannel",
- "photo_url": "https://telegra.ph/file/p/92cb35ac24c/b4c920444c06fb434e5d916.jpg?c=4,116,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Join Channel"
- }
- },
- "VoiceChat.Info.LeaveChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Info.LeaveChannel",
- "photo_url": "https://telegra.ph/file/p/07e916068b7/9ef523da2c538c4a5ac9a16.jpg?c=4,116,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Leave Channel"
- }
- },
- "VoiceChat.Info.OpenChannel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Info.OpenChannel",
- "photo_url": "https://telegra.ph/file/p/07e916068b7/9ef523da2c538c4a5ac9a16.jpg?c=4,106,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Open Channel"
- }
- },
- "VoiceChat.Info.OpenProfile": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Info.OpenProfile",
- "photo_url": "https://telegra.ph/file/p/2c21cdb6728/50ab9272d1d69aeb15dba16.jpg?c=3,137,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Open Profile"
- }
- },
- "VoiceChat.Info.SendMessage": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Info.SendMessage",
- "photo_url": "https://telegra.ph/file/p/2c21cdb6728/50ab9272d1d69aeb15dba16.jpg?c=3,126,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Message"
- }
- },
- "VoiceChat.Invite.Channels.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Channels.Title",
- "photo_url": "https://telegra.ph/file/p/4cc9c78da29/22eee46f72d6596c7148e16.jpg?c=10,18,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite Members"
- }
- },
- "VoiceChat.Invite.Chats": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Chats",
- "photo_url": "https://telegra.ph/file/p/4cc9c78da29/22eee46f72d6596c7148e16.jpg?c=0,58,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "CHATS"
- }
- },
"VoiceChat.Invite.Confirm.Header": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Confirm.Header",
"photo_url": "https://telegra.ph/file/p/8fad7c0b5fc/89f03855f2ef29ef26c1916.jpg?c=5,7,280,280,280,280",
@@ -6331,175 +2893,6 @@
"singular": "Video Chat"
}
},
- "VoiceChat.Invite.Confirm.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Confirm.OK",
- "photo_url": "https://telegra.ph/file/p/8fad7c0b5fc/89f03855f2ef29ef26c1916.jpg?c=20,27,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send"
- }
- },
- "VoiceChat.Invite.Confirm.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Confirm.Text",
- "photo_url": "https://telegra.ph/file/p/8fad7c0b5fc/89f03855f2ef29ef26c1916.jpg?c=9,15,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send the Invite Link to selected chats?"
- }
- },
- "VoiceChat.Invite.Confirm.Third": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Confirm.Third",
- "photo_url": "https://telegra.ph/file/p/8fad7c0b5fc/89f03855f2ef29ef26c1916.jpg?c=8,18,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send Speaker Link"
- }
- },
- "VoiceChat.Invite.Contacts": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Contacts",
- "photo_url": "https://telegra.ph/file/p/dd0a7b7e490/c3b1ce5e3545158b6b55316.jpg?c=0,104,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "contacts"
- }
- },
- "VoiceChat.Invite.CopyInviteLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.CopyInviteLink",
- "photo_url": "https://telegra.ph/file/p/dd0a7b7e490/c3b1ce5e3545158b6b55316.jpg?c=4,43,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Invite Link"
- }
- },
- "VoiceChat.Invite.CopyListenersLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.CopyListenersLink",
- "photo_url": "https://telegra.ph/file/p/4cc9c78da29/22eee46f72d6596c7148e16.jpg?c=5,41,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Listener Link"
- }
- },
- "VoiceChat.Invite.CopySpeakersLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.CopySpeakersLink",
- "photo_url": "https://telegra.ph/file/p/4cc9c78da29/22eee46f72d6596c7148e16.jpg?c=5,51,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Speaker Link"
- }
- },
- "VoiceChat.Invite.GroupMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.GroupMembers",
- "photo_url": "https://telegra.ph/file/p/dd0a7b7e490/c3b1ce5e3545158b6b55316.jpg?c=1,51,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "group members"
- }
- },
- "VoiceChat.Invite.Invite": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Invite",
- "photo_url": "https://telegra.ph/file/p/4cc9c78da29/22eee46f72d6596c7148e16.jpg?c=10,127,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send"
- }
- },
- "VoiceChat.Invite.InviteMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.InviteMembers",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=5,18,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite members"
- }
- },
- "VoiceChat.Invite.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Invite.Title",
- "photo_url": "https://telegra.ph/file/p/dd0a7b7e490/c3b1ce5e3545158b6b55316.jpg?c=10,21,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Members"
- }
- },
- "VoiceChat.JoinAs.Channel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.JoinAs.Channel",
- "photo_url": "https://telegra.ph/file/p/1f7a45f32ec/11c32d469e116dfefae1816.jpg?c=6,63,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d subscriber",
- "plural": "
%d subscribers"
- }
- },
- "VoiceChat.JoinAs.Channel_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.JoinAs.Channel_countable",
- "photo_url": "https://telegra.ph/file/p/1f7a45f32ec/11c32d469e116dfefae1816.jpg?c=4,62,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "VoiceChat.JoinAs.Group_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.JoinAs.Group_countable",
- "photo_url": "https://telegra.ph/file/p/500d9547ce7/9eace7b5ede31d995f4af16.jpg?c=6,125,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "VoiceChat.Leave": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Leave",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=20,125,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave"
- }
- },
- "VoiceChat.ListenMode": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ListenMode",
- "photo_url": "https://telegra.ph/file/p/8e4c1edf8e5/d19adff624a54707ad36916.jpg?c=10,204,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "You are in Listen Only mode"
- }
- },
- "VoiceChat.Listening": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Listening",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=4,32,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "listening"
- }
- },
- "VoiceChat.MuteForMe": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.MuteForMe",
- "photo_url": "https://telegra.ph/file/p/b28fd754620/7a415567bae4b674bcd0716.jpg?c=17,97,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mute For Me"
- }
- },
- "VoiceChat.MutePeer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.MutePeer",
- "photo_url": "https://telegra.ph/file/p/8d0dd47210b/9b6138e669f3cc62ffd7d16.jpg?c=15,53,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mute"
- }
- },
- "VoiceChat.MutedByAdmin": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.MutedByAdmin",
- "photo_url": "https://telegra.ph/file/p/8e4c1edf8e5/d19adff624a54707ad36916.jpg?c=10,199,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Muted By Admin"
- }
- },
- "VoiceChat.OpenProfile": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.OpenProfile",
- "photo_url": "https://telegra.ph/file/p/8d0dd47210b/9b6138e669f3cc62ffd7d16.jpg?c=18,71,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Open Profile"
- }
- },
"VoiceChat.PinScreencast": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.PinScreencast",
"photo_url": "https://telegra.ph/file/p/a5f66543b2b/e277d7decffe0979e33d016.jpg?c=10,159,280,280,280,280",
@@ -6596,22 +2989,6 @@
"singular": "Telegram couldn’t detect any live stream from
%@"
}
},
- "VoiceChat.RaisedHand.Text": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.RaisedHand.Text",
- "photo_url": "https://telegra.ph/file/p/8c06ee6afd7/c1b083db679f7c15e08aa16.jpg?c=10,247,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "we let the speakers know"
- }
- },
- "VoiceChat.RaisedHand.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.RaisedHand.Title",
- "photo_url": "https://telegra.ph/file/p/8c06ee6afd7/c1b083db679f7c15e08aa16.jpg?c=10,241,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "You asked to speak"
- }
- },
"VoiceChat.Recording.Start.Text1": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Recording.Start.Text1",
"photo_url": "https://telegra.ph/file/p/95aee472786/bb97270280d6cc861acf516.jpg?c=18,5,280,280,280,280",
@@ -6628,14 +3005,6 @@
"singular": "Start Recording"
}
},
- "VoiceChat.Recording.Stop.OK": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Recording.Stop.OK",
- "photo_url": "https://telegra.ph/file/p/a9421e1b29a/be2d4af0bba3e37e704df16.jpg?c=20,26,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stop"
- }
- },
"VoiceChat.Recording.Stop.Text": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Recording.Stop.Text",
"photo_url": "https://telegra.ph/file/p/a9421e1b29a/be2d4af0bba3e37e704df16.jpg?c=10,12,280,280,280,280",
@@ -6644,30 +3013,6 @@
"singular": "Stop recording the audio stream?"
}
},
- "VoiceChat.Recording.Stop.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Recording.Stop.Title",
- "photo_url": "https://telegra.ph/file/p/a9421e1b29a/be2d4af0bba3e37e704df16.jpg?c=6,6,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stop Recording"
- }
- },
- "VoiceChat.RemovePeer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.RemovePeer",
- "photo_url": "https://telegra.ph/file/p/8d0dd47210b/9b6138e669f3cc62ffd7d16.jpg?c=15,60,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Remove"
- }
- },
- "VoiceChat.RemovePeer.Confirm.Channel": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.RemovePeer.Confirm.Channel",
- "photo_url": "https://telegra.ph/file/p/ceac666b2a0/75677a66a03e21f62868816.jpg?c=12,10,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to remove
%1$@ from the channel?"
- }
- },
"VoiceChat.RemoveReminder": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.RemoveReminder",
"photo_url": "https://telegra.ph/file/p/fdd22118b68/26c54d431f35c0f3edb6016.jpg?c=10,138,280,280,280,280",
@@ -6732,38 +3077,6 @@
"singular": "Set Reminder"
}
},
- "VoiceChat.Settings": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=1,126,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Settings"
- }
- },
- "VoiceChat.Settings.AllMembers": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.AllMembers",
- "photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=5,20,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New participants can speak"
- }
- },
- "VoiceChat.Settings.DisplayAs.PersonalAccount": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.DisplayAs.PersonalAccount",
- "photo_url": "https://telegra.ph/file/p/d341fd15be6/e9bff9b87b60a2f967fdc16.jpg?c=7,52,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "personal account"
- }
- },
- "VoiceChat.Settings.DisplayAs.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.DisplayAs.Title",
- "photo_url": "https://telegra.ph/file/p/d341fd15be6/e9bff9b87b60a2f967fdc16.jpg?c=3,40,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "DISPLAY ME AS"
- }
- },
"VoiceChat.Settings.End": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.End",
"photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=3,43,280,280,280,280",
@@ -6780,22 +3093,6 @@
"singular": "End video chat"
}
},
- "VoiceChat.Settings.InputMode.Always": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.InputMode.Always",
- "photo_url": "https://telegra.ph/file/p/11d111b04d9/0d14150c22c7606673a4116.jpg?c=0,118,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Press and Release"
- }
- },
- "VoiceChat.Settings.InputMode.PushToTalk": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.InputMode.PushToTalk",
- "photo_url": "https://telegra.ph/file/p/11d111b04d9/0d14150c22c7606673a4116.jpg?c=0,132,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Press and Hold"
- }
- },
"VoiceChat.Settings.NoiseSuppression": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.NoiseSuppression",
"photo_url": "https://telegra.ph/file/p/d50b44377a2/7eeceb383a1df14de350a16.jpg?c=3,105,280,280,280,280",
@@ -6820,30 +3117,6 @@
"singular": "BACKGROUND NOISE"
}
},
- "VoiceChat.Settings.OnlyAdmins": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.OnlyAdmins",
- "photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=5,30,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New participants are muted"
- }
- },
- "VoiceChat.Settings.Output": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.Output",
- "photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=2,76,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "OUTPUT"
- }
- },
- "VoiceChat.Settings.Output.Device": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.Output.Device",
- "photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=3,84,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Output Device"
- }
- },
"VoiceChat.Settings.Performance.Desc": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.Performance.Desc",
"photo_url": "https://telegra.ph/file/p/d50b44377a2/7eeceb383a1df14de350a16.jpg?c=11,114,280,280,280,280",
@@ -6860,22 +3133,6 @@
"singular": "PERFORMANCE"
}
},
- "VoiceChat.Settings.Permissions.Title": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.Permissions.Title",
- "photo_url": "https://telegra.ph/file/p/d341fd15be6/e9bff9b87b60a2f967fdc16.jpg?c=3,104,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "PERMISSIONS"
- }
- },
- "VoiceChat.Settings.PushToTalk": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.PushToTalk",
- "photo_url": "https://telegra.ph/file/p/11d111b04d9/0d14150c22c7606673a4116.jpg?c=0,160,279,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "SHORTCUT"
- }
- },
"VoiceChat.Settings.PushToTalk.Access": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.PushToTalk.Access",
"photo_url": "https://telegra.ph/file/p/fc6f5959330/61156b02969034c8eab0f16.jpg?c=11,132,280,280,280,280",
@@ -6892,14 +3149,6 @@
"singular": "When the Video Chat window is in focus, you can also use ⎵ regardless of this setting."
}
},
- "VoiceChat.Settings.PushToTalk.EditKeybind": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.PushToTalk.EditKeybind",
- "photo_url": "https://telegra.ph/file/p/fc6f5959330/61156b02969034c8eab0f16.jpg?c=18,121,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Key"
- }
- },
"VoiceChat.Settings.PushToTalk.Enabled": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.PushToTalk.Enabled",
"photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=2,110,280,280,280,280",
@@ -6908,14 +3157,6 @@
"singular": "Push to Talk"
}
},
- "VoiceChat.Settings.PushToTalk.StopRecording": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.PushToTalk.StopRecording",
- "photo_url": "https://telegra.ph/file/p/11d111b04d9/0d14150c22c7606673a4116.jpg?c=21,167,279,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
"VoiceChat.Settings.PushToTalk.Title": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.PushToTalk.Title",
"photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=3,99,280,280,280,280",
@@ -6956,22 +3197,6 @@
"singular": "Portrait"
}
},
- "VoiceChat.Settings.ResetLink": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.ResetLink",
- "photo_url": "https://telegra.ph/file/p/cd0f1796336/3884c6a01649bb97cff4816.jpg?c=4,126,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke Speaker Link"
- }
- },
- "VoiceChat.Settings.ResetLink.Success": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.ResetLink.Success",
- "photo_url": "https://telegra.ph/file/p/cd0f1796336/3884c6a01649bb97cff4816.jpg?c=10,73,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Speaker Link has been revoked."
- }
- },
"VoiceChat.Settings.Title": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.Title",
"photo_url": "https://telegra.ph/file/p/b5409d15488/f210779c75eaa58cace3516.jpg?c=10,6,280,280,280,280",
@@ -6980,14 +3205,6 @@
"singular": "Video Chat Settings"
}
},
- "VoiceChat.Settings.Title.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Settings.Title.Placeholder",
- "photo_url": "https://telegra.ph/file/p/d341fd15be6/e9bff9b87b60a2f967fdc16.jpg?c=2,28,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Title..."
- }
- },
"VoiceChat.ShareScreen.MutedError": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ShareScreen.MutedError",
"photo_url": "https://telegra.ph/file/p/f23da9de759/7dffd86a6e9eecbd5303e16.jpg?c=17,5,280,280,280,280",
@@ -7020,22 +3237,6 @@
"singular": "Stop"
}
},
- "VoiceChat.ShowInfo": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.ShowInfo",
- "photo_url": "https://telegra.ph/file/p/1731bad18a1/7572f717e797b8d6c1fc116.jpg?c=15,117,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Show Info"
- }
- },
- "VoiceChat.Speaking": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Speaking",
- "photo_url": "https://telegra.ph/file/p/017e4d302b3/4c55c2b3ae3da70d18d3816.jpg?c=4,30,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "speaking"
- }
- },
"VoiceChat.StartNow": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.StartNow",
"photo_url": "https://telegra.ph/file/p/be60c683c48/145d766327c0f4dd4ad5f16.jpg?c=10,241,280,280,280,280",
@@ -7044,79 +3245,6 @@
"singular": "Start Now"
}
},
- "VoiceChat.StartRecording": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.StartRecording",
- "photo_url": "https://telegra.ph/file/p/d341fd15be6/e9bff9b87b60a2f967fdc16.jpg?c=3,92,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start Recording"
- }
- },
- "VoiceChat.Status.Connecting": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Connecting",
- "photo_url": "https://telegra.ph/file/p/18763f29b7b/0d6b476fbb456b8158d1c16.jpg?c=0,2,279,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Connecting..."
- }
- },
- "VoiceChat.Status.Invited": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Invited",
- "photo_url": "https://telegra.ph/file/p/e17e8c4e851/34f017b9b771608d6fa5116.jpg?c=4,43,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "invited"
- }
- },
- "VoiceChat.Status.Listening": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Listening",
- "photo_url": "https://telegra.ph/file/p/ed3e3711388/5e2c03cbf70275870ef7816.jpg?c=4,41,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "listening"
- }
- },
- "VoiceChat.Status.Loading": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Loading",
- "photo_url": "https://telegra.ph/file/p/e5da3ee5ab2/b62e92322f61d9786ab8f16.jpg?c=9,13,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "connecting..."
- }
- },
- "VoiceChat.Status.Members": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Members",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=8,9,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
%d participant",
- "plural": "
%d participants"
- }
- },
- "VoiceChat.Status.Members_countable": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Members_countable",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=8,11,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
%d"
- }
- },
- "VoiceChat.Status.MutedForYou": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.MutedForYou",
- "photo_url": "https://telegra.ph/file/p/3613d1e89c5/8c309b02535b933e9e09016.jpg?c=4,82,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "muted for you"
- }
- },
- "VoiceChat.Status.Speaking": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Speaking",
- "photo_url": "https://telegra.ph/file/p/ed3e3711388/5e2c03cbf70275870ef7816.jpg?c=4,30,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "speaking"
- }
- },
"VoiceChat.Status.Stream": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.Stream",
"photo_url": "https://telegra.ph/file/p/4e8e1e19c7c/f426e1a00f45099ae202316.jpg?c=10,3,280,280,280,280",
@@ -7125,14 +3253,6 @@
"singular": "Live Stream"
}
},
- "VoiceChat.Status.WantsSpeak": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.WantsSpeak",
- "photo_url": "https://telegra.ph/file/p/8c06ee6afd7/c1b083db679f7c15e08aa16.jpg?c=4,96,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "wants to speak"
- }
- },
"VoiceChat.Status.You": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Status.You",
"photo_url": "https://telegra.ph/file/p/c87e9ddaf48/39fdc0b9113bd951c219f16.jpg?c=2,63,280,280,280,280",
@@ -7141,22 +3261,6 @@
"singular": "This is you"
}
},
- "VoiceChat.StopRecording": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.StopRecording",
- "photo_url": "https://telegra.ph/file/p/48ea2a0e837/4bccc94b779f97bcb129c16.jpg?c=3,82,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stop Recording"
- }
- },
- "VoiceChat.Title.Invited": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Title.Invited",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=4,46,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "invited"
- }
- },
"VoiceChat.Title.Scheduled": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Title.Scheduled",
"photo_url": "https://telegra.ph/file/p/be60c683c48/145d766327c0f4dd4ad5f16.jpg?c=10,40,280,280,280,280",
@@ -7181,14 +3285,6 @@
"singular": "Recording of the audio stream added to your Saved Messages."
}
},
- "VoiceChat.Toast.YouCanSpeak": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Toast.YouCanSpeak",
- "photo_url": "https://telegra.ph/file/p/47267f43079/9b2a5b9f821ed4768e59016.jpg?c=10,73,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can now speak."
- }
- },
"VoiceChat.Tooltip.PinWindow": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.Tooltip.PinWindow",
"photo_url": "https://telegra.ph/file/p/f127a51b4ff/e9ffbb81268487b44765516.jpg?c=10,73,280,280,280,280",
@@ -7245,22 +3341,6 @@
"singular": "Window is unpinned."
}
},
- "VoiceChat.UnmuteForMe": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.UnmuteForMe",
- "photo_url": "https://telegra.ph/file/p/3613d1e89c5/8c309b02535b933e9e09016.jpg?c=17,97,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unmute For Me"
- }
- },
- "VoiceChat.UnmutePeer": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.UnmutePeer",
- "photo_url": "https://telegra.ph/file/p/a8e707b2db4/4721cf66a76c0840674bf16.jpg?c=18,55,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Allow To Speak"
- }
- },
"VoiceChat.UnpinScreencast": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.UnpinScreencast",
"photo_url": "https://telegra.ph/file/p/292beb33459/dcbdb256f90fd4819d86916.jpg?c=13,130,280,280,280,280",
@@ -7349,14 +3429,6 @@
"singular": "Unable to share your camera, please grant access in [System Settings](camera)."
}
},
- "VoiceChat.YouLive": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiceChat.YouLive",
- "photo_url": "https://telegra.ph/file/p/02dd68e7bb7/9bf82d2e2588f124e55e716.jpg?c=10,139,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "You're Live"
- }
- },
"VoiecChat.Settings.Record.Live.Title": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiecChat.Settings.Record.Live.Title",
"photo_url": "https://telegra.ph/file/p/f17a214c630/425f410e25c76fc7c0da416.jpg?c=0,56,280,280,280,280",
@@ -7365,14 +3437,6 @@
"singular": "RECORD LIVE STREAM"
}
},
- "VoiecChat.Settings.Record.Placeholder": {
- "url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiecChat.Settings.Record.Placeholder",
- "photo_url": "https://telegra.ph/file/p/d341fd15be6/e9bff9b87b60a2f967fdc16.jpg?c=4,83,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Audio Title (Optional)"
- }
- },
"VoiecChat.Settings.Record.Placeholder1": {
"url": "https://translations.telegram.org/en/macos/groups_and_channels/VoiecChat.Settings.Record.Placeholder1",
"photo_url": "https://telegra.ph/file/p/b5a7a13fc9e/fd9e04b59b29e7c3f934816.jpg?c=0,75,280,280,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/macos/login.json b/data/web_tr/translations.telegram.org/en/macos/login.json
index 2cca1da22d..1b4443fa18 100644
--- a/data/web_tr/translations.telegram.org/en/macos/login.json
+++ b/data/web_tr/translations.telegram.org/en/macos/login.json
@@ -1,4 +1,12 @@
{
+ "Login.ConnectionError.Header": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.ConnectionError.Header",
+ "photo_url": "https://telegra.ph/file/p/238a3373766/7e7f104b8effc69f222051d.jpg?c=373,14,292,292,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Can't reach server"
+ }
+ },
"Login.ConnectionError.Info": {
"url": "https://translations.telegram.org/en/macos/login/Login.ConnectionError.Info",
"photo_url": "https://telegra.ph/file/p/238a3373766/7e7f104b8effc69f222051d.jpg?c=340,23,657,657,280,280",
@@ -7,6 +15,30 @@
"singular": "Please check your Internet connection and try again."
}
},
+ "Login.ConnectionError.TryAgain": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.ConnectionError.TryAgain",
+ "photo_url": "https://telegra.ph/file/p/238a3373766/7e7f104b8effc69f222051d.jpg?c=791,134,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Try Again"
+ }
+ },
+ "Login.ConnectionError.UseProxy": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.ConnectionError.UseProxy",
+ "photo_url": "https://telegra.ph/file/p/238a3373766/7e7f104b8effc69f222051d.jpg?c=372,134,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Use Proxy"
+ }
+ },
+ "Login.ContinueOnLanguage": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.ContinueOnLanguage",
+ "photo_url": "https://telegra.ph/file/p/371abb3e828/ace8267ce5aaf4a553f561d.jpg?c=616,1024,412,412,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Continue in English"
+ }
+ },
"Login.EnterCodeFromApp": {
"url": "https://translations.telegram.org/en/macos/login/Login.EnterCodeFromApp",
"photo_url": "https://telegra.ph/file/p/ffcacfb4b23/ab2d24eb283cdb2a39a7d1d.jpg?c=301,265,684,684,280,280",
@@ -15,6 +47,54 @@
"singular": "We've sent the code to the Telegram app on your other devices."
}
},
+ "Login.EnterPasswordDescription": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.EnterPasswordDescription",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=265,311,699,699,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You have Two-Step Verification enabled, so your account is protected with an additional password."
+ }
+ },
+ "Login.FloodWait": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.FloodWait",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=357,374,511,511,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Attempts exceeded, please try again later."
+ }
+ },
+ "Login.Header.Code": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.Header.Code",
+ "photo_url": "https://telegra.ph/file/p/031ec3ad3f0/a1c2a0bba7e5f08bef4551d.jpg?c=474,130,354,354,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter Code"
+ }
+ },
+ "Login.Header.Password": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.Header.Password",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=371,106,484,484,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter Password"
+ }
+ },
+ "Login.Header.SignUp": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.Header.SignUp",
+ "photo_url": "https://telegra.ph/file/p/4e8081cdb2f/0ef04e00da7961f1079aa1d.jpg?c=508,145,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sign Up"
+ }
+ },
+ "Login.InvalidCountryCode": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.InvalidCountryCode",
+ "photo_url": "https://telegra.ph/file/p/22aa4e0ff2f/bcfd2ae3aa38d7c6ae7791d.jpg?c=423,467,337,337,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid Country Code"
+ }
+ },
"Login.JustSentSms": {
"url": "https://translations.telegram.org/en/macos/login/Login.JustSentSms",
"photo_url": "https://telegra.ph/file/p/031ec3ad3f0/a1c2a0bba7e5f08bef4551d.jpg?c=332,291,637,637,280,280",
@@ -95,6 +175,14 @@
"singular": "Please confirm your country code
and enter your phone number."
}
},
+ "Login.Next": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.Next",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=474,742,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Next"
+ }
+ },
"Login.PasswordForgot": {
"url": "https://translations.telegram.org/en/macos/login/Login.PasswordForgot",
"photo_url": "https://telegra.ph/file/p/6e4cba3657c/4a707e90ccd423439416516.jpg?c=10,211,280,280,280,280",
@@ -103,6 +191,62 @@
"singular": "Forgot password?"
}
},
+ "Login.PhoneCalledCode": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.PhoneCalledCode",
+ "photo_url": "https://telegra.ph/file/p/aece37847b0/78504bc5394ee0b388baf1d.jpg?c=315,273,670,670,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "We've just called your number. Please enter the code above."
+ }
+ },
+ "Login.PhoneDialed": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.PhoneDialed",
+ "photo_url": "https://telegra.ph/file/p/641f1f892ee/c6af9b4932e970ea351ae1d.jpg?c=380,410,439,439,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram dialed your number"
+ }
+ },
+ "Login.PhoneNumberAlreadyAuthorized": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.PhoneNumberAlreadyAuthorized",
+ "photo_url": "https://telegra.ph/file/p/3b7d199675e/fde8f1040fe6a48690e591d.jpg?c=451,20,600,600,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This account is already logged in from this app."
+ }
+ },
+ "Login.PhoneNumberAlreadyAuthorized.Switch": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.PhoneNumberAlreadyAuthorized.Switch",
+ "photo_url": "https://telegra.ph/file/p/3b7d199675e/fde8f1040fe6a48690e591d.jpg?c=877,127,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Switch"
+ }
+ },
+ "Login.PhoneNumberNotRegistred": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.PhoneNumberNotRegistred",
+ "photo_url": "https://telegra.ph/file/p/4e8081cdb2f/0ef04e00da7961f1079aa1d.jpg?c=203,87,894,894,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This phone number isn't registered. If you don't have a Telegram account yet, please sign up on your mobile device."
+ }
+ },
+ "Login.QR.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.QR.Cancel",
+ "photo_url": "https://telegra.ph/file/p/1f118598bed/41fff24483e0459e2a12f16.jpg?c=10,132,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Log in by phone Number"
+ }
+ },
+ "Login.QR.Help1": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.QR.Help1",
+ "photo_url": "https://telegra.ph/file/p/1f118598bed/41fff24483e0459e2a12f16.jpg?c=8,105,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Open Telegram on your phone"
+ }
+ },
"Login.QR.Help2": {
"url": "https://translations.telegram.org/en/macos/login/Login.QR.Help2",
"photo_url": "https://telegra.ph/file/p/1f118598bed/41fff24483e0459e2a12f16.jpg?c=9,112,280,280,280,280",
@@ -111,6 +255,30 @@
"singular": "Go to **Settings** > **Devices** > **Link Desktop Device**"
}
},
+ "Login.QR.Help3": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.QR.Help3",
+ "photo_url": "https://telegra.ph/file/p/1f118598bed/41fff24483e0459e2a12f16.jpg?c=11,120,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Point your phone at this screen to confirm login"
+ }
+ },
+ "Login.QR.Login": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.QR.Login",
+ "photo_url": "https://telegra.ph/file/p/97db458d67d/0734abd93cfff30e67ff016.jpg?c=10,124,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Log in by QR Code"
+ }
+ },
+ "Login.QR.Title": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.QR.Title",
+ "photo_url": "https://telegra.ph/file/p/1f118598bed/41fff24483e0459e2a12f16.jpg?c=10,98,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Log in to Telegram by QR Code"
+ }
+ },
"Login.QR1.Help1": {
"url": "https://translations.telegram.org/en/macos/login/Login.QR1.Help1",
"photo_url": "https://telegra.ph/file/p/e410c76b721/3a706f62a86ecadc1e4c016.jpg?c=3,172,280,280,280,280",
@@ -135,6 +303,14 @@
"singular": "Go to Settings > Devices > Link Desktop Device"
}
},
+ "Login.RecoveryMailFailed": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.RecoveryMailFailed",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Since you didn't provide a recovery email when setting up your password, your remaining options are either to remember your password or to reset your account."
+ }
+ },
"Login.ResetAccountDescription": {
"url": "https://translations.telegram.org/en/macos/login/Login.ResetAccountDescription",
"photo_url": null,
@@ -167,6 +343,94 @@
"singular": "Open Site"
}
},
+ "Login.WelcomeDescription": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.WelcomeDescription",
+ "photo_url": "https://telegra.ph/file/p/32612d063cc/da20f243bbecc026a0b8e1d.jpg?c=341,232,605,605,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Welcome to the macOS application"
+ }
+ },
+ "Login.YourCodeLabel": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.YourCodeLabel",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=245,354,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "your code"
+ }
+ },
+ "Login.YourPasswordLabel": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.YourPasswordLabel",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=203,436,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "your password"
+ }
+ },
+ "Login.YourPhoneLabel": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.YourPhoneLabel",
+ "photo_url": "https://telegra.ph/file/p/fe8956fedfc/5ba59e7452051f481dd691d.jpg?c=234,274,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "your phone"
+ }
+ },
+ "Login.codePlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.codePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/031ec3ad3f0/a1c2a0bba7e5f08bef4551d.jpg?c=421,352,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "code"
+ }
+ },
+ "Login.countryLabel": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.countryLabel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "country"
+ }
+ },
+ "Login.passwordPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.passwordPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/b8b4b4f925b/c3245d4ab406cf14edc0a1d.jpg?c=434,436,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "password"
+ }
+ },
+ "Login.willCall": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.willCall",
+ "photo_url": "https://telegra.ph/file/p/031ec3ad3f0/a1c2a0bba7e5f08bef4551d.jpg?c=428,460,443,443,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram will call you in
%d:
%@"
+ }
+ },
+ "Login.willSendSms": {
+ "url": "https://translations.telegram.org/en/macos/login/Login.willSendSms",
+ "photo_url": "https://telegra.ph/file/p/b86fd46e57b/0d5b3f226aa72128eec561d.jpg?c=372,312,586,586,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sending you an SMS in
%d:
%@"
+ }
+ },
+ "Modal.OK": {
+ "url": "https://translations.telegram.org/en/macos/login/Modal.OK",
+ "photo_url": "https://telegra.ph/file/p/4e8081cdb2f/0ef04e00da7961f1079aa1d.jpg?c=510,405,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "OK"
+ }
+ },
+ "PASSWORD_HASH_INVALID": {
+ "url": "https://translations.telegram.org/en/macos/login/PASSWORD_HASH_INVALID",
+ "photo_url": "https://telegra.ph/file/p/b8b4b4f925b/c3245d4ab406cf14edc0a1d.jpg?c=502,509,284,284,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Incorrect password"
+ }
+ },
"PHONE_CODE_EXPIRED": {
"url": "https://translations.telegram.org/en/macos/login/PHONE_CODE_EXPIRED",
"photo_url": "https://telegra.ph/file/p/bc96538e5f2/745f8d5e18d91302943511d.jpg?c=183,162,280,280,280,280",
@@ -175,6 +439,78 @@
"singular": "Code expired, please start over."
}
},
+ "PHONE_CODE_INVALID": {
+ "url": "https://translations.telegram.org/en/macos/login/PHONE_CODE_INVALID",
+ "photo_url": "https://telegra.ph/file/p/98f7b742414/0272a54092d2e7f45c62c1d.jpg?c=509,430,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid code"
+ }
+ },
+ "PHONE_NUMBER_INVALID": {
+ "url": "https://translations.telegram.org/en/macos/login/PHONE_NUMBER_INVALID",
+ "photo_url": "https://telegra.ph/file/p/32612d063cc/da20f243bbecc026a0b8e1d.jpg?c=486,644,318,318,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid phone number"
+ }
+ },
+ "Passcode.EnterPasscodePlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/login/Passcode.EnterPasscodePlaceholder",
+ "photo_url": "https://telegra.ph/file/p/2393c725b7b/e1e280f441ee537dcbc481d.jpg?c=554,623,329,329,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your passcode"
+ }
+ },
+ "Passcode.Lost.Description": {
+ "url": "https://translations.telegram.org/en/macos/login/Passcode.Lost.Description",
+ "photo_url": "https://telegra.ph/file/p/2393c725b7b/e1e280f441ee537dcbc481d.jpg?c=374,830,777,777,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "If you don't remember your passcode, you can [log out]()"
+ }
+ },
+ "Passlock.EnterYourPasscode": {
+ "url": "https://translations.telegram.org/en/macos/login/Passlock.EnterYourPasscode",
+ "photo_url": "https://telegra.ph/file/p/8641d0a5f95/397a2a373e1d9b58f00ac1d.jpg?c=563,495,399,399,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter Your Passcode"
+ }
+ },
+ "TermsOfService.Accept": {
+ "url": "https://translations.telegram.org/en/macos/login/TermsOfService.Accept",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Agree & Continue"
+ }
+ },
+ "TermsOfService.ConfirmAge": {
+ "url": "https://translations.telegram.org/en/macos/login/TermsOfService.ConfirmAge",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "I confirm that I am
%@ or over."
+ }
+ },
+ "TermsOfService.Disagree": {
+ "url": "https://translations.telegram.org/en/macos/login/TermsOfService.Disagree",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Decline"
+ }
+ },
+ "TermsOfService.Disagree.OK": {
+ "url": "https://translations.telegram.org/en/macos/login/TermsOfService.Disagree.OK",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Decline & Delete"
+ }
+ },
"TermsOfService.Disagree.Text": {
"url": "https://translations.telegram.org/en/macos/login/TermsOfService.Disagree.Text",
"photo_url": null,
@@ -191,6 +527,14 @@
"singular": "Warning, this will irreversibly delete your Telegram account and all the data you store in the Telegram cloud.
Important: You can Cancel now and export your data first instead of losing it. (To do this, open the latest version of Telegram Desktop and go to Settings > Advanced > Export Telegram data.)"
}
},
+ "TermsOfService.Disagree.Text.Last.OK": {
+ "url": "https://translations.telegram.org/en/macos/login/TermsOfService.Disagree.Text.Last.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Delete Now"
+ }
+ },
"TermsOfService.ProceedBot": {
"url": "https://translations.telegram.org/en/macos/login/TermsOfService.ProceedBot",
"photo_url": null,
@@ -198,5 +542,21 @@
"values": {
"singular": "Agree and proceed to
%@."
}
+ },
+ "TermsOfService.Title": {
+ "url": "https://translations.telegram.org/en/macos/login/TermsOfService.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Terms of Service"
+ }
+ },
+ "TwoStepAuth.EnterPasswordHelp": {
+ "url": "https://translations.telegram.org/en/macos/login/TwoStepAuth.EnterPasswordHelp",
+ "photo_url": "https://telegra.ph/file/p/b8b4b4f925b/c3245d4ab406cf14edc0a1d.jpg?c=296,317,695,695,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You have Two-Step Verification enabled, so your account is protected with an additional password."
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/macos/passport.json b/data/web_tr/translations.telegram.org/en/macos/passport.json
index dec4861b27..05cbbd9c37 100644
--- a/data/web_tr/translations.telegram.org/en/macos/passport.json
+++ b/data/web_tr/translations.telegram.org/en/macos/passport.json
@@ -1,4 +1,108 @@
{
+ "Alert.OK": {
+ "url": "https://translations.telegram.org/en/macos/passport/Alert.OK",
+ "photo_url": "https://telegra.ph/file/p/587d6c272b5/b52ef5d87c67f20c2fd5b1d.jpg?c=483,108,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "OK"
+ }
+ },
+ "Chat.Poll.Tooltip.Votes_countable": {
+ "url": "https://translations.telegram.org/en/macos/passport/Chat.Poll.Tooltip.Votes_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Chat.Service.SecureId.AccessGranted": {
+ "url": "https://translations.telegram.org/en/macos/passport/Chat.Service.SecureId.AccessGranted",
+ "photo_url": "https://telegra.ph/file/p/9913fd7797c/59596ca2e678da9fb86721d.jpg?c=0,152,375,398,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ received the following documents:
%@"
+ }
+ },
+ "InputData.Date.Day.Placeholder1": {
+ "url": "https://translations.telegram.org/en/macos/passport/InputData.Date.Day.Placeholder1",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=35,180,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Day"
+ }
+ },
+ "InputData.Date.Month.Placeholder1": {
+ "url": "https://translations.telegram.org/en/macos/passport/InputData.Date.Month.Placeholder1",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=54,179,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Month"
+ }
+ },
+ "InputData.Date.Year.Placeholder1": {
+ "url": "https://translations.telegram.org/en/macos/passport/InputData.Date.Year.Placeholder1",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=73,179,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Year"
+ }
+ },
+ "Login.InvalidCountryCode": {
+ "url": "https://translations.telegram.org/en/macos/passport/Login.InvalidCountryCode",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=7,106,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid Country Code"
+ }
+ },
+ "Login.phoneFieldPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/Login.phoneFieldPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=17,134,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "phone number"
+ }
+ },
+ "Navigation.Done": {
+ "url": "https://translations.telegram.org/en/macos/passport/Navigation.Done",
+ "photo_url": "https://telegra.ph/file/p/f9e5fd42327/85d9e11a55c0317097ee71d.jpg?c=133,10,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Done"
+ }
+ },
+ "Passport.ResetPassword.Confirm.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/Passport.ResetPassword.Confirm.Header",
+ "photo_url": "https://telegra.ph/file/p/36e369c2f10/e1366a1e1ea9e2ce5b7531d.jpg?c=529,16,319,319,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Forgotten Password"
+ }
+ },
+ "Passport.ResetPassword.Confirm.OK": {
+ "url": "https://translations.telegram.org/en/macos/passport/Passport.ResetPassword.Confirm.OK",
+ "photo_url": "https://telegra.ph/file/p/36e369c2f10/e1366a1e1ea9e2ce5b7531d.jpg?c=885,145,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reset"
+ }
+ },
+ "Passport.ResetPassword.Confirm.Text": {
+ "url": "https://translations.telegram.org/en/macos/passport/Passport.ResetPassword.Confirm.Text",
+ "photo_url": "https://telegra.ph/file/p/36e369c2f10/e1366a1e1ea9e2ce5b7531d.jpg?c=492,33,683,683,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "All documents uploaded to your Telegram Passport will be lost. You will be able to upload new documents."
+ }
+ },
+ "SecureId.Accept.Help": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Accept.Help",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You are sending your documents directly to **
%@** and allowing their **
%@** to send you messages."
+ }
+ },
"SecureId.Accept.Policy": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.Accept.Policy",
"photo_url": null,
@@ -7,6 +111,383 @@
"singular": "You accept the [Login Widget Example Privacy Policy](_applyPolicy_) and allow their **
%@** to send you messages."
}
},
+ "SecureId.Add.BankStatement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.BankStatement",
+ "photo_url": "https://telegra.ph/file/p/f0242b6012b/d71e1104d8b32b5c17e4e1d.jpg?c=51,154,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Bank Statement"
+ }
+ },
+ "SecureId.Add.DriverLicense": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.DriverLicense",
+ "photo_url": "https://telegra.ph/file/p/6b179ee4ab8/151f4f4ef5a59b8c0da741d.jpg?c=52,165,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Driver's License"
+ }
+ },
+ "SecureId.Add.ID": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.ID",
+ "photo_url": "https://telegra.ph/file/p/6b179ee4ab8/151f4f4ef5a59b8c0da741d.jpg?c=48,122,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Identity Card"
+ }
+ },
+ "SecureId.Add.InternalPassport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.InternalPassport",
+ "photo_url": "https://telegra.ph/file/p/6b179ee4ab8/151f4f4ef5a59b8c0da741d.jpg?c=53,188,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Internal Passport"
+ }
+ },
+ "SecureId.Add.Passport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.Passport",
+ "photo_url": "https://telegra.ph/file/p/6b179ee4ab8/151f4f4ef5a59b8c0da741d.jpg?c=43,144,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Passport"
+ }
+ },
+ "SecureId.Add.PassportRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.PassportRegistration",
+ "photo_url": "https://telegra.ph/file/p/f0242b6012b/d71e1104d8b32b5c17e4e1d.jpg?c=60,177,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Passport Registration"
+ }
+ },
+ "SecureId.Add.PersonalDetails": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.PersonalDetails",
+ "photo_url": "https://telegra.ph/file/p/6b179ee4ab8/151f4f4ef5a59b8c0da741d.jpg?c=52,99,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Personal Details"
+ }
+ },
+ "SecureId.Add.ResidentialAddress": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.ResidentialAddress",
+ "photo_url": "https://telegra.ph/file/p/f0242b6012b/d71e1104d8b32b5c17e4e1d.jpg?c=57,89,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Residential Address"
+ }
+ },
+ "SecureId.Add.TemporaryRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.TemporaryRegistration",
+ "photo_url": "https://telegra.ph/file/p/f0242b6012b/d71e1104d8b32b5c17e4e1d.jpg?c=64,199,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Temporary Registration"
+ }
+ },
+ "SecureId.Add.TenancyAgreement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.TenancyAgreement",
+ "photo_url": "https://telegra.ph/file/p/f0242b6012b/d71e1104d8b32b5c17e4e1d.jpg?c=58,111,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Tenancy Agreement"
+ }
+ },
+ "SecureId.Add.UtilityBill": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Add.UtilityBill",
+ "photo_url": "https://telegra.ph/file/p/f0242b6012b/d71e1104d8b32b5c17e4e1d.jpg?c=44,133,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Utility Bill"
+ }
+ },
+ "SecureId.Address.City.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.City.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=43,107,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "City"
+ }
+ },
+ "SecureId.Address.City.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.City.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=3,107,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "City"
+ }
+ },
+ "SecureId.Address.Country.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Country.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=47,154,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Country"
+ }
+ },
+ "SecureId.Address.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Header",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=2,43,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "ADDRESS"
+ }
+ },
+ "SecureId.Address.Postcode.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Postcode.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=48,177,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Postcode"
+ }
+ },
+ "SecureId.Address.Postcode.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Postcode.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=4,177,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Postcode"
+ }
+ },
+ "SecureId.Address.Region.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Region.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=64,131,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "State / Republic / Region"
+ }
+ },
+ "SecureId.Address.Region.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Region.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=3,131,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Region"
+ }
+ },
+ "SecureId.Address.Scans": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Scans",
+ "photo_url": "https://telegra.ph/file/p/215a291a4e8/73c36e90b27278078974c1d.jpg?c=223,403,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d scan",
+ "plural": "
%d scans"
+ }
+ },
+ "SecureId.Address.Scans_countable": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Scans_countable",
+ "photo_url": "https://telegra.ph/file/p/215a291a4e8/73c36e90b27278078974c1d.jpg?c=198,404,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "SecureId.Address.Street.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Street.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=73,60,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Street and Number, PO Box"
+ }
+ },
+ "SecureId.Address.Street.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Street.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=3,60,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Street"
+ }
+ },
+ "SecureId.Address.Street1.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Address.Street1.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=77,84,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Apt, suite, unit, building, floor"
+ }
+ },
+ "SecureId.AppVersionOutdated": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.AppVersionOutdated",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, your Telegram app is out of date and can't handle this request. Please update Telegram."
+ }
+ },
+ "SecureId.Confirm.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Confirm.Cancel",
+ "photo_url": "https://telegra.ph/file/p/cadce104537/cdd9b189d059819755cad1d.jpg?c=43,13,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to stop the authorization process?"
+ }
+ },
+ "SecureId.Confirm.DeleteAddress": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Confirm.DeleteAddress",
+ "photo_url": "https://telegra.ph/file/p/b946a2a031b/3bd79a9747366fe4dfc6e1d.jpg?c=35,28,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Address"
+ }
+ },
+ "SecureId.Confirm.DeleteDocument": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Confirm.DeleteDocument",
+ "photo_url": "https://telegra.ph/file/p/ea7a4f875b7/a4ef0f68a4c6be400dbb31d.jpg?c=69,29,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete this document?"
+ }
+ },
+ "SecureId.CreatePassword.Description": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Description",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Please create a password to protect your passport info. You will also be asked to enter it when you log in to Telegram."
+ }
+ },
+ "SecureId.CreatePassword.Email.Description": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Email.Description",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Please add your valid email. It is the only way to recover a forgotten password."
+ }
+ },
+ "SecureId.CreatePassword.Email.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Email.Header",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "RECOVERY EMAIL"
+ }
+ },
+ "SecureId.CreatePassword.Email.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Email.InputPlaceholder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Your email"
+ }
+ },
+ "SecureId.CreatePassword.Email.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Email.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Email"
+ }
+ },
+ "SecureId.CreatePassword.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "PASSWORD"
+ }
+ },
+ "SecureId.CreatePassword.Hint.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Hint.Header",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "HINT"
+ }
+ },
+ "SecureId.CreatePassword.Hint.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Hint.InputPlaceholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Hint for your password"
+ }
+ },
+ "SecureId.CreatePassword.Hint.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Hint.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Hint"
+ }
+ },
+ "SecureId.CreatePassword.Intro": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Intro",
+ "photo_url": "https://telegra.ph/file/p/530558b4199/d285a29db049eed4c6a6f1d.jpg?c=0,188,758,768,276,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please create a password which will be used to encrypt your personal data.
This password will also be required whenever you log in to Telegram on a new device."
+ }
+ },
+ "SecureId.CreatePassword.Intro.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Intro.Header",
+ "photo_url": "https://telegra.ph/file/p/530558b4199/d285a29db049eed4c6a6f1d.jpg?c=32,46,693,693,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**
%@ requests access to your personal data**
to sign you up for their services"
+ }
+ },
+ "SecureId.CreatePassword.PasswordInputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.PasswordInputPlaceholder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your password"
+ }
+ },
+ "SecureId.CreatePassword.PasswordPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.PasswordPlaceholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Password"
+ }
+ },
+ "SecureId.CreatePassword.Title": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.CreatePassword.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Password & Email"
+ }
+ },
+ "SecureId.Delete.Confirm.PersonalDetails": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Delete.Confirm.PersonalDetails",
+ "photo_url": "https://telegra.ph/file/p/fb9a861f289/3c6a77fba9fb820b587ec1d.jpg?c=58,43,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete personal details?"
+ }
+ },
+ "SecureId.Delete.PersonalDetails": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Delete.PersonalDetails",
+ "photo_url": "https://telegra.ph/file/p/fb9a861f289/3c6a77fba9fb820b587ec1d.jpg?c=6,397,280,279,280,278",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Personal Details"
+ }
+ },
+ "SecureId.DeleteAddress": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.DeleteAddress",
+ "photo_url": "https://telegra.ph/file/p/b946a2a031b/3bd79a9747366fe4dfc6e1d.jpg?c=4,175,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete Address"
+ }
+ },
+ "SecureId.DeleteIdentity": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.DeleteIdentity",
+ "photo_url": "https://telegra.ph/file/p/ea7a4f875b7/a4ef0f68a4c6be400dbb31d.jpg?c=4,168,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Document"
+ }
+ },
+ "SecureId.DeletePassport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.DeletePassport",
+ "photo_url": "https://telegra.ph/file/p/468f2a1eb8e/bf02833db3245e999b66a1d.jpg?c=19,181,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Telegram Passport"
+ }
+ },
"SecureId.DiscardChanges.Header": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.DiscardChanges.Header",
"photo_url": "https://telegra.ph/file/p/fc6653eb122/a47a90617ea87c22e574a1d.jpg?c=142,11,280,280,280,280",
@@ -15,6 +496,334 @@
"singular": "Discard Changes"
}
},
+ "SecureId.DiscardChanges.Text": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.DiscardChanges.Text",
+ "photo_url": "https://telegra.ph/file/p/fc6653eb122/a47a90617ea87c22e574a1d.jpg?c=108,28,579,579,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to discard all changes?"
+ }
+ },
+ "SecureId.Edit.BankStatement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.BankStatement",
+ "photo_url": "https://telegra.ph/file/p/cd48f898139/a3bb3d448106aee2b71951d.jpg?c=35,165,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Bank Statement"
+ }
+ },
+ "SecureId.Edit.DriverLicense": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.DriverLicense",
+ "photo_url": "https://telegra.ph/file/p/2c86824dfba/4b7b3b8acecc480aa46f01d.jpg?c=35,179,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Driver's License"
+ }
+ },
+ "SecureId.Edit.ID": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.ID",
+ "photo_url": "https://telegra.ph/file/p/2c86824dfba/4b7b3b8acecc480aa46f01d.jpg?c=32,138,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Identity Card"
+ }
+ },
+ "SecureId.Edit.InternalPassport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.InternalPassport",
+ "photo_url": "https://telegra.ph/file/p/2c86824dfba/4b7b3b8acecc480aa46f01d.jpg?c=36,201,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Internal Passport"
+ }
+ },
+ "SecureId.Edit.Passport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.Passport",
+ "photo_url": "https://telegra.ph/file/p/2c86824dfba/4b7b3b8acecc480aa46f01d.jpg?c=28,159,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Passport"
+ }
+ },
+ "SecureId.Edit.PassportRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.PassportRegistration",
+ "photo_url": "https://telegra.ph/file/p/cd48f898139/a3bb3d448106aee2b71951d.jpg?c=42,187,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Passport Registration"
+ }
+ },
+ "SecureId.Edit.PersonalDetails": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.PersonalDetails",
+ "photo_url": "https://telegra.ph/file/p/2c86824dfba/4b7b3b8acecc480aa46f01d.jpg?c=35,116,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Personal Details"
+ }
+ },
+ "SecureId.Edit.ResidentialAddress": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.ResidentialAddress",
+ "photo_url": "https://telegra.ph/file/p/cd48f898139/a3bb3d448106aee2b71951d.jpg?c=39,103,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Residential Address"
+ }
+ },
+ "SecureId.Edit.TemporaryRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.TemporaryRegistration",
+ "photo_url": "https://telegra.ph/file/p/cd48f898139/a3bb3d448106aee2b71951d.jpg?c=45,208,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Temporary Registration"
+ }
+ },
+ "SecureId.Edit.TenancyAgreement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.TenancyAgreement",
+ "photo_url": "https://telegra.ph/file/p/cd48f898139/a3bb3d448106aee2b71951d.jpg?c=40,125,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit Tenancy Agreement"
+ }
+ },
+ "SecureId.Edit.UtilityBill": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Edit.UtilityBill",
+ "photo_url": "https://telegra.ph/file/p/cd48f898139/a3bb3d448106aee2b71951d.jpg?c=29,145,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Utility Bill"
+ }
+ },
+ "SecureId.Email": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Email",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=5,137,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Email Address"
+ }
+ },
+ "SecureId.Email.Email.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Email.Email.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/3b52288c8fd/e41115e4f1a64c87188ac1d.jpg?c=56,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your email address"
+ }
+ },
+ "SecureId.Email.Email.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Email.Email.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/3b52288c8fd/e41115e4f1a64c87188ac1d.jpg?c=3,49,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Email"
+ }
+ },
+ "SecureId.Email.UseSame.Desc": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Email.UseSame.Desc",
+ "photo_url": "https://telegra.ph/file/p/3b52288c8fd/e41115e4f1a64c87188ac1d.jpg?c=0,28,413,429,268,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Note: You will receive a confirmation code to the email address you provide."
+ }
+ },
+ "SecureId.EmailActivate.Code.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmailActivate.Code.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/3e734501cc1/3611428d6b2b99ac34b451d.jpg?c=44,39,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter code"
+ }
+ },
+ "SecureId.EmailActivate.Code.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmailActivate.Code.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/3e734501cc1/3611428d6b2b99ac34b451d.jpg?c=3,39,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Code"
+ }
+ },
+ "SecureId.EmailActivate.Description": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmailActivate.Description",
+ "photo_url": "https://telegra.ph/file/p/3e734501cc1/3611428d6b2b99ac34b451d.jpg?c=4,42,360,360,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter the confirmation code we've just sent to
%@."
+ }
+ },
+ "SecureId.EmptyDescription.Address": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.Address",
+ "photo_url": "https://telegra.ph/file/p/2c5534ed2a4/2cd9567e3a62ce9a5fb6d1d.jpg?c=44,388,317,317,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Provide your address"
+ }
+ },
+ "SecureId.EmptyDescription.BankStatement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.BankStatement",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your bank statement"
+ }
+ },
+ "SecureId.EmptyDescription.DriversLicense": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.DriversLicense",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of your driver's license"
+ }
+ },
+ "SecureId.EmptyDescription.IdentityCard": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.IdentityCard",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your identity card"
+ }
+ },
+ "SecureId.EmptyDescription.InternalPassport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.InternalPassport",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your internal passport"
+ }
+ },
+ "SecureId.EmptyDescription.Passport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.Passport",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your passport"
+ }
+ },
+ "SecureId.EmptyDescription.PassportRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.PassportRegistration",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your passport registration"
+ }
+ },
+ "SecureId.EmptyDescription.PersonalDetails": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.PersonalDetails",
+ "photo_url": "https://telegra.ph/file/p/373ba77c96a/d9fb1a3f4c9ba07f568451d.jpg?c=42,273,393,393,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Fill in your personal details"
+ }
+ },
+ "SecureId.EmptyDescription.TemporaryRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.TemporaryRegistration",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your temporary registration"
+ }
+ },
+ "SecureId.EmptyDescription.TenancyAgreement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.TenancyAgreement",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your tenancy agreement"
+ }
+ },
+ "SecureId.EmptyDescription.UtilityBill": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.EmptyDescription.UtilityBill",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your utility bill"
+ }
+ },
+ "SecureId.Error.ScansLimit": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Error.ScansLimit",
+ "photo_url": "https://telegra.ph/file/p/798bb0fdb6c/6a4c66a6562ea7840b4ff1d.jpg?c=71,36,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can't upload more than 20 files"
+ }
+ },
+ "SecureId.Gender.Female": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Gender.Female",
+ "photo_url": "https://telegra.ph/file/p/d1fea620e76/bea45d4758134ece34c9b1d.jpg?c=42,217,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Female"
+ }
+ },
+ "SecureId.Gender.Male": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Gender.Male",
+ "photo_url": "https://telegra.ph/file/p/d1fea620e76/bea45d4758134ece34c9b1d.jpg?c=41,193,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Male"
+ }
+ },
+ "SecureId.Identity.BankStatement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.BankStatement",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Bank Statement"
+ }
+ },
+ "SecureId.Identity.CardId.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.CardId.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=46,58,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Card ID"
+ }
+ },
+ "SecureId.Identity.CardId.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.CardId.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=4,60,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Card ID"
+ }
+ },
+ "SecureId.Identity.DocumentDetailsHeader": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.DocumentDetailsHeader",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=5,46,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "DOCUMENT DETAILS"
+ }
+ },
+ "SecureId.Identity.DriverLicense": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.DriverLicense",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Driver's License"
+ }
+ },
+ "SecureId.Identity.InputPlaceholder.FirstName": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.InputPlaceholder.FirstName",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=37,78,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Name"
+ }
+ },
+ "SecureId.Identity.InputPlaceholder.LastName": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.InputPlaceholder.LastName",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=39,128,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Surname"
+ }
+ },
+ "SecureId.Identity.InputPlaceholder.MiddleName": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.InputPlaceholder.MiddleName",
+ "photo_url": "https://telegra.ph/file/p/0857c323293/691f419f7c131d93b46c81d.jpg?c=219,258,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Middle Name"
+ }
+ },
"SecureId.Identity.License.InputPlaceholder": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.License.InputPlaceholder",
"photo_url": "https://telegra.ph/file/p/7d0e73a1806/4244693e346928e904af61d.jpg?c=49,60,280,280,280,280",
@@ -23,6 +832,190 @@
"singular": "Number"
}
},
+ "SecureId.Identity.License.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.License.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/7d0e73a1806/4244693e346928e904af61d.jpg?c=4,60,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "License ID"
+ }
+ },
+ "SecureId.Identity.NameInLatine": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.NameInLatine",
+ "photo_url": "https://telegra.ph/file/p/0857c323293/691f419f7c131d93b46c81d.jpg?c=34,98,540,540,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your name using the Latin alphabet"
+ }
+ },
+ "SecureId.Identity.Passport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Passport",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=67,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Passport"
+ }
+ },
+ "SecureId.Identity.Passport.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Passport.InputPlaceholder",
+ "photo_url": "https://telegra.ph/file/p/f9e5fd42327/85d9e11a55c0317097ee71d.jpg?c=53,59,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Document Number"
+ }
+ },
+ "SecureId.Identity.Passport.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Passport.Placeholder",
+ "photo_url": "https://telegra.ph/file/p/f9e5fd42327/85d9e11a55c0317097ee71d.jpg?c=5,60,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Document №"
+ }
+ },
+ "SecureId.Identity.PassportRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.PassportRegistration",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Passport Registration"
+ }
+ },
+ "SecureId.Identity.Placeholder.Birthday": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.Birthday",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=3,179,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Birthday"
+ }
+ },
+ "SecureId.Identity.Placeholder.Citizenship": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.Citizenship",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=3,206,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Citizenship"
+ }
+ },
+ "SecureId.Identity.Placeholder.Country": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.Country",
+ "photo_url": "https://telegra.ph/file/p/6a25e11fa92/4185155e9f5f2f3cb12941d.jpg?c=4,154,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Country"
+ }
+ },
+ "SecureId.Identity.Placeholder.ExpiryDate": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.ExpiryDate",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=5,84,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Expiry Date"
+ }
+ },
+ "SecureId.Identity.Placeholder.FirstName": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.FirstName",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=3,78,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Name"
+ }
+ },
+ "SecureId.Identity.Placeholder.Gender": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.Gender",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=3,153,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Gender"
+ }
+ },
+ "SecureId.Identity.Placeholder.IssuedDate": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.IssuedDate",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Issue Date"
+ }
+ },
+ "SecureId.Identity.Placeholder.LastName": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.LastName",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=3,128,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Surname"
+ }
+ },
+ "SecureId.Identity.Placeholder.MiddleName": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.MiddleName",
+ "photo_url": "https://telegra.ph/file/p/0857c323293/691f419f7c131d93b46c81d.jpg?c=41,258,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Middle Name"
+ }
+ },
+ "SecureId.Identity.Placeholder.Residence": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Placeholder.Residence",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=3,231,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Residence"
+ }
+ },
+ "SecureId.Identity.Selfie": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.Selfie",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=33,209,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Selfie"
+ }
+ },
+ "SecureId.Identity.SelfieTitle": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.SelfieTitle",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "SELFIE VERIFICATION"
+ }
+ },
+ "SecureId.Identity.SelfieUpload": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.SelfieUpload",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Add Selfie"
+ }
+ },
+ "SecureId.Identity.SelfieUploadNew": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.SelfieUploadNew",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Retake Selfie"
+ }
+ },
+ "SecureId.Identity.TenancyAgreement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.TenancyAgreement",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Tenancy Agreement"
+ }
+ },
+ "SecureId.Identity.UtilityBill": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Identity.UtilityBill",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Utility Bill"
+ }
+ },
+ "SecureId.IdentityDocument": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.IdentityDocument",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=6,46,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Identity Document"
+ }
+ },
"SecureId.IdentityScan.Description": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.IdentityScan.Description",
"photo_url": "https://telegra.ph/file/p/0b402dd2847/527a3a708b2b33252a0ff1d.jpg?c=0,44,404,404,280,280",
@@ -31,6 +1024,22 @@
"singular": "The document must contain your full name and residential address, as well as a stamp/bar code/QR code/logo and the issue date. It must be less than three months old."
}
},
+ "SecureId.Info": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Info",
+ "photo_url": "https://telegra.ph/file/p/587d6c272b5/b52ef5d87c67f20c2fd5b1d.jpg?c=125,0,655,398,280,170",
+ "has_binding": true,
+ "values": {
+ "singular": "With Telegram Passport you can easily sign up for websites and services that require identity verification.
Your information, personal data, and documents are protected by end-to-end encryption. Nobody, including Telegram, can access them without your permission."
+ }
+ },
+ "SecureId.Info.DeletePassport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Info.DeletePassport",
+ "photo_url": "https://telegra.ph/file/p/c38cd40a6d2/c6f0cd9c2f21abebc2f351d.jpg?c=72,26,307,307,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete your Telegram Passport? All details will be lost."
+ }
+ },
"SecureId.Info.More": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.Info.More",
"photo_url": "https://telegra.ph/file/p/587d6c272b5/b52ef5d87c67f20c2fd5b1d.jpg?c=346,108,280,280,280,280",
@@ -39,6 +1048,102 @@
"singular": "More Info"
}
},
+ "SecureId.Info.Title": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Info.Title",
+ "photo_url": "https://telegra.ph/file/p/587d6c272b5/b52ef5d87c67f20c2fd5b1d.jpg?c=162,0,440,398,280,254",
+ "has_binding": true,
+ "values": {
+ "singular": "What is Telegram Passport?"
+ }
+ },
+ "SecureId.InputError.LatinOnly": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InputError.LatinOnly",
+ "photo_url": "https://telegra.ph/file/p/8bec886002a/c60b0f49f5b8e194a11c11d.jpg?c=41,92,461,461,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please use latin characters only"
+ }
+ },
+ "SecureId.InsertPassword.Description": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InsertPassword.Description",
+ "photo_url": "https://telegra.ph/file/p/446b0b8bbe3/a72b80296bff7544437a81d.jpg?c=0,79,387,388,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter your password to access your personal data"
+ }
+ },
+ "SecureId.InsertPassword.Next": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InsertPassword.Next",
+ "photo_url": "https://telegra.ph/file/p/3cec0e3dbbd/d03dd8045cec4ce4c17881d.jpg?c=69,223,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Next"
+ }
+ },
+ "SecureId.InsertPassword.Password": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InsertPassword.Password",
+ "photo_url": "https://telegra.ph/file/p/3cec0e3dbbd/d03dd8045cec4ce4c17881d.jpg?c=44,195,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter your password"
+ }
+ },
+ "SecureId.InsertPassword.Settings.Description": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InsertPassword.Settings.Description",
+ "photo_url": "https://telegra.ph/file/p/3cec0e3dbbd/d03dd8045cec4ce4c17881d.jpg?c=27,117,364,364,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your Telegram password to decrypt your data"
+ }
+ },
+ "SecureId.InstallEmail.Title": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InstallEmail.Title",
+ "photo_url": "https://telegra.ph/file/p/3b52288c8fd/e41115e4f1a64c87188ac1d.jpg?c=68,14,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Email"
+ }
+ },
+ "SecureId.InstallPhone.Title": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.InstallPhone.Title",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=48,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Phone Number"
+ }
+ },
+ "SecureId.NameNative.Desc.Empty": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.NameNative.Desc.Empty",
+ "photo_url": "https://telegra.ph/file/p/a94c103ad39/3d869e03bc3c91a9e50d21d.jpg?c=14,477,725,723,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name in the language of your country of residence"
+ }
+ },
+ "SecureId.NameNative.Desc.Language": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.NameNative.Desc.Language",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Your name in the language of your country of residence (
%@)."
+ }
+ },
+ "SecureId.NameNative.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.NameNative.Header",
+ "photo_url": "https://telegra.ph/file/p/0857c323293/691f419f7c131d93b46c81d.jpg?c=44,770,335,335,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "YOUR NAME IN
%@"
+ }
+ },
+ "SecureId.NameNative.HeaderEmpty": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.NameNative.HeaderEmpty",
+ "photo_url": "https://telegra.ph/file/p/8bec886002a/c60b0f49f5b8e194a11c11d.jpg?c=39,531,470,470,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "NAME IN COUNTRY OF RESIDENCE"
+ }
+ },
"SecureId.Password.Error.Invalid": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.Password.Error.Invalid",
"photo_url": "https://telegra.ph/file/p/e32db6b6ec7/7424d14c5462a7f4118b11d.jpg?c=141,264,493,493,280,280",
@@ -55,6 +1160,78 @@
"singular": "Too many attempts, please try again later."
}
},
+ "SecureId.PhoneNumber": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber",
+ "photo_url": "https://telegra.ph/file/p/2c5534ed2a4/2cd9567e3a62ce9a5fb6d1d.jpg?c=43,455,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Phone Number"
+ }
+ },
+ "SecureId.PhoneNumber.ConfirmCode.Desc": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.ConfirmCode.Desc",
+ "photo_url": "https://telegra.ph/file/p/391b42c57d1/7ded2672541b0c784150e1d.jpg?c=13,53,350,350,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please enter the confirmation code we've just sent to
%@ via SMS"
+ }
+ },
+ "SecureId.PhoneNumber.ConfirmCode.InputPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.ConfirmCode.InputPlaceholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Enter the code"
+ }
+ },
+ "SecureId.PhoneNumber.ConfirmCode.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.ConfirmCode.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Code"
+ }
+ },
+ "SecureId.PhoneNumber.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.Header",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=10,87,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "OR ENTER ANOTHER PHONE NUMBER"
+ }
+ },
+ "SecureId.PhoneNumber.Note": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.Note",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=0,110,373,374,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Note: You will receive a confirmation code on the phone number you provide."
+ }
+ },
+ "SecureId.PhoneNumber.UseSame": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.UseSame",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=2,47,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Use
%@"
+ }
+ },
+ "SecureId.PhoneNumber.UseSame.Desc": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.PhoneNumber.UseSame.Desc",
+ "photo_url": "https://telegra.ph/file/p/c8bc5f36e5e/060f1855479e10a87991d1d.jpg?c=9,59,303,303,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Use the phone number you use for Telegram"
+ }
+ },
+ "SecureId.RecoverPassword.SentEmailCode": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.RecoverPassword.SentEmailCode",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Code was sent to
%@"
+ }
+ },
"SecureId.RemoveEmail": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.RemoveEmail",
"photo_url": "https://telegra.ph/file/p/468f2a1eb8e/bf02833db3245e999b66a1d.jpg?c=43,20,280,280,280,280",
@@ -71,6 +1248,334 @@
"singular": "Remove this phone number?"
}
},
+ "SecureId.Request.Accept": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Accept",
+ "photo_url": "https://telegra.ph/file/p/373ba77c96a/d9fb1a3f4c9ba07f568451d.jpg?c=238,884,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Authorize"
+ }
+ },
+ "SecureId.Request.CreatePassword": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.CreatePassword",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Create a Password"
+ }
+ },
+ "SecureId.Request.Header1": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Header1",
+ "photo_url": "https://telegra.ph/file/p/446b0b8bbe3/a72b80296bff7544437a81d.jpg?c=47,48,328,328,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "**
%@** requests access to your personal data to sign you up for their services."
+ }
+ },
+ "SecureId.Request.Permission.Address.Empty": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Address.Empty",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=9,89,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload proof of your address"
+ }
+ },
+ "SecureId.Request.Permission.BankStatement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.BankStatement",
+ "photo_url": "https://telegra.ph/file/p/068b82a65ca/daf7cbd4005c8971c670b1d.jpg?c=66,11,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bank Statement"
+ }
+ },
+ "SecureId.Request.Permission.DriversLicense": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.DriversLicense",
+ "photo_url": "https://telegra.ph/file/p/7d0e73a1806/4244693e346928e904af61d.jpg?c=66,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Driver's License"
+ }
+ },
+ "SecureId.Request.Permission.Email": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Email",
+ "photo_url": "https://telegra.ph/file/p/cadce104537/cdd9b189d059819755cad1d.jpg?c=3,206,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Email Address"
+ }
+ },
+ "SecureId.Request.Permission.Email.Empty": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Email.Empty",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=12,151,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Provide your contact email address"
+ }
+ },
+ "SecureId.Request.Permission.IDCard": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.IDCard",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=67,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Identity Card"
+ }
+ },
+ "SecureId.Request.Permission.Identity.Empty": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Identity.Empty",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=10,49,322,322,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your passport or other ID"
+ }
+ },
+ "SecureId.Request.Permission.IdentityDocument": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.IdentityDocument",
+ "photo_url": "https://telegra.ph/file/p/cadce104537/cdd9b189d059819755cad1d.jpg?c=5,91,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Identity Document"
+ }
+ },
+ "SecureId.Request.Permission.InternalPassport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.InternalPassport",
+ "photo_url": "https://telegra.ph/file/p/18d15892aad/3837594b8d96a1fdde0281d.jpg?c=66,10,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Internal Passport"
+ }
+ },
+ "SecureId.Request.Permission.Passport": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Passport",
+ "photo_url": "https://telegra.ph/file/p/f9e5fd42327/85d9e11a55c0317097ee71d.jpg?c=67,10,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Passport"
+ }
+ },
+ "SecureId.Request.Permission.PassportRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.PassportRegistration",
+ "photo_url": "https://telegra.ph/file/p/e2a8738b837/bfb442954e1fd62bc84691d.jpg?c=66,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Passport Registration"
+ }
+ },
+ "SecureId.Request.Permission.PersonalDetails": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.PersonalDetails",
+ "photo_url": "https://telegra.ph/file/p/29fee1a9e2d/232bc37c2644d8d1d75781d.jpg?c=49,12,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Personal Details"
+ }
+ },
+ "SecureId.Request.Permission.Phone": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Phone",
+ "photo_url": "https://telegra.ph/file/p/cadce104537/cdd9b189d059819755cad1d.jpg?c=4,174,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Phone Number"
+ }
+ },
+ "SecureId.Request.Permission.Phone.Empty": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.Phone.Empty",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=12,120,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Provide your contact phone number"
+ }
+ },
+ "SecureId.Request.Permission.ResidentialAddress": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.ResidentialAddress",
+ "photo_url": "https://telegra.ph/file/p/2c5534ed2a4/2cd9567e3a62ce9a5fb6d1d.jpg?c=45,351,314,314,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Residential Address"
+ }
+ },
+ "SecureId.Request.Permission.TemporaryRegistration": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.TemporaryRegistration",
+ "photo_url": "https://telegra.ph/file/p/233cc4a361d/e1560cf6419d2fde8e30b1d.jpg?c=66,11,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Temporary Registration"
+ }
+ },
+ "SecureId.Request.Permission.TenancyAgreement": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.TenancyAgreement",
+ "photo_url": "https://telegra.ph/file/p/0b402dd2847/527a3a708b2b33252a0ff1d.jpg?c=66,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Tenancy Agreement"
+ }
+ },
+ "SecureId.Request.Permission.UtilityBill": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Permission.UtilityBill",
+ "photo_url": "https://telegra.ph/file/p/636c65e8668/0045d53498d2aedd5d1ed1d.jpg?c=66,11,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Utility Bill"
+ }
+ },
+ "SecureId.Request.TwoDocuments.Title": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.TwoDocuments.Title",
+ "photo_url": "https://telegra.ph/file/p/373ba77c96a/d9fb1a3f4c9ba07f568451d.jpg?c=37,346,499,499,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
%@ or
%@"
+ }
+ },
+ "SecureId.Request.Upload.Selfie": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Upload.Selfie",
+ "photo_url": "https://telegra.ph/file/p/1479b2cfb02/4a834cb07fd858be659de1d.jpg?c=36,232,516,516,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a selfie with your document"
+ }
+ },
+ "SecureId.Request.Upload.Translation": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Request.Upload.Translation",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a translation of your document"
+ }
+ },
+ "SecureId.RequestedInformation.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.RequestedInformation.Header",
+ "photo_url": "https://telegra.ph/file/p/373ba77c96a/d9fb1a3f4c9ba07f568451d.jpg?c=43,206,370,370,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "REQUESTED INFORMATION"
+ }
+ },
+ "SecureId.ResidentialAddress": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.ResidentialAddress",
+ "photo_url": "https://telegra.ph/file/p/0494d7b94eb/44cfdedc2ff384ace935f1d.jpg?c=7,76,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Residential Address"
+ }
+ },
+ "SecureId.ScanNumber": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.ScanNumber",
+ "photo_url": "https://telegra.ph/file/p/cd69c5db0e2/2912f9ec47b2e3c121ab51d.jpg?c=25,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Scan
%d"
+ }
+ },
+ "SecureId.Scans.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Scans.Header",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=4,114,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "SCANS"
+ }
+ },
+ "SecureId.Translation.Desc": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Translation.Desc",
+ "photo_url": "https://telegra.ph/file/p/8bf84a4e1aa/f84ad45f3c0b6d6bf3ba31d.jpg?c=22,450,684,684,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload scans of a certified English translation of the document."
+ }
+ },
+ "SecureId.Translation.Header": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Translation.Header",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=7,254,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "TRANSLATION"
+ }
+ },
+ "SecureId.Upload.Front": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Front",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=66,139,294,294,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a photo of the front side of the document"
+ }
+ },
+ "SecureId.Upload.Main": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Main",
+ "photo_url": "https://telegra.ph/file/p/18d15892aad/3837594b8d96a1fdde0281d.jpg?c=66,133,297,297,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload the main page of the document"
+ }
+ },
+ "SecureId.Upload.Reverse": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Reverse",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=63,167,312,312,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a photo of the reverse side of the document"
+ }
+ },
+ "SecureId.Upload.Selfie": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Selfie",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=67,221,291,291,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a selfie of yourself holding the document"
+ }
+ },
+ "SecureId.Upload.Title.FrontSide": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Title.FrontSide",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=35,129,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Front Side"
+ }
+ },
+ "SecureId.Upload.Title.MainPage": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Title.MainPage",
+ "photo_url": "https://telegra.ph/file/p/18d15892aad/3837594b8d96a1fdde0281d.jpg?c=34,129,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Main Page"
+ }
+ },
+ "SecureId.Upload.Title.ReverseSide": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.Upload.Title.ReverseSide",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=37,169,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reverse Side"
+ }
+ },
+ "SecureId.UploadAdditionalScan": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.UploadAdditionalScan",
+ "photo_url": "https://telegra.ph/file/p/cd69c5db0e2/2912f9ec47b2e3c121ab51d.jpg?c=6,72,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload Additional Scan"
+ }
+ },
+ "SecureId.UploadScan": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.UploadScan",
+ "photo_url": "https://telegra.ph/file/p/224c3b6bb00/30a59cac7257ad131ee791d.jpg?c=5,273,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload Scan"
+ }
+ },
+ "SecureId.UploadScan.Multi": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.UploadScan.Multi",
+ "photo_url": "https://telegra.ph/file/p/373ba77c96a/d9fb1a3f4c9ba07f568451d.jpg?c=20,269,698,698,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of
%@ or
%@"
+ }
+ },
+ "SecureId.UploadScan.Single": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.UploadScan.Single",
+ "photo_url": "https://telegra.ph/file/p/373ba77c96a/d9fb1a3f4c9ba07f568451d.jpg?c=43,355,388,388,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of
%@"
+ }
+ },
"SecureId.Warning.DataLost": {
"url": "https://translations.telegram.org/en/macos/passport/SecureId.Warning.DataLost",
"photo_url": null,
@@ -78,5 +1583,21 @@
"values": {
"singular": "**Warning**: All data saved in your Telegram Passport will be lost."
}
+ },
+ "SecureId.forgotPassword.NoEmail": {
+ "url": "https://translations.telegram.org/en/macos/passport/SecureId.forgotPassword.NoEmail",
+ "photo_url": "https://telegra.ph/file/p/3cec0e3dbbd/d03dd8045cec4ce4c17881d.jpg?c=56,18,356,356,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Since you didn't provide a recovery email when setting up your password, your remaining options are either to remember your password or to reset your account."
+ }
+ },
+ "Telegram.PassportController": {
+ "url": "https://translations.telegram.org/en/macos/passport/Telegram.PassportController",
+ "photo_url": "https://telegra.ph/file/p/6d56ab75202/a0a275e600718fd14caad1d.jpg?c=918,18,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Passport"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/macos/profile.json b/data/web_tr/translations.telegram.org/en/macos/profile.json
index 733bcea496..6eb0e1f845 100644
--- a/data/web_tr/translations.telegram.org/en/macos/profile.json
+++ b/data/web_tr/translations.telegram.org/en/macos/profile.json
@@ -48,22 +48,6 @@
"plural": "
%d years old"
}
},
- "ConnectingStatus.connecting": {
- "url": "https://translations.telegram.org/en/macos/profile/ConnectingStatus.connecting",
- "photo_url": "https://telegra.ph/file/p/4275e01c4d7/ef88d679f4787be3debee1d.jpg?c=72,65,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "connecting"
- }
- },
- "ConnectingStatus.updating": {
- "url": "https://translations.telegram.org/en/macos/profile/ConnectingStatus.updating",
- "photo_url": "https://telegra.ph/file/p/904236169dd/74e3cdc5ef7e2a46f09d01d.jpg?c=70,65,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "updating"
- }
- },
"CustomStatus.Expires": {
"url": "https://translations.telegram.org/en/macos/profile/CustomStatus.Expires",
"photo_url": "https://telegra.ph/file/p/621c846994c/cf85a18969ad231aa45e717.jpg?c=76,222,460,460,280,280",
@@ -88,14 +72,6 @@
"singular": "Set for
%@"
}
},
- "DeleteChat.DeleteGroupForAll": {
- "url": "https://translations.telegram.org/en/macos/profile/DeleteChat.DeleteGroupForAll",
- "photo_url": "https://telegra.ph/file/p/62363bd7301/7ae2b6f1419e1d750b46916.jpg?c=9,23,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete for all members"
- }
- },
"EditAvatar.Customize": {
"url": "https://translations.telegram.org/en/macos/profile/EditAvatar.Customize",
"photo_url": "https://telegra.ph/file/p/b65531d43db/e1e87d282d7d19fd84a5817.jpg?c=287,247,280,280,280,280",
@@ -120,22 +96,6 @@
"singular": "Only you can see this photo."
}
},
- "GroupsInCommon.Empty": {
- "url": "https://translations.telegram.org/en/macos/profile/GroupsInCommon.Empty",
- "photo_url": "https://telegra.ph/file/p/63cfbfa1c93/c3e24a8a83727deba853a1d.jpg?c=912,449,350,350,280,280",
- "has_binding": true,
- "values": {
- "singular": "No groups in common"
- }
- },
- "Mark.Scam": {
- "url": "https://translations.telegram.org/en/macos/profile/Mark.Scam",
- "photo_url": "https://telegra.ph/file/p/8b94f6eb58c/e4a0661006d3231df71ef1d.jpg?c=942,155,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "SCAM"
- }
- },
"PeerInfo.Action.DeleteGroup": {
"url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Action.DeleteGroup",
"photo_url": "https://telegra.ph/file/p/5d9dece0693/e0c4bd1dde80ead6072da17.jpg?c=253,586,280,280,280,280",
@@ -144,14 +104,6 @@
"singular": "Delete"
}
},
- "PeerInfo.BlockUser": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.BlockUser",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=596,875,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Block User"
- }
- },
"PeerInfo.Business.Hours": {
"url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Business.Hours",
"photo_url": "https://telegra.ph/file/p/6dc7a4f5e00/4eb55be90c6afe9efcf0717.jpg?c=91,462,280,280,280,280",
@@ -192,62 +144,6 @@
"singular": "location"
}
},
- "PeerInfo.Confirm.DeleteContact": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Confirm.DeleteContact",
- "photo_url": "https://telegra.ph/file/p/bf4025ec28d/fe88bcf22c6cf7596dc211d.jpg?c=658,35,575,575,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to delete this contact?"
- }
- },
- "PeerInfo.Confirm.SecretChat.Header": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Confirm.SecretChat.Header",
- "photo_url": "https://telegra.ph/file/p/8b865b14a0c/ba09c8d041b78c33fd0cf17.jpg?c=95,0,280,184,280,184",
- "has_binding": false,
- "values": {
- "singular": "Secret Chat"
- }
- },
- "PeerInfo.Confirm.SecretChat.OK": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Confirm.SecretChat.OK",
- "photo_url": "https://telegra.ph/file/p/8b865b14a0c/ba09c8d041b78c33fd0cf17.jpg?c=288,0,280,184,280,184",
- "has_binding": false,
- "values": {
- "singular": "Start"
- }
- },
- "PeerInfo.Confirm.StartSecretChat": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Confirm.StartSecretChat",
- "photo_url": "https://telegra.ph/file/p/8b865b14a0c/ba09c8d041b78c33fd0cf17.jpg?c=106,0,438,184,280,118",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to start a secret chat with \"
%@\"?"
- }
- },
- "PeerInfo.DeleteContact": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.DeleteContact",
- "photo_url": "https://telegra.ph/file/p/bf4025ec28d/fe88bcf22c6cf7596dc211d.jpg?c=621,402,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Contact"
- }
- },
- "PeerInfo.GroupsInCommon": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.GroupsInCommon",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=632,760,306,306,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups In Common"
- }
- },
- "PeerInfo.Notifications": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Notifications",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=606,714,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Notifications"
- }
- },
"PeerInfo.Phone": {
"url": "https://translations.telegram.org/en/macos/profile/PeerInfo.Phone",
"photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=570,298,280,280,280,280",
@@ -272,46 +168,6 @@
"singular": "Thank you for your report"
}
},
- "PeerInfo.ScamWarning": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.ScamWarning",
- "photo_url": "https://telegra.ph/file/p/8b94f6eb58c/e4a0661006d3231df71ef1d.jpg?c=527,145,1046,1046,280,280",
- "has_binding": true,
- "values": {
- "singular": "
⚠️ Warning: Many users reported this account as a scam or a fake account. Please be careful, especially if it asks you for money."
- }
- },
- "PeerInfo.SendMessage": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.SendMessage",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=617,427,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send Message"
- }
- },
- "PeerInfo.ShareContact": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.ShareContact",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=615,489,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share Contact"
- }
- },
- "PeerInfo.SharedMedia": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.SharedMedia",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=612,650,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Shared Media"
- }
- },
- "PeerInfo.StartSecretChat": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.StartSecretChat",
- "photo_url": "https://telegra.ph/file/p/0f948e503e3/4e96e545385043afab9e21d.jpg?c=633,553,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Start Secret Chat"
- }
- },
"PeerInfo.UnblockUser": {
"url": "https://translations.telegram.org/en/macos/profile/PeerInfo.UnblockUser",
"photo_url": "https://telegra.ph/file/p/9b83e96b182/6bc992bc2a4b10d67972a1d.jpg?c=723,1219,280,280,280,280",
@@ -328,14 +184,6 @@
"singular": "Verified Account"
}
},
- "PeerInfo.bio": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.bio",
- "photo_url": "https://telegra.ph/file/p/9b83e96b182/6bc992bc2a4b10d67972a1d.jpg?c=667,502,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "bio"
- }
- },
"PeerInfo.birthday": {
"url": "https://translations.telegram.org/en/macos/profile/PeerInfo.birthday",
"photo_url": "https://telegra.ph/file/p/6dc7a4f5e00/4eb55be90c6afe9efcf0717.jpg?c=81,357,280,280,280,280",
@@ -344,22 +192,6 @@
"singular": "birthday"
}
},
- "PeerInfo.scam": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.scam",
- "photo_url": "https://telegra.ph/file/p/8b94f6eb58c/e4a0661006d3231df71ef1d.jpg?c=562,315,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "scam"
- }
- },
- "PeerInfo.username": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerInfo.username",
- "photo_url": "https://telegra.ph/file/p/9b83e96b182/6bc992bc2a4b10d67972a1d.jpg?c=699,603,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "username"
- }
- },
"PeerMedia.ArchivePosts": {
"url": "https://translations.telegram.org/en/macos/profile/PeerMedia.ArchivePosts",
"photo_url": "https://telegra.ph/file/p/3c8371d3f1a/ee52e8246f3cd5fcec1d717.jpg?c=246,97,280,280,280,280",
@@ -368,22 +200,6 @@
"singular": "Archived Posts"
}
},
- "PeerMedia.CommonGroups": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerMedia.CommonGroups",
- "photo_url": "https://telegra.ph/file/p/3a3ed090833/7876e80ffe11c422af48916.jpg?c=22,182,278,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Groups"
- }
- },
- "PeerMedia.Members": {
- "url": "https://translations.telegram.org/en/macos/profile/PeerMedia.Members",
- "photo_url": "https://telegra.ph/file/p/bf8ebf4d5a8/54ff0e108fd4edc1f29ef16.jpg?c=0,120,279,280,278,280",
- "has_binding": true,
- "values": {
- "singular": "Members"
- }
- },
"PeerMedia.Posts": {
"url": "https://translations.telegram.org/en/macos/profile/PeerMedia.Posts",
"photo_url": "https://telegra.ph/file/p/3c8371d3f1a/ee52e8246f3cd5fcec1d717.jpg?c=119,97,280,280,280,280",
@@ -470,30 +286,6 @@
"plural": "
%d voice messages"
}
},
- "Telegram.PeerInfoController": {
- "url": "https://translations.telegram.org/en/macos/profile/Telegram.PeerInfoController",
- "photo_url": "https://telegra.ph/file/p/9b83e96b182/6bc992bc2a4b10d67972a1d.jpg?c=1048,110,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Info"
- }
- },
- "Text.CopyLabel_Bio": {
- "url": "https://translations.telegram.org/en/macos/profile/Text.CopyLabel_Bio",
- "photo_url": "https://telegra.ph/file/p/426c480b562/def2a2463d2e44c2c544116.jpg?c=0,88,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Bio"
- }
- },
- "Text.CopyLabel_Username": {
- "url": "https://translations.telegram.org/en/macos/profile/Text.CopyLabel_Username",
- "photo_url": "https://telegra.ph/file/p/af4b3f88c6b/6886513c02572c0b1878116.jpg?c=2,115,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Username"
- }
- },
"UserInfo.ResetPhoto": {
"url": "https://translations.telegram.org/en/macos/profile/UserInfo.ResetPhoto",
"photo_url": "https://telegra.ph/file/p/c7dc1f3771a/8aa73336deace4965b28717.jpg?c=114,568,288,288,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/macos/settings.json b/data/web_tr/translations.telegram.org/en/macos/settings.json
index ed9adf9a0f..3d526597ed 100644
--- a/data/web_tr/translations.telegram.org/en/macos/settings.json
+++ b/data/web_tr/translations.telegram.org/en/macos/settings.json
@@ -23,6 +23,14 @@
"singular": "Telegram FAQ"
}
},
+ "AccountSettings.Filters": {
+ "url": "https://translations.telegram.org/en/macos/settings/AccountSettings.Filters",
+ "photo_url": "https://telegra.ph/file/p/938d555bc82/5584a8fe97f5f7110315a16.jpg?c=2,127,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Chat Folders"
+ }
+ },
"AccountSettings.Premium": {
"url": "https://translations.telegram.org/en/macos/settings/AccountSettings.Premium",
"photo_url": "https://telegra.ph/file/p/f90775fb272/8c4665be323487585e9b017.jpg?c=71,674,280,280,280,280",
@@ -223,6 +231,22 @@
"singular": "Auto-Night Mode"
}
},
+ "Appearance.Settings.AutoNightHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/Appearance.Settings.AutoNightHeader",
+ "photo_url": "https://telegra.ph/file/p/9420fa996d4/05f99648c523f2a0bbd7016.jpg?c=2,163,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "AUTO-NIGHT MODE"
+ }
+ },
+ "Appearance.Settings.BubblesMode": {
+ "url": "https://translations.telegram.org/en/macos/settings/Appearance.Settings.BubblesMode",
+ "photo_url": "https://telegra.ph/file/p/9420fa996d4/05f99648c523f2a0bbd7016.jpg?c=2,110,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Bubble Mode"
+ }
+ },
"Appearance.Settings.DarkMode": {
"url": "https://translations.telegram.org/en/macos/settings/Appearance.Settings.DarkMode",
"photo_url": "https://telegra.ph/file/p/036d298ee3e/43be12517289f2a11de1316.jpg?c=0,164,280,280,280,280",
@@ -271,6 +295,54 @@
"singular": "Share"
}
},
+ "AppearanceSettings.ChatPreview.1": {
+ "url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.ChatPreview.1",
+ "photo_url": "https://telegra.ph/file/p/9420fa996d4/05f99648c523f2a0bbd7016.jpg?c=13,34,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Good morning!
👋"
+ }
+ },
+ "AppearanceSettings.ChatPreview.2": {
+ "url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.ChatPreview.2",
+ "photo_url": "https://telegra.ph/file/p/9420fa996d4/05f99648c523f2a0bbd7016.jpg?c=5,51,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do you know what time it is?"
+ }
+ },
+ "AppearanceSettings.ChatPreview.3": {
+ "url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.ChatPreview.3",
+ "photo_url": "https://telegra.ph/file/p/9420fa996d4/05f99648c523f2a0bbd7016.jpg?c=12,59,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "It's morning in Tokyo
😎"
+ }
+ },
+ "AppearanceSettings.ColorTheme.dayClassic": {
+ "url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.ColorTheme.dayClassic",
+ "photo_url": "https://telegra.ph/file/p/9420fa996d4/05f99648c523f2a0bbd7016.jpg?c=2,82,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Day Classic"
+ }
+ },
+ "AppearanceSettings.ColorTheme.nightAccent": {
+ "url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.ColorTheme.nightAccent",
+ "photo_url": "https://telegra.ph/file/p/18ba7585c07/48132bad0476491dcd4b016.jpg?c=2,84,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Night Accent"
+ }
+ },
+ "AppearanceSettings.ColorTheme.system": {
+ "url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.ColorTheme.system",
+ "photo_url": "https://telegra.ph/file/p/18ba7585c07/48132bad0476491dcd4b016.jpg?c=8,83,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "System"
+ }
+ },
"AppearanceSettings.FollowSystemAppearance": {
"url": "https://translations.telegram.org/en/macos/settings/AppearanceSettings.FollowSystemAppearance",
"photo_url": "https://telegra.ph/file/p/da74b3b322d/5bd00cccbd3b9c8642c7b1d.jpg?c=20,273,329,329,280,280",
@@ -327,6 +399,86 @@
"singular": "Up to
%@ for all chats"
}
},
+ "AutoNight.Settings.PreferredTheme": {
+ "url": "https://translations.telegram.org/en/macos/settings/AutoNight.Settings.PreferredTheme",
+ "photo_url": "https://telegra.ph/file/p/18ba7585c07/48132bad0476491dcd4b016.jpg?c=2,62,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "PREFERRED DARK THEME"
+ }
+ },
+ "AutoNight.Settings.SystemBased": {
+ "url": "https://translations.telegram.org/en/macos/settings/AutoNight.Settings.SystemBased",
+ "photo_url": "https://telegra.ph/file/p/18ba7585c07/48132bad0476491dcd4b016.jpg?c=1,44,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "System"
+ }
+ },
+ "AutoNight.Settings.UpdateLocation.Error": {
+ "url": "https://translations.telegram.org/en/macos/settings/AutoNight.Settings.UpdateLocation.Error",
+ "photo_url": "https://telegra.ph/file/p/acd9a16a305/b990cfbc34c79f00f5f6f16.jpg?c=8,26,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Can't determine your location. Please check your system settings and try again."
+ }
+ },
+ "Bio.Header": {
+ "url": "https://translations.telegram.org/en/macos/settings/Bio.Header",
+ "photo_url": "https://telegra.ph/file/p/a242e69c7ec/b3f6753bbda0b8b2f768916.jpg?c=1,55,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "BIO"
+ }
+ },
+ "CallSettings.Camera.Title": {
+ "url": "https://translations.telegram.org/en/macos/settings/CallSettings.Camera.Title",
+ "photo_url": "https://telegra.ph/file/p/fded173f874/18f943c7915484535f3f416.jpg?c=4,11,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "CAMERA"
+ }
+ },
+ "CallSettings.Device.Default": {
+ "url": "https://translations.telegram.org/en/macos/settings/CallSettings.Device.Default",
+ "photo_url": "https://telegra.ph/file/p/fded173f874/18f943c7915484535f3f416.jpg?c=16,20,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Default"
+ }
+ },
+ "CallSettings.Input.Text": {
+ "url": "https://translations.telegram.org/en/macos/settings/CallSettings.Input.Text",
+ "photo_url": "https://telegra.ph/file/p/422cb69f923/f65bef9ac52ab3f2dd3ef1d.jpg?c=41,248,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Input device"
+ }
+ },
+ "CallSettings.Input.Title": {
+ "url": "https://translations.telegram.org/en/macos/settings/CallSettings.Input.Title",
+ "photo_url": "https://telegra.ph/file/p/422cb69f923/f65bef9ac52ab3f2dd3ef1d.jpg?c=41,206,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "MICROPHONE"
+ }
+ },
+ "CallSettings.InputLevel": {
+ "url": "https://translations.telegram.org/en/macos/settings/CallSettings.InputLevel",
+ "photo_url": "https://telegra.ph/file/p/24774b5d32a/8cfdf3dd33165315091d816.jpg?c=2,34,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Input Level"
+ }
+ },
+ "CallSettings.Title": {
+ "url": "https://translations.telegram.org/en/macos/settings/CallSettings.Title",
+ "photo_url": "https://telegra.ph/file/p/422cb69f923/f65bef9ac52ab3f2dd3ef1d.jpg?c=212,17,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Call Settings"
+ }
+ },
"ChangeNumber.SendData.Error.InvalidPhoneNumber": {
"url": "https://translations.telegram.org/en/macos/settings/ChangeNumber.SendData.Error.InvalidPhoneNumber",
"photo_url": "https://telegra.ph/file/p/32ee6faf452/d385ef91093cfa34dafef1d.jpg?c=481,26,655,655,280,280",
@@ -343,6 +495,14 @@
"singular": "The number
%@ is already connected to a Telegram account. Please delete that account before using this number."
}
},
+ "ChangePhoneNumber.Intro.Alert": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChangePhoneNumber.Intro.Alert",
+ "photo_url": "https://telegra.ph/file/p/8e4534e4383/585236fc43384bf3938c31d.jpg?c=482,29,663,663,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Users will see your new number if they have it in their address book or your privacy settings allow them to see it. You can modify this in Settings > Privacy and Security > Phone number."
+ }
+ },
"ChangePhoneNumber.Intro.Description": {
"url": "https://translations.telegram.org/en/macos/settings/ChangePhoneNumber.Intro.Description",
"photo_url": "https://telegra.ph/file/p/f01cacee512/f44ac767b74cb03c17f881d.jpg?c=635,164,759,759,280,280",
@@ -351,6 +511,14 @@
"singular": "You can change your Telegram number here. Your account and all your cloud data — messages, media, contacts, etc. will be moved to the new number."
}
},
+ "ChannelEventFilter.Calls": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChannelEventFilter.Calls",
+ "photo_url": "https://telegra.ph/file/p/e582efb7367/c0da36a2193f91dc0b7be16.jpg?c=4,59,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Calls"
+ }
+ },
"ChannelVisibility.Forwarding.GroupInfo1": {
"url": "https://translations.telegram.org/en/macos/settings/ChannelVisibility.Forwarding.GroupInfo1",
"photo_url": "https://telegra.ph/file/p/3ec1b311ec1/d5dd585dd09d8a2552e0217.jpg?c=18,570,574,574,280,280",
@@ -415,6 +583,30 @@
"singular": "WHO CAN SEND MESSAGES?"
}
},
+ "Chat.Confirm.PinFor": {
+ "url": "https://translations.telegram.org/en/macos/settings/Chat.Confirm.PinFor",
+ "photo_url": "https://telegra.ph/file/p/cf8002de8c1/4e2047b8a711b388d750e16.jpg?c=10,21,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Pin for me and
%@"
+ }
+ },
+ "Chat.Confirm.PinOld": {
+ "url": "https://translations.telegram.org/en/macos/settings/Chat.Confirm.PinOld",
+ "photo_url": "https://telegra.ph/file/p/cf8002de8c1/4e2047b8a711b388d750e16.jpg?c=10,13,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do you want to pin an older message while leaving a more recent one pinned?"
+ }
+ },
+ "Chat.InstantView": {
+ "url": "https://translations.telegram.org/en/macos/settings/Chat.InstantView",
+ "photo_url": "https://telegra.ph/file/p/f85ff9095d4/f09c8ceabba7f5e25b0611d.jpg?c=25,1103,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "INSTANT VIEW"
+ }
+ },
"Chat.WP.SelectFromFile": {
"url": "https://translations.telegram.org/en/macos/settings/Chat.WP.SelectFromFile",
"photo_url": "https://telegra.ph/file/p/f6c13aab81b/387fac880c229608db6131d.jpg?c=845,917,280,280,280,280",
@@ -423,6 +615,70 @@
"singular": "Select From File"
}
},
+ "ChatList.Filter.Error.LikeChats": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Filter.Error.LikeChats",
+ "photo_url": "https://telegra.ph/file/p/9aa2f06ea17/663fe381ee4cbee60719e17.jpg?c=83,436,345,345,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Can’t create a folder that includes all your chats."
+ }
+ },
+ "ChatList.Filter.Tilte.Default.Unmuted": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Filter.Tilte.Default.Unmuted",
+ "photo_url": "https://telegra.ph/file/p/6238fd668d9/a65b1504616eb57ce831d17.jpg?c=29,146,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unmuted"
+ }
+ },
+ "ChatList.Mute.1Day": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Mute.1Day",
+ "photo_url": "https://telegra.ph/file/p/4840f2a7bb8/c397c167987a57e3759d816.jpg?c=3,116,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "For 1 Day"
+ }
+ },
+ "ChatList.Mute.1Hour": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Mute.1Hour",
+ "photo_url": "https://telegra.ph/file/p/4840f2a7bb8/c397c167987a57e3759d816.jpg?c=3,78,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "For 1 Hour"
+ }
+ },
+ "ChatList.Mute.3Days": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Mute.3Days",
+ "photo_url": "https://telegra.ph/file/p/4840f2a7bb8/c397c167987a57e3759d816.jpg?c=3,129,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "For 3 Days"
+ }
+ },
+ "ChatList.Mute.4Hours": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Mute.4Hours",
+ "photo_url": "https://telegra.ph/file/p/4840f2a7bb8/c397c167987a57e3759d816.jpg?c=2,89,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "For 4 Hours"
+ }
+ },
+ "ChatList.Mute.8Hours": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Mute.8Hours",
+ "photo_url": "https://telegra.ph/file/p/4840f2a7bb8/c397c167987a57e3759d816.jpg?c=4,102,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "For 8 Hours"
+ }
+ },
+ "ChatList.Mute.Forever": {
+ "url": "https://translations.telegram.org/en/macos/settings/ChatList.Mute.Forever",
+ "photo_url": "https://telegra.ph/file/p/4840f2a7bb8/c397c167987a57e3759d816.jpg?c=4,141,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Forever"
+ }
+ },
"Context.Remove": {
"url": "https://translations.telegram.org/en/macos/settings/Context.Remove",
"photo_url": "https://telegra.ph/file/p/995ef4cb0e4/8851975a181911bc598d017.jpg?c=154,445,280,280,280,280",
@@ -447,6 +703,30 @@
"singular": "Suggest Animated Emoji"
}
},
+ "DarkMode.Confirm.NightMode.Header": {
+ "url": "https://translations.telegram.org/en/macos/settings/DarkMode.Confirm.NightMode.Header",
+ "photo_url": "https://telegra.ph/file/p/46c74575798/1c9505e8f05f94551e26216.jpg?c=6,15,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Night Mode"
+ }
+ },
+ "DarkMode.Confirm.NightMode.OK": {
+ "url": "https://translations.telegram.org/en/macos/settings/DarkMode.Confirm.NightMode.OK",
+ "photo_url": "https://telegra.ph/file/p/46c74575798/1c9505e8f05f94551e26216.jpg?c=20,41,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Disable"
+ }
+ },
+ "DarkMode.Confirm.NightMode.Text": {
+ "url": "https://translations.telegram.org/en/macos/settings/DarkMode.Confirm.NightMode.Text",
+ "photo_url": "https://telegra.ph/file/p/46c74575798/1c9505e8f05f94551e26216.jpg?c=14,23,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You have enabled auto-night mode. If you want to change dark mode settings, you'll need to disable it first."
+ }
+ },
"DataAndStorage.AutomaticDownload.GIFs": {
"url": "https://translations.telegram.org/en/macos/settings/DataAndStorage.AutomaticDownload.GIFs",
"photo_url": "https://telegra.ph/file/p/4f26b62131e/96e0230398e91ebe7ad301d.jpg?c=558,710,280,280,280,280",
@@ -519,6 +799,14 @@
"singular": "Add Account"
}
},
+ "EditAccount.Title": {
+ "url": "https://translations.telegram.org/en/macos/settings/EditAccount.Title",
+ "photo_url": "https://telegra.ph/file/p/a242e69c7ec/b3f6753bbda0b8b2f768916.jpg?c=10,10,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Profile"
+ }
+ },
"EditAvatar.PhotoOrVideo": {
"url": "https://translations.telegram.org/en/macos/settings/EditAvatar.PhotoOrVideo",
"photo_url": "https://telegra.ph/file/p/7847be0c3ca/936d0be59d3f4490a4cbd16.jpg?c=5,42,280,280,280,280",
@@ -615,6 +903,30 @@
"singular": "Usernames must have at least 5 characters."
}
},
+ "Error.Username.NumberStart": {
+ "url": "https://translations.telegram.org/en/macos/settings/Error.Username.NumberStart",
+ "photo_url": "https://telegra.ph/file/p/6d72bac714c/eb7e7870af35249745fb91d.jpg?c=608,107,553,553,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Usernames can't start with a number."
+ }
+ },
+ "GeneralSettings.AcceptSecretChats": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.AcceptSecretChats",
+ "photo_url": "https://telegra.ph/file/p/9b09d7144b5/efa36a3df167b2ce0edf71d.jpg?c=629,926,330,330,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Accept Secret Chats"
+ }
+ },
+ "GeneralSettings.AdvancedHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.AdvancedHeader",
+ "photo_url": "https://telegra.ph/file/p/d5a6c24b0a6/5f4f77fe5dd7d98062cf516.jpg?c=2,164,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "ADVANCED"
+ }
+ },
"GeneralSettings.BigEmoji": {
"url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.BigEmoji",
"photo_url": "https://telegra.ph/file/p/3b5b6f7ac25/7243c3319339abdfdfbef1d.jpg?c=606,587,280,280,280,280",
@@ -623,6 +935,22 @@
"singular": "Large Emoji"
}
},
+ "GeneralSettings.CallSettings.Header": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.CallSettings.Header",
+ "photo_url": "https://telegra.ph/file/p/dccee709457/9a4f3c7b137725e0ca18816.jpg?c=1,23,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "CALL SETTINGS"
+ }
+ },
+ "GeneralSettings.CallSettings.Text": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.CallSettings.Text",
+ "photo_url": "https://telegra.ph/file/p/dccee709457/9a4f3c7b137725e0ca18816.jpg?c=1,27,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Call Settings"
+ }
+ },
"GeneralSettings.CopyRTF": {
"url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.CopyRTF",
"photo_url": "https://telegra.ph/file/p/01c777fd32c/d4cd357b436df066afd221d.jpg?c=623,780,340,340,280,280",
@@ -631,6 +959,14 @@
"singular": "Copy Text Formatting"
}
},
+ "GeneralSettings.EmojiAndStickers": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.EmojiAndStickers",
+ "photo_url": "https://telegra.ph/file/p/2bd2c3c46b4/79d5c40efb9a674d5ffea17.jpg?c=19,35,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "EMOJI & STICKERS"
+ }
+ },
"GeneralSettings.EmojiReplacements": {
"url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.EmojiReplacements",
"photo_url": "https://telegra.ph/file/p/7c2c1baac7d/390a6109fc54e54ff60cc1d.jpg?c=598,528,451,451,280,280",
@@ -695,6 +1031,86 @@
"singular": "INSTANT VIEW"
}
},
+ "GeneralSettings.InterfaceHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.InterfaceHeader",
+ "photo_url": "https://telegra.ph/file/p/2bd2c3c46b4/79d5c40efb9a674d5ffea17.jpg?c=17,134,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "INTERFACE"
+ }
+ },
+ "GeneralSettings.MediaKeysForInAppPlayer": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.MediaKeysForInAppPlayer",
+ "photo_url": "https://telegra.ph/file/p/28534eb3e3b/b751cb6ca0566ab863cef1d.jpg?c=609,106,559,559,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Handle media keys for in-app player"
+ }
+ },
+ "GeneralSettings.OpenLatestChatOnLaunch": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.OpenLatestChatOnLaunch",
+ "photo_url": "https://telegra.ph/file/p/9b09d7144b5/efa36a3df167b2ce0edf71d.jpg?c=616,749,497,497,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reopen Last Chat On Launch"
+ }
+ },
+ "GeneralSettings.SendByCmdEnter": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.SendByCmdEnter",
+ "photo_url": "https://telegra.ph/file/p/7c2c1baac7d/390a6109fc54e54ff60cc1d.jpg?c=605,205,360,360,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send with ⌘ + Enter"
+ }
+ },
+ "GeneralSettings.SendByEnter": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.SendByEnter",
+ "photo_url": "https://telegra.ph/file/p/7c2c1baac7d/390a6109fc54e54ff60cc1d.jpg?c=610,156,288,288,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send with Enter"
+ }
+ },
+ "GeneralSettings.Shortcuts": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.Shortcuts",
+ "photo_url": "https://telegra.ph/file/p/2bd2c3c46b4/79d5c40efb9a674d5ffea17.jpg?c=21,254,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Keyboard Shortcuts"
+ }
+ },
+ "GeneralSettings.ShortcutsHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.ShortcutsHeader",
+ "photo_url": "https://telegra.ph/file/p/2bd2c3c46b4/79d5c40efb9a674d5ffea17.jpg?c=18,234,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "SHORTCUTS"
+ }
+ },
+ "GeneralSettings.ShowArticlesInSearch": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.ShowArticlesInSearch",
+ "photo_url": "https://telegra.ph/file/p/7c2c1baac7d/390a6109fc54e54ff60cc1d.jpg?c=600,662,418,418,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Suggest Articles in Search"
+ }
+ },
+ "GeneralSettings.ShowCallsTab": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.ShowCallsTab",
+ "photo_url": "https://telegra.ph/file/p/7c2c1baac7d/390a6109fc54e54ff60cc1d.jpg?c=600,701,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show Calls Tab"
+ }
+ },
+ "GeneralSettings.StatusBarItem": {
+ "url": "https://translations.telegram.org/en/macos/settings/GeneralSettings.StatusBarItem",
+ "photo_url": "https://telegra.ph/file/p/2054fc51b2e/29400457b3ed4ac263e4d1d.jpg?c=11,258,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show Icon in Menu Bar"
+ }
+ },
"GlobalTimer.Block.Enabled.Info": {
"url": "https://translations.telegram.org/en/macos/settings/GlobalTimer.Block.Enabled.Info",
"photo_url": "https://telegra.ph/file/p/4d5cccbce13/6fb7299dfc7c9df3484ff17.jpg?c=18,440,572,572,280,280",
@@ -775,6 +1191,22 @@
"singular": "no pinning"
}
},
+ "GroupPermission.Title": {
+ "url": "https://translations.telegram.org/en/macos/settings/GroupPermission.Title",
+ "photo_url": "https://telegra.ph/file/p/aa417dd012d/8b68950ad61b8e6e455c016.jpg?c=10,18,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Exception"
+ }
+ },
+ "InstalledStickers.Archived": {
+ "url": "https://translations.telegram.org/en/macos/settings/InstalledStickers.Archived",
+ "photo_url": "https://telegra.ph/file/p/c69b029304a/169a4b971dfe031182d241d.jpg?c=633,188,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Archived Stickers"
+ }
+ },
"InstalledStickers.CustomEmoji": {
"url": "https://translations.telegram.org/en/macos/settings/InstalledStickers.CustomEmoji",
"photo_url": "https://telegra.ph/file/p/2dee77b1c6e/ff139334e92c9d18f5bb317.jpg?c=45,343,280,280,280,280",
@@ -783,6 +1215,22 @@
"singular": "Custom Emoji"
}
},
+ "InstalledStickers.Descrpiption": {
+ "url": "https://translations.telegram.org/en/macos/settings/InstalledStickers.Descrpiption",
+ "photo_url": "https://telegra.ph/file/p/c69b029304a/169a4b971dfe031182d241d.jpg?c=540,93,990,990,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create your own sticker sets using the @stickers bot.
Click on a sticker to view and add the whole set."
+ }
+ },
+ "InstalledStickers.PacksTitle": {
+ "url": "https://translations.telegram.org/en/macos/settings/InstalledStickers.PacksTitle",
+ "photo_url": "https://telegra.ph/file/p/c69b029304a/169a4b971dfe031182d241d.jpg?c=613,268,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "STICKER SETS"
+ }
+ },
"InstalledStickers.QuickReaction": {
"url": "https://translations.telegram.org/en/macos/settings/InstalledStickers.QuickReaction",
"photo_url": "https://telegra.ph/file/p/5b582bf4fb0/e4a7e688fb7a1511868ba16.jpg?c=0,92,280,280,280,280",
@@ -1007,6 +1455,14 @@
"singular": "Data Sent"
}
},
+ "NetworkUsage.NetworkUsage": {
+ "url": "https://translations.telegram.org/en/macos/settings/NetworkUsage.NetworkUsage",
+ "photo_url": "https://telegra.ph/file/p/41fabc33dbf/84ba1b35896b49baf18671d.jpg?c=1109,10,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Network Usage"
+ }
+ },
"NewTheme.Create": {
"url": "https://translations.telegram.org/en/macos/settings/NewTheme.Create",
"photo_url": "https://telegra.ph/file/p/770a294d90c/9692db93ea0504d4f18cf17.jpg?c=289,63,280,280,280,280",
@@ -1055,6 +1511,54 @@
"singular": "All Accounts"
}
},
+ "NotificationSettings.BadgeEnabled": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.BadgeEnabled",
+ "photo_url": "https://telegra.ph/file/p/b3f2d0f746f/bb10251a2913d4919ca0416.jpg?c=1,109,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enabled"
+ }
+ },
+ "NotificationSettings.BounceDockIcon": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.BounceDockIcon",
+ "photo_url": "https://telegra.ph/file/p/902184e566e/f71955dbd250ca10bfbd217.jpg?c=39,328,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bounce Dock Icon"
+ }
+ },
+ "NotificationSettings.ContactJoined": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.ContactJoined",
+ "photo_url": "https://telegra.ph/file/p/27227cc7aaf/a03b9d80d896871e32ec01d.jpg?c=613,889,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Contacts"
+ }
+ },
+ "NotificationSettings.ContactJoinedInfo": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.ContactJoinedInfo",
+ "photo_url": "https://telegra.ph/file/p/27227cc7aaf/a03b9d80d896871e32ec01d.jpg?c=562,446,1049,1049,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Receive notifications when one of your contacts becomes available on Telegram."
+ }
+ },
+ "NotificationSettings.IncludeGroups": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.IncludeGroups",
+ "photo_url": "https://telegra.ph/file/p/b3f2d0f746f/bb10251a2913d4919ca0416.jpg?c=1,119,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Include Groups"
+ }
+ },
+ "NotificationSettings.SendMessageEffect": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.SendMessageEffect",
+ "photo_url": "https://telegra.ph/file/p/b3f2d0f746f/bb10251a2913d4919ca0416.jpg?c=1,89,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sent Message"
+ }
+ },
"NotificationSettings.ShowNotificationsFrom": {
"url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.ShowNotificationsFrom",
"photo_url": "https://telegra.ph/file/p/5de693a57d9/e90352e4ad52909af2f401d.jpg?c=615,86,397,397,280,280",
@@ -1071,6 +1575,54 @@
"singular": "Turn this on if you want to receive notifications from all your accounts."
}
},
+ "NotificationSettings.ShowNotificationsFrom.On": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.ShowNotificationsFrom.On",
+ "photo_url": "https://telegra.ph/file/p/5de693a57d9/e90352e4ad52909af2f401d.jpg?c=558,50,806,806,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Turn this off if you want to receive notifications only from the account you are currently using."
+ }
+ },
+ "NotificationSettings.Snoof": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.Snoof",
+ "photo_url": "https://telegra.ph/file/p/27227cc7aaf/a03b9d80d896871e32ec01d.jpg?c=624,1048,302,302,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show Notifications"
+ }
+ },
+ "NotificationSettings.Snoof.Off": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.Snoof.Off",
+ "photo_url": "https://telegra.ph/file/p/27227cc7aaf/a03b9d80d896871e32ec01d.jpg?c=594,783,720,720,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Turn this on if you want to always receive notifications."
+ }
+ },
+ "NotificationSettings.Snoof.On": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.Snoof.On",
+ "photo_url": "https://telegra.ph/file/p/2cd8179919a/4e62b43c0367c96b3390e1d.jpg?c=560,416,751,751,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Turn this off if you want to receive notifications only when application is not in focus."
+ }
+ },
+ "NotificationSettings.SnoofHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.SnoofHeader",
+ "photo_url": "https://telegra.ph/file/p/27227cc7aaf/a03b9d80d896871e32ec01d.jpg?c=621,974,335,335,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "WHEN APP IS IN FOCUS"
+ }
+ },
+ "NotificationSettings.SoundEffects": {
+ "url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.SoundEffects",
+ "photo_url": "https://telegra.ph/file/p/b3f2d0f746f/bb10251a2913d4919ca0416.jpg?c=2,81,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "SOUND EFFECTS"
+ }
+ },
"NotificationSettings.ToggleNotifications.Header": {
"url": "https://translations.telegram.org/en/macos/settings/NotificationSettings.ToggleNotifications.Header",
"photo_url": "https://telegra.ph/file/p/27227cc7aaf/a03b9d80d896871e32ec01d.jpg?c=611,108,280,280,280,280",
@@ -1399,6 +1951,30 @@
"singular": "To lock, hover over the Settings icon in the tab bar and choose \"Lock Telegram\" or use ⌘ + L.
Note: if you forget your local passcode, you'll need to log out of Telegram for macOS and log in again."
}
},
+ "Peer.Status.online": {
+ "url": "https://translations.telegram.org/en/macos/settings/Peer.Status.online",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=1278,152,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "online"
+ }
+ },
+ "PeerInfo.Action.Statistics": {
+ "url": "https://translations.telegram.org/en/macos/settings/PeerInfo.Action.Statistics",
+ "photo_url": "https://telegra.ph/file/p/89abb19e7c7/1de2923cca171a1abd1c616.jpg?c=13,111,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Statistics"
+ }
+ },
+ "PeerInfo.Notifications": {
+ "url": "https://translations.telegram.org/en/macos/settings/PeerInfo.Notifications",
+ "photo_url": "https://telegra.ph/file/p/902184e566e/f71955dbd250ca10bfbd217.jpg?c=160,7,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Notifications"
+ }
+ },
"PeerInfo.NotificationsDefault": {
"url": "https://translations.telegram.org/en/macos/settings/PeerInfo.NotificationsDefault",
"photo_url": "https://telegra.ph/file/p/09facdae4fe/a2f5176181cd8a5cc9e6016.jpg?c=13,44,280,280,280,280",
@@ -1743,6 +2319,30 @@
"singular": "Are you sure you want to remove your public photo?"
}
},
+ "PrivacyAndSecurity.AutoArchiveDesc": {
+ "url": "https://translations.telegram.org/en/macos/settings/PrivacyAndSecurity.AutoArchiveDesc",
+ "photo_url": "https://telegra.ph/file/p/8c1b7e23a0a/9d4ec4362756190eee57216.jpg?c=11,137,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Automatically archive and mute new chats, groups and channels from non-contacts."
+ }
+ },
+ "PrivacyAndSecurity.AutoArchiveHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/PrivacyAndSecurity.AutoArchiveHeader",
+ "photo_url": "https://telegra.ph/file/p/8c1b7e23a0a/9d4ec4362756190eee57216.jpg?c=4,121,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "NEW CHATS FROM UNKNOWN USERS"
+ }
+ },
+ "PrivacyAndSecurity.AutoArchiveText": {
+ "url": "https://translations.telegram.org/en/macos/settings/PrivacyAndSecurity.AutoArchiveText",
+ "photo_url": "https://telegra.ph/file/p/8c1b7e23a0a/9d4ec4362756190eee57216.jpg?c=2,128,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Archive and Mute"
+ }
+ },
"PrivacyAndSecurity.BlockedUsers": {
"url": "https://translations.telegram.org/en/macos/settings/PrivacyAndSecurity.BlockedUsers",
"photo_url": "https://telegra.ph/file/p/247624325ff/5db237318b9e4b4d1b5b21d.jpg?c=1667,102,280,280,280,280",
@@ -2352,6 +2952,30 @@
"singular": "Quick Reaction"
}
},
+ "RecentSessions.IncompleteAttemptDesc": {
+ "url": "https://translations.telegram.org/en/macos/settings/RecentSessions.IncompleteAttemptDesc",
+ "photo_url": "https://telegra.ph/file/p/9352ec19001/748b6d6b021c592d828881d.jpg?c=553,209,908,908,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "These devices have no access to your account. The code was entered correctly, but no correct password was given."
+ }
+ },
+ "RecentSessions.IncompleteAttemptHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/RecentSessions.IncompleteAttemptHeader",
+ "photo_url": "https://telegra.ph/file/p/9352ec19001/748b6d6b021c592d828881d.jpg?c=619,353,430,430,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "INCOMPLETE LOGIN ATTEMPTS"
+ }
+ },
+ "RecentSessions.Revoke": {
+ "url": "https://translations.telegram.org/en/macos/settings/RecentSessions.Revoke",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=1269,510,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Revoke"
+ }
+ },
"RecentSessions.TTL.Header": {
"url": "https://translations.telegram.org/en/macos/settings/RecentSessions.TTL.Header",
"photo_url": "https://telegra.ph/file/p/42122805aab/f8da8d70e5750b6be72cb16.jpg?c=5,244,280,280,280,280",
@@ -2448,6 +3072,302 @@
"singular": "Session"
}
},
+ "Sessions.ActiveSessionsHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/Sessions.ActiveSessionsHeader",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=634,412,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "ACTIVE SESSIONS"
+ }
+ },
+ "Sessions.CurrentSessionHeader": {
+ "url": "https://translations.telegram.org/en/macos/settings/Sessions.CurrentSessionHeader",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=634,105,296,296,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "THIS DEVICE"
+ }
+ },
+ "Sessions.TerminateDescription": {
+ "url": "https://translations.telegram.org/en/macos/settings/Sessions.TerminateDescription",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=608,214,575,575,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Logs out all devices except for this one."
+ }
+ },
+ "Sessions.TerminateOthers": {
+ "url": "https://translations.telegram.org/en/macos/settings/Sessions.TerminateOthers",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=621,220,439,439,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Terminate all other sessions"
+ }
+ },
+ "SettingsSearch.EmptyItem": {
+ "url": "https://translations.telegram.org/en/macos/settings/SettingsSearch.EmptyItem",
+ "photo_url": "https://telegra.ph/file/p/f52a0e73a11/814edc357bc67e77dd31616.jpg?c=10,80,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Search results from Settings and the Telegram FAQ will appear here."
+ }
+ },
+ "ShortcutsController.Chat": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Chat",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,17,277,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "CHAT"
+ }
+ },
+ "ShortcutsController.Chat.EditLastMessage": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Chat.EditLastMessage",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,47,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit Last Message"
+ }
+ },
+ "ShortcutsController.Chat.OpenInfo": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Chat.OpenInfo",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,23,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Open Info"
+ }
+ },
+ "ShortcutsController.Chat.RecordVoiceMessage": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Chat.RecordVoiceMessage",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,59,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Record Voice/Video Message"
+ }
+ },
+ "ShortcutsController.Chat.SearchMessages": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Chat.SearchMessages",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,71,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Search Messages"
+ }
+ },
+ "ShortcutsController.Chat.SelectMessageToReply": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Chat.SelectMessageToReply",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,35,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Select Message To Reply"
+ }
+ },
+ "ShortcutsController.Gestures": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,271,277,280,276,280",
+ "has_binding": false,
+ "values": {
+ "singular": "GESTURES"
+ }
+ },
+ "ShortcutsController.Gestures.ChatAction": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.ChatAction",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,291,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Chat List Actions"
+ }
+ },
+ "ShortcutsController.Gestures.ChatAction.Value": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.ChatAction.Value",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=21,297,279,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Swipe Left or Right"
+ }
+ },
+ "ShortcutsController.Gestures.Navigation": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.Navigation",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,309,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Navigation Back"
+ }
+ },
+ "ShortcutsController.Gestures.Navigations.Value": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.Navigations.Value",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=21,309,279,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Swipe From Left To Right"
+ }
+ },
+ "ShortcutsController.Gestures.Reply": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.Reply",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,285,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reply"
+ }
+ },
+ "ShortcutsController.Gestures.Reply.Value": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.Reply.Value",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=21,285,279,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Swipe From Right To Left"
+ }
+ },
+ "ShortcutsController.Gestures.Stickers": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.Stickers",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,316,278,276,278,276",
+ "has_binding": false,
+ "values": {
+ "singular": "Sticker/Emoji/GIF Panel"
+ }
+ },
+ "ShortcutsController.Gestures.Stickers.Value": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Gestures.Stickers.Value",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=21,316,279,276,278,276",
+ "has_binding": false,
+ "values": {
+ "singular": "Swipe Left or Right"
+ }
+ },
+ "ShortcutsController.Markdown": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Markdown",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,129,277,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "MARKDOWN"
+ }
+ },
+ "ShortcutsController.Markdown.Bold": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Markdown.Bold",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,139,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Bold"
+ }
+ },
+ "ShortcutsController.Markdown.Hyperlink": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Markdown.Hyperlink",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,175,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Hyperlink"
+ }
+ },
+ "ShortcutsController.Markdown.Italic": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Markdown.Italic",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,152,277,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Italic"
+ }
+ },
+ "ShortcutsController.Markdown.Monospace": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Markdown.Monospace",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,164,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Monospace"
+ }
+ },
+ "ShortcutsController.Markdown.Strikethrough": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Markdown.Strikethrough",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,188,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Strikethrough"
+ }
+ },
+ "ShortcutsController.Mouse": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Mouse",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,232,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "MOUSE"
+ }
+ },
+ "ShortcutsController.Mouse.FastReply": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Mouse.FastReply",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,244,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Fast Reply"
+ }
+ },
+ "ShortcutsController.Mouse.FastReply.Value": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Mouse.FastReply.Value",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=22,241,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Double Click"
+ }
+ },
+ "ShortcutsController.Mouse.ScheduleMessage": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Mouse.ScheduleMessage",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,255,279,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Schedule message"
+ }
+ },
+ "ShortcutsController.Mouse.ScheduleMessage.Value": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Mouse.ScheduleMessage.Value",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=21,257,279,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Option click on 'Send Message'"
+ }
+ },
+ "ShortcutsController.Others": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Others",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,205,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "OTHERS"
+ }
+ },
+ "ShortcutsController.Others.LockByPasscode": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Others.LockByPasscode",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,216,278,280,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Lock by Passcode"
+ }
+ },
+ "ShortcutsController.Search": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Search",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,89,277,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "SEARCH"
+ }
+ },
+ "ShortcutsController.Search.GlobalSearch": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Search.GlobalSearch",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,111,278,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Global Search"
+ }
+ },
+ "ShortcutsController.Search.QuickSearch": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Search.QuickSearch",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=0,99,277,280,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Quick Search"
+ }
+ },
+ "ShortcutsController.Title": {
+ "url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.Title",
+ "photo_url": "https://telegra.ph/file/p/4dcbc14f48a/54bb05240463a581aaf6416.jpg?c=10,6,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Shortcuts"
+ }
+ },
"ShortcutsController.VideoChat": {
"url": "https://translations.telegram.org/en/macos/settings/ShortcutsController.VideoChat",
"photo_url": "https://telegra.ph/file/p/22cc44b1f3a/1faaf53979ba596efe37116.jpg?c=0,137,280,280,280,280",
@@ -2488,6 +3408,14 @@
"singular": "Discover More"
}
},
+ "StickerSet.Remove": {
+ "url": "https://translations.telegram.org/en/macos/settings/StickerSet.Remove",
+ "photo_url": "https://telegra.ph/file/p/c69b029304a/169a4b971dfe031182d241d.jpg?c=1267,324,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remove"
+ }
+ },
"Stickers.Set.Count1": {
"url": "https://translations.telegram.org/en/macos/settings/Stickers.Set.Count1",
"photo_url": "https://telegra.ph/file/p/83fe06056ae/7d75f5d2f886a9c4921e01d.jpg?c=135,409,280,280,280,280",
@@ -2521,6 +3449,14 @@
"singular": "None"
}
},
+ "Stickers.SuggestStickers": {
+ "url": "https://translations.telegram.org/en/macos/settings/Stickers.SuggestStickers",
+ "photo_url": "https://telegra.ph/file/p/83fe06056ae/7d75f5d2f886a9c4921e01d.jpg?c=48,104,403,403,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Suggest Stickers by Emoji"
+ }
+ },
"Storage.ClearAll": {
"url": "https://translations.telegram.org/en/macos/settings/Storage.ClearAll",
"photo_url": "https://telegra.ph/file/p/52af56d096c/e0f3c040634fff9ffeae41d.jpg?c=597,318,280,280,280,280",
@@ -2601,6 +3537,14 @@
"singular": "Private Chats"
}
},
+ "StorageUsage.CleaningProcess": {
+ "url": "https://translations.telegram.org/en/macos/settings/StorageUsage.CleaningProcess",
+ "photo_url": "https://telegra.ph/file/p/beb78f830a7/bffc33e7f0d8de22b517516.jpg?c=0,28,279,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Freeing up space by clearing your local cache..."
+ }
+ },
"StorageUsage.ClearPart": {
"url": "https://translations.telegram.org/en/macos/settings/StorageUsage.ClearPart",
"photo_url": "https://telegra.ph/file/p/c61d7c39ad5/c35b588b4b33be13fc3ab17.jpg?c=157,334,288,288,280,280",
@@ -2761,6 +3705,14 @@
"singular": "Privacy and Security"
}
},
+ "Telegram.RecentSessionsController": {
+ "url": "https://translations.telegram.org/en/macos/settings/Telegram.RecentSessionsController",
+ "photo_url": "https://telegra.ph/file/p/3000e8dafdc/a6c93e031fa19fa3f6fd01d.jpg?c=952,17,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Active Sessions"
+ }
+ },
"Telegram.TwoStepVerificationUnlockController": {
"url": "https://translations.telegram.org/en/macos/settings/Telegram.TwoStepVerificationUnlockController",
"photo_url": "https://telegra.ph/file/p/18d69abe58a/907b7c6d131460b3372541d.jpg?c=859,15,352,352,280,280",
@@ -2793,6 +3745,70 @@
"singular": "Theme Preview"
}
},
+ "Time.PreciseDate_m10": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m10",
+ "photo_url": "https://telegra.ph/file/p/ca40f558498/eebd7267c893ef7d8a38b16.jpg?c=15,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Oct
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m11": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m11",
+ "photo_url": "https://telegra.ph/file/p/c9263b4703e/e1619555079aeda78b3f716.jpg?c=17,149,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Nov
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m3": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m3",
+ "photo_url": "https://telegra.ph/file/p/9c840a8437d/e67676b71d0815c8bd0ee16.jpg?c=19,149,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Mar
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m4": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m4",
+ "photo_url": "https://telegra.ph/file/p/dc9d39f2860/a3779c4fc6a25136474bb16.jpg?c=17,150,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Apr
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m5": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m5",
+ "photo_url": "https://telegra.ph/file/p/4b7b9572a67/146d18b87b196374cf06116.jpg?c=15,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "May
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m6": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m6",
+ "photo_url": "https://telegra.ph/file/p/8003be74d1d/ce20a76d2d6986347b11016.jpg?c=15,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Jun
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m8": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m8",
+ "photo_url": "https://telegra.ph/file/p/70f4388978e/f481444426191cb309ea916.jpg?c=17,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Aug
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m9": {
+ "url": "https://translations.telegram.org/en/macos/settings/Time.PreciseDate_m9",
+ "photo_url": "https://telegra.ph/file/p/12b4a95e2c5/f881c2b009b57b0a127f216.jpg?c=16,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sep
%@,
%@ at
%@"
+ }
+ },
"Timer.Years": {
"url": "https://translations.telegram.org/en/macos/settings/Timer.Years",
"photo_url": "https://telegra.ph/file/p/247624325ff/5db237318b9e4b4d1b5b21d.jpg?c=1659,969,280,280,280,280",
@@ -2850,6 +3866,14 @@
"singular": "Change Password"
}
},
+ "TwoStepAuth.ChangePasswordDesc": {
+ "url": "https://translations.telegram.org/en/macos/settings/TwoStepAuth.ChangePasswordDesc",
+ "photo_url": "https://telegra.ph/file/p/95158ce0c20/09549035e96199e32ccfb16.jpg?c=11,51,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter a new password which will be used to protect your data."
+ }
+ },
"TwoStepAuth.ConfirmEmailCodeDesc": {
"url": "https://translations.telegram.org/en/macos/settings/TwoStepAuth.ConfirmEmailCodeDesc",
"photo_url": "https://telegra.ph/file/p/a5d838c4fd2/6a4f230180da2628422c51d.jpg?c=23,72,885,885,280,280",
@@ -2970,6 +3994,14 @@
"singular": "Having trouble accessing your email
%@?"
}
},
+ "TwoStepAuth.RecoveryEmailUnavailableNew": {
+ "url": "https://translations.telegram.org/en/macos/settings/TwoStepAuth.RecoveryEmailUnavailableNew",
+ "photo_url": "https://telegra.ph/file/p/cd62ddff8a9/c5bab00aa433d9f05c12d1d.jpg?c=36,180,486,486,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unable to access your email
[
%@]()?"
+ }
+ },
"TwoStepAuth.RecoveryTitle": {
"url": "https://translations.telegram.org/en/macos/settings/TwoStepAuth.RecoveryTitle",
"photo_url": "https://telegra.ph/file/p/290f9685ab2/1ec319fd87747e801818f1d.jpg?c=884,14,280,280,280,280",
@@ -3066,6 +4098,14 @@
"singular": "Update Telegram"
}
},
+ "UsernameSettings.ChangeDescription": {
+ "url": "https://translations.telegram.org/en/macos/settings/UsernameSettings.ChangeDescription",
+ "photo_url": "https://telegra.ph/file/p/5fafd5db154/986d209ea1596d478fad41d.jpg?c=530,34,1033,1033,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can choose a username on Telegram. If you do, people will be able to find you by this username and contact you without needing your phone number.
You can use a-z, 0-9 and underscores. Minimum length is 5 characters."
+ }
+ },
"UsernameSettings.InputPlaceholder": {
"url": "https://translations.telegram.org/en/macos/settings/UsernameSettings.InputPlaceholder",
"photo_url": "https://telegra.ph/file/p/5fafd5db154/986d209ea1596d478fad41d.jpg?c=633,104,311,311,280,280",
@@ -3074,6 +4114,62 @@
"singular": "Enter your username"
}
},
+ "VoiceChat.ClickToUnmute.Secondary.PressDefault": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.ClickToUnmute.Secondary.PressDefault",
+ "photo_url": "https://telegra.ph/file/p/a553a0e11d5/61a0ac6823dc305fd6c5516.jpg?c=10,140,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "press ⎵"
+ }
+ },
+ "VoiceChat.Invite.GlobalSearch": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.Invite.GlobalSearch",
+ "photo_url": "https://telegra.ph/file/p/46cbc0afa89/0de64ad102a5f441e836f16.jpg?c=1,42,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "global search"
+ }
+ },
+ "VoiceChat.InviteMemberToGroupFirstAdd": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.InviteMemberToGroupFirstAdd",
+ "photo_url": "https://telegra.ph/file/p/9fe0156203c/3f1117da809b4f14420db16.jpg?c=20,26,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add"
+ }
+ },
+ "VoiceChat.InviteMemberToGroupFirstText": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.InviteMemberToGroupFirstText",
+ "photo_url": "https://telegra.ph/file/p/9fe0156203c/3f1117da809b4f14420db16.jpg?c=13,12,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ isn't a member of \"
%2$@\". Add them to the group?"
+ }
+ },
+ "VoiceChat.RemovePeer.Confirm": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.RemovePeer.Confirm",
+ "photo_url": "https://telegra.ph/file/p/76ba8950694/5bc764d12505915c1a85016.jpg?c=5,15,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to remove
%1$@ from the group?"
+ }
+ },
+ "VoiceChat.RemovePeer.Confirm.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.RemovePeer.Confirm.Cancel",
+ "photo_url": "https://telegra.ph/file/p/76ba8950694/5bc764d12505915c1a85016.jpg?c=13,27,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "VoiceChat.RemovePeer.Confirm.OK": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.RemovePeer.Confirm.OK",
+ "photo_url": "https://telegra.ph/file/p/76ba8950694/5bc764d12505915c1a85016.jpg?c=20,26,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Remove"
+ }
+ },
"VoiceChat.RequestAccess": {
"url": "https://translations.telegram.org/en/macos/settings/VoiceChat.RequestAccess",
"photo_url": "https://telegra.ph/file/p/4f42b207a47/556888c64b3415be9b6a416.jpg?c=13,12,280,280,280,280",
@@ -3081,5 +4177,13 @@
"values": {
"singular": "Telegram needs access to your microphone so that you can speak."
}
+ },
+ "VoiceChat.Settings.PushToTalk.Undefined": {
+ "url": "https://translations.telegram.org/en/macos/settings/VoiceChat.Settings.PushToTalk.Undefined",
+ "photo_url": "https://telegra.ph/file/p/24774b5d32a/8cfdf3dd33165315091d816.jpg?c=2,136,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Undefined"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/macos/unsorted.json b/data/web_tr/translations.telegram.org/en/macos/unsorted.json
index cbea219c9c..61056a250c 100644
--- a/data/web_tr/translations.telegram.org/en/macos/unsorted.json
+++ b/data/web_tr/translations.telegram.org/en/macos/unsorted.json
@@ -1,4 +1,12 @@
{
+ "AccentColors.Tinted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/AccentColors.Tinted",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Tinted"
+ }
+ },
"Account.OpenInWindow": {
"url": "https://translations.telegram.org/en/macos/unsorted/Account.OpenInWindow",
"photo_url": null,
@@ -7,6 +15,14 @@
"singular": "Open In Window"
}
},
+ "AccountSettings.DeleteAccount": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/AccountSettings.DeleteAccount",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Remove Account"
+ }
+ },
"AccountSettings.Stars": {
"url": "https://translations.telegram.org/en/macos/unsorted/AccountSettings.Stars",
"photo_url": null,
@@ -23,6 +39,70 @@
"singular": "Telegram Business"
}
},
+ "AccountSettings.Wallet": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/AccountSettings.Wallet",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Gram Wallet"
+ }
+ },
+ "Alert.ButtonOK.UpdateApp": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.ButtonOK.UpdateApp",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Update App"
+ }
+ },
+ "Alert.Confirm.Discard": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.Confirm.Discard",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Discard"
+ }
+ },
+ "Alert.Discard": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.Discard",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Discard"
+ }
+ },
+ "Alert.HideNewChats.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.HideNewChats.Cancel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "Alert.HideNewChats.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.HideNewChats.Header",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Hide new chats?"
+ }
+ },
+ "Alert.HideNewChats.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.HideNewChats.OK",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Go to Settings"
+ }
+ },
+ "Alert.HideNewChats.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.HideNewChats.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You are receiving lots of new chats from users who are not in your Contact List. Do you want to have such chats automatically muted and archived?"
+ }
+ },
"Alert.LearnMore": {
"url": "https://translations.telegram.org/en/macos/unsorted/Alert.LearnMore",
"photo_url": null,
@@ -31,6 +111,14 @@
"singular": "Learn More..."
}
},
+ "Alert.NO": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Alert.NO",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "No"
+ }
+ },
"Alert.SendError.ResendItems_countable": {
"url": "https://translations.telegram.org/en/macos/unsorted/Alert.SendError.ResendItems_countable",
"photo_url": null,
@@ -55,6 +143,14 @@
"singular": "Maximum file size is
%@"
}
},
+ "AppUpdate.DownloadUpdate": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/AppUpdate.DownloadUpdate",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Download Update"
+ }
+ },
"AppUpdate.Error.FailedDownload": {
"url": "https://translations.telegram.org/en/macos/unsorted/AppUpdate.Error.FailedDownload",
"photo_url": null,
@@ -87,6 +183,14 @@
"singular": "Wrong internal link. Please try again."
}
},
+ "Appearance.Confirm.RemoveOK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Appearance.Confirm.RemoveOK",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Remove"
+ }
+ },
"Appearance.DockIcon.Premium": {
"url": "https://translations.telegram.org/en/macos/unsorted/Appearance.DockIcon.Premium",
"photo_url": null,
@@ -95,6 +199,14 @@
"singular": "Subscribe to **Telegram Premium** to unlock a wider range of app Icons."
}
},
+ "Appearance.Reset": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Appearance.Reset",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Reset to Defaults"
+ }
+ },
"Appearance.Settings.ShowLess": {
"url": "https://translations.telegram.org/en/macos/unsorted/Appearance.Settings.ShowLess",
"photo_url": null,
@@ -135,6 +247,54 @@
"singular": "You are about to apply the custom language pack **
%1$@** that is
%2$@% complete.
This will translate the entire interface. You can suggest corrections on the [translation platform]().
You can change your language back at any time in Settings."
}
},
+ "Archive.Tooltip.First.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Archive.Tooltip.First.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "unmuted chats will get unarchived if new messages arrive."
+ }
+ },
+ "Archive.Tooltip.First.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Archive.Tooltip.First.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Chat Archived"
+ }
+ },
+ "Archive.Tooltip.Second.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Archive.Tooltip.Second.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "muted chats will stay archived after new messages arrive."
+ }
+ },
+ "Archive.Tooltip.Second.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Archive.Tooltip.Second.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Chat Archived"
+ }
+ },
+ "Archive.Tooltip.Third.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Archive.Tooltip.Third.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "you can pin an unlimited number of archived chats on the top."
+ }
+ },
+ "Archive.Tooltip.Third.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Archive.Tooltip.Third.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Chat Archived"
+ }
+ },
"Auth.Login.ConfirmPhone": {
"url": "https://translations.telegram.org/en/macos/unsorted/Auth.Login.ConfirmPhone",
"photo_url": null,
@@ -151,6 +311,22 @@
"singular": "You allowed this bot to message you when you opened
%@."
}
},
+ "AutoDownloadSettings.Delimeter": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/AutoDownloadSettings.Delimeter",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": ", "
+ }
+ },
+ "AutoNight.Settings.SystemBasedDesc": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/AutoNight.Settings.SystemBasedDesc",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "App interface will match the system appearance settings."
+ }
+ },
"Badge.New": {
"url": "https://translations.telegram.org/en/macos/unsorted/Badge.New",
"photo_url": null,
@@ -191,6 +367,46 @@
"singular": "
%d"
}
},
+ "BlockContact.Options.Action": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Options.Action",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Block
%@"
+ }
+ },
+ "BlockContact.Options.DeleteChat": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Options.DeleteChat",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Delete this Chat"
+ }
+ },
+ "BlockContact.Options.Report": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Options.Report",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
+ "BlockContact.Options.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Options.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Manage User"
+ }
+ },
+ "BlockContact.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BlockContact.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Do you want to block
%@ from messaging and calling you on Telegram?"
+ }
+ },
"Boost.GiftToGetMore.Info": {
"url": "https://translations.telegram.org/en/macos/unsorted/Boost.GiftToGetMore.Info",
"photo_url": null,
@@ -411,6 +627,14 @@
"singular": "Reassign Boosts"
}
},
+ "Bot.TransferOwner.Error.Enable2FA": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Bot.TransferOwner.Error.Enable2FA",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Enable 2-Step Verification."
+ }
+ },
"Bot.TransferOwnership.Password.Desc": {
"url": "https://translations.telegram.org/en/macos/unsorted/Bot.TransferOwnership.Password.Desc",
"photo_url": null,
@@ -419,6 +643,14 @@
"singular": "Please enter your 2-Step verification password to complete this action."
}
},
+ "Bot.TransferOwnership.Password.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Bot.TransferOwnership.Password.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Two-Step Verification"
+ }
+ },
"BotInfo.LaunchInfo": {
"url": "https://translations.telegram.org/en/macos/unsorted/BotInfo.LaunchInfo",
"photo_url": null,
@@ -515,6 +747,22 @@
"singular": "not active"
}
},
+ "BroadcastGroups.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.Cancel",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Leave as regular group"
+ }
+ },
+ "BroadcastGroups.ConfirmationAlert.Convert": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.ConfirmationAlert.Convert",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Convert"
+ }
+ },
"BroadcastGroups.ConfirmationAlert.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.ConfirmationAlert.Text",
"photo_url": null,
@@ -523,6 +771,78 @@
"singular": "Regular members of the group (non-admins) will permanently lose their right to send messages in the group.
This action cannot be undone."
}
},
+ "BroadcastGroups.ConfirmationAlert.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.ConfirmationAlert.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure?"
+ }
+ },
+ "BroadcastGroups.Convert": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.Convert",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Convert to Broadcast Group"
+ }
+ },
+ "BroadcastGroups.IntroText": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.IntroText",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "• No limit on the number of members.
• Only admins can post.
• Can't be turned back into a regular group."
+ }
+ },
+ "BroadcastGroups.IntroTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.IntroTitle",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Broadcast Groups"
+ }
+ },
+ "BroadcastGroups.LimitAlert.LearnMore": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.LimitAlert.LearnMore",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Learn More"
+ }
+ },
+ "BroadcastGroups.LimitAlert.SettingsTip": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.LimitAlert.SettingsTip",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "If you change your mind, go to your group's Settings > Permissions."
+ }
+ },
+ "BroadcastGroups.LimitAlert.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.LimitAlert.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Your group has reached a limit of
%@ members.
You can increase this limit by converting the group to a broadcast group where only admins can post. Interested?"
+ }
+ },
+ "BroadcastGroups.LimitAlert.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.LimitAlert.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Limit Reached"
+ }
+ },
+ "BroadcastGroups.Success": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/BroadcastGroups.Success",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Success! Now your group can have unlimited members."
+ }
+ },
"Business.Away.OnlyOffline": {
"url": "https://translations.telegram.org/en/macos/unsorted/Business.Away.OnlyOffline",
"photo_url": null,
@@ -1461,6 +1781,54 @@
"singular": "Your Telegram Business has been updated"
}
},
+ "CHAT_MESSAGE_INVOICE": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CHAT_MESSAGE_INVOICE",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ sent an invoice for
%3$@ to the group
%2$@"
+ }
+ },
+ "Call.Accept": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Accept",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Accept"
+ }
+ },
+ "Call.Camera": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Camera",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Camera"
+ }
+ },
+ "Call.Camera.Error": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Camera.Error",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram needs access to camera for Video Call."
+ }
+ },
+ "Call.CameraUnavailable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.CameraUnavailable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Camera is unavailable
[settings]()"
+ }
+ },
+ "Call.Close": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Close",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Close"
+ }
+ },
"Call.Confirm.Discard.Call.ToVoice.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/Call.Confirm.Discard.Call.ToVoice.Text",
"photo_url": null,
@@ -1469,6 +1837,22 @@
"singular": "End call with \"
%1$@\" and start a video chat in \"
%2$@\"?"
}
},
+ "Call.Context.Rate": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Context.Rate",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Rate This Call"
+ }
+ },
+ "Call.Decline": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Decline",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Decline"
+ }
+ },
"Call.End": {
"url": "https://translations.telegram.org/en/macos/unsorted/Call.End",
"photo_url": null,
@@ -1477,6 +1861,14 @@
"singular": "End"
}
},
+ "Call.Mute": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Mute",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Mute"
+ }
+ },
"Call.Recall": {
"url": "https://translations.telegram.org/en/macos/unsorted/Call.Recall",
"photo_url": null,
@@ -1485,6 +1877,30 @@
"singular": "Redial"
}
},
+ "Call.Screen": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Screen",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Screen"
+ }
+ },
+ "Call.Screen.Error": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Screen.Error",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram needs access for Screen Sharing."
+ }
+ },
+ "Call.Toast.LowBattery": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.Toast.LowBattery",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%@'s battery is low"
+ }
+ },
"Call.Toast.MicroOff.Your": {
"url": "https://translations.telegram.org/en/macos/unsorted/Call.Toast.MicroOff.Your",
"photo_url": null,
@@ -1509,6 +1925,22 @@
"singular": "Video"
}
},
+ "Call.VideoPaused": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Call.VideoPaused",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%@'s paused video"
+ }
+ },
+ "CallFeedback.Success": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CallFeedback.Success",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Thanks for
your feedback"
+ }
+ },
"CancelResetAccount.Success": {
"url": "https://translations.telegram.org/en/macos/unsorted/CancelResetAccount.Success",
"photo_url": null,
@@ -1517,6 +1949,22 @@
"singular": "The deletion process was canceled for your account
%@."
}
},
+ "CancelResetAccount.TextSMS": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CancelResetAccount.TextSMS",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Somebody with access to your phone number **
%@** has requested to delete your Telegram account and reset your 2-Step Verification password.
If it wasn't you, please enter the code we've just sent you via SMS to your number. You can also cancel this by **changing your phone number** to a number you control."
+ }
+ },
+ "CancelResetAccount.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CancelResetAccount.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Cancel Account Reset"
+ }
+ },
"Chanel.EventFilter.AllAdmins.New": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chanel.EventFilter.AllAdmins.New",
"photo_url": null,
@@ -1549,6 +1997,14 @@
"singular": "Sorry, you can't add this user as an admin because they are in the Removed Users list and you can't unban them."
}
},
+ "Channel.AddBotErrorNoRights": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.AddBotErrorNoRights",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Bots can only be added to channels as admins."
+ }
+ },
"Channel.AddUserKickedError": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.AddUserKickedError",
"photo_url": null,
@@ -1557,6 +2013,14 @@
"singular": "Sorry, you can't add this user because they are on the list of Removed Users and you can't unban them."
}
},
+ "Channel.AdminLog.CanInviteUsersViaLink": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.AdminLog.CanInviteUsersViaLink",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Invite Users via Link"
+ }
+ },
"Channel.AdminLog.CanManageTopics": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.AdminLog.CanManageTopics",
"photo_url": null,
@@ -1565,6 +2029,22 @@
"singular": "Manage Topics"
}
},
+ "Channel.AdminLog.CreatedInviteLink": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.AdminLog.CreatedInviteLink",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ created invite link
%2$@"
+ }
+ },
+ "Channel.AdminLog.JoinedViaInviteLink": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.AdminLog.JoinedViaInviteLink",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ joined via invite link
%2$@"
+ }
+ },
"Channel.AdminLog.JoinedViaInviteLink.ViaFolder": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.AdminLog.JoinedViaInviteLink.ViaFolder",
"photo_url": null,
@@ -1581,6 +2061,46 @@
"singular": "
%1$@ enabled all reactions"
}
},
+ "Channel.AdminLog.UpdatedParticipantVolume": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.AdminLog.UpdatedParticipantVolume",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ changed
%2$@ volume to
%3$@"
+ }
+ },
+ "Channel.BanUser.PermissionReadMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.BanUser.PermissionReadMessages",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Read Messages"
+ }
+ },
+ "Channel.BanUser.PermissionsHeader": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.BanUser.PermissionsHeader",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "User Restrictions"
+ }
+ },
+ "Channel.BanUser.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.BanUser.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Ban User"
+ }
+ },
+ "Channel.BanUser.Unban": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.BanUser.Unban",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Unban"
+ }
+ },
"Channel.Boost.PrivateError": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.Boost.PrivateError",
"photo_url": null,
@@ -1629,6 +2149,47 @@
"singular": "PREPAID GIVEAWAYS"
}
},
+ "Channel.BotDoesntSupportGroups": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.BotDoesntSupportGroups",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this bot is telling us it doesn't want to be added to groups. You can't add this bot unless its developers change their mind."
+ }
+ },
+ "Channel.Comments.Count_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.Comments.Count_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Channel.Comments.Short.Count": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.Comments.Short.Count",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d",
+ "plural": "
%d"
+ }
+ },
+ "Channel.Comments.Short.Count_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.Comments.Short.Count_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Channel.Comments.Short.LeaveComment": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.Comments.Short.LeaveComment",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Comment"
+ }
+ },
"Channel.EditAdmin.ManageTopics": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.EditAdmin.ManageTopics",
"photo_url": null,
@@ -1645,6 +2206,22 @@
"singular": "Create Topics"
}
},
+ "Channel.Error.DontHavePermissions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.Error.DontHavePermissions",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you don't have the necessary permissions for this action."
+ }
+ },
+ "Channel.ErrorAddBlocked": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.ErrorAddBlocked",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you can't add this user to channels."
+ }
+ },
"Channel.EventLog.MessageChangedBackgroundEmojiSet.New": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.MessageChangedBackgroundEmojiSet.New",
"photo_url": null,
@@ -1701,6 +2278,14 @@
"singular": "transferred ownership"
}
},
+ "Channel.EventLog.MessageTransferedName1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.MessageTransferedName1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "transferred ownership to
%1$@ %2$@"
+ }
+ },
"Channel.EventLog.Service.AntispamDisabled": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.Service.AntispamDisabled",
"photo_url": "https://telegra.ph/file/p/ea3d685090b/2bf650c8e900ba41ca06717.jpg?c=115,770,370,370,280,280",
@@ -1749,6 +2334,30 @@
"singular": "
%@ made the group history visible for new members"
}
},
+ "Channel.EventLog.Service.MinusTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.Service.MinusTitle",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "- Title"
+ }
+ },
+ "Channel.EventLog.Service.PlusTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.Service.PlusTitle",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "+ Title:
%@"
+ }
+ },
+ "Channel.EventLog.Service.SetSlowMode1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.Service.SetSlowMode1",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ set the slow mode timer to
%2$@"
+ }
+ },
"Channel.EventLog.Service.TopicCreated": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.EventLog.Service.TopicCreated",
"photo_url": null,
@@ -1781,6 +2390,14 @@
"singular": "Selected Actions"
}
},
+ "Channel.Exception.DisabledOption.Channel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.Exception.DisabledOption.Channel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "This option is disabled in channel Permissions for all members."
+ }
+ },
"Channel.Persmission.Denied.SendFile.DefaultRestrictedText": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.Persmission.Denied.SendFile.DefaultRestrictedText",
"photo_url": null,
@@ -1949,6 +2566,14 @@
"singular": "Subscribe to **[Telegram Premium]()** to unlock up to **
%d** similar channels"
}
},
+ "Channel.SlowMode.Off": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.SlowMode.Off",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Off"
+ }
+ },
"Channel.SlowMode.ToolTip": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.SlowMode.ToolTip",
"photo_url": null,
@@ -1989,6 +2614,30 @@
"singular": "There are too many bots in this group. Please remove some of the bots you're not using first."
}
},
+ "Channel.TransferOwner.ErrorAdminsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.TransferOwner.ErrorAdminsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this channel has too many admins and the new owner can't be added. Please remove one of the existing admins first."
+ }
+ },
+ "Channel.TransferOwner.ErrorPrivacyRestricted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.TransferOwner.ErrorPrivacyRestricted",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this user is not a member of this channel and their privacy settings prevent you from adding them manually."
+ }
+ },
+ "Channel.TransferOwner.ErrorPublicChannelsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Channel.TransferOwner.ErrorPublicChannelsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, the target user has too many public groups or channels already. Please ask them to make one of their existing groups or channels private first."
+ }
+ },
"Channel.Username.Activate.Info.Channel": {
"url": "https://translations.telegram.org/en/macos/unsorted/Channel.Username.Activate.Info.Channel",
"photo_url": null,
@@ -2967,6 +3616,22 @@
"singular": "No views"
}
},
+ "ChannelVisibility.Confirm.MakePrivate.Channel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChannelVisibility.Confirm.MakePrivate.Channel",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "If you make this channel private, the name @
%@ will be removed. Anyone else will be able to take it for their public groups or channels."
+ }
+ },
+ "ChannelVisibility.Confirm.MakePrivate.Group": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChannelVisibility.Confirm.MakePrivate.Group",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "If you make this group private, the name @
%@ will be removed. Anyone else will be able to take it for their public groups or channels."
+ }
+ },
"ChannelVisibility.Forwarding.ChannelInfo1.Restrict": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChannelVisibility.Forwarding.ChannelInfo1.Restrict",
"photo_url": null,
@@ -3167,6 +3832,38 @@
"singular": "Forwarded from:##
%@"
}
},
+ "Chat.Confirm.DeleteForEveryone_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Confirm.DeleteForEveryone_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Chat.Confirm.DeleteMessages_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Confirm.DeleteMessages_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Chat.Confirm.ReportSpam": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Confirm.ReportSpam",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Report Spam?"
+ }
+ },
+ "Chat.Confirm.ReportSpam.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Confirm.ReportSpam.Header",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
"Chat.Contact.SendMessage": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Contact.SendMessage",
"photo_url": null,
@@ -3175,6 +3872,14 @@
"singular": "Send Message"
}
},
+ "Chat.Context.AutoDelete": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.AutoDelete",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Auto-Delete Messages"
+ }
+ },
"Chat.Context.Ban": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.Ban",
"photo_url": null,
@@ -3183,6 +3888,102 @@
"singular": "Ban"
}
},
+ "Chat.Context.BlockGroup": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockGroup",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Block Group"
+ }
+ },
+ "Chat.Context.BlockGroup.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockGroup.Cancel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "Chat.Context.BlockGroup.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockGroup.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Block Group"
+ }
+ },
+ "Chat.Context.BlockGroup.Info": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockGroup.Info",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Do you want to block messages from
%@?"
+ }
+ },
+ "Chat.Context.BlockGroup.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockGroup.OK",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Block"
+ }
+ },
+ "Chat.Context.BlockGroup.Third": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockGroup.Third",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
+ "Chat.Context.BlockUser": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockUser",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Block User"
+ }
+ },
+ "Chat.Context.BlockUser.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockUser.Cancel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "Chat.Context.BlockUser.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockUser.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Block User"
+ }
+ },
+ "Chat.Context.BlockUser.Info": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockUser.Info",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Do you want to block messages from
%@?"
+ }
+ },
+ "Chat.Context.BlockUser.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockUser.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Block"
+ }
+ },
+ "Chat.Context.BlockUser.Third": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BlockUser.Third",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Report Spam"
+ }
+ },
"Chat.Context.BusinessLink.EditName": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.BusinessLink.EditName",
"photo_url": null,
@@ -3191,6 +3992,14 @@
"singular": "Edit Link Name"
}
},
+ "Chat.Context.CancelEditing": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.CancelEditing",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel Editing"
+ }
+ },
"Chat.Context.Copy": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.Copy",
"photo_url": null,
@@ -3215,6 +4024,14 @@
"singular": "Edit Topic"
}
},
+ "Chat.Context.FeedInfo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.FeedInfo",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Channels Info"
+ }
+ },
"Chat.Context.Message.ContainsEmoji_countable": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Context.Message.ContainsEmoji_countable",
"photo_url": null,
@@ -3320,6 +4137,30 @@
"singular": "View Statistics"
}
},
+ "Chat.Date.ScheduledUntilOnline": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Date.ScheduledUntilOnline",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Scheduled until online"
+ }
+ },
+ "Chat.Dice.Result": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Dice.Result",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Send a
🎲 emoji to any chat to get a random number from Telegram."
+ }
+ },
+ "Chat.Dice.ResultNew": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Dice.ResultNew",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Send a
%@ emoji to any chat to get a random number from Telegram."
+ }
+ },
"Chat.DisableAd.Tooltip": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.DisableAd.Tooltip",
"photo_url": null,
@@ -3353,6 +4194,38 @@
"singular": "Download speed limited"
}
},
+ "Chat.DropEditDesc": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.DropEditDesc",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Edit Media"
+ }
+ },
+ "Chat.DropEditTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.DropEditTitle",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Drop file here to edit media"
+ }
+ },
+ "Chat.Edit.Cancel.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Edit.Cancel.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to discard all changes?"
+ }
+ },
+ "Chat.EditMessage.Media": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.EditMessage.Media",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Click to edit Media"
+ }
+ },
"Chat.Emoji.Def.ResultNew": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Emoji.Def.ResultNew",
"photo_url": null,
@@ -3433,6 +4306,14 @@
"singular": "Subscribe to **Premium**
to message **
%@**."
}
},
+ "Chat.Empty.Replies": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Empty.Replies",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "No replies here yet"
+ }
+ },
"Chat.Empty.searchHashtag": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Empty.searchHashtag",
"photo_url": null,
@@ -3449,6 +4330,14 @@
"singular": "Send a message or click on the greeting below"
}
},
+ "Chat.Gigagroup.Help": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Gigagroup.Help",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Only admins can send messages in this group."
+ }
+ },
"Chat.Giveaway.DeleteConfirmation.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Giveaway.DeleteConfirmation.Text",
"photo_url": null,
@@ -3783,6 +4672,15 @@
"singular": "Click to join"
}
},
+ "Chat.GroupCall.Speakers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.GroupCall.Speakers",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d participant speaking",
+ "plural": "
%d participants speaking"
+ }
+ },
"Chat.GroupCall.Speakers_ZeroValueHolder": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.GroupCall.Speakers_ZeroValueHolder",
"photo_url": null,
@@ -3791,6 +4689,14 @@
"singular": "nobody speaking"
}
},
+ "Chat.GroupCall.Speakers_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.GroupCall.Speakers_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.Hashtag.MyMessages": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Hashtag.MyMessages",
"photo_url": null,
@@ -3831,6 +4737,22 @@
"singular": "Quick Reply"
}
},
+ "Chat.Input.Close": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Input.Close",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Close"
+ }
+ },
+ "Chat.Input.Error.MessageTooLong_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Input.Error.MessageTooLong_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.Input.Forward.Hidden": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Input.Forward.Hidden",
"photo_url": null,
@@ -3895,6 +4817,22 @@
"singular": "You received this message because you requested to join
%1$@ on
%2$@."
}
},
+ "Chat.List.Photo_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.List.Photo_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Chat.List.Video_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.List.Video_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.ManageMessages.RestrictFully": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.ManageMessages.RestrictFully",
"photo_url": null,
@@ -3962,6 +4900,14 @@
"singular": "Delete for All"
}
},
+ "Chat.Message.DeleteForEveryone": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Message.DeleteForEveryone",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Delete for Everyone"
+ }
+ },
"Chat.Message.LaunchBot": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Message.LaunchBot",
"photo_url": null,
@@ -4059,6 +5005,14 @@
"singular": "Unsend my messages"
}
},
+ "Chat.Message.UnsendMessages_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Message.UnsendMessages_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.Message.ViewGiftLink": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Message.ViewGiftLink",
"photo_url": null,
@@ -4075,6 +5029,22 @@
"singular": "VIEW GROUP"
}
},
+ "Chat.Pinned.DontShow": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Pinned.DontShow",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Don't Show Pinned Messages"
+ }
+ },
+ "Chat.Poll.TotalVotes1_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Poll.TotalVotes1_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.QuickReplyMessageLimitReachedText": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.QuickReplyMessageLimitReachedText",
"photo_url": null,
@@ -4092,6 +5062,56 @@
"singular": "
%d"
}
},
+ "Chat.Quiz.TextType": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Quiz.TextType",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Quiz"
+ }
+ },
+ "Chat.Quiz.Tooltip.Votes": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Quiz.Tooltip.Votes",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d answer",
+ "plural": "
%d answers"
+ }
+ },
+ "Chat.Quiz.Tooltip.Votes_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Quiz.Tooltip.Votes_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Chat.Quiz.TotalVotes": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Quiz.TotalVotes",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%d answer",
+ "plural": "
%d answers"
+ }
+ },
+ "Chat.Quiz.TotalVotesResultEmpty": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Quiz.TotalVotesResultEmpty",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "No answers"
+ }
+ },
+ "Chat.Quiz.TotalVotes_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Quiz.TotalVotes_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.ReplyMarkup.PayXtr": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.ReplyMarkup.PayXtr",
"photo_url": null,
@@ -4116,6 +5136,14 @@
"singular": "View as Messages"
}
},
+ "Chat.Scheduled.InlineButton.Error": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Scheduled.InlineButton.Error",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "The buttons will become active as soon as the message is sent."
+ }
+ },
"Chat.SecretChat.PremiumRequired": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.SecretChat.PremiumRequired",
"photo_url": null,
@@ -4124,6 +5152,38 @@
"singular": "
%@ only accepts secret chats from contacts and Premium users."
}
},
+ "Chat.SecretChat.Preview.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.SecretChat.Preview.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Secret Chat"
+ }
+ },
+ "Chat.SecretChat.Preview.NO": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.SecretChat.Preview.NO",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "NO"
+ }
+ },
+ "Chat.SecretChat.Preview.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.SecretChat.Preview.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "YES"
+ }
+ },
+ "Chat.SecretChat.Preview.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.SecretChat.Preview.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Would you like to enable extended link previews in Secret Chats? Note that link previews are generated on Telegram servers."
+ }
+ },
"Chat.SendAs.Group": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.SendAs.Group",
"photo_url": null,
@@ -4165,6 +5225,14 @@
"singular": "You are sending messages too fast. Please wait a bit."
}
},
+ "Chat.SendMessageErrorFlood": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.SendMessageErrorFlood",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can only send messages to mutual contacts at the moment."
+ }
+ },
"Chat.SendMessageErrorNonPremiumForbidden": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.SendMessageErrorNonPremiumForbidden",
"photo_url": null,
@@ -4389,6 +5457,14 @@
"singular": "
%@ updated the group photo"
}
},
+ "Chat.Service.PaymentSent1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Service.PaymentSent1",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You have successfully transferred **
%1$@** to **
%2$@** for **
%3$@**"
+ }
+ },
"Chat.Service.PaymentSent1NoTitle": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Service.PaymentSent1NoTitle",
"photo_url": null,
@@ -4576,6 +5652,14 @@
"plural": ""
}
},
+ "Chat.TitleFeed": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.TitleFeed",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Feed"
+ }
+ },
"Chat.Toast.ReportSuccess": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.Toast.ReportSuccess",
"photo_url": null,
@@ -4672,6 +5756,23 @@
"singular": "Translate to
%1$@"
}
},
+ "Chat.UndoManager.ChatsArchived": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.UndoManager.ChatsArchived",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Chat Archived",
+ "plural": "
%d Chats Archived"
+ }
+ },
+ "Chat.UndoManager.ChatsArchived_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.UndoManager.ChatsArchived_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Chat.UploadLimit.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.UploadLimit.Text",
"photo_url": null,
@@ -4697,6 +5798,22 @@
"singular": "Upload speed limited"
}
},
+ "Chat.Video.Processing": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Video.Processing",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "processing..."
+ }
+ },
+ "Chat.VideoCall.Outgoing": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.VideoCall.Outgoing",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Outgoing Video Call"
+ }
+ },
"Chat.ViewBackground": {
"url": "https://translations.telegram.org/en/macos/unsorted/Chat.ViewBackground",
"photo_url": null,
@@ -4745,6 +5862,14 @@
"singular": "Video Chat"
}
},
+ "Chat.Webpage.MediaCount1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Chat.Webpage.MediaCount1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%1$d of
%2$d"
+ }
+ },
"ChatEmpty.BusinessIntro.How": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatEmpty.BusinessIntro.How",
"photo_url": null,
@@ -4897,6 +6022,14 @@
"singular": "Quick Reply Message..."
}
},
+ "ChatInput.ShowNext": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatInput.ShowNext",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Show Next"
+ }
+ },
"ChatLink.Unavailable": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatLink.Unavailable",
"photo_url": null,
@@ -4905,6 +6038,14 @@
"singular": "Sorry, this link doesn't seem to exist."
}
},
+ "ChatList.Add.Save": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Add.Save",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Add"
+ }
+ },
"ChatList.Apps.ClearRecent": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Apps.ClearRecent",
"photo_url": null,
@@ -4953,6 +6094,14 @@
"singular": "Apps"
}
},
+ "ChatList.Archive.Back": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Archive.Back",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Chats"
+ }
+ },
"ChatList.Birthday.Add.Info": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Birthday.Add.Info",
"photo_url": null,
@@ -5035,6 +6184,22 @@
"singular": "Channels"
}
},
+ "ChatList.CloseFilter": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.CloseFilter",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Show All"
+ }
+ },
+ "ChatList.CloseFilterShort": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.CloseFilterShort",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "All"
+ }
+ },
"ChatList.Context.Delete": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Context.Delete",
"photo_url": null,
@@ -5051,6 +6216,14 @@
"singular": "Hide"
}
},
+ "ChatList.Context.HidePromo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Context.HidePromo",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Hide"
+ }
+ },
"ChatList.Context.Pause": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Context.Pause",
"photo_url": null,
@@ -5076,6 +6249,22 @@
"singular": "
%d"
}
},
+ "ChatList.Context.PinErrorNew.SetupFolders": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Context.PinErrorNew.SetupFolders",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Set Up Folders"
+ }
+ },
+ "ChatList.Context.PinErrorNew2": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Context.PinErrorNew2",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can only pin 5 chats to the top in the main list. More chats can be pinned in Chat Folders and your Archive."
+ }
+ },
"ChatList.Context.Start": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Context.Start",
"photo_url": "https://telegra.ph/file/p/d4180b08a30/240ee877b639b635195ea17.jpg?c=197,362,280,280,280,280",
@@ -5132,6 +6321,46 @@
"singular": "**You have no chats yet**
Start messaging by clicking the pencil button in the top right corner or go to the Contacts section."
}
},
+ "ChatList.Feeds": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Feeds",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Channels"
+ }
+ },
+ "ChatList.Filter.All": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.All",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "All"
+ }
+ },
+ "ChatList.Filter.Back": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Back",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Chats"
+ }
+ },
+ "ChatList.Filter.Categories.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Categories.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "INCLUDE CHAT TYPES"
+ }
+ },
+ "ChatList.Filter.Exclude.LimitReached": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Exclude.LimitReached",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can only add up to 100 individual chats. Try using chat types."
+ }
+ },
"ChatList.Filter.Exclude.LimitReached.New": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Exclude.LimitReached.New",
"photo_url": null,
@@ -5140,6 +6369,22 @@
"singular": "Sorry, you can only add up to
%d chats."
}
},
+ "ChatList.Filter.ExcludeMuted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.ExcludeMuted",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Exclude Muted"
+ }
+ },
+ "ChatList.Filter.ExcludeRead": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.ExcludeRead",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Exclude Read"
+ }
+ },
"ChatList.Filter.ExistingChats": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.ExistingChats",
"photo_url": null,
@@ -5148,6 +6393,22 @@
"singular": "Existing Chats"
}
},
+ "ChatList.Filter.Hide_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Hide_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "ChatList.Filter.Include.LimitReached": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Include.LimitReached",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can only add up to 100 individual chats. Try using chat types."
+ }
+ },
"ChatList.Filter.Include.LimitReached.New": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Include.LimitReached.New",
"photo_url": null,
@@ -5188,6 +6449,54 @@
"singular": "Premium Users"
}
},
+ "ChatList.Filter.RemoveFromFolder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.RemoveFromFolder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Remove From Folder"
+ }
+ },
+ "ChatList.Filter.SecretChat": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.SecretChat",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Secret Chats"
+ }
+ },
+ "ChatList.Filter.Setup": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Setup",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Edit Folders"
+ }
+ },
+ "ChatList.Filter.SetupEmpty": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.SetupEmpty",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Add Folder"
+ }
+ },
+ "ChatList.Filter.SmallGroups": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.SmallGroups",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Small Groups"
+ }
+ },
+ "ChatList.Filter.Tooltip": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Filter.Tooltip",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "You can organize your chats by right click."
+ }
+ },
"ChatList.Folder.ColorInfo": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Folder.ColorInfo",
"photo_url": null,
@@ -5276,6 +6585,22 @@
"singular": "
⚠️ Your Premium subscription is expiring!"
}
},
+ "ChatList.GroupChannel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.GroupChannel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Group Channel"
+ }
+ },
+ "ChatList.HideMuted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.HideMuted",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Hide Muted"
+ }
+ },
"ChatList.MyNotes": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.MyNotes",
"photo_url": null,
@@ -5284,6 +6609,30 @@
"singular": "My Notes"
}
},
+ "ChatList.RevealAction.Hide": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.RevealAction.Hide",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Hide"
+ }
+ },
+ "ChatList.RevealAction.Pin": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.RevealAction.Pin",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Pin"
+ }
+ },
+ "ChatList.Service.VideoCall.outgoing": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Service.VideoCall.outgoing",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Outgoing Video Call (
%@)"
+ }
+ },
"ChatList.Service.VoiceChatFinished.Channel": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatList.Service.VoiceChatFinished.Channel",
"photo_url": null,
@@ -5300,6 +6649,22 @@
"singular": "mentioned you in a story"
}
},
+ "ChatList.TitleFeed": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.TitleFeed",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Feed"
+ }
+ },
+ "ChatList.UnhideMuted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ChatList.UnhideMuted",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Unhide Muted"
+ }
+ },
"ChatMessage.OpenApp": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChatMessage.OpenApp",
"photo_url": null,
@@ -5504,6 +6869,14 @@
"singular": "Greeting Messages"
}
},
+ "Checkout.2FA.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.2FA.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Saving payment details is only available with 2-Step Verification."
+ }
+ },
"Checkout.EnterPassword": {
"url": "https://translations.telegram.org/en/macos/unsorted/Checkout.EnterPassword",
"photo_url": null,
@@ -5512,6 +6885,14 @@
"singular": "Enter Password"
}
},
+ "Checkout.ErrorGeneric": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.ErrorGeneric",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "An error occurred while processing your payment. Your card has not been billed."
+ }
+ },
"Checkout.ErrorPrecheckoutFailed": {
"url": "https://translations.telegram.org/en/macos/unsorted/Checkout.ErrorPrecheckoutFailed",
"photo_url": null,
@@ -5520,6 +6901,54 @@
"singular": "The bot couldn't process your payment. Your card has not been billed."
}
},
+ "Checkout.ErrorProviderAccountInvalid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.ErrorProviderAccountInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "This bot can't accept payments at the moment. Please try again later."
+ }
+ },
+ "Checkout.NewCard.SaveInfo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.NewCard.SaveInfo",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Save Payment Information"
+ }
+ },
+ "Checkout.NewCard.SaveInfoEnableHelp": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.NewCard.SaveInfoEnableHelp",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You can save your payment information for future use.
Please [turn on Two-Step Verification] to enable this."
+ }
+ },
+ "Checkout.PasswordEntry.Pay": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.PasswordEntry.Pay",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Pay"
+ }
+ },
+ "Checkout.PriceHeader": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.PriceHeader",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "PRICE"
+ }
+ },
+ "Checkout.SavePasswordTimeout": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.SavePasswordTimeout",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Would you like to save your password for
%@?"
+ }
+ },
"Checkout.Success": {
"url": "https://translations.telegram.org/en/macos/unsorted/Checkout.Success",
"photo_url": null,
@@ -5528,6 +6957,14 @@
"singular": "Your payment was processed successfully!"
}
},
+ "Checkout.TotalPaidAmount": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Checkout.TotalPaidAmount",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Total Paid"
+ }
+ },
"Checkout.WebConfirmation.Title": {
"url": "https://translations.telegram.org/en/macos/unsorted/Checkout.WebConfirmation.Title",
"photo_url": null,
@@ -5536,6 +6973,14 @@
"singular": "Complete Payment"
}
},
+ "CheckoutInfo.ErrorCityInvalid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CheckoutInfo.ErrorCityInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter a valid city."
+ }
+ },
"CheckoutInfo.ErrorNameInvalid": {
"url": "https://translations.telegram.org/en/macos/unsorted/CheckoutInfo.ErrorNameInvalid",
"photo_url": null,
@@ -5544,6 +6989,14 @@
"singular": "Please enter a valid name."
}
},
+ "CheckoutInfo.ErrorPostcodeInvalid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CheckoutInfo.ErrorPostcodeInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please enter a valid postcode."
+ }
+ },
"CheckoutInfo.ErrorShippingNotAvailable": {
"url": "https://translations.telegram.org/en/macos/unsorted/CheckoutInfo.ErrorShippingNotAvailable",
"photo_url": null,
@@ -5560,6 +7013,14 @@
"singular": "Please enter a valid state."
}
},
+ "CheckoutInfo.Pay": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/CheckoutInfo.Pay",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Pay"
+ }
+ },
"ChoosePeer.Requirements.Channel.AdminRights": {
"url": "https://translations.telegram.org/en/macos/unsorted/ChoosePeer.Requirements.Channel.AdminRights",
"photo_url": null,
@@ -5776,6 +7237,30 @@
"singular": "[
%@]() is a collectible username
that belongs to"
}
},
+ "ContactInfo.Job": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ContactInfo.Job",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "job"
+ }
+ },
+ "ContactInfo.PhoneLabelHomeFax": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ContactInfo.PhoneLabelHomeFax",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "home fax"
+ }
+ },
+ "ContactInfo.PhoneLabelWorkFax": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ContactInfo.PhoneLabelWorkFax",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "work fax"
+ }
+ },
"ContactInfo.Title": {
"url": "https://translations.telegram.org/en/macos/unsorted/ContactInfo.Title",
"photo_url": null,
@@ -5980,6 +7465,14 @@
"singular": "Sorry, copying from this group is disabled by its admins."
}
},
+ "Create.ChannelsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Create.ChannelsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you are a member of too many groups and channels. Please leave some before creating a new one."
+ }
+ },
"CreateChannel.Forum.Error": {
"url": "https://translations.telegram.org/en/macos/unsorted/CreateChannel.Forum.Error",
"photo_url": null,
@@ -6124,6 +7617,14 @@
"singular": "Make **
%@** the discussion group for **
%@**?
All group members will be able to see all messages from the channel."
}
},
+ "DiscussionController.Group.Unset.Description": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/DiscussionController.Group.Unset.Description",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Channel successfully unlinked."
+ }
+ },
"DisplayMeAs.Text.Group": {
"url": "https://translations.telegram.org/en/macos/unsorted/DisplayMeAs.Text.Group",
"photo_url": null,
@@ -6140,6 +7641,14 @@
"singular": "
%@ - [View in Chat]()"
}
},
+ "Edit.Message.EditCurrentPhoto": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Edit.Message.EditCurrentPhoto",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Edit"
+ }
+ },
"EditAccount.Birthday.Add": {
"url": "https://translations.telegram.org/en/macos/unsorted/EditAccount.Birthday.Add",
"photo_url": null,
@@ -6204,6 +7713,14 @@
"singular": "Add"
}
},
+ "EditImageControl.Reset": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EditImageControl.Reset",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "RESET"
+ }
+ },
"EditInvitation.RequestApproval.Group.Off": {
"url": "https://translations.telegram.org/en/macos/unsorted/EditInvitation.RequestApproval.Group.Off",
"photo_url": null,
@@ -6220,6 +7737,38 @@
"singular": "Turn this on if you want users to join only after they are approved by an admin."
}
},
+ "EditInvitation.Save": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EditInvitation.Save",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Save"
+ }
+ },
+ "EditTheme.SelectFile": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EditTheme.SelectFile",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Create from File..."
+ }
+ },
+ "EditTheme.SlugError.AlreadyExists": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EditTheme.SlugError.AlreadyExists",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "This link is already taken. Please try a different one."
+ }
+ },
+ "EditTheme.SlugPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EditTheme.SlugPlaceholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "short link"
+ }
+ },
"Emoji.Context.Remove": {
"url": "https://translations.telegram.org/en/macos/unsorted/Emoji.Context.Remove",
"photo_url": "https://telegra.ph/file/p/ab851613b9b/c8de85732aeef6e318df017.jpg?c=189,263,280,280,280,280",
@@ -6470,6 +8019,14 @@
"singular": "
%1$@ and
%2$@"
}
},
+ "EventLog.Service.Banned1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Banned1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Banned
%1$@ %2$@"
+ }
+ },
"EventLog.Service.DeletedMessageMultiple.Hide": {
"url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.DeletedMessageMultiple.Hide",
"photo_url": null,
@@ -6504,6 +8061,38 @@
"singular": "
%1$@ %2$d %3$@"
}
},
+ "EventLog.Service.Demoted.Changed.Until1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Demoted.Changed.Until1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "changed restrictions for
%1$@ %2$@ until
%3$@"
+ }
+ },
+ "EventLog.Service.Demoted.Changed1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Demoted.Changed1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "changed the restrictions for
%1$@ %2$@ indefinitely"
+ }
+ },
+ "EventLog.Service.Demoted.Until1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Demoted.Until1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "restricted
%1$@ %2$@ until
%3$@"
+ }
+ },
+ "EventLog.Service.Demoted1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Demoted1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "restricted
%1$@ %2$@ indefinitely"
+ }
+ },
"EventLog.Service.PostMessage": {
"url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.PostMessage",
"photo_url": null,
@@ -6512,6 +8101,22 @@
"singular": "
%@ sent message:"
}
},
+ "EventLog.Service.Promoted.Changed1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Promoted.Changed1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "changed privileges for
%1$@ %2$@:"
+ }
+ },
+ "EventLog.Service.Promoted1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.Promoted1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "promoted
%1$@ %2$@:"
+ }
+ },
"EventLog.Service.ShowMore": {
"url": "https://translations.telegram.org/en/macos/unsorted/EventLog.Service.ShowMore",
"photo_url": null,
@@ -6537,6 +8142,14 @@
"singular": "Examples"
}
},
+ "ExportedInvitation.Context.OpenProfile": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ExportedInvitation.Context.OpenProfile",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Open Profile"
+ }
+ },
"ExportedInvitation.JoinedViaFolder": {
"url": "https://translations.telegram.org/en/macos/unsorted/ExportedInvitation.JoinedViaFolder",
"photo_url": null,
@@ -6545,6 +8158,14 @@
"singular": "joined via folder invite link"
}
},
+ "ExportedInvitation.PeopleJoined_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ExportedInvitation.PeopleJoined_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"ExportedInvitation.PeopleRequested_countable": {
"url": "https://translations.telegram.org/en/macos/unsorted/ExportedInvitation.PeopleRequested_countable",
"photo_url": null,
@@ -6553,6 +8174,14 @@
"singular": "
%d"
}
},
+ "ExportedInvitation.Status.ExpiresIn": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ExportedInvitation.Status.ExpiresIn",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "expires in
%@"
+ }
+ },
"FactCheck.Context.Edit": {
"url": "https://translations.telegram.org/en/macos/unsorted/FactCheck.Context.Edit",
"photo_url": null,
@@ -6905,6 +8534,22 @@
"singular": "Stars from your total balance can be used for ads or withdrawn as rewards 21 days after they are earned."
}
},
+ "Gallery.Context.MainPhoto": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Gallery.Context.MainPhoto",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Set As Main Photo"
+ }
+ },
+ "Gallery.Context.Share.ThisFile": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Gallery.Context.Share.ThisFile",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "This File"
+ }
+ },
"Gallery.PublicPhoto": {
"url": "https://translations.telegram.org/en/macos/unsorted/Gallery.PublicPhoto",
"photo_url": "https://telegra.ph/file/p/44b55084890/7b5188fa8af302010065d1a.jpg?c=1061,985,280,280,280,280",
@@ -6921,6 +8566,54 @@
"singular": "Edit & Send"
}
},
+ "Gallery.WaitDownload.Photo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Gallery.WaitDownload.Photo",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Please wait for the photo to be fully downloaded."
+ }
+ },
+ "GalleryView.FastSave.Gif1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GalleryView.FastSave.Gif1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "GIF saved to
[Downloads]()"
+ }
+ },
+ "GalleryView.FastSave.Image1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GalleryView.FastSave.Image1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Image saved to
[Downloads]()"
+ }
+ },
+ "GalleryView.FastSave.Video1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GalleryView.FastSave.Video1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Video saved to
[Downloads]()"
+ }
+ },
+ "GeneralSettings.EmojiPrediction": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GeneralSettings.EmojiPrediction",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Suggest Emoji"
+ }
+ },
+ "GeneralSettings.EmojiPrediction.Disable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GeneralSettings.EmojiPrediction.Disable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Disable"
+ }
+ },
"GeneralSettings.EnergySaving": {
"url": "https://translations.telegram.org/en/macos/unsorted/GeneralSettings.EnergySaving",
"photo_url": "https://telegra.ph/file/p/1b9b4bde742/6257242407c75e4e6364919.jpg?c=71,13,280,280,280,280",
@@ -6929,6 +8622,14 @@
"singular": "POWER SAVING"
}
},
+ "GeneralSettings.ForceTouch.PreviewMedia": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GeneralSettings.ForceTouch.PreviewMedia",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Preview Media"
+ }
+ },
"GeneralSettings.LiteMode": {
"url": "https://translations.telegram.org/en/macos/unsorted/GeneralSettings.LiteMode",
"photo_url": "https://telegra.ph/file/p/1b9b4bde742/6257242407c75e4e6364919.jpg?c=77,41,280,280,280,280",
@@ -7637,6 +9338,14 @@
"singular": "auto-delete after
%@"
}
},
+ "Graph.Total": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Graph.Total",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Total"
+ }
+ },
"Group.EmojiPack.CreateInfo": {
"url": "https://translations.telegram.org/en/macos/unsorted/Group.EmojiPack.CreateInfo",
"photo_url": null,
@@ -7661,6 +9370,46 @@
"singular": "Group Emoji Pack"
}
},
+ "Group.ErrorAddBlocked": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Group.ErrorAddBlocked",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can't add this user to groups."
+ }
+ },
+ "Group.OwnershipTransfer.ErrorLocatedGroupsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Group.OwnershipTransfer.ErrorLocatedGroupsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, the target user has too many location-based groups already. Please ask them to delete or transfer one of their existing ones first."
+ }
+ },
+ "Group.TransferOwner.ErrorAdminsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Group.TransferOwner.ErrorAdminsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this group has too many admins and the new owner can't be added. Please remove one of the existing admins first."
+ }
+ },
+ "Group.TransferOwner.ErrorPrivacyRestricted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Group.TransferOwner.ErrorPrivacyRestricted",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this user is not a member of this group and their privacy settings prevent you from adding them manually."
+ }
+ },
+ "Group.UsersTooMuchError": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Group.UsersTooMuchError",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, this group is full. You cannot add any more members here."
+ }
+ },
"GroupCall.StatusBar.StartScreen": {
"url": "https://translations.telegram.org/en/macos/unsorted/GroupCall.StatusBar.StartScreen",
"photo_url": null,
@@ -7701,6 +9450,14 @@
"singular": "If a person has left the group in the past, you need to be in their Telegram contacts to add them back.
They can still join via an invite link as long as they are not on the Removed Users list."
}
},
+ "GroupInfo.Administrators.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupInfo.Administrators.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Administrators"
+ }
+ },
"GroupInfo.FakeWarning": {
"url": "https://translations.telegram.org/en/macos/unsorted/GroupInfo.FakeWarning",
"photo_url": null,
@@ -7709,6 +9466,70 @@
"singular": "
⚠️ Warning: Many users reported that this group impersonates a famous person or organization."
}
},
+ "GroupInfo.Permissions.BroadcastConvert": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupInfo.Permissions.BroadcastConvert",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Convert to Broadcast Group"
+ }
+ },
+ "GroupInfo.Permissions.BroadcastConvertInfo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupInfo.Permissions.BroadcastConvertInfo",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Broadcast groups can have over
%@ members, but only admins can send messages in them."
+ }
+ },
+ "GroupInfo.Permissions.BroadcastTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupInfo.Permissions.BroadcastTitle",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Broadcast Group"
+ }
+ },
+ "GroupInfo.Permissions.SearchPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupInfo.Permissions.SearchPlaceholder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Search Exceptions"
+ }
+ },
+ "GroupPermission.AddSuccess": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupPermission.AddSuccess",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Exception Added"
+ }
+ },
+ "GroupPermission.ApplyAlertAction": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupPermission.ApplyAlertAction",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Apply"
+ }
+ },
+ "GroupPermission.ApplyAlertText": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupPermission.ApplyAlertText",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You have changed this user's rights in
%@.
Apply Changes?"
+ }
+ },
+ "GroupPermission.NewTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/GroupPermission.NewTitle",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "New Exception"
+ }
+ },
"GroupPermission.NoTopics": {
"url": "https://translations.telegram.org/en/macos/unsorted/GroupPermission.NoTopics",
"photo_url": null,
@@ -7766,6 +9587,80 @@
"singular": "
%d"
}
},
+ "InAppLinks.Confirm.OpenExternal.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InAppLinks.Confirm.OpenExternal.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Open Link"
+ }
+ },
+ "InAppLinks.Confirm.OpenExternal.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InAppLinks.Confirm.OpenExternal.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Open"
+ }
+ },
+ "InAppLinks.Confirm.OpenExternalNew": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InAppLinks.Confirm.OpenExternalNew",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Do you want to open \"
%@\"?"
+ }
+ },
+ "InactiveChannels.InactiveMonth": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InactiveChannels.InactiveMonth",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "inactive for
%d month",
+ "plural": "inactive for
%d months"
+ }
+ },
+ "InactiveChannels.InactiveMonth_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InactiveChannels.InactiveMonth_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "InactiveChannels.InactiveWeek": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InactiveChannels.InactiveWeek",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "inactive for
%d week",
+ "plural": "inactive for
%d weeks"
+ }
+ },
+ "InactiveChannels.InactiveWeek_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InactiveChannels.InactiveWeek_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "InactiveChannels.InactiveYear_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InactiveChannels.InactiveYear_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "InactiveChannels.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InactiveChannels.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Leave"
+ }
+ },
"Input.Quote.Collapsed": {
"url": "https://translations.telegram.org/en/macos/unsorted/Input.Quote.Collapsed",
"photo_url": null,
@@ -7782,6 +9677,14 @@
"singular": "Quote text will be fully visible"
}
},
+ "InputAttach.Popover.Music": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InputAttach.Popover.Music",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Audio File"
+ }
+ },
"InputAttach.Popover.Photo": {
"url": "https://translations.telegram.org/en/macos/unsorted/InputAttach.Popover.Photo",
"photo_url": "https://telegra.ph/file/p/e7e19b3d23c/498b9342f49464ed1940117.jpg?c=109,798,280,280,280,280",
@@ -7798,6 +9701,38 @@
"singular": "Video"
}
},
+ "InputData.Date.Day.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InputData.Date.Day.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Day:"
+ }
+ },
+ "InputData.Date.Month.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InputData.Date.Month.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Month:"
+ }
+ },
+ "InputData.Date.Year.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InputData.Date.Year.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Year:"
+ }
+ },
+ "Invite.ChannelsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Invite.ChannelsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, the target user is a member of too many groups and channels. Please ask them to leave some first."
+ }
+ },
"InviteFailed.OK": {
"url": "https://translations.telegram.org/en/macos/unsorted/InviteFailed.OK",
"photo_url": "https://telegra.ph/file/p/5bb037fe111/c06f1cc0b2357cbd3555c17.jpg?c=161,677,280,280,280,280",
@@ -7947,6 +9882,14 @@
"plural": "
%d people joined"
}
},
+ "InviteLink.PeopleJoined_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InviteLink.PeopleJoined_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"InviteLink.Requested_ZeroValueHolder": {
"url": "https://translations.telegram.org/en/macos/unsorted/InviteLink.Requested_ZeroValueHolder",
"photo_url": null,
@@ -7963,6 +9906,38 @@
"singular": "
%d"
}
},
+ "InviteLink.ShareLink": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InviteLink.ShareLink",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Share Link"
+ }
+ },
+ "InviteLink.Sticker.Limit": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/InviteLink.Sticker.Limit",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": " • limit reached"
+ }
+ },
+ "Join.ChannelsTooMuch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Join.ChannelsTooMuch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you are a member of too many groups and channels. Please leave some before joining one."
+ }
+ },
+ "Join.InactiveChannels": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Join.InactiveChannels",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Inactive Chats"
+ }
+ },
"JoinLink.FloodError": {
"url": "https://translations.telegram.org/en/macos/unsorted/JoinLink.FloodError",
"photo_url": null,
@@ -7971,6 +9946,14 @@
"singular": "Limit exceeded. Please try again later."
}
},
+ "Language.OfficialTransationsHeader": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Language.OfficialTransationsHeader",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "OFFICIAL TRANSLATIONS"
+ }
+ },
"LiteMode.Disabled": {
"url": "https://translations.telegram.org/en/macos/unsorted/LiteMode.Disabled",
"photo_url": "https://telegra.ph/file/p/1b9b4bde742/6257242407c75e4e6364919.jpg?c=824,41,280,280,280,280",
@@ -8091,6 +10074,14 @@
"singular": "This first name is not allowed, please try another."
}
},
+ "Login.InvalidLastNameError": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Login.InvalidLastNameError",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Invalid last name. Please try again."
+ }
+ },
"Login.New.Code.CallInfo": {
"url": "https://translations.telegram.org/en/macos/unsorted/Login.New.Code.CallInfo",
"photo_url": null,
@@ -8275,6 +10266,14 @@
"singular": "Open Fragment"
}
},
+ "Login.Register.AddPhoto.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Login.Register.AddPhoto.Placeholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "add
photo"
+ }
+ },
"Login.Register.Desc": {
"url": "https://translations.telegram.org/en/macos/unsorted/Login.Register.Desc",
"photo_url": null,
@@ -8283,6 +10282,30 @@
"singular": "Enter your name and add a profile photo."
}
},
+ "Login.Register.FirstName.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Login.Register.FirstName.Placeholder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "First Name"
+ }
+ },
+ "Login.Register.LastName.Placeholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Login.Register.LastName.Placeholder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Last Name"
+ }
+ },
+ "Login.ResetAccountText": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Login.ResetAccountText",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Reset Account"
+ }
+ },
"Login.WrongPhraseError": {
"url": "https://translations.telegram.org/en/macos/unsorted/Login.WrongPhraseError",
"photo_url": null,
@@ -8291,6 +10314,38 @@
"singular": "Incorrect, please try again."
}
},
+ "MESSAGE_INVOICE": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/MESSAGE_INVOICE",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ sent you an invoice for
%2$@"
+ }
+ },
+ "ManageLinks.Header.Desc": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ManageLinks.Header.Desc",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Anyone who has Telegram installed will be able to join your group by following this link."
+ }
+ },
+ "ManageLinks.Permanent": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ManageLinks.Permanent",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "PERMANENT LINK"
+ }
+ },
+ "ManageLinks.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ManageLinks.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Title"
+ }
+ },
"MediaCell.Unsupported": {
"url": "https://translations.telegram.org/en/macos/unsorted/MediaCell.Unsupported",
"photo_url": null,
@@ -8299,6 +10354,79 @@
"singular": "Unsupported"
}
},
+ "MediaSender.DiscardChanges.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/MediaSender.DiscardChanges.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Discard Changes"
+ }
+ },
+ "MediaSender.DiscardChanges.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/MediaSender.DiscardChanges.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Discard"
+ }
+ },
+ "MediaSender.DiscardChanges.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/MediaSender.DiscardChanges.Text",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to discard all changes?"
+ }
+ },
+ "Message.Context.Report.AlertOK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.Context.Report.AlertOK",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Thank you! Your report will be reviewed by our team."
+ }
+ },
+ "Message.Context.Share": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.Context.Share",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Share"
+ }
+ },
+ "Message.Context.ViewComments": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.Context.ViewComments",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "View
%d Comment",
+ "plural": "View
%d Comments"
+ }
+ },
+ "Message.Context.ViewComments_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.Context.ViewComments_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Message.Context.ViewReplies_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.Context.ViewReplies_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Message.Context.ViewThread": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.Context.ViewThread",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "View Thread"
+ }
+ },
"Message.GiveawayFinished": {
"url": "https://translations.telegram.org/en/macos/unsorted/Message.GiveawayFinished",
"photo_url": null,
@@ -8356,6 +10484,30 @@
"singular": "
%@ started a giveaway"
}
},
+ "Message.InvoiceLabel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.InvoiceLabel",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "INVOICE"
+ }
+ },
+ "Message.PaymentSent": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.PaymentSent",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Payment:
%@"
+ }
+ },
+ "Message.PinnedInvoice": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Message.PinnedInvoice",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "pinned an invoice"
+ }
+ },
"Message.Placeholder.MessageInGeneral": {
"url": "https://translations.telegram.org/en/macos/unsorted/Message.Placeholder.MessageInGeneral",
"photo_url": null,
@@ -8412,6 +10564,14 @@
"singular": "Delete"
}
},
+ "Modal.NotNow": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Modal.NotNow",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Not Now"
+ }
+ },
"Modal.Reset": {
"url": "https://translations.telegram.org/en/macos/unsorted/Modal.Reset",
"photo_url": null,
@@ -8420,6 +10580,14 @@
"singular": "Reset"
}
},
+ "Modal.Save": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Modal.Save",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Save"
+ }
+ },
"Monetization.AdRevenueTitle": {
"url": "https://translations.telegram.org/en/macos/unsorted/Monetization.AdRevenueTitle",
"photo_url": null,
@@ -8805,6 +10973,14 @@
"singular": "You can only collect rewards if:
• 2-Step Verification was enabled for your account more than 7 days ago.
• You have logged in on this device more than 24 hours ago.
Please come back later."
}
},
+ "Navigation.Add": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Navigation.Add",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Add"
+ }
+ },
"NetworkUsage.NetworkUsage.Reset": {
"url": "https://translations.telegram.org/en/macos/unsorted/NetworkUsage.NetworkUsage.Reset",
"photo_url": null,
@@ -8813,6 +10989,23 @@
"singular": "Reset Network Usage"
}
},
+ "NewPoll.OptionsDescriptionMinimum": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/NewPoll.OptionsDescriptionMinimum",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Minimum
%d option",
+ "plural": "Minimum
%d options"
+ }
+ },
+ "NewPoll.Title.Quiz": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/NewPoll.Title.Quiz",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "New Quiz"
+ }
+ },
"NewSession.IsntMe": {
"url": "https://translations.telegram.org/en/macos/unsorted/NewSession.IsntMe",
"photo_url": null,
@@ -8902,6 +11095,14 @@
"singular": "
%1$@:
%2$@ to your \"
%3$@\""
}
},
+ "Notification.Reminder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Notification.Reminder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
📆 Reminder"
+ }
+ },
"NotificationSound.Tone.Voice": {
"url": "https://translations.telegram.org/en/macos/unsorted/NotificationSound.Tone.Voice",
"photo_url": null,
@@ -8918,6 +11119,22 @@
"singular": "The file should be less or equal to
%@"
}
},
+ "Notifications.Snooze": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Notifications.Snooze",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Mute"
+ }
+ },
+ "PINNED_INVOICE": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PINNED_INVOICE",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%1$@ pinned an invoice"
+ }
+ },
"PaidMedia.Header": {
"url": "https://translations.telegram.org/en/macos/unsorted/PaidMedia.Header",
"photo_url": null,
@@ -8983,6 +11200,14 @@
"singular": "
%d"
}
},
+ "Passcode.Or": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Passcode.Or",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "or"
+ }
+ },
"Payments.Invoice.NotExists": {
"url": "https://translations.telegram.org/en/macos/unsorted/Payments.Invoice.NotExists",
"photo_url": "https://telegra.ph/file/p/d612de5b2f4/188e0cd8c292b4f24037a17.jpg?c=160,455,280,280,280,280",
@@ -9007,6 +11232,30 @@
"singular": "
%@ is watching
%@"
}
},
+ "Peer.Activity.Chat.Multi.PlayingGame1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Peer.Activity.Chat.Multi.PlayingGame1",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ and
%d others are playing a game"
+ }
+ },
+ "Peer.Activity.Chat.PlayingGame": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Peer.Activity.Chat.PlayingGame",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%@ is playing a game"
+ }
+ },
+ "Peer.Activity.User.PlayingGame": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Peer.Activity.User.PlayingGame",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "playing a game"
+ }
+ },
"Peer.Forward.PremiumRequired": {
"url": "https://translations.telegram.org/en/macos/unsorted/Peer.Forward.PremiumRequired",
"photo_url": null,
@@ -9015,6 +11264,14 @@
"singular": "
%@ only accepts messages from contacts and Premium users."
}
},
+ "Peer.Media.SharedFilesEmptyList1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Peer.Media.SharedFilesEmptyList1",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "You can send and receive files of any type up to 2 GB each and access them anywhere."
+ }
+ },
"Peer.MyNotes": {
"url": "https://translations.telegram.org/en/macos/unsorted/Peer.MyNotes",
"photo_url": null,
@@ -9136,6 +11393,14 @@
"singular": "Open"
}
},
+ "PeerInfo.Action.Report": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Action.Report",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Report"
+ }
+ },
"PeerInfo.AnonymousPhone": {
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.AnonymousPhone",
"photo_url": "https://telegra.ph/file/p/2b6610b601b/b34b338f5ebbbbd421d8c17.jpg?c=46,587,280,280,280,280",
@@ -9243,6 +11508,30 @@
"singular": "my time"
}
},
+ "PeerInfo.ChannelTitle.Pleceholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.ChannelTitle.Pleceholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Channel Name"
+ }
+ },
+ "PeerInfo.Confirm.Add": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Confirm.Add",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Add"
+ }
+ },
+ "PeerInfo.Confirm.ShareInfo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Confirm.ShareInfo",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to share your phone number with \"
%@\"?"
+ }
+ },
"PeerInfo.Context.OpenPhoto": {
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Context.OpenPhoto",
"photo_url": null,
@@ -9275,6 +11564,38 @@
"singular": "The group chat will be divided into topics created by admins or users."
}
},
+ "PeerInfo.Group.AutoDeleteMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Group.AutoDeleteMessages",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Auto-Delete Messages"
+ }
+ },
+ "PeerInfo.Group.Timer.Never": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Group.Timer.Never",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Never"
+ }
+ },
+ "PeerInfo.GroupTitle.Pleceholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.GroupTitle.Pleceholder",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Group Name"
+ }
+ },
+ "PeerInfo.InviteError.ContactNeeded": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.InviteError.ContactNeeded",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you must be in this user's Telegram contacts to add them to this group.
They can also join on their own if you send them an invite link."
+ }
+ },
"PeerInfo.NotificationsDefaultSound": {
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.NotificationsDefaultSound",
"photo_url": null,
@@ -9307,6 +11628,38 @@
"singular": "Recent Action"
}
},
+ "PeerInfo.Report.SelectMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Report.SelectMessages",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Select Messages"
+ }
+ },
+ "PeerInfo.ShowMore": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.ShowMore",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Show More"
+ }
+ },
+ "PeerInfo.ShowMoreText": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.ShowMoreText",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "[more]()"
+ }
+ },
+ "PeerInfo.Statistics": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.Statistics",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Statistics"
+ }
+ },
"PeerInfo.TopicStatus.In": {
"url": "https://translations.telegram.org/en/macos/unsorted/PeerInfo.TopicStatus.In",
"photo_url": null,
@@ -9437,6 +11790,125 @@
"singular": "
%d"
}
},
+ "PeerMedia.Title.Search.Files": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Files",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d File",
+ "plural": "
%d Files"
+ }
+ },
+ "PeerMedia.Title.Search.Files_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Files_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PeerMedia.Title.Search.GIFs": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.GIFs",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d GIF",
+ "plural": "
%d GIFs"
+ }
+ },
+ "PeerMedia.Title.Search.GIFs_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.GIFs_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PeerMedia.Title.Search.Links": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Links",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d Link",
+ "plural": "
%d Links"
+ }
+ },
+ "PeerMedia.Title.Search.Links_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Links_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PeerMedia.Title.Search.Media": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Media",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d Media",
+ "plural": "
%d Media"
+ }
+ },
+ "PeerMedia.Title.Search.Media_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Media_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PeerMedia.Title.Search.Music": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Music",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d Audio",
+ "plural": "
%d Audios"
+ }
+ },
+ "PeerMedia.Title.Search.Music_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Music_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PeerMedia.Title.Search.Photos": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Photos",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d Photo",
+ "plural": "
%d Photos"
+ }
+ },
+ "PeerMedia.Title.Search.Photos_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Photos_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PeerMedia.Title.Search.Videos": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Videos",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d Video",
+ "plural": "
%d Videos"
+ }
+ },
+ "PeerMedia.Title.Search.Videos_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PeerMedia.Title.Search.Videos_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"PersonalChannel.Empty": {
"url": "https://translations.telegram.org/en/macos/unsorted/PersonalChannel.Empty",
"photo_url": null,
@@ -9493,6 +11965,39 @@
"singular": "Enter Code"
}
},
+ "PollResults.Collapse": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PollResults.Collapse",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "[Collapse]()"
+ }
+ },
+ "PollResults.LoadMore": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PollResults.LoadMore",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Show More (
%d)",
+ "plural": "Show More (
%d)"
+ }
+ },
+ "PollResults.LoadMore_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PollResults.LoadMore_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "PreHistory.Confirm.Unlink": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PreHistory.Confirm.Unlink",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Warning, this will unlink the group from \"
%@\""
+ }
+ },
"Premium.Boarding.About.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/Premium.Boarding.About.Text",
"photo_url": null,
@@ -10582,6 +13087,15 @@
"singular": "mini app"
}
},
+ "Preview.Dragging.AddItems": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Preview.Dragging.AddItems",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Add Item",
+ "plural": "Add Items"
+ }
+ },
"PreviewSender.Archive": {
"url": "https://translations.telegram.org/en/macos/unsorted/PreviewSender.Archive",
"photo_url": null,
@@ -10694,6 +13208,14 @@
"singular": "Sorry, you cannot add
%@ to channels because of
%@'s privacy settings."
}
},
+ "Privacy.GroupsAndChannels.InviteToChannelMultipleError": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Privacy.GroupsAndChannels.InviteToChannelMultipleError",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can't create a group with these users due to their privacy settings."
+ }
+ },
"Privacy.GroupsAndChannels.InviteToGroupError": {
"url": "https://translations.telegram.org/en/macos/unsorted/Privacy.GroupsAndChannels.InviteToGroupError",
"photo_url": null,
@@ -10894,6 +13416,14 @@
"singular": "WHO CAN SEE MY DATE OF BIRTH"
}
},
+ "PrivacySettingsController.PhoneNumber.NeverAllow.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PrivacySettingsController.PhoneNumber.NeverAllow.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Never Share"
+ }
+ },
"PrivacySettingsController.VoiceMessagesDescription.NonPremium": {
"url": "https://translations.telegram.org/en/macos/unsorted/PrivacySettingsController.VoiceMessagesDescription.NonPremium",
"photo_url": null,
@@ -10902,6 +13432,54 @@
"singular": "Subscribe to Telegram Premium to restrict who can send you voice or video messages.
[What is Telegram Premium?]()"
}
},
+ "PrivateChannel.Peek.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PrivateChannel.Peek.Cancel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "PrivateChannel.Peek.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PrivateChannel.Peek.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Join Channel"
+ }
+ },
+ "PrivateChannel.Peek.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PrivateChannel.Peek.OK",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Join Channel"
+ }
+ },
+ "PrivateChannel.Peek.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/PrivateChannel.Peek.Text",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "This channel is private. Please join it to continue viewing its content."
+ }
+ },
+ "Proxy.ForceEnable.Connect": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Proxy.ForceEnable.Connect",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Connect"
+ }
+ },
+ "ProxySettings.Item.LastConnection": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ProxySettings.Item.LastConnection",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "last connection
%@"
+ }
+ },
"QuickReply.ChatRemoveAwayMessage.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/QuickReply.ChatRemoveAwayMessage.Text",
"photo_url": null,
@@ -10966,6 +13544,46 @@
"singular": "AVAILABLE REACTIONS"
}
},
+ "ReportReason.Report": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ReportReason.Report",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Report"
+ }
+ },
+ "RequestAcces.Error.Conirm.Settings": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/RequestAcces.Error.Conirm.Settings",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Settings"
+ }
+ },
+ "RequestAcces.Error.HaveNotAccess.Call": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/RequestAcces.Error.HaveNotAccess.Call",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram needs microphone access so that you can make calls."
+ }
+ },
+ "RequestAcces.Error.HaveNotAccess.VideoMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/RequestAcces.Error.HaveNotAccess.VideoMessages",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram needs access to your microphone and camera to record video messages."
+ }
+ },
+ "RequestAcces.Error.HaveNotAccess.VoiceMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/RequestAcces.Error.HaveNotAccess.VoiceMessages",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram needs access to your microphone to record voice messages."
+ }
+ },
"RequestJoin.Desc.Group": {
"url": "https://translations.telegram.org/en/macos/unsorted/RequestJoin.Desc.Group",
"photo_url": null,
@@ -11038,6 +13656,14 @@
"singular": "Dismissed"
}
},
+ "Search.Filter.ClearFilter": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Search.Filter.ClearFilter",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Clear Filter"
+ }
+ },
"Search.Separator.Apps.Popular": {
"url": "https://translations.telegram.org/en/macos/unsorted/Search.Separator.Apps.Popular",
"photo_url": null,
@@ -11086,6 +13712,14 @@
"singular": "Topics"
}
},
+ "SelectAreaControl.Dimension.None": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SelectAreaControl.Dimension.None",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "None"
+ }
+ },
"SelectColor.EmojiPack.Group": {
"url": "https://translations.telegram.org/en/macos/unsorted/SelectColor.EmojiPack.Group",
"photo_url": null,
@@ -11270,6 +13904,14 @@
"singular": "Sorry, you can't select more than
%@ users"
}
},
+ "SelectPeers.Title.SearchMembers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SelectPeers.Title.SearchMembers",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Search Members"
+ }
+ },
"SelectPeers.Title.SelectChannel": {
"url": "https://translations.telegram.org/en/macos/unsorted/SelectPeers.Title.SelectChannel",
"photo_url": null,
@@ -11278,6 +13920,14 @@
"singular": "Add to Channel"
}
},
+ "SelectPeers.Title.SelectChat": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SelectPeers.Title.SelectChat",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Select Chat"
+ }
+ },
"SelectPeers.Title.SelectGroup": {
"url": "https://translations.telegram.org/en/macos/unsorted/SelectPeers.Title.SelectGroup",
"photo_url": null,
@@ -11302,6 +13952,38 @@
"singular": "video message has expired"
}
},
+ "SettingsSearch.Recent": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Recent",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "RECENT"
+ }
+ },
+ "SettingsSearch.Recent.Clear": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Recent.Clear",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Clear"
+ }
+ },
+ "SettingsSearch.Synonyms.AppLanguage": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.AppLanguage",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Appearance.AutoNightTheme": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.AutoNightTheme",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
"SettingsSearch.Synonyms.Appearance.ChatBackground": {
"url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.ChatBackground",
"photo_url": null,
@@ -11310,6 +13992,686 @@
"singular": "Wallpaper
Background"
}
},
+ "SettingsSearch.Synonyms.Appearance.ChatBackground.Custom": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.ChatBackground.Custom",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Appearance.ChatBackground.SetColor": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.ChatBackground.SetColor",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Appearance.ChatMode": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.ChatMode",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "bubbles"
+ }
+ },
+ "SettingsSearch.Synonyms.Appearance.ColorTheme": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.ColorTheme",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Appearance.TextSize": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.TextSize",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "font"
+ }
+ },
+ "SettingsSearch.Synonyms.Appearance.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Appearance.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Calls.CallTab": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Calls.CallTab",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Calls.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Calls.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.AutoDownloadReset": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.AutoDownloadReset",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.AutoDownloadUsingCellular": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.AutoDownloadUsingCellular",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.AutoDownloadUsingWifi": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.AutoDownloadUsingWifi",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.AutoplayGifs": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.AutoplayGifs",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.AutoplayVideos": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.AutoplayVideos",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.CallsUseLessData": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.CallsUseLessData",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.DownloadInBackground": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.DownloadInBackground",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.NetworkUsage": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.NetworkUsage",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.SaveEditedPhotos": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.SaveEditedPhotos",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.SaveIncomingPhotos": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.SaveIncomingPhotos",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.Storage.ClearCache": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.Storage.ClearCache",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.Storage.KeepMedia": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.Storage.KeepMedia",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Data.Storage.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.Storage.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Cache"
+ }
+ },
+ "SettingsSearch.Synonyms.Data.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Data.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.EditProfile.AddAccount": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.EditProfile.AddAccount",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.EditProfile.Bio": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.EditProfile.Bio",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.EditProfile.Logout": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.EditProfile.Logout",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.EditProfile.PhoneNumber": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.EditProfile.PhoneNumber",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.EditProfile.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.EditProfile.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.EditProfile.Username": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.EditProfile.Username",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "nickname"
+ }
+ },
+ "SettingsSearch.Synonyms.FAQ": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.FAQ",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.BadgeCountUnreadMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.BadgeCountUnreadMessages",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.BadgeIncludeMutedChannels": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.BadgeIncludeMutedChannels",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.BadgeIncludeMutedChats": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.BadgeIncludeMutedChats",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.BadgeIncludeMutedPublicGroups": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.BadgeIncludeMutedPublicGroups",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.ChannelNotificationsAlert": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.ChannelNotificationsAlert",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.ChannelNotificationsExceptions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.ChannelNotificationsExceptions",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.ChannelNotificationsPreview": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.ChannelNotificationsPreview",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.ChannelNotificationsSound": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.ChannelNotificationsSound",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.ContactJoined": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.ContactJoined",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.DisplayNamesOnLockScreen": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.DisplayNamesOnLockScreen",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.GroupNotificationsAlert": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.GroupNotificationsAlert",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.GroupNotificationsExceptions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.GroupNotificationsExceptions",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.GroupNotificationsPreview": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.GroupNotificationsPreview",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.GroupNotificationsSound": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.GroupNotificationsSound",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.InAppNotificationsPreview": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.InAppNotificationsPreview",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.InAppNotificationsSound": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.InAppNotificationsSound",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.InAppNotificationsVibrate": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.InAppNotificationsVibrate",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.MessageNotificationsAlert": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.MessageNotificationsAlert",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.MessageNotificationsExceptions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.MessageNotificationsExceptions",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.MessageNotificationsPreview": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.MessageNotificationsPreview",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.MessageNotificationsSound": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.MessageNotificationsSound",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.ResetAllNotifications": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.ResetAllNotifications",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Notifications.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Notifications.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Passport": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Passport",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.AuthSessions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.AuthSessions",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.BlockedUsers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.BlockedUsers",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Calls": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Calls",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.ClearPaymentsInfo": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.ClearPaymentsInfo",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.ContactsReset": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.ContactsReset",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.ContactsSync": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.ContactsSync",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.DeleteDrafts": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.DeleteDrafts",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.SecretChatLinkPreview": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.SecretChatLinkPreview",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Data.TopPeers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Data.TopPeers",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.DeleteAccountIfAwayFor": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.DeleteAccountIfAwayFor",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Forwards": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Forwards",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.GroupsAndChannels": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.GroupsAndChannels",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.LastSeen": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.LastSeen",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Passcode": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Passcode",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.PasscodeAndFaceId": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.PasscodeAndFaceId",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.PasscodeAndTouchId": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.PasscodeAndTouchId",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.ProfilePhoto": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.ProfilePhoto",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Privacy.TwoStepAuth": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Privacy.TwoStepAuth",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Password"
+ }
+ },
+ "SettingsSearch.Synonyms.Proxy.AddProxy": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Proxy.AddProxy",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Proxy.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Proxy.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "SOCKS5
MTProto"
+ }
+ },
+ "SettingsSearch.Synonyms.Proxy.UseForCalls": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Proxy.UseForCalls",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.SavedMessages": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.SavedMessages",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Stickers.ArchivedPacks": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Stickers.ArchivedPacks",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Stickers.FeaturedPacks": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Stickers.FeaturedPacks",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Stickers.Masks": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Stickers.Masks",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Stickers.SuggestStickers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Stickers.SuggestStickers",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Stickers.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Stickers.Title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": " "
+ }
+ },
+ "SettingsSearch.Synonyms.Support": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Support",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Support"
+ }
+ },
+ "SettingsSearch.Synonyms.Watch": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SettingsSearch.Synonyms.Watch",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Apple Watch"
+ }
+ },
+ "ShareCallLogs": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ShareCallLogs",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Share Call Logs"
+ }
+ },
"ShareFolder.Header.Title_countable": {
"url": "https://translations.telegram.org/en/macos/unsorted/ShareFolder.Header.Title_countable",
"photo_url": null,
@@ -11350,6 +14712,14 @@
"singular": "
%@ %d"
}
},
+ "ShareModal.Search.ForwardPlaceholder": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ShareModal.Search.ForwardPlaceholder",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Forward to..."
+ }
+ },
"SharedFolder.Error.SomeUserTooMany": {
"url": "https://translations.telegram.org/en/macos/unsorted/SharedFolder.Error.SomeUserTooMany",
"photo_url": null,
@@ -11605,6 +14975,14 @@
"singular": "
%d"
}
},
+ "Sidebar.Hide": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Sidebar.Hide",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Hide Panel"
+ }
+ },
"SimilarChannel.Alert.Text": {
"url": "https://translations.telegram.org/en/macos/unsorted/SimilarChannel.Alert.Text",
"photo_url": null,
@@ -11621,6 +14999,22 @@
"singular": "Slow Mode is active. You can't send more than one message at once."
}
},
+ "SlowMode.PreviewSender.Comment": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SlowMode.PreviewSender.Comment",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Slow Mode is active.
You can't add a comment."
+ }
+ },
+ "SlowMode.PreviewSender.MediaTooltip": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/SlowMode.PreviewSender.MediaTooltip",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Slow mode is enabled.
You can't send multiple media at once."
+ }
+ },
"Star.List.Buy.Success": {
"url": "https://translations.telegram.org/en/macos/unsorted/Star.List.Buy.Success",
"photo_url": null,
@@ -12203,6 +15597,95 @@
"singular": "Show More"
}
},
+ "Stats.GroupTopAdmin.Actions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopAdmin.Actions",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Actions"
+ }
+ },
+ "Stats.GroupTopAdmin.Promote": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopAdmin.Promote",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Promote"
+ }
+ },
+ "Stats.GroupTopInviter.History": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopInviter.History",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "History"
+ }
+ },
+ "Stats.GroupTopInviter.Promote": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopInviter.Promote",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Promote"
+ }
+ },
+ "Stats.GroupTopInviterInvites": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopInviterInvites",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%d invitation",
+ "plural": "
%d invitations"
+ }
+ },
+ "Stats.GroupTopInviterInvites_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopInviterInvites_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
+ "Stats.GroupTopInvitersTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopInvitersTitle",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "TOP INVITERS"
+ }
+ },
+ "Stats.GroupTopPoster.History": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopPoster.History",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "History"
+ }
+ },
+ "Stats.GroupTopPoster.Promote": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.GroupTopPoster.Promote",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Promote"
+ }
+ },
+ "Stats.MessagePublicForwardsTitle": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.MessagePublicForwardsTitle",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Public Shares"
+ }
+ },
+ "Stats.MessagePublicForwardsTitle.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.MessagePublicForwardsTitle.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "PUBLIC SHARES"
+ }
+ },
"Stats.MessageReactionsTitle": {
"url": "https://translations.telegram.org/en/macos/unsorted/Stats.MessageReactionsTitle",
"photo_url": null,
@@ -12227,6 +15710,14 @@
"singular": "Monetization"
}
},
+ "Stats.ShowMore_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stats.ShowMore_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Stats.Stars": {
"url": "https://translations.telegram.org/en/macos/unsorted/Stats.Stars",
"photo_url": null,
@@ -12316,6 +15807,46 @@
"singular": "Stickers"
}
},
+ "Stickers.Confirm.ClearRecentHeader": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stickers.Confirm.ClearRecentHeader",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Clear Recent Stickers"
+ }
+ },
+ "Stickers.Confirm.ClearRecentOK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stickers.Confirm.ClearRecentOK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Clear"
+ }
+ },
+ "Stickers.Confirm.ClearRecentText": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stickers.Confirm.ClearRecentText",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to clear recent stickers?"
+ }
+ },
+ "Stickers.Context.Archive": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stickers.Context.Archive",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Archive"
+ }
+ },
+ "Stickers.SearchAdded": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Stickers.SearchAdded",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Added"
+ }
+ },
"StorageExceptions.Header": {
"url": "https://translations.telegram.org/en/macos/unsorted/StorageExceptions.Header",
"photo_url": null,
@@ -12333,6 +15864,14 @@
"singular": "
%d"
}
},
+ "StorageUsage.Clear": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/StorageUsage.Clear",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Clear"
+ }
+ },
"StorageUsage.ClearChat.Info": {
"url": "https://translations.telegram.org/en/macos/unsorted/StorageUsage.ClearChat.Info",
"photo_url": null,
@@ -13127,6 +16666,30 @@
"singular": "Restrict All Users"
}
},
+ "System.MemoryWarning.DataAndStorage": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/System.MemoryWarning.DataAndStorage",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "App Data Storage"
+ }
+ },
+ "System.MemoryWarning.FreeSpace": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/System.MemoryWarning.FreeSpace",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d GB"
+ }
+ },
+ "System.MemoryWarning.Header": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/System.MemoryWarning.Header",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Warning!"
+ }
+ },
"System.MemoryWarning.LessThen1GB": {
"url": "https://translations.telegram.org/en/macos/unsorted/System.MemoryWarning.LessThen1GB",
"photo_url": null,
@@ -13135,6 +16698,62 @@
"singular": "Less than 1 GB"
}
},
+ "System.MemoryWarning.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/System.MemoryWarning.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "OK"
+ }
+ },
+ "System.MemoryWarning.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/System.MemoryWarning.Text",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Your Mac is running low on disk space. Please free up some space by removing unnecessary files or changing your cache settings.
Free space available: ~
%@"
+ }
+ },
+ "Telegram.ChannelStatisticsController": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Telegram.ChannelStatisticsController",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Channel Stats"
+ }
+ },
+ "Telegram.ForwardChatListController": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Telegram.ForwardChatListController",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Forward Messages"
+ }
+ },
+ "Telegram.UpgradeDatabase.Text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Telegram.UpgradeDatabase.Text",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram needs to optimize its database after this update. This may take a few minutes, sorry for the inconvenience."
+ }
+ },
+ "Telegram.UpgradeDatabase.Title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Telegram.UpgradeDatabase.Title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Optimizing Database"
+ }
+ },
+ "TermsOfService.Accept.ConfirmAge": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TermsOfService.Accept.ConfirmAge",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Confirm"
+ }
+ },
"Text.Arrow": {
"url": "https://translations.telegram.org/en/macos/unsorted/Text.Arrow",
"photo_url": null,
@@ -13151,6 +16770,14 @@
"singular": "Copy Emoji Pack"
}
},
+ "Text.CopyLabel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Text.CopyLabel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Copy
%@"
+ }
+ },
"TextView.Transform.Quote": {
"url": "https://translations.telegram.org/en/macos/unsorted/TextView.Transform.Quote",
"photo_url": null,
@@ -13159,6 +16786,23 @@
"singular": "Quote"
}
},
+ "ThemePreview.UsesCount": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ThemePreview.UsesCount",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "
%d person is using this theme",
+ "plural": "
%d people are using this theme"
+ }
+ },
+ "ThemePreview.UsesCount_countable": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/ThemePreview.UsesCount_countable",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
%d"
+ }
+ },
"Time.AtDate": {
"url": "https://translations.telegram.org/en/macos/unsorted/Time.AtDate",
"photo_url": null,
@@ -13167,6 +16811,30 @@
"singular": "
{date}"
}
},
+ "Time.PreciseDate_m1": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Time.PreciseDate_m1",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Jan
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m12": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Time.PreciseDate_m12",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Dec
%@,
%@ at
%@"
+ }
+ },
+ "Time.PreciseDate_m7": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Time.PreciseDate_m7",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Jul
%@,
%@ at
%@"
+ }
+ },
"Time.agoHour": {
"url": "https://translations.telegram.org/en/macos/unsorted/Time.agoHour",
"photo_url": null,
@@ -13215,6 +16883,102 @@
"singular": "Never"
}
},
+ "Tip.AutoDelete.TimerSetForDay": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Tip.AutoDelete.TimerSetForDay",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Auto-delete timer set to 1 day."
+ }
+ },
+ "Tip.AutoDelete.TimerSetForWeek": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Tip.AutoDelete.TimerSetForWeek",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Auto-delete timer set to 1 week."
+ }
+ },
+ "Tip.AutoDelete.TimerSetOff": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Tip.AutoDelete.TimerSetOff",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Auto-delete timer is now disabled."
+ }
+ },
+ "Toast.Muted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Toast.Muted",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Muted"
+ }
+ },
+ "Toast.Unmuted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Toast.Unmuted",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Unmuted"
+ }
+ },
+ "TouchBar.Attach": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.Attach",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Attach"
+ }
+ },
+ "TouchBar.Call": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.Call",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Call"
+ }
+ },
+ "TouchBar.EditMessage.ReplaceWithFile": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.EditMessage.ReplaceWithFile",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Replace with File"
+ }
+ },
+ "TouchBar.EditMessage.ReplaceWithMedia": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.EditMessage.ReplaceWithMedia",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Replace with Media"
+ }
+ },
+ "TouchBar.Favorite": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.Favorite",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Favorite"
+ }
+ },
+ "TouchBar.Recent": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.Recent",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Recent"
+ }
+ },
+ "TouchBar.RecentlyUsed": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.RecentlyUsed",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Recently Used"
+ }
+ },
"TouchBar.SearchUsersOrMessages": {
"url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.SearchUsersOrMessages",
"photo_url": null,
@@ -13223,6 +16987,38 @@
"singular": "Search chats"
}
},
+ "TouchBar.StartSecretChat": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBar.StartSecretChat",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Start Secret Chat"
+ }
+ },
+ "TouchBarLabel.ChatActions": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBarLabel.ChatActions",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Chat Actions"
+ }
+ },
+ "TouchBarLabel.EmojiAndStickers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBarLabel.EmojiAndStickers",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Emoji & Stickers"
+ }
+ },
+ "TouchBarLabel.NewChat": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TouchBarLabel.NewChat",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "New Chat"
+ }
+ },
"Translate.Language.Afrikaans": {
"url": "https://translations.telegram.org/en/macos/unsorted/Translate.Language.Afrikaans",
"photo_url": null,
@@ -14167,6 +17963,38 @@
"singular": "Mandarin Chinese"
}
},
+ "TwoStepAuth.ConfirmationTextNew": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.ConfirmationTextNew",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Please check your email and enter the confirmation code to complete Two-Step Verification setup. Be sure to check the spam folder as well."
+ }
+ },
+ "TwoStepAuth.EmailCodeExpired": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.EmailCodeExpired",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "This confirmation code has expired. Please try again."
+ }
+ },
+ "TwoStepAuth.EmailCodeInvalid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.EmailCodeInvalid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You have entered an invalid code. Please try again."
+ }
+ },
+ "TwoStepAuth.EnterEmailCode": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.EnterEmailCode",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Enter Code"
+ }
+ },
"TwoStepAuth.Error.HaventEmailNew": {
"url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.Error.HaventEmailNew",
"photo_url": null,
@@ -14183,6 +18011,14 @@
"singular": "Reset Password"
}
},
+ "TwoStepAuth.ResetDescription": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.ResetDescription",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Since the account **
%@** is active and protected by a password, it will be deleted in 1 week. This delay is required for security purposes.
You can cancel this process anytime.
You'll be able to reset your account in:
%@"
+ }
+ },
"TwoStepAuth.ResetSuccess": {
"url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.ResetSuccess",
"photo_url": null,
@@ -14199,6 +18035,14 @@
"singular": "Reset Password"
}
},
+ "TwoStepAuth.SetupPasswordConfirmPasswordDesc": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.SetupPasswordConfirmPasswordDesc",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please confirm your password."
+ }
+ },
"TwoStepAuth.UnableToReset": {
"url": "https://translations.telegram.org/en/macos/unsorted/TwoStepAuth.UnableToReset",
"photo_url": null,
@@ -14367,6 +18211,22 @@
"singular": "This username is already taken. However, it is currently available for purchase. [Learn more...](fragment.com)"
}
},
+ "VideoAvatar.Button.Cancel": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VideoAvatar.Button.Cancel",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "VideoAvatar.Button.Set": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VideoAvatar.Button.Set",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Set"
+ }
+ },
"VideoAvatar.ChooseDesc.Channel": {
"url": "https://translations.telegram.org/en/macos/unsorted/VideoAvatar.ChooseDesc.Channel",
"photo_url": "https://telegra.ph/file/p/085fd71bfab/b051a6e72e85e420ec23116.jpg?c=10,317,280,280,280,280",
@@ -14383,6 +18243,14 @@
"singular": "Choose a frame for your profile photo."
}
},
+ "VoiceChat.Block.Listening": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Block.Listening",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "listening"
+ }
+ },
"VoiceChat.Block.RecentActive": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Block.RecentActive",
"photo_url": null,
@@ -14407,6 +18275,14 @@
"singular": "Sorry, this video chat has too many participants at the moment."
}
},
+ "VoiceChat.GroupMembers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.GroupMembers",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "group members"
+ }
+ },
"VoiceChat.Join.Error.TooMany": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Join.Error.TooMany",
"photo_url": null,
@@ -14424,6 +18300,14 @@
"plural": "
%d participants"
}
},
+ "VoiceChat.LeaveCall": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.LeaveCall",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Leave"
+ }
+ },
"VoiceChat.Recording.Start.OK": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Recording.Start.OK",
"photo_url": null,
@@ -14440,6 +18324,14 @@
"singular": "Record this chat and save the result into an audio file?
Participants will see that the chat is being recorded."
}
},
+ "VoiceChat.RemovePeerRemove": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.RemovePeerRemove",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Remove"
+ }
+ },
"VoiceChat.Screencast.Paused": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Screencast.Paused",
"photo_url": null,
@@ -14456,6 +18348,14 @@
"singular": "Are you sure you want to end this video chat?"
}
},
+ "VoiceChat.Settings.End.Confirm.OK": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Settings.End.Confirm.OK",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "End"
+ }
+ },
"VoiceChat.Settings.InputMode": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Settings.InputMode",
"photo_url": null,
@@ -14464,6 +18364,14 @@
"singular": "PUSH-TO-TALK MODE"
}
},
+ "VoiceChat.Settings.InputMode.SoundEffects": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Settings.InputMode.SoundEffects",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Sound Effects"
+ }
+ },
"VoiceChat.Settings.Perfomance.Header": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Settings.Perfomance.Header",
"photo_url": null,
@@ -14472,6 +18380,14 @@
"singular": "PERFORMANCE"
}
},
+ "VoiceChat.Settings.PushToTalk.Access.Old": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Settings.PushToTalk.Access.Old",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Please allow Accessibility for Telegram in [Privacy Settings.](access)
You may need to restart the app."
+ }
+ },
"VoiceChat.Settings.ReduceMotion": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Settings.ReduceMotion",
"photo_url": null,
@@ -14488,6 +18404,14 @@
"singular": "no participants"
}
},
+ "VoiceChat.Status.Muted": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Status.Muted",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "muted"
+ }
+ },
"VoiceChat.Status.Screensharing": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Status.Screensharing",
"photo_url": null,
@@ -14521,6 +18445,22 @@
"singular": "
%d"
}
},
+ "VoiceChat.Title.End": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Title.End",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Leave"
+ }
+ },
+ "VoiceChat.Title.InviteMembers": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Title.InviteMembers",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Invite Members"
+ }
+ },
"VoiceChat.Tooltip.EnableCamera": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Tooltip.EnableCamera",
"photo_url": null,
@@ -14665,6 +18605,14 @@
"singular": "Pin"
}
},
+ "VoiceChat.Video.Stream": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Video.Stream",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "stream"
+ }
+ },
"VoiceChat.Video.Stream.Share": {
"url": "https://translations.telegram.org/en/macos/unsorted/VoiceChat.Video.Stream.Share",
"photo_url": null,
@@ -15001,6 +18949,14 @@
"singular": "You've entered an invalid security code."
}
},
+ "Your_cards_zip_code_is_invalid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/Your_cards_zip_code_is_invalid",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "You've entered an invalid zip code."
+ }
+ },
"_NS:104.title": {
"url": "https://translations.telegram.org/en/macos/unsorted/_NS:104.title",
"photo_url": null,
@@ -15025,6 +18981,14 @@
"singular": "View"
}
},
+ "aMa-rb-kjV.title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/aMa-rb-kjV.title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Global Search"
+ }
+ },
"bullet": {
"url": "https://translations.telegram.org/en/macos/unsorted/bullet",
"photo_url": null,
@@ -15033,6 +18997,22 @@
"singular": "•"
}
},
+ "psa.chat.alert.learnmore": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.chat.alert.learnmore",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Learn More"
+ }
+ },
+ "psa.chat.alert.learnmore.covid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.chat.alert.learnmore.covid",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Learn More"
+ }
+ },
"psa.chat.alert.learnmore.psa": {
"url": "https://translations.telegram.org/en/macos/unsorted/psa.chat.alert.learnmore.psa",
"photo_url": null,
@@ -15057,6 +19037,30 @@
"singular": "This is an official message from the CEO of Telegram regarding the ongoing conflict."
}
},
+ "psa.chat.title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.chat.title",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Public Service Announcement"
+ }
+ },
+ "psa.chatlist": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.chatlist",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "PSA"
+ }
+ },
+ "psa.chatlist.covid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.chatlist.covid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "COVID-19"
+ }
+ },
"psa.chatlist.psa": {
"url": "https://translations.telegram.org/en/macos/unsorted/psa.chatlist.psa",
"photo_url": null,
@@ -15065,6 +19069,14 @@
"singular": "Announcement"
}
},
+ "psa.text": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.text",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "This message provides you with a public service announcement in your chat list"
+ }
+ },
"psa.text.covid": {
"url": "https://translations.telegram.org/en/macos/unsorted/psa.text.covid",
"photo_url": null,
@@ -15081,6 +19093,30 @@
"singular": "This is an official message from the CEO of Telegram regarding the ongoing conflict."
}
},
+ "psa.title": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.title",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "PSA Notification"
+ }
+ },
+ "psa.title.bubbles": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.title.bubbles",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "PSA Notification
from: [
%@]()"
+ }
+ },
+ "psa.title.bubbles.covid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.title.bubbles.covid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "COVID-19 Notification
from: [
%@]()"
+ }
+ },
"psa.title.bubbles.psa": {
"url": "https://translations.telegram.org/en/macos/unsorted/psa.title.bubbles.psa",
"photo_url": null,
@@ -15097,6 +19133,14 @@
"singular": "PSA Notification
from:
%@"
}
},
+ "psa.title.covid": {
+ "url": "https://translations.telegram.org/en/macos/unsorted/psa.title.covid",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "COVID-19 Notification"
+ }
+ },
"psa.title.psa": {
"url": "https://translations.telegram.org/en/macos/unsorted/psa.title.psa",
"photo_url": null,
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/camera_and_media.json b/data/web_tr/translations.telegram.org/en/tdesktop/camera_and_media.json
index 9c4021d913..430912f24a 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/camera_and_media.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/camera_and_media.json
@@ -1,4 +1,12 @@
{
+ "lng_attach_failed": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_attach_failed",
+ "photo_url": "https://telegra.ph/file/p/a5dfbecf6c4/392de35cdfe153c94ea971d.jpg?c=466,196,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Failed"
+ }
+ },
"lng_audio_player_reverse": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_audio_player_reverse",
"photo_url": "https://telegra.ph/file/p/431a7422e66/52475bc651263d2791f8419.jpg?c=727,69,280,280,280,280",
@@ -15,6 +23,14 @@
"singular": "Shuffle"
}
},
+ "lng_bot_share_location_unavailable": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_bot_share_location_unavailable",
+ "photo_url": "https://telegra.ph/file/p/50a542406a2/250d3292ca65e6499d6b11d.jpg?c=544,388,539,539,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, location sharing is currently unavailable in Telegram Desktop."
+ }
+ },
"lng_call_screencast": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_call_screencast",
"photo_url": "https://telegra.ph/file/p/a52c52de65b/f9d2d0461a9920395e86217.jpg?c=108,174,280,276,280,276",
@@ -23,6 +39,102 @@
"singular": "Screencast"
}
},
+ "lng_context_show_in_folder": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_context_show_in_folder",
+ "photo_url": "https://telegra.ph/file/p/202c025cf7f/b98b17b873e4fd9a1cc151d.jpg?c=1016,194,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show in Folder"
+ }
+ },
+ "lng_context_to_msg": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_context_to_msg",
+ "photo_url": "https://telegra.ph/file/p/03ce87c8f23/991b5cdf583063c390f8d1d.jpg?c=904,293,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Go To Message"
+ }
+ },
+ "lng_date_and_duration": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_date_and_duration",
+ "photo_url": "https://telegra.ph/file/p/d32a740ed31/e51feb1014b5c3d3bbc971d.jpg?c=712,880,327,327,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{date},
{duration}"
+ }
+ },
+ "lng_duration_played": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_duration_played",
+ "photo_url": "https://telegra.ph/file/p/2fa226fc7da/5e13adb78463c582a5fdf1d.jpg?c=620,185,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{played} /
{duration}"
+ }
+ },
+ "lng_edit_caption_voice": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_edit_caption_voice",
+ "photo_url": "https://telegra.ph/file/p/483b7ffdf28/449afb6016612be21afe117.jpg?c=76,93,362,362,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you can't edit messages when you have an unsent voice message."
+ }
+ },
+ "lng_mac_choose_program_menu": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mac_choose_program_menu",
+ "photo_url": "https://telegra.ph/file/p/828c2aca303/906973a5e1a4d3b5febc31d.jpg?c=555,487,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Other..."
+ }
+ },
+ "lng_media_audio": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_audio",
+ "photo_url": "https://telegra.ph/file/p/2f04a911e70/afaffcfc9ede59bcdfb421d.jpg?c=485,243,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Voice message"
+ }
+ },
+ "lng_media_audio_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_audio_empty",
+ "photo_url": "https://telegra.ph/file/p/ca303fa6185/5b69ac26100870d8c45141d.jpg?c=1828,435,419,419,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No voice messages here yet"
+ }
+ },
+ "lng_media_download": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_download",
+ "photo_url": "https://telegra.ph/file/p/c6e1b03c382/65f6c11147693d0c4b5361d.jpg?c=581,360,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Download"
+ }
+ },
+ "lng_media_file_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_file_empty",
+ "photo_url": "https://telegra.ph/file/p/b09e9a1e46a/0b0d0d9a6a8ca8dc44d431d.jpg?c=1777,504,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No files here yet"
+ }
+ },
+ "lng_media_file_empty_search": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_file_empty_search",
+ "photo_url": "https://telegra.ph/file/p/a1bad1d651e/ae758c0dc66f681edb60e1d.jpg?c=740,573,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No files found"
+ }
+ },
+ "lng_media_file_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_file_title",
+ "photo_url": "https://telegra.ph/file/p/2c0af6dfbb9/1489207e57a0b64461a4d1d.jpg?c=66,16,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Files"
+ }
+ },
"lng_media_gif_empty": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_gif_empty",
"photo_url": "https://telegra.ph/file/p/e2868a03747/2406643cf1e7beac3a7d016.jpg?c=10,88,280,280,280,280",
@@ -31,6 +143,30 @@
"singular": "No GIFs here yet"
}
},
+ "lng_media_link_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_link_empty",
+ "photo_url": "https://telegra.ph/file/p/37b2f211f68/18bdffceef92ec25947871d.jpg?c=1736,464,368,368,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No shared links here yet"
+ }
+ },
+ "lng_media_link_empty_search": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_link_empty_search",
+ "photo_url": "https://telegra.ph/file/p/7ef5510bc62/733a79af636482c290baa1d.jpg?c=1753,473,338,338,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No shared links found"
+ }
+ },
+ "lng_media_open_with": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_open_with",
+ "photo_url": "https://telegra.ph/file/p/c6e1b03c382/65f6c11147693d0c4b5361d.jpg?c=577,225,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Open With"
+ }
+ },
"lng_media_photo_empty": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_photo_empty",
"photo_url": "https://telegra.ph/file/p/d087a8d26df/eba71eabf0b88c7be89301d.jpg?c=1896,496,299,299,280,280",
@@ -39,6 +175,32 @@
"singular": "No photos here yet"
}
},
+ "lng_media_save_progress": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_save_progress",
+ "photo_url": "https://telegra.ph/file/p/c7b85cab81e/67379f7f7bd342442235a1d.jpg?c=792,397,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{ready} of
{total} {mb}"
+ }
+ },
+ "lng_media_selected_audio": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_audio",
+ "photo_url": "https://telegra.ph/file/p/8c950b099e2/809f9cfcda2f5395d63941d.jpg?c=713,0,280,277,280,278",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} Voice message",
+ "plural": "
{count} Voice messages"
+ }
+ },
+ "lng_media_selected_file": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_file",
+ "photo_url": "https://telegra.ph/file/p/1ff87f35d50/4eb1748311df50f0e3fa01d.jpg?c=651,6,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} File",
+ "plural": "
{count} Files"
+ }
+ },
"lng_media_selected_gif": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_gif",
"photo_url": "https://telegra.ph/file/p/6081393ab40/923a6812dba564827dbc716.jpg?c=3,12,280,280,280,280",
@@ -48,6 +210,66 @@
"plural": "
{count} GIFs"
}
},
+ "lng_media_selected_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_link",
+ "photo_url": "https://telegra.ph/file/p/90c8785d6dc/243e1eb3ad3aed02947d81d.jpg?c=692,0,280,278,280,278",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} shared link",
+ "plural": "
{count} shared links"
+ }
+ },
+ "lng_media_selected_photo": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_photo",
+ "photo_url": "https://telegra.ph/file/p/0c55ab6dbee/e8eb5b982c48bf8f814de1d.jpg?c=667,3,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} Photo",
+ "plural": "
{count} Photos"
+ }
+ },
+ "lng_media_selected_song": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_song",
+ "photo_url": "https://telegra.ph/file/p/6786c7bcec5/148f52276755041b638511d.jpg?c=685,0,280,276,280,276",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} Audio file",
+ "plural": "
{count} Audio files"
+ }
+ },
+ "lng_media_selected_video": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_selected_video",
+ "photo_url": "https://telegra.ph/file/p/0f2ed3c70a9/c212d46d8ebcb03bb141f1d.jpg?c=668,0,280,279,280,278",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} Video",
+ "plural": "
{count} Videos"
+ }
+ },
+ "lng_media_song_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_song_empty",
+ "photo_url": "https://telegra.ph/file/p/5009f51ee58/37ac8ea560520147ca8bb1d.jpg?c=1866,472,349,349,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No music files here yet"
+ }
+ },
+ "lng_media_song_empty_search": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_song_empty_search",
+ "photo_url": "https://telegra.ph/file/p/958f88b7d41/02345c366d097d9b7d8151d.jpg?c=723,557,310,310,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No music files found"
+ }
+ },
+ "lng_media_type_audios": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_type_audios",
+ "photo_url": "https://telegra.ph/file/p/6654bf7cc88/24069e49782b23e2bbcfe1d.jpg?c=1192,122,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Voice messages"
+ }
+ },
"lng_media_type_gifs": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_type_gifs",
"photo_url": "https://telegra.ph/file/p/d0b6ba2db00/c88af08c9fd975c1e7b5d16.jpg?c=3,15,280,280,280,280",
@@ -56,6 +278,282 @@
"singular": "GIFs"
}
},
+ "lng_media_type_links": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_type_links",
+ "photo_url": "https://telegra.ph/file/p/53cc03b3e2c/d8bf51f865df0dc7901101d.jpg?c=1156,227,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Shared links"
+ }
+ },
+ "lng_media_type_photos": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_type_photos",
+ "photo_url": "https://telegra.ph/file/p/c750a909fc3/b3ecac4e91dde304aedff1d.jpg?c=1109,120,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Photos"
+ }
+ },
+ "lng_media_type_songs": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_type_songs",
+ "photo_url": "https://telegra.ph/file/p/f4b620c1add/dc3ae928cf4d98ec59c2c1d.jpg?c=1139,174,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Audio files"
+ }
+ },
+ "lng_media_type_videos": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_type_videos",
+ "photo_url": "https://telegra.ph/file/p/3c464072230/7659e8f861d90af172ce01d.jpg?c=1105,121,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Videos"
+ }
+ },
+ "lng_media_video_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_media_video_empty",
+ "photo_url": "https://telegra.ph/file/p/2918f89f4d3/cf1dcab52b2c250b0b8d11d.jpg?c=1895,500,291,291,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No videos here yet"
+ }
+ },
+ "lng_mediaview_doc_image": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mediaview_doc_image",
+ "photo_url": "https://telegra.ph/file/p/cbc8876af96/bbd9bbbc9e2cdb6db29611d.jpg?c=665,251,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "File"
+ }
+ },
+ "lng_mediaview_forward": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mediaview_forward",
+ "photo_url": "https://telegra.ph/file/p/ed539872199/2fd94958fe3afb2ff60ee1d.jpg?c=514,21,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Forward"
+ }
+ },
+ "lng_mediaview_playback_speed": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mediaview_playback_speed",
+ "photo_url": "https://telegra.ph/file/p/05cfeb4bed9/42392bdcb729c13b544ad19.jpg?c=639,1390,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Playback speed:
{speed}"
+ }
+ },
+ "lng_mediaview_playback_speed_normal": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mediaview_playback_speed_normal",
+ "photo_url": "https://telegra.ph/file/p/05cfeb4bed9/42392bdcb729c13b544ad19.jpg?c=801,1337,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Normal"
+ }
+ },
+ "lng_mediaview_rotate_video": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mediaview_rotate_video",
+ "photo_url": "https://telegra.ph/file/p/05cfeb4bed9/42392bdcb729c13b544ad19.jpg?c=625,1335,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Rotate video"
+ }
+ },
+ "lng_mediaview_yesterday": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_mediaview_yesterday",
+ "photo_url": "https://telegra.ph/file/p/33d9731252a/a28b266becb1e661e584a1d.jpg?c=175,800,284,280,280,276",
+ "has_binding": false,
+ "values": {
+ "singular": "yesterday at
{time}"
+ }
+ },
+ "lng_player_message_today": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_player_message_today",
+ "photo_url": "https://telegra.ph/file/p/1388bfa84c0/15e0e104d6f2a10708f871d.jpg?c=507,0,280,279,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "today at
{time}"
+ }
+ },
+ "lng_player_message_yesterday": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_player_message_yesterday",
+ "photo_url": "https://telegra.ph/file/p/6876c458657/aeab6f82faa8e3aae09351d.jpg?c=521,0,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "yesterday at
{time}"
+ }
+ },
+ "lng_polls_anonymous": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_anonymous",
+ "photo_url": "https://telegra.ph/file/p/7a28383b882/75829db7bd8d7b7bd16a91d.jpg?c=1648,279,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Anonymous Poll"
+ }
+ },
+ "lng_polls_closed": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_closed",
+ "photo_url": "https://telegra.ph/file/p/b27689dcc29/436de296de5c725d9ce471d.jpg?c=1608,155,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Final results"
+ }
+ },
+ "lng_polls_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create",
+ "photo_url": "https://telegra.ph/file/p/b4ad4ca9eed/a450f755776460e04b42f1d.jpg?c=1784,307,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create poll"
+ }
+ },
+ "lng_polls_create_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_button",
+ "photo_url": "https://telegra.ph/file/p/79ce296918c/e8ef39a5a4fe07a0ac0bb1d.jpg?c=430,976,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create"
+ }
+ },
+ "lng_polls_create_limit": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_limit",
+ "photo_url": "https://telegra.ph/file/p/86e3e942fc0/eac0463d87d5722bce9e91d.jpg?c=28,160,439,439,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can add
{count} more option.",
+ "plural": "You can add
{count} more options."
+ }
+ },
+ "lng_polls_create_maximum": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_maximum",
+ "photo_url": "https://telegra.ph/file/p/79ce296918c/e8ef39a5a4fe07a0ac0bb1d.jpg?c=0,509,728,730,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You have added the maximum number of options."
+ }
+ },
+ "lng_polls_create_option_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_option_add",
+ "photo_url": "https://telegra.ph/file/p/86e3e942fc0/eac0463d87d5722bce9e91d.jpg?c=35,243,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add an option..."
+ }
+ },
+ "lng_polls_create_options": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_options",
+ "photo_url": "https://telegra.ph/file/p/86e3e942fc0/eac0463d87d5722bce9e91d.jpg?c=30,198,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Poll options"
+ }
+ },
+ "lng_polls_create_question": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_question",
+ "photo_url": "https://telegra.ph/file/p/86e3e942fc0/eac0463d87d5722bce9e91d.jpg?c=28,74,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Question"
+ }
+ },
+ "lng_polls_create_question_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_question_placeholder",
+ "photo_url": "https://telegra.ph/file/p/86e3e942fc0/eac0463d87d5722bce9e91d.jpg?c=34,115,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ask a question"
+ }
+ },
+ "lng_polls_create_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_create_title",
+ "photo_url": "https://telegra.ph/file/p/86e3e942fc0/eac0463d87d5722bce9e91d.jpg?c=31,17,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New poll"
+ }
+ },
+ "lng_polls_retract": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_retract",
+ "photo_url": "https://telegra.ph/file/p/223429e39d4/196e9bbcb317b201b414f1d.jpg?c=1655,374,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Retract vote"
+ }
+ },
+ "lng_polls_stop": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_stop",
+ "photo_url": "https://telegra.ph/file/p/223429e39d4/196e9bbcb317b201b414f1d.jpg?c=1623,431,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Stop poll"
+ }
+ },
+ "lng_polls_stop_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_stop_sure",
+ "photo_url": "https://telegra.ph/file/p/20749651f65/6792f01b8c2ec0fc572361d.jpg?c=1196,609,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Stop"
+ }
+ },
+ "lng_polls_stop_warning": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_stop_warning",
+ "photo_url": "https://telegra.ph/file/p/20749651f65/6792f01b8c2ec0fc572361d.jpg?c=790,324,629,629,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "If you stop this poll now, nobody will be able to vote in it anymore. This action cannot be undone."
+ }
+ },
+ "lng_polls_votes_count": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_votes_count",
+ "photo_url": "https://telegra.ph/file/p/265d5463ca5/5270877ca8b662fecfe931d.jpg?c=1556,953,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} vote",
+ "plural": "
{count} votes"
+ }
+ },
+ "lng_polls_votes_none": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_polls_votes_none",
+ "photo_url": "https://telegra.ph/file/p/7a28383b882/75829db7bd8d7b7bd16a91d.jpg?c=1579,958,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No votes"
+ }
+ },
+ "lng_profile_audios": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_audios",
+ "photo_url": "https://telegra.ph/file/p/b136f791152/875c8183df0f97fec1c8b1d.jpg?c=575,611,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} voice message",
+ "plural": "
{count} voice messages"
+ }
+ },
+ "lng_profile_audios_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_audios_header",
+ "photo_url": "https://telegra.ph/file/p/6654bf7cc88/24069e49782b23e2bbcfe1d.jpg?c=567,22,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Voice messages"
+ }
+ },
+ "lng_profile_files": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_files",
+ "photo_url": "https://telegra.ph/file/p/b136f791152/875c8183df0f97fec1c8b1d.jpg?c=527,563,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} file",
+ "plural": "
{count} files"
+ }
+ },
+ "lng_profile_files_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_files_header",
+ "photo_url": "https://telegra.ph/file/p/b25210501aa/d6b8936e5f78c56b8c2cf1d.jpg?c=513,17,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Files"
+ }
+ },
"lng_profile_gifs": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_gifs",
"photo_url": "https://telegra.ph/file/p/5bb4220c9e1/da01948cd31b3fb9d8ece16.jpg?c=4,138,280,280,280,280",
@@ -65,6 +563,129 @@
"plural": "
{count} GIFs"
}
},
+ "lng_profile_photos": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_photos",
+ "photo_url": "https://telegra.ph/file/p/b136f791152/875c8183df0f97fec1c8b1d.jpg?c=536,429,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} photo",
+ "plural": "
{count} photos"
+ }
+ },
+ "lng_profile_photos_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_photos_header",
+ "photo_url": "https://telegra.ph/file/p/c750a909fc3/b3ecac4e91dde304aedff1d.jpg?c=527,23,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Photos"
+ }
+ },
+ "lng_profile_shared_links_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_shared_links_header",
+ "photo_url": "https://telegra.ph/file/p/53cc03b3e2c/d8bf51f865df0dc7901101d.jpg?c=554,22,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Shared links"
+ }
+ },
+ "lng_profile_songs": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_songs",
+ "photo_url": "https://telegra.ph/file/p/b136f791152/875c8183df0f97fec1c8b1d.jpg?c=553,517,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} audio file",
+ "plural": "
{count} audio files"
+ }
+ },
+ "lng_profile_songs_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_songs_header",
+ "photo_url": "https://telegra.ph/file/p/f4b620c1add/dc3ae928cf4d98ec59c2c1d.jpg?c=544,22,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Audio files"
+ }
+ },
+ "lng_profile_videos": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_videos",
+ "photo_url": "https://telegra.ph/file/p/b136f791152/875c8183df0f97fec1c8b1d.jpg?c=534,473,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} video",
+ "plural": "
{count} videos"
+ }
+ },
+ "lng_profile_videos_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_profile_videos_header",
+ "photo_url": "https://telegra.ph/file/p/3c464072230/7659e8f861d90af172ce01d.jpg?c=520,22,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Videos"
+ }
+ },
+ "lng_quit_from_tray": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_quit_from_tray",
+ "photo_url": "https://telegra.ph/file/p/49efd868120/1a3edd278a2d0de63263a20.jpg?c=622,97,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Quit Telegram"
+ }
+ },
+ "lng_send_album": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_album",
+ "photo_url": "https://telegra.ph/file/p/14b35796f92/a8300996799ef0f1035001d.jpg?c=840,678,299,299,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send as an album"
+ }
+ },
+ "lng_send_compressed": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_compressed",
+ "photo_url": "https://telegra.ph/file/p/32ee40abb4b/862194394fff36effd37216.jpg?c=4,41,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Compress images"
+ }
+ },
+ "lng_send_file": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_file",
+ "photo_url": "https://telegra.ph/file/p/530d2ad8520/a0464faacdd9e299dbe331d.jpg?c=824,673,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send as a file"
+ }
+ },
+ "lng_send_grouped": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_grouped",
+ "photo_url": "https://telegra.ph/file/p/32ee40abb4b/862194394fff36effd37216.jpg?c=4,35,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Group items"
+ }
+ },
+ "lng_send_photo": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_photo",
+ "photo_url": "https://telegra.ph/file/p/530d2ad8520/a0464faacdd9e299dbe331d.jpg?c=840,606,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send as a photo"
+ }
+ },
+ "lng_send_separate_photos": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_separate_photos",
+ "photo_url": "https://telegra.ph/file/p/14b35796f92/a8300996799ef0f1035001d.jpg?c=833,676,405,405,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send as separate photos"
+ }
+ },
+ "lng_send_separate_photos_videos": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_send_separate_photos_videos",
+ "photo_url": "https://telegra.ph/file/p/e91797a9308/0d0d1c1894ed7d00e4a861d.jpg?c=835,538,390,390,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send as separate media"
+ }
+ },
"lng_settings_call_camera": {
"url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_settings_call_camera",
"photo_url": "https://telegra.ph/file/p/055b9aa1240/96e7aa6a9ea92296727f116.jpg?c=0,35,280,280,280,280",
@@ -72,5 +693,37 @@
"values": {
"singular": "Camera"
}
+ },
+ "lng_stickers_nothing_found": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_stickers_nothing_found",
+ "photo_url": "https://telegra.ph/file/p/9bce8cb0966/63ce1171a37d3179bbd201d.jpg?c=2102,502,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No stickers found"
+ }
+ },
+ "lng_stickers_remove_pack_confirm": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_stickers_remove_pack_confirm",
+ "photo_url": "https://telegra.ph/file/p/ddfdff44d11/50d5bb70648b305e796be1d.jpg?c=1342,616,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remove"
+ }
+ },
+ "lng_stickers_search_sets": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_stickers_search_sets",
+ "photo_url": "https://telegra.ph/file/p/82d48e07b4f/7c5d1dc34169068df62f41d.jpg?c=2020,1102,294,294,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Search sticker sets"
+ }
+ },
+ "lng_wnd_choose_program_menu": {
+ "url": "https://translations.telegram.org/en/tdesktop/camera_and_media/lng_wnd_choose_program_menu",
+ "photo_url": "https://telegra.ph/file/p/8af311d4425/9613ed1618050623ddb991d.jpg?c=552,559,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Choose Default Program..."
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/general.json b/data/web_tr/translations.telegram.org/en/tdesktop/general.json
index 201044fe50..e692d5a648 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/general.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/general.json
@@ -7,46 +7,6 @@
"singular": "Send a
{emoji} emoji to any chat to try your luck."
}
},
- "lng_about_random_send": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_about_random_send",
- "photo_url": "https://telegra.ph/file/p/f891d9f6ed7/3b6c5cb1db1cbf2b87fa219.jpg?c=603,404,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send"
- }
- },
- "lng_about_text1": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_about_text1",
- "photo_url": "https://telegra.ph/file/p/cd76efd7e3c/9e6bd8cc901f4092112921d.jpg?c=654,400,739,739,280,280",
- "has_binding": false,
- "values": {
- "singular": "Official free messaging app based on
{api_link}for speed and security."
- }
- },
- "lng_about_text2": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_about_text2",
- "photo_url": "https://telegra.ph/file/p/cd76efd7e3c/9e6bd8cc901f4092112921d.jpg?c=652,464,745,745,280,280",
- "has_binding": false,
- "values": {
- "singular": "This software is licensed under
{gpl_link} version 3.
Source code is available on
{github_link}."
- }
- },
- "lng_about_text3": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_about_text3",
- "photo_url": "https://telegra.ph/file/p/cd76efd7e3c/9e6bd8cc901f4092112921d.jpg?c=673,668,495,495,280,280",
- "has_binding": false,
- "values": {
- "singular": "Visit the
{faq_link} for more info."
- }
- },
- "lng_about_version": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_about_version",
- "photo_url": "ttps://telegra.ph/file/p/ce182d135eb/01b9d8186e4a40e86bc991d.jp",
- "has_binding": false,
- "values": {
- "singular": "version
{version}"
- }
- },
"lng_action_giveaway_started": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_action_giveaway_started",
"photo_url": "https://telegra.ph/file/p/7e3f7fcd8ec/b28047183446f3cf348da17.jpg?c=0,114,600,656,256,280",
@@ -71,14 +31,6 @@
"singular": "the video chat"
}
},
- "lng_action_payment_done_for": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_action_payment_done_for",
- "photo_url": "https://telegra.ph/file/p/ee66bb050bf/4ff5ccffdb576ea14091c19.jpg?c=314,156,714,714,280,280",
- "has_binding": true,
- "values": {
- "singular": "You successfully transferred
{amount} to
{user} for
{invoice}"
- }
- },
"lng_action_theme_changed": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_action_theme_changed",
"photo_url": "https://telegra.ph/file/p/134563b2246/1329b834c3674ad40c97a17.jpg?c=169,256,336,336,280,280",
@@ -95,22 +47,6 @@
"singular": "
{from} disabled the chat theme"
}
},
- "lng_action_ttl_changed": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_action_ttl_changed",
- "photo_url": "https://telegra.ph/file/p/188826ccc53/4e50c3fbf6e57919d703d17.jpg?c=144,191,382,382,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} set messages to auto-delete in
{duration}"
- }
- },
- "lng_action_ttl_removed": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_action_ttl_removed",
- "photo_url": "https://telegra.ph/file/p/188826ccc53/4e50c3fbf6e57919d703d17.jpg?c=183,259,306,306,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} disabled the auto-delete timer"
- }
- },
"lng_action_you_theme_changed": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_action_you_theme_changed",
"photo_url": "https://telegra.ph/file/p/134563b2246/1329b834c3674ad40c97a17.jpg?c=197,227,280,280,280,280",
@@ -127,14 +63,6 @@
"singular": "You disabled the chat theme"
}
},
- "lng_add_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_add_contact",
- "photo_url": "https://telegra.ph/file/p/d549541eca2/f3bcb15f928554a1e3cc41d.jpg?c=962,778,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create"
- }
- },
"lng_admin_log_admin_manage_calls": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_admin_log_admin_manage_calls",
"photo_url": "https://telegra.ph/file/p/3febcd8e9b0/701aa53fc824bd77e94f217.jpg?c=39,457,280,280,280,280",
@@ -199,6 +127,151 @@
"singular": "
{from} unmuted
{user} in a video chat"
}
},
+ "lng_audio_transcribe_trials_left": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_audio_transcribe_trials_left",
+ "photo_url": "https://telegra.ph/file/p/bafaaf31aed/88ef832f0a32695438f9017.jpg?c=46,238,508,508,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You have
{count} free transcription left until
{date}.",
+ "plural": "You have
{count} free transcriptions left until
{date}."
+ }
+ },
+ "lng_audio_transcribe_trials_over": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_audio_transcribe_trials_over",
+ "photo_url": "https://telegra.ph/file/p/12caac70fb9/83a2cb61c56222484a97717.jpg?c=0,183,600,613,276,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You have used all your free transcriptions this week. Wait until
{date} to use it again or subscribe to
{link} now."
+ }
+ },
+ "lng_away_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_about",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=100,98,399,399,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Automatically reply with a message when you are away."
+ }
+ },
+ "lng_away_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_create",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=71,243,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create an Away Message"
+ }
+ },
+ "lng_away_custom_end": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_custom_end",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=52,514,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "End Time"
+ }
+ },
+ "lng_away_custom_start": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_custom_start",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=53,475,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Start Time"
+ }
+ },
+ "lng_away_empty_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_empty_about",
+ "photo_url": "https://telegra.ph/file/p/49591a3f2a6/92d75d65881e2948aeabe17.jpg?c=123,234,354,354,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add messages that will be automatically sent when you are off."
+ }
+ },
+ "lng_away_empty_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_empty_title",
+ "photo_url": "https://telegra.ph/file/p/49591a3f2a6/92d75d65881e2948aeabe17.jpg?c=160,228,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Away Message"
+ }
+ },
+ "lng_away_enable": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_enable",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=64,183,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Away Message"
+ }
+ },
+ "lng_away_message_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_message_placeholder",
+ "photo_url": "https://telegra.ph/file/p/49591a3f2a6/92d75d65881e2948aeabe17.jpg?c=96,409,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add an Away Message"
+ }
+ },
+ "lng_away_offline_only": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_offline_only",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=56,575,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Only if Offline"
+ }
+ },
+ "lng_away_offline_only_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_offline_only_about",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=59,505,455,455,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Don't send the away message if you've recently been online."
+ }
+ },
+ "lng_away_recipients": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_recipients",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=54,686,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Recipients"
+ }
+ },
+ "lng_away_schedule": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_schedule",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=52,298,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Schedule"
+ }
+ },
+ "lng_away_schedule_always": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_schedule_always",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=84,337,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Always"
+ }
+ },
+ "lng_away_schedule_custom": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_schedule_custom",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=92,415,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Custom Schedule"
+ }
+ },
+ "lng_away_schedule_outside": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_schedule_outside",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=110,375,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Outside of Business Hours"
+ }
+ },
+ "lng_away_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_away_title",
+ "photo_url": "https://telegra.ph/file/p/e489dffc154/8fd4800a955357d80f69c17.jpg?c=99,74,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Away Message"
+ }
+ },
"lng_background_bad_link": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_background_bad_link",
"photo_url": "https://telegra.ph/file/p/c09b2873da0/25b7ca985dea1ba0362c11d.jpg?c=0,0,642,252,272,108",
@@ -215,38 +288,6 @@
"singular": "Telegram Desktop doesn't support gradient wallpapers yet."
}
},
- "lng_bio_about": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_bio_about",
- "photo_url": "https://telegra.ph/file/p/a8780f3d049/dcb38606afe2b8ac0b2731d.jpg?c=424,245,751,751,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can add a few lines about yourself. Anyone who opens your profile will see this text."
- }
- },
- "lng_bio_placeholder": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_bio_placeholder",
- "photo_url": "https://telegra.ph/file/p/a8780f3d049/dcb38606afe2b8ac0b2731d.jpg?c=409,392,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Bio"
- }
- },
- "lng_bio_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_bio_title",
- "photo_url": "https://telegra.ph/file/p/a8780f3d049/dcb38606afe2b8ac0b2731d.jpg?c=458,327,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit Your Bio"
- }
- },
- "lng_blocked_list_already_blocked": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_blocked_list_already_blocked",
- "photo_url": "https://telegra.ph/file/p/06d18bbe459/3db17c7310bbf11fa919c1d.jpg?c=513,215,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "already blocked"
- }
- },
"lng_blocked_list_not_found": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_blocked_list_not_found",
"photo_url": "https://telegra.ph/file/p/d54c0acf672/9d99f87efca1b114b5b9717.jpg?c=161,282,280,280,280,280",
@@ -271,6 +312,47 @@
"singular": "Get more boosts for your channel by gifting Telegram Premium to your subscribers."
}
},
+ "lng_boosts_list_pending": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_boosts_list_pending",
+ "photo_url": "https://telegra.ph/file/p/5b75426fc00/f7487535331883535ca8617.jpg?c=67,228,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "To be distributed"
+ }
+ },
+ "lng_boosts_list_pending_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_boosts_list_pending_about",
+ "photo_url": "https://telegra.ph/file/p/27d68a37206/0ad938828c159aac9207417.jpg?c=15,355,569,569,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The recipient will be selected when the giveaway ends."
+ }
+ },
+ "lng_boosts_list_status": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_boosts_list_status",
+ "photo_url": "https://telegra.ph/file/p/5b75426fc00/f7487535331883535ca8617.jpg?c=78,814,337,337,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "boost expires on
{date}"
+ }
+ },
+ "lng_boosts_list_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_boosts_list_title",
+ "photo_url": "https://telegra.ph/file/p/5b75426fc00/f7487535331883535ca8617.jpg?c=13,191,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} boost",
+ "plural": "
{count} boosts"
+ }
+ },
+ "lng_boosts_list_unclaimed": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_boosts_list_unclaimed",
+ "photo_url": "https://telegra.ph/file/p/5b75426fc00/f7487535331883535ca8617.jpg?c=60,289,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unclaimed"
+ }
+ },
"lng_boosts_show_more_boosts": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_boosts_show_more_boosts",
"photo_url": "https://telegra.ph/file/p/2da87645a1d/3df7d7218875cb6ec6e6317.jpg?c=116,263,280,280,280,280",
@@ -305,6 +387,78 @@
"plural": "
{count} users"
}
},
+ "lng_business_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=0,127,600,610,276,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Turn your account to a business page with these additional features."
+ }
+ },
+ "lng_business_about_away_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_away_messages",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=49,300,509,509,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Define messages that are automatically sent when you are off."
+ }
+ },
+ "lng_business_about_chat_intro": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_chat_intro",
+ "photo_url": "https://telegra.ph/file/p/c243700d66e/bc444bb9ff28ca1cf58c817.jpg?c=114,696,342,342,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Customize the message people see before they start a chat with you."
+ }
+ },
+ "lng_business_about_chat_links": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_chat_links",
+ "photo_url": "https://telegra.ph/file/p/c243700d66e/bc444bb9ff28ca1cf58c817.jpg?c=111,613,368,368,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create links that start a chat with you, suggesting the first message."
+ }
+ },
+ "lng_business_about_chatbots": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_chatbots",
+ "photo_url": "https://telegra.ph/file/p/c243700d66e/bc444bb9ff28ca1cf58c817.jpg?c=111,741,362,362,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add any third party chatbots that will process customer interactions."
+ }
+ },
+ "lng_business_about_greeting_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_greeting_messages",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=55,255,482,482,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create greetings that will be automatically sent to new customers."
+ }
+ },
+ "lng_business_about_location": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_location",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=47,464,517,517,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Display the location of your business on your account."
+ }
+ },
+ "lng_business_about_opening_hours": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_opening_hours",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=50,416,505,505,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show to your customers when you are open for business."
+ }
+ },
+ "lng_business_about_quick_replies": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_quick_replies",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=52,363,499,499,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Set up shortcuts with rich text and media to respond to messages faster."
+ }
+ },
"lng_business_about_sponsored": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_business_about_sponsored",
"photo_url": "https://telegra.ph/file/p/23c8166a680/3ad1f02b67bd54882235117.jpg?c=52,318,491,491,280,280",
@@ -337,6 +491,87 @@
"singular": "Do Not Hide Ads"
}
},
+ "lng_business_edit_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_edit_messages",
+ "photo_url": "https://telegra.ph/file/p/ec9b07089d6/5ebda239bfb963afff5e717.jpg?c=57,366,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit messages"
+ }
+ },
+ "lng_business_limit_reached": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_limit_reached",
+ "photo_url": "https://telegra.ph/file/p/4221c31d29d/bf987e90771637a8f628917.jpg?c=153,673,295,295,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Limit of
{count} message reached.",
+ "plural": "Limit of
{count} messages reached."
+ }
+ },
+ "lng_business_subtitle_away_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_away_messages",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=62,391,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Away Messages"
+ }
+ },
+ "lng_business_subtitle_chat_intro": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_chat_intro",
+ "photo_url": "https://telegra.ph/file/p/c243700d66e/bc444bb9ff28ca1cf58c817.jpg?c=89,710,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Custom Intro"
+ }
+ },
+ "lng_business_subtitle_chat_links": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_chat_links",
+ "photo_url": "https://telegra.ph/file/p/c243700d66e/bc444bb9ff28ca1cf58c817.jpg?c=89,643,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Links to Chat"
+ }
+ },
+ "lng_business_subtitle_chatbots": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_chatbots",
+ "photo_url": "https://telegra.ph/file/p/c243700d66e/bc444bb9ff28ca1cf58c817.jpg?c=83,777,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Chatbots"
+ }
+ },
+ "lng_business_subtitle_greeting_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_greeting_messages",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=67,312,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Greeting Messages"
+ }
+ },
+ "lng_business_subtitle_location": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_location",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=54,621,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Location"
+ }
+ },
+ "lng_business_subtitle_opening_hours": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_opening_hours",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=61,546,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Opening Hours"
+ }
+ },
+ "lng_business_subtitle_quick_replies": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_quick_replies",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=59,468,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Quick Replies"
+ }
+ },
"lng_business_subtitle_sponsored": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_business_subtitle_sponsored",
"photo_url": "https://telegra.ph/file/p/23c8166a680/3ad1f02b67bd54882235117.jpg?c=59,398,280,280,280,280",
@@ -345,36 +580,20 @@
"singular": "Ads in Channels"
}
},
- "lng_call_box_clear_all": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_box_clear_all",
- "photo_url": "https://telegra.ph/file/p/c6a903e3d96/9ae58f0a3bcffd3fdf9d517.jpg?c=300,82,280,280,280,280",
- "has_binding": false,
+ "lng_business_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_title",
+ "photo_url": "https://telegra.ph/file/p/b9296a160c0/f8bb53d6db38eed9c8a9b17.jpg?c=138,176,324,324,280,280",
+ "has_binding": true,
"values": {
- "singular": "Clear All"
+ "singular": "Telegram Business"
}
},
- "lng_call_box_clear_button": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_box_clear_button",
- "photo_url": "https://telegra.ph/file/p/a08a11d7bc8/63a69c5fbc868550f6a0f16.jpg?c=19,91,280,280,280,280",
- "has_binding": false,
+ "lng_business_unlocked": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_business_unlocked",
+ "photo_url": "https://telegra.ph/file/p/6e77b58f722/3a33e7f2fe5dad852773217.jpg?c=81,139,439,439,280,280",
+ "has_binding": true,
"values": {
- "singular": "Clear"
- }
- },
- "lng_call_box_clear_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_box_clear_sure",
- "photo_url": "https://telegra.ph/file/p/a08a11d7bc8/63a69c5fbc868550f6a0f16.jpg?c=9,68,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to completely clear your calls log?"
- }
- },
- "lng_call_box_status_today": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_box_status_today",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=537,835,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{time}"
+ "singular": "You have now unlocked these additional business features."
}
},
"lng_call_cancelled": {
@@ -385,38 +604,6 @@
"singular": "Canceled call"
}
},
- "lng_call_declined": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_declined",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=534,406,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Declined call"
- }
- },
- "lng_call_duration_info": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_duration_info",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=560,606,314,314,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{time},
{duration}"
- }
- },
- "lng_call_end_call": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_end_call",
- "photo_url": "https://telegra.ph/file/p/16ba959710a/4ee529798ade781a575e619.jpg?c=511,537,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "End Call"
- }
- },
- "lng_call_incoming": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_incoming",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=537,600,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Incoming call"
- }
- },
"lng_call_leave_to_other_sure": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_call_leave_to_other_sure",
"photo_url": "https://telegra.ph/file/p/16ba959710a/4ee529798ade781a575e619.jpg?c=197,301,599,599,280,280",
@@ -433,38 +620,6 @@
"singular": "Do you want to end your active call and join a live stream in this channel?"
}
},
- "lng_call_missed": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_missed",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=527,802,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Missed call"
- }
- },
- "lng_call_outgoing": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_outgoing",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=1038,703,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Outgoing call"
- }
- },
- "lng_call_status_connecting": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_status_connecting",
- "photo_url": "https://telegra.ph/file/p/95eb1bc1026/c821ef88c8cab816e498717.jpg?c=78,163,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "connecting..."
- }
- },
- "lng_call_type_and_duration": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_call_type_and_duration",
- "photo_url": "https://telegra.ph/file/p/394c22fb4d5/d4eb62be71af72930f96c1d.jpg?c=537,618,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{type} (
{duration})"
- }
- },
"lng_caption_move_down": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_caption_move_down",
"photo_url": "https://telegra.ph/file/p/c71a0ea1978/7959508bd0807c1e43b1619.jpg?c=920,781,280,280,280,280",
@@ -585,22 +740,6 @@
"singular": "Similar channels"
}
},
- "lng_channels_too_much_public_about": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_channels_too_much_public_about",
- "photo_url": "https://telegra.ph/file/p/579261b4b6a/88603dd901f46bc5be3221d.jpg?c=430,98,697,697,280,280",
- "has_binding": true,
- "values": {
- "singular": "You have reserved too many public links. Try revoking the link from an older group or channel, or create a private one instead."
- }
- },
- "lng_channels_too_much_public_revoke": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_channels_too_much_public_revoke",
- "photo_url": "https://telegra.ph/file/p/579261b4b6a/88603dd901f46bc5be3221d.jpg?c=905,331,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke"
- }
- },
"lng_channels_your_less": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_channels_your_less",
"photo_url": "https://telegra.ph/file/p/0111742dbe4/d8f27ea9744c22e4fcd2617.jpg?c=313,103,280,280,280,280",
@@ -713,13 +852,213 @@
"singular": "Are you sure you want to delete this chat link?"
}
},
- "lng_chat_status_members": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_status_members",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=107,32,280,280,280,280",
+ "lng_chat_link_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_description",
+ "photo_url": "https://telegra.ph/file/p/080b79f8017/6998fd2dee88620a85f2b17.jpg?c=45,97,506,506,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add a message that will be entered in the message field for anyone who starts a chat with you using this link."
+ }
+ },
+ "lng_chat_link_edit_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_edit_title",
+ "photo_url": "https://telegra.ph/file/p/d78f7c3ec79/80a7f8fe5ae5c523d125017.jpg?c=52,143,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "
{count} member",
- "plural": "
{count} members"
+ "singular": "Edit Link"
+ }
+ },
+ "lng_chat_link_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_name",
+ "photo_url": "https://telegra.ph/file/p/080b79f8017/6998fd2dee88620a85f2b17.jpg?c=65,308,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Link Name (optional)"
+ }
+ },
+ "lng_chat_link_new_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_new_title",
+ "photo_url": "https://telegra.ph/file/p/080b79f8017/6998fd2dee88620a85f2b17.jpg?c=53,143,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "New Link"
+ }
+ },
+ "lng_chat_link_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_placeholder",
+ "photo_url": "https://telegra.ph/file/p/080b79f8017/6998fd2dee88620a85f2b17.jpg?c=64,248,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Preset Message"
+ }
+ },
+ "lng_chat_link_qr_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_qr_about",
+ "photo_url": "https://telegra.ph/file/p/e8b7092a5e2/ec39178acec649ae725d517.jpg?c=79,252,435,435,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Everyone on Telegram can scan this code to contact you."
+ }
+ },
+ "lng_chat_link_qr_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_qr_title",
+ "photo_url": "https://telegra.ph/file/p/e8b7092a5e2/ec39178acec649ae725d517.jpg?c=90,68,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Chat Link QR Code"
+ }
+ },
+ "lng_chat_link_saved": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_link_saved",
+ "photo_url": "https://telegra.ph/file/p/50ba58052cb/71573ccc21f240c05ec3c17.jpg?c=160,245,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Chat link saved."
+ }
+ },
+ "lng_chat_links_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_about",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=98,151,405,405,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Give your customers short links that start a chat with you – and suggest the first message from them to you."
+ }
+ },
+ "lng_chat_links_clicks": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_clicks",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=280,391,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} click",
+ "plural": "
{count} clicks"
+ }
+ },
+ "lng_chat_links_create_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_create_link",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=103,265,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create a Link to Chat"
+ }
+ },
+ "lng_chat_links_footer": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_footer",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=54,261,483,483,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can also use a simple link for a chat with you –
{links}"
+ }
+ },
+ "lng_chat_links_footer_both": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_footer_both",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=64,456,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{username} or
{link}"
+ }
+ },
+ "lng_chat_links_no_clicks": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_no_clicks",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=278,299,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "no clicks"
+ }
+ },
+ "lng_chat_links_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chat_links_title",
+ "photo_url": "https://telegra.ph/file/p/9ac6a69b10c/e9d76a505ca5a376021d017.jpg?c=96,54,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Links to Chat"
+ }
+ },
+ "lng_chatbots_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_about",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=98,136,405,405,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add a bot to your account to help you automatically process and respond to the messages you receive.
{link}"
+ }
+ },
+ "lng_chatbots_about_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_about_link",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=223,191,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Learn more..."
+ }
+ },
+ "lng_chatbots_access_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_access_title",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=74,340,293,293,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Chats accessible for the bot"
+ }
+ },
+ "lng_chatbots_add_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_add_about",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=53,219,488,488,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter the link to the Telegram bot that you want to automatically process your chats."
+ }
+ },
+ "lng_chatbots_all_except": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_all_except",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=110,459,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "All 1-to-1 Chats Except..."
+ }
+ },
+ "lng_chatbots_exclude_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_exclude_about",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=51,522,495,495,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select chats or entire chat categories which the bot will not have access to."
+ }
+ },
+ "lng_chatbots_exclude_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_exclude_button",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=92,583,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Exclude Chats"
+ }
+ },
+ "lng_chatbots_excluded_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_excluded_title",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=58,546,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Excluded chats"
+ }
+ },
+ "lng_chatbots_include_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_include_button",
+ "photo_url": "https://telegra.ph/file/p/22baa1072a4/bf7a85b08ad978fc9363217.jpg?c=89,605,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Select Chats"
+ }
+ },
+ "lng_chatbots_included_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_included_title",
+ "photo_url": "https://telegra.ph/file/p/22baa1072a4/bf7a85b08ad978fc9363217.jpg?c=58,566,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Included chats"
+ }
+ },
+ "lng_chatbots_info_url": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_info_url",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=275,195,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "https://telegram.org/blog/telegram-business#chatbots-for-business"
}
},
"lng_chatbots_not_found": {
@@ -738,6 +1077,22 @@
"singular": "This bot doesn't support Telegram Business yet."
}
},
+ "lng_chatbots_permissions_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_permissions_title",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=60,745,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bot permissions"
+ }
+ },
+ "lng_chatbots_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_placeholder",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=73,240,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter bot URL or username"
+ }
+ },
"lng_chatbots_reply": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_reply",
"photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=62,784,280,280,280,280",
@@ -754,20 +1109,20 @@
"singular": "The bot can only reply on your behalf in chats that were active during the last 24h."
}
},
- "lng_choose_file": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_choose_file",
- "photo_url": "https://telegra.ph/file/p/cc2fa664bb2/9edf3976ffe95d184572419.jpg?c=503,0,280,280,280,280",
- "has_binding": false,
+ "lng_chatbots_selected": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_selected",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=102,494,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Choose a file"
+ "singular": "Only Selected Chats"
}
},
- "lng_choose_files": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_choose_files",
- "photo_url": "https://telegra.ph/file/p/835d9a887f2/8ba0dc94994d2c20797071d.jpg?c=271,188,280,280,280,280",
- "has_binding": false,
+ "lng_chatbots_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_chatbots_title",
+ "photo_url": "https://telegra.ph/file/p/e5683dd4e67/371d9450513f91bc2d60717.jpg?c=87,76,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Choose Files"
+ "singular": "Chatbots"
}
},
"lng_cloud_password_reset_with_email": {
@@ -803,44 +1158,12 @@
"singular": "Comments"
}
},
- "lng_confirm_contact_data": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_confirm_contact_data",
- "photo_url": "https://telegra.ph/file/p/d549541eca2/f3bcb15f928554a1e3cc41d.jpg?c=518,331,280,280,280,280",
+ "lng_context_copy_filename": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_copy_filename",
+ "photo_url": "https://telegra.ph/file/p/fc73751d763/2b24b677c155d33e263c717.jpg?c=257,360,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "New Contact"
- }
- },
- "lng_confirm_phone_link_invalid": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_confirm_phone_link_invalid",
- "photo_url": "https://telegra.ph/file/p/b9ac67cbe99/d04385c82eb11e4d5904c1d.jpg?c=488,321,530,530,280,280",
- "has_binding": false,
- "values": {
- "singular": "This link is broken or expired."
- }
- },
- "lng_contact_not_joined": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_contact_not_joined",
- "photo_url": "https://telegra.ph/file/p/c108a4285b2/4e04156aaba1815c6c7081d.jpg?c=495,253,749,749,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unfortunately
{name} has not joined Telegram yet, but you can send them an invitation.
We will notify you when any of your contacts join Telegram."
- }
- },
- "lng_contact_phone": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_contact_phone",
- "photo_url": "https://telegra.ph/file/p/d549541eca2/f3bcb15f928554a1e3cc41d.jpg?c=603,633,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Phone Number"
- }
- },
- "lng_contact_share_phone": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_contact_share_phone",
- "photo_url": "https://telegra.ph/file/p/f04736f7de8/a632223b623f71e34ac2317.jpg?c=149,52,310,310,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share my phone number"
+ "singular": "Copy Filename"
}
},
"lng_context_delete_msg": {
@@ -851,6 +1174,22 @@
"singular": "Delete"
}
},
+ "lng_context_delete_shortcut": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_delete_shortcut",
+ "photo_url": "https://telegra.ph/file/p/ede2bf3efc6/e75e3ec204637423ecf9517.jpg?c=214,119,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete Quick Reply"
+ }
+ },
+ "lng_context_edit_shortcut": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_edit_shortcut",
+ "photo_url": "https://telegra.ph/file/p/ede2bf3efc6/e75e3ec204637423ecf9517.jpg?c=194,86,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Shortcut"
+ }
+ },
"lng_context_mute": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_context_mute",
"photo_url": "https://telegra.ph/file/p/2ad28e147b2/f5975c979f983bd1747f416.jpg?c=22,25,278,280,278,280",
@@ -867,22 +1206,6 @@
"singular": "Quote & Reply"
}
},
- "lng_context_remove_from_group": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_remove_from_group",
- "photo_url": "https://telegra.ph/file/p/219dc065522/351173edd167a82f82add17.jpg?c=170,336,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove from group"
- }
- },
- "lng_context_reschedule_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_reschedule_selected",
- "photo_url": "https://telegra.ph/file/p/48881080874/a78f742157cdac7caf50717.jpg?c=293,509,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Reschedule Selected"
- }
- },
"lng_context_seen_listened": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_context_seen_listened",
"photo_url": "https://telegra.ph/file/p/ba80bd24b29/d664518d1f527a342138816.jpg?c=14,94,280,280,280,280",
@@ -934,14 +1257,6 @@
"singular": "Select up to this message"
}
},
- "lng_context_send_message": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_send_message",
- "photo_url": "https://telegra.ph/file/p/219dc065522/351173edd167a82f82add17.jpg?c=148,297,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send message"
- }
- },
"lng_context_unmute": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_context_unmute",
"photo_url": "https://telegra.ph/file/p/22496023ba2/be19e65cd03044ffa894d16.jpg?c=18,25,280,280,280,280",
@@ -950,14 +1265,6 @@
"singular": "Unmute"
}
},
- "lng_context_view_profile": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_context_view_profile",
- "photo_url": "https://telegra.ph/file/p/219dc065522/351173edd167a82f82add17.jpg?c=140,257,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "View profile"
- }
- },
"lng_continue": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_continue",
"photo_url": "https://telegra.ph/file/p/a1f11194f84/15b768c8c43426e24f12b19.jpg?c=540,578,280,280,280,280",
@@ -974,22 +1281,6 @@
"singular": "Link copied to clipboard."
}
},
- "lng_create_channel_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_create_channel_title",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=113,334,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Channel"
- }
- },
- "lng_create_group_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_create_group_title",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=111,263,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New Group"
- }
- },
"lng_credits_box_history_entry_gift_about_link": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_credits_box_history_entry_gift_about_link",
"photo_url": "https://telegra.ph/file/p/4f2ec82e22b/c67e3f1418337a46fddd517.jpg?c=159,197,280,280,280,280",
@@ -1054,30 +1345,6 @@
"singular": "Gift Telegram Stars"
}
},
- "lng_delete_for_everyone_check": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_delete_for_everyone_check",
- "photo_url": "https://telegra.ph/file/p/a08a11d7bc8/63a69c5fbc868550f6a0f16.jpg?c=6,80,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete for everyone"
- }
- },
- "lng_edit_caption_attach": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_edit_caption_attach",
- "photo_url": "https://telegra.ph/file/p/95ff2516314/5933882472f6d124cc15119.jpg?c=370,317,455,455,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, you can't attach new media while editing a message."
- }
- },
- "lng_edit_error": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_edit_error",
- "photo_url": "https://telegra.ph/file/p/57d517c9d1a/76707b6e14c5fb4d2aa671d.jpg?c=499,305,465,465,280,280",
- "has_binding": false,
- "values": {
- "singular": "You can't edit this message."
- }
- },
"lng_edit_photo_editor_hint": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_edit_photo_editor_hint",
"photo_url": "https://telegra.ph/file/p/1f4bad838af/2062fcceb8a66a343b60616.jpg?c=3,76,280,280,280,280",
@@ -1110,14 +1377,6 @@
"singular": "Food & Drink"
}
},
- "lng_enter_contact_data": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_enter_contact_data",
- "photo_url": "https://telegra.ph/file/p/c108a4285b2/4e04156aaba1815c6c7081d.jpg?c=530,327,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New Contact"
- }
- },
"lng_error_nocopy_group": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_error_nocopy_group",
"photo_url": "https://telegra.ph/file/p/5689aa6223f/bec55dfee45278e43da5416.jpg?c=10,69,280,280,280,280",
@@ -1142,14 +1401,6 @@
"singular": "Add Chats"
}
},
- "lng_filters_all": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_all",
- "photo_url": "https://telegra.ph/file/p/1d8cbee73af/d1b261b739e0438493a5119.jpg?c=0,101,279,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "All chats"
- }
- },
"lng_filters_chats_count": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_chats_count",
"photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=51,116,280,280,280,280",
@@ -1159,22 +1410,6 @@
"plural": "
{count} chats"
}
},
- "lng_filters_create": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_create",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=7,213,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Create new folder"
- }
- },
- "lng_filters_edit": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_edit",
- "photo_url": "https://telegra.ph/file/p/9187198cb75/6f58eaeaf381b79397b6b19.jpg?c=220,173,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit Folder"
- }
- },
"lng_filters_exclude": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_exclude",
"photo_url": "https://telegra.ph/file/p/8c489ac957f/7542c6761b364167949bc17.jpg?c=62,454,280,280,280,280",
@@ -1191,14 +1426,6 @@
"singular": "Choose chats or types of chats that will not appear in this folder."
}
},
- "lng_filters_icon_header": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_icon_header",
- "photo_url": "https://telegra.ph/file/p/5c8426ef71e/1324a662fb72463a9e69117.jpg?c=40,157,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Choose an icon"
- }
- },
"lng_filters_include": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_include",
"photo_url": "https://telegra.ph/file/p/8c489ac957f/7542c6761b364167949bc17.jpg?c=60,276,280,280,280,280",
@@ -1215,30 +1442,6 @@
"singular": "Choose chats or types of chats that will appear in this folder."
}
},
- "lng_filters_name_unread": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_name_unread",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=5,368,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unread"
- }
- },
- "lng_filters_recommended": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_recommended",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=8,320,295,295,280,280",
- "has_binding": true,
- "values": {
- "singular": "Recommended folders"
- }
- },
- "lng_filters_recommended_add": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_recommended_add",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=300,379,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add"
- }
- },
"lng_filters_remove_chats": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_remove_chats",
"photo_url": "https://telegra.ph/file/p/67f831a745c/02978419f2fd41e6ca22317.jpg?c=16,489,280,280,280,280",
@@ -1247,36 +1450,20 @@
"singular": "Add Chats to Exclude"
}
},
- "lng_filters_restore": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_restore",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=299,165,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Undo"
- }
- },
- "lng_filters_setup": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_setup",
- "photo_url": "https://telegra.ph/file/p/1d8cbee73af/d1b261b739e0438493a5119.jpg?c=16,399,280,280,280,280",
+ "lng_filters_type_existing": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_type_existing",
+ "photo_url": "https://telegra.ph/file/p/7acffa1af90/29dbf9f76dfc63a562f3a17.jpg?c=87,272,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Edit"
+ "singular": "Existing Chats"
}
},
- "lng_filters_subtitle": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_subtitle",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=5,59,280,280,280,280",
- "has_binding": false,
+ "lng_filters_type_new": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_type_new",
+ "photo_url": "https://telegra.ph/file/p/7acffa1af90/29dbf9f76dfc63a562f3a17.jpg?c=82,227,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "My folders"
- }
- },
- "lng_filters_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_filters_title",
- "photo_url": "https://telegra.ph/file/p/fd1abfdd8f9/30ab276094ed4afe6403817.jpg?c=6,3,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Folders"
+ "singular": "New Chats"
}
},
"lng_formatting_code_auto": {
@@ -1303,6 +1490,15 @@
"singular": "Code Language"
}
},
+ "lng_forum_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_forum_messages",
+ "photo_url": "https://telegra.ph/file/p/ec9b07089d6/5ebda239bfb963afff5e717.jpg?c=266,366,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} message",
+ "plural": "
{count} messages"
+ }
+ },
"lng_forward_about": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_forward_about",
"photo_url": "https://telegra.ph/file/p/26fc69dc66a/572cc6c683a6ce986bc4016.jpg?c=10,102,280,280,280,280",
@@ -1384,22 +1580,6 @@
"singular": "Forward Message"
}
},
- "lng_forwarded_date": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_forwarded_date",
- "photo_url": "https://telegra.ph/file/p/f0f8d581af6/f98eabcaba373fa45495217.jpg?c=191,269,280,279,280,280",
- "has_binding": true,
- "values": {
- "singular": "Original:
{date}"
- }
- },
- "lng_forwarded_imported": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_forwarded_imported",
- "photo_url": "https://telegra.ph/file/p/f0f8d581af6/f98eabcaba373fa45495217.jpg?c=170,129,410,410,280,280",
- "has_binding": true,
- "values": {
- "singular": "This message was imported from another app. It may not be real."
- }
- },
"lng_gift_link_about": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_gift_link_about",
"photo_url": "https://telegra.ph/file/p/9085bc3c467/093683fda0abee573d78617.jpg?c=114,268,372,372,280,280",
@@ -1544,6 +1724,120 @@
"singular": "Used Gift Link"
}
},
+ "lng_giveaway_award_chosen": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_award_chosen",
+ "photo_url": "https://telegra.ph/file/p/bbfc6150127/48f071b3b29173c23d43717.jpg?c=127,356,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} recipient >",
+ "plural": "
{count} recipients >"
+ }
+ },
+ "lng_giveaway_award_option": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_award_option",
+ "photo_url": "https://telegra.ph/file/p/eb515e59c66/0d786e306eb7bca02dd7c17.jpg?c=53,42,289,289,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Award Specific Users"
+ }
+ },
+ "lng_giveaway_award_subtitle": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_award_subtitle",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=138,431,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select recipients >"
+ }
+ },
+ "lng_giveaway_channels_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_channels_about",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=6,622,580,580,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose the groups and channels users need to join to take part in the giveaway."
+ }
+ },
+ "lng_giveaway_channels_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_channels_add",
+ "photo_url": "https://telegra.ph/file/p/ad7e2ee1165/a0d2855436f617b90f8f217.jpg?c=43,43,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Group or Channel"
+ }
+ },
+ "lng_giveaway_channels_confirm_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_channels_confirm_about",
+ "photo_url": "https://telegra.ph/file/p/efb8ac3cb47/02d21f1b5b75f52ceef7b17.jpg?c=70,250,422,422,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to add a private channel? Users won't be able to join it without an invite link."
+ }
+ },
+ "lng_giveaway_channels_confirm_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_channels_confirm_title",
+ "photo_url": "https://telegra.ph/file/p/efb8ac3cb47/02d21f1b5b75f52ceef7b17.jpg?c=79,262,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channel is Private"
+ }
+ },
+ "lng_giveaway_channels_this": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_channels_this",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=91,686,380,380,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "this channel will receive
{count} boost",
+ "plural": "this channel will receive
{count} boosts"
+ }
+ },
+ "lng_giveaway_channels_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_channels_title",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=26,586,435,435,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channels included in the giveaway"
+ }
+ },
+ "lng_giveaway_create_option": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_create_option",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=134,337,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create Giveaway"
+ }
+ },
+ "lng_giveaway_create_subtitle": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_create_subtitle",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=150,340,349,349,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "winners are chosen randomly"
+ }
+ },
+ "lng_giveaway_created_body": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_created_body",
+ "photo_url": "https://telegra.ph/file/p/cbf3cc8061f/2d8cba72002271cb12ed317.jpg?c=83,258,435,435,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Check your channels'
{link} to see how this giveaway boosted your channel."
+ }
+ },
+ "lng_giveaway_created_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_created_link",
+ "photo_url": "https://telegra.ph/file/p/cbf3cc8061f/2d8cba72002271cb12ed317.jpg?c=192,330,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Statistics"
+ }
+ },
+ "lng_giveaway_created_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_created_title",
+ "photo_url": "https://telegra.ph/file/p/cbf3cc8061f/2d8cba72002271cb12ed317.jpg?c=83,312,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Giveaway created"
+ }
+ },
"lng_giveaway_date": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_date",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=53,362,280,280,280,280",
@@ -1561,6 +1855,14 @@
"plural": "Choose when
{count} subscribers of your channel will be randomly selected to receive Telegram Premium."
}
},
+ "lng_giveaway_date_select": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_date_select",
+ "photo_url": "https://telegra.ph/file/p/394d5bbdc69/cc20e2257c12471e8a7a617.jpg?c=70,219,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select Date and Time"
+ }
+ },
"lng_giveaway_date_title": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_date_title",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=70,329,280,280,280,280",
@@ -1569,6 +1871,14 @@
"singular": "Date when giveaway ends"
}
},
+ "lng_giveaway_duration_about_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_duration_about_link",
+ "photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=171,706,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "here"
+ }
+ },
"lng_giveaway_duration_title": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_duration_title",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=65,424,358,358,280,280",
@@ -1578,6 +1888,64 @@
"plural": "Duration of Premium subscriptions"
}
},
+ "lng_giveaway_maximum_countries_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_maximum_countries_error",
+ "photo_url": "https://telegra.ph/file/p/c233dfbc12f/a388ff0041ced755c59c417.jpg?c=85,334,431,431,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can select up to
{count} country.",
+ "plural": "You can select up to
{count} countries."
+ }
+ },
+ "lng_giveaway_new_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_new_about",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=7,168,586,586,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Get more boosts for your channel by gifting Premium to your subscribers."
+ }
+ },
+ "lng_giveaway_new_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_new_title",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=161,206,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Boosts via Gifts"
+ }
+ },
+ "lng_giveaway_quantity": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_quantity",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=296,495,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} Boost",
+ "plural": "
{count} Boosts"
+ }
+ },
+ "lng_giveaway_quantity_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_quantity_about",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=9,446,567,567,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose how many Premium subscriptions to give away and boosts to receive."
+ }
+ },
+ "lng_giveaway_quantity_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_quantity_title",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=29,496,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Quantity of prizes"
+ }
+ },
+ "lng_giveaway_start": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_start",
+ "photo_url": "https://telegra.ph/file/p/b7090bbeb50/35acc390e087e44500e8217.jpg?c=160,964,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Start Giveaway"
+ }
+ },
"lng_giveaway_users_about": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_users_about",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=52,195,468,468,280,280",
@@ -1602,6 +1970,23 @@
"singular": "from all countries"
}
},
+ "lng_giveaway_users_from_countries": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_users_from_countries",
+ "photo_url": "https://telegra.ph/file/p/f44735e39b2/c1f46970054ac22dc86cc17.jpg?c=84,418,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "from
{count} country",
+ "plural": "from
{count} countries"
+ }
+ },
+ "lng_giveaway_users_from_one_country": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_users_from_one_country",
+ "photo_url": "https://telegra.ph/file/p/68325bb30b8/3a139c0dda89ac74aa57117.jpg?c=77,474,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "from
{country}"
+ }
+ },
"lng_giveaway_users_new": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_giveaway_users_new",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=103,188,280,280,280,280",
@@ -1618,68 +2003,84 @@
"singular": "Users eligible for the giveaway"
}
},
- "lng_group_call_active": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_active",
- "photo_url": "https://telegra.ph/file/p/c90044ee29c/ee62248e3a8a01f17421417.jpg?c=76,162,280,280,280,280",
+ "lng_greeting_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_about",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=99,195,401,401,280,280",
"has_binding": true,
"values": {
- "singular": "speaking"
+ "singular": "Greet customers when they message you the first time or after a period of no activity."
}
},
- "lng_group_call_add_to_group_all": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_add_to_group_all",
- "photo_url": "https://telegra.ph/file/p/ff2ca683dcc/c04e70b932d7685606ac617.jpg?c=44,233,480,480,280,280",
- "has_binding": false,
- "values": {
- "singular": "Those users aren't members of «
{group}». Add them to the group?"
- }
- },
- "lng_group_call_add_to_group_one": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_add_to_group_one",
- "photo_url": "https://telegra.ph/file/p/1cdbf494b1e/a585c0f39270438e23d3217.jpg?c=48,224,489,489,280,280",
+ "lng_greeting_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_create",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=74,366,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "
{user} isn't a member of «
{group}». Add them to the group?"
+ "singular": "Create a Greeting Message"
}
},
- "lng_group_call_add_to_group_some": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_add_to_group_some",
- "photo_url": "https://telegra.ph/file/p/18d7a9f8d9c/089a9664a26ea8a7051f517.jpg?c=39,219,508,508,280,280",
- "has_binding": false,
- "values": {
- "singular": "Some of those users aren't members of «
{group}». Add them to the group?"
- }
- },
- "lng_group_call_connecting": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_connecting",
- "photo_url": "https://telegra.ph/file/p/95eb1bc1026/c821ef88c8cab816e498717.jpg?c=161,689,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Connecting..."
- }
- },
- "lng_group_call_context_mute": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_context_mute",
- "photo_url": "https://telegra.ph/file/p/219dc065522/351173edd167a82f82add17.jpg?c=124,217,280,280,280,280",
+ "lng_greeting_empty_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_empty_about",
+ "photo_url": "https://telegra.ph/file/p/9c59474cabb/7b70e0089398c9693f59017.jpg?c=116,252,366,366,280,280",
"has_binding": true,
"values": {
- "singular": "Mute"
+ "singular": "Create greetings that will be automatically sent to new customers."
}
},
- "lng_group_call_context_mute_for_me": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_context_mute_for_me",
- "photo_url": "https://telegra.ph/file/p/b79bdcf8f08/398c71602fdbb1c2c6e9916.jpg?c=17,87,280,280,280,280",
+ "lng_greeting_empty_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_empty_title",
+ "photo_url": "https://telegra.ph/file/p/9c59474cabb/7b70e0089398c9693f59017.jpg?c=160,245,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Mute for me"
+ "singular": "New Greeting Message"
}
},
- "lng_group_call_context_unmute": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_context_unmute",
- "photo_url": "https://telegra.ph/file/p/82e464e8eba/f1e6e41879c422a999a8717.jpg?c=243,246,280,280,280,280",
+ "lng_greeting_enable": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_enable",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=69,309,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Allow to speak"
+ "singular": "Send Greeting Message"
+ }
+ },
+ "lng_greeting_message_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_message_placeholder",
+ "photo_url": "https://telegra.ph/file/p/9c59474cabb/7b70e0089398c9693f59017.jpg?c=85,437,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add a Greeting"
+ }
+ },
+ "lng_greeting_period_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_period_about",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=51,509,496,492,280,278",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose how many days should pass after your last interaction with a recipient to send them a greeting in response to their message."
+ }
+ },
+ "lng_greeting_period_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_period_title",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=64,644,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Period of no activity"
+ }
+ },
+ "lng_greeting_recipients": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_recipients",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=54,426,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Recipients"
+ }
+ },
+ "lng_greeting_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_greeting_title",
+ "photo_url": "https://telegra.ph/file/p/2cec8866cd7/d4bc5d915069c8c86abd817.jpg?c=109,65,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Greeting Message"
}
},
"lng_group_call_create_sure": {
@@ -1698,46 +2099,6 @@
"singular": "End Video Chat"
}
},
- "lng_group_call_force_muted": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_force_muted",
- "photo_url": "https://telegra.ph/file/p/4c16d167571/da59779e606e1fdbc65d517.jpg?c=160,661,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Muted by admin"
- }
- },
- "lng_group_call_force_muted_sub": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_force_muted_sub",
- "photo_url": "https://telegra.ph/file/p/4c16d167571/da59779e606e1fdbc65d517.jpg?c=132,629,335,330,280,276",
- "has_binding": true,
- "values": {
- "singular": "You are in Listen Only mode"
- }
- },
- "lng_group_call_inactive": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_inactive",
- "photo_url": "https://telegra.ph/file/p/7413f48b5fa/0daf63a2dbe17856f805717.jpg?c=83,400,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "listening"
- }
- },
- "lng_group_call_invite": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invite",
- "photo_url": "https://telegra.ph/file/p/7413f48b5fa/0daf63a2dbe17856f805717.jpg?c=93,337,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite Members"
- }
- },
- "lng_group_call_invite_button": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invite_button",
- "photo_url": "https://telegra.ph/file/p/d5d28c261ec/8976503388844fb3ad6d117.jpg?c=302,625,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite"
- }
- },
"lng_group_call_invite_done_many": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invite_done_many",
"photo_url": "https://telegra.ph/file/p/cb969310563/b8b656222c57fcf85863116.jpg?c=10,107,280,280,280,280",
@@ -1755,38 +2116,6 @@
"singular": "You invited
{user} to the video chat."
}
},
- "lng_group_call_invite_members": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invite_members",
- "photo_url": "https://telegra.ph/file/p/6871081b9ad/60ac22fb066e6c208bc0417.jpg?c=21,158,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Group members"
- }
- },
- "lng_group_call_invite_search_results": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invite_search_results",
- "photo_url": "https://telegra.ph/file/p/d54c0acf672/9d99f87efca1b114b5b9717.jpg?c=17,162,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search results"
- }
- },
- "lng_group_call_invite_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invite_title",
- "photo_url": "https://telegra.ph/file/p/d5d28c261ec/8976503388844fb3ad6d117.jpg?c=32,52,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite members"
- }
- },
- "lng_group_call_invited_status": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_invited_status",
- "photo_url": "https://telegra.ph/file/p/836d06b55c7/8a808256293a553adc1cb17.jpg?c=68,221,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "invited"
- }
- },
"lng_group_call_join_as_about": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_join_as_about",
"photo_url": "https://telegra.ph/file/p/0b293ce6d32/c338d0d8e3587f4e0899316.jpg?c=9,89,280,280,280,280",
@@ -1795,14 +2124,6 @@
"singular": "Choose whether you want to be displayed as your personal account or as your channel."
}
},
- "lng_group_call_leave": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_leave",
- "photo_url": "https://telegra.ph/file/p/7413f48b5fa/0daf63a2dbe17856f805717.jpg?c=253,802,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave"
- }
- },
"lng_group_call_leave_channel_to_other_sure": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_leave_channel_to_other_sure",
"photo_url": "https://telegra.ph/file/p/4abf9e7537a/7509cfad8b0fa7c668c2b16.jpg?c=10,118,280,280,280,280",
@@ -1835,55 +2156,6 @@
"singular": "Do you want to leave your active video chat and join a live stream in this channel?"
}
},
- "lng_group_call_mac_access": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_mac_access",
- "photo_url": "https://telegra.ph/file/p/f6cae988e1a/099907523d0eb82d98abb17.jpg?c=46,203,495,495,280,280",
- "has_binding": false,
- "values": {
- "singular": "Telegram Desktop does not have access to system wide keyboard input required for Push to Talk."
- }
- },
- "lng_group_call_mac_input": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_mac_input",
- "photo_url": "https://telegra.ph/file/p/f6cae988e1a/099907523d0eb82d98abb17.jpg?c=57,314,422,422,280,280",
- "has_binding": false,
- "values": {
- "singular": "Please allow **Input Monitoring** for Telegram in Privacy Settings."
- }
- },
- "lng_group_call_mac_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_mac_settings",
- "photo_url": "https://telegra.ph/file/p/f6cae988e1a/099907523d0eb82d98abb17.jpg?c=270,456,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Open Settings"
- }
- },
- "lng_group_call_members": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_members",
- "photo_url": "https://telegra.ph/file/p/7413f48b5fa/0daf63a2dbe17856f805717.jpg?c=153,290,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} participant",
- "plural": "
{count} participants"
- }
- },
- "lng_group_call_microphone": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_microphone",
- "photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=50,299,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Microphone"
- }
- },
- "lng_group_call_new_muted": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_new_muted",
- "photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=65,201,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Mute new participants"
- }
- },
"lng_group_call_no_anonymous": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_no_anonymous",
"photo_url": "https://telegra.ph/file/p/29bfe79436f/f8b74c7adf9ec5f67675e17.jpg?c=21,137,505,505,280,280",
@@ -1900,46 +2172,6 @@
"singular": "You can also
{link}."
}
},
- "lng_group_call_ptt_delay": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_ptt_delay",
- "photo_url": "https://telegra.ph/file/p/ada5b0b3f3c/61e5ee4a1d5dde6a0adb317.jpg?c=13,317,491,491,280,280",
- "has_binding": false,
- "values": {
- "singular": "Release delay:
{delay}"
- }
- },
- "lng_group_call_ptt_delay_ms": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_ptt_delay_ms",
- "photo_url": "https://telegra.ph/file/p/2e0c9d4b481/69edf505cb0658975575f17.jpg?c=225,442,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{amount} ms"
- }
- },
- "lng_group_call_ptt_delay_s": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_ptt_delay_s",
- "photo_url": "https://telegra.ph/file/p/ada5b0b3f3c/61e5ee4a1d5dde6a0adb317.jpg?c=229,452,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{amount} s"
- }
- },
- "lng_group_call_ptt_recording": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_ptt_recording",
- "photo_url": "https://telegra.ph/file/p/2e0c9d4b481/69edf505cb0658975575f17.jpg?c=49,398,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stop Recording"
- }
- },
- "lng_group_call_ptt_shortcut": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_ptt_shortcut",
- "photo_url": "https://telegra.ph/file/p/ada5b0b3f3c/61e5ee4a1d5dde6a0adb317.jpg?c=19,397,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit Keyboard Shortcut"
- }
- },
"lng_group_call_push_to_talk": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_push_to_talk",
"photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=63,395,280,280,280,280",
@@ -1972,38 +2204,6 @@
"singular": "Schedule Live Stream"
}
},
- "lng_group_call_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_settings",
- "photo_url": "https://telegra.ph/file/p/7413f48b5fa/0daf63a2dbe17856f805717.jpg?c=51,804,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Settings"
- }
- },
- "lng_group_call_settings_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_settings_title",
- "photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=47,134,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Settings"
- }
- },
- "lng_group_call_share": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_share",
- "photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=55,449,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share Invite Link"
- }
- },
- "lng_group_call_speakers": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_speakers",
- "photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=46,255,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Speakers"
- }
- },
"lng_group_call_start_as_header_channel": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_start_as_header_channel",
"photo_url": "https://telegra.ph/file/p/0b293ce6d32/c338d0d8e3587f4e0899316.jpg?c=4,74,280,280,280,280",
@@ -2028,28 +2228,295 @@
"singular": "Sorry, this video chat has too many participants at the moment."
}
},
- "lng_group_call_unmute": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_unmute",
- "photo_url": "https://telegra.ph/file/p/7413f48b5fa/0daf63a2dbe17856f805717.jpg?c=153,836,280,280,280,280",
+ "lng_hours_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_about",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=100,191,398,398,280,280",
"has_binding": true,
"values": {
- "singular": "Unmute"
+ "singular": "Turn this on to show your opening hours schedule to your customers."
}
},
- "lng_group_call_you_are_live": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_group_call_you_are_live",
- "photo_url": "https://telegra.ph/file/p/836d06b55c7/8a808256293a553adc1cb17.jpg?c=160,680,280,280,280,280",
+ "lng_hours_about_day": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_about_day",
+ "photo_url": "https://telegra.ph/file/p/e176b7ebed7/47cb9b370d76e94a34dd317.jpg?c=60,377,414,414,280,280",
"has_binding": true,
"values": {
- "singular": "You are Live"
+ "singular": "Specify your working hours during the day."
}
},
- "lng_imported": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_imported",
- "photo_url": "https://telegra.ph/file/p/f0f8d581af6/f98eabcaba373fa45495217.jpg?c=136,234,280,280,280,280",
+ "lng_hours_add_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_add_button",
+ "photo_url": "https://telegra.ph/file/p/e176b7ebed7/47cb9b370d76e94a34dd317.jpg?c=57,419,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "imported"
+ "singular": "Add a Set of Hours"
+ }
+ },
+ "lng_hours_closed": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_closed",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=49,458,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Closed"
+ }
+ },
+ "lng_hours_closing": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_closing",
+ "photo_url": "https://telegra.ph/file/p/e176b7ebed7/47cb9b370d76e94a34dd317.jpg?c=51,327,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Closing Time"
+ }
+ },
+ "lng_hours_friday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_friday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=50,535,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Friday"
+ }
+ },
+ "lng_hours_monday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_monday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=51,342,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Monday"
+ }
+ },
+ "lng_hours_next_day": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_next_day",
+ "photo_url": "https://telegra.ph/file/p/6d46d66c59a/d41eadc806d253f1ebc0017.jpg?c=264,419,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{time} (Next day)"
+ }
+ },
+ "lng_hours_on_next_day": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_on_next_day",
+ "photo_url": "https://telegra.ph/file/p/8a42b1711a0/24d3546dac736a01d04ce17.jpg?c=132,352,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Next day
{time}"
+ }
+ },
+ "lng_hours_open_full": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_open_full",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=57,364,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Open 24 hours"
+ }
+ },
+ "lng_hours_opening": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_opening",
+ "photo_url": "https://telegra.ph/file/p/e176b7ebed7/47cb9b370d76e94a34dd317.jpg?c=53,289,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Opening Time"
+ }
+ },
+ "lng_hours_remove": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_remove",
+ "photo_url": "https://telegra.ph/file/p/e176b7ebed7/47cb9b370d76e94a34dd317.jpg?c=48,363,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Remove"
+ }
+ },
+ "lng_hours_saturday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_saturday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=51,583,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Saturday"
+ }
+ },
+ "lng_hours_show": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_show",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=65,290,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show Business Hours"
+ }
+ },
+ "lng_hours_sunday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_sunday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=50,631,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sunday"
+ }
+ },
+ "lng_hours_thursday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_thursday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=51,486,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Thursday"
+ }
+ },
+ "lng_hours_time_zone": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_time_zone",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=52,701,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Time Zone"
+ }
+ },
+ "lng_hours_time_zone_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_time_zone_title",
+ "photo_url": "https://telegra.ph/file/p/de3347a9b21/1c2c56546e7aa534a50c417.jpg?c=66,164,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Choose Time Zone"
+ }
+ },
+ "lng_hours_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_title",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=102,65,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Business Hours"
+ }
+ },
+ "lng_hours_tuesday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_tuesday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=51,391,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Tuesday"
+ }
+ },
+ "lng_hours_wednesday": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_hours_wednesday",
+ "photo_url": "https://telegra.ph/file/p/0be482ed271/00dd9ab1174bbb34309f317.jpg?c=53,437,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Wednesday"
+ }
+ },
+ "lng_info_hours_closed": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_closed",
+ "photo_url": "https://telegra.ph/file/p/afb426b9901/ca2ba55832210a8ba840417.jpg?c=298,504,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "closed"
+ }
+ },
+ "lng_info_hours_label": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_label",
+ "photo_url": "https://telegra.ph/file/p/afb426b9901/ca2ba55832210a8ba840417.jpg?c=85,474,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Business hours"
+ }
+ },
+ "lng_info_hours_local_time": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_local_time",
+ "photo_url": "https://telegra.ph/file/p/456cd135c10/d2ffd84e49fb0c71945f017.jpg?c=297,489,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "local time"
+ }
+ },
+ "lng_info_hours_my_time": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_my_time",
+ "photo_url": "https://telegra.ph/file/p/965ad4327fb/9eb8814d3fbbfd61e2d7417.jpg?c=298,491,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "my time"
+ }
+ },
+ "lng_info_hours_open_full": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_open_full",
+ "photo_url": "https://telegra.ph/file/p/afb426b9901/ca2ba55832210a8ba840417.jpg?c=294,452,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "open 24 hours"
+ }
+ },
+ "lng_info_hours_opens_in_days": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_opens_in_days",
+ "photo_url": "https://telegra.ph/file/p/876d84faeab/9166c39d56ffb4d0f863417.jpg?c=293,468,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "opens in
{count} day",
+ "plural": "opens in
{count} days"
+ }
+ },
+ "lng_info_hours_opens_in_hours": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_opens_in_hours",
+ "photo_url": "https://telegra.ph/file/p/0ceb772bfe3/1004723fc0bb77f1b9f8717.jpg?c=294,468,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "opens in
{count} hour",
+ "plural": "opens in
{count} hours"
+ }
+ },
+ "lng_info_hours_opens_in_minutes": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_hours_opens_in_minutes",
+ "photo_url": "https://telegra.ph/file/p/bcc1c3ec7c2/7e7f950d3649fc353ff2e17.jpg?c=290,468,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "opens in
{count} minute",
+ "plural": "opens in
{count} minutes"
+ }
+ },
+ "lng_info_location_label": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_location_label",
+ "photo_url": "https://telegra.ph/file/p/afb426b9901/ca2ba55832210a8ba840417.jpg?c=74,722,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Location"
+ }
+ },
+ "lng_info_work_closed": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_work_closed",
+ "photo_url": "https://telegra.ph/file/p/bcc1c3ec7c2/7e7f950d3649fc353ff2e17.jpg?c=71,465,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Closed"
+ }
+ },
+ "lng_info_work_open": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_info_work_open",
+ "photo_url": "https://telegra.ph/file/p/afb426b9901/ca2ba55832210a8ba840417.jpg?c=69,452,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Open"
+ }
+ },
+ "lng_iv_join_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_iv_join_channel",
+ "photo_url": "https://telegra.ph/file/p/b36b77a7941/f975333bdc17701d0da4c19.jpg?c=869,818,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Join"
+ }
+ },
+ "lng_iv_open_in_browser": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_iv_open_in_browser",
+ "photo_url": "https://telegra.ph/file/p/b36b77a7941/f975333bdc17701d0da4c19.jpg?c=850,158,308,308,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Open in Browser"
+ }
+ },
+ "lng_iv_share": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_iv_share",
+ "photo_url": "https://telegra.ph/file/p/b36b77a7941/f975333bdc17701d0da4c19.jpg?c=745,232,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Share"
+ }
+ },
+ "lng_iv_window_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_iv_window_title",
+ "photo_url": "https://telegra.ph/file/p/14ba2604348/bb4bae551cd5655187df319.jpg?c=395,1019,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Instant View"
}
},
"lng_iv_wrong_layout": {
@@ -2142,6 +2609,14 @@
"singular": "Enlarge Photo"
}
},
+ "lng_link_header_short": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_link_header_short",
+ "photo_url": "https://telegra.ph/file/p/3842bcdf85f/a24ceec22c2b02268978417.jpg?c=232,194,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Link"
+ }
+ },
"lng_link_move_down": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_link_move_down",
"photo_url": "https://telegra.ph/file/p/5bf81abe14a/4dfb3093432ae61b8126317.jpg?c=85,362,280,280,280,280",
@@ -2190,6 +2665,14 @@
"singular": "Display the location of your business on your account."
}
},
+ "lng_location_fallback": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_location_fallback",
+ "photo_url": "https://telegra.ph/file/p/9a4ac3e4b3a/eb579e841cd7a080d55df17.jpg?c=118,178,363,363,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can set your location on the map from your mobile device."
+ }
+ },
"lng_location_set_map": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_location_set_map",
"photo_url": "https://telegra.ph/file/p/4f934193b78/ee645ed9944f44397104217.jpg?c=103,333,280,280,280,280",
@@ -2198,20 +2681,12 @@
"singular": "Set Location on Map"
}
},
- "lng_mac_always_open_with": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_mac_always_open_with",
- "photo_url": "https://telegra.ph/file/p/7a19a098c6c/9ff15073e75e757fb41f519.jpg?c=472,323,280,280,280,280",
- "has_binding": false,
+ "lng_location_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_location_title",
+ "photo_url": "https://telegra.ph/file/p/9a4ac3e4b3a/eb579e841cd7a080d55df17.jpg?c=87,55,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Always Open With"
- }
- },
- "lng_mac_enable_filter": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_mac_enable_filter",
- "photo_url": "https://telegra.ph/file/p/7a19a098c6c/9ff15073e75e757fb41f519.jpg?c=317,296,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Show:"
+ "singular": "Location"
}
},
"lng_mac_menu_player_next": {
@@ -2246,14 +2721,6 @@
"singular": "Resume"
}
},
- "lng_mac_recommended_apps": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_mac_recommended_apps",
- "photo_url": "https://telegra.ph/file/p/7a19a098c6c/9ff15073e75e757fb41f519.jpg?c=448,275,309,309,280,280",
- "has_binding": false,
- "values": {
- "singular": "Recommended Applications"
- }
- },
"lng_manage_messages_ttl_after3": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_manage_messages_ttl_after3",
"photo_url": "https://telegra.ph/file/p/5e742e4ff68/e9d5385010f226bfc5b4c16.jpg?c=18,75,280,280,280,280",
@@ -2399,54 +2866,6 @@
"singular": "Image was saved to your
{downloads} folder"
}
},
- "lng_menu_about": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_about",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=273,1095,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "About"
- }
- },
- "lng_menu_activate": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_activate",
- "photo_url": "https://telegra.ph/file/p/fc4b6fc3533/17fd721e80b44032fddaa19.jpg?c=19,155,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Use this account"
- }
- },
- "lng_menu_add_account": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_add_account",
- "photo_url": "https://telegra.ph/file/p/4906cae913c/1b0a76f8586bba64106d419.jpg?c=66,231,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Account"
- }
- },
- "lng_menu_calls": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_calls",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=105,481,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Calls"
- }
- },
- "lng_menu_contacts": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_contacts",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=109,408,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Contacts"
- }
- },
- "lng_menu_formatting": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_formatting",
- "photo_url": "https://telegra.ph/file/p/47c3e10b204/05f898d51e3568cecf43419.jpg?c=206,640,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Formatting"
- }
- },
"lng_menu_formatting_blockquote": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_formatting_blockquote",
"photo_url": "https://telegra.ph/file/p/813b485fa3d/b4678f5e14b5111ade6f919.jpg?c=580,1528,280,280,280,280",
@@ -2479,14 +2898,6 @@
"singular": "My Groups"
}
},
- "lng_menu_night_mode": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_night_mode",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=111,631,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Night Mode"
- }
- },
"lng_menu_not_contact": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_not_contact",
"photo_url": "https://telegra.ph/file/p/8543f1663bd/4ddaefdb74baafb43f34117.jpg?c=319,321,280,280,280,280",
@@ -2495,22 +2906,6 @@
"singular": "This number is not on Telegram"
}
},
- "lng_menu_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_menu_settings",
- "photo_url": "https://telegra.ph/file/p/2ddcf80562d/aae7bb70b0febd82686b91d.jpg?c=107,557,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Settings"
- }
- },
- "lng_message_ph": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_message_ph",
- "photo_url": "https://telegra.ph/file/p/dbc6a7a1505/fc324f47b9572b8dbb2d519.jpg?c=163,676,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Write a message..."
- }
- },
"lng_message_unsupported": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_message_unsupported",
"photo_url": "https://telegra.ph/file/p/d93edeb569c/fcbaf2df913aa519949751d.jpg?c=130,313,961,961,280,280",
@@ -2519,14 +2914,6 @@
"singular": "This message is not supported by your version of Telegram. Please update to the latest version in Settings > Advanced, or install it from
{link}. If you are already using the latest version, this message might depend on a feature that is not yet implemented."
}
},
- "lng_minimize_to_tray": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_minimize_to_tray",
- "photo_url": "https://telegra.ph/file/p/49efd868120/1a3edd278a2d0de63263a20.jpg?c=634,37,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Minimize to Tray"
- }
- },
"lng_months": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_months",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=91,562,280,280,280,280",
@@ -2545,46 +2932,6 @@
"plural": "
{count}m"
}
},
- "lng_new_authorization": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_new_authorization",
- "photo_url": "https://telegra.ph/file/p/91e9ea8774e/96f04de0bcac915666a7a1d.jpg?c=557,322,961,961,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{name},
We detected a login to your account from a new device on
{day},
{date} at
{time}.
Device:
{device}Location:
{location}If this wasn't you, you can go to Settings > Privacy and Security > Show all sessions and terminate that session.
If you think that somebody logged in to your account against your will, you can enable Two-Step Verification in Privacy and Security settings.
Sincerely,
The Telegram Team"
- }
- },
- "lng_no_chats_filter": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_no_chats_filter",
- "photo_url": "https://telegra.ph/file/p/9187198cb75/6f58eaeaf381b79397b6b19.jpg?c=149,125,352,352,280,280",
- "has_binding": true,
- "values": {
- "singular": "No chats currently belong to this folder."
- }
- },
- "lng_outdated_soon": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_outdated_soon",
- "photo_url": "https://telegra.ph/file/p/804bac5210f/99533b51c4984f3f0e41317.jpg?c=0,0,600,602,278,278",
- "has_binding": false,
- "values": {
- "singular": "Otherwise, Telegram Desktop will stop updating on
{date}."
- }
- },
- "lng_outdated_title_bits": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_outdated_title_bits",
- "photo_url": "https://telegra.ph/file/p/804bac5210f/99533b51c4984f3f0e41317.jpg?c=77,8,452,452,280,280",
- "has_binding": false,
- "values": {
- "singular": "PLEASE SWITCH TO A 64-BIT OPERATING SYSTEM."
- }
- },
- "lng_participant_invite": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_participant_invite",
- "photo_url": "https://telegra.ph/file/p/1cdbf494b1e/a585c0f39270438e23d3217.jpg?c=284,390,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add"
- }
- },
"lng_passcode_systempwd": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_passcode_systempwd",
"photo_url": "https://telegra.ph/file/p/9fdf124915e/7496016148c7d5844105517.jpg?c=118,356,365,365,280,280",
@@ -2601,20 +2948,12 @@
"singular": "unlock"
}
},
- "lng_payments_receipt_button": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_payments_receipt_button",
- "photo_url": "https://telegra.ph/file/p/ee66bb050bf/4ff5ccffdb576ea14091c19.jpg?c=573,514,280,280,280,280",
+ "lng_payments_terms_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_payments_terms_link",
+ "photo_url": "https://telegra.ph/file/p/4c40a20038b/a2442451e63ac07fc1e1417.jpg?c=114,534,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Receipt"
- }
- },
- "lng_payments_receipt_label_test": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_payments_receipt_label_test",
- "photo_url": "https://telegra.ph/file/p/ee66bb050bf/4ff5ccffdb576ea14091c19.jpg?c=455,117,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Test receipt"
+ "singular": "Terms of Service"
}
},
"lng_photo_editor_menu_delete": {
@@ -2633,176 +2972,6 @@
"singular": "Flip"
}
},
- "lng_polls_anonymous_quiz": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_anonymous_quiz",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=683,338,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anonymous Quiz"
- }
- },
- "lng_polls_answers_count": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_answers_count",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=632,473,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} answer",
- "plural": "
{count} answers"
- }
- },
- "lng_polls_answers_none": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_answers_none",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=774,738,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "No answers"
- }
- },
- "lng_polls_create_anonymous": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_anonymous",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=296,517,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anonymous Voting"
- }
- },
- "lng_polls_create_button": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_button",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=603,684,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create"
- }
- },
- "lng_polls_create_limit": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_limit",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=248,354,369,369,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can add
{count} more option.",
- "plural": "You can add
{count} more options."
- }
- },
- "lng_polls_create_multiple_choice": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_multiple_choice",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=291,571,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Multiple Answers"
- }
- },
- "lng_polls_create_option_add": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_option_add",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=242,346,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add an option..."
- }
- },
- "lng_polls_create_options": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_options",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=231,299,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Poll options"
- }
- },
- "lng_polls_create_question": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_question",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=224,169,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Question"
- }
- },
- "lng_polls_create_question_placeholder": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_question_placeholder",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=239,217,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Ask a question"
- }
- },
- "lng_polls_create_quiz_mode": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_quiz_mode",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=273,625,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz Mode"
- }
- },
- "lng_polls_create_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_settings",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=221,466,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Settings"
- }
- },
- "lng_polls_create_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_create_title",
- "photo_url": "https://telegra.ph/file/p/8dcfabfd00c/c8aa2bffcd3109279e70d19.jpg?c=230,109,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New poll"
- }
- },
- "lng_polls_public": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_public",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=600,106,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Poll"
- }
- },
- "lng_polls_public_quiz": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_public_quiz",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=606,548,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quiz"
- }
- },
- "lng_polls_solution_about": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_solution_about",
- "photo_url": "https://telegra.ph/file/p/c89960aec72/729a14b74412f8aebcc1b19.jpg?c=225,410,624,624,280,280",
- "has_binding": true,
- "values": {
- "singular": "Users will see this comment after choosing a wrong answer, good for educational purposes."
- }
- },
- "lng_polls_solution_placeholder": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_solution_placeholder",
- "photo_url": "https://telegra.ph/file/p/c89960aec72/729a14b74412f8aebcc1b19.jpg?c=248,577,357,357,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add a Comment (Optional)"
- }
- },
- "lng_polls_solution_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_solution_title",
- "photo_url": "https://telegra.ph/file/p/c89960aec72/729a14b74412f8aebcc1b19.jpg?c=228,589,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Explanation"
- }
- },
- "lng_polls_view_results": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_view_results",
- "photo_url": "https://telegra.ph/file/p/9822e9c278f/bb0a465f2ba4fdc546c9c19.jpg?c=780,476,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View results"
- }
- },
- "lng_polls_votes_none": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_polls_votes_none",
- "photo_url": "https://telegra.ph/file/p/2bf1d02f09b/40bfa2dc8633718d4f69919.jpg?c=765,250,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "No votes"
- }
- },
"lng_premium_gift_duration_months": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gift_duration_months",
"photo_url": "https://telegra.ph/file/p/9085bc3c467/093683fda0abee573d78617.jpg?c=261,527,280,280,280,280",
@@ -2812,6 +2981,96 @@
"plural": "for
{count} months"
}
},
+ "lng_premium_gift_terms": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gift_terms",
+ "photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=47,519,495,495,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can review the list of features and more details about Telegram Premium
{link}."
+ }
+ },
+ "lng_premium_gift_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gift_title",
+ "photo_url": "https://telegra.ph/file/p/69d29c1dec1/c08d340bdbf094ab5068f17.jpg?c=35,47,349,349,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Gift Telegram Premium"
+ }
+ },
+ "lng_premium_gifts_about_paid2": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_about_paid2",
+ "photo_url": "https://telegra.ph/file/p/8603299578f/83e16f3127749f7b61d0617.jpg?c=50,99,502,502,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "**
{user}** and **
{second_user}** have been notified about the gifts you purchased."
+ }
+ },
+ "lng_premium_gifts_about_paid_below": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_about_paid_below",
+ "photo_url": "https://telegra.ph/file/p/8603299578f/83e16f3127749f7b61d0617.jpg?c=84,153,433,433,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "They now have access to additional features.",
+ "plural": "They now have access to additional features."
+ }
+ },
+ "lng_premium_gifts_about_paid_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_about_paid_title",
+ "photo_url": "https://telegra.ph/file/p/8603299578f/83e16f3127749f7b61d0617.jpg?c=160,133,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Gifts Sent!"
+ }
+ },
+ "lng_premium_gifts_about_reward": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_about_reward",
+ "photo_url": "https://telegra.ph/file/p/6e10e7edade/e7c3188632b7269247c2417.jpg?c=141,247,321,321,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You will receive
{emoji}**
{count}** boost.",
+ "plural": "You will receive
{emoji}**
{count}** boosts."
+ }
+ },
+ "lng_premium_gifts_about_user2": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_about_user2",
+ "photo_url": "https://telegra.ph/file/p/6e10e7edade/e7c3188632b7269247c2417.jpg?c=33,131,536,536,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Give **
{user}** and **
{second_user}** access to exclusive features."
+ }
+ },
+ "lng_premium_gifts_summary_subtitle": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_summary_subtitle",
+ "photo_url": "https://telegra.ph/file/p/6e10e7edade/e7c3188632b7269247c2417.jpg?c=29,555,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "What's Included"
+ }
+ },
+ "lng_premium_gifts_terms": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_terms",
+ "photo_url": "https://telegra.ph/file/p/4c40a20038b/a2442451e63ac07fc1e1417.jpg?c=61,363,481,481,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "By gifting Telegram Premium, you agree to the Telegram
{link} and
{policy}."
+ }
+ },
+ "lng_premium_gifts_terms_policy": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_gifts_terms_policy",
+ "photo_url": "https://telegra.ph/file/p/4c40a20038b/a2442451e63ac07fc1e1417.jpg?c=211,536,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Privacy Policy"
+ }
+ },
+ "lng_premium_summary_about_business": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_about_business",
+ "photo_url": "https://telegra.ph/file/p/0d33e645353/6190722fa04e674bcbb6d17.jpg?c=47,483,519,519,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upgrade your account with business features such as location, opening hours and quick replies."
+ }
+ },
"lng_premium_summary_about_effects": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_about_effects",
"photo_url": "https://telegra.ph/file/p/41c46187f91/a6750d284bf8f3709b46c17.jpg?c=57,607,467,467,280,280",
@@ -2820,6 +3079,38 @@
"singular": "Add over 500 animated effects to private messages."
}
},
+ "lng_premium_summary_about_last_seen": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_about_last_seen",
+ "photo_url": "https://telegra.ph/file/p/57b244651d4/11e0018e8312a0aa8ac1017.jpg?c=112,155,355,355,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "View the last seen and read times of others even if you hide yours."
+ }
+ },
+ "lng_premium_summary_about_message_privacy": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_about_message_privacy",
+ "photo_url": "https://telegra.ph/file/p/57b244651d4/11e0018e8312a0aa8ac1017.jpg?c=113,760,355,355,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Restrict people you don't know from sending you messages."
+ }
+ },
+ "lng_premium_summary_about_tags_for_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_about_tags_for_messages",
+ "photo_url": "https://telegra.ph/file/p/b9ee19e6d87/f34c455e04d7685bde18b17.jpg?c=51,277,498,498,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Organize your Saved Messages with tags for quicker access."
+ }
+ },
+ "lng_premium_summary_subtitle_business": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_subtitle_business",
+ "photo_url": "https://telegra.ph/file/p/0d33e645353/6190722fa04e674bcbb6d17.jpg?c=66,631,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram Business"
+ }
+ },
"lng_premium_summary_subtitle_effects": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_subtitle_effects",
"photo_url": "https://telegra.ph/file/p/41c46187f91/a6750d284bf8f3709b46c17.jpg?c=63,729,280,280,280,280",
@@ -2828,6 +3119,30 @@
"singular": "Message Effects"
}
},
+ "lng_premium_summary_subtitle_last_seen": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_subtitle_last_seen",
+ "photo_url": "https://telegra.ph/file/p/57b244651d4/11e0018e8312a0aa8ac1017.jpg?c=94,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Last Seen Times"
+ }
+ },
+ "lng_premium_summary_subtitle_message_privacy": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_subtitle_message_privacy",
+ "photo_url": "https://telegra.ph/file/p/57b244651d4/11e0018e8312a0aa8ac1017.jpg?c=95,791,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Message Privacy"
+ }
+ },
+ "lng_premium_summary_subtitle_tags_for_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_premium_summary_subtitle_tags_for_messages",
+ "photo_url": "https://telegra.ph/file/p/b9ee19e6d87/f34c455e04d7685bde18b17.jpg?c=160,397,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Tags for Messages"
+ }
+ },
"lng_preview_cant": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_preview_cant",
"photo_url": "https://telegra.ph/file/p/8afffd6463f/398203ae333708c982c6117.jpg?c=107,243,387,387,280,280",
@@ -2836,6 +3151,22 @@
"singular": "Could not generate preview for this link."
}
},
+ "lng_preview_reply_to": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_preview_reply_to",
+ "photo_url": "https://telegra.ph/file/p/eac86d9f651/f0cee8e43d7791375f65517.jpg?c=64,610,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply to
{name}"
+ }
+ },
+ "lng_preview_reply_to_quote": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_preview_reply_to_quote",
+ "photo_url": "https://telegra.ph/file/p/5e493798539/59f7c59f66a5a58917c9317.jpg?c=64,609,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply to quote from
{name}"
+ }
+ },
"lng_prize_about": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_prize_about",
"photo_url": "https://telegra.ph/file/p/4b837a719d0/d929433a8e3f396fab2e417.jpg?c=198,449,292,292,280,280",
@@ -3139,14 +3470,6 @@
"singular": "Username"
}
},
- "lng_quit_from_tray": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_quit_from_tray",
- "photo_url": "https://telegra.ph/file/p/49efd868120/1a3edd278a2d0de63263a20.jpg?c=622,97,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Quit Telegram"
- }
- },
"lng_recent_apps": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_recent_apps",
"photo_url": "https://telegra.ph/file/p/5e4a9c126cb/72c4b2c365436483ac7d917.jpg?c=163,78,280,280,280,280",
@@ -3267,28 +3590,52 @@
"singular": "Please hold the mouse button pressed to record a voice message."
}
},
- "lng_record_listen_cancel_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_record_listen_cancel_sure",
- "photo_url": "https://telegra.ph/file/p/be975c3f03b/39c3a3bd069e03554d0b817.jpg?c=83,186,337,337,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to discard your recorded voice message?"
- }
- },
- "lng_record_lock_cancel_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_record_lock_cancel_sure",
- "photo_url": "https://telegra.ph/file/p/04a93fddf79/446e253bee012c5305bba17.jpg?c=80,175,357,357,280,280",
+ "lng_replies_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_about",
+ "photo_url": "https://telegra.ph/file/p/026e9f26e7f/8be0de618ff92d63d186217.jpg?c=101,169,398,398,280,280",
"has_binding": true,
"values": {
- "singular": "Do you want to stop recording and discard your voice message?"
+ "singular": "Set up shortcuts with rich text and media to respond to messages faster."
}
},
- "lng_record_lock_discard": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_record_lock_discard",
- "photo_url": "https://telegra.ph/file/p/04a93fddf79/446e253bee012c5305bba17.jpg?c=208,255,280,280,280,280",
+ "lng_replies_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_add",
+ "photo_url": "https://telegra.ph/file/p/026e9f26e7f/8be0de618ff92d63d186217.jpg?c=59,271,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add Quick Reply"
+ }
+ },
+ "lng_replies_add_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_add_placeholder",
+ "photo_url": "https://telegra.ph/file/p/f051194bbe4/75c18efb938d90f022b6b17.jpg?c=70,311,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Shortcut"
+ }
+ },
+ "lng_replies_add_shortcut": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_add_shortcut",
+ "photo_url": "https://telegra.ph/file/p/f051194bbe4/75c18efb938d90f022b6b17.jpg?c=97,280,292,292,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add a shortcut for your reply."
+ }
+ },
+ "lng_replies_add_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_add_title",
+ "photo_url": "https://telegra.ph/file/p/f051194bbe4/75c18efb938d90f022b6b17.jpg?c=86,255,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Quick Reply"
+ }
+ },
+ "lng_replies_delete_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_delete_sure",
+ "photo_url": "https://telegra.ph/file/p/34ae53f00be/2b81e421fd8ff783a9e7517.jpg?c=84,219,419,419,280,280",
"has_binding": false,
"values": {
- "singular": "Discard"
+ "singular": "Are you sure you want to delete this quick reply with all its messages?"
}
},
"lng_replies_discussion_started": {
@@ -3307,6 +3654,14 @@
"singular": "Change the name of your shortcut."
}
},
+ "lng_replies_edit_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_edit_button",
+ "photo_url": "https://telegra.ph/file/p/ba99cb60061/d5feb5757f2b54e6c488317.jpg?c=196,505,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit Quick Replies"
+ }
+ },
"lng_replies_edit_title": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_edit_title",
"photo_url": "https://telegra.ph/file/p/9db073f74e8/a0e1786470d1d2cdb5b8117.jpg?c=78,253,280,280,280,280",
@@ -3315,6 +3670,22 @@
"singular": "Edit Shortcut"
}
},
+ "lng_replies_empty_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_empty_about",
+ "photo_url": "https://telegra.ph/file/p/50a1074a45b/fad7bd55fca54b959e4f317.jpg?c=131,249,337,337,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter a message below that will be sent in chat when you type
{shortcut}.
You can access Quick Replies in any chat by typing /."
+ }
+ },
+ "lng_replies_empty_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_empty_title",
+ "photo_url": "https://telegra.ph/file/p/50a1074a45b/fad7bd55fca54b959e4f317.jpg?c=161,211,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New Quick Reply"
+ }
+ },
"lng_replies_error_occupied": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_error_occupied",
"photo_url": "https://telegra.ph/file/p/09da52272f0/2f3596881345101a5295917.jpg?c=156,201,288,288,280,280",
@@ -3323,6 +3694,14 @@
"singular": "This shortcut is already used."
}
},
+ "lng_replies_message_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_message_placeholder",
+ "photo_url": "https://telegra.ph/file/p/50a1074a45b/fad7bd55fca54b959e4f317.jpg?c=89,408,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add a Quick Reply"
+ }
+ },
"lng_replies_messages": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_messages",
"photo_url": "https://telegra.ph/file/p/c1d14ec5539/3c5e561a55397ff25d73c16.jpg?c=8,8,280,280,280,280",
@@ -3339,6 +3718,14 @@
"singular": "No comments here yet..."
}
},
+ "lng_replies_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_title",
+ "photo_url": "https://telegra.ph/file/p/026e9f26e7f/8be0de618ff92d63d186217.jpg?c=97,57,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Quick Replies"
+ }
+ },
"lng_replies_view_original": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_replies_view_original",
"photo_url": "https://telegra.ph/file/p/c1d14ec5539/3c5e561a55397ff25d73c16.jpg?c=9,225,280,280,280,280",
@@ -3355,6 +3742,14 @@
"singular": "You can select a specific part to quote."
}
},
+ "lng_reply_header_short": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_reply_header_short",
+ "photo_url": "https://telegra.ph/file/p/3842bcdf85f/a24ceec22c2b02268978417.jpg?c=87,196,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply"
+ }
+ },
"lng_reply_in_another_chat": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_reply_in_another_chat",
"photo_url": "https://telegra.ph/file/p/cadf848f741/868d5a569e50d365a10f917.jpg?c=104,311,280,280,280,280",
@@ -3411,37 +3806,12 @@
"singular": "Show in Chat"
}
},
- "lng_report_group_title": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_report_group_title",
- "photo_url": "https://telegra.ph/file/p/9976d8ec04d/48d03f5dadd76942632bb1d.jpg?c=501,161,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Report Group"
- }
- },
- "lng_report_messages_count": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_report_messages_count",
- "photo_url": "https://telegra.ph/file/p/7283b4ab4a1/b4f8a29824e47492398f617.jpg?c=191,664,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Report
{count} Message",
- "plural": "Report
{count} Messages"
- }
- },
- "lng_report_messages_none": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_report_messages_none",
- "photo_url": "https://telegra.ph/file/p/5fffeb3482a/0cc30e9fbd84d1c122e2217.jpg?c=190,664,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select Messages"
- }
- },
- "lng_report_select_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_report_select_messages",
- "photo_url": "https://telegra.ph/file/p/5fffeb3482a/0cc30e9fbd84d1c122e2217.jpg?c=92,32,280,280,280,280",
+ "lng_report_spam_sure_group": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_report_spam_sure_group",
+ "photo_url": "https://telegra.ph/file/p/5c849043665/431302300a464ae62ec3f1d.jpg?c=473,52,635,635,280,280",
"has_binding": true,
"values": {
- "singular": "Select messages"
+ "singular": "Are you sure you want to report this group for spam?"
}
},
"lng_rights_group_manage_calls": {
@@ -3452,38 +3822,6 @@
"singular": "Manage video chats"
}
},
- "lng_save_audio_file": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_save_audio_file",
- "photo_url": "https://telegra.ph/file/p/a8778d9da6b/35bea5f9c4c0983476d2c19.jpg?c=459,26,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save Audio File"
- }
- },
- "lng_save_file": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_save_file",
- "photo_url": "https://telegra.ph/file/p/2807fa9ae8e/a051ded536389d2babc641d.jpg?c=292,187,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save File"
- }
- },
- "lng_save_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_save_photo",
- "photo_url": "https://telegra.ph/file/p/ee72200d28f/fce192a75f4fb15f4ce3b19.jpg?c=459,26,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save Image"
- }
- },
- "lng_save_video": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_save_video",
- "photo_url": "https://telegra.ph/file/p/470e22f7047/8e024de338deea35d7e881d.jpg?c=295,190,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save Video"
- }
- },
"lng_saved_quote_here": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_saved_quote_here",
"photo_url": "https://telegra.ph/file/p/a43ec5739b3/7c30b9edfb9986dcf02b917.jpg?c=110,150,280,280,280,280",
@@ -3492,22 +3830,6 @@
"singular": "Quote here to save"
}
},
- "lng_scheduled_date": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_scheduled_date",
- "photo_url": "https://telegra.ph/file/p/7255f79c3f6/011c611c6926e373fa77119.jpg?c=509,559,286,286,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled for
{date}"
- }
- },
- "lng_scheduled_date_until_online": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_scheduled_date_until_online",
- "photo_url": "https://telegra.ph/file/p/dbc6a7a1505/fc324f47b9572b8dbb2d519.jpg?c=503,555,289,289,280,280",
- "has_binding": true,
- "values": {
- "singular": "Scheduled until online"
- }
- },
"lng_scheduled_messages_empty": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_scheduled_messages_empty",
"photo_url": "https://telegra.ph/file/p/c8f8e36cdb3/8c999b31ae923e683fe5216.jpg?c=15,66,280,280,280,280",
@@ -3516,14 +3838,6 @@
"singular": "No scheduled messages here yet..."
}
},
- "lng_scheduled_send_until_online": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_scheduled_send_until_online",
- "photo_url": "https://telegra.ph/file/p/926ff0ff6f4/337c544a21e6f172240e419.jpg?c=787,225,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send when online"
- }
- },
"lng_search_tab_by_hashtag": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_search_tab_by_hashtag",
"photo_url": "https://telegra.ph/file/p/f37ede7520f/a4bdd4346466f7054887d17.jpg?c=107,210,457,457,280,280",
@@ -3588,14 +3902,6 @@
"singular": "This Group"
}
},
- "lng_selected_clear": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_selected_clear",
- "photo_url": "https://telegra.ph/file/p/a1f11194f84/15b768c8c43426e24f12b19.jpg?c=423,578,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
"lng_send_action_choose_sticker": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_send_action_choose_sticker",
"photo_url": "https://telegra.ph/file/p/d73f81aac95/48c35ab3f12f2372979ad16.jpg?c=9,10,280,280,280,280",
@@ -3604,14 +3910,6 @@
"singular": "choosing a sticker"
}
},
- "lng_send_image_empty": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_send_image_empty",
- "photo_url": "https://telegra.ph/file/p/80420bbf35d/a297cd79414f2e517dd181d.jpg?c=495,253,658,658,280,280",
- "has_binding": false,
- "values": {
- "singular": "File:
{name} is empty and can't be sent."
- }
- },
"lng_settings_bg_from_file": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_bg_from_file",
"photo_url": "https://telegra.ph/file/p/65b9a5ba472/e828f66d209490a4c2e711d.jpg?c=712,391,280,280,280,280",
@@ -3620,36 +3918,21 @@
"singular": "Choose from file"
}
},
- "lng_settings_bg_tile": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_bg_tile",
- "photo_url": "https://telegra.ph/file/p/65b9a5ba472/e828f66d209490a4c2e711d.jpg?c=522,575,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Tile background"
- }
- },
- "lng_settings_call_device_default": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_call_device_default",
- "photo_url": "https://telegra.ph/file/p/2003f6316fc/2215242d860ab7c68c83b17.jpg?c=264,297,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Default"
- }
- },
- "lng_settings_call_section_input": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_call_section_input",
- "photo_url": "https://telegra.ph/file/p/ada5b0b3f3c/61e5ee4a1d5dde6a0adb317.jpg?c=18,221,280,280,280,280",
+ "lng_settings_gift_premium_users_confirm": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_gift_premium_users_confirm",
+ "photo_url": "https://telegra.ph/file/p/69d29c1dec1/c08d340bdbf094ab5068f17.jpg?c=294,700,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Microphone"
+ "singular": "Proceed"
}
},
- "lng_settings_logout": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_logout",
- "photo_url": "https://telegra.ph/file/p/fc4b6fc3533/17fd721e80b44032fddaa19.jpg?c=20,189,280,280,280,280",
- "has_binding": false,
+ "lng_settings_gift_premium_users_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_settings_gift_premium_users_error",
+ "photo_url": "https://telegra.ph/file/p/4ea4b212734/56dcb77aa4d1db3a04b0d17.jpg?c=132,321,337,337,280,280",
+ "has_binding": true,
"values": {
- "singular": "Log out"
+ "singular": "You can select maximum
{count} user.",
+ "plural": "You can select maximum
{count} users."
}
},
"lng_settings_section_notify": {
@@ -3660,52 +3943,70 @@
"singular": "Notifications and Sounds"
}
},
- "lng_signup_firstname": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_signup_firstname",
- "photo_url": "https://telegra.ph/file/p/d549541eca2/f3bcb15f928554a1e3cc41d.jpg?c=588,434,280,280,280,280",
+ "lng_share_message_to_chat": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_message_to_chat",
+ "photo_url": "https://telegra.ph/file/p/c1fc0de2e5c/c05b8afaf22bf9fa39e5519.jpg?c=342,529,517,517,280,280",
"has_binding": true,
"values": {
- "singular": "First name"
+ "singular": "Message forwarded to **
{chat}**."
}
},
- "lng_signup_lastname": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_signup_lastname",
- "photo_url": "https://telegra.ph/file/p/d549541eca2/f3bcb15f928554a1e3cc41d.jpg?c=587,532,280,280,280,280",
+ "lng_share_message_to_many_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_message_to_many_chats",
+ "photo_url": "https://telegra.ph/file/p/bb069f2cb4b/2d76033c65739b39429a219.jpg?c=335,523,530,530,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Message forwarded to **
{count} chat**.",
+ "plural": "Message forwarded to **
{count} chats**."
+ }
+ },
+ "lng_share_message_to_saved_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_message_to_saved_messages",
+ "photo_url": "https://telegra.ph/file/p/8f26b8af299/9e75106fde2ac1f1a4dbd19.jpg?c=295,385,608,608,280,280",
"has_binding": true,
"values": {
- "singular": "Last name"
+ "singular": "Message forwarded to **Saved Messages**."
}
},
- "lng_spellchecker_add": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_spellchecker_add",
- "photo_url": "https://telegra.ph/file/p/47c3e10b204/05f898d51e3568cecf43419.jpg?c=495,654,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add to Dictionary"
- }
- },
- "lng_spellchecker_ignore": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_spellchecker_ignore",
- "photo_url": "https://telegra.ph/file/p/47c3e10b204/05f898d51e3568cecf43419.jpg?c=470,698,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ignore word"
- }
- },
- "lng_spellchecker_remove": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_spellchecker_remove",
- "photo_url": "https://telegra.ph/file/p/bfae30886f4/dcb6977ad2e240381bdf119.jpg?c=484,821,331,331,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove from Dictionary"
- }
- },
- "lng_spellchecker_submenu": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_spellchecker_submenu",
- "photo_url": "https://telegra.ph/file/p/47c3e10b204/05f898d51e3568cecf43419.jpg?c=199,755,280,280,280,280",
+ "lng_share_message_to_two_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_message_to_two_chats",
+ "photo_url": "https://telegra.ph/file/p/7b04076d50c/b7b73afbac77d98abff6719.jpg?c=210,392,781,781,280,280",
"has_binding": true,
"values": {
- "singular": "Spelling"
+ "singular": "Message forwarded to **
{user}** and **
{chat}**."
+ }
+ },
+ "lng_share_messages_to_chat": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_messages_to_chat",
+ "photo_url": "https://telegra.ph/file/p/d5e266ef9e7/1587ce9db939adbe91bbe19.jpg?c=333,520,534,534,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Messages forwarded to **
{chat}**."
+ }
+ },
+ "lng_share_messages_to_many_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_messages_to_many_chats",
+ "photo_url": "https://telegra.ph/file/p/3a656787aa9/e42346c16e082aa1a2cd219.jpg?c=327,514,547,547,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Messages forwarded to **
{count} chat**.",
+ "plural": "Messages forwarded to **
{count} chats**."
+ }
+ },
+ "lng_share_messages_to_saved_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_messages_to_saved_messages",
+ "photo_url": "https://telegra.ph/file/p/dc211f21737/c5d1915c01fa0e68b623719.jpg?c=288,376,623,623,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Messages forwarded to **Saved Messages**."
+ }
+ },
+ "lng_share_messages_to_two_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_share_messages_to_two_chats",
+ "photo_url": "https://telegra.ph/file/p/4e005c0fecf/90760a85410cf422adcaf19.jpg?c=201,382,799,799,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Messages forwarded to **
{user}** and **
{chat}**."
}
},
"lng_sponsored": {
@@ -3796,14 +4097,6 @@
"singular": "Reorder"
}
},
- "lng_stickers_copied": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_stickers_copied",
- "photo_url": "https://telegra.ph/file/p/3dfec00c68d/0c1c211b44836d21d731e1d.jpg?c=557,247,434,434,280,280",
- "has_binding": false,
- "values": {
- "singular": "Link copied to clipboard."
- }
- },
"lng_stickers_creator_badge": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_stickers_creator_badge",
"photo_url": "https://telegra.ph/file/p/b670f6c8140/a03bd58544a35feb1e87017.jpg?c=116,283,280,280,280,280",
@@ -3828,14 +4121,6 @@
"singular": "Masks"
}
},
- "lng_stickers_packs_archived": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_stickers_packs_archived",
- "photo_url": "https://telegra.ph/file/p/0c679061869/03840a8eb36fe2654e0df1d.jpg?c=798,493,731,731,280,280",
- "has_binding": false,
- "values": {
- "singular": "Some of your unused stickers were archived to make room for the sets you activated."
- }
- },
"lng_stickers_share_masks": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_stickers_share_masks",
"photo_url": "https://telegra.ph/file/p/66f320b979f/8fc6c093ab8d3bb7216ad17.jpg?c=238,279,280,280,280,280",
@@ -3852,60 +4137,12 @@
"singular": "Masks"
}
},
- "lng_theme_editor_background_image": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_theme_editor_background_image",
- "photo_url": "https://telegra.ph/file/p/65b9a5ba472/e828f66d209490a4c2e711d.jpg?c=459,247,372,372,280,280",
- "has_binding": false,
+ "lng_terms_signup_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_terms_signup_link",
+ "photo_url": "https://telegra.ph/file/p/4c40a20038b/a2442451e63ac07fc1e1417.jpg?c=114,534,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Background Image"
- }
- },
- "lng_theme_editor_choose_image": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_theme_editor_choose_image",
- "photo_url": "https://telegra.ph/file/p/1a27c26fc99/4728aabb1b33fe49c32cc1d.jpg?c=274,192,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Choose Background Image"
- }
- },
- "lng_theme_editor_choose_name": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_theme_editor_choose_name",
- "photo_url": "https://telegra.ph/file/p/5dba3fc2bd5/4a446fa01ff4775af6f091d.jpg?c=163,272,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save Theme File"
- }
- },
- "lng_theme_editor_export": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_theme_editor_export",
- "photo_url": "https://telegra.ph/file/p/65b9a5ba472/e828f66d209490a4c2e711d.jpg?c=899,647,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Export"
- }
- },
- "lng_theme_editor_save_palette": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_theme_editor_save_palette",
- "photo_url": "https://telegra.ph/file/p/512fc86db47/8abcff2400f6841131f4c1d.jpg?c=0,288,278,280,278,280",
- "has_binding": false,
- "values": {
- "singular": "Save Palette File"
- }
- },
- "lng_theme_editor_saved_to_jpg": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_theme_editor_saved_to_jpg",
- "photo_url": "https://telegra.ph/file/p/65b9a5ba472/e828f66d209490a4c2e711d.jpg?c=710,317,357,357,280,280",
- "has_binding": false,
- "values": {
- "singular": "Saved to JPEG,
{size}"
- }
- },
- "lng_try_other_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_try_other_contact",
- "photo_url": "https://telegra.ph/file/p/c108a4285b2/4e04156aaba1815c6c7081d.jpg?c=888,739,330,330,280,280",
- "has_binding": false,
- "values": {
- "singular": "Try someone else"
+ "singular": "Terms of Service"
}
},
"lng_ttl_about_duration3": {
@@ -3916,23 +4153,6 @@
"singular": "1 month"
}
},
- "lng_unread_bar": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_unread_bar",
- "photo_url": "https://telegra.ph/file/p/337a47f7191/e316675c92005a1d80eb51d.jpg?c=927,81,303,303,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} Unread Message",
- "plural": "
{count} Unread Messages"
- }
- },
- "lng_update_telegram": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_update_telegram",
- "photo_url": "https://telegra.ph/file/p/49efd868120/1a3edd278a2d0de63263a20.jpg?c=110,991,299,299,280,280",
- "has_binding": true,
- "values": {
- "singular": "Update Telegram"
- }
- },
"lng_user_action_choose_sticker": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_user_action_choose_sticker",
"photo_url": "https://telegra.ph/file/p/6268297e90e/e52276d9dac3518db61d816.jpg?c=12,8,280,280,280,280",
@@ -3957,6 +4177,14 @@
"singular": "View wallpaper"
}
},
+ "lng_view_button_iv": {
+ "url": "https://translations.telegram.org/en/tdesktop/general/lng_view_button_iv",
+ "photo_url": "https://telegra.ph/file/p/25185f2b7f0/ba1d6ae453cdf91b7143019.jpg?c=479,1196,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Instant View"
+ }
+ },
"lng_view_button_theme": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_view_button_theme",
"photo_url": "https://telegra.ph/file/p/fdd636a06b1/ecf3f6c0390cb2cddfac516.jpg?c=14,300,280,280,280,280",
@@ -3965,14 +4193,6 @@
"singular": "View theme"
}
},
- "lng_willbe_history": {
- "url": "https://translations.telegram.org/en/tdesktop/general/lng_willbe_history",
- "photo_url": "https://telegra.ph/file/p/9187198cb75/6f58eaeaf381b79397b6b19.jpg?c=599,254,374,374,280,280",
- "has_binding": true,
- "values": {
- "singular": "Select a chat to start messaging"
- }
- },
"lng_years": {
"url": "https://translations.telegram.org/en/tdesktop/general/lng_years",
"photo_url": "https://telegra.ph/file/p/f85e1ee7e96/2aefeef6aa80ffca7696517.jpg?c=86,503,280,280,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/groups_and_channels.json b/data/web_tr/translations.telegram.org/en/tdesktop/groups_and_channels.json
index 02cd19f3f2..4ae613aa34 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/groups_and_channels.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/groups_and_channels.json
@@ -55,14 +55,6 @@
"singular": "Your request to join the channel was approved"
}
},
- "lng_admin_log_admin_delete_stories": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_admin_log_admin_delete_stories",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Delete stories"
- }
- },
"lng_admin_log_admin_manage_calls_channel": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_admin_log_admin_manage_calls_channel",
"photo_url": "https://telegra.ph/file/p/5fba76a3b7b/63777f901432b44e1642b16.jpg?c=8,224,280,280,280,280",
@@ -71,14 +63,6 @@
"singular": "Manage live streams"
}
},
- "lng_admin_log_admin_post_stories": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_admin_log_admin_post_stories",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Post stories"
- }
- },
"lng_admin_log_banned_embed_links": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_admin_log_banned_embed_links",
"photo_url": "https://telegra.ph/file/p/5ca25c6941f/129c26771bd8fe8fc526c1d.jpg?c=113,870,280,280,280,280",
@@ -247,6 +231,14 @@
"singular": "
{from} made the group history hidden for new members"
}
},
+ "lng_admin_log_history_made_visible": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_admin_log_history_made_visible",
+ "photo_url": "https://telegra.ph/file/p/4a25afd6487/a08d4a475ad74fb7294cf1d.jpg?c=397,216,459,459,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{from} made group history visible for new members"
+ }
+ },
"lng_admin_log_invite_link_expire_date": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_admin_log_invite_link_expire_date",
"photo_url": "https://telegra.ph/file/p/a01097a26bb/790b45cd001bb7d43bffd17.jpg?c=125,222,347,347,280,280",
@@ -479,22 +471,6 @@
"singular": "Choose a Wallpaper"
}
},
- "lng_ban_user": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_ban_user",
- "photo_url": "https://telegra.ph/file/p/b7b123a2599/c07aec223cb13fa03ac9017.jpg?c=97,232,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ban User"
- }
- },
- "lng_ban_users": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_ban_users",
- "photo_url": "https://telegra.ph/file/p/782f2ee2d23/bc7860264557b1e4410f117.jpg?c=98,232,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Ban users"
- }
- },
"lng_blocked_list_about": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_blocked_list_about",
"photo_url": "https://telegra.ph/file/p/45b3c2b5525/b56299e2cd4e64f2268d217.jpg?c=52,81,490,490,280,280",
@@ -703,22 +679,6 @@
"singular": "You boosted
{channel}!"
}
},
- "lng_boost_error_already_text": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_boost_error_already_text",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "You are already boosting this channel."
- }
- },
- "lng_boost_error_already_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_boost_error_already_title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Already Boosted!"
- }
- },
"lng_boost_group_needs_level_emoji": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_boost_group_needs_level_emoji",
"photo_url": "https://telegra.ph/file/p/24128dd80cc/0600e72c5627d1e04b3f617.jpg?c=75,287,452,452,280,280",
@@ -907,104 +867,6 @@
"singular": "Boosts"
}
},
- "lng_bot_earn_balance_button": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_balance_button",
- "photo_url": "https://telegra.ph/file/p/7b97e2a1837/89c5623f028f4bc20c52617.jpg?c=51,304,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Withdraw
{emoji} {count}",
- "plural": "Withdraw
{emoji} {count}"
- }
- },
- "lng_bot_earn_balance_button_all": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_balance_button_all",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=53,303,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Withdraw all stars"
- }
- },
- "lng_bot_earn_balance_button_buy_ads": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_balance_button_buy_ads",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=248,305,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Buy Ads"
- }
- },
- "lng_bot_earn_balance_password_description": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_balance_password_description",
- "photo_url": "https://telegra.ph/file/p/b0bd8e8c6d3/88d577b9aa9177c331b4617.jpg?c=91,352,370,370,280,280",
- "has_binding": true,
- "values": {
- "singular": "Please enter your password to collect."
- }
- },
- "lng_bot_earn_balance_password_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_balance_password_title",
- "photo_url": "https://telegra.ph/file/p/b0bd8e8c6d3/88d577b9aa9177c331b4617.jpg?c=95,255,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Two-step verification"
- }
- },
- "lng_bot_earn_balance_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_balance_title",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=20,116,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Available balance"
- }
- },
- "lng_bot_earn_chart_revenue": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_chart_revenue",
- "photo_url": "https://telegra.ph/file/p/372725d842b/8625cdb0dacb8c13656f317.jpg?c=15,175,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Revenue"
- }
- },
- "lng_bot_earn_credits_out_minimal": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_credits_out_minimal",
- "photo_url": "https://telegra.ph/file/p/dd981a99c0e/5138efe26ab0a6959981317.jpg?c=106,296,386,386,280,280",
- "has_binding": true,
- "values": {
- "singular": "You cannot withdraw less than
{link}."
- }
- },
- "lng_bot_earn_credits_out_minimal_link": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_credits_out_minimal_link",
- "photo_url": "https://telegra.ph/file/p/dd981a99c0e/5138efe26ab0a6959981317.jpg?c=237,351,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} star",
- "plural": "
{count} stars"
- }
- },
- "lng_bot_earn_learn_credits_out_about": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_learn_credits_out_about",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=0,202,600,629,268,280",
- "has_binding": true,
- "values": {
- "singular": "You can withdraw Stars using Fragment, or use Stars to advertise your bot.
{link}"
- }
- },
- "lng_bot_earn_out_ph": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_earn_out_ph",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=25,217,301,301,280,280",
- "has_binding": true,
- "values": {
- "singular": "Enter amount to withdraw"
- }
- },
- "lng_bot_username_description1_link": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_bot_username_description1_link",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=66,478,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Fragment"
- }
- },
"lng_cant_invite_banned": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_cant_invite_banned",
"photo_url": "https://telegra.ph/file/p/f6b0c34d676/5e8d910e4295654aa922e1d.jpg?c=477,312,562,562,280,280",
@@ -1013,6 +875,14 @@
"singular": "Sorry, only admins can add this user."
}
},
+ "lng_cant_invite_make_admin": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_cant_invite_make_admin",
+ "photo_url": "https://telegra.ph/file/p/365fcac5ac7/d9d8f69aa2729f193925f1d.jpg?c=396,480,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Make admin"
+ }
+ },
"lng_cant_invite_offer_admin": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_cant_invite_offer_admin",
"photo_url": "https://telegra.ph/file/p/365fcac5ac7/d9d8f69aa2729f193925f1d.jpg?c=55,152,654,654,280,280",
@@ -1072,6 +942,14 @@
"singular": "Add Administrator"
}
},
+ "lng_channel_add_removed": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_add_removed",
+ "photo_url": "https://telegra.ph/file/p/1afb18951d8/89e6913d5f9b5398b7fd51d.jpg?c=17,893,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remove user"
+ }
+ },
"lng_channel_admin_status_creator": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_admin_status_creator",
"photo_url": "https://telegra.ph/file/p/32b3433d4e0/94c10906428923f5da6971d.jpg?c=509,321,280,280,280,280",
@@ -1088,6 +966,14 @@
"singular": "Promoted by
{user}"
}
},
+ "lng_channel_banned_status_removed_by": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_banned_status_removed_by",
+ "photo_url": "https://telegra.ph/file/p/1afb18951d8/89e6913d5f9b5398b7fd51d.jpg?c=117,215,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Removed by
{user}"
+ }
+ },
"lng_channel_earn_about": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_about",
"photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=59,88,446,446,280,280",
@@ -1112,22 +998,6 @@
"singular": "Rewards available for collection"
}
},
- "lng_channel_earn_balance_about_temp": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_balance_about_temp",
- "photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=52,391,496,496,280,280",
- "has_binding": true,
- "values": {
- "singular": "In the coming weeks you will be able to collect your reward using Fragment, a third-party platform used by advertisers to pay ads.
{link}"
- }
- },
- "lng_channel_earn_balance_button": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_balance_button",
- "photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=160,484,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Collect"
- }
- },
"lng_channel_earn_balance_title": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_balance_title",
"photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=61,395,280,280,280,280",
@@ -1136,54 +1006,6 @@
"singular": "Available reward"
}
},
- "lng_channel_earn_chart_overriden_detail_currency": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_chart_overriden_detail_currency",
- "photo_url": "https://telegra.ph/file/p/bf84dd3684f/8adb4142918c25c471ea517.jpg?c=113,569,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Rewards in TON"
- }
- },
- "lng_channel_earn_chart_overriden_detail_usd": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_chart_overriden_detail_usd",
- "photo_url": "https://telegra.ph/file/p/bf84dd3684f/8adb4142918c25c471ea517.jpg?c=113,590,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Rewards in USD"
- }
- },
- "lng_channel_earn_chart_revenue": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_chart_revenue",
- "photo_url": "https://telegra.ph/file/p/bf84dd3684f/8adb4142918c25c471ea517.jpg?c=53,482,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Ad rewards"
- }
- },
- "lng_channel_earn_chart_top_hours": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_chart_top_hours",
- "photo_url": "https://telegra.ph/file/p/bf84dd3684f/8adb4142918c25c471ea517.jpg?c=57,197,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Ad impressions"
- }
- },
- "lng_channel_earn_credits_history": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_credits_history",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=22,439,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stars Transactions"
- }
- },
- "lng_channel_earn_history_failed": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_history_failed",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=158,562,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Failed"
- }
- },
"lng_channel_earn_history_in": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_history_in",
"photo_url": "https://telegra.ph/file/p/34237cd7c2a/4d155e25758a18492970b17.jpg?c=64,511,280,280,280,280",
@@ -1192,22 +1014,6 @@
"singular": "Rewards from ads"
}
},
- "lng_channel_earn_history_pending": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_history_pending",
- "photo_url": "https://telegra.ph/file/p/68592963cfe/9b3758a834751199df4c717.jpg?c=181,287,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pending"
- }
- },
- "lng_channel_earn_history_return": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_history_return",
- "photo_url": "https://telegra.ph/file/p/19ea17ed437/51fbb6f750138b016a17917.jpg?c=162,500,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Refund"
- }
- },
"lng_channel_earn_history_title": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_history_title",
"photo_url": "https://telegra.ph/file/p/34237cd7c2a/4d155e25758a18492970b17.jpg?c=64,485,280,280,280,280",
@@ -1216,22 +1022,6 @@
"singular": "Transaction history"
}
},
- "lng_channel_earn_off": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_off",
- "photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=57,612,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Switch Off Ads"
- }
- },
- "lng_channel_earn_off_about": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_off_about",
- "photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=52,472,493,493,280,280",
- "has_binding": true,
- "values": {
- "singular": "You will not be eligible for any rewards if you switch off ads."
- }
- },
"lng_channel_earn_overview_title": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_earn_overview_title",
"photo_url": "https://telegra.ph/file/p/9c5b5915b42/60684806e997f9cde739d17.jpg?c=64,183,280,280,280,280",
@@ -1264,6 +1054,15 @@
"singular": "Total lifetime rewards"
}
},
+ "lng_channel_members_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_members_link",
+ "photo_url": "https://telegra.ph/file/p/1bad2f565ef/42bd015c056d5d1b8d1a917.jpg?c=105,113,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} member",
+ "plural": "
{count} members"
+ }
+ },
"lng_channel_removed_list_about": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_channel_removed_list_about",
"photo_url": "https://telegra.ph/file/p/1afb18951d8/89e6913d5f9b5398b7fd51d.jpg?c=15,158,682,682,280,280",
@@ -1328,14 +1127,6 @@
"singular": "Top days of week"
}
},
- "lng_chart_title_instant_view_interaction": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_chart_title_instant_view_interaction",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "IV Interactions"
- }
- },
"lng_chart_title_join": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_chart_title_join",
"photo_url": "https://telegra.ph/file/p/f228d28d469/5b96babe3c3fd7aee95ee17.jpg?c=52,741,280,280,280,280",
@@ -1441,14 +1232,6 @@
"singular": "Code copied to clipboard."
}
},
- "lng_context_change_price": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_context_change_price",
- "photo_url": "https://telegra.ph/file/p/b96ed100037/75702f8e6463209a8a29219.jpg?c=811,1194,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Change Price"
- }
- },
"lng_context_delete_all_files": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_context_delete_all_files",
"photo_url": "https://telegra.ph/file/p/4e95b91bfea/d4be3c28fc73fd5fb2c5d16.jpg?c=15,22,280,280,280,280",
@@ -1473,14 +1256,6 @@
"singular": "Forward"
}
},
- "lng_context_make_paid": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_context_make_paid",
- "photo_url": "https://telegra.ph/file/p/d251a4fefb1/8fd9463a4c32ecacaeddc19.jpg?c=783,1241,387,387,280,280",
- "has_binding": true,
- "values": {
- "singular": "Make This Content Paid"
- }
- },
"lng_context_mark_read_mentions_all": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_context_mark_read_mentions_all",
"photo_url": "https://telegra.ph/file/p/0f7abe2b818/b9631ee17172f5587aa6717.jpg?c=315,423,280,280,280,280",
@@ -1529,12 +1304,12 @@
"singular": "Select"
}
},
- "lng_context_set_as_quick": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_context_set_as_quick",
- "photo_url": "https://telegra.ph/file/p/8a35c9ffd92/1514c89b0e85216a812de16.jpg?c=22,121,278,280,278,280",
- "has_binding": true,
+ "lng_create_channel_link_bad_symbols": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_create_channel_link_bad_symbols",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=620,437,615,615,280,280",
+ "has_binding": false,
"values": {
- "singular": "Set As Quick"
+ "singular": "Only 0-9, a-z, and underscores allowed."
}
},
"lng_create_channel_link_copied": {
@@ -1577,96 +1352,28 @@
"singular": "Only people with an invite link can join."
}
},
- "lng_credits_box_history_entry_fragment": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_history_entry_fragment",
- "photo_url": "https://telegra.ph/file/p/63f68b809fd/8f3b7a186f811dd4bfa6517.jpg?c=175,365,280,280,280,280",
+ "lng_create_private_channel_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_create_private_channel_title",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=586,519,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Fragment"
+ "singular": "Private Channel"
}
},
- "lng_credits_box_history_entry_media": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_history_entry_media",
- "photo_url": "https://telegra.ph/file/p/721d6127d82/d0cf1149c25e0dca7442e17.jpg?c=76,323,280,280,280,280",
+ "lng_create_public_channel_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_create_public_channel_about",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=557,280,681,681,280,280",
"has_binding": true,
"values": {
- "singular": "Media"
+ "singular": "Anyone can find the channel in search and join"
}
},
- "lng_credits_box_history_entry_via": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_history_entry_via",
- "photo_url": "https://telegra.ph/file/p/63f68b809fd/8f3b7a186f811dd4bfa6517.jpg?c=55,363,280,280,280,280",
- "has_binding": true,
+ "lng_create_public_channel_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_create_public_channel_title",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=581,410,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Via"
- }
- },
- "lng_credits_box_out_both": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_both",
- "photo_url": "https://telegra.ph/file/p/64583df595a/dc7dd7c8500a34bb1847b17.jpg?c=222,370,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{photo} and
{video}"
- }
- },
- "lng_credits_box_out_confirm": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_confirm",
- "photo_url": "https://telegra.ph/file/p/44bf03b3f15/6e40f40dfaed60d2fef3b17.jpg?c=159,438,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Confirm and Pay
{emoji} {count} Star",
- "plural": "Confirm and Pay
{emoji} {count} Stars"
- }
- },
- "lng_credits_box_out_media": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_media",
- "photo_url": "https://telegra.ph/file/p/44bf03b3f15/6e40f40dfaed60d2fef3b17.jpg?c=104,317,392,392,280,280",
- "has_binding": true,
- "values": {
- "singular": "Do you want to unlock
{media} in
{chat} for **
{count} Star**?",
- "plural": "Do you want to unlock
{media} in
{chat} for **
{count} Stars**?"
- }
- },
- "lng_credits_box_out_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_photo",
- "photo_url": "https://telegra.ph/file/p/c5fbacfbd8e/c890317d5ee200a7dcc7817.jpg?c=196,370,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "a photo"
- }
- },
- "lng_credits_box_out_photos": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_photos",
- "photo_url": "https://telegra.ph/file/p/44bf03b3f15/6e40f40dfaed60d2fef3b17.jpg?c=197,370,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} photo",
- "plural": "
{count} photos"
- }
- },
- "lng_credits_box_out_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_title",
- "photo_url": "https://telegra.ph/file/p/44bf03b3f15/6e40f40dfaed60d2fef3b17.jpg?c=153,337,294,294,280,280",
- "has_binding": true,
- "values": {
- "singular": "Confirm Your Purchase"
- }
- },
- "lng_credits_box_out_video": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_video",
- "photo_url": "https://telegra.ph/file/p/75f228684f9/9170e9e3ff214a9ea231d17.jpg?c=186,368,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "a video"
- }
- },
- "lng_credits_box_out_videos": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_credits_box_out_videos",
- "photo_url": "https://telegra.ph/file/p/b3c719bb7e9/b6480d56f8ed61776dd8217.jpg?c=196,368,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} video",
- "plural": "
{count} videos"
+ "singular": "Public Channel"
}
},
"lng_days": {
@@ -1695,14 +1402,6 @@
"singular": "Delete all from
{user}"
}
},
- "lng_delete_all_from_users": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_delete_all_from_users",
- "photo_url": "https://telegra.ph/file/p/782f2ee2d23/bc7860264557b1e4410f117.jpg?c=121,203,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete all from users"
- }
- },
"lng_delete_clear_for_me": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_delete_clear_for_me",
"photo_url": "https://telegra.ph/file/p/8d2cc8325f7/a20e5f762c87182593bd216.jpg?c=8,110,280,280,280,280",
@@ -1711,6 +1410,14 @@
"singular": "This will clear history just for you, not for other participants of the chat."
}
},
+ "lng_dlg_new_channel_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_dlg_new_channel_name",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=705,131,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Channel name"
+ }
+ },
"lng_download_sure_stop": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_download_sure_stop",
"photo_url": "https://telegra.ph/file/p/dacad0fa90b/30c7654015e4f7d3c669216.jpg?c=10,75,280,280,280,280",
@@ -1824,6 +1531,14 @@
"singular": "Set Group Emoji Status"
}
},
+ "lng_edit_channel_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_edit_channel_title",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=519,22,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit channel"
+ }
+ },
"lng_edit_channel_wallpaper": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_edit_channel_wallpaper",
"photo_url": "https://telegra.ph/file/p/b989675d236/2c1d596950347093195d017.jpg?c=58,678,280,280,280,280",
@@ -1856,6 +1571,14 @@
"singular": "Set Group Wallpaper"
}
},
+ "lng_edit_sign_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_edit_sign_messages",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=580,772,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sign messages"
+ }
+ },
"lng_emoji_color_all": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_emoji_color_all",
"photo_url": "https://telegra.ph/file/p/0be67fd97b9/e65fa8aedf35a2ecfeaa817.jpg?c=249,200,280,280,280,280",
@@ -2242,6 +1965,38 @@
"singular": "Only new members"
}
},
+ "lng_group_about1": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_about1",
+ "photo_url": "https://telegra.ph/file/p/67d06ebcb30/0173a54b326fd06fd3c011d.jpg?c=534,291,364,364,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Up to 200,000 members"
+ }
+ },
+ "lng_group_about2": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_about2",
+ "photo_url": "https://telegra.ph/file/p/67d06ebcb30/0173a54b326fd06fd3c011d.jpg?c=536,336,347,347,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Persistent chat history"
+ }
+ },
+ "lng_group_about3": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_about3",
+ "photo_url": "https://telegra.ph/file/p/67d06ebcb30/0173a54b326fd06fd3c011d.jpg?c=540,396,297,297,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Public links such as t.me/title"
+ }
+ },
+ "lng_group_about4": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_about4",
+ "photo_url": "https://telegra.ph/file/p/67d06ebcb30/0173a54b326fd06fd3c011d.jpg?c=526,366,431,431,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Admins with different rights"
+ }
+ },
"lng_group_about_header": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_about_header",
"photo_url": "https://telegra.ph/file/p/67d06ebcb30/0173a54b326fd06fd3c011d.jpg?c=532,201,400,400,280,280",
@@ -2250,6 +2005,14 @@
"singular": "You created a group"
}
},
+ "lng_group_about_text": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_about_text",
+ "photo_url": "https://telegra.ph/file/p/67d06ebcb30/0173a54b326fd06fd3c011d.jpg?c=505,281,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Groups can have:"
+ }
+ },
"lng_group_call_also_cancel": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_call_also_cancel",
"photo_url": "https://telegra.ph/file/p/85b8f6a1a46/d4198ea77e80f919e86ab16.jpg?c=4,98,280,280,280,280",
@@ -2354,6 +2117,14 @@
"singular": "Remove"
}
},
+ "lng_group_call_context_unmute_for_me": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_call_context_unmute_for_me",
+ "photo_url": "https://telegra.ph/file/p/d4f109142a8/9f11ccb2d781c46bd258016.jpg?c=19,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Unmute for me"
+ }
+ },
"lng_group_call_context_unpin_camera": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_call_context_unpin_camera",
"photo_url": "https://telegra.ph/file/p/4373c7fc751/9c13d71a9af945d78d01617.jpg?c=118,19,280,280,280,280",
@@ -3227,6 +2998,14 @@
"singular": "Turn this on if you want users to join only after they are approved by an admin."
}
},
+ "lng_group_invite_about_permanent_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_about_permanent_channel",
+ "photo_url": "https://telegra.ph/file/p/7bbfff924d5/70ddcb17a513ee56fc1eb16.jpg?c=8,141,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Anyone who has Telegram installed will be able to join your channel by following this link."
+ }
+ },
"lng_group_invite_add": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_add",
"photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=107,207,280,280,280,280",
@@ -3243,6 +3022,63 @@
"singular": "You can generate invite links that expire after they are used."
}
},
+ "lng_group_invite_can_join": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_can_join",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=96,338,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} can join",
+ "plural": "
{count} can join"
+ }
+ },
+ "lng_group_invite_context_copy": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_context_copy",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=292,263,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Copy"
+ }
+ },
+ "lng_group_invite_context_delete_all": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_context_delete_all",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=254,519,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete all"
+ }
+ },
+ "lng_group_invite_context_edit": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_context_edit",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=287,342,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit"
+ }
+ },
+ "lng_group_invite_context_qr": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_context_qr",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=322,316,278,280,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Get QR Code"
+ }
+ },
+ "lng_group_invite_context_revoke": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_context_revoke",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=299,368,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Revoke"
+ }
+ },
+ "lng_group_invite_context_share": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_context_share",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=294,288,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Share"
+ }
+ },
"lng_group_invite_copy": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_copy",
"photo_url": "https://telegra.ph/file/p/7bbfff924d5/70ddcb17a513ee56fc1eb16.jpg?c=5,118,280,280,280,280",
@@ -3251,6 +3087,15 @@
"singular": "Copy Link"
}
},
+ "lng_group_invite_days_left": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_days_left",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=149,338,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} day left",
+ "plural": "
{count} days left"
+ }
+ },
"lng_group_invite_delete_sure": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_delete_sure",
"photo_url": "https://telegra.ph/file/p/57756caf757/f8e582c7c80e7c8b76bb217.jpg?c=109,246,389,389,280,280",
@@ -3259,6 +3104,46 @@
"singular": "Are you sure you want to delete this revoked link?"
}
},
+ "lng_group_invite_edit_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_edit_title",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=85,46,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit Link"
+ }
+ },
+ "lng_group_invite_expire_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_expire_about",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=113,244,359,359,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can make the link expire after a certain time."
+ }
+ },
+ "lng_group_invite_expire_custom": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_expire_custom",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=102,236,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Custom"
+ }
+ },
+ "lng_group_invite_expire_never": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_expire_never",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=103,114,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "No limit"
+ }
+ },
+ "lng_group_invite_expire_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_expire_title",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=100,84,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Limit by time period"
+ }
+ },
"lng_group_invite_label_about": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_label_about",
"photo_url": "https://telegra.ph/file/p/338ee6ead0b/fd7ded427c6d92428a4ad16.jpg?c=5,109,280,280,280,280",
@@ -3275,6 +3160,22 @@
"singular": "Link Name (optional)"
}
},
+ "lng_group_invite_link_expired": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_link_expired",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=173,380,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Expired"
+ }
+ },
+ "lng_group_invite_manage": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_manage",
+ "photo_url": "https://telegra.ph/file/p/7bbfff924d5/70ddcb17a513ee56fc1eb16.jpg?c=5,160,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Manage Invite Links"
+ }
+ },
"lng_group_invite_manage_about": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_manage_about",
"photo_url": "https://telegra.ph/file/p/7bbfff924d5/70ddcb17a513ee56fc1eb16.jpg?c=6,179,280,280,280,280",
@@ -3283,6 +3184,14 @@
"singular": "You can create additional invite links that have limited time or number of users."
}
},
+ "lng_group_invite_no_joined": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_no_joined",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=106,252,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No one joined yet"
+ }
+ },
"lng_group_invite_no_room": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_no_room",
"photo_url": "https://telegra.ph/file/p/f7b75033e47/5edc5131d923a011674a41d.jpg?c=460,219,678,678,280,280",
@@ -3291,6 +3200,23 @@
"singular": "Unable to join this group because it has too many members."
}
},
+ "lng_group_invite_other_count": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_other_count",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=98,471,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} invite link",
+ "plural": "
{count} invite links"
+ }
+ },
+ "lng_group_invite_other_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_other_title",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=98,431,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Links created by other admins"
+ }
+ },
"lng_group_invite_request_approve": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_request_approve",
"photo_url": "https://telegra.ph/file/p/338ee6ead0b/fd7ded427c6d92428a4ad16.jpg?c=5,124,280,280,280,280",
@@ -3325,6 +3251,14 @@
"singular": "Are you sure you want to revoke this invite link?"
}
},
+ "lng_group_invite_revoked_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_revoked_title",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=73,519,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Revoked links"
+ }
+ },
"lng_group_invite_share": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_share",
"photo_url": "https://telegra.ph/file/p/7bbfff924d5/70ddcb17a513ee56fc1eb16.jpg?c=18,118,280,280,280,280",
@@ -3333,6 +3267,14 @@
"singular": "Share Link"
}
},
+ "lng_group_invite_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_title",
+ "photo_url": "https://telegra.ph/file/p/6651a710a20/4dc58821d0aecd91e95d217.jpg?c=72,31,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Invite links"
+ }
+ },
"lng_group_invite_usage_about": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_usage_about",
"photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=111,451,377,377,280,280",
@@ -3341,6 +3283,22 @@
"singular": "You can make the link work only for a certain number of users."
}
},
+ "lng_group_invite_usage_any": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_usage_any",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=103,361,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No limit"
+ }
+ },
+ "lng_group_invite_usage_custom": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_usage_custom",
+ "photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=102,484,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Custom"
+ }
+ },
"lng_group_invite_usage_title": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_group_invite_usage_title",
"photo_url": "https://telegra.ph/file/p/db2e7c0442d/1e23f9b2e93a61f058d8417.jpg?c=101,332,280,280,280,280",
@@ -3690,14 +3648,6 @@
"singular": "Available reactions"
}
},
- "lng_manage_peer_reactions_available_ph": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_peer_reactions_available_ph",
- "photo_url": "https://telegra.ph/file/p/2f6a5418762/445bbff983b67d45a0ace17.jpg?c=57,175,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add reactions..."
- }
- },
"lng_manage_peer_reactions_boost": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_peer_reactions_boost",
"photo_url": "https://telegra.ph/file/p/d9e6bf58e3e/168c5dc1e84ea19b4f66d17.jpg?c=137,421,280,280,280,280",
@@ -3739,31 +3689,6 @@
"singular": "Channels can't have more custom reactions."
}
},
- "lng_manage_peer_reactions_max_about": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_peer_reactions_max_about",
- "photo_url": "https://telegra.ph/file/p/2f6a5418762/445bbff983b67d45a0ace17.jpg?c=49,198,490,490,280,280",
- "has_binding": true,
- "values": {
- "singular": "Limit the number of different reactions that can be added to a post, including already published ones."
- }
- },
- "lng_manage_peer_reactions_max_slider": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_peer_reactions_max_slider",
- "photo_url": "https://telegra.ph/file/p/2f6a5418762/445bbff983b67d45a0ace17.jpg?c=160,304,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} reaction per post",
- "plural": "
{count} reactions per post"
- }
- },
- "lng_manage_peer_reactions_max_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_peer_reactions_max_title",
- "photo_url": "https://telegra.ph/file/p/2f6a5418762/445bbff983b67d45a0ace17.jpg?c=68,247,327,327,280,280",
- "has_binding": true,
- "values": {
- "singular": "Maximum number of reactions"
- }
- },
"lng_manage_peer_reactions_off": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_peer_reactions_off",
"photo_url": "https://telegra.ph/file/p/8598415627b/8841b6898e1d8c398e8e816.jpg?c=20,110,280,280,280,280",
@@ -3804,22 +3729,6 @@
"singular": "Join Requests"
}
},
- "lng_manage_private_group_noforwards_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_private_group_noforwards_title",
- "photo_url": "https://telegra.ph/file/p/9dae07d99e2/4ad51aacb87d8469deba717.jpg?c=292,277,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Private restricted"
- }
- },
- "lng_manage_private_peer_noforwards_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_manage_private_peer_noforwards_title",
- "photo_url": "https://telegra.ph/file/p/52ebc708d0e/4bc2c761bdb2e4b68d47517.jpg?c=292,278,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Private restricted"
- }
- },
"lng_mediaview_report_profile_photo": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_mediaview_report_profile_photo",
"photo_url": "https://telegra.ph/file/p/d40de0a13c4/65ce2dc00a1d0034578ea19.jpg?c=876,523,280,280,280,280",
@@ -4015,54 +3924,6 @@
"singular": "
{user} is an admin of
{name}, a group you requested to join."
}
},
- "lng_paid_about": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_paid_about",
- "photo_url": "https://telegra.ph/file/p/75afe780815/6eac2eb14e307ab8cd96e17.jpg?c=50,372,478,478,280,280",
- "has_binding": true,
- "values": {
- "singular": "Users will have to transfer this amount of Stars to your channel in order to view this media.
{link}"
- }
- },
- "lng_paid_about_link": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_paid_about_link",
- "photo_url": "https://telegra.ph/file/p/75afe780815/6eac2eb14e307ab8cd96e17.jpg?c=117,513,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "More about stars >"
- }
- },
- "lng_paid_about_link_url": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_paid_about_link_url",
- "photo_url": "https://telegra.ph/file/p/75afe780815/6eac2eb14e307ab8cd96e17.jpg?c=242,523,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "https://telegram.org/blog/telegram-stars"
- }
- },
- "lng_paid_cost_placeholder": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_paid_cost_placeholder",
- "photo_url": "https://telegra.ph/file/p/75afe780815/6eac2eb14e307ab8cd96e17.jpg?c=87,426,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Stars to Unlock"
- }
- },
- "lng_paid_enter_cost": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_paid_enter_cost",
- "photo_url": "https://telegra.ph/file/p/75afe780815/6eac2eb14e307ab8cd96e17.jpg?c=61,380,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Enter Unlock Cost"
- }
- },
- "lng_paid_title": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_paid_title",
- "photo_url": "https://telegra.ph/file/p/75afe780815/6eac2eb14e307ab8cd96e17.jpg?c=58,329,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Paid Content"
- }
- },
"lng_premium_stickers": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_premium_stickers",
"photo_url": "https://telegra.ph/file/p/ea2badeb9d6/a8bd041fb9feba66661cd17.jpg?c=109,216,280,280,280,280",
@@ -4227,6 +4088,14 @@
"singular": "Clear history"
}
},
+ "lng_profile_delete_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_profile_delete_channel",
+ "photo_url": "https://telegra.ph/file/p/c09c0fe4917/ffbfc01e368ba16cefcd91d.jpg?c=516,869,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete channel"
+ }
+ },
"lng_profile_enable_notifications": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_profile_enable_notifications",
"photo_url": "https://telegra.ph/file/p/e8a794981c4/a6401d9921bf4ee62ef761d.jpg?c=583,560,280,280,280,280",
@@ -4243,6 +4112,14 @@
"singular": "Manage admins"
}
},
+ "lng_profile_migrate_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_profile_migrate_button",
+ "photo_url": "https://telegra.ph/file/p/abb4649f7fb/f6d5a7487510a67c47b531d.jpg?c=525,678,368,368,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Convert to supergroup"
+ }
+ },
"lng_profile_saved_messages": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_profile_saved_messages",
"photo_url": "https://telegra.ph/file/p/79100a34382/33fedb29b5aaa9691d03217.jpg?c=117,344,280,280,280,280",
@@ -4268,6 +4145,14 @@
"singular": "Some reactions are restricted in this group."
}
},
+ "lng_removed_list_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_removed_list_title",
+ "photo_url": "https://telegra.ph/file/p/1afb18951d8/89e6913d5f9b5398b7fd51d.jpg?c=24,16,307,307,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Removed users"
+ }
+ },
"lng_report_please_select_messages": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_report_please_select_messages",
"photo_url": "https://telegra.ph/file/p/494e52d8c2e/7297c6179e959cf34d78916.jpg?c=10,62,280,280,280,280",
@@ -4308,14 +4193,6 @@
"singular": "Personal Details"
}
},
- "lng_report_spam": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_report_spam",
- "photo_url": "https://telegra.ph/file/p/b7b123a2599/c07aec223cb13fa03ac9017.jpg?c=104,176,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Report Spam"
- }
- },
"lng_report_sponsored_reported_learn": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_report_sponsored_reported_learn",
"photo_url": "https://telegra.ph/file/p/f7f70082eb0/4df656adba2ea3f97dcfa17.jpg?c=90,407,351,351,280,280",
@@ -4332,38 +4209,6 @@
"singular": "Ad Policies and Guidelines"
}
},
- "lng_restrict_user_full": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_restrict_user_full",
- "photo_url": "https://telegra.ph/file/p/b7b123a2599/c07aec223cb13fa03ac9017.jpg?c=83,272,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Fully ban this user
{emoji}"
- }
- },
- "lng_restrict_user_part": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_restrict_user_part",
- "photo_url": "https://telegra.ph/file/p/7ee5617bd7d/68be4ed0cb5dbe9bde93617.jpg?c=97,375,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Partially restrict this user
{emoji}"
- }
- },
- "lng_restrict_users_full": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_restrict_users_full",
- "photo_url": "https://telegra.ph/file/p/782f2ee2d23/bc7860264557b1e4410f117.jpg?c=78,271,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Fully ban users
{emoji}"
- }
- },
- "lng_restrict_users_part_single_header": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_restrict_users_part_single_header",
- "photo_url": "https://telegra.ph/file/p/7ee5617bd7d/68be4ed0cb5dbe9bde93617.jpg?c=88,183,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "What can this user do?"
- }
- },
"lng_restricted_send_gifs_until": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_restricted_send_gifs_until",
"photo_url": "https://telegra.ph/file/p/1ee26428a55/77fe663d8b1f9eb2b226819.jpg?c=644,267,545,545,280,280",
@@ -4524,6 +4369,14 @@
"singular": "A title that members will see instead of '
{title}'."
}
},
+ "lng_rights_edit_admin_rank_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_rights_edit_admin_rank_name",
+ "photo_url": "https://telegra.ph/file/p/e61dddc5f19/046f4788113345213619f19.jpg?c=309,650,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Custom title"
+ }
+ },
"lng_rights_permission_cant_edit": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_rights_permission_cant_edit",
"photo_url": "https://telegra.ph/file/p/b1b4bae7bce/5c4a1d5cfe1dfa542d7671d.jpg?c=71,302,468,468,280,280",
@@ -4540,6 +4393,14 @@
"singular": "This will transfer the full **owner rights** for
{group} to
{user}. The new owner will be free to remove any of your admin privileges or even ban you."
}
},
+ "lng_rights_transfer_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_rights_transfer_sure",
+ "photo_url": "https://telegra.ph/file/p/4d81c06e559/f927297565e509d2399331d.jpg?c=682,862,338,338,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Change owner"
+ }
+ },
"lng_ringtones_toast_added": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_ringtones_toast_added",
"photo_url": "https://telegra.ph/file/p/fb9698d2c77/d51dcf9ea5a994580853616.jpg?c=10,95,280,280,280,280",
@@ -4548,22 +4409,6 @@
"singular": "Sound added!"
}
},
- "lng_search_tab_this_topic": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_search_tab_this_topic",
- "photo_url": "https://telegra.ph/file/p/3dc3f49ecc7/e2c1021350778dd42a96f19.jpg?c=161,73,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "This Topic"
- }
- },
- "lng_selected_delete_sure_this": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_selected_delete_sure_this",
- "photo_url": "https://telegra.ph/file/p/b7b123a2599/c07aec223cb13fa03ac9017.jpg?c=92,115,365,365,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to delete this message?"
- }
- },
"lng_send_as_anonymous_admin": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_send_as_anonymous_admin",
"photo_url": "https://telegra.ph/file/p/01533bcb990/085275623ea8fe5799b4e17.jpg?c=98,178,280,280,280,280",
@@ -4972,15 +4817,6 @@
"plural": "
{count} messages"
}
},
- "lng_stats_member_restrictions": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_stats_member_restrictions",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "
{count} restriction",
- "plural": "
{count} restrictions"
- }
- },
"lng_stats_members_title": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_stats_members_title",
"photo_url": "https://telegra.ph/file/p/6cda197a656/ab37e22a19b894f02b39817.jpg?c=57,728,280,280,280,280",
@@ -5312,14 +5148,6 @@
"singular": "View channel"
}
},
- "lng_view_button_emojipack": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_view_button_emojipack",
- "photo_url": "https://telegra.ph/file/p/bcaf914bf22/d0ffbc926ac8c29e7816a17.jpg?c=210,225,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View emoji"
- }
- },
"lng_view_button_group": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_view_button_group",
"photo_url": "https://telegra.ph/file/p/44b43583155/ec22e125161572c16f07f16.jpg?c=13,126,280,280,280,280",
@@ -5336,14 +5164,6 @@
"singular": "View message"
}
},
- "lng_view_button_stickerset": {
- "url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_view_button_stickerset",
- "photo_url": "https://telegra.ph/file/p/bcaf914bf22/d0ffbc926ac8c29e7816a17.jpg?c=213,364,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View stickers"
- }
- },
"lng_voice_speed_fast": {
"url": "https://translations.telegram.org/en/tdesktop/groups_and_channels/lng_voice_speed_fast",
"photo_url": "https://telegra.ph/file/p/8ebb28c453a/84f75406f16aa849dceac17.jpg?c=255,72,280,280,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/passport.json b/data/web_tr/translations.telegram.org/en/tdesktop/passport.json
index c096bc735b..73ea16ee40 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/passport.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/passport.json
@@ -1,4 +1,108 @@
{
+ "lng_action_secure_address": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_address",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=1236,745,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "address"
+ }
+ },
+ "lng_action_secure_email": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_email",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=897,779,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "email address"
+ }
+ },
+ "lng_action_secure_personal_details": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_personal_details",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=906,747,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "personal details"
+ }
+ },
+ "lng_action_secure_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_phone",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=705,776,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "phone number"
+ }
+ },
+ "lng_action_secure_proof_of_address": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_proof_of_address",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=425,0,1179,1130,276,266",
+ "has_binding": false,
+ "values": {
+ "singular": "proof of address"
+ }
+ },
+ "lng_action_secure_proof_of_identity": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_proof_of_identity",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=1109,747,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "proof of identity"
+ }
+ },
+ "lng_action_secure_values_sent": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_action_secure_values_sent",
+ "photo_url": "https://telegra.ph/file/p/db2b74c9d7c/79387cd3b42e117abc5a91d.jpg?c=0,0,1604,1130,270,190",
+ "has_binding": false,
+ "values": {
+ "singular": "
{user} received the following documents:
{documents}"
+ }
+ },
+ "lng_bad_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_bad_phone",
+ "photo_url": "https://telegra.ph/file/p/358e2c269d9/d12ca2c806f925f97727b1d.jpg?c=28,697,471,471,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid phone number. Please try again."
+ }
+ },
+ "lng_box_delete": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_box_delete",
+ "photo_url": "https://telegra.ph/file/p/5f3bd10103c/ed4dacabe9fd7c477e5cd1d.jpg?c=407,568,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete"
+ }
+ },
+ "lng_box_ok": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_box_ok",
+ "photo_url": "https://telegra.ph/file/p/c60f87125ff/5652236d16b5880cbdffa1d.jpg?c=412,605,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "OK"
+ }
+ },
+ "lng_cancel": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_cancel",
+ "photo_url": "https://telegra.ph/file/p/cb3f3efc8ee/a1e756f4ec1791981e3711d.jpg?c=275,629,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
+ "lng_change_phone_code_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_change_phone_code_title",
+ "photo_url": "https://telegra.ph/file/p/fea8845ff5a/f13d4f2ebd105197353f71d.jpg?c=82,467,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter code"
+ }
+ },
+ "lng_cloud_password_almost": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_cloud_password_almost",
+ "photo_url": "https://telegra.ph/file/p/c60f87125ff/5652236d16b5880cbdffa1d.jpg?c=59,309,599,599,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "A confirmation link was sent to the
email address you provided. Two-step verification will be enabled for your account as soon as you open that link."
+ }
+ },
"lng_cloud_password_passport_losing": {
"url": "https://translations.telegram.org/en/tdesktop/passport/lng_cloud_password_passport_losing",
"photo_url": "https://telegra.ph/file/p/2612c2a4b2f/ad8086b2b35c5976612fd1d.jpg?c=179,223,648,648,280,280",
@@ -7,6 +111,14 @@
"singular": "Warning! All data saved in your Telegram Passport will be lost."
}
},
+ "lng_code_call": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_code_call",
+ "photo_url": "https://telegra.ph/file/p/fea8845ff5a/f13d4f2ebd105197353f71d.jpg?c=87,513,418,418,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram will call you in
{minutes}:
{seconds}"
+ }
+ },
"lng_continue": {
"url": "https://translations.telegram.org/en/tdesktop/passport/lng_continue",
"photo_url": "https://telegra.ph/file/p/463db95be73/095df8180fa39572f9cd11d.jpg?c=408,546,280,280,280,280",
@@ -15,6 +127,38 @@
"singular": "Continue"
}
},
+ "lng_date_input_day": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_date_input_day",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=195,757,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Day"
+ }
+ },
+ "lng_date_input_month": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_date_input_month",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=270,757,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Month"
+ }
+ },
+ "lng_date_input_year": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_date_input_year",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=347,757,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Year"
+ }
+ },
+ "lng_export_folder": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_export_folder",
+ "photo_url": "https://telegra.ph/file/p/046bddd2b35/bb12868087dfcaa68f4ed1d.jpg?c=17,0,280,277,280,276",
+ "has_binding": false,
+ "values": {
+ "singular": "Choose export folder"
+ }
+ },
"lng_intro_submit": {
"url": "https://translations.telegram.org/en/tdesktop/passport/lng_intro_submit",
"photo_url": "https://telegra.ph/file/p/cb3f3efc8ee/a1e756f4ec1791981e3711d.jpg?c=405,629,280,280,280,280",
@@ -22,5 +166,1117 @@
"values": {
"singular": "Submit"
}
+ },
+ "lng_passport_about_password": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_about_password",
+ "photo_url": "https://telegra.ph/file/p/bfba8759229/f67b0d24c083ca4b735171d.jpg?c=24,425,706,706,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "This password will also be required whenever
you log in to a new device."
+ }
+ },
+ "lng_passport_accept_allow": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_accept_allow",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "You accept the
{policy} and allow their
{bot} to send you messages."
+ }
+ },
+ "lng_passport_address": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=22,679,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Address"
+ }
+ },
+ "lng_passport_address_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_about",
+ "photo_url": "https://telegra.ph/file/p/4effbb94c83/66aeb720f96404b66cb571d.jpg?c=0,150,625,627,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "To confirm your address, please upload a scan or photo of the selected document (all pages)."
+ }
+ },
+ "lng_passport_address_agreement": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_agreement",
+ "photo_url": "https://telegra.ph/file/p/4effbb94c83/66aeb720f96404b66cb571d.jpg?c=84,209,318,318,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Tenancy agreement"
+ }
+ },
+ "lng_passport_address_agreement_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_agreement_upload",
+ "photo_url": "https://telegra.ph/file/p/99488a70b29/b7e12a5dfdff53b5640e31d.jpg?c=10,311,608,608,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your tenancy agreement"
+ }
+ },
+ "lng_passport_address_bill": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_bill",
+ "photo_url": "https://telegra.ph/file/p/4effbb94c83/66aeb720f96404b66cb571d.jpg?c=69,117,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Utility bill"
+ }
+ },
+ "lng_passport_address_bill_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_bill_upload",
+ "photo_url": "https://telegra.ph/file/p/5c88ca9d275/732591ba06aad8fd3fc551d.jpg?c=10,393,460,460,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your utility bill"
+ }
+ },
+ "lng_passport_address_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_description",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=24,484,435,435,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload proof of your address"
+ }
+ },
+ "lng_passport_address_enter": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_enter",
+ "photo_url": "https://telegra.ph/file/p/f600f630f70/0ed543afe3df28b314d721d.jpg?c=12,488,417,417,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Provide your address"
+ }
+ },
+ "lng_passport_address_registration": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_registration",
+ "photo_url": "https://telegra.ph/file/p/4effbb94c83/66aeb720f96404b66cb571d.jpg?c=85,252,331,331,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Passport registration"
+ }
+ },
+ "lng_passport_address_registration_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_registration_upload",
+ "photo_url": "https://telegra.ph/file/p/666e19f4eb8/20722a1459756550fb43d1d.jpg?c=2,467,1097,1097,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your passport registration page"
+ }
+ },
+ "lng_passport_address_statement": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_statement",
+ "photo_url": "https://telegra.ph/file/p/4effbb94c83/66aeb720f96404b66cb571d.jpg?c=84,169,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bank statement"
+ }
+ },
+ "lng_passport_address_statement_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_statement_upload",
+ "photo_url": "https://telegra.ph/file/p/7dd0792e6fa/0abd18dca07cb7e2063291d.jpg?c=10,340,556,556,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your bank statement"
+ }
+ },
+ "lng_passport_address_temporary": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_temporary",
+ "photo_url": "https://telegra.ph/file/p/4effbb94c83/66aeb720f96404b66cb571d.jpg?c=81,279,366,366,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Temporary registration"
+ }
+ },
+ "lng_passport_address_temporary_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_temporary_upload",
+ "photo_url": "https://telegra.ph/file/p/e284a9dd617/d587b92617b5909dc44cc1d.jpg?c=3,289,652,652,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your temporary registration"
+ }
+ },
+ "lng_passport_address_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_address_title",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=17,522,309,309,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Residential address"
+ }
+ },
+ "lng_passport_allow": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_allow",
+ "photo_url": "https://telegra.ph/file/p/666e19f4eb8/20722a1459756550fb43d1d.jpg?c=5,518,1088,1088,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You allow
{bot} to send you messages."
+ }
+ },
+ "lng_passport_app_out_of_date": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_app_out_of_date",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, your Telegram app is out of date and can't handle this request. Please update Telegram."
+ }
+ },
+ "lng_passport_authorize": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_authorize",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=270,898,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Authorize"
+ }
+ },
+ "lng_passport_bad_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_bad_name",
+ "photo_url": "https://telegra.ph/file/p/5570456f450/deb44bd8f89790da3f1d61d.jpg?c=235,318,499,499,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please use latin characters only."
+ }
+ },
+ "lng_passport_birth_date": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_birth_date",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=9,455,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Date of birth"
+ }
+ },
+ "lng_passport_choose_image": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_choose_image",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Choose scan image"
+ }
+ },
+ "lng_passport_city": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_city",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=3,1004,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "City"
+ }
+ },
+ "lng_passport_confirm_email": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_confirm_email",
+ "photo_url": "https://telegra.ph/file/p/a8037b3842e/ce00e9763249033aab2fa1d.jpg?c=64,263,615,615,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "We've sent a confirmation code to your email
{email}."
+ }
+ },
+ "lng_passport_confirm_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_confirm_phone",
+ "photo_url": "https://telegra.ph/file/p/fea8845ff5a/f13d4f2ebd105197353f71d.jpg?c=67,250,608,608,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "We've sent an SMS with a confirmation code to your phone
{phone}."
+ }
+ },
+ "lng_passport_country": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_country",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=8,579,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Citizenship"
+ }
+ },
+ "lng_passport_country_choose": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_country_choose",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=249,641,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Choose country"
+ }
+ },
+ "lng_passport_create_password": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_create_password",
+ "photo_url": "https://telegra.ph/file/p/bfba8759229/f67b0d24c083ca4b735171d.jpg?c=36,382,681,681,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please create a password which will be used
to encrypt your personal data."
+ }
+ },
+ "lng_passport_delete_address": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_address",
+ "photo_url": "https://telegra.ph/file/p/b21dc0bc610/d03cfb3bbfed67296dd201d.jpg?c=35,751,744,744,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete address information"
+ }
+ },
+ "lng_passport_delete_address_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_address_sure",
+ "photo_url": "https://telegra.ph/file/p/87a510fcea9/42bfdd894d57c3b2595f51d.jpg?c=56,313,582,582,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete your address information?"
+ }
+ },
+ "lng_passport_delete_details": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_details",
+ "photo_url": "https://telegra.ph/file/p/ab2c029db32/2cad6dcd262ff2425b2d81d.jpg?c=13,542,416,416,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete personal details"
+ }
+ },
+ "lng_passport_delete_details_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_details_sure",
+ "photo_url": "https://telegra.ph/file/p/ba0b012ecb1/d4ae698264830f41c12c01d.jpg?c=63,311,582,582,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete your personal details?"
+ }
+ },
+ "lng_passport_delete_document": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_document",
+ "photo_url": "https://telegra.ph/file/p/529046046f3/e737b85cae73d6b7856861d.jpg?c=19,783,307,307,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete document"
+ }
+ },
+ "lng_passport_delete_document_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_document_sure",
+ "photo_url": "https://telegra.ph/file/p/5f3bd10103c/ed4dacabe9fd7c477e5cd1d.jpg?c=66,323,566,566,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete this document?"
+ }
+ },
+ "lng_passport_delete_email": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_email",
+ "photo_url": "https://telegra.ph/file/p/d4d6416cbc1/335835fd46088bf0034c01d.jpg?c=12,384,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete email"
+ }
+ },
+ "lng_passport_delete_email_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_email_sure",
+ "photo_url": "https://telegra.ph/file/p/4226c31251d/111f1d323faca2dfb49611d.jpg?c=68,317,582,582,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete your email address?"
+ }
+ },
+ "lng_passport_delete_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_phone",
+ "photo_url": "https://telegra.ph/file/p/8547953c4bc/28894e061f259fcdbd49f1d.jpg?c=5,525,592,592,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete phone number"
+ }
+ },
+ "lng_passport_delete_phone_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_phone_sure",
+ "photo_url": "https://telegra.ph/file/p/4c6e4e4895e/8e7a04ddbdccee7145efc1d.jpg?c=61,317,582,582,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete your phone number?"
+ }
+ },
+ "lng_passport_delete_scan_undo": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_delete_scan_undo",
+ "photo_url": "https://telegra.ph/file/p/4f7b9f6a9d6/cad6be778cab68b3a11571d.jpg?c=471,431,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Undo"
+ }
+ },
+ "lng_passport_document_details": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_document_details",
+ "photo_url": "https://telegra.ph/file/p/507fdd9473f/b88b66871abe8e3ce905f1d.jpg?c=29,665,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Document details"
+ }
+ },
+ "lng_passport_document_number": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_document_number",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=10,682,298,298,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Document Number"
+ }
+ },
+ "lng_passport_document_type": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_document_type",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=98,286,938,938,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please choose the type of your document:"
+ }
+ },
+ "lng_passport_email_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_email_description",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=16,670,378,378,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your email address"
+ }
+ },
+ "lng_passport_email_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_email_title",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=14,714,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Email"
+ }
+ },
+ "lng_passport_error_bad_size": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_error_bad_size",
+ "photo_url": "https://telegra.ph/file/p/59e59603388/7adc1a83a4d1e34649f6e1d.jpg?c=53,288,631,631,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, this image has wrong dimensions."
+ }
+ },
+ "lng_passport_error_cant_read": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_error_cant_read",
+ "photo_url": "https://telegra.ph/file/p/cece5756078/68cc7f3c4c3d58201bf471d.jpg?c=61,317,570,570,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Can't read this file. Please choose an image."
+ }
+ },
+ "lng_passport_error_too_large": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_error_too_large",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, this file is too large."
+ }
+ },
+ "lng_passport_expiry_date": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_expiry_date",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=9,761,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Expiry date"
+ }
+ },
+ "lng_passport_first_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_first_name",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=9,273,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "First name"
+ }
+ },
+ "lng_passport_fix_errors": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_fix_errors",
+ "photo_url": "https://telegra.ph/file/p/6eaae34f7fe/4ca4a471ce16cb7cd177b1d.jpg?c=32,739,497,497,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please correct errors."
+ }
+ },
+ "lng_passport_form_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_form_error",
+ "photo_url": "https://telegra.ph/file/p/de29f5682a1/f68921e5cfac7427428681d.jpg?c=189,453,806,806,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Could not get authorization form."
+ }
+ },
+ "lng_passport_front_side_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_front_side_description",
+ "photo_url": "https://telegra.ph/file/p/a4dd17beea7/78563e0bf13248c5209291d.jpg?c=5,182,721,721,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a photo of the front side of the document."
+ }
+ },
+ "lng_passport_front_side_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_front_side_title",
+ "photo_url": "https://telegra.ph/file/p/a4dd17beea7/78563e0bf13248c5209291d.jpg?c=108,162,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Front side"
+ }
+ },
+ "lng_passport_gender": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_gender",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=7,515,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Gender"
+ }
+ },
+ "lng_passport_gender_female": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_gender_female",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=391,515,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Female"
+ }
+ },
+ "lng_passport_gender_male": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_gender_male",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=241,515,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Male"
+ }
+ },
+ "lng_passport_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_header",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=17,362,362,362,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Requested information"
+ }
+ },
+ "lng_passport_identity_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_about",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=95,646,945,945,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The document must contain your photograph, first and last name, date of birth, document number, country of issue, and expiry date."
+ }
+ },
+ "lng_passport_identity_card": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_card",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=245,792,319,319,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Identity card"
+ }
+ },
+ "lng_passport_identity_card_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_card_upload",
+ "photo_url": "https://telegra.ph/file/p/d8ff933b228/1ec2aaf27a9b2062db4691d.jpg?c=15,368,510,510,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your identity card"
+ }
+ },
+ "lng_passport_identity_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_description",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=24,414,429,429,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload proof of your identity"
+ }
+ },
+ "lng_passport_identity_internal": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_internal",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=239,830,429,429,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Internal passport"
+ }
+ },
+ "lng_passport_identity_internal_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_internal_upload",
+ "photo_url": "https://telegra.ph/file/p/f29b9d6c998/37945edb16332cde129741d.jpg?c=8,332,575,575,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your internal passport"
+ }
+ },
+ "lng_passport_identity_license": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_license",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=234,659,390,390,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Driver's licence"
+ }
+ },
+ "lng_passport_identity_license_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_license_upload",
+ "photo_url": "https://telegra.ph/file/p/09297b12b4c/b1f833e0f756d2e59ce541d.jpg?c=8,347,541,541,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your driver's license"
+ }
+ },
+ "lng_passport_identity_passport": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_passport",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=237,604,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Passport"
+ }
+ },
+ "lng_passport_identity_passport_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_passport_upload",
+ "photo_url": "https://telegra.ph/file/p/666e19f4eb8/20722a1459756550fb43d1d.jpg?c=21,605,710,710,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a scan of your passport"
+ }
+ },
+ "lng_passport_identity_selfie": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_selfie",
+ "photo_url": "https://telegra.ph/file/p/27ffa2c7a49/92860e650ebbb93b9d20b1d.jpg?c=19,386,487,487,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Take a selfie with your document"
+ }
+ },
+ "lng_passport_identity_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_identity_title",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=18,449,294,294,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Identity document"
+ }
+ },
+ "lng_passport_last_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_last_name",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=8,395,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Last name"
+ }
+ },
+ "lng_passport_link_sent": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_link_sent",
+ "photo_url": "https://telegra.ph/file/p/f1147ccee45/af318b65c2cd4f31a49121d.jpg?c=144,608,488,488,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "A confirmation link was sent to
{email}"
+ }
+ },
+ "lng_passport_main_page_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_main_page_description",
+ "photo_url": "https://telegra.ph/file/p/5f49ad92337/1d358dd66e8587dfe04ed1d.jpg?c=2,178,732,732,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of the main page of your document."
+ }
+ },
+ "lng_passport_main_page_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_main_page_name",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=146,270,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Scan"
+ }
+ },
+ "lng_passport_main_page_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_main_page_title",
+ "photo_url": "https://telegra.ph/file/p/5f49ad92337/1d358dd66e8587dfe04ed1d.jpg?c=107,163,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Main page"
+ }
+ },
+ "lng_passport_middle_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_middle_name",
+ "photo_url": "https://telegra.ph/file/p/bf10b8a2546/d64a767eb1c1160bcf24c1d.jpg?c=13,599,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Middle name"
+ }
+ },
+ "lng_passport_native_name_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_native_name_about",
+ "photo_url": "https://telegra.ph/file/p/bf10b8a2546/d64a767eb1c1160bcf24c1d.jpg?c=0,329,762,805,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name in the language of your country of residence (
{country})."
+ }
+ },
+ "lng_passport_native_name_language": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_native_name_language",
+ "photo_url": "https://telegra.ph/file/p/cde70396982/9d033c9e9ad571a4031211d.jpg?c=12,448,390,390,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name in
{language}"
+ }
+ },
+ "lng_passport_native_name_language_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_native_name_language_about",
+ "photo_url": "https://telegra.ph/file/p/cde70396982/9d033c9e9ad571a4031211d.jpg?c=0,325,768,814,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name in the language of your country of residence."
+ }
+ },
+ "lng_passport_native_name_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_native_name_title",
+ "photo_url": "https://telegra.ph/file/p/bf10b8a2546/d64a767eb1c1160bcf24c1d.jpg?c=11,390,449,449,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Name in country of residence"
+ }
+ },
+ "lng_passport_new_email": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_new_email",
+ "photo_url": "https://telegra.ph/file/p/a9dba47aaa3/188cedd0e92c95a10887c1d.jpg?c=26,291,325,325,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Or enter a new email"
+ }
+ },
+ "lng_passport_new_email_code": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_new_email_code",
+ "photo_url": "https://telegra.ph/file/p/a9dba47aaa3/188cedd0e92c95a10887c1d.jpg?c=0,211,780,787,278,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Note: You will receive a confirmation code to the email address you provide."
+ }
+ },
+ "lng_passport_new_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_new_phone",
+ "photo_url": "https://telegra.ph/file/p/9156e0d4505/80fea587ecad36cfa023a1d.jpg?c=17,369,720,720,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Or enter a new phone number"
+ }
+ },
+ "lng_passport_new_phone_code": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_new_phone_code",
+ "photo_url": "https://telegra.ph/file/p/9156e0d4505/80fea587ecad36cfa023a1d.jpg?c=0,301,1186,1250,266,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Note: You will receive a confirmation code on the phone number you provide."
+ }
+ },
+ "lng_passport_next": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_next",
+ "photo_url": "https://telegra.ph/file/p/3356330d762/f36c9e84eccc37cd52c731d.jpg?c=451,1322,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Next"
+ }
+ },
+ "lng_passport_or_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_or_title",
+ "photo_url": "https://telegra.ph/file/p/2fa3b298990/40df88792b505c6a82d6d1d.jpg?c=11,407,664,664,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{document} or
{second_document}"
+ }
+ },
+ "lng_passport_password_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_password_create",
+ "photo_url": "https://telegra.ph/file/p/bfba8759229/f67b0d24c083ca4b735171d.jpg?c=200,806,350,350,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create a password"
+ }
+ },
+ "lng_passport_password_placeholder": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_password_placeholder",
+ "photo_url": "https://telegra.ph/file/p/3356330d762/f36c9e84eccc37cd52c731d.jpg?c=246,813,355,355,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Your password"
+ }
+ },
+ "lng_passport_password_wrong": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_password_wrong",
+ "photo_url": "https://telegra.ph/file/p/fbe95e1507e/14178542fe9d92bfeffee1d.jpg?c=70,378,603,603,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "The password you entered is not valid."
+ }
+ },
+ "lng_passport_personal_details": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_personal_details",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=10,213,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Personal details"
+ }
+ },
+ "lng_passport_personal_details_enter": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_personal_details_enter",
+ "photo_url": "https://telegra.ph/file/p/f600f630f70/0ed543afe3df28b314d721d.jpg?c=13,426,395,395,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Fill in your personal details"
+ }
+ },
+ "lng_passport_phone_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_phone_description",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=15,580,394,394,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Enter your phone number"
+ }
+ },
+ "lng_passport_phone_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_phone_title",
+ "photo_url": "https://telegra.ph/file/p/03398c8644e/3cf24a973c619ac414d5e1d.jpg?c=17,627,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Phone number"
+ }
+ },
+ "lng_passport_policy": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_policy",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "
{bot} privacy policy"
+ }
+ },
+ "lng_passport_postcode": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_postcode",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=6,1315,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Postcode"
+ }
+ },
+ "lng_passport_request1": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_request1",
+ "photo_url": "https://telegra.ph/file/p/3356330d762/f36c9e84eccc37cd52c731d.jpg?c=7,258,1160,1160,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{bot} requests access to your personal data"
+ }
+ },
+ "lng_passport_request2": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_request2",
+ "photo_url": "https://telegra.ph/file/p/3356330d762/f36c9e84eccc37cd52c731d.jpg?c=197,482,764,764,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "to sign you up for their services"
+ }
+ },
+ "lng_passport_residence_country": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_residence_country",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=8,636,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Residence"
+ }
+ },
+ "lng_passport_restart": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_restart",
+ "photo_url": "https://telegra.ph/file/p/91a4a33a8e3/f86d6a665150ba64527ec1d.jpg?c=445,642,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Restart"
+ }
+ },
+ "lng_passport_restart_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_restart_sure",
+ "photo_url": "https://telegra.ph/file/p/91a4a33a8e3/f86d6a665150ba64527ec1d.jpg?c=49,279,657,657,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "An unexpected error has occurred. Perhaps some changes were made from a different Telegram application. Would you like to restart this authorization?"
+ }
+ },
+ "lng_passport_reupload_front_side": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_reupload_front_side",
+ "photo_url": "https://telegra.ph/file/p/d5785b0593a/10c119937fc817520f3f11d.jpg?c=8,184,585,585,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reupload a scan of the front side"
+ }
+ },
+ "lng_passport_reupload_main_page": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_reupload_main_page",
+ "photo_url": "https://telegra.ph/file/p/5f49ad92337/1d358dd66e8587dfe04ed1d.jpg?c=15,186,576,576,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reupload a scan of the main page"
+ }
+ },
+ "lng_passport_reupload_reverse_side": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_reupload_reverse_side",
+ "photo_url": "https://telegra.ph/file/p/d5785b0593a/10c119937fc817520f3f11d.jpg?c=8,352,609,609,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reupload a scan of the reverse side"
+ }
+ },
+ "lng_passport_reupload_selfie": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_reupload_selfie",
+ "photo_url": "https://telegra.ph/file/p/593a909c18c/4bc119510da93200af5381d.jpg?c=18,741,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Reupload selfie"
+ }
+ },
+ "lng_passport_reverse_side_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_reverse_side_description",
+ "photo_url": "https://telegra.ph/file/p/a4dd17beea7/78563e0bf13248c5209291d.jpg?c=0,299,756,756,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a photo of the reverse side of the document."
+ }
+ },
+ "lng_passport_reverse_side_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_reverse_side_title",
+ "photo_url": "https://telegra.ph/file/p/a4dd17beea7/78563e0bf13248c5209291d.jpg?c=115,426,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reverse side"
+ }
+ },
+ "lng_passport_save_value": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_save_value",
+ "photo_url": "https://telegra.ph/file/p/0e27ab9b367/c40748a512447c2ddd1611d.jpg?c=229,857,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Save"
+ }
+ },
+ "lng_passport_saving": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_saving",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Saving..."
+ }
+ },
+ "lng_passport_scan_index": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_scan_index",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=168,276,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Scan
{index}"
+ }
+ },
+ "lng_passport_scan_uploaded": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_scan_uploaded",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=164,253,638,638,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Uploaded on
{date}"
+ }
+ },
+ "lng_passport_scans_limit_reached": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_scans_limit_reached",
+ "photo_url": "https://telegra.ph/file/p/ec1a2d0acbd/6c717f3b93996bf229ad91d.jpg?c=26,249,685,685,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, that's too many scans for one document."
+ }
+ },
+ "lng_passport_selfie_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_selfie_description",
+ "photo_url": "https://telegra.ph/file/p/a4dd17beea7/78563e0bf13248c5209291d.jpg?c=0,329,776,828,262,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload a photo of yourself holding your document. Make sure the ID and your face are clearly visible."
+ }
+ },
+ "lng_passport_selfie_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_selfie_title",
+ "photo_url": "https://telegra.ph/file/p/593a909c18c/4bc119510da93200af5381d.jpg?c=89,624,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Selfie"
+ }
+ },
+ "lng_passport_state": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_state",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=4,1104,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "State"
+ }
+ },
+ "lng_passport_stop": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_stop",
+ "photo_url": "https://telegra.ph/file/p/39ad264c9da/cc53c3686c844c0beb17a1d.jpg?c=402,572,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Stop"
+ }
+ },
+ "lng_passport_stop_password_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_stop_password_sure",
+ "photo_url": "https://telegra.ph/file/p/e79be65b1fc/78f10a243dd57e46fb37c1d.jpg?c=49,274,664,664,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to cancel setting up your password?"
+ }
+ },
+ "lng_passport_stop_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_stop_sure",
+ "photo_url": "https://telegra.ph/file/p/39ad264c9da/cc53c3686c844c0beb17a1d.jpg?c=63,340,538,538,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to stop this authorization?"
+ }
+ },
+ "lng_passport_street": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_street",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=4,891,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Street"
+ }
+ },
+ "lng_passport_success": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_success",
+ "photo_url": "https://telegra.ph/file/p/5b95ce6820c/927eb11470419febe52731d.jpg?c=152,323,302,302,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Authorization successful!"
+ }
+ },
+ "lng_passport_sure_cancel": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_sure_cancel",
+ "photo_url": "https://telegra.ph/file/p/463db95be73/095df8180fa39572f9cd11d.jpg?c=62,281,639,639,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "If you continue, your changes will be lost."
+ }
+ },
+ "lng_passport_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_title",
+ "photo_url": "https://telegra.ph/file/p/3356330d762/f36c9e84eccc37cd52c731d.jpg?c=13,0,709,709,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram Passport"
+ }
+ },
+ "lng_passport_translation": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_translation",
+ "photo_url": "https://telegra.ph/file/p/507fdd9473f/b88b66871abe8e3ce905f1d.jpg?c=23,475,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Translation"
+ }
+ },
+ "lng_passport_translation_needed": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_translation_needed",
+ "photo_url": "https://telegra.ph/file/p/1aa2543c561/db89731768f3df3cc0dac1d.jpg?c=8,349,650,650,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add an English translation of your document"
+ }
+ },
+ "lng_passport_upload_document": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_document",
+ "photo_url": "https://telegra.ph/file/p/ee6411282f8/e357ad92d6c6bb9eff76b1d.jpg?c=504,1097,535,535,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload document"
+ }
+ },
+ "lng_passport_upload_front_side": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_front_side",
+ "photo_url": "https://telegra.ph/file/p/a4dd17beea7/78563e0bf13248c5209291d.jpg?c=13,192,552,552,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of the front side"
+ }
+ },
+ "lng_passport_upload_main_page": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_main_page",
+ "photo_url": "https://telegra.ph/file/p/b3ad53bbb6a/59c055474d04234efe50f1d.jpg?c=7,192,544,544,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of the main page"
+ }
+ },
+ "lng_passport_upload_more": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_more",
+ "photo_url": "https://telegra.ph/file/p/5fe33554aa9/427a46b21a4dd6c8d64251d.jpg?c=0,348,690,691,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Upload additional scans"
+ }
+ },
+ "lng_passport_upload_reverse_side": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_reverse_side",
+ "photo_url": "https://telegra.ph/file/p/5093276a7ec/1e78c7b5525322b96e26e1d.jpg?c=1,318,574,574,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload a scan of the reverse side"
+ }
+ },
+ "lng_passport_upload_scans": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_scans",
+ "photo_url": null,
+ "has_binding": true,
+ "values": {
+ "singular": "Upload scans"
+ }
+ },
+ "lng_passport_upload_selfie": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_upload_selfie",
+ "photo_url": "https://telegra.ph/file/p/4f7b9f6a9d6/cad6be778cab68b3a11571d.jpg?c=18,698,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Upload selfie"
+ }
+ },
+ "lng_passport_uploading": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_uploading",
+ "photo_url": null,
+ "has_binding": false,
+ "values": {
+ "singular": "Uploading..."
+ }
+ },
+ "lng_passport_use_existing": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_use_existing",
+ "photo_url": "https://telegra.ph/file/p/9156e0d4505/80fea587ecad36cfa023a1d.jpg?c=24,208,498,498,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "USE
{existing}"
+ }
+ },
+ "lng_passport_use_existing_email": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_use_existing_email",
+ "photo_url": "https://telegra.ph/file/p/a9dba47aaa3/188cedd0e92c95a10887c1d.jpg?c=13,130,646,646,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Use the same email address as on Telegram."
+ }
+ },
+ "lng_passport_use_existing_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_use_existing_phone",
+ "photo_url": "https://telegra.ph/file/p/9156e0d4505/80fea587ecad36cfa023a1d.jpg?c=5,188,1024,1024,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Use the same phone number as on Telegram."
+ }
+ },
+ "lng_passport_wait_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_passport_wait_upload",
+ "photo_url": "https://telegra.ph/file/p/69ffb2f29cb/0d7771806ffcf187efa1d1d.jpg?c=34,215,598,598,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please wait until the file has finished uploading."
+ }
+ },
+ "lng_signin_code": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_signin_code",
+ "photo_url": "https://telegra.ph/file/p/cb3f3efc8ee/a1e756f4ec1791981e3711d.jpg?c=85,469,308,308,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Code from the email"
+ }
+ },
+ "lng_signin_recover": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_signin_recover",
+ "photo_url": "https://telegra.ph/file/p/3356330d762/f36c9e84eccc37cd52c731d.jpg?c=381,1349,412,412,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Forgot password?"
+ }
+ },
+ "lng_signin_recover_hint": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_signin_recover_hint",
+ "photo_url": "https://telegra.ph/file/p/cb3f3efc8ee/a1e756f4ec1791981e3711d.jpg?c=58,276,615,615,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "We sent a code to
{recover_email}"
+ }
+ },
+ "lng_signin_recover_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/passport/lng_signin_recover_title",
+ "photo_url": "https://telegra.ph/file/p/cb3f3efc8ee/a1e756f4ec1791981e3711d.jpg?c=87,357,308,308,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Password reset"
+ }
}
}
\ No newline at end of file
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/private_chats.json b/data/web_tr/translations.telegram.org/en/tdesktop/private_chats.json
index 69ce7c4817..64ae6a3a77 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/private_chats.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/private_chats.json
@@ -1,54 +1,4 @@
{
- "lng_action_add_user": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_add_user",
- "photo_url": "https://telegra.ph/file/p/2846595d59d/be3f1f837c1db90ae42951d.jpg?c=917,775,283,283,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} added
{user}"
- }
- },
- "lng_action_changed_photo_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_changed_photo_channel",
- "photo_url": "https://telegra.ph/file/p/7318885566c/279da85f1ced9920f67da1d.jpg?c=875,599,363,363,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel photo updated"
- }
- },
- "lng_action_changed_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_changed_title",
- "photo_url": "https://telegra.ph/file/p/2846595d59d/be3f1f837c1db90ae42951d.jpg?c=710,489,669,669,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} changed group name to «
{title}»"
- }
- },
- "lng_action_created_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_created_channel",
- "photo_url": "https://telegra.ph/file/p/7318885566c/279da85f1ced9920f67da1d.jpg?c=914,594,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel created"
- }
- },
- "lng_action_game_score": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_game_score",
- "photo_url": "https://telegra.ph/file/p/53af064b042/bea034f35c3bf2966a7161d.jpg?c=870,706,434,434,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} scored
{count} in
{game}",
- "plural": "
{from} scored
{count} in
{game}"
- }
- },
- "lng_action_game_you_scored": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_game_you_scored",
- "photo_url": "https://telegra.ph/file/p/8c8f6f0665a/a1bd767659f21c2783bf71d.jpg?c=844,708,420,420,280,280",
- "has_binding": true,
- "values": {
- "singular": "You scored
{count} in
{game}",
- "plural": "You scored
{count} in
{game}"
- }
- },
"lng_action_gift_received": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_gift_received",
"photo_url": "https://telegra.ph/file/p/2eed9d0f0af/4d8e20e974ce152998ad617.jpg?c=85,437,429,429,280,280",
@@ -57,22 +7,6 @@
"singular": "
{user} sent you a gift for
{cost}"
}
},
- "lng_action_group_migrate": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_group_migrate",
- "photo_url": "https://telegra.ph/file/p/07ae67cfbb4/2a81c009375cf37c8d08a1d.jpg?c=757,534,623,623,280,280",
- "has_binding": false,
- "values": {
- "singular": "The group was upgraded to a supergroup"
- }
- },
- "lng_action_kick_user": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_kick_user",
- "photo_url": "https://telegra.ph/file/p/2846595d59d/be3f1f837c1db90ae42951d.jpg?c=894,684,324,324,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed
{user}"
- }
- },
"lng_action_payment_init_recurring_for": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_payment_init_recurring_for",
"photo_url": "https://telegra.ph/file/p/f8cce6832ca/3662779c2603a0c02ec6617.jpg?c=0,0,600,283,262,124",
@@ -89,110 +23,6 @@
"singular": "You were charged
{amount} via recurring payment"
}
},
- "lng_action_pinned_media": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media",
- "photo_url": "https://telegra.ph/file/p/0fafd73389b/fe51abe706864343ab2081d.jpg?c=857,714,419,419,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} pinned
{media}"
- }
- },
- "lng_action_pinned_media_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_audio",
- "photo_url": "https://telegra.ph/file/p/4f9b9fa481b/1837ad3f0dd299d66f9971d.jpg?c=987,832,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "an audio file"
- }
- },
- "lng_action_pinned_media_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_contact",
- "photo_url": "https://telegra.ph/file/p/8db56e66f34/d05b2fae14685579065b91d.jpg?c=801,608,538,538,280,280",
- "has_binding": false,
- "values": {
- "singular": "a contact information"
- }
- },
- "lng_action_pinned_media_emoji_sticker": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_emoji_sticker",
- "photo_url": "https://telegra.ph/file/p/1ae2cab57c6/181bea97f39cc258aba961d.jpg?c=858,731,397,397,280,280",
- "has_binding": false,
- "values": {
- "singular": "a
{emoji} sticker"
- }
- },
- "lng_action_pinned_media_file": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_file",
- "photo_url": "https://telegra.ph/file/p/5258610d9e4/dee47f62e181ae521855c1d.jpg?c=962,831,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "a file"
- }
- },
- "lng_action_pinned_media_game": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_game",
- "photo_url": "https://telegra.ph/file/p/69820844147/9b615a9fab2c5d6ca4eec1d.jpg?c=953,754,370,370,280,280",
- "has_binding": false,
- "values": {
- "singular": "the game «
{game}»"
- }
- },
- "lng_action_pinned_media_gif": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_gif",
- "photo_url": "https://telegra.ph/file/p/a7be7578e96/43ebba8fe4e650755a47f1d.jpg?c=995,772,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "a GIF"
- }
- },
- "lng_action_pinned_media_location": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_location",
- "photo_url": "https://telegra.ph/file/p/b4cc13c4436/2c81f31a3df7355c2ffed1d.jpg?c=1012,843,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "a location mark"
- }
- },
- "lng_action_pinned_media_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_photo",
- "photo_url": "https://telegra.ph/file/p/02fc0d17169/ce3787eb03dcb6f3ba5791d.jpg?c=887,773,357,357,280,280",
- "has_binding": false,
- "values": {
- "singular": "a photo"
- }
- },
- "lng_action_pinned_media_sticker": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_sticker",
- "photo_url": "https://telegra.ph/file/p/9c89365bfcc/e2ab2428f33eba822d7b51d.jpg?c=877,419,398,398,280,280",
- "has_binding": false,
- "values": {
- "singular": "a sticker"
- }
- },
- "lng_action_pinned_media_video": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_video",
- "photo_url": "https://telegra.ph/file/p/a7be7578e96/43ebba8fe4e650755a47f1d.jpg?c=972,362,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "a video"
- }
- },
- "lng_action_pinned_media_video_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_video_message",
- "photo_url": "https://telegra.ph/file/p/d77d13a4eaf/17a6324f929fca864604e1d.jpg?c=998,724,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "a video message"
- }
- },
- "lng_action_pinned_media_voice": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_media_voice",
- "photo_url": "https://telegra.ph/file/p/20c5c8d7935/0427c40ce6a78083207cf1d.jpg?c=824,677,458,458,280,280",
- "has_binding": false,
- "values": {
- "singular": "a voice message"
- }
- },
"lng_action_pinned_message": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_pinned_message",
"photo_url": "https://telegra.ph/file/p/8eb898525f2/057aee55f21d6f97ca1d31d.jpg?c=868,750,375,375,280,280",
@@ -201,39 +31,6 @@
"singular": "
{from} pinned \"
{text}\""
}
},
- "lng_action_proximity_distance_m": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_proximity_distance_m",
- "photo_url": "https://telegra.ph/file/p/47b9a2c8523/37025e6ddf505d1a752fe16.jpg?c=21,52,279,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} meter",
- "plural": "
{count} meters"
- }
- },
- "lng_action_proximity_reached_you": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_proximity_reached_you",
- "photo_url": "https://telegra.ph/file/p/47b9a2c8523/37025e6ddf505d1a752fe16.jpg?c=21,55,279,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} is now within
{distance} from you"
- }
- },
- "lng_action_removed_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_removed_photo",
- "photo_url": "https://telegra.ph/file/p/ce94e0bec0b/aca687b1f10e17bf88a2e1d.jpg?c=831,683,454,454,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed group photo"
- }
- },
- "lng_action_removed_photo_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_removed_photo_channel",
- "photo_url": "https://telegra.ph/file/p/5c3456182be/c82f083926fabe348e8631d.jpg?c=870,753,372,372,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel photo removed"
- }
- },
"lng_action_set_chat_intro": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_set_chat_intro",
"photo_url": "https://telegra.ph/file/p/6081fa918d4/8483202f827210761dcd417.jpg?c=65,147,526,526,280,280",
@@ -298,54 +95,6 @@
"singular": "Remove"
}
},
- "lng_action_took_screenshot": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_took_screenshot",
- "photo_url": "https://telegra.ph/file/p/6869ab9f1c2/77413f0231ee9bc9d14251d.jpg?c=867,652,370,370,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} took a screenshot!"
- }
- },
- "lng_action_user_joined": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_user_joined",
- "photo_url": "https://telegra.ph/file/p/ce94e0bec0b/aca687b1f10e17bf88a2e1d.jpg?c=882,728,341,341,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} joined the group"
- }
- },
- "lng_action_user_joined_by_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_user_joined_by_link",
- "photo_url": "https://telegra.ph/file/p/345a9943708/ff22d16dfab59323a67741d.jpg?c=800,602,544,544,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} joined the group via invite link"
- }
- },
- "lng_action_user_left": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_user_left",
- "photo_url": "https://telegra.ph/file/p/ce94e0bec0b/aca687b1f10e17bf88a2e1d.jpg?c=898,679,343,343,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} left the group"
- }
- },
- "lng_action_you_joined": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_you_joined",
- "photo_url": "https://telegra.ph/file/p/4852884dd7b/3d12edb261dc2bbb6a4bf1d.jpg?c=857,749,389,389,280,280",
- "has_binding": true,
- "values": {
- "singular": "You joined this channel"
- }
- },
- "lng_action_you_took_screenshot": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_action_you_took_screenshot",
- "photo_url": "https://telegra.ph/file/p/6869ab9f1c2/77413f0231ee9bc9d14251d.jpg?c=874,772,353,353,280,280",
- "has_binding": true,
- "values": {
- "singular": "You took a screenshot!"
- }
- },
"lng_add_tag_about": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_add_tag_about",
"photo_url": "https://telegra.ph/file/p/cd0d5714d7d/a8831282afd713594033817.jpg?c=252,168,280,280,280,280",
@@ -378,14 +127,6 @@
"singular": "to your Saved Messages
{arrow}"
}
},
- "lng_admin_log_about": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_about",
- "photo_url": "https://telegra.ph/file/p/374a798c8d7/defc51fb9ad437db9f4b91d.jpg?c=910,905,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "What is this?"
- }
- },
"lng_admin_log_about_text": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_about_text",
"photo_url": "https://telegra.ph/file/p/f74e48c006f/8663c619087719d89f99a1d.jpg?c=472,260,646,646,280,280",
@@ -394,230 +135,6 @@
"singular": "This is a list of all notable actions by group members and admins in the last 48 hours."
}
},
- "lng_admin_log_admin_add_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_add_admins",
- "photo_url": "https://telegra.ph/file/p/6606aedf18c/f9221a33d9c32ec5c89c01d.jpg?c=637,232,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add new admins"
- }
- },
- "lng_admin_log_admin_ban_users": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_ban_users",
- "photo_url": "https://telegra.ph/file/p/6606aedf18c/f9221a33d9c32ec5c89c01d.jpg?c=597,319,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ban users"
- }
- },
- "lng_admin_log_admin_change_info": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_change_info",
- "photo_url": "https://telegra.ph/file/p/6606aedf18c/f9221a33d9c32ec5c89c01d.jpg?c=611,262,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Change info"
- }
- },
- "lng_admin_log_admin_delete_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_delete_messages",
- "photo_url": "https://telegra.ph/file/p/6606aedf18c/f9221a33d9c32ec5c89c01d.jpg?c=636,291,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete messages"
- }
- },
- "lng_admin_log_admin_edit_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_edit_messages",
- "photo_url": "https://telegra.ph/file/p/0407186fe6b/06dfbcedd5214a7d5eb5c1d.jpg?c=620,626,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit messages"
- }
- },
- "lng_admin_log_admin_invite_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_invite_link",
- "photo_url": "https://telegra.ph/file/p/6606aedf18c/f9221a33d9c32ec5c89c01d.jpg?c=639,342,295,295,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite users via link"
- }
- },
- "lng_admin_log_admin_pin_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_pin_messages",
- "photo_url": "https://telegra.ph/file/p/6606aedf18c/f9221a33d9c32ec5c89c01d.jpg?c=619,378,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pin messages"
- }
- },
- "lng_admin_log_admin_post_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_admin_post_messages",
- "photo_url": "https://telegra.ph/file/p/0407186fe6b/06dfbcedd5214a7d5eb5c1d.jpg?c=627,595,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Post messages"
- }
- },
- "lng_admin_log_banned": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_banned",
- "photo_url": "https://telegra.ph/file/p/e884c9797b7/be6cf45db8cb44a212d1e1d.jpg?c=667,673,459,459,280,280",
- "has_binding": false,
- "values": {
- "singular": "banned
{user}"
- }
- },
- "lng_admin_log_changed_description_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_description_channel",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=883,98,416,416,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} edited channel description:"
- }
- },
- "lng_admin_log_changed_description_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_description_group",
- "photo_url": "https://telegra.ph/file/p/1e6469a34ab/24fc43ac71a087a6576991d.jpg?c=813,419,478,478,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} edited group description:"
- }
- },
- "lng_admin_log_changed_link_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_link_channel",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=926,564,335,335,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} changed channel link:"
- }
- },
- "lng_admin_log_changed_link_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_link_group",
- "photo_url": "https://telegra.ph/file/p/e884c9797b7/be6cf45db8cb44a212d1e1d.jpg?c=878,416,397,397,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} changed group link:"
- }
- },
- "lng_admin_log_changed_photo_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_photo_channel",
- "photo_url": "https://telegra.ph/file/p/eeebfa524ed/269155180b02b0cab94ff1d.jpg?c=825,77,454,454,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} changed channel photo"
- }
- },
- "lng_admin_log_changed_photo_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_photo_group",
- "photo_url": "https://telegra.ph/file/p/1e6469a34ab/24fc43ac71a087a6576991d.jpg?c=841,198,424,424,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} changed group photo"
- }
- },
- "lng_admin_log_changed_title_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_title_channel",
- "photo_url": "https://telegra.ph/file/p/2454fde4b8e/69dbce81ce4cf0e78835a1d.jpg?c=681,77,722,722,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} changed channel name to «
{title}»"
- }
- },
- "lng_admin_log_changed_title_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_changed_title_group",
- "photo_url": "https://telegra.ph/file/p/1e6469a34ab/24fc43ac71a087a6576991d.jpg?c=687,252,710,710,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} changed group name to «
{title}»"
- }
- },
- "lng_admin_log_deleted_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_deleted_message",
- "photo_url": "https://telegra.ph/file/p/9c89365bfcc/e2ab2428f33eba822d7b51d.jpg?c=893,381,365,365,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} deleted message:"
- }
- },
- "lng_admin_log_edited_caption": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_edited_caption",
- "photo_url": "https://telegra.ph/file/p/7979411a772/51bbfd034e140af8802c91d.jpg?c=886,157,386,386,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} edited caption:"
- }
- },
- "lng_admin_log_edited_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_edited_message",
- "photo_url": "https://telegra.ph/file/p/8d349d1786a/0e9c0ac664a4307c1caff1d.jpg?c=879,300,369,369,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} edited message:"
- }
- },
- "lng_admin_log_empty_text": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_empty_text",
- "photo_url": "https://telegra.ph/file/p/7979411a772/51bbfd034e140af8802c91d.jpg?c=589,831,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Empty"
- }
- },
- "lng_admin_log_filter": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter",
- "photo_url": "https://telegra.ph/file/p/e884c9797b7/be6cf45db8cb44a212d1e1d.jpg?c=1294,22,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Filter"
- }
- },
- "lng_admin_log_filter_admins_new": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_admins_new",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=508,257,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Admin rights"
- }
- },
- "lng_admin_log_filter_all_actions": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_all_actions",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=498,195,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "All actions"
- }
- },
- "lng_admin_log_filter_all_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_all_admins",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=524,603,346,346,280,280",
- "has_binding": false,
- "values": {
- "singular": "All users and admins"
- }
- },
- "lng_admin_log_filter_info_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_info_channel",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=508,379,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Channel info"
- }
- },
- "lng_admin_log_filter_info_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_info_group",
- "photo_url": "https://telegra.ph/file/p/5272fb4eaa6/30d4f88513c92dd61edff1d.jpg?c=495,360,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group info"
- }
- },
- "lng_admin_log_filter_members_new": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_members_new",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=518,318,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "New members"
- }
- },
"lng_admin_log_filter_members_removed": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_members_removed",
"photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=531,562,286,286,280,280",
@@ -626,270 +143,6 @@
"singular": "Members leaving"
}
},
- "lng_admin_log_filter_messages_deleted": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_messages_deleted",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=531,437,292,292,280,280",
- "has_binding": false,
- "values": {
- "singular": "Deleted messages"
- }
- },
- "lng_admin_log_filter_messages_edited": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_messages_edited",
- "photo_url": "https://telegra.ph/file/p/bde25f17757/85ad8e96f1b746587aeea1d.jpg?c=529,504,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edited messages"
- }
- },
- "lng_admin_log_filter_messages_pinned": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_messages_pinned",
- "photo_url": "https://telegra.ph/file/p/5272fb4eaa6/30d4f88513c92dd61edff1d.jpg?c=527,544,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pinned messages"
- }
- },
- "lng_admin_log_filter_restrictions": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_restrictions",
- "photo_url": "https://telegra.ph/file/p/5272fb4eaa6/30d4f88513c92dd61edff1d.jpg?c=522,175,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "New restrictions"
- }
- },
- "lng_admin_log_filter_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_filter_title",
- "photo_url": "https://telegra.ph/file/p/5272fb4eaa6/30d4f88513c92dd61edff1d.jpg?c=417,36,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Filter"
- }
- },
- "lng_admin_log_invited": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_invited",
- "photo_url": "https://telegra.ph/file/p/1e6469a34ab/24fc43ac71a087a6576991d.jpg?c=600,170,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "invited
{user}"
- }
- },
- "lng_admin_log_invites_disabled": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_invites_disabled",
- "photo_url": "https://telegra.ph/file/p/8d349d1786a/0e9c0ac664a4307c1caff1d.jpg?c=925,728,340,340,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} disabled group invites"
- }
- },
- "lng_admin_log_invites_enabled": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_invites_enabled",
- "photo_url": "https://telegra.ph/file/p/8d349d1786a/0e9c0ac664a4307c1caff1d.jpg?c=925,786,337,337,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} enabled group invites"
- }
- },
- "lng_admin_log_no_results_search_text": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_no_results_search_text",
- "photo_url": "https://telegra.ph/file/p/4f8be222583/4ce0dc5ff5c6c6cceb1d31d.jpg?c=795,288,510,510,280,280",
- "has_binding": true,
- "values": {
- "singular": "No recent actions that contain '
{query}' have been found."
- }
- },
- "lng_admin_log_no_results_text": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_no_results_text",
- "photo_url": "https://telegra.ph/file/p/374a798c8d7/defc51fb9ad437db9f4b91d.jpg?c=802,293,500,500,280,280",
- "has_binding": true,
- "values": {
- "singular": "No recent actions that match your query were found."
- }
- },
- "lng_admin_log_no_results_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_no_results_title",
- "photo_url": "https://telegra.ph/file/p/4f8be222583/4ce0dc5ff5c6c6cceb1d31d.jpg?c=914,315,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "No actions found"
- }
- },
- "lng_admin_log_participant_joined_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_participant_joined_channel",
- "photo_url": "https://telegra.ph/file/p/0407186fe6b/06dfbcedd5214a7d5eb5c1d.jpg?c=865,726,411,411,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} joined the channel"
- }
- },
- "lng_admin_log_participant_left": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_participant_left",
- "photo_url": "https://telegra.ph/file/p/b0577540e96/a9faadd37dd30a6283fdf1d.jpg?c=843,700,439,439,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} left the group"
- }
- },
- "lng_admin_log_participant_left_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_participant_left_channel",
- "photo_url": "https://telegra.ph/file/p/0407186fe6b/06dfbcedd5214a7d5eb5c1d.jpg?c=889,716,363,363,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} left the channel"
- }
- },
- "lng_admin_log_pinned_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_pinned_message",
- "photo_url": "https://telegra.ph/file/p/4141f3ac896/adf3277099364724fb2ab1d.jpg?c=878,328,356,356,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} pinned message:"
- }
- },
- "lng_admin_log_previous_caption": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_previous_caption",
- "photo_url": "https://telegra.ph/file/p/2454fde4b8e/69dbce81ce4cf0e78835a1d.jpg?c=638,794,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Original caption"
- }
- },
- "lng_admin_log_previous_description": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_previous_description",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=649,419,315,315,280,280",
- "has_binding": true,
- "values": {
- "singular": "Previous description"
- }
- },
- "lng_admin_log_previous_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_previous_link",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=621,730,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Previous link"
- }
- },
- "lng_admin_log_previous_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_previous_message",
- "photo_url": "https://telegra.ph/file/p/8d349d1786a/0e9c0ac664a4307c1caff1d.jpg?c=645,465,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Original message"
- }
- },
- "lng_admin_log_promoted": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_promoted",
- "photo_url": "https://telegra.ph/file/p/e884c9797b7/be6cf45db8cb44a212d1e1d.jpg?c=643,170,662,662,280,280",
- "has_binding": true,
- "values": {
- "singular": "changed privileges for
{user}"
- }
- },
- "lng_admin_log_removed_caption": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_removed_caption",
- "photo_url": "https://telegra.ph/file/p/2454fde4b8e/69dbce81ce4cf0e78835a1d.jpg?c=875,199,359,359,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed caption"
- }
- },
- "lng_admin_log_removed_description_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_removed_description_channel",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=865,265,468,468,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed channel description"
- }
- },
- "lng_admin_log_removed_description_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_removed_description_group",
- "photo_url": "https://telegra.ph/file/p/1e6469a34ab/24fc43ac71a087a6576991d.jpg?c=787,501,537,537,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed group description"
- }
- },
- "lng_admin_log_removed_link_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_removed_link_channel",
- "photo_url": "https://telegra.ph/file/p/0f92d7a4a18/17ed1a082fbfa9b6caa1b1d.jpg?c=772,445,551,551,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed channel link"
- }
- },
- "lng_admin_log_removed_link_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_removed_link_group",
- "photo_url": "https://telegra.ph/file/p/e884c9797b7/be6cf45db8cb44a212d1e1d.jpg?c=876,552,398,398,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed group link"
- }
- },
- "lng_admin_log_removed_photo_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_removed_photo_channel",
- "photo_url": "https://telegra.ph/file/p/0f92d7a4a18/17ed1a082fbfa9b6caa1b1d.jpg?c=817,636,512,512,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} removed channel photo"
- }
- },
- "lng_admin_log_restricted_until": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_restricted_until",
- "photo_url": "https://telegra.ph/file/p/bcd5d6bcd26/9d4430f3334ed3a03a0ad1d.jpg?c=985,692,309,309,280,280",
- "has_binding": false,
- "values": {
- "singular": "until
{date}"
- }
- },
- "lng_admin_log_signatures_disabled": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_signatures_disabled",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=945,528,302,302,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} disabled signatures"
- }
- },
- "lng_admin_log_signatures_enabled": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_signatures_enabled",
- "photo_url": "https://telegra.ph/file/p/aca62e0c580/f1dcb33722009be18d0791d.jpg?c=946,267,299,299,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{from} enabled signatures"
- }
- },
- "lng_admin_log_title_all": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_title_all",
- "photo_url": "https://telegra.ph/file/p/e884c9797b7/be6cf45db8cb44a212d1e1d.jpg?c=595,22,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "All actions"
- }
- },
- "lng_admin_log_title_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_title_selected",
- "photo_url": "https://telegra.ph/file/p/374a798c8d7/defc51fb9ad437db9f4b91d.jpg?c=570,21,299,299,280,280",
- "has_binding": false,
- "values": {
- "singular": "Selected actions"
- }
- },
- "lng_admin_log_unpinned_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_admin_log_unpinned_message",
- "photo_url": "https://telegra.ph/file/p/9c89365bfcc/e2ab2428f33eba822d7b51d.jpg?c=888,753,376,376,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} unpinned message"
- }
- },
- "lng_archived_added": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_archived_added",
- "photo_url": "https://telegra.ph/file/p/27c08ff4010/58b967d93164f500cf5881d.jpg?c=911,447,733,733,280,280",
- "has_binding": true,
- "values": {
- "singular": "Chat archived.
Muted chats stay archived when new messages arrive."
- }
- },
"lng_background_apply1": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_background_apply1",
"photo_url": "https://telegra.ph/file/p/66e9c12e350/70b4c3eb7e0a2e673977517.jpg?c=76,330,313,313,280,280",
@@ -986,78 +239,6 @@
"singular": "Ban User"
}
},
- "lng_banned_list_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_banned_list_title",
- "photo_url": "https://telegra.ph/file/p/bcde5c4e44c/4d72136d0b60ec0459bbd1d.jpg?c=463,37,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Banned users"
- }
- },
- "lng_blocked_list_unknown_phone": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_blocked_list_unknown_phone",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "unknown phone number"
- }
- },
- "lng_bot_choose_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_bot_choose_group",
- "photo_url": "https://telegra.ph/file/p/64827f054b6/d8158f9de19ca579059261d.jpg?c=459,34,294,294,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select a Group"
- }
- },
- "lng_bot_description": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_bot_description",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=628,367,335,335,280,280",
- "has_binding": false,
- "values": {
- "singular": "What can this bot do?"
- }
- },
- "lng_bot_groups_not_found": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_bot_groups_not_found",
- "photo_url": "https://telegra.ph/file/p/2590ade8018/883b735933022f4c6d5101d.jpg?c=660,298,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "No groups found"
- }
- },
- "lng_bot_no_groups": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_bot_no_groups",
- "photo_url": "https://telegra.ph/file/p/64827f054b6/d8158f9de19ca579059261d.jpg?c=637,283,324,324,280,280",
- "has_binding": false,
- "values": {
- "singular": "You have no groups"
- }
- },
- "lng_bot_start": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_bot_start",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=894,907,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Start"
- }
- },
- "lng_bot_sure_invite": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_bot_sure_invite",
- "photo_url": "https://telegra.ph/file/p/f2fca0c4687/8dc334ac5c231a972be461d.jpg?c=489,361,437,437,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add the bot to «
{group}»?"
- }
- },
- "lng_box_remove": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_box_remove",
- "photo_url": "https://telegra.ph/file/p/8caef1d753a/5a3665c56633a9cc429461d.jpg?c=903,217,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove"
- }
- },
"lng_calendar_days": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_calendar_days",
"photo_url": "https://telegra.ph/file/p/35e74799fb7/5b7ea627ed4a52bb5b40a17.jpg?c=9,14,280,280,280,280",
@@ -1091,22 +272,6 @@
"singular": "Press and hold to jump to the start."
}
},
- "lng_call_box_status_yesterday": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_box_status_yesterday",
- "photo_url": "https://telegra.ph/file/p/0e849f33e39/224d6eeedbb5f39d4d2781d.jpg?c=618,161,281,281,280,280",
- "has_binding": false,
- "values": {
- "singular": "yesterday at
{time}"
- }
- },
- "lng_call_declined": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_declined",
- "photo_url": "https://telegra.ph/file/p/c665904be92/c67146d3219963f1842581d.jpg?c=508,718,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Declined call"
- }
- },
"lng_call_error_not_available": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_error_not_available",
"photo_url": "https://telegra.ph/file/p/51302af3ef2/013980d39ebec8a156ccf16.jpg?c=9,49,280,280,280,280",
@@ -1123,30 +288,6 @@
"singular": "If the emoji on
{user}'s screen are the same, this call is 100% secure"
}
},
- "lng_call_outgoing": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_outgoing",
- "photo_url": "https://telegra.ph/file/p/c665904be92/c67146d3219963f1842581d.jpg?c=1030,827,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Outgoing call"
- }
- },
- "lng_call_status_connecting": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_status_connecting",
- "photo_url": "https://telegra.ph/file/p/9f8601d5882/d65155386141879837fe01d.jpg?c=672,642,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "connecting..."
- }
- },
- "lng_call_status_failed": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_status_failed",
- "photo_url": "https://telegra.ph/file/p/fed6862a330/65d7f103c0d84e530407a1d.jpg?c=1061,1084,283,283,280,280",
- "has_binding": true,
- "values": {
- "singular": "failed to connect"
- }
- },
"lng_call_video_cancelled": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_video_cancelled",
"photo_url": "https://telegra.ph/file/p/6b2185df682/494c82ccad76be946b50316.jpg?c=14,46,280,280,280,280",
@@ -1155,152 +296,6 @@
"singular": "Canceled video call"
}
},
- "lng_call_video_declined": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_video_declined",
- "photo_url": "https://telegra.ph/file/p/6b2185df682/494c82ccad76be946b50316.jpg?c=4,62,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Declined video call"
- }
- },
- "lng_call_video_incoming": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_video_incoming",
- "photo_url": "https://telegra.ph/file/p/6b2185df682/494c82ccad76be946b50316.jpg?c=4,36,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Incoming video call"
- }
- },
- "lng_call_video_missed": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_video_missed",
- "photo_url": "https://telegra.ph/file/p/6b2185df682/494c82ccad76be946b50316.jpg?c=4,16,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Missed video call"
- }
- },
- "lng_call_video_outgoing": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_call_video_outgoing",
- "photo_url": "https://telegra.ph/file/p/6b2185df682/494c82ccad76be946b50316.jpg?c=14,26,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Outgoing video call"
- }
- },
- "lng_cant_invite_not_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_cant_invite_not_contact",
- "photo_url": "https://telegra.ph/file/p/9f22543acf8/d3579aa276fc0cbd484301d.jpg?c=473,269,627,627,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, you can only add mutual contacts
to groups at the moment.
{more_info}"
- }
- },
- "lng_cant_send_to_not_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_cant_send_to_not_contact",
- "photo_url": "https://telegra.ph/file/p/9e7cbbff71f/427fc6992467c1e10cde11d.jpg?c=477,288,588,588,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, you can only send messages to
mutual contacts at the moment.
{more_info}"
- }
- },
- "lng_channel_add_banned": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_add_banned",
- "photo_url": "https://telegra.ph/file/p/bcde5c4e44c/4d72136d0b60ec0459bbd1d.jpg?c=429,886,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Ban user"
- }
- },
- "lng_channel_add_members": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_add_members",
- "photo_url": "https://telegra.ph/file/p/8caef1d753a/5a3665c56633a9cc429461d.jpg?c=450,884,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add members"
- }
- },
- "lng_channel_add_restricted": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_add_restricted",
- "photo_url": "https://telegra.ph/file/p/f65a44b81b6/a3c830c33a3e869989c3d1d.jpg?c=451,886,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Restrict user"
- }
- },
- "lng_channel_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_admins",
- "photo_url": "https://telegra.ph/file/p/439e01150c9/e2130bd67f592f68af5461d.jpg?c=458,31,305,305,280,280",
- "has_binding": false,
- "values": {
- "singular": "Administrators"
- }
- },
- "lng_channel_admins_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_admins_link",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=577,704,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} administrator",
- "plural": "
{count} administrators"
- }
- },
- "lng_channel_members_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_members_link",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=779,133,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} member",
- "plural": "
{count} members"
- }
- },
- "lng_channel_mute": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_mute",
- "photo_url": "https://telegra.ph/file/p/4852884dd7b/3d12edb261dc2bbb6a4bf1d.jpg?c=894,907,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Mute"
- }
- },
- "lng_channel_public_link_copied": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_public_link_copied",
- "photo_url": "https://telegra.ph/file/p/ed31e013810/24255582418648387ed481d.jpg?c=622,424,353,353,280,280",
- "has_binding": false,
- "values": {
- "singular": "Link copied to clipboard."
- }
- },
- "lng_channel_unmute": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_channel_unmute",
- "photo_url": "https://telegra.ph/file/p/6e470ababec/0161a3947eef757f05e9d1d.jpg?c=899,907,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unmute"
- }
- },
- "lng_chat_about_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_chat_about_admins",
- "photo_url": "https://telegra.ph/file/p/439e01150c9/e2130bd67f592f68af5461d.jpg?c=412,135,731,731,280,280",
- "has_binding": false,
- "values": {
- "singular": "Group admins can add and remove members, edit name and photo of the group."
- }
- },
- "lng_chat_about_all_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_chat_about_all_admins",
- "photo_url": "https://telegra.ph/file/p/2d568d06fd8/465f54c4e20689c82c77c1d.jpg?c=411,95,739,739,280,280",
- "has_binding": false,
- "values": {
- "singular": "Group members can add new members, edit name and photo of the group."
- }
- },
- "lng_chat_all_members_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_chat_all_members_admins",
- "photo_url": "https://telegra.ph/file/p/439e01150c9/e2130bd67f592f68af5461d.jpg?c=504,167,394,394,280,280",
- "has_binding": false,
- "values": {
- "singular": "All Members Are Admins"
- }
- },
"lng_chat_theme_apply": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_chat_theme_apply",
"photo_url": "https://telegra.ph/file/p/69907225067/6d9a9d942c3a14c05fc2616.jpg?c=17,82,280,277,280,278",
@@ -1533,86 +528,6 @@
"singular": "Message"
}
},
- "lng_context_cancel_download": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_cancel_download",
- "photo_url": "https://telegra.ph/file/p/9076d027aa1/e0594fa1e14d93066f5121d.jpg?c=950,759,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Cancel Download"
- }
- },
- "lng_context_cancel_upload": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_cancel_upload",
- "photo_url": "https://telegra.ph/file/p/4082c11aa81/d8c6a6a630c7f38d9673b1d.jpg?c=866,813,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel Upload"
- }
- },
- "lng_context_clear_selection": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_clear_selection",
- "photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=1039,492,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Clear Selection"
- }
- },
- "lng_context_copy_email": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_email",
- "photo_url": "https://telegra.ph/file/p/427a8ea3e3c/05bc9ba1586a0aed267cd20.jpg?c=999,391,296,296,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Email Address"
- }
- },
- "lng_context_copy_hashtag": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_hashtag",
- "photo_url": "https://telegra.ph/file/p/e42dc13e829/a174942d5b5eee52c5f8a1d.jpg?c=996,339,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Hashtag"
- }
- },
- "lng_context_copy_image": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_image",
- "photo_url": "https://telegra.ph/file/p/11abd758042/46aa3f213a8c897ae4f651d.jpg?c=926,498,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Image"
- }
- },
- "lng_context_copy_mention": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_mention",
- "photo_url": "https://telegra.ph/file/p/c22568f20bc/8df53554b88ce80521c291d.jpg?c=811,512,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Username"
- }
- },
- "lng_context_copy_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_selected",
- "photo_url": "https://telegra.ph/file/p/635748d75aa/bb1ed7a1a01d8e84dd4951d.jpg?c=883,659,284,284,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Selected Text"
- }
- },
- "lng_context_copy_selected_items": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_selected_items",
- "photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=1070,319,322,322,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Selected as Text"
- }
- },
- "lng_context_copy_text": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_copy_text",
- "photo_url": "https://telegra.ph/file/p/4c2b85946bc/0fbf9179213ec4174f7fa1d.jpg?c=715,466,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Copy Text"
- }
- },
"lng_context_delete_gif": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_delete_gif",
"photo_url": "https://telegra.ph/file/p/4d34bc097e7/5be7703c10a84b0febe5f16.jpg?c=9,37,280,280,280,280",
@@ -1629,22 +544,6 @@
"singular": "Delete"
}
},
- "lng_context_delete_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_delete_selected",
- "photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=1045,439,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete Selected"
- }
- },
- "lng_context_edit_msg": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_edit_msg",
- "photo_url": "https://telegra.ph/file/p/11abd758042/46aa3f213a8c897ae4f651d.jpg?c=869,336,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit"
- }
- },
"lng_context_filter_by_tag": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_filter_by_tag",
"photo_url": "https://telegra.ph/file/p/7b37d265fa1/ab24dbbcb412a5b56a41717.jpg?c=144,410,280,280,280,280",
@@ -1661,30 +560,6 @@
"singular": "Forward"
}
},
- "lng_context_forward_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_forward_selected",
- "photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=1062,386,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forward Selected"
- }
- },
- "lng_context_pack_add": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_pack_add",
- "photo_url": "https://telegra.ph/file/p/d6b6eebb6bd/9cacbf1cecaf6d9005cb81d.jpg?c=868,615,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add Stickers"
- }
- },
- "lng_context_pack_info": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_pack_info",
- "photo_url": "https://telegra.ph/file/p/3f8bcc75b30/fdf07791d71b72d4779281d.jpg?c=823,607,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "View Sticker Set"
- }
- },
"lng_context_pin_msg": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_pin_msg",
"photo_url": "https://telegra.ph/file/p/d6b6eebb6bd/9cacbf1cecaf6d9005cb81d.jpg?c=870,564,280,280,280,280",
@@ -1709,22 +584,6 @@
"singular": "Remove Tag"
}
},
- "lng_context_reply_msg": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_reply_msg",
- "photo_url": "https://telegra.ph/file/p/11abd758042/46aa3f213a8c897ae4f651d.jpg?c=880,285,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reply"
- }
- },
- "lng_context_reschedule": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_reschedule",
- "photo_url": "https://telegra.ph/file/p/07c742ca173/92b73ddecb8efd1b5cc3a17.jpg?c=257,397,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Reschedule"
- }
- },
"lng_context_save_audio": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_save_audio",
"photo_url": "https://telegra.ph/file/p/3e08c034b27/ae9ff94f6c77ec775c75e1d.jpg?c=1011,552,363,363,280,280",
@@ -1781,14 +640,6 @@
"singular": "Select"
}
},
- "lng_context_show_in_finder": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_show_in_finder",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1174,622,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Show in Finder"
- }
- },
"lng_context_tag_add_name": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_tag_add_name",
"photo_url": "https://telegra.ph/file/p/7b37d265fa1/ab24dbbcb412a5b56a41717.jpg?c=139,448,280,280,280,280",
@@ -1805,14 +656,6 @@
"singular": "Edit Name"
}
},
- "lng_context_to_msg": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_to_msg",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1178,572,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Go To Message"
- }
- },
"lng_context_unpin_from_top": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_unpin_from_top",
"photo_url": "https://telegra.ph/file/p/6f76733edfa/f9f28b34d439e112c2d441d.jpg?c=527,140,280,280,280,280",
@@ -1829,22 +672,6 @@
"singular": "Unpin"
}
},
- "lng_context_view_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_view_group",
- "photo_url": "https://telegra.ph/file/p/dff21ef4b84/9f85a0717dd2c49ce1a1c1d.jpg?c=540,218,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "View group info"
- }
- },
- "lng_context_view_profile": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_context_view_profile",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=1156,91,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "View profile"
- }
- },
"lng_continue": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_continue",
"photo_url": "https://telegra.ph/file/p/bfce49e80df/1746740793866a023efd41d.jpg?c=723,516,280,280,280,280",
@@ -1853,62 +680,6 @@
"singular": "Continue"
}
},
- "lng_create_channel_crop": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_channel_crop",
- "photo_url": "https://telegra.ph/file/p/dcfa14ca25d/afdc9765c563a35f42e5919.jpg?c=416,489,372,372,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select an area for the profile photo"
- }
- },
- "lng_create_channel_link_available": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_channel_link_available",
- "photo_url": "https://telegra.ph/file/p/9159be2d754/da5cca33b92368b12f4541d.jpg?c=825,522,318,318,280,280",
- "has_binding": true,
- "values": {
- "singular": "This link is available"
- }
- },
- "lng_create_channel_link_invalid": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_channel_link_invalid",
- "photo_url": "https://telegra.ph/file/p/cfbd774fd24/0a407ba4166a796085b631d.jpg?c=858,544,281,281,280,280",
- "has_binding": false,
- "values": {
- "singular": "This link is invalid"
- }
- },
- "lng_create_channel_link_occupied": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_channel_link_occupied",
- "photo_url": "https://telegra.ph/file/p/cd416f8ede0/069b864efdc0b8ea4bb741d.jpg?c=629,401,528,528,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, this link is already occupied"
- }
- },
- "lng_create_channel_link_too_short": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_channel_link_too_short",
- "photo_url": "https://telegra.ph/file/p/ab5b79ba159/ce1956a032d1ad28210071d.jpg?c=737,466,413,413,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, this link is too short"
- }
- },
- "lng_create_group_create": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_create",
- "photo_url": "https://telegra.ph/file/p/fa7c39c3357/2629eb8b8166dccceaeef1d.jpg?c=905,892,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create"
- }
- },
- "lng_create_group_crop": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_crop",
- "photo_url": "https://telegra.ph/file/p/e9c167ad2e0/ab79eb9db57b442238b9a1d.jpg?c=563,478,483,483,280,280",
- "has_binding": false,
- "values": {
- "singular": "Select an area for group photo"
- }
- },
"lng_create_group_description": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_description",
"photo_url": "https://telegra.ph/file/p/bf59722ed64/8e714c9e244ba7237e7c31d.jpg?c=462,411,356,356,280,280",
@@ -1917,30 +688,6 @@
"singular": "Description (optional)"
}
},
- "lng_create_group_invite_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_invite_link",
- "photo_url": "https://telegra.ph/file/p/a0f7974f6e2/df460573d3c394164c4991d.jpg?c=446,512,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite link"
- }
- },
- "lng_create_group_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_link",
- "photo_url": "https://telegra.ph/file/p/b92f94b2829/7b889508b08c0aff5a4831d.jpg?c=417,544,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Link"
- }
- },
- "lng_create_group_next": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_next",
- "photo_url": "https://telegra.ph/file/p/1f34e5b65bc/8e20746410dc5792373c01d.jpg?c=906,556,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Next"
- }
- },
"lng_create_group_skip": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_group_skip",
"photo_url": "https://telegra.ph/file/p/a0f7974f6e2/df460573d3c394164c4991d.jpg?c=798,667,280,280,280,280",
@@ -1957,62 +704,6 @@
"singular": "Only people with an invite link can join."
}
},
- "lng_create_private_channel_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_private_channel_title",
- "photo_url": "https://telegra.ph/file/p/a0f7974f6e2/df460573d3c394164c4991d.jpg?c=530,394,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Private Channel"
- }
- },
- "lng_create_private_group_about": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_private_group_about",
- "photo_url": "https://telegra.ph/file/p/b92f94b2829/7b889508b08c0aff5a4831d.jpg?c=497,245,690,690,280,280",
- "has_binding": true,
- "values": {
- "singular": "People can only join if they are added or have an invite link"
- }
- },
- "lng_create_private_group_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_private_group_title",
- "photo_url": "https://telegra.ph/file/p/b92f94b2829/7b889508b08c0aff5a4831d.jpg?c=517,400,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Private Group"
- }
- },
- "lng_create_public_channel_about": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_public_channel_about",
- "photo_url": "https://telegra.ph/file/p/a0f7974f6e2/df460573d3c394164c4991d.jpg?c=502,181,677,677,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anyone can find the channel in search and join"
- }
- },
- "lng_create_public_channel_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_public_channel_title",
- "photo_url": "https://telegra.ph/file/p/a0f7974f6e2/df460573d3c394164c4991d.jpg?c=525,287,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Public Channel"
- }
- },
- "lng_create_public_group_about": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_public_group_about",
- "photo_url": "https://telegra.ph/file/p/b92f94b2829/7b889508b08c0aff5a4831d.jpg?c=500,177,658,658,280,280",
- "has_binding": true,
- "values": {
- "singular": "Anyone can find the group in search and join, chat history is available to everybody"
- }
- },
- "lng_create_public_group_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_create_public_group_title",
- "photo_url": "https://telegra.ph/file/p/b92f94b2829/7b889508b08c0aff5a4831d.jpg?c=514,261,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Public Group"
- }
- },
"lng_credits_box_history_entry_gift_about_link": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_credits_box_history_entry_gift_about_link",
"photo_url": "https://telegra.ph/file/p/018b6a79f8c/2edf2d277d4396b205b6a17.jpg?c=160,490,280,280,280,280",
@@ -2053,220 +744,6 @@
"singular": "Sent Gift"
}
},
- "lng_delete_all_from": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_all_from",
- "photo_url": "https://telegra.ph/file/p/698bfe48b51/80b770bc92290b247bf3b1d.jpg?c=567,462,381,381,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete all from this user"
- }
- },
- "lng_delete_for_everyone_check": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_for_everyone_check",
- "photo_url": "https://telegra.ph/file/p/ccc2cc42119/5a73b835f76d35ef816c71d.jpg?c=568,454,315,315,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete for everyone"
- }
- },
- "lng_delete_for_everyone_hint": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_for_everyone_hint",
- "photo_url": "https://telegra.ph/file/p/ca7ef3d7cdf/421899b1c6bf4ebb82d891d.jpg?c=473,291,633,633,280,280",
- "has_binding": true,
- "values": {
- "singular": "This will delete it for everyone in this chat.",
- "plural": "This will delete them for everyone in this chat."
- }
- },
- "lng_delete_for_me_chat_hint": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_for_me_chat_hint",
- "photo_url": "https://telegra.ph/file/p/cdf69427161/264acdeeecdf4b4c70e8e1d.jpg?c=469,274,666,666,280,280",
- "has_binding": true,
- "values": {
- "singular": "This will delete it just for you, not for other participants of the chat.",
- "plural": "This will delete them just for you, not for other participants of the chat."
- }
- },
- "lng_delete_for_me_hint": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_for_me_hint",
- "photo_url": "https://telegra.ph/file/p/c4f17440119/8dfe840cdd215c885ab441d.jpg?c=484,348,521,521,280,280",
- "has_binding": false,
- "values": {
- "singular": "This will delete it just for you.",
- "plural": "This will delete them just for you."
- }
- },
- "lng_delete_for_other_check": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_for_other_check",
- "photo_url": "https://telegra.ph/file/p/a9ba85e2b61/1edcb266a9253aabb5a6b1d.jpg?c=560,472,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Also delete for
{user}"
- }
- },
- "lng_delete_photo_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_delete_photo_sure",
- "photo_url": "https://telegra.ph/file/p/a40c5d44cd7/c64641aded4dfd41a8b0e1d.jpg?c=485,320,528,528,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to delete this photo?"
- }
- },
- "lng_deleted_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_deleted_message",
- "photo_url": "https://telegra.ph/file/p/8d349d1786a/0e9c0ac664a4307c1caff1d.jpg?c=1001,272,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Deleted message"
- }
- },
- "lng_dialogs_hide_muted_chats": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_dialogs_hide_muted_chats",
- "photo_url": "https://telegra.ph/file/p/83b29c2be0d/5b2571387ffafc1e1a6291d.jpg?c=9,93,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Hide muted chats"
- }
- },
- "lng_disable_notifications_from_tray": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_disable_notifications_from_tray",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=1226,140,302,302,280,280",
- "has_binding": false,
- "values": {
- "singular": "Disable notifications"
- }
- },
- "lng_dlg_filter": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_dlg_filter",
- "photo_url": "https://telegra.ph/file/p/57d9f66dfa8/8c49cfb7ae5ac8014aade1d.jpg?c=109,13,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Search"
- }
- },
- "lng_dlg_new_channel_name": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_dlg_new_channel_name",
- "photo_url": "https://telegra.ph/file/p/bf59722ed64/8e714c9e244ba7237e7c31d.jpg?c=447,307,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Channel name"
- }
- },
- "lng_dlg_new_group_name": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_dlg_new_group_name",
- "photo_url": "https://telegra.ph/file/p/52b59ad4d27/1ea7d8ed57339d2d4bc611d.jpg?c=435,261,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Group name"
- }
- },
- "lng_dlg_search_for_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_dlg_search_for_messages",
- "photo_url": "https://telegra.ph/file/p/5c3456182be/c82f083926fabe348e8631d.jpg?c=21,184,309,309,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search for messages"
- }
- },
- "lng_drag_files_here": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_drag_files_here",
- "photo_url": "https://telegra.ph/file/p/0c1f8d04ec5/fe7022a43485184c7696f1d.jpg?c=808,342,477,477,280,280",
- "has_binding": false,
- "values": {
- "singular": "Drop files here"
- }
- },
- "lng_drag_images_here": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_drag_images_here",
- "photo_url": "https://telegra.ph/file/p/81bd458da1b/24e9d594a3dff4c50c9851d.jpg?c=762,136,570,570,280,280",
- "has_binding": false,
- "values": {
- "singular": "Drop images here"
- }
- },
- "lng_drag_photos_here": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_drag_photos_here",
- "photo_url": "https://telegra.ph/file/p/81bd458da1b/24e9d594a3dff4c50c9851d.jpg?c=763,476,567,567,280,280",
- "has_binding": false,
- "values": {
- "singular": "Drop photos here"
- }
- },
- "lng_drag_to_send_files": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_drag_to_send_files",
- "photo_url": "https://telegra.ph/file/p/0c1f8d04ec5/fe7022a43485184c7696f1d.jpg?c=803,386,483,483,280,280",
- "has_binding": false,
- "values": {
- "singular": "to send them as documents"
- }
- },
- "lng_drag_to_send_no_compression": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_drag_to_send_no_compression",
- "photo_url": "https://telegra.ph/file/p/81bd458da1b/24e9d594a3dff4c50c9851d.jpg?c=631,112,804,804,280,280",
- "has_binding": true,
- "values": {
- "singular": "to send them without compression"
- }
- },
- "lng_drag_to_send_quick": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_drag_to_send_quick",
- "photo_url": "https://telegra.ph/file/p/81bd458da1b/24e9d594a3dff4c50c9851d.jpg?c=718,452,649,649,280,280",
- "has_binding": false,
- "values": {
- "singular": "to send them in a quick way"
- }
- },
- "lng_duration_and_size": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_duration_and_size",
- "photo_url": "https://telegra.ph/file/p/ff6b61e3c3f/585748fddbffdae29f1901d.jpg?c=635,192,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{duration},
{size}"
- }
- },
- "lng_duration_minsec_minutes": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_duration_minsec_minutes",
- "photo_url": "https://telegra.ph/file/p/c665904be92/c67146d3219963f1842581d.jpg?c=1067,857,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} min",
- "plural": "
{count} min"
- }
- },
- "lng_duration_minsec_seconds": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_duration_minsec_seconds",
- "photo_url": "https://telegra.ph/file/p/c665904be92/c67146d3219963f1842581d.jpg?c=1119,857,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} s",
- "plural": "
{count} s"
- }
- },
- "lng_duration_minutes_seconds": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_duration_minutes_seconds",
- "photo_url": "https://telegra.ph/file/p/c665904be92/c67146d3219963f1842581d.jpg?c=1110,857,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{minutes_count} {seconds_count}"
- }
- },
- "lng_duration_seconds": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_duration_seconds",
- "photo_url": "https://telegra.ph/file/p/c665904be92/c67146d3219963f1842581d.jpg?c=1107,954,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} second",
- "plural": "
{count} seconds"
- }
- },
- "lng_edit_channel_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_channel_title",
- "photo_url": "https://telegra.ph/file/p/bf59722ed64/8e714c9e244ba7237e7c31d.jpg?c=456,242,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit channel"
- }
- },
"lng_edit_contact_title": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_contact_title",
"photo_url": "https://telegra.ph/file/p/8628d35dfd5/797486fad00d0ea28ba581d.jpg?c=460,225,360,360,280,280",
@@ -2275,54 +752,6 @@
"singular": "Edit contact"
}
},
- "lng_edit_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_group",
- "photo_url": "https://telegra.ph/file/p/52b59ad4d27/1ea7d8ed57339d2d4bc611d.jpg?c=441,194,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit group"
- }
- },
- "lng_edit_group_invites_everybody": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_group_invites_everybody",
- "photo_url": "https://telegra.ph/file/p/52b59ad4d27/1ea7d8ed57339d2d4bc611d.jpg?c=496,530,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "All members"
- }
- },
- "lng_edit_group_invites_only_admins": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_group_invites_only_admins",
- "photo_url": "https://telegra.ph/file/p/52b59ad4d27/1ea7d8ed57339d2d4bc611d.jpg?c=496,585,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Only admins"
- }
- },
- "lng_edit_group_who_invites": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_group_who_invites",
- "photo_url": "https://telegra.ph/file/p/52b59ad4d27/1ea7d8ed57339d2d4bc611d.jpg?c=451,406,407,407,280,280",
- "has_binding": false,
- "values": {
- "singular": "Who can add members?"
- }
- },
- "lng_edit_message_text": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_message_text",
- "photo_url": "https://telegra.ph/file/p/41b1ae64e78/04e8cf7d3bcf829b943a41d.jpg?c=224,895,297,297,280,280",
- "has_binding": true,
- "values": {
- "singular": "New message..."
- }
- },
- "lng_edit_sign_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_sign_messages",
- "photo_url": "https://telegra.ph/file/p/bf59722ed64/8e714c9e244ba7237e7c31d.jpg?c=517,530,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sign messages"
- }
- },
"lng_edit_tag_about": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_tag_about",
"photo_url": "https://telegra.ph/file/p/6ffb4da0fc3/002c97c0015e529c38b2c17.jpg?c=54,291,449,449,280,280",
@@ -2339,22 +768,6 @@
"singular": "Name"
}
},
- "lng_edit_too_long": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edit_too_long",
- "photo_url": "https://telegra.ph/file/p/d2a5659ae15/36061f387ad98b3d4b6581d.jpg?c=489,347,467,467,280,280",
- "has_binding": false,
- "values": {
- "singular": "Your message text is too long"
- }
- },
- "lng_edited": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_edited",
- "photo_url": "https://telegra.ph/file/p/cf3ec914b79/3ecd130a8dc1e66268cd81d.jpg?c=1247,835,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "edited"
- }
- },
"lng_effect_add_title": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_effect_add_title",
"photo_url": "https://telegra.ph/file/p/03c73fa2e22/3693cfb8f50bc003ababe19.jpg?c=813,855,280,280,280,280",
@@ -2411,46 +824,6 @@
"singular": "Emoji & People"
}
},
- "lng_emoji_category4": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_emoji_category4",
- "photo_url": "https://telegra.ph/file/p/dd5ec08fc48/f89d73ff0107a13c803b51d.jpg?c=829,304,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Activity"
- }
- },
- "lng_emoji_category5": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_emoji_category5",
- "photo_url": "https://telegra.ph/file/p/a9279c77782/e05dab706a06d4234d1da1d.jpg?c=886,287,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Travel & Places"
- }
- },
- "lng_emoji_category6": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_emoji_category6",
- "photo_url": "https://telegra.ph/file/p/ea24984c616/f71e3736253d8c3757c501d.jpg?c=828,298,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Objects"
- }
- },
- "lng_emoji_category7": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_emoji_category7",
- "photo_url": "https://telegra.ph/file/p/463011c5000/660ccddf7a82e0dd6d93b1d.jpg?c=893,309,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Symbols & Flags"
- }
- },
- "lng_emoji_hide_panel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_emoji_hide_panel",
- "photo_url": "https://telegra.ph/file/p/1f6485e06f8/a76ebabd4aac05ae5b7c51d.jpg?c=773,592,559,559,280,280",
- "has_binding": false,
- "values": {
- "singular": "Click here to hide the emoji sidebar"
- }
- },
"lng_enable_auto_delete": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_enable_auto_delete",
"photo_url": "https://telegra.ph/file/p/53471aafb89/09df3bec10d435dc2a24917.jpg?c=37,419,280,280,280,280",
@@ -2459,14 +832,6 @@
"singular": "Enable Auto-Delete"
}
},
- "lng_enable_notifications_from_tray": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_enable_notifications_from_tray",
- "photo_url": "https://telegra.ph/file/p/6f76733edfa/f9f28b34d439e112c2d441d.jpg?c=542,242,293,293,280,280",
- "has_binding": true,
- "values": {
- "singular": "Enable notifications"
- }
- },
"lng_filters_added_also": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_filters_added_also",
"photo_url": "https://telegra.ph/file/p/85f73114e8c/b31321c6bffc613fd730617.jpg?c=161,342,280,280,280,280",
@@ -2592,128 +957,6 @@
"singular": "you are already a member"
}
},
- "lng_forward_cant": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forward_cant",
- "photo_url": "https://telegra.ph/file/p/2f356df85c1/5dcd92992f093567e61791d.jpg?c=491,333,497,497,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, no way to forward here :("
- }
- },
- "lng_forward_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forward_messages",
- "photo_url": "https://telegra.ph/file/p/ac51af35cb1/02b16ba984f87fca6ec6c1d.jpg?c=591,795,338,338,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} forwarded message",
- "plural": "
{count} forwarded messages"
- }
- },
- "lng_forward_share_cant": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forward_share_cant",
- "photo_url": "https://telegra.ph/file/p/e15dd1fa63e/c8517b886ed3bee824fed1d.jpg?c=482,292,582,582,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sorry, no way to share contact here :("
- }
- },
- "lng_forward_share_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forward_share_contact",
- "photo_url": "https://telegra.ph/file/p/9d11330ae25/4fd8437e2605dfc51e44d1d.jpg?c=738,337,489,489,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share contact to
{recipient}?"
- }
- },
- "lng_forwarded": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarded",
- "photo_url": "https://telegra.ph/file/p/4e5bca88e05/7e80173280a2560ccb57a1d.jpg?c=876,86,343,343,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwarded from
{user}"
- }
- },
- "lng_forwarded_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarded_channel",
- "photo_url": "https://telegra.ph/file/p/4e5bca88e05/7e80173280a2560ccb57a1d.jpg?c=686,303,489,489,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwarded from
{channel}"
- }
- },
- "lng_forwarded_channel_via": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarded_channel_via",
- "photo_url": "https://telegra.ph/file/p/4e5bca88e05/7e80173280a2560ccb57a1d.jpg?c=828,109,629,629,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwarded from
{channel} via
{inline_bot}"
- }
- },
- "lng_forwarded_date": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarded_date",
- "photo_url": "https://telegra.ph/file/p/f52696260e0/5a02956f04f50288249151d.jpg?c=989,667,540,533,280,276",
- "has_binding": true,
- "values": {
- "singular": "Original:
{date}"
- }
- },
- "lng_forwarded_signed": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarded_signed",
- "photo_url": "https://telegra.ph/file/p/08a0f378d1f/fd3b7e9b3292ccbc2e3781d.jpg?c=912,757,299,299,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{channel} (
{user})"
- }
- },
- "lng_forwarded_via": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarded_via",
- "photo_url": "https://telegra.ph/file/p/4e5bca88e05/7e80173280a2560ccb57a1d.jpg?c=899,504,461,461,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forwarded from
{user} via
{inline_bot}"
- }
- },
- "lng_forwarding_from": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_forwarding_from",
- "photo_url": "https://telegra.ph/file/p/1675a884693/25791abfb27f68b0b22151d.jpg?c=579,824,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{user} and
{count} other",
- "plural": "
{user} and
{count} others"
- }
- },
- "lng_from_you": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_from_you",
- "photo_url": "https://telegra.ph/file/p/cf3ec914b79/3ecd130a8dc1e66268cd81d.jpg?c=107,135,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "You"
- }
- },
- "lng_game_tag": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_game_tag",
- "photo_url": "https://telegra.ph/file/p/1675a884693/25791abfb27f68b0b22151d.jpg?c=1258,581,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Game"
- }
- },
- "lng_gifs_no_saved": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_gifs_no_saved",
- "photo_url": "https://telegra.ph/file/p/7948c2d4ca6/fff0645f08f7e280c353b1d.jpg?c=1012,414,410,410,280,280",
- "has_binding": true,
- "values": {
- "singular": "You have no saved GIFs yet."
- }
- },
- "lng_gifs_search": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_gifs_search",
- "photo_url": "https://telegra.ph/file/p/7948c2d4ca6/fff0645f08f7e280c353b1d.jpg?c=901,816,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search GIFs"
- }
- },
"lng_gift_stars_incoming": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_gift_stars_incoming",
"photo_url": "https://telegra.ph/file/p/6b1f8ff77d7/43ec8d82bf746ce53ecf917.jpg?c=186,588,314,314,280,280",
@@ -2739,54 +982,6 @@
"plural": "
{count} Stars"
}
},
- "lng_group_invite_about": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_group_invite_about",
- "photo_url": "https://telegra.ph/file/p/8b7cf8899ff/d6ddff6405763c524189b1d.jpg?c=483,315,535,535,280,280",
- "has_binding": false,
- "values": {
- "singular": "Telegram users will be able to join
your group by following this link."
- }
- },
- "lng_group_invite_about_new": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_group_invite_about_new",
- "photo_url": "https://telegra.ph/file/p/3bacc237802/64eedd53ab198bec0e57f1d.jpg?c=473,261,649,649,280,280",
- "has_binding": true,
- "values": {
- "singular": "Your previous link will be deactivated and we'll generate a new invite link for you."
- }
- },
- "lng_group_invite_copied": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_group_invite_copied",
- "photo_url": "https://telegra.ph/file/p/d893f222a13/14ebcec07e8dbc9c4422a1d.jpg?c=580,386,439,439,280,280",
- "has_binding": false,
- "values": {
- "singular": "Invite link copied to clipboard."
- }
- },
- "lng_group_invite_create_new": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_group_invite_create_new",
- "photo_url": "https://telegra.ph/file/p/32c45d556c5/2fc2d2f743a729bb578be1d.jpg?c=636,430,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Revoke invite link"
- }
- },
- "lng_group_invite_join": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_group_invite_join",
- "photo_url": "https://telegra.ph/file/p/1c7193e95e6/05d9b421cdccfb3fd8e821d.jpg?c=909,668,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Join"
- }
- },
- "lng_group_status": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_group_status",
- "photo_url": "https://telegra.ph/file/p/04de1faa582/5c404e21bacb95d43dbb01d.jpg?c=664,525,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "group"
- }
- },
"lng_hidden_author_messages": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_hidden_author_messages",
"photo_url": "https://telegra.ph/file/p/72b204c9fce/9bae0e0e9cdaac4d4909617.jpg?c=100,460,280,280,280,280",
@@ -2795,110 +990,6 @@
"singular": "Author Hidden"
}
},
- "lng_in_dlg_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_in_dlg_audio",
- "photo_url": "https://telegra.ph/file/p/20c5c8d7935/0427c40ce6a78083207cf1d.jpg?c=517,119,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Voice message"
- }
- },
- "lng_in_dlg_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_in_dlg_photo",
- "photo_url": "https://telegra.ph/file/p/02fc0d17169/ce3787eb03dcb6f3ba5791d.jpg?c=556,118,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Photo"
- }
- },
- "lng_in_dlg_sticker": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_in_dlg_sticker",
- "photo_url": "https://telegra.ph/file/p/1ae2cab57c6/181bea97f39cc258aba961d.jpg?c=600,118,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sticker"
- }
- },
- "lng_in_dlg_sticker_emoji": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_in_dlg_sticker_emoji",
- "photo_url": "https://telegra.ph/file/p/08a0f378d1f/fd3b7e9b3292ccbc2e3781d.jpg?c=186,534,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{emoji} Sticker"
- }
- },
- "lng_in_dlg_video": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_in_dlg_video",
- "photo_url": "https://telegra.ph/file/p/d77d13a4eaf/17a6324f929fca864604e1d.jpg?c=555,174,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video"
- }
- },
- "lng_in_dlg_video_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_in_dlg_video_message",
- "photo_url": "https://telegra.ph/file/p/6a5fa2593dd/d31bc7fb4e5c791a3095a1d.jpg?c=599,118,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Video message"
- }
- },
- "lng_info_add_as_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_info_add_as_contact",
- "photo_url": "https://telegra.ph/file/p/65c17413195/91b2788b0b1185768c5281d.jpg?c=769,73,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add to contacts"
- }
- },
- "lng_info_delete_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_info_delete_contact",
- "photo_url": "https://telegra.ph/file/p/9acb2e72986/d389e0f1e56880b3025a01d.jpg?c=1190,305,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete contact"
- }
- },
- "lng_info_edit_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_info_edit_contact",
- "photo_url": "https://telegra.ph/file/p/9acb2e72986/d389e0f1e56880b3025a01d.jpg?c=1164,250,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit contact"
- }
- },
- "lng_info_share_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_info_share_contact",
- "photo_url": "https://telegra.ph/file/p/65c17413195/91b2788b0b1185768c5281d.jpg?c=751,92,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share this contact"
- }
- },
- "lng_inline_bot_via": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_inline_bot_via",
- "photo_url": "https://telegra.ph/file/p/4f9b9fa481b/1837ad3f0dd299d66f9971d.jpg?c=829,671,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "via
{inline_bot}"
- }
- },
- "lng_inline_switch_choose": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_inline_switch_choose",
- "photo_url": "https://telegra.ph/file/p/7e8c8c0e335/94658ac6ecd2c4e0adf331d.jpg?c=849,394,411,411,280,280",
- "has_binding": false,
- "values": {
- "singular": "Choose conversation..."
- }
- },
- "lng_launch_svg_warning": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_launch_svg_warning",
- "photo_url": "https://telegra.ph/file/p/951dfbb5796/36895552f1cc386587a5316.jpg?c=10,26,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Opening this file can potentially expose your IP address to its creator. Continue?"
- }
- },
"lng_live_location": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_live_location",
"photo_url": "https://telegra.ph/file/p/26380625ec9/cda669aa0614ad29d096417.jpg?c=82,651,280,280,280,280",
@@ -2957,47 +1048,6 @@
"singular": "updated yesterday at
{time}"
}
},
- "lng_mac_all_apps": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mac_all_apps",
- "photo_url": "https://telegra.ph/file/p/ebb873e970f/d1f840797e0664f6fef061d.jpg?c=625,733,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "All Applications"
- }
- },
- "lng_mac_menu_edit": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mac_menu_edit",
- "photo_url": "https://telegra.ph/file/p/4592a187b6a/07d52bfb763854fa6984b1d.jpg?c=404,0,280,276,280,276",
- "has_binding": true,
- "values": {
- "singular": "Edit"
- }
- },
- "lng_mac_not_known_app": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mac_not_known_app",
- "photo_url": "https://telegra.ph/file/p/e4b8090d0bf/135092b43dff828c5b01a1d.jpg?c=487,470,677,677,280,280",
- "has_binding": false,
- "values": {
- "singular": "It's not known if this application can open \"
{file}\"."
- }
- },
- "lng_mac_this_app_can_open": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mac_this_app_can_open",
- "photo_url": "https://telegra.ph/file/p/ebb873e970f/d1f840797e0664f6fef061d.jpg?c=586,638,484,484,280,280",
- "has_binding": false,
- "values": {
- "singular": "This application can open \"
{file}\"."
- }
- },
- "lng_many_typing": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_many_typing",
- "photo_url": "https://telegra.ph/file/p/e4ac41cc14a/e4be53f3b89348918331f1d.jpg?c=600,38,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} person is typing",
- "plural": "
{count} people are typing"
- }
- },
"lng_maps_point": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_maps_point",
"photo_url": "https://telegra.ph/file/p/b4cc13c4436/2c81f31a3df7355c2ffed1d.jpg?c=491,117,280,280,280,280",
@@ -3006,62 +1056,6 @@
"singular": "Location"
}
},
- "lng_media_cancel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_media_cancel",
- "photo_url": "https://telegra.ph/file/p/5d78584d298/6da4c85c7a76e3f547b681d.jpg?c=655,735,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
- "lng_media_type_audios": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_media_type_audios",
- "photo_url": "https://telegra.ph/file/p/da404013321/e8b754ed3c1293fb50b001d.jpg?c=1183,335,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Voice messages"
- }
- },
- "lng_media_type_files": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_media_type_files",
- "photo_url": "https://telegra.ph/file/p/da404013321/e8b754ed3c1293fb50b001d.jpg?c=1078,279,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Files"
- }
- },
- "lng_media_type_photos": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_media_type_photos",
- "photo_url": "https://telegra.ph/file/p/da404013321/e8b754ed3c1293fb50b001d.jpg?c=1100,121,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Photos"
- }
- },
- "lng_media_type_songs": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_media_type_songs",
- "photo_url": "https://telegra.ph/file/p/da404013321/e8b754ed3c1293fb50b001d.jpg?c=1130,227,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Audio files"
- }
- },
- "lng_media_type_videos": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_media_type_videos",
- "photo_url": "https://telegra.ph/file/p/da404013321/e8b754ed3c1293fb50b001d.jpg?c=1097,173,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Videos"
- }
- },
- "lng_mediaview_copy": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_copy",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1083,679,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy"
- }
- },
"lng_mediaview_date_time": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_date_time",
"photo_url": "https://telegra.ph/file/p/33a3467084c/2b75ed5d5e058265a140b1d.jpg?c=105,906,280,280,280,280",
@@ -3070,190 +1064,6 @@
"singular": "
{date} at
{time}"
}
},
- "lng_mediaview_delete": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_delete",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1095,781,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "lng_mediaview_file_n_of_count": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_file_n_of_count",
- "photo_url": "https://telegra.ph/file/p/a8f9025a22b/c6c44e5f883f875b976c81d.jpg?c=17,913,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{file} {n} of
{count}"
- }
- },
- "lng_mediaview_files_all": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_files_all",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1147,888,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "View all files"
- }
- },
- "lng_mediaview_forward": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_forward",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1111,728,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forward"
- }
- },
- "lng_mediaview_photos_all": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_photos_all",
- "photo_url": "https://telegra.ph/file/p/6f7cd078c6e/95d3cedfa18786fd2c7d61d.jpg?c=1178,892,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "View all photos"
- }
- },
- "lng_mediaview_save_as": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_save_as",
- "photo_url": "https://telegra.ph/file/p/247739b1e43/32adbf79a93bddf4f52851d.jpg?c=1120,836,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Save As..."
- }
- },
- "lng_mediaview_saved": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_saved",
- "photo_url": "https://telegra.ph/file/p/20c62a54c3c/3ece3bc60e6e832d338ee1d.jpg?c=435,223,704,704,280,280",
- "has_binding": false,
- "values": {
- "singular": "Image was saved to your
[c]Downloads
[/c] folder"
- }
- },
- "lng_mediaview_single_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_mediaview_single_photo",
- "photo_url": "https://telegra.ph/file/p/33a3467084c/2b75ed5d5e058265a140b1d.jpg?c=19,872,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Single Photo"
- }
- },
- "lng_menu_back": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_menu_back",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=514,22,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Back"
- }
- },
- "lng_message_ph": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_message_ph",
- "photo_url": "https://telegra.ph/file/p/c90c38dfaf2/97a8a08b1f62db10f52181d.jpg?c=593,915,283,283,280,280",
- "has_binding": true,
- "values": {
- "singular": "Write a message..."
- }
- },
- "lng_month10_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month10_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=925,191,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Oct"
- }
- },
- "lng_month11_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month11_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=928,249,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Nov"
- }
- },
- "lng_month12_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month12_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=928,306,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Dec"
- }
- },
- "lng_month1_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month1_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=920,830,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jan"
- }
- },
- "lng_month2_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month2_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=925,421,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Feb"
- }
- },
- "lng_month3_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month3_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=929,480,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Mar"
- }
- },
- "lng_month4_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month4_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=925,541,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Apr"
- }
- },
- "lng_month5_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month5_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=931,597,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "May"
- }
- },
- "lng_month6_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month6_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=922,653,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jun"
- }
- },
- "lng_month7_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month7_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=921,714,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Jul"
- }
- },
- "lng_month8_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month8_small",
- "photo_url": "https://telegra.ph/file/p/bcd5d6bcd26/9d4430f3334ed3a03a0ad1d.jpg?c=928,715,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Aug"
- }
- },
- "lng_month9_small": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month9_small",
- "photo_url": "https://telegra.ph/file/p/cdab1114377/8bcf9156d84ccf7ecb2251d.jpg?c=933,134,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sep"
- }
- },
- "lng_month_day10": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_month_day10",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=545,759,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "October"
- }
- },
"lng_my_notes": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_my_notes",
"photo_url": "https://telegra.ph/file/p/72b204c9fce/9bae0e0e9cdaac4d4909617.jpg?c=92,400,280,280,280,280",
@@ -3278,38 +1088,6 @@
"singular": "Telegram Premium"
}
},
- "lng_new_contact_add_done": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_new_contact_add_done",
- "photo_url": "https://telegra.ph/file/p/86ba718ddc0/4720dc54696fe666634a71d.jpg?c=798,590,451,451,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{user} is now in your contacts"
- }
- },
- "lng_new_contact_add_name": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_new_contact_add_name",
- "photo_url": "https://telegra.ph/file/p/aaef15e46a1/d6bf281958911ee2878041d.jpg?c=425,102,445,445,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add
{user} to contacts"
- }
- },
- "lng_new_contact_block_done": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_new_contact_block_done",
- "photo_url": "https://telegra.ph/file/p/f03d678bb73/b140085dadfa416555eca1d.jpg?c=852,641,346,346,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{user} is now blocked"
- }
- },
- "lng_new_contact_share": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_new_contact_share",
- "photo_url": "https://telegra.ph/file/p/7c44315ea5b/41c13dc335036d92d01721d.jpg?c=808,807,406,406,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share my phone number"
- }
- },
"lng_no_saved_sublists": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_no_saved_sublists",
"photo_url": "https://telegra.ph/file/p/b1c726d4a82/4733c3db6ac7ae625a43817.jpg?c=76,127,449,449,280,280",
@@ -3318,134 +1096,6 @@
"singular": "You can save messages from other chats here."
}
},
- "lng_participant_filter": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_participant_filter",
- "photo_url": "https://telegra.ph/file/p/439e01150c9/e2130bd67f592f68af5461d.jpg?c=461,117,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search"
- }
- },
- "lng_payments_invoice_label_test": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_payments_invoice_label_test",
- "photo_url": "https://telegra.ph/file/p/1e7b42092f8/a660c25ab1c22d4b6b9e11d.jpg?c=653,282,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Test invoice"
- }
- },
- "lng_payments_not_supported": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_payments_not_supported",
- "photo_url": "https://telegra.ph/file/p/7bb7a9da556/215c39bd741f86d3c504a1d.jpg?c=477,264,642,642,280,280",
- "has_binding": true,
- "values": {
- "singular": "Sorry, Telegram Desktop doesn't support payments yet. Please use one of our mobile apps to do this."
- }
- },
- "lng_photo_caption": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_photo_caption",
- "photo_url": "https://telegra.ph/file/p/5d78584d298/6da4c85c7a76e3f547b681d.jpg?c=430,629,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Caption"
- }
- },
- "lng_photos_comment": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_photos_comment",
- "photo_url": "https://telegra.ph/file/p/f1209066427/d55863a7b665fbec3f7e01d.jpg?c=437,486,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Comment"
- }
- },
- "lng_pinned_also_for_other": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_also_for_other",
- "photo_url": "https://telegra.ph/file/p/cf6b1966f35/23996a00e227673132e3d16.jpg?c=6,32,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Also pin for
{user}"
- }
- },
- "lng_pinned_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_message",
- "photo_url": "https://telegra.ph/file/p/0fafd73389b/fe51abe706864343ab2081d.jpg?c=660,89,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pinned message"
- }
- },
- "lng_pinned_notify": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_notify",
- "photo_url": "https://telegra.ph/file/p/886f21ce0c6/0b72fd2860631f7d579491d.jpg?c=569,459,305,305,280,280",
- "has_binding": false,
- "values": {
- "singular": "Notify all members"
- }
- },
- "lng_pinned_pin": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_pin",
- "photo_url": "https://telegra.ph/file/p/886f21ce0c6/0b72fd2860631f7d579491d.jpg?c=872,548,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Pin"
- }
- },
- "lng_pinned_pin_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_pin_sure",
- "photo_url": "https://telegra.ph/file/p/886f21ce0c6/0b72fd2860631f7d579491d.jpg?c=480,281,559,559,280,280",
- "has_binding": true,
- "values": {
- "singular": "Would you like to pin this message?"
- }
- },
- "lng_pinned_unpin": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_unpin",
- "photo_url": "https://telegra.ph/file/p/79e629b52b5/5a7a114ede0bf5f9e055e1d.jpg?c=860,514,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unpin"
- }
- },
- "lng_pinned_unpin_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_pinned_unpin_sure",
- "photo_url": "https://telegra.ph/file/p/79e629b52b5/5a7a114ede0bf5f9e055e1d.jpg?c=476,286,599,599,280,280",
- "has_binding": false,
- "values": {
- "singular": "Would you like to unpin this message?"
- }
- },
- "lng_profile_actions_section": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_actions_section",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=541,810,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Actions"
- }
- },
- "lng_profile_add_participant": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_add_participant",
- "photo_url": "https://telegra.ph/file/p/fa7c39c3357/2629eb8b8166dccceaeef1d.jpg?c=459,32,286,286,280,280",
- "has_binding": false,
- "values": {
- "singular": "Add Members"
- }
- },
- "lng_profile_block_bot": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_block_bot",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=1226,357,283,283,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stop and block bot"
- }
- },
- "lng_profile_block_user": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_block_user",
- "photo_url": "https://telegra.ph/file/p/3c1c2cfb357/84bccc165e524ab43ed001d.jpg?c=552,728,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Block user"
- }
- },
"lng_profile_clear_history": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_clear_history",
"photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=1166,304,280,280,280,280",
@@ -3454,151 +1104,6 @@
"singular": "Clear history"
}
},
- "lng_profile_common_groups": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_common_groups",
- "photo_url": "https://telegra.ph/file/p/3c1c2cfb357/84bccc165e524ab43ed001d.jpg?c=591,513,293,293,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{count} group in common",
- "plural": "
{count} groups in common"
- }
- },
- "lng_profile_common_groups_section": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_common_groups_section",
- "photo_url": "https://telegra.ph/file/p/8ae8fe527ff/e8a57e85c3c22971bc1d11d.jpg?c=568,19,334,334,280,280",
- "has_binding": true,
- "values": {
- "singular": "Groups in common"
- }
- },
- "lng_profile_convert_confirm": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_confirm",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=889,684,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Convert"
- }
- },
- "lng_profile_convert_feature1": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_feature1",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=427,272,675,675,280,280",
- "has_binding": false,
- "values": {
- "singular": "— New members may see the full message history"
- }
- },
- "lng_profile_convert_feature2": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_feature2",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=432,326,639,639,280,280",
- "has_binding": false,
- "values": {
- "singular": "— Messages are deleted for all members"
- }
- },
- "lng_profile_convert_feature3": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_feature3",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=433,362,614,614,280,280",
- "has_binding": false,
- "values": {
- "singular": "— Admins can add a description to the group"
- }
- },
- "lng_profile_convert_feature4": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_feature4",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=426,346,692,692,280,280",
- "has_binding": false,
- "values": {
- "singular": "— Owner can set a public link for the group"
- }
- },
- "lng_profile_convert_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_title",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=448,305,451,451,280,280",
- "has_binding": false,
- "values": {
- "singular": "Convert to supergroup"
- }
- },
- "lng_profile_convert_warning": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_convert_warning",
- "photo_url": "https://telegra.ph/file/p/b172eff54cf/3c6225797cfa077d293701d.jpg?c=438,446,571,571,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{bold_start}Note:
{bold_end} This action can not be undone"
- }
- },
- "lng_profile_copy_fullname": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_copy_fullname",
- "photo_url": "https://telegra.ph/file/p/c51a64cd685/c5dca05492f3304bb965a1d.jpg?c=1020,163,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Copy Name"
- }
- },
- "lng_profile_create_public_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_create_public_link",
- "photo_url": "https://telegra.ph/file/p/52b59ad4d27/1ea7d8ed57339d2d4bc611d.jpg?c=460,656,281,281,280,280",
- "has_binding": false,
- "values": {
- "singular": "Create public link"
- }
- },
- "lng_profile_delete_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_delete_channel",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=573,856,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete channel"
- }
- },
- "lng_profile_delete_conversation": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_delete_conversation",
- "photo_url": "https://telegra.ph/file/p/63e1c34c2fa/5bd172bdbeb11804f4c971d.jpg?c=917,128,297,297,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete chat"
- }
- },
- "lng_profile_delete_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_delete_group",
- "photo_url": "https://telegra.ph/file/p/f6234be24cb/036aba8fe128143b8e4341d.jpg?c=613,634,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Delete group"
- }
- },
- "lng_profile_drop_area_subtitle": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_drop_area_subtitle",
- "photo_url": "https://telegra.ph/file/p/29164447cd0/20de22ca13f37f2cd8b421d.jpg?c=816,154,455,455,280,280",
- "has_binding": false,
- "values": {
- "singular": "to set it as a group photo"
- }
- },
- "lng_profile_drop_area_subtitle_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_drop_area_subtitle_channel",
- "photo_url": "https://telegra.ph/file/p/19d8e4cfdff/bd5438afa3d7ae43e588c1d.jpg?c=801,146,487,487,280,280",
- "has_binding": false,
- "values": {
- "singular": "to set it as a channel photo"
- }
- },
- "lng_profile_drop_area_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_drop_area_title",
- "photo_url": "https://telegra.ph/file/p/19d8e4cfdff/bd5438afa3d7ae43e588c1d.jpg?c=748,86,586,586,280,280",
- "has_binding": false,
- "values": {
- "singular": "Drop your image here"
- }
- },
- "lng_profile_edit_public_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_edit_public_link",
- "photo_url": "https://telegra.ph/file/p/bf59722ed64/8e714c9e244ba7237e7c31d.jpg?c=452,603,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Edit public link"
- }
- },
"lng_profile_enable_notifications": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_enable_notifications",
"photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=622,534,280,280,280,280",
@@ -3607,71 +1112,6 @@
"singular": "Notifications"
}
},
- "lng_profile_export_chat": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_export_chat",
- "photo_url": "https://telegra.ph/file/p/9acb2e72986/d389e0f1e56880b3025a01d.jpg?c=1232,359,286,286,280,280",
- "has_binding": false,
- "values": {
- "singular": "Export chat history"
- }
- },
- "lng_profile_files": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_files",
- "photo_url": "https://telegra.ph/file/p/45d433eb11d/2a23a7889cdba7cd778381d.jpg?c=537,761,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} file",
- "plural": "
{count} files"
- }
- },
- "lng_profile_invite_link_section": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_invite_link_section",
- "photo_url": "https://telegra.ph/file/p/32c45d556c5/2fc2d2f743a729bb578be1d.jpg?c=603,502,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Invite link"
- }
- },
- "lng_profile_invite_to_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_invite_to_group",
- "photo_url": "https://telegra.ph/file/p/608fa01678d/42f92faf1df51fc9d680c1d.jpg?c=1167,233,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Add to Group"
- }
- },
- "lng_profile_kick": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_kick",
- "photo_url": "https://telegra.ph/file/p/b0cab3e3374/a04a8f106e9dd7591c3661d.jpg?c=856,513,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove"
- }
- },
- "lng_profile_leave_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_leave_channel",
- "photo_url": "https://telegra.ph/file/p/0dd72a7213f/333a3bbbfcacce0c892021d.jpg?c=570,889,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave channel"
- }
- },
- "lng_profile_leave_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_leave_group",
- "photo_url": "https://telegra.ph/file/p/3501ab37cda/0d194d958d044c47e54391d.jpg?c=562,571,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Leave group"
- }
- },
- "lng_profile_link": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_link",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=527,404,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Link:"
- }
- },
"lng_profile_manage_admins": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_manage_admins",
"photo_url": "https://telegra.ph/file/p/f6234be24cb/036aba8fe128143b8e4341d.jpg?c=639,395,344,344,280,280",
@@ -3680,162 +1120,6 @@
"singular": "Manage admins"
}
},
- "lng_profile_manage_blocklist": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_manage_blocklist",
- "photo_url": "https://telegra.ph/file/p/d68c17f2c37/b6861f4279fec93983f121d.jpg?c=589,493,331,331,280,280",
- "has_binding": false,
- "values": {
- "singular": "Manage banned users"
- }
- },
- "lng_profile_photos": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_photos",
- "photo_url": "https://telegra.ph/file/p/45d433eb11d/2a23a7889cdba7cd778381d.jpg?c=551,629,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} photo",
- "plural": "
{count} photos"
- }
- },
- "lng_profile_recent_actions": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_recent_actions",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=573,749,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Recent actions"
- }
- },
- "lng_profile_report": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_report",
- "photo_url": "https://telegra.ph/file/p/0dd72a7213f/333a3bbbfcacce0c892021d.jpg?c=537,848,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Report"
- }
- },
- "lng_profile_search_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_search_messages",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=1222,191,309,309,280,280",
- "has_binding": false,
- "values": {
- "singular": "Search for messages"
- }
- },
- "lng_profile_send_message": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_send_message",
- "photo_url": "https://telegra.ph/file/p/f8d5b1ff51a/101462c4eaf1851ef06791d.jpg?c=849,141,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send Message"
- }
- },
- "lng_profile_set_group_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_set_group_photo",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=819,209,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Set Photo"
- }
- },
- "lng_profile_share_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_share_contact",
- "photo_url": "https://telegra.ph/file/p/f8d5b1ff51a/101462c4eaf1851ef06791d.jpg?c=1130,140,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Share Contact"
- }
- },
- "lng_profile_shared_links": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_shared_links",
- "photo_url": "https://telegra.ph/file/p/45d433eb11d/2a23a7889cdba7cd778381d.jpg?c=564,805,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} shared link",
- "plural": "
{count} shared links"
- }
- },
- "lng_profile_songs": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_songs",
- "photo_url": "https://telegra.ph/file/p/45d433eb11d/2a23a7889cdba7cd778381d.jpg?c=566,715,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} audio file",
- "plural": "
{count} audio files"
- }
- },
- "lng_profile_sure_kick": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_sure_kick",
- "photo_url": "https://telegra.ph/file/p/2ec8f92b242/6620b21236e3cf70589981d.jpg?c=491,341,483,483,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove
{user} from the group?"
- }
- },
- "lng_profile_sure_kick_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_sure_kick_channel",
- "photo_url": "https://telegra.ph/file/p/b0cab3e3374/a04a8f106e9dd7591c3661d.jpg?c=490,326,512,512,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remove
{user} from the channel?"
- }
- },
- "lng_profile_top_bar_share_contact": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_top_bar_share_contact",
- "photo_url": "https://telegra.ph/file/p/d1aa46aabff/a6154c1a6af555702da591d.jpg?c=599,6,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Share"
- }
- },
- "lng_profile_unblock_bot": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_unblock_bot",
- "photo_url": "https://telegra.ph/file/p/da05a2c4b80/ac69fe861dbc8c3cda68b1d.jpg?c=560,888,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unblock bot"
- }
- },
- "lng_profile_unblock_user": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_unblock_user",
- "photo_url": "https://telegra.ph/file/p/f8d5b1ff51a/101462c4eaf1851ef06791d.jpg?c=565,730,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Unblock user"
- }
- },
- "lng_profile_videos": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_videos",
- "photo_url": "https://telegra.ph/file/p/45d433eb11d/2a23a7889cdba7cd778381d.jpg?c=548,671,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} video",
- "plural": "
{count} videos"
- }
- },
- "lng_profile_view_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_profile_view_channel",
- "photo_url": "https://telegra.ph/file/p/60025ceaddf/144298754a7933571a4a01d.jpg?c=850,233,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "View Channel"
- }
- },
- "lng_recent_stickers_remove": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_recent_stickers_remove",
- "photo_url": "https://telegra.ph/file/p/d7305b21624/f02fed4c2f0c2842825d816.jpg?c=11,60,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Remove from Recent"
- }
- },
- "lng_record_cancel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_record_cancel",
- "photo_url": "https://telegra.ph/file/p/cf0ef29f6dd/624b5a79b2a703e78dec01d.jpg?c=846,691,499,499,280,280",
- "has_binding": true,
- "values": {
- "singular": "Release outside this field to cancel"
- }
- },
"lng_record_once_active_tooltip": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_record_once_active_tooltip",
"photo_url": "https://telegra.ph/file/p/d68289c7bb1/7bdac0b7a3b1412f65f6717.jpg?c=240,502,280,280,280,280",
@@ -3852,22 +1136,6 @@
"singular": "Click to set this message to **Play Once**."
}
},
- "lng_report_bot_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_bot_title",
- "photo_url": "https://telegra.ph/file/p/6d401666748/cedfe5b1ed7c51ac582741d.jpg?c=489,286,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Report bot"
- }
- },
- "lng_report_button": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_button",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=860,747,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Report"
- }
- },
"lng_report_profile_video_title": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_profile_video_title",
"photo_url": "https://telegra.ph/file/p/18325169277/50726e0b362d2ecb2b75416.jpg?c=4,60,280,280,280,280",
@@ -3876,46 +1144,6 @@
"singular": "Report profile photo"
}
},
- "lng_report_reason_description": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_reason_description",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=478,624,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Description"
- }
- },
- "lng_report_reason_other": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_reason_other",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=517,558,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Other"
- }
- },
- "lng_report_reason_pornography": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_reason_pornography",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=552,492,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Pornography"
- }
- },
- "lng_report_reason_spam": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_reason_spam",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=515,357,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Spam"
- }
- },
- "lng_report_reason_violence": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_reason_violence",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=527,422,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Violence"
- }
- },
"lng_report_spam": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_spam",
"photo_url": "https://telegra.ph/file/p/3bd045bafb9/59d07bef8798e54dff6881d.jpg?c=905,109,280,280,280,280",
@@ -3924,78 +1152,6 @@
"singular": "Report Spam"
}
},
- "lng_report_spam_done": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_spam_done",
- "photo_url": "https://telegra.ph/file/p/f2e3848e6df/8f97c01392cf8540e19c517.jpg?c=15,199,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Thank you for your report"
- }
- },
- "lng_report_spam_hide": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_spam_hide",
- "photo_url": "https://telegra.ph/file/p/3bd045bafb9/59d07bef8798e54dff6881d.jpg?c=1301,108,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Hide"
- }
- },
- "lng_report_spam_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_spam_sure",
- "photo_url": "https://telegra.ph/file/p/cc7416ebd6b/e73dece3199517bcb4a491d.jpg?c=462,241,678,678,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to report spam from this user?"
- }
- },
- "lng_report_spam_sure_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_spam_sure_channel",
- "photo_url": "https://telegra.ph/file/p/8e0e948b990/1f191858ca2a8772c56341d.jpg?c=474,265,633,633,280,280",
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to report spam in this channel?"
- }
- },
- "lng_report_spam_thanks": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_spam_thanks",
- "photo_url": "https://telegra.ph/file/p/63e1c34c2fa/5bd172bdbeb11804f4c971d.jpg?c=867,83,391,391,280,280",
- "has_binding": false,
- "values": {
- "singular": "Thank you for your report!"
- }
- },
- "lng_report_thanks": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_thanks",
- "photo_url": "https://telegra.ph/file/p/9e994d53761/a8033649cc28157a5225a1d.jpg?c=473,252,668,668,280,280",
- "has_binding": true,
- "values": {
- "singular": "Thank you! Your report will be reviewed by our team."
- }
- },
- "lng_report_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_report_title",
- "photo_url": "https://telegra.ph/file/p/b08d094d263/dd5ca5f5fa9d46e2498371d.jpg?c=506,279,306,306,280,280",
- "has_binding": false,
- "values": {
- "singular": "Report channel"
- }
- },
- "lng_restart_button": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_restart_button",
- "photo_url": "https://telegra.ph/file/p/87d33a4dbbb/3f108e3b9ef1dc3f386001d.jpg?c=98,450,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Restart"
- }
- },
- "lng_restricted_list_title": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_restricted_list_title",
- "photo_url": "https://telegra.ph/file/p/f65a44b81b6/a3c830c33a3e869989c3d1d.jpg?c=462,33,322,322,280,280",
- "has_binding": false,
- "values": {
- "singular": "Restricted users"
- }
- },
"lng_restricted_send_gifs": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_restricted_send_gifs",
"photo_url": "https://telegra.ph/file/p/4d701d9f887/ce06eb27fe896a8617e7c19.jpg?c=684,269,492,492,280,280",
@@ -4076,120 +1232,6 @@
"singular": "You can't edit the rights of this admin."
}
},
- "lng_rights_chat_banned_custom": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_banned_custom",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=482,819,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Custom"
- }
- },
- "lng_rights_chat_banned_custom_date": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_banned_custom_date",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=531,777,284,284,280,280",
- "has_binding": false,
- "values": {
- "singular": "Until
{date}"
- }
- },
- "lng_rights_chat_banned_day": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_banned_day",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=493,663,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "For
{count} day",
- "plural": "For
{count} days"
- }
- },
- "lng_rights_chat_banned_forever": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_banned_forever",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=486,599,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Forever"
- }
- },
- "lng_rights_chat_banned_until_header": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_banned_until_header",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=458,540,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Restricted until"
- }
- },
- "lng_rights_chat_banned_week": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_banned_week",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=500,720,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "For
{count} week",
- "plural": "For
{count} weeks"
- }
- },
- "lng_rights_chat_read": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_read",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=552,148,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Read messages"
- }
- },
- "lng_rights_chat_send_links": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_send_links",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=535,405,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Embed links"
- }
- },
- "lng_rights_chat_send_media": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_send_media",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=533,276,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send media"
- }
- },
- "lng_rights_chat_send_stickers": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_send_stickers",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=557,323,324,324,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send stickers & GIFs"
- }
- },
- "lng_rights_chat_send_text": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_chat_send_text",
- "photo_url": "https://telegra.ph/file/p/9b38ef1dd30/fa67a199de5fdae9c86e81d.jpg?c=551,212,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Send messages"
- }
- },
- "lng_rights_user_restrictions": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_user_restrictions",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=462,33,331,331,280,280",
- "has_binding": true,
- "values": {
- "singular": "User permissions"
- }
- },
- "lng_rights_user_restrictions_header": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_rights_user_restrictions_header",
- "photo_url": "https://telegra.ph/file/p/51fcc30f872/aaf5cedbc20764558d0051d.jpg?c=456,99,376,376,280,280",
- "has_binding": false,
- "values": {
- "singular": "What can this member do?"
- }
- },
- "lng_save_downloaded": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_save_downloaded",
- "photo_url": "https://telegra.ph/file/p/ab1c3ca8dbd/5b3e9b45252b1ecc808321d.jpg?c=701,822,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{ready} /
{total} {mb}"
- }
- },
"lng_saved_about_hidden": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_saved_about_hidden",
"photo_url": "https://telegra.ph/file/p/e4b635f95fd/cba7301efbc50120be71f17.jpg?c=60,442,536,528,280,276",
@@ -4198,14 +1240,6 @@
"singular": "Senders of these messages restricted to link their name when forwarding."
}
},
- "lng_saved_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_saved_messages",
- "photo_url": "https://telegra.ph/file/p/b794170c149/321c8eb57e7da9cb95e1f1d.jpg?c=689,109,296,296,280,280",
- "has_binding": true,
- "values": {
- "singular": "Saved Messages"
- }
- },
"lng_saved_open_channel": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_saved_open_channel",
"photo_url": "https://telegra.ph/file/p/28cf25bb280/b9f7dafaa2d241b40966217.jpg?c=193,687,280,280,280,280",
@@ -4230,14 +1264,6 @@
"singular": "Open Group"
}
},
- "lng_search_messages_from": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_search_messages_from",
- "photo_url": "https://telegra.ph/file/p/e298bed39ae/0051d7fd1d8bc3e99b27b1d.jpg?c=453,28,419,419,280,280",
- "has_binding": false,
- "values": {
- "singular": "Show messages from"
- }
- },
"lng_search_tab_this_chat": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_search_tab_this_chat",
"photo_url": "https://telegra.ph/file/p/e6f636b050a/ed0f68e42edfe192c35af19.jpg?c=115,101,280,280,280,280",
@@ -4246,39 +1272,6 @@
"singular": "This Chat"
}
},
- "lng_selected_cancel_sure_this": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_cancel_sure_this",
- "photo_url": "https://telegra.ph/file/p/f4d488e9b9c/16df8b561060b09a050e01d.jpg?c=506,433,293,293,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel uploading?"
- }
- },
- "lng_selected_clear": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_clear",
- "photo_url": "https://telegra.ph/file/p/f1209066427/d55863a7b665fbec3f7e01d.jpg?c=642,594,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
- "lng_selected_delete": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_delete",
- "photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=719,22,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Delete"
- }
- },
- "lng_selected_delete_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_delete_sure",
- "photo_url": "https://telegra.ph/file/p/ca7ef3d7cdf/421899b1c6bf4ebb82d891d.jpg?c=483,271,550,550,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to delete
{count} message?",
- "plural": "Do you want to delete
{count} messages?"
- }
- },
"lng_selected_delete_sure_this": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_delete_sure_this",
"photo_url": "https://telegra.ph/file/p/698bfe48b51/80b770bc92290b247bf3b1d.jpg?c=485,238,572,572,280,280",
@@ -4287,14 +1280,6 @@
"singular": "Do you want to delete this message?"
}
},
- "lng_selected_forward": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_forward",
- "photo_url": "https://telegra.ph/file/p/f9b30e96797/bf0de2b740e33aa3467761d.jpg?c=515,21,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Forward"
- }
- },
"lng_selected_upload_stop": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_selected_upload_stop",
"photo_url": "https://telegra.ph/file/p/bfce49e80df/1746740793866a023efd41d.jpg?c=869,516,280,280,280,280",
@@ -4303,104 +1288,6 @@
"singular": "Stop"
}
},
- "lng_send_action_record_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_record_audio",
- "photo_url": "https://telegra.ph/file/p/9576584bfc9/b170c52dd4d7cd00a94e51d.jpg?c=565,31,388,388,280,280",
- "has_binding": true,
- "values": {
- "singular": "recording a voice message"
- }
- },
- "lng_send_action_record_round": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_record_round",
- "photo_url": "https://telegra.ph/file/p/40d7824dca4/ffd04045fd7463562463120.jpg?c=562,31,394,394,280,280",
- "has_binding": true,
- "values": {
- "singular": "recording a video message"
- }
- },
- "lng_send_action_record_video": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_record_video",
- "photo_url": "https://telegra.ph/file/p/a7d2bf85245/ca900dbbe8db8ea51e15f1d.jpg?c=634,36,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "recording a video"
- }
- },
- "lng_send_action_upload_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_upload_audio",
- "photo_url": "https://telegra.ph/file/p/c3e1362b65c/c422bfd1fe9cf0d59da5a1d.jpg?c=621,34,371,371,280,280",
- "has_binding": true,
- "values": {
- "singular": "sending a voice message"
- }
- },
- "lng_send_action_upload_file": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_upload_file",
- "photo_url": "https://telegra.ph/file/p/6ee122b1d71/7d6c5d094247b23c37bf81d.jpg?c=601,40,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "sending a file"
- }
- },
- "lng_send_action_upload_photo": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_upload_photo",
- "photo_url": "https://telegra.ph/file/p/4fbdc7f2408/242e9b03262996561371f1d.jpg?c=415,16,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "sending a photo"
- }
- },
- "lng_send_action_upload_round": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_upload_round",
- "photo_url": "https://telegra.ph/file/p/4ae968f5046/5a1accd9651af937eda941d.jpg?c=620,28,381,381,280,280",
- "has_binding": true,
- "values": {
- "singular": "sending a video message"
- }
- },
- "lng_send_action_upload_video": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_action_upload_video",
- "photo_url": "https://telegra.ph/file/p/fbb5e2697fe/123d02da2233e08441eb41d.jpg?c=414,16,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "sending a video"
- }
- },
- "lng_send_button": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_button",
- "photo_url": "https://telegra.ph/file/p/da0ac0f1269/af15c2181cbdd2e08552a1d.jpg?c=908,601,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send"
- }
- },
- "lng_send_files_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_files_selected",
- "photo_url": "https://telegra.ph/file/p/80350b35128/06b7ecbc8b48d48d5dceb1d.jpg?c=469,374,282,282,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} file selected",
- "plural": "
{count} files selected"
- }
- },
- "lng_send_image_too_large": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_image_too_large",
- "photo_url": "https://telegra.ph/file/p/4a0b98830e0/50d2a4f71013565eee8041d.jpg?c=477,268,631,631,280,280",
- "has_binding": false,
- "values": {
- "singular": "File could not be sent, because it is larger than 2 GB:
{name}You can send as many files as you like, but each must be smaller than 2 GB."
- }
- },
- "lng_send_images_selected": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_images_selected",
- "photo_url": "https://telegra.ph/file/p/f1209066427/d55863a7b665fbec3f7e01d.jpg?c=464,321,336,336,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{count} image selected",
- "plural": "
{count} images selected"
- }
- },
"lng_send_non_premium_go": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_non_premium_go",
"photo_url": "https://telegra.ph/file/p/9193a5d0981/93159930de6cfe5eb30df17.jpg?c=192,464,280,280,280,280",
@@ -4417,47 +1304,6 @@
"singular": "Subscribe to **Premium**
to message
{user}."
}
},
- "lng_send_photos": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_send_photos",
- "photo_url": "https://telegra.ph/file/p/5d78584d298/6da4c85c7a76e3f547b681d.jpg?c=864,735,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Send as
{count} photo",
- "plural": "Send as
{count} photos"
- }
- },
- "lng_settings_drop_area_subtitle": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_settings_drop_area_subtitle",
- "photo_url": "https://telegra.ph/file/p/cad19aff1e0/692ff94054bc2395f2d241d.jpg?c=597,168,398,398,280,280",
- "has_binding": false,
- "values": {
- "singular": "to set it as your photo"
- }
- },
- "lng_settings_edit": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_settings_edit",
- "photo_url": "https://telegra.ph/file/p/36a68e18fbd/b180034ca74c0879fcfde1d.jpg?c=1304,22,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Edit"
- }
- },
- "lng_settings_save": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_settings_save",
- "photo_url": "https://telegra.ph/file/p/439e01150c9/e2130bd67f592f68af5461d.jpg?c=917,892,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Save"
- }
- },
- "lng_status_bot": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_status_bot",
- "photo_url": "https://telegra.ph/file/p/907d44e5866/cd12df8ce053b973b525a1d.jpg?c=466,41,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "bot"
- }
- },
"lng_status_last_month": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_status_last_month",
"photo_url": "https://telegra.ph/file/p/2f8d63921fb/8819ed290cbf912207b991d.jpg?c=519,31,364,364,280,280",
@@ -4474,30 +1320,6 @@
"singular": "last seen within a week"
}
},
- "lng_status_lastseen_date": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_status_lastseen_date",
- "photo_url": "https://telegra.ph/file/p/df6f33e58d1/145d16ea8ea39a9bf1f331d.jpg?c=523,36,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "last seen
{date}"
- }
- },
- "lng_status_lastseen_now": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_status_lastseen_now",
- "photo_url": "https://telegra.ph/file/p/439e01150c9/e2130bd67f592f68af5461d.jpg?c=558,498,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "last seen just now"
- }
- },
- "lng_status_lastseen_yesterday": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_status_lastseen_yesterday",
- "photo_url": "https://telegra.ph/file/p/c90c38dfaf2/97a8a08b1f62db10f52181d.jpg?c=520,19,407,407,280,280",
- "has_binding": false,
- "values": {
- "singular": "last seen yesterday at
{time}"
- }
- },
"lng_status_offline": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_status_offline",
"photo_url": "https://telegra.ph/file/p/651815742e6/15593b827cbaded6c50ee1d.jpg?c=526,33,366,366,280,280",
@@ -4554,14 +1376,6 @@
"singular": "Learn More..."
}
},
- "lng_sure_ban_user_group": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_sure_ban_user_group",
- "photo_url": "https://telegra.ph/file/p/537b0d7e634/031a27c822d76da8127851d.jpg?c=497,393,373,373,280,280",
- "has_binding": false,
- "values": {
- "singular": "Do you want to ban
{user} from the group?"
- }
- },
"lng_sure_delete_by_date_many": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_sure_delete_by_date_many",
"photo_url": "https://telegra.ph/file/p/53471aafb89/09df3bec10d435dc2a24917.jpg?c=39,258,366,366,280,280",
@@ -4578,14 +1392,6 @@
"singular": "Are you sure you want to delete all messages for **
{date}**?
This action cannot be undone."
}
},
- "lng_sure_delete_saved_messages": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_sure_delete_saved_messages",
- "photo_url": "https://telegra.ph/file/p/db018f59535/7838e39e5db48f71fd67e1d.jpg?c=540,349,628,628,280,280",
- "has_binding": true,
- "values": {
- "singular": "Are you sure you want to delete all your saved messages?
This action cannot be undone."
- }
- },
"lng_sure_delete_selected_days": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_sure_delete_selected_days",
"photo_url": "https://telegra.ph/file/p/53471aafb89/09df3bec10d435dc2a24917.jpg?c=150,289,280,280,280,280",
@@ -4595,30 +1401,6 @@
"plural": "
{count} selected days"
}
},
- "lng_switch_emoji": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_switch_emoji",
- "photo_url": "https://telegra.ph/file/p/7948c2d4ca6/fff0645f08f7e280c353b1d.jpg?c=848,267,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Emoji"
- }
- },
- "lng_switch_gifs": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_switch_gifs",
- "photo_url": "https://telegra.ph/file/p/7948c2d4ca6/fff0645f08f7e280c353b1d.jpg?c=1247,266,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "GIFs"
- }
- },
- "lng_switch_stickers": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_switch_stickers",
- "photo_url": "https://telegra.ph/file/p/7948c2d4ca6/fff0645f08f7e280c353b1d.jpg?c=1061,265,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Stickers"
- }
- },
"lng_ttl_edit_about": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_edit_about",
"photo_url": "https://telegra.ph/file/p/df1963d7d37/1aea1af1b80bbb24c719a17.jpg?c=112,321,364,364,280,280",
@@ -4635,22 +1417,6 @@
"singular": "Expired photo"
}
},
- "lng_ttl_photo_received": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_photo_received",
- "photo_url": "https://telegra.ph/file/p/b8a55ddb727/1c11971dfb14f747f24f31d.jpg?c=465,17,1100,1100,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} sent you a self-destructing photo. Please view it on your mobile."
- }
- },
- "lng_ttl_photo_sent": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_photo_sent",
- "photo_url": "https://telegra.ph/file/p/b8a55ddb727/1c11971dfb14f747f24f31d.jpg?c=770,562,551,551,280,280",
- "has_binding": false,
- "values": {
- "singular": "You sent a self-destructing photo."
- }
- },
"lng_ttl_round_expired": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_round_expired",
"photo_url": "https://telegra.ph/file/p/e85aa756980/e493171aaa5d060b5311117.jpg?c=200,569,280,280,280,280",
@@ -4683,22 +1449,6 @@
"singular": "Expired video"
}
},
- "lng_ttl_video_received": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_video_received",
- "photo_url": "https://telegra.ph/file/p/b8a55ddb727/1c11971dfb14f747f24f31d.jpg?c=459,27,1100,1100,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{from} sent you a self-destructing video. Please view it on your mobile."
- }
- },
- "lng_ttl_video_sent": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_video_sent",
- "photo_url": "https://telegra.ph/file/p/b8a55ddb727/1c11971dfb14f747f24f31d.jpg?c=761,566,589,589,280,280",
- "has_binding": false,
- "values": {
- "singular": "You sent a self-destructing video."
- }
- },
"lng_ttl_voice_close_in": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_ttl_voice_close_in",
"photo_url": "https://telegra.ph/file/p/ff654f668a4/a8e651594113ca70421fb17.jpg?c=157,602,280,280,280,280",
@@ -4731,46 +1481,6 @@
"singular": "This message will disappear after **
{user}** plays it once."
}
},
- "lng_typing": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_typing",
- "photo_url": "https://telegra.ph/file/p/324ba2d0dfe/6a2f02ddd5ec6d3ecae6f1d.jpg?c=517,37,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "typing"
- }
- },
- "lng_unblock_button": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_unblock_button",
- "photo_url": "https://telegra.ph/file/p/bcde5c4e44c/4d72136d0b60ec0459bbd1d.jpg?c=902,216,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Unblock"
- }
- },
- "lng_user_action_record_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_user_action_record_audio",
- "photo_url": "https://telegra.ph/file/p/6a5fa2593dd/d31bc7fb4e5c791a3095a1d.jpg?c=554,24,502,502,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{user} is recording a voice message"
- }
- },
- "lng_user_action_record_round": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_user_action_record_round",
- "photo_url": "https://telegra.ph/file/p/9a4a7ed965f/3f02964d065bda23ddd891d.jpg?c=554,24,505,505,280,280",
- "has_binding": false,
- "values": {
- "singular": "
{user} is recording a video message"
- }
- },
- "lng_user_typing": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_user_typing",
- "photo_url": "https://telegra.ph/file/p/e4ac41cc14a/e4be53f3b89348918331f1d.jpg?c=160,135,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "
{user} is typing"
- }
- },
"lng_view_button_user": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_view_button_user",
"photo_url": "https://telegra.ph/file/p/6ad084d0e6d/5d316fd3de482109dde1916.jpg?c=21,120,279,280,280,280",
@@ -4779,62 +1489,6 @@
"singular": "Send message"
}
},
- "lng_weekday1": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday1",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=410,295,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Mon"
- }
- },
- "lng_weekday2": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday2",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=493,295,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Tue"
- }
- },
- "lng_weekday3": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday3",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=576,294,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Wed"
- }
- },
- "lng_weekday4": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday4",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=659,294,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Thu"
- }
- },
- "lng_weekday5": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday5",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=742,294,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Fri"
- }
- },
- "lng_weekday6": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday6",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=825,295,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sat"
- }
- },
- "lng_weekday7": {
- "url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_weekday7",
- "photo_url": "https://telegra.ph/file/p/e499b7499fc/d8777821b70bdc3dc58c31d.jpg?c=908,295,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Sun"
- }
- },
"lng_will_be_notified": {
"url": "https://translations.telegram.org/en/tdesktop/private_chats/lng_will_be_notified",
"photo_url": "https://telegra.ph/file/p/1b9e1cda0b2/99827e413045830479d881d.jpg?c=1002,588,583,583,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/profile.json b/data/web_tr/translations.telegram.org/en/tdesktop/profile.json
index fedfab561f..c4bbe7badc 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/profile.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/profile.json
@@ -56,6 +56,38 @@
"singular": "
{username} is a collectible username that belongs to"
}
},
+ "lng_confirm_contact_data": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_confirm_contact_data",
+ "photo_url": "https://telegra.ph/file/p/e5bdc853695/c0477956e838382e77aa41d.jpg?c=755,313,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "New Contact"
+ }
+ },
+ "lng_contact_mobile_hidden": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_contact_mobile_hidden",
+ "photo_url": "https://telegra.ph/file/p/e5bdc853695/c0477956e838382e77aa41d.jpg?c=927,436,281,281,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Mobile hidden"
+ }
+ },
+ "lng_contact_phone_after": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_contact_phone_after",
+ "photo_url": "https://telegra.ph/file/p/e5bdc853695/c0477956e838382e77aa41d.jpg?c=720,594,649,649,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Phone number will be visible once
{user} adds you as a contact."
+ }
+ },
+ "lng_contact_phone_will_be_shared": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_contact_phone_will_be_shared",
+ "photo_url": "https://telegra.ph/file/p/e5bdc853695/c0477956e838382e77aa41d.jpg?c=731,781,522,522,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can make your phone visible to
{user}."
+ }
+ },
"lng_edit_lastseen_subscribe": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_edit_lastseen_subscribe",
"photo_url": "https://telegra.ph/file/p/822afcb14ce/33ee0bdc07e5db9a49dd417.jpg?c=142,382,315,315,280,280",
@@ -120,6 +152,30 @@
"singular": "Add my birthday >"
}
},
+ "lng_forward_send": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_forward_send",
+ "photo_url": "https://telegra.ph/file/p/2175c09c4ba/2af419b017746367682d31d.jpg?c=1119,527,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Send"
+ }
+ },
+ "lng_info_add_as_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_add_as_contact",
+ "photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=148,474,320,320,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add to contacts"
+ }
+ },
+ "lng_info_bio_label": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_bio_label",
+ "photo_url": "https://telegra.ph/file/p/bf73f34eb84/837c9976cf6875cf50cfb1d.jpg?c=498,491,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Bio"
+ }
+ },
"lng_info_birthday_label": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_birthday_label",
"photo_url": "https://telegra.ph/file/p/92aa4050de9/aa697e5fe079d7623e45017.jpg?c=107,301,280,280,280,280",
@@ -154,6 +210,46 @@
"plural": "
{date} (
{count} years old)"
}
},
+ "lng_info_channel_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_channel_title",
+ "photo_url": "https://telegra.ph/file/p/43554703c4e/34562a52b55497caac8551d.jpg?c=507,66,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channel Info"
+ }
+ },
+ "lng_info_delete_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_delete_contact",
+ "photo_url": "https://telegra.ph/file/p/e61096d8cee/e5999250f99035620062b1d.jpg?c=1842,923,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete contact"
+ }
+ },
+ "lng_info_edit_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_edit_contact",
+ "photo_url": "https://telegra.ph/file/p/e61096d8cee/e5999250f99035620062b1d.jpg?c=1815,859,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit contact"
+ }
+ },
+ "lng_info_group_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_group_title",
+ "photo_url": "https://telegra.ph/file/p/f9195a4230a/2e873ea188fb567d696c71d.jpg?c=496,70,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Group Info"
+ }
+ },
+ "lng_info_link_label": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_link_label",
+ "photo_url": "https://telegra.ph/file/p/43554703c4e/34562a52b55497caac8551d.jpg?c=558,395,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Link"
+ }
+ },
"lng_info_mobile_context_menu_fragment_about": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_mobile_context_menu_fragment_about",
"photo_url": "https://telegra.ph/file/p/9ff94f52b88/7da3ff7f7bdd2ab05614317.jpg?c=153,227,401,401,280,280",
@@ -170,6 +266,22 @@
"singular": "Fragment"
}
},
+ "lng_info_mobile_hidden": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_mobile_hidden",
+ "photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=124,386,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Hidden"
+ }
+ },
+ "lng_info_mobile_label": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_mobile_label",
+ "photo_url": "https://telegra.ph/file/p/bf73f34eb84/837c9976cf6875cf50cfb1d.jpg?c=513,398,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Mobile"
+ }
+ },
"lng_info_personal_channel_label": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_personal_channel_label",
"photo_url": "https://telegra.ph/file/p/c35beab5f70/858e796018c6b26fc315617.jpg?c=98,202,280,280,280,280",
@@ -178,6 +290,30 @@
"singular": "Channel"
}
},
+ "lng_info_share_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_share_contact",
+ "photo_url": "https://telegra.ph/file/p/d51b0f19dbe/48a583a8922c77358158119.jpg?c=393,562,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Share this contact"
+ }
+ },
+ "lng_info_user_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_user_title",
+ "photo_url": "https://telegra.ph/file/p/bf73f34eb84/837c9976cf6875cf50cfb1d.jpg?c=433,70,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "User Info"
+ }
+ },
+ "lng_info_username_label": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_info_username_label",
+ "photo_url": "https://telegra.ph/file/p/bf73f34eb84/837c9976cf6875cf50cfb1d.jpg?c=527,584,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Username"
+ }
+ },
"lng_lastseen_or": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_lastseen_or",
"photo_url": "https://telegra.ph/file/p/822afcb14ce/33ee0bdc07e5db9a49dd417.jpg?c=160,300,280,280,280,280",
@@ -250,6 +386,22 @@
"singular": "Set Emoji Status"
}
},
+ "lng_new_contact_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_new_contact_add",
+ "photo_url": "https://telegra.ph/file/p/7f080ba1ca3/ac91eec14b90e3259a2471d.jpg?c=785,105,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add contact"
+ }
+ },
+ "lng_new_contact_block": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_new_contact_block",
+ "photo_url": "https://telegra.ph/file/p/7f080ba1ca3/ac91eec14b90e3259a2471d.jpg?c=1548,106,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Block user"
+ }
+ },
"lng_premium_emoji_status_about": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_premium_emoji_status_about",
"photo_url": "https://telegra.ph/file/p/7e7c47fe858/576de8ab27b8db3a99d1217.jpg?c=83,180,435,435,280,280",
@@ -274,6 +426,31 @@
"singular": "
{user} set this emoji from
{link} as their current status."
}
},
+ "lng_profile_add_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_add_contact",
+ "photo_url": "https://telegra.ph/file/p/59c78db97f9/f0d6d46733cac01f55e8d1d.jpg?c=1293,21,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add Contact"
+ }
+ },
+ "lng_profile_audios": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_audios",
+ "photo_url": "https://telegra.ph/file/p/609cd362d29/b477cbeb020d38f68467a1d.jpg?c=644,622,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} voice message",
+ "plural": "
{count} voice messages"
+ }
+ },
+ "lng_profile_block_user": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_block_user",
+ "photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=132,1129,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Block user"
+ }
+ },
"lng_profile_camera_title": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_camera_title",
"photo_url": "https://telegra.ph/file/p/a599ea967cc/3b805440f6b9a2fc63c3b16.jpg?c=3,44,280,280,280,280",
@@ -290,6 +467,31 @@
"singular": "Clear history"
}
},
+ "lng_profile_common_groups": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_common_groups",
+ "photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=158,814,322,322,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} group in common",
+ "plural": "
{count} groups in common"
+ }
+ },
+ "lng_profile_delete_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_delete_contact",
+ "photo_url": "https://telegra.ph/file/p/28217ca8a33/ec2714bccb513fb2df90a1d.jpg?c=1293,22,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete"
+ }
+ },
+ "lng_profile_delete_conversation": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_delete_conversation",
+ "photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=149,1007,322,322,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete chat"
+ }
+ },
"lng_profile_enable_notifications": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_enable_notifications",
"photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=137,612,280,280,280,280",
@@ -306,6 +508,14 @@
"singular": "Gift Premium"
}
},
+ "lng_profile_join_group": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_join_group",
+ "photo_url": "https://telegra.ph/file/p/f9195a4230a/2e873ea188fb567d696c71d.jpg?c=767,147,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Join Group"
+ }
+ },
"lng_profile_photo_reset": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_photo_reset",
"photo_url": "https://telegra.ph/file/p/bd0d6d711ef/570a7ef3ab0ddfd1b92db17.jpg?c=144,247,280,280,280,280",
@@ -314,6 +524,22 @@
"singular": "Reset to Original"
}
},
+ "lng_profile_restart_bot": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_restart_bot",
+ "photo_url": "https://telegra.ph/file/p/6e99b398516/ac30b89ec39f98afa3d831d.jpg?c=45,443,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Restart bot"
+ }
+ },
+ "lng_profile_send_message": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_send_message",
+ "photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=146,706,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Send Message"
+ }
+ },
"lng_profile_set_photo_for": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_set_photo_for",
"photo_url": "https://telegra.ph/file/p/bd0d6d711ef/570a7ef3ab0ddfd1b92db17.jpg?c=145,182,280,280,280,280",
@@ -339,6 +565,14 @@
"singular": "Suggest Profile Photo"
}
},
+ "lng_profile_username": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_profile_username",
+ "photo_url": "https://telegra.ph/file/p/609cd362d29/b477cbeb020d38f68467a1d.jpg?c=610,362,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Username:"
+ }
+ },
"lng_report_and_ban": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_report_and_ban",
"photo_url": "https://telegra.ph/file/p/e2dd1204d5f/8f82ad170a62ceef4f55f17.jpg?c=118,404,280,280,280,280",
@@ -379,6 +613,14 @@
"singular": "Report reaction"
}
},
+ "lng_scam_badge": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_scam_badge",
+ "photo_url": "https://telegra.ph/file/p/9cc2be3ab5c/a32670fc96bdb78a5abbe1d.jpg?c=650,0,280,278,280,278",
+ "has_binding": true,
+ "values": {
+ "singular": "SCAM"
+ }
+ },
"lng_settings_birthday_about": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_settings_birthday_about",
"photo_url": "https://telegra.ph/file/p/e88509ec5cf/61cec6d202a3834ec418b17.jpg?c=61,466,439,439,280,280",
@@ -499,6 +741,14 @@
"singular": "Start a Channel"
}
},
+ "lng_settings_crop_profile": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_settings_crop_profile",
+ "photo_url": "https://telegra.ph/file/p/99ced074a83/1caddbd096983587ada721d.jpg?c=519,481,567,567,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Select an area for your profile photo"
+ }
+ },
"lng_status_last_week": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_status_last_week",
"photo_url": "https://telegra.ph/file/p/94d1c5f5b00/919bac01b2328bd9e53641d.jpg?c=207,216,369,369,280,280",
@@ -515,6 +765,14 @@
"singular": "when?"
}
},
+ "lng_sure_delete_contact": {
+ "url": "https://translations.telegram.org/en/tdesktop/profile/lng_sure_delete_contact",
+ "photo_url": "https://telegra.ph/file/p/0911a45933b/1258d28bcb319e60f58501d.jpg?c=530,326,680,680,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete
{contact} from your contact list?"
+ }
+ },
"lng_username_description": {
"url": "https://translations.telegram.org/en/tdesktop/profile/lng_username_description",
"photo_url": "https://telegra.ph/file/p/f4f680c28ea/1cb5940810b6cca49f5fe16.jpg?c=9,110,280,280,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/settings.json b/data/web_tr/translations.telegram.org/en/tdesktop/settings.json
index d72f616ba6..27e5a6458e 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/settings.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/settings.json
@@ -40,6 +40,14 @@
"singular": "Apply"
}
},
+ "lng_background_blur": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_background_blur",
+ "photo_url": "https://telegra.ph/file/p/6755f730aca/4c93a2b9a9a2b9fd949c61d.jpg?c=244,575,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Blurred"
+ }
+ },
"lng_background_header": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_background_header",
"photo_url": "https://telegra.ph/file/p/97daacb7cba/a8378822364768de14c741d.jpg?c=27,12,407,407,280,280",
@@ -64,6 +72,14 @@
"singular": "Share"
}
},
+ "lng_background_sure_delete": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_background_sure_delete",
+ "photo_url": "https://telegra.ph/file/p/a2804ef2b9f/10d55af38302781c614e91d.jpg?c=77,342,567,567,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete this wallpaper?"
+ }
+ },
"lng_background_text1": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_background_text1",
"photo_url": "https://telegra.ph/file/p/97daacb7cba/a8378822364768de14c741d.jpg?c=22,241,609,609,280,280",
@@ -88,6 +104,22 @@
"singular": "Choose a Wallpaper"
}
},
+ "lng_bad_code": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_bad_code",
+ "photo_url": "https://telegra.ph/file/p/bab17c25850/66c6bdb02386bd64c752a1d.jpg?c=489,392,494,494,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You have entered an invalid code."
+ }
+ },
+ "lng_bad_phone": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_bad_phone",
+ "photo_url": "https://telegra.ph/file/p/104a478814a/c2afff4c12503094649dd1d.jpg?c=484,321,575,575,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invalid phone number. Please try again."
+ }
+ },
"lng_blocked_list_about": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_blocked_list_about",
"photo_url": "https://telegra.ph/file/p/c7d8c5c524c/31c55287541361d829ca91d.jpg?c=409,104,786,786,280,280",
@@ -96,14 +128,6 @@
"singular": "Blocked users can't send you messages or add you to groups. They will not see your profile photos, stories, online and last seen status."
}
},
- "lng_blocked_list_add": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_blocked_list_add",
- "photo_url": "https://telegra.ph/file/p/63a4afced21/1bc3e768e2c6de14506231d.jpg?c=498,645,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Block user"
- }
- },
"lng_blocked_list_title": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_blocked_list_title",
"photo_url": "https://telegra.ph/file/p/c7d8c5c524c/31c55287541361d829ca91d.jpg?c=463,32,280,280,280,280",
@@ -112,6 +136,14 @@
"singular": "Blocked users"
}
},
+ "lng_blocked_list_unblock": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_blocked_list_unblock",
+ "photo_url": "https://telegra.ph/file/p/c7d8c5c524c/31c55287541361d829ca91d.jpg?c=900,142,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Unblock"
+ }
+ },
"lng_box_no": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_box_no",
"photo_url": "https://telegra.ph/file/p/454743dd712/1a15f528396dd65532ef816.jpg?c=15,103,280,280,280,280",
@@ -120,6 +152,14 @@
"singular": "No"
}
},
+ "lng_box_ok": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_box_ok",
+ "photo_url": "https://telegra.ph/file/p/ea73fd5f6e4/eef771e8a365f619ca9281d.jpg?c=324,244,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "OK"
+ }
+ },
"lng_box_remove": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_box_remove",
"photo_url": "https://telegra.ph/file/p/ff114286b9a/1fd6f636085a49c18770b1d.jpg?c=925,707,280,280,280,280",
@@ -136,6 +176,14 @@
"singular": "Yes"
}
},
+ "lng_cancel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_cancel",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=284,645,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Cancel"
+ }
+ },
"lng_change_phone_code_title": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_change_phone_code_title",
"photo_url": "https://telegra.ph/file/p/bab17c25850/66c6bdb02386bd64c752a1d.jpg?c=473,422,280,280,280,280",
@@ -152,6 +200,14 @@
"singular": "Your new number will receive a confirmation code via call or SMS."
}
},
+ "lng_change_phone_new_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_change_phone_new_title",
+ "photo_url": "https://telegra.ph/file/p/104a478814a/c2afff4c12503094649dd1d.jpg?c=507,379,281,281,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enter new number"
+ }
+ },
"lng_change_phone_occupied": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_change_phone_occupied",
"photo_url": "https://telegra.ph/file/p/c78e10042d8/a79092b9b6e50a5d45cde1d.jpg?c=474,254,656,656,280,280",
@@ -160,6 +216,14 @@
"singular": "The number
{phone} is already connected to a Telegram account. Please delete that account before using this number."
}
},
+ "lng_change_phone_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_change_phone_title",
+ "photo_url": "https://telegra.ph/file/p/104a478814a/c2afff4c12503094649dd1d.jpg?c=495,243,455,455,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Change phone number"
+ }
+ },
"lng_clear_payment_info_confirm": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_clear_payment_info_confirm",
"photo_url": "https://telegra.ph/file/p/fccb3b04a34/b3fd7dc8226e9b4bf3cde16.jpg?c=9,85,280,280,280,280",
@@ -192,6 +256,14 @@
"singular": "Enter new password hint"
}
},
+ "lng_cloud_password_confirm": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_cloud_password_confirm",
+ "photo_url": "https://telegra.ph/file/p/35e3234d0ee/4999dbb82644128121f2f1d.jpg?c=655,672,379,379,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Confirm recovery email"
+ }
+ },
"lng_cloud_password_confirm_new": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_cloud_password_confirm_new",
"photo_url": "https://telegra.ph/file/p/6b597cf0fd3/6a4cb405350f7922fdb251d.jpg?c=559,510,389,389,280,280",
@@ -328,6 +400,14 @@
"singular": "Skip email"
}
},
+ "lng_cloud_password_waiting_code": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_cloud_password_waiting_code",
+ "photo_url": "https://telegra.ph/file/p/35e3234d0ee/4999dbb82644128121f2f1d.jpg?c=627,381,737,737,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Confirmation code sent to
{email}..."
+ }
+ },
"lng_confirm_phone_success": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_confirm_phone_success",
"photo_url": "https://telegra.ph/file/p/bc150cf8ce1/08567d408148edadfc6391d.jpg?c=473,154,619,619,280,280",
@@ -336,12 +416,12 @@
"singular": "Success!
The deletion process was canceled for your account
{phone}. You may close this window now."
}
},
- "lng_connection_proxy_connecting": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_connection_proxy_connecting",
- "photo_url": "https://telegra.ph/file/p/b2e2dbcd287/126745cb4e6d8ce740a741d.jpg?c=567,564,440,440,280,280",
- "has_binding": false,
+ "lng_connection_try_ipv6": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_connection_try_ipv6",
+ "photo_url": "https://telegra.ph/file/p/6db31936ccf/a7fbf2d2629537302acc01d.jpg?c=555,626,445,445,280,280",
+ "has_binding": true,
"values": {
- "singular": "Connecting through proxy..."
+ "singular": "Try connecting through IPv6"
}
},
"lng_context_mark_read_sure": {
@@ -360,22 +440,6 @@
"singular": "Continue"
}
},
- "lng_credits_summary_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_credits_summary_title",
- "photo_url": "https://telegra.ph/file/p/4a14aa2e002/c0dcdba30bf3af7ff04f017.jpg?c=93,407,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Telegram Stars"
- }
- },
- "lng_download_path_failed": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_download_path_failed",
- "photo_url": "https://telegra.ph/file/p/82633b679ac/efc8a0187f3f7e3e7a1d81d.jpg?c=485,183,512,512,280,280",
- "has_binding": false,
- "values": {
- "singular": "File download could not be started.
This might be because your selected download location is invalid. Try changing it in Settings > Advanced > Download Path."
- }
- },
"lng_downloads_delete_sure": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_downloads_delete_sure",
"photo_url": "https://telegra.ph/file/p/c94a36f1746/fffcb901cfbae36bc5eed16.jpg?c=5,100,280,280,280,280",
@@ -393,6 +457,14 @@
"singular": "Downloads"
}
},
+ "lng_edit_channel_color": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_channel_color",
+ "photo_url": "https://telegra.ph/file/p/c96588aa602/3680998a8330670e9defc17.jpg?c=98,298,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Appearance"
+ }
+ },
"lng_edit_lastseen_hide_read_time": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_lastseen_hide_read_time",
"photo_url": "https://telegra.ph/file/p/e467076cc6c/07deabc354ec8198876a917.jpg?c=54,417,280,280,280,280",
@@ -425,28 +497,52 @@
"singular": "If you subscribe to Premium, you will see other users' last seen and read time even if you hid yours from them (unless they specifically restricted it)."
}
},
- "lng_edit_privacy_birthday_always_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_birthday_always_title",
- "photo_url": "https://telegra.ph/file/p/340a53192b6/e54cb52cbc94e24b7338717.jpg?c=57,46,280,280,280,280",
+ "lng_edit_privacy_about_exceptions": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_about_exceptions",
+ "photo_url": "https://telegra.ph/file/p/f113f1a5964/a5ed3bc6239c92d8c866a17.jpg?c=45,314,510,510,280,280",
"has_binding": false,
"values": {
- "singular": "Always allow"
+ "singular": "These users will or will not be able to see your profile bio regardless of the settings above."
}
},
- "lng_edit_privacy_birthday_never_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_birthday_never_title",
- "photo_url": "https://telegra.ph/file/p/7a184b4d777/a315b8d9b3f1a4cd235cb17.jpg?c=57,45,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Never allow"
- }
- },
- "lng_edit_privacy_contacts_and_premium": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_contacts_and_premium",
- "photo_url": "https://telegra.ph/file/p/e71bb6d823c/f5ea489fcfad74eadec2f17.jpg?c=254,533,280,280,280,280",
+ "lng_edit_privacy_about_header": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_about_header",
+ "photo_url": "https://telegra.ph/file/p/f113f1a5964/a5ed3bc6239c92d8c866a17.jpg?c=60,190,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Contacts & Premium"
+ "singular": "Who can see my bio"
+ }
+ },
+ "lng_edit_privacy_about_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_about_title",
+ "photo_url": "https://telegra.ph/file/p/f113f1a5964/a5ed3bc6239c92d8c866a17.jpg?c=47,150,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bio"
+ }
+ },
+ "lng_edit_privacy_contacts": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_contacts",
+ "photo_url": "https://telegra.ph/file/p/f9c3ff96d4b/443bfbe6ca292a99e3f861d.jpg?c=505,312,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "My contacts"
+ }
+ },
+ "lng_edit_privacy_everyone": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_everyone",
+ "photo_url": "https://telegra.ph/file/p/f9c3ff96d4b/443bfbe6ca292a99e3f861d.jpg?c=497,253,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Everybody"
+ }
+ },
+ "lng_edit_privacy_exceptions": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_exceptions",
+ "photo_url": "https://telegra.ph/file/p/f9c3ff96d4b/443bfbe6ca292a99e3f861d.jpg?c=460,560,311,311,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add exceptions"
}
},
"lng_edit_privacy_exceptions_add": {
@@ -466,20 +562,36 @@
"plural": "
{count} users"
}
},
- "lng_edit_privacy_exceptions_premium_and": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_exceptions_premium_and",
- "photo_url": "https://telegra.ph/file/p/c25721f063f/d18465d9c7a403230c20f17.jpg?c=262,366,280,280,280,280",
- "has_binding": true,
+ "lng_edit_privacy_forwards_always_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_forwards_always_title",
+ "photo_url": "https://telegra.ph/file/p/46ffc5bedcd/f910a0cf12bb552a4eeaf1d.jpg?c=709,193,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Premium &
{users}"
+ "singular": "Always Allow"
}
},
- "lng_edit_privacy_forwards_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_forwards_title",
- "photo_url": "https://telegra.ph/file/p/42959dac69e/a13aea10b903c5f6ae6401d.jpg?c=691,120,578,578,280,280",
+ "lng_edit_privacy_forwards_exceptions_everyone": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_forwards_exceptions_everyone",
+ "photo_url": "https://telegra.ph/file/p/26e1d72ea03/bb0eeecdded0fb0518aee17.jpg?c=51,271,478,478,280,280",
"has_binding": true,
"values": {
- "singular": "Forwarded Messages"
+ "singular": "You can add users or entire groups that will not see your profile photo."
+ }
+ },
+ "lng_edit_privacy_forwards_exceptions_nobody": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_forwards_exceptions_nobody",
+ "photo_url": "https://telegra.ph/file/p/b489668e5f0/067854e32caaa81212d8c17.jpg?c=50,246,486,486,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add users or entire groups which will still see your profile photo."
+ }
+ },
+ "lng_edit_privacy_forwards_never_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_forwards_never_title",
+ "photo_url": "https://telegra.ph/file/p/8a246a22f64/8ad4e400a57abc81cdf861d.jpg?c=707,198,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Never Allow"
}
},
"lng_edit_privacy_groups_always_empty": {
@@ -490,6 +602,22 @@
"singular": "Always allow"
}
},
+ "lng_edit_privacy_groups_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_groups_description",
+ "photo_url": "https://telegra.ph/file/p/b5cc7fbfafb/00453cd8783ceec09f1e91d.jpg?c=431,143,691,691,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can choose who can add you to groups and channels with granular precision:"
+ }
+ },
+ "lng_edit_privacy_groups_exceptions": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_groups_exceptions",
+ "photo_url": "https://telegra.ph/file/p/9d2d0c208e0/fdb5d07a81f670bb6ff051d.jpg?c=430,353,697,697,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "These users will or will not be able to add you to groups and channels regardless of the settings above."
+ }
+ },
"lng_edit_privacy_groups_header": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_groups_header",
"photo_url": "https://telegra.ph/file/p/8d76191a08a/2ca30ff102913b49c2e0017.jpg?c=5,20,546,546,280,280",
@@ -498,6 +626,14 @@
"singular": "Who can add me to groups and channels"
}
},
+ "lng_edit_privacy_groups_never_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_groups_never_empty",
+ "photo_url": "https://telegra.ph/file/p/b5cc7fbfafb/00453cd8783ceec09f1e91d.jpg?c=438,518,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Never allow"
+ }
+ },
"lng_edit_privacy_groups_title": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_groups_title",
"photo_url": "https://telegra.ph/file/p/b5cc7fbfafb/00453cd8783ceec09f1e91d.jpg?c=459,171,408,408,280,280",
@@ -530,14 +666,6 @@
"singular": "Never share with"
}
},
- "lng_edit_privacy_lastseen_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_lastseen_title",
- "photo_url": "https://telegra.ph/file/p/f9c3ff96d4b/443bfbe6ca292a99e3f861d.jpg?c=460,133,344,344,280,280",
- "has_binding": false,
- "values": {
- "singular": "Last Seen & Online"
- }
- },
"lng_edit_privacy_lastseen_warning": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_lastseen_warning",
"photo_url": "https://telegra.ph/file/p/f9c3ff96d4b/443bfbe6ca292a99e3f861d.jpg?c=425,231,748,748,280,280",
@@ -562,44 +690,20 @@
"singular": "Premium users"
}
},
- "lng_edit_privacy_premium_status": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_premium_status",
- "photo_url": "https://telegra.ph/file/p/27bb090cd8c/83cfbe5b01bfcb43b543017.jpg?c=127,185,335,335,280,280",
+ "lng_edit_privacy_profile_photo_always_empty": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_always_empty",
+ "photo_url": "https://telegra.ph/file/p/82edef4d298/297ac98f20e1a36eee3281d.jpg?c=939,736,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Always share with"
+ }
+ },
+ "lng_edit_privacy_profile_photo_public_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_public_about",
+ "photo_url": "https://telegra.ph/file/p/b489668e5f0/067854e32caaa81212d8c17.jpg?c=52,329,473,473,280,280",
"has_binding": true,
"values": {
- "singular": "all Telegram Premium subscribers"
- }
- },
- "lng_edit_privacy_profile_photo_always_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_always_title",
- "photo_url": "https://telegra.ph/file/p/82834408a96/263b69f9a256c379ae59b1d.jpg?c=965,201,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Always Share With"
- }
- },
- "lng_edit_privacy_profile_photo_header": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_header",
- "photo_url": "https://telegra.ph/file/p/e4d36bae25d/8b68b131eb2747531c6d11d.jpg?c=946,379,496,496,280,280",
- "has_binding": true,
- "values": {
- "singular": "Who can see my profile photos"
- }
- },
- "lng_edit_privacy_profile_photo_never_empty": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_never_empty",
- "photo_url": "https://telegra.ph/file/p/e4d36bae25d/8b68b131eb2747531c6d11d.jpg?c=935,736,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Never share with"
- }
- },
- "lng_edit_privacy_profile_photo_never_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_never_title",
- "photo_url": "https://telegra.ph/file/p/dd6c38fa847/d5b9aeae0e61c5f2f9e401d.jpg?c=958,199,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Never Share With"
+ "singular": "You can upload a public photo for users who are restricted from viewing your real profile photos."
}
},
"lng_edit_privacy_profile_photo_public_remove": {
@@ -610,6 +714,14 @@
"singular": "Remove Public Photo"
}
},
+ "lng_edit_privacy_profile_photo_public_set": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_public_set",
+ "photo_url": "https://telegra.ph/file/p/b489668e5f0/067854e32caaa81212d8c17.jpg?c=92,429,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Set Public Photo"
+ }
+ },
"lng_edit_privacy_profile_photo_public_update": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_public_update",
"photo_url": "https://telegra.ph/file/p/31802f4579e/92b2b9d696c05242896bd17.jpg?c=100,393,280,280,280,280",
@@ -618,30 +730,6 @@
"singular": "Update Public Photo"
}
},
- "lng_edit_privacy_profile_photo_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_profile_photo_title",
- "photo_url": "https://telegra.ph/file/p/e4d36bae25d/8b68b131eb2747531c6d11d.jpg?c=959,335,420,420,280,280",
- "has_binding": false,
- "values": {
- "singular": "Profile Photos"
- }
- },
- "lng_edit_privacy_user_types": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_user_types",
- "photo_url": "https://telegra.ph/file/p/27bb090cd8c/83cfbe5b01bfcb43b543017.jpg?c=49,144,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "User types"
- }
- },
- "lng_edit_privacy_users_and_groups": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_users_and_groups",
- "photo_url": "https://telegra.ph/file/p/27bb090cd8c/83cfbe5b01bfcb43b543017.jpg?c=57,243,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Users and groups"
- }
- },
"lng_edit_privacy_voices_always_empty": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_edit_privacy_voices_always_empty",
"photo_url": "https://telegra.ph/file/p/6f2ee9cbe0b/803fea42cd895749c3c6317.jpg?c=85,345,280,280,280,280",
@@ -682,12 +770,124 @@
"singular": "Voice Messages"
}
},
- "lng_export_invalid": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_invalid",
- "photo_url": null,
+ "lng_export_about_done": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_about_done",
+ "photo_url": "https://telegra.ph/file/p/b926ff66a1a/fa0b7c6f912fe99801f7a1d.jpg?c=10,203,575,575,280,280",
"has_binding": false,
"values": {
- "singular": "Sorry, you started a new data export, so this data export has been canceled."
+ "singular": "Your data was successfully exported."
+ }
+ },
+ "lng_export_done": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_done",
+ "photo_url": "https://telegra.ph/file/p/b926ff66a1a/fa0b7c6f912fe99801f7a1d.jpg?c=211,605,286,286,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show my data"
+ }
+ },
+ "lng_export_finished": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_finished",
+ "photo_url": "https://telegra.ph/file/p/b926ff66a1a/fa0b7c6f912fe99801f7a1d.jpg?c=19,76,387,387,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Data export completed."
+ }
+ },
+ "lng_export_header_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_header_chats",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=20,362,357,357,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Chat export settings"
+ }
+ },
+ "lng_export_header_format": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_header_format",
+ "photo_url": "https://telegra.ph/file/p/1fc12401fdf/6035632af7d9131b3e16d1d.jpg?c=21,354,360,360,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Location and format"
+ }
+ },
+ "lng_export_header_media": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_header_media",
+ "photo_url": "https://telegra.ph/file/p/4a4ffc0314e/7b8ffb9efe4edc3fe805617.jpg?c=14,242,321,321,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Media export settings"
+ }
+ },
+ "lng_export_header_other": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_header_other",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=9,315,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Other"
+ }
+ },
+ "lng_export_option_bot_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_bot_chats",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=69,519,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Bot chats"
+ }
+ },
+ "lng_export_option_contacts": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_contacts",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=73,227,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Contacts list"
+ }
+ },
+ "lng_export_option_contacts_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_contacts_about",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=0,82,718,759,266,280",
+ "has_binding": false,
+ "values": {
+ "singular": "If you allow access, contacts are continuously synced with Telegram. You can adjust this in Settings > Privacy & Security on mobile devices."
+ }
+ },
+ "lng_export_option_files": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_files",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=56,194,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Files"
+ }
+ },
+ "lng_export_option_gifs": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_gifs",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=70,138,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "GIFs"
+ }
+ },
+ "lng_export_option_html": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_html",
+ "photo_url": "https://telegra.ph/file/p/1fc12401fdf/6035632af7d9131b3e16d1d.jpg?c=81,445,369,369,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Human-readable HTML"
+ }
+ },
+ "lng_export_option_html_and_json": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_html_and_json",
+ "photo_url": "https://telegra.ph/file/p/1dc9d775222/c0f7d4a658c166a0c387e16.jpg?c=3,72,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Both"
+ }
+ },
+ "lng_export_option_info": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_info",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=81,84,329,329,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Account information"
}
},
"lng_export_option_info_about": {
@@ -698,6 +898,78 @@
"singular": "Your chosen display name, username, phone number and profile photos."
}
},
+ "lng_export_option_json": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_json",
+ "photo_url": "https://telegra.ph/file/p/1fc12401fdf/6035632af7d9131b3e16d1d.jpg?c=81,493,373,373,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Machine-readable JSON"
+ }
+ },
+ "lng_export_option_location": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_location",
+ "photo_url": "https://telegra.ph/file/p/1fc12401fdf/6035632af7d9131b3e16d1d.jpg?c=0,156,714,725,276,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Download path:
{path}"
+ }
+ },
+ "lng_export_option_other": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_other",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=77,485,305,305,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Miscellaneous data"
+ }
+ },
+ "lng_export_option_other_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_other_about",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=0,202,694,699,278,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Other types of data not mentioned above (beta)."
+ }
+ },
+ "lng_export_option_personal_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_personal_chats",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=79,462,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Personal chats"
+ }
+ },
+ "lng_export_option_photos": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_photos",
+ "photo_url": "https://telegra.ph/file/p/4a4ffc0314e/7b8ffb9efe4edc3fe805617.jpg?c=57,87,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Photos"
+ }
+ },
+ "lng_export_option_private_groups": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_private_groups",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=79,579,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Private groups"
+ }
+ },
+ "lng_export_option_public_channels": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_public_channels",
+ "photo_url": "https://telegra.ph/file/p/4a4ffc0314e/7b8ffb9efe4edc3fe805617.jpg?c=57,206,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Public channels"
+ }
+ },
+ "lng_export_option_sessions": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_sessions",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=72,371,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Active sessions"
+ }
+ },
"lng_export_option_sessions_about": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_sessions_about",
"photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=0,144,706,719,274,280",
@@ -706,12 +978,60 @@
"singular": "We may store this to display your connected devices in Settings > Privacy & Security > Show all sessions."
}
},
- "lng_export_state_userpics": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_state_userpics",
- "photo_url": "https://telegra.ph/file/p/e704a49bb22/047d629a2b1bf62f85d491d.jpg?c=128,615,281,281,280,280",
+ "lng_export_option_size_limit": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_size_limit",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=401,194,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Profile photos"
+ "singular": "Size limit:
{size}"
+ }
+ },
+ "lng_export_option_stickers": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_stickers",
+ "photo_url": "https://telegra.ph/file/p/0dbdc3e0558/250db146be8efbd8ec7041d.jpg?c=60,81,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Stickers"
+ }
+ },
+ "lng_export_option_video_files": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_video_files",
+ "photo_url": "https://telegra.ph/file/p/4a4ffc0314e/7b8ffb9efe4edc3fe805617.jpg?c=56,128,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Videos"
+ }
+ },
+ "lng_export_option_video_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_video_messages",
+ "photo_url": "https://telegra.ph/file/p/4a4ffc0314e/7b8ffb9efe4edc3fe805617.jpg?c=70,211,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Video messages"
+ }
+ },
+ "lng_export_option_voice_messages": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_option_voice_messages",
+ "photo_url": "https://telegra.ph/file/p/4a4ffc0314e/7b8ffb9efe4edc3fe805617.jpg?c=70,168,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Voice messages"
+ }
+ },
+ "lng_export_start": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_start",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=411,644,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Export"
+ }
+ },
+ "lng_export_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_export_title",
+ "photo_url": "https://telegra.ph/file/p/f39ff7f7ccb/8ede9d37360e5d5a7b9f01d.jpg?c=21,12,359,359,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Export Your Data"
}
},
"lng_export_total_amount": {
@@ -771,6 +1091,58 @@
"singular": "File Too Large"
}
},
+ "lng_filter_links_limit1": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filter_links_limit1",
+ "photo_url": "https://telegra.ph/file/p/68ac4803106/313b6226142399a35f2e017.jpg?c=58,228,453,453,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sorry, you can't create more than **
{count}** invite link.",
+ "plural": "Sorry, you can't create more than **
{count}** invite links."
+ }
+ },
+ "lng_filter_links_limit2": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filter_links_limit2",
+ "photo_url": "https://telegra.ph/file/p/68ac4803106/313b6226142399a35f2e017.jpg?c=54,237,469,469,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can increase the limit to **
{count}** link by subscribing to **Telegram Premium**.",
+ "plural": "You can increase the limit to **
{count}** links by subscribing to **Telegram Premium**."
+ }
+ },
+ "lng_filter_links_limit_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filter_links_limit_title",
+ "photo_url": "https://telegra.ph/file/p/68ac4803106/313b6226142399a35f2e017.jpg?c=60,182,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Limit Reached"
+ }
+ },
+ "lng_filter_shared_limit1": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filter_shared_limit1",
+ "photo_url": "https://telegra.ph/file/p/8edb8a0c0dc/36da2266459e7e234960017.jpg?c=50,248,496,496,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Sorry, you can't add more than **
{count}** shareable folders.",
+ "plural": "Sorry, you can't add more than **
{count}** shareable folders."
+ }
+ },
+ "lng_filter_shared_limit2": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filter_shared_limit2",
+ "photo_url": "https://telegra.ph/file/p/8edb8a0c0dc/36da2266459e7e234960017.jpg?c=62,312,424,424,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You can increase the limit to **
{count}** folder by subscribing to **Telegram Premium**.",
+ "plural": "You can increase the limit to **
{count}** folders by subscribing to **Telegram Premium**."
+ }
+ },
+ "lng_filter_shared_limit_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filter_shared_limit_title",
+ "photo_url": "https://telegra.ph/file/p/8edb8a0c0dc/36da2266459e7e234960017.jpg?c=60,219,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Limit Reached"
+ }
+ },
"lng_filters_about": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_about",
"photo_url": "https://telegra.ph/file/p/b145521f0d7/c8e3ecabcf6c313f53f4916.jpg?c=10,55,280,280,280,280",
@@ -779,6 +1151,232 @@
"singular": "Create folders for different groups of chats and quickly switch between them."
}
},
+ "lng_filters_by_link_deselect": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_by_link_deselect",
+ "photo_url": "https://telegra.ph/file/p/ad79d51f090/d3f0494555acb970c2a0617.jpg?c=268,217,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Deselect All"
+ }
+ },
+ "lng_filters_by_link_select": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_by_link_select",
+ "photo_url": "https://telegra.ph/file/p/129dda12d14/9b64ee34a240aa9bcab7317.jpg?c=270,426,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select All"
+ }
+ },
+ "lng_filters_chats_count": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_chats_count",
+ "photo_url": "https://telegra.ph/file/p/55700911fe9/21a0099bc62f3b28676c819.jpg?c=285,623,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} chat",
+ "plural": "
{count} chats"
+ }
+ },
+ "lng_filters_link": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link",
+ "photo_url": "https://telegra.ph/file/p/31e4c0826f9/dd8b2a1299f0cf062a4c917.jpg?c=52,399,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Share Folder"
+ }
+ },
+ "lng_filters_link_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_about",
+ "photo_url": "https://telegra.ph/file/p/31e4c0826f9/dd8b2a1299f0cf062a4c917.jpg?c=53,325,469,469,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Share access to some of this folder's groups and channels with others."
+ }
+ },
+ "lng_filters_link_about_many": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_about_many",
+ "photo_url": "https://telegra.ph/file/p/55700911fe9/21a0099bc62f3b28676c819.jpg?c=208,465,783,783,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create more links to set up different access levels for different people."
+ }
+ },
+ "lng_filters_link_bot_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_bot_error",
+ "photo_url": "https://telegra.ph/file/p/2fadfbe7545/8cca7078d24af08209b7a17.jpg?c=143,315,314,314,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Chats with bots can't be shared."
+ }
+ },
+ "lng_filters_link_bot_status": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_bot_status",
+ "photo_url": "https://telegra.ph/file/p/2fadfbe7545/8cca7078d24af08209b7a17.jpg?c=130,471,306,306,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "chats with bots can't be shared"
+ }
+ },
+ "lng_filters_link_cant": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_cant",
+ "photo_url": "https://telegra.ph/file/p/31e4c0826f9/dd8b2a1299f0cf062a4c917.jpg?c=22,147,557,557,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can’t share folders which include or exclude specific chat types like 'Groups', 'Contacts', etc."
+ }
+ },
+ "lng_filters_link_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_chats",
+ "photo_url": "https://telegra.ph/file/p/129dda12d14/9b64ee34a240aa9bcab7317.jpg?c=56,426,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "
{count} chat selected",
+ "plural": "
{count} chats selected"
+ }
+ },
+ "lng_filters_link_chats_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_chats_about",
+ "photo_url": "https://telegra.ph/file/p/ad79d51f090/d3f0494555acb970c2a0617.jpg?c=47,361,498,498,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select groups and channels that you want everyone who adds the folder via invite link to join."
+ }
+ },
+ "lng_filters_link_chats_no": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_chats_no",
+ "photo_url": "https://telegra.ph/file/p/f0bd90e0c6a/e2d1e79a480c45f93c97217.jpg?c=67,249,317,317,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "These chats cannot be shared"
+ }
+ },
+ "lng_filters_link_chats_no_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_chats_no_about",
+ "photo_url": "https://telegra.ph/file/p/f0bd90e0c6a/e2d1e79a480c45f93c97217.jpg?c=51,256,476,476,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can only share groups and channels in which you are allowed to create invite links."
+ }
+ },
+ "lng_filters_link_chats_none": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_chats_none",
+ "photo_url": "https://telegra.ph/file/p/5e26047e6f5/e6af04e4830de11021a5717.jpg?c=58,217,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "No chats selected"
+ }
+ },
+ "lng_filters_link_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_create",
+ "photo_url": "https://telegra.ph/file/p/31e4c0826f9/dd8b2a1299f0cf062a4c917.jpg?c=100,434,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create an Invite Link"
+ }
+ },
+ "lng_filters_link_delete_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_delete_sure",
+ "photo_url": "https://telegra.ph/file/p/ddaad65ab90/c3795c47fc1050926f8bc17.jpg?c=86,257,411,411,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Are you sure you want to delete this link?"
+ }
+ },
+ "lng_filters_link_has": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_has",
+ "photo_url": "https://telegra.ph/file/p/55700911fe9/21a0099bc62f3b28676c819.jpg?c=232,462,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Invite links"
+ }
+ },
+ "lng_filters_link_name_it": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_name_it",
+ "photo_url": "https://telegra.ph/file/p/55700911fe9/21a0099bc62f3b28676c819.jpg?c=901,822,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Name Link"
+ }
+ },
+ "lng_filters_link_no_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_no_about",
+ "photo_url": "https://telegra.ph/file/p/f0bd90e0c6a/e2d1e79a480c45f93c97217.jpg?c=101,168,397,397,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "There are no chats in this folder that you can share with others."
+ }
+ },
+ "lng_filters_link_noadmin_channel_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_noadmin_channel_error",
+ "photo_url": "https://telegra.ph/file/p/5e26047e6f5/e6af04e4830de11021a5717.jpg?c=8,185,566,566,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You don't have the admin rights to share invite links to this private channel."
+ }
+ },
+ "lng_filters_link_noadmin_group_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_noadmin_group_error",
+ "photo_url": "https://telegra.ph/file/p/9db079d42df/cf0ad314e1db7a51a2db117.jpg?c=8,185,565,565,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You don't have the admin rights to share invite links to this private group."
+ }
+ },
+ "lng_filters_link_noadmin_status": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_noadmin_status",
+ "photo_url": "https://telegra.ph/file/p/ad79d51f090/d3f0494555acb970c2a0617.jpg?c=130,382,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "you can't invite users here"
+ }
+ },
+ "lng_filters_link_private_error": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_private_error",
+ "photo_url": "https://telegra.ph/file/p/596d4db637f/40fac6dacb33026458d3317.jpg?c=156,328,289,289,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Private chats can't be shared."
+ }
+ },
+ "lng_filters_link_private_status": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_private_status",
+ "photo_url": "https://telegra.ph/file/p/f0bd90e0c6a/e2d1e79a480c45f93c97217.jpg?c=132,318,285,285,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "you can't share private chats"
+ }
+ },
+ "lng_filters_link_qr_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_qr_about",
+ "photo_url": "https://telegra.ph/file/p/4e04356783e/136418464b569915cc68e17.jpg?c=79,312,436,436,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Anyone on Telegram can scan this code to add the folder and join all the chats included in its invite link."
+ }
+ },
+ "lng_filters_link_share_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_share_about",
+ "photo_url": "https://telegra.ph/file/p/129dda12d14/9b64ee34a240aa9bcab7317.jpg?c=111,174,379,379,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Anyone with this link can add the
{folder} folder and the chats selected below."
+ }
+ },
+ "lng_filters_link_subtitle": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_subtitle",
+ "photo_url": "https://telegra.ph/file/p/129dda12d14/9b64ee34a240aa9bcab7317.jpg?c=50,264,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Invite link"
+ }
+ },
+ "lng_filters_link_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_link_title",
+ "photo_url": "https://telegra.ph/file/p/129dda12d14/9b64ee34a240aa9bcab7317.jpg?c=57,72,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Share Folder"
+ }
+ },
"lng_filters_name_people": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_name_people",
"photo_url": "https://telegra.ph/file/p/b131dd488ed/a59d88d281d54f866206416.jpg?c=0,58,280,280,280,280",
@@ -787,36 +1385,20 @@
"singular": "People"
}
},
- "lng_font_box_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_font_box_title",
- "photo_url": "https://telegra.ph/file/p/6b72c9779ac/27fde4d41a18c0899feaf17.jpg?c=91,38,280,280,280,280",
+ "lng_filters_shareable_status": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_filters_shareable_status",
+ "photo_url": "https://telegra.ph/file/p/3cba2db4a7a/9477770c67f88ca8eabb917.jpg?c=147,388,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Choose font family"
+ "singular": "shareable folder"
}
},
- "lng_font_default": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_font_default",
- "photo_url": "https://telegra.ph/file/p/f9d5a074782/93867b6a93140dcdbd0cf17.jpg?c=269,400,280,280,280,280",
- "has_binding": false,
+ "lng_forum_topics_no_discussion": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_forum_topics_no_discussion",
+ "photo_url": "https://telegra.ph/file/p/c5817ad6e24/9a29542f04ec108b5278c17.jpg?c=8,133,583,583,280,280",
+ "has_binding": true,
"values": {
- "singular": "Default"
- }
- },
- "lng_font_not_found": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_font_not_found",
- "photo_url": "https://telegra.ph/file/p/2115377ce29/39533b6ba5b7a2fef5e2d17.jpg?c=159,286,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Font not found."
- }
- },
- "lng_font_system": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_font_system",
- "photo_url": "https://telegra.ph/file/p/6b72c9779ac/27fde4d41a18c0899feaf17.jpg?c=103,313,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "System font"
+ "singular": "Topics are not yet available in the discussion groups of channels."
}
},
"lng_forum_topics_not_enough": {
@@ -828,6 +1410,14 @@
"plural": "Only groups with more than **
{count} members** can have topics enabled."
}
},
+ "lng_forum_topics_switch": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_forum_topics_switch",
+ "photo_url": "https://telegra.ph/file/p/c5817ad6e24/9a29542f04ec108b5278c17.jpg?c=77,346,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Topics"
+ }
+ },
"lng_forward_choose": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_forward_choose",
"photo_url": "https://telegra.ph/file/p/d9b2d315252/a64703b3421de96a44d511d.jpg?c=887,434,338,338,280,280",
@@ -836,6 +1426,14 @@
"singular": "Forward to…"
}
},
+ "lng_group_invite_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_group_invite_add",
+ "photo_url": "https://telegra.ph/file/p/55700911fe9/21a0099bc62f3b28676c819.jpg?c=327,520,288,288,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Create a New Link"
+ }
+ },
"lng_intro_submit": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_intro_submit",
"photo_url": "https://telegra.ph/file/p/7876f45d8ba/3dd124039b05bfbfc93d51d.jpg?c=882,630,280,280,280,280",
@@ -844,6 +1442,22 @@
"singular": "Submit"
}
},
+ "lng_language_already": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_language_already",
+ "photo_url": "https://telegra.ph/file/p/ab5c73fdee5/e13b31d969c0247266d2117.jpg?c=77,0,390,345,280,248",
+ "has_binding": false,
+ "values": {
+ "singular": "You're already using this language pack. You can change your language back at any time in Settings."
+ }
+ },
+ "lng_language_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_language_name",
+ "photo_url": "https://telegra.ph/file/p/836bc758c5d/c0facb46702b4ebe264aa1d.jpg?c=575,264,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "English"
+ }
+ },
"lng_language_not_ready_link": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_language_not_ready_link",
"photo_url": "https://telegra.ph/file/p/9af7e4c6453/516b4fe41b3084cc011b91d.jpg?c=344,136,334,334,280,280",
@@ -901,38 +1515,6 @@
"singular": "No languages found."
}
},
- "lng_launch_dont_ask": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_launch_dont_ask",
- "photo_url": "https://telegra.ph/file/p/9e940c4d448/f6137434fdb2e2b04e54917.jpg?c=141,281,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Remember for this file type"
- }
- },
- "lng_launch_dont_ask_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_launch_dont_ask_settings",
- "photo_url": "https://telegra.ph/file/p/9e940c4d448/f6137434fdb2e2b04e54917.jpg?c=84,253,416,416,280,280",
- "has_binding": false,
- "values": {
- "singular": "You can later edit trusted file types in Settings > Privacy and Security > File open confirmations."
- }
- },
- "lng_launch_other_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_launch_other_sure",
- "photo_url": "https://telegra.ph/file/p/9e940c4d448/f6137434fdb2e2b04e54917.jpg?c=254,385,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Open"
- }
- },
- "lng_launch_other_warning": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_launch_other_warning",
- "photo_url": "https://telegra.ph/file/p/9e940c4d448/f6137434fdb2e2b04e54917.jpg?c=93,210,338,338,280,280",
- "has_binding": false,
- "values": {
- "singular": "This file has
{extension} extension.
Are you sure you want to open it?"
- }
- },
"lng_mac_hold_to_quit": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_mac_hold_to_quit",
"photo_url": "https://telegra.ph/file/p/6255fd5c1a7/ae613c820b5a54ede901c16.jpg?c=12,38,280,280,280,280",
@@ -973,6 +1555,22 @@
"singular": "Who can send messages?"
}
},
+ "lng_menu_formatting": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_formatting",
+ "photo_url": "https://telegra.ph/file/p/ff219017470/f8587271cc0842d477f921d.jpg?c=379,494,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Formatting"
+ }
+ },
+ "lng_menu_formatting_bold": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_formatting_bold",
+ "photo_url": "https://telegra.ph/file/p/ff219017470/f8587271cc0842d477f921d.jpg?c=515,493,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bold"
+ }
+ },
"lng_menu_formatting_clear": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_formatting_clear",
"photo_url": "https://telegra.ph/file/p/ff219017470/f8587271cc0842d477f921d.jpg?c=527,604,280,280,280,280",
@@ -981,6 +1579,38 @@
"singular": "Clear formatting"
}
},
+ "lng_menu_formatting_italic": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_formatting_italic",
+ "photo_url": "https://telegra.ph/file/p/ff219017470/f8587271cc0842d477f921d.jpg?c=516,516,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Italic"
+ }
+ },
+ "lng_menu_formatting_link_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_formatting_link_create",
+ "photo_url": "https://telegra.ph/file/p/ff219017470/f8587271cc0842d477f921d.jpg?c=530,572,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Create link"
+ }
+ },
+ "lng_menu_formatting_monospace": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_formatting_monospace",
+ "photo_url": "https://telegra.ph/file/p/ff219017470/f8587271cc0842d477f921d.jpg?c=534,541,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Monospace"
+ }
+ },
+ "lng_menu_settings": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_menu_settings",
+ "photo_url": "https://telegra.ph/file/p/20449c42987/162c9f0f715f786e16c731d.jpg?c=111,2,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Settings"
+ }
+ },
"lng_messages_privacy_about": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_messages_privacy_about",
"photo_url": "https://telegra.ph/file/p/0bb3401ef62/2d923816991424c332d1a17.jpg?c=45,242,506,506,280,280",
@@ -1053,6 +1683,162 @@
"singular": "Messages"
}
},
+ "lng_notification_about_channels": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_about_channels",
+ "photo_url": "https://telegra.ph/file/p/d6c8fc5cbf4/8552f1a0f0d5fa873851117.jpg?c=83,260,429,429,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please note that **
{count} channel** is listed as an exception and won't be affected by this change.",
+ "plural": "Please note that **
{count} channels** are listed as exceptions and won't be affected by this change."
+ }
+ },
+ "lng_notification_about_groups": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_about_groups",
+ "photo_url": "https://telegra.ph/file/p/12bd9a5caab/c0da5d395cd48b3ec19ce17.jpg?c=87,274,401,401,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please note that **
{count} group** is listed as an exception and won't be affected by this change.",
+ "plural": "Please note that **
{count} groups** are listed as exceptions and won't be affected by this change."
+ }
+ },
+ "lng_notification_about_private_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_about_private_chats",
+ "photo_url": "https://telegra.ph/file/p/e5ded31882e/f4a6c83aed4f8baba322d17.jpg?c=87,274,403,403,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please note that **
{count} chat** is listed as an exception and won't be affected by this change.",
+ "plural": "Please note that **
{count} chats** are listed as exceptions and won't be affected by this change."
+ }
+ },
+ "lng_notification_channels": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_channels",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=84,564,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Channels"
+ }
+ },
+ "lng_notification_click_to_change": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_click_to_change",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=101,494,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Click here to change"
+ }
+ },
+ "lng_notification_enable": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_enable",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=102,160,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Enable notifications"
+ }
+ },
+ "lng_notification_exceptions": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=109,587,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} exception",
+ "plural": "
{count} exceptions"
+ }
+ },
+ "lng_notification_exceptions_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_add",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=97,295,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Add an exception"
+ }
+ },
+ "lng_notification_exceptions_clear": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_clear",
+ "photo_url": "https://telegra.ph/file/p/d756606f4d6/2c7b3f8a1287c45cc259a17.jpg?c=105,616,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Delete all exceptions"
+ }
+ },
+ "lng_notification_exceptions_clear_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_clear_button",
+ "photo_url": "https://telegra.ph/file/p/d756606f4d6/2c7b3f8a1287c45cc259a17.jpg?c=253,388,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete"
+ }
+ },
+ "lng_notification_exceptions_clear_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_clear_sure",
+ "photo_url": "https://telegra.ph/file/p/d756606f4d6/2c7b3f8a1287c45cc259a17.jpg?c=93,301,349,349,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to delete all exceptions?"
+ }
+ },
+ "lng_notification_exceptions_muted": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_muted",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=92,405,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Muted"
+ }
+ },
+ "lng_notification_exceptions_remove": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_remove",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=271,340,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Remove"
+ }
+ },
+ "lng_notification_exceptions_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_title",
+ "photo_url": "https://telegra.ph/file/p/e5ded31882e/f4a6c83aed4f8baba322d17.jpg?c=74,286,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Exceptions"
+ }
+ },
+ "lng_notification_exceptions_unmuted": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_unmuted",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=96,350,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Unmuted"
+ }
+ },
+ "lng_notification_exceptions_view": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_exceptions_view",
+ "photo_url": "https://telegra.ph/file/p/e5ded31882e/f4a6c83aed4f8baba322d17.jpg?c=79,401,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "View exceptions"
+ }
+ },
+ "lng_notification_groups": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_groups",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=81,520,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Groups"
+ }
+ },
+ "lng_notification_off": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_off",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=93,588,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Off,
{exceptions}"
+ }
+ },
+ "lng_notification_on": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_on",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=93,541,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "On,
{exceptions}"
+ }
+ },
"lng_notification_preview_text": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_preview_text",
"photo_url": "https://telegra.ph/file/p/d55c620302f/42cd1d3d122d35e6358b516.jpg?c=10,147,280,280,280,280",
@@ -1069,6 +1855,14 @@
"singular": "Dino Rex"
}
},
+ "lng_notification_private_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_private_chats",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=97,67,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Private chats"
+ }
+ },
"lng_notification_show_name": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_show_name",
"photo_url": "https://telegra.ph/file/p/d55c620302f/42cd1d3d122d35e6358b516.jpg?c=8,162,280,280,280,280",
@@ -1085,6 +1879,46 @@
"singular": "Text"
}
},
+ "lng_notification_sound": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_sound",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=80,198,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Sound"
+ }
+ },
+ "lng_notification_title_channels": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_title_channels",
+ "photo_url": "https://telegra.ph/file/p/67fec965d0e/6e570d0e93fb755bd624117.jpg?c=75,124,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Notifications for channels"
+ }
+ },
+ "lng_notification_title_groups": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_title_groups",
+ "photo_url": "https://telegra.ph/file/p/1895029ab7a/5f0c84bdd6cfcfe103bef17.jpg?c=71,125,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Notifications for groups"
+ }
+ },
+ "lng_notification_title_private_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_title_private_chats",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=73,118,315,315,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Notifications for private chats"
+ }
+ },
+ "lng_notification_tone": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_notification_tone",
+ "photo_url": "https://telegra.ph/file/p/3dac70bd1c5/33868276ef01fa762b42f17.jpg?c=97,236,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Notification tone"
+ }
+ },
"lng_passcode_about1": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_passcode_about1",
"photo_url": "https://telegra.ph/file/p/5b4726af5af/58ffbd9ddd37c5cee0a6917.jpg?c=106,229,387,387,280,280",
@@ -1157,6 +1991,14 @@
"singular": "Re-enter new passcode"
}
},
+ "lng_passcode_create": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_passcode_create",
+ "photo_url": "https://telegra.ph/file/p/cf79d46a2a5/3bda7c9548f8bcea703051d.jpg?c=564,263,305,305,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Local passcode"
+ }
+ },
"lng_passcode_create_button": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_passcode_create_button",
"photo_url": "https://telegra.ph/file/p/5b4726af5af/58ffbd9ddd37c5cee0a6917.jpg?c=159,515,280,280,280,280",
@@ -1181,6 +2023,14 @@
"singular": "Enter a passcode"
}
},
+ "lng_passcode_turn_on": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_passcode_turn_on",
+ "photo_url": "https://telegra.ph/file/p/35e3234d0ee/4999dbb82644128121f2f1d.jpg?c=653,462,377,377,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Turn on local passcode"
+ }
+ },
"lng_passport_confirm_email": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_passport_confirm_email",
"photo_url": "https://telegra.ph/file/p/cbab0b2f31d/14f25e37205832613c6c81d.jpg?c=708,281,623,623,280,280",
@@ -1389,6 +2239,30 @@
"singular": "Subscribe for
{cost} per month"
}
},
+ "lng_premium_subscribe_months_1": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_premium_subscribe_months_1",
+ "photo_url": "https://telegra.ph/file/p/644ee92ec25/c693c39690e6eeb72ef8317.jpg?c=84,311,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Monthly"
+ }
+ },
+ "lng_premium_subscribe_months_12": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_premium_subscribe_months_12",
+ "photo_url": "https://telegra.ph/file/p/644ee92ec25/c693c39690e6eeb72ef8317.jpg?c=81,259,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Annual"
+ }
+ },
+ "lng_premium_subscribe_total": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_premium_subscribe_total",
+ "photo_url": "https://telegra.ph/file/p/644ee92ec25/c693c39690e6eeb72ef8317.jpg?c=91,277,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{cost} per year"
+ }
+ },
"lng_premium_summary_about_advanced_chat_management": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_premium_summary_about_advanced_chat_management",
"photo_url": "https://telegra.ph/file/p/c430b65e903/fd0f0bdacbcd93eb6ff9e16.jpg?c=10,359,280,280,280,280",
@@ -1669,6 +2543,14 @@
"singular": "Unlock Emoji Status"
}
},
+ "lng_profile_bio": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_profile_bio",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=315,581,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bio:"
+ }
+ },
"lng_profile_mobile_number": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_profile_mobile_number",
"photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=325,487,280,280,280,280",
@@ -1677,36 +2559,36 @@
"singular": "Mobile:"
}
},
- "lng_proxy_add_from_clipboard": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_add_from_clipboard",
- "photo_url": "https://telegra.ph/file/p/991145fae37/eefc99507cc1783c5920919.jpg?c=858,215,326,326,280,280",
+ "lng_profile_settings_section": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_profile_settings_section",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=287,13,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Add proxy from clipboard"
+ "singular": "Settings"
}
},
- "lng_proxy_add_from_clipboard_existing_toast": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_add_from_clipboard_existing_toast",
- "photo_url": "https://telegra.ph/file/p/a4efa2fb583/1fd8f05d2f6b0bcfb202f17.jpg?c=149,323,301,301,280,280",
- "has_binding": false,
+ "lng_proxy_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_about",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=458,284,744,744,280,280",
+ "has_binding": true,
"values": {
- "singular": "This proxy is already in the list."
+ "singular": "Proxy servers may be helpful in accessing Telegram if there is no connection in a specific region."
}
},
- "lng_proxy_add_from_clipboard_failed_toast": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_add_from_clipboard_failed_toast",
- "photo_url": "https://telegra.ph/file/p/71f712f9370/2d4b3455b49ee182b467219.jpg?c=455,469,288,288,280,280",
- "has_binding": false,
+ "lng_proxy_add": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_add",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=927,852,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "This is not a proxy link."
+ "singular": "Add proxy"
}
},
- "lng_proxy_add_from_clipboard_good_toast": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_add_from_clipboard_good_toast",
- "photo_url": "https://telegra.ph/file/p/543bdd76064/5e2831072cd5fbb991dfd17.jpg?c=139,312,322,322,280,280",
+ "lng_proxy_available": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_available",
+ "photo_url": "https://telegra.ph/file/p/eab10f67acf/629746e16103fcbe6d98a1d.jpg?c=548,697,342,342,280,280",
"has_binding": false,
"values": {
- "singular": "Proxy was added from clipboard."
+ "singular": "available (ping:
{ping} ms)"
}
},
"lng_proxy_checking": {
@@ -1725,6 +2607,62 @@
"singular": "connecting…"
}
},
+ "lng_proxy_edit_share": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_edit_share",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=727,724,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Share"
+ }
+ },
+ "lng_proxy_menu_delete": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_menu_delete",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=731,779,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete"
+ }
+ },
+ "lng_proxy_menu_edit": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_menu_edit",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=716,669,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Edit"
+ }
+ },
+ "lng_proxy_online": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_online",
+ "photo_url": "https://telegra.ph/file/p/f611d325c4c/f3ecfc83bdd4b2bf45c931d.jpg?c=63,629,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "online"
+ }
+ },
+ "lng_proxy_settings": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_settings",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=498,268,286,286,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Proxy settings"
+ }
+ },
+ "lng_proxy_use": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_use",
+ "photo_url": "https://telegra.ph/file/p/5798b439bd9/449169dae1673fbf146b01d.jpg?c=521,406,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Use proxy"
+ }
+ },
+ "lng_proxy_use_for_calls": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_proxy_use_for_calls",
+ "photo_url": "https://telegra.ph/file/p/5b7152e3ca7/66b8711fe9c93451c41811d.jpg?c=551,444,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Use proxy for calls"
+ }
+ },
"lng_reaction_premium_info": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_reaction_premium_info",
"photo_url": "https://telegra.ph/file/p/fb52b3aa298/0093d18273599aba764ea17.jpg?c=76,172,448,448,280,280",
@@ -1829,6 +2767,15 @@
"singular": "If you don't come online at least once within this period, your account will be deleted along with all groups, messages and contacts."
}
},
+ "lng_self_destruct_months": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_self_destruct_months",
+ "photo_url": "https://telegra.ph/file/p/468c69e030e/99ee16be42ca573ed2d651d.jpg?c=528,435,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "
{count} month",
+ "plural": "
{count} months"
+ }
+ },
"lng_self_destruct_sessions_description": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_self_destruct_sessions_description",
"photo_url": "https://telegra.ph/file/p/a38225f8599/4773ea5b45b1fc5b8858417.jpg?c=0,7,598,602,278,280",
@@ -1879,6 +2826,22 @@
"singular": "The official Telegram app is available for Android, iPhone, iPad, Windows, macOS and Linux."
}
},
+ "lng_sessions_application": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_application",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=11,309,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Application"
+ }
+ },
+ "lng_sessions_browser": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_browser",
+ "photo_url": "https://telegra.ph/file/p/d94263285d9/6f6058a298033f03b23d417.jpg?c=81,255,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Browser"
+ }
+ },
"lng_sessions_header": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_header",
"photo_url": "https://telegra.ph/file/p/6f55fdd6030/dc202e719827d07b5f1121d.jpg?c=879,217,280,280,280,280",
@@ -1887,6 +2850,46 @@
"singular": "This device"
}
},
+ "lng_sessions_info": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_info",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=10,239,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Info"
+ }
+ },
+ "lng_sessions_ip": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_ip",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=12,441,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "IP address"
+ }
+ },
+ "lng_sessions_location": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_location",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=12,509,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Location"
+ }
+ },
+ "lng_sessions_location_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_location_about",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=0,276,600,637,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This location estimate is based on the IP address and may not always be accurate."
+ }
+ },
+ "lng_sessions_other_desc": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_other_desc",
+ "photo_url": "https://telegra.ph/file/p/6f55fdd6030/dc202e719827d07b5f1121d.jpg?c=419,192,763,763,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can log in to Telegram from other mobile, tablet and desktop devices, using the same phone number. All your data will be instantly synchronized."
+ }
+ },
"lng_sessions_other_header": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_other_header",
"photo_url": "https://telegra.ph/file/p/6f55fdd6030/dc202e719827d07b5f1121d.jpg?c=460,125,305,305,280,280",
@@ -1895,6 +2898,22 @@
"singular": "Active Devices"
}
},
+ "lng_sessions_system": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_system",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=13,377,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "System version"
+ }
+ },
+ "lng_sessions_terminate": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_terminate",
+ "photo_url": "https://telegra.ph/file/p/56c22505d49/de8d4c9cf8c94de29d33517.jpg?c=13,652,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Terminate Session"
+ }
+ },
"lng_sessions_terminate_all": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_sessions_terminate_all",
"photo_url": "https://telegra.ph/file/p/567cd3a9365/fe4ca7713fb5fb1e78ebf1d.jpg?c=448,262,446,446,280,280",
@@ -1911,6 +2930,30 @@
"singular": "Logs out all devices except for this one."
}
},
+ "lng_settings_advanced": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_advanced",
+ "photo_url": "https://telegra.ph/file/p/6bcc9f0b0e3/b3c948afb2aa9ca62606b1d.jpg?c=477,555,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Advanced"
+ }
+ },
+ "lng_settings_alert_mac": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_alert_mac",
+ "photo_url": "https://telegra.ph/file/p/8f8bd5a1c5e/0fb8b3ab718ef25a10fb417.jpg?c=73,318,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Bounce the Dock icon"
+ }
+ },
+ "lng_settings_always_in_archive": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_always_in_archive",
+ "photo_url": "https://telegra.ph/file/p/349697c8347/9433810eef4040fcb6da717.jpg?c=61,116,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Always keep archived"
+ }
+ },
"lng_settings_angle_backend": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_angle_backend",
"photo_url": "https://telegra.ph/file/p/1e6d38a93b9/83891b51a4dfc3a4600f817.jpg?c=85,159,280,280,280,280",
@@ -1967,6 +3010,70 @@
"singular": "OpenGL"
}
},
+ "lng_settings_apply": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_apply",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=273,637,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Apply"
+ }
+ },
+ "lng_settings_archive_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_archive_title",
+ "photo_url": "https://telegra.ph/file/p/349697c8347/9433810eef4040fcb6da717.jpg?c=63,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Archive Settings"
+ }
+ },
+ "lng_settings_ask_question": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_ask_question",
+ "photo_url": "https://telegra.ph/file/p/6bcc9f0b0e3/b3c948afb2aa9ca62606b1d.jpg?c=501,810,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Ask a Question"
+ }
+ },
+ "lng_settings_auto_archive": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_auto_archive",
+ "photo_url": "https://telegra.ph/file/p/86e2d2e7160/45bb647c2901b4c1fa69116.jpg?c=0,77,279,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Archive and Mute"
+ }
+ },
+ "lng_settings_auto_archive_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_auto_archive_about",
+ "photo_url": "https://telegra.ph/file/p/86e2d2e7160/45bb647c2901b4c1fa69116.jpg?c=8,89,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Automatically archive and mute new chats, groups and channels from non-contacts."
+ }
+ },
+ "lng_settings_auto_night_mode": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_auto_night_mode",
+ "photo_url": "https://telegra.ph/file/p/5fcb4f4a5a9/3d9f66553553b9f97307b16.jpg?c=1,45,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Auto-night mode"
+ }
+ },
+ "lng_settings_auto_night_mode_off": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_auto_night_mode_off",
+ "photo_url": "https://telegra.ph/file/p/ab518103966/7326949f5580bcaeaded517.jpg?c=273,382,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Off"
+ }
+ },
+ "lng_settings_auto_night_mode_on": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_auto_night_mode_on",
+ "photo_url": "https://telegra.ph/file/p/e0b8116cff8/1eb68d450d7ef0361f23b17.jpg?c=270,384,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "System"
+ }
+ },
"lng_settings_auto_start_disabled_uwp": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_auto_start_disabled_uwp",
"photo_url": "https://telegra.ph/file/p/710086f0e65/3d2d0a796b2230f6ee26e16.jpg?c=6,103,280,280,280,280",
@@ -1975,20 +3082,20 @@
"singular": "Starting with the system was disabled in Windows Settings.
Please enable Telegram Desktop in the Startup Apps Settings."
}
},
- "lng_settings_bg_from_file": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_bg_from_file",
- "photo_url": "https://telegra.ph/file/p/99560856fee/6be2f238126563f3f06301d.jpg?c=597,180,280,280,280,280",
+ "lng_settings_badge_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_badge_title",
+ "photo_url": "https://telegra.ph/file/p/e05916ae567/2153670e01744641a04291d.jpg?c=49,541,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Choose from file"
+ "singular": "Badge counter"
}
},
- "lng_settings_birthday_privacy": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_birthday_privacy",
- "photo_url": "https://telegra.ph/file/p/e71bb6d823c/f5ea489fcfad74eadec2f17.jpg?c=55,352,280,280,280,280",
- "has_binding": true,
+ "lng_settings_call_accept_calls": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_accept_calls",
+ "photo_url": "https://telegra.ph/file/p/ccca0b96423/f32bec2c8e8e116c5d05316.jpg?c=6,178,280,280,280,280",
+ "has_binding": false,
"values": {
- "singular": "Date of Birth"
+ "singular": "Accept calls on this device"
}
},
"lng_settings_call_camera": {
@@ -1999,6 +3106,54 @@
"singular": "Camera"
}
},
+ "lng_settings_call_device_default": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_device_default",
+ "photo_url": "https://telegra.ph/file/p/e0d22933342/ace7c5ee075f27afcbe7b1d.jpg?c=267,194,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Default"
+ }
+ },
+ "lng_settings_call_input_device": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_input_device",
+ "photo_url": "https://telegra.ph/file/p/e0d22933342/ace7c5ee075f27afcbe7b1d.jpg?c=87,195,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Input device"
+ }
+ },
+ "lng_settings_call_open_system_prefs": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_open_system_prefs",
+ "photo_url": "https://telegra.ph/file/p/e0d22933342/ace7c5ee075f27afcbe7b1d.jpg?c=118,356,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Open system sound preferences"
+ }
+ },
+ "lng_settings_call_output_device": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_output_device",
+ "photo_url": "https://telegra.ph/file/p/e0d22933342/ace7c5ee075f27afcbe7b1d.jpg?c=89,84,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Output device"
+ }
+ },
+ "lng_settings_call_section_other": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_section_other",
+ "photo_url": "https://telegra.ph/file/p/e0d22933342/ace7c5ee075f27afcbe7b1d.jpg?c=90,331,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Other settings"
+ }
+ },
+ "lng_settings_call_section_output": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_call_section_output",
+ "photo_url": "https://telegra.ph/file/p/e0d22933342/ace7c5ee075f27afcbe7b1d.jpg?c=108,59,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Speakers and headphones"
+ }
+ },
"lng_settings_chat_corner_reaction": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_chat_corner_reaction",
"photo_url": "https://telegra.ph/file/p/1749ffae119/864efd5b0124d1647c0c517.jpg?c=119,538,299,299,280,280",
@@ -2063,6 +3218,22 @@
"singular": "Quick Reaction"
}
},
+ "lng_settings_chats_from_folders": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_chats_from_folders",
+ "photo_url": "https://telegra.ph/file/p/349697c8347/9433810eef4040fcb6da717.jpg?c=59,210,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Chats from folders"
+ }
+ },
+ "lng_settings_chats_from_folders_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_chats_from_folders_about",
+ "photo_url": "https://telegra.ph/file/p/349697c8347/9433810eef4040fcb6da717.jpg?c=47,156,505,505,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Keep archived chats from folders in the Archive even if they are unmuted and get a new message."
+ }
+ },
"lng_settings_choose_username": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_choose_username",
"photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=502,525,295,295,280,280",
@@ -2247,12 +3418,188 @@
"singular": "Two-Step Verification"
}
},
- "lng_settings_credits": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_credits",
- "photo_url": "https://telegra.ph/file/p/9d59dc92573/5979b079cbace0f1f853d17.jpg?c=86,470,280,280,280,280",
+ "lng_settings_color_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_about",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=49,326,489,489,280,280",
"has_binding": true,
"values": {
- "singular": "My Stars"
+ "singular": "This color will be used for your name, the links you send, and replies to your messages."
+ }
+ },
+ "lng_settings_color_about_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_about_channel",
+ "photo_url": "https://telegra.ph/file/p/d3d2c2295e2/16cbcbce36b9b8a88155c17.jpg?c=47,318,500,500,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "This color will be used for your channel's name, the links it sends, and replies to its posts."
+ }
+ },
+ "lng_settings_color_changed": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_changed",
+ "photo_url": "https://telegra.ph/file/p/c4e8bd500a9/140524c9eb42f695a2b6f17.jpg?c=125,303,351,351,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name color has been updated!"
+ }
+ },
+ "lng_settings_color_changed_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_changed_channel",
+ "photo_url": "https://telegra.ph/file/p/a8d91f2a84a/dfc28afc1c4608acb2e6e17.jpg?c=114,293,372,372,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your channel color has been updated!"
+ }
+ },
+ "lng_settings_color_emoji": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_emoji",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=59,529,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Add icons to replies"
+ }
+ },
+ "lng_settings_color_emoji_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_emoji_about",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=48,394,497,497,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Make replies to your messages stand out by adding custom patterns to them."
+ }
+ },
+ "lng_settings_color_emoji_about_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_emoji_about_channel",
+ "photo_url": "https://telegra.ph/file/p/d3d2c2295e2/16cbcbce36b9b8a88155c17.jpg?c=48,397,495,495,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Select an icon to create a custom pattern for replies to your messages."
+ }
+ },
+ "lng_settings_color_emoji_off": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_emoji_off",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=278,526,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Off"
+ }
+ },
+ "lng_settings_color_link_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_link_description",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=122,193,385,385,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Previews of links you send will also use this color."
+ }
+ },
+ "lng_settings_color_link_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_link_name",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=94,190,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Telegram"
+ }
+ },
+ "lng_settings_color_link_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_link_title",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=100,207,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Link Preview"
+ }
+ },
+ "lng_settings_color_reply": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_reply",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=122,126,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply to your message"
+ }
+ },
+ "lng_settings_color_reply_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_reply_channel",
+ "photo_url": "https://telegra.ph/file/p/d3d2c2295e2/16cbcbce36b9b8a88155c17.jpg?c=135,121,306,306,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Reply to your channel message"
+ }
+ },
+ "lng_settings_color_subscribe": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_subscribe",
+ "photo_url": "https://telegra.ph/file/p/80b23c03f76/d1fa7c7135916b62adf9c17.jpg?c=1,178,594,594,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Subscribe to
{link} to choose a custom color for your name."
+ }
+ },
+ "lng_settings_color_text": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_text",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=103,113,433,433,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Your name and replies to your messages will be shown in the selected color."
+ }
+ },
+ "lng_settings_color_text_channel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_text_channel",
+ "photo_url": "https://telegra.ph/file/p/d3d2c2295e2/16cbcbce36b9b8a88155c17.jpg?c=102,112,439,439,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The name of the channel and replies to its messages will be shown in the selected color."
+ }
+ },
+ "lng_settings_color_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_color_title",
+ "photo_url": "https://telegra.ph/file/p/41d1dafa265/d5efdf51db3c4c214801f17.jpg?c=59,40,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Color preview"
+ }
+ },
+ "lng_settings_connected_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_connected_title",
+ "photo_url": "https://telegra.ph/file/p/45f96add9bc/f6425f44165585756851017.jpg?c=115,49,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Connected websites"
+ }
+ },
+ "lng_settings_count_unread": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_count_unread",
+ "photo_url": "https://telegra.ph/file/p/cec8defa444/d708e5062627ba2c62bed1d.jpg?c=44,242,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Count unread messages"
+ }
+ },
+ "lng_settings_default_scale": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_default_scale",
+ "photo_url": "https://telegra.ph/file/p/c87c5083f65/0a1ed157086211b8a9afd1d.jpg?c=61,381,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Default interface scale"
+ }
+ },
+ "lng_settings_desktop_notify": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_desktop_notify",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=421,670,337,337,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Desktop notifications"
+ }
+ },
+ "lng_settings_destroy_if": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_destroy_if",
+ "photo_url": "https://telegra.ph/file/p/b57cc3d0a78/618bf39940a6f3e68a15c1d.jpg?c=318,706,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "If away for..."
+ }
+ },
+ "lng_settings_destroy_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_destroy_title",
+ "photo_url": "https://telegra.ph/file/p/b57cc3d0a78/618bf39940a6f3e68a15c1d.jpg?c=335,622,310,310,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Delete my account"
}
},
"lng_settings_device_name": {
@@ -2279,36 +3626,76 @@
"singular": "Use the same devices for calls"
}
},
- "lng_settings_edit_extensions": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_edit_extensions",
- "photo_url": "https://telegra.ph/file/p/0d4d1d776ab/dfaef88c25bbec4b7158617.jpg?c=64,321,280,280,280,280",
- "has_binding": false,
+ "lng_settings_disconnect": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect",
+ "photo_url": "https://telegra.ph/file/p/1114f3b7dbf/7a46c41177e4576ea2b2917.jpg?c=248,261,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Extensions whitelist"
+ "singular": "Disconnect"
}
},
- "lng_settings_edit_extensions_about": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_edit_extensions_about",
- "photo_url": "https://telegra.ph/file/p/0d4d1d776ab/dfaef88c25bbec4b7158617.jpg?c=58,256,460,460,280,280",
- "has_binding": false,
+ "lng_settings_disconnect_all": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect_all",
+ "photo_url": "https://telegra.ph/file/p/45f96add9bc/f6425f44165585756851017.jpg?c=130,93,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Open files with the following extensions without additional confirmation."
+ "singular": "Disconnect all websites"
}
},
- "lng_settings_edit_ip_confirm": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_edit_ip_confirm",
- "photo_url": "https://telegra.ph/file/p/14e0d0de221/a93d4a399f765eeef58b017.jpg?c=78,333,280,280,280,280",
- "has_binding": false,
+ "lng_settings_disconnect_all_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect_all_sure",
+ "photo_url": "https://telegra.ph/file/p/1114f3b7dbf/7a46c41177e4576ea2b2917.jpg?c=89,149,391,391,280,280",
+ "has_binding": true,
"values": {
- "singular": "IP reveal warning"
+ "singular": "Are you sure you want to disconnect all websites where you logged in with Telegram?"
}
},
- "lng_settings_edit_ip_confirm_about": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_edit_ip_confirm_about",
- "photo_url": "https://telegra.ph/file/p/14e0d0de221/a93d4a399f765eeef58b017.jpg?c=83,295,414,414,280,280",
+ "lng_settings_disconnect_all_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect_all_title",
+ "photo_url": "https://telegra.ph/file/p/1114f3b7dbf/7a46c41177e4576ea2b2917.jpg?c=96,162,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Disconnect websites"
+ }
+ },
+ "lng_settings_disconnect_block": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect_block",
+ "photo_url": "https://telegra.ph/file/p/efd0bfab110/b4901be093488c12b96e717.jpg?c=112,268,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Show confirmation when opening files that may reveal your IP address."
+ "singular": "Block
{name}"
+ }
+ },
+ "lng_settings_disconnect_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect_sure",
+ "photo_url": "https://telegra.ph/file/p/efd0bfab110/b4901be093488c12b96e717.jpg?c=92,190,366,366,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to disconnect
{domain}?"
+ }
+ },
+ "lng_settings_disconnect_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_disconnect_title",
+ "photo_url": "https://telegra.ph/file/p/efd0bfab110/b4901be093488c12b96e717.jpg?c=94,195,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Disconnect website"
+ }
+ },
+ "lng_settings_edit": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_edit",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=869,264,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit"
+ }
+ },
+ "lng_settings_empty_bio": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_empty_bio",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=369,581,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "None"
}
},
"lng_settings_enable_hwaccel": {
@@ -2327,6 +3714,30 @@
"singular": "Enable OpenGL rendering for media"
}
},
+ "lng_settings_events_joined": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_events_joined",
+ "photo_url": "https://telegra.ph/file/p/e05916ae567/2153670e01744641a04291d.jpg?c=114,773,391,391,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Contact joined Telegram"
+ }
+ },
+ "lng_settings_events_pinned": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_events_pinned",
+ "photo_url": "https://telegra.ph/file/p/8f8bd5a1c5e/0fb8b3ab718ef25a10fb417.jpg?c=65,678,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Pinned messages"
+ }
+ },
+ "lng_settings_events_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_events_title",
+ "photo_url": "https://telegra.ph/file/p/e05916ae567/2153670e01744641a04291d.jpg?c=41,792,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Events"
+ }
+ },
"lng_settings_experimental": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_experimental",
"photo_url": "https://telegra.ph/file/p/c05e8f25966/a141c8f2bcad922778cfd16.jpg?c=2,180,280,280,280,280",
@@ -2335,6 +3746,14 @@
"singular": "Experimental settings"
}
},
+ "lng_settings_experimental_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_experimental_about",
+ "photo_url": "https://telegra.ph/file/p/7069f8a783d/6418780dabc35d306d57316.jpg?c=10,36,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Warning! These are experimental settings. Some may not work. Others may break the app. Any of them may disappear in the next version without a trace. Use at your own risk."
+ }
+ },
"lng_settings_experimental_irrelevant": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_experimental_irrelevant",
"photo_url": "https://telegra.ph/file/p/00093d70ead/70fd61fe769a5201361dc16.jpg?c=10,103,280,280,280,280",
@@ -2343,6 +3762,22 @@
"singular": "This option isn't relevant for your system."
}
},
+ "lng_settings_experimental_restore": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_experimental_restore",
+ "photo_url": "https://telegra.ph/file/p/7069f8a783d/6418780dabc35d306d57316.jpg?c=2,72,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Restore default values"
+ }
+ },
+ "lng_settings_faq": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_faq",
+ "photo_url": "https://telegra.ph/file/p/619627d9d11/335d61e61e250965b73841d.jpg?c=134,250,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Telegram FAQ"
+ }
+ },
"lng_settings_features": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_features",
"photo_url": "https://telegra.ph/file/p/94f2bf5e5a3/8edaf280734dc9cd33c9616.jpg?c=5,180,280,280,280,280",
@@ -2351,20 +3786,12 @@
"singular": "Telegram Features"
}
},
- "lng_settings_file_confirmations": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_file_confirmations",
- "photo_url": "https://telegra.ph/file/p/0d4d1d776ab/dfaef88c25bbec4b7158617.jpg?c=71,287,280,280,280,280",
- "has_binding": false,
+ "lng_settings_forwards_privacy": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_forwards_privacy",
+ "photo_url": "https://telegra.ph/file/p/d555f3ab5ba/7e90448a29cbd338c915b1d.jpg?c=929,417,348,348,280,280",
+ "has_binding": true,
"values": {
- "singular": "File open confirmations"
- }
- },
- "lng_settings_font_family": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_font_family",
- "photo_url": "https://telegra.ph/file/p/f9d5a074782/93867b6a93140dcdbd0cf17.jpg?c=87,402,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Font family"
+ "singular": "Forwarded messages"
}
},
"lng_settings_gift_premium": {
@@ -2383,6 +3810,30 @@
"singular": "Choose who can add you to groups and channels."
}
},
+ "lng_settings_include_muted": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_include_muted",
+ "photo_url": "https://telegra.ph/file/p/d968c90b6c4/aeb0c8c1cad93420475731d.jpg?c=34,158,314,314,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Include muted chats in unread count"
+ }
+ },
+ "lng_settings_information": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_information",
+ "photo_url": "https://telegra.ph/file/p/6bcc9f0b0e3/b3c948afb2aa9ca62606b1d.jpg?c=483,279,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Edit profile"
+ }
+ },
+ "lng_settings_language": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_language",
+ "photo_url": "https://telegra.ph/file/p/6bcc9f0b0e3/b3c948afb2aa9ca62606b1d.jpg?c=478,628,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Language"
+ }
+ },
"lng_settings_last_seen_privacy": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_last_seen_privacy",
"photo_url": "https://telegra.ph/file/p/913255f32b8/9a3e21499c000f2ad22a917.jpg?c=17,12,285,285,280,280",
@@ -2391,6 +3842,46 @@
"singular": "Last seen privacy"
}
},
+ "lng_settings_logged_in": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_logged_in",
+ "photo_url": "https://telegra.ph/file/p/b88fc24dd8c/46752c254784f5e1cd12719.jpg?c=263,620,404,404,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Connected websites"
+ }
+ },
+ "lng_settings_logged_in_description": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_logged_in_description",
+ "photo_url": "https://telegra.ph/file/p/45f96add9bc/f6425f44165585756851017.jpg?c=54,65,480,480,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "You can log in on websites that support signing in with Telegram."
+ }
+ },
+ "lng_settings_logged_in_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_logged_in_title",
+ "photo_url": "https://telegra.ph/file/p/45f96add9bc/f6425f44165585756851017.jpg?c=71,190,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Logged In with Telegram"
+ }
+ },
+ "lng_settings_logout": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_logout",
+ "photo_url": "https://telegra.ph/file/p/c87c5083f65/0a1ed157086211b8a9afd1d.jpg?c=108,74,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Log out"
+ }
+ },
+ "lng_settings_mac_round_icon": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_mac_round_icon",
+ "photo_url": "https://telegra.ph/file/p/bb1cebd7674/4b25c7e83bddc40dbcc2317.jpg?c=110,350,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Round application icon"
+ }
+ },
"lng_settings_mac_warn_before_quit": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_mac_warn_before_quit",
"photo_url": "https://telegra.ph/file/p/6255fd5c1a7/ae613c820b5a54ede901c16.jpg?c=11,101,280,280,280,280",
@@ -2407,6 +3898,86 @@
"singular": "Messages"
}
},
+ "lng_settings_native_frame": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_native_frame",
+ "photo_url": "https://telegra.ph/file/p/4650578db12/40ac027996c88e2ece99b16.jpg?c=6,67,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Use system window frame"
+ }
+ },
+ "lng_settings_native_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_native_title",
+ "photo_url": "https://telegra.ph/file/p/b5dd63c11e9/0fccb66c446110b90f29d1d.jpg?c=21,331,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Native notifications"
+ }
+ },
+ "lng_settings_need_restart": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_need_restart",
+ "photo_url": "https://telegra.ph/file/p/3fc4ccb6459/905042a4f8431ba5190901d.jpg?c=232,96,333,333,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "You need to restart for applying some of the new settings. Restart now?"
+ }
+ },
+ "lng_settings_new_unknown": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_new_unknown",
+ "photo_url": "https://telegra.ph/file/p/86e2d2e7160/45bb647c2901b4c1fa69116.jpg?c=3,68,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "New chats from unknown users"
+ }
+ },
+ "lng_settings_notifications_count": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_notifications_count",
+ "photo_url": "https://telegra.ph/file/p/5a2e3e4a49d/f03ca2783523709e3b1401d.jpg?c=450,428,284,284,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Notifications count"
+ }
+ },
+ "lng_settings_notifications_position": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_notifications_position",
+ "photo_url": "https://telegra.ph/file/p/5a2e3e4a49d/f03ca2783523709e3b1401d.jpg?c=447,96,332,332,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Location on the screen"
+ }
+ },
+ "lng_settings_notify_all": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_notify_all",
+ "photo_url": "https://telegra.ph/file/p/992185166a9/2d47f3938bbecd2fd57f117.jpg?c=52,135,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "All accounts"
+ }
+ },
+ "lng_settings_notify_all_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_notify_all_about",
+ "photo_url": "https://telegra.ph/file/p/992185166a9/2d47f3938bbecd2fd57f117.jpg?c=0,120,600,636,264,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Turn this off if you want to receive notifications only from the account you are currently using."
+ }
+ },
+ "lng_settings_notify_global": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_notify_global",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=58,147,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Global settings"
+ }
+ },
+ "lng_settings_notify_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_notify_title",
+ "photo_url": "https://telegra.ph/file/p/e05916ae567/2153670e01744641a04291d.jpg?c=48,132,369,369,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Notifications for chats"
+ }
+ },
"lng_settings_open_system_settings": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_open_system_settings",
"photo_url": "https://telegra.ph/file/p/710086f0e65/3d2d0a796b2230f6ee26e16.jpg?c=19,137,280,280,280,280",
@@ -2439,6 +4010,14 @@
"singular": "Local passcode"
}
},
+ "lng_settings_password_abort": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_password_abort",
+ "photo_url": "https://telegra.ph/file/p/35e3234d0ee/4999dbb82644128121f2f1d.jpg?c=643,617,524,524,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Abort two-step verification setup"
+ }
+ },
"lng_settings_password_disable": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_password_disable",
"photo_url": "https://telegra.ph/file/p/b57cc3d0a78/618bf39940a6f3e68a15c1d.jpg?c=330,289,376,376,280,280",
@@ -2447,12 +4026,164 @@
"singular": "Disable cloud password"
}
},
- "lng_settings_power_chat_effects": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_chat_effects",
- "photo_url": "https://telegra.ph/file/p/36deb713ff9/07278e1a6725d3bd776de17.jpg?c=132,333,280,280,280,280",
+ "lng_settings_password_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_password_title",
+ "photo_url": "https://telegra.ph/file/p/b57cc3d0a78/618bf39940a6f3e68a15c1d.jpg?c=331,193,347,347,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Two-step verification"
+ }
+ },
+ "lng_settings_power_auto": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_auto",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=32,773,328,328,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Save Power on Low Battery"
+ }
+ },
+ "lng_settings_power_auto_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_auto_about",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=15,657,537,537,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Automatically disable all animations when your laptop is in a battery saving mode."
+ }
+ },
+ "lng_settings_power_calls": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_calls",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=74,690,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Animations in Calls"
+ }
+ },
+ "lng_settings_power_chat": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_chat",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=75,549,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Animations in Chats"
+ }
+ },
+ "lng_settings_power_chat_background": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_chat_background",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=127,598,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Wallpaper rotation"
+ }
+ },
+ "lng_settings_power_chat_spoiler": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_chat_spoiler",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=135,643,285,285,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Animated spoiler effect"
+ }
+ },
+ "lng_settings_power_emoji": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_emoji",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=68,313,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Animated Emoji"
+ }
+ },
+ "lng_settings_power_emoji_chat": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_emoji_chat",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=131,456,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Autoplay in messages"
+ }
+ },
+ "lng_settings_power_emoji_panel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_emoji_panel",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=117,360,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Autoplay in panel"
+ }
+ },
+ "lng_settings_power_emoji_reactions": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_emoji_reactions",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=131,388,329,329,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Autoplay in reactions menu"
+ }
+ },
+ "lng_settings_power_emoji_status": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_emoji_status",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=130,477,333,333,280,280",
"has_binding": false,
"values": {
- "singular": "Effects in messages"
+ "singular": "Autoplay in premium status"
+ }
+ },
+ "lng_settings_power_menu": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_menu",
+ "photo_url": "https://telegra.ph/file/p/723e0ee40fe/f0d35c6b7b94b221e591417.jpg?c=114,366,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Battery and Animations"
+ }
+ },
+ "lng_settings_power_stickers": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_stickers",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=74,170,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Animated Stickers"
+ }
+ },
+ "lng_settings_power_stickers_chat": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_stickers_chat",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=113,266,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Autoplay in chat"
+ }
+ },
+ "lng_settings_power_stickers_panel": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_stickers_panel",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=117,218,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Autoplay in panel"
+ }
+ },
+ "lng_settings_power_subtitle": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_subtitle",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=34,128,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Power saving options"
+ }
+ },
+ "lng_settings_power_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_title",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=31,76,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Power Usage"
+ }
+ },
+ "lng_settings_power_turn_off": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_turn_off",
+ "photo_url": "https://telegra.ph/file/p/d29d0466ea6/f3f4649e5a3fdc7f6d23817.jpg?c=29,390,512,512,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Please turn off Save Power on Low Battery to change these settings."
+ }
+ },
+ "lng_settings_power_ui": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_power_ui",
+ "photo_url": "https://telegra.ph/file/p/73cc12d74d1/4ca7047a8c81e1c44ce8217.jpg?c=79,736,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Interface animations"
}
},
"lng_settings_privacy_premium": {
@@ -2471,6 +4202,22 @@
"singular": "Telegram Premium"
}
},
+ "lng_settings_profile_photo_privacy": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_profile_photo_privacy",
+ "photo_url": "https://telegra.ph/file/p/d555f3ab5ba/7e90448a29cbd338c915b1d.jpg?c=910,505,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Profile photos"
+ }
+ },
+ "lng_settings_qt_frame": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_qt_frame",
+ "photo_url": "https://telegra.ph/file/p/9d6d2947236/b3bd05a2287d72951226617.jpg?c=110,386,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Use Qt window frame"
+ }
+ },
"lng_settings_rename_device": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_rename_device",
"photo_url": "https://telegra.ph/file/p/87e16bee590/21278017246893b78665c17.jpg?c=313,86,280,280,280,280",
@@ -2487,6 +4234,22 @@
"singular": "Rename current device"
}
},
+ "lng_settings_reset_button": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_reset_button",
+ "photo_url": "https://telegra.ph/file/p/860d25051ba/01cdd65112bb558360c0a1d.jpg?c=842,530,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Terminate"
+ }
+ },
+ "lng_settings_reset_sure": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_reset_sure",
+ "photo_url": "https://telegra.ph/file/p/860d25051ba/01cdd65112bb558360c0a1d.jpg?c=484,302,557,557,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Are you sure you want to terminate
all other sessions?"
+ }
+ },
"lng_settings_restart_now": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_restart_now",
"photo_url": "https://telegra.ph/file/p/3fc4ccb6459/905042a4f8431ba5190901d.jpg?c=337,152,280,280,280,280",
@@ -2503,20 +4266,12 @@
"singular": "Save"
}
},
- "lng_settings_section_advanced_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_advanced_settings",
- "photo_url": "https://telegra.ph/file/p/619627d9d11/335d61e61e250965b73841d.jpg?c=143,190,280,280,280,280",
- "has_binding": false,
- "values": {
- "singular": "Advanced Settings"
- }
- },
- "lng_settings_section_background": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_background",
- "photo_url": "https://telegra.ph/file/p/99c8daa1f1d/e20e532fa69cb70c977371d.jpg?c=408,803,287,287,280,280",
+ "lng_settings_section_chat_settings": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_chat_settings",
+ "photo_url": "https://telegra.ph/file/p/94ae6649feb/9134ad4eb5475d104dd6d1d.jpg?c=437,92,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Chat wallpaper"
+ "singular": "Chat Settings"
}
},
"lng_settings_section_devices": {
@@ -2527,6 +4282,14 @@
"singular": "Speakers and Camera"
}
},
+ "lng_settings_section_info": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_info",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=317,430,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Info"
+ }
+ },
"lng_settings_section_notify": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_notify",
"photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=346,659,280,280,280,280",
@@ -2535,6 +4298,22 @@
"singular": "Notifications and Sounds"
}
},
+ "lng_settings_section_privacy": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_privacy",
+ "photo_url": "https://telegra.ph/file/p/6bcc9f0b0e3/b3c948afb2aa9ca62606b1d.jpg?c=511,397,322,322,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Privacy and Security"
+ }
+ },
+ "lng_settings_section_scale": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_section_scale",
+ "photo_url": "https://telegra.ph/file/p/3fc4ccb6459/905042a4f8431ba5190901d.jpg?c=137,174,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Interface Scale"
+ }
+ },
"lng_settings_security": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_security",
"photo_url": "https://telegra.ph/file/p/e95dc4eb9ac/676541ab8372868adc9e916.jpg?c=0,135,280,280,280,280",
@@ -2551,6 +4330,22 @@
"singular": "Manage your sessions on all your devices."
}
},
+ "lng_settings_sessions_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_sessions_title",
+ "photo_url": "https://telegra.ph/file/p/b57cc3d0a78/618bf39940a6f3e68a15c1d.jpg?c=328,426,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Active sessions"
+ }
+ },
+ "lng_settings_show_from": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_show_from",
+ "photo_url": "https://telegra.ph/file/p/992185166a9/2d47f3938bbecd2fd57f117.jpg?c=18,84,303,303,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show notifications from"
+ }
+ },
"lng_settings_show_name": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_show_name",
"photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=419,725,333,333,280,280",
@@ -2559,6 +4354,14 @@
"singular": "Show sender name"
}
},
+ "lng_settings_show_preview": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_show_preview",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=416,748,373,373,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show message preview"
+ }
+ },
"lng_settings_show_sessions": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_show_sessions",
"photo_url": "https://telegra.ph/file/p/b57cc3d0a78/618bf39940a6f3e68a15c1d.jpg?c=335,484,280,280,280,280",
@@ -2567,6 +4370,22 @@
"singular": "Active sessions"
}
},
+ "lng_settings_sound_allowed": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_sound_allowed",
+ "photo_url": "https://telegra.ph/file/p/2593393e9e0/5fdc78f864ebdc99bbcea17.jpg?c=88,258,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Allow sound"
+ }
+ },
+ "lng_settings_sound_notify": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_sound_notify",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=399,889,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Play sound"
+ }
+ },
"lng_settings_sound_notify_off": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_sound_notify_off",
"photo_url": "https://telegra.ph/file/p/82dceb4ff17/ae68a82fac0cf276b85b916.jpg?c=20,104,280,280,280,280",
@@ -2599,28 +4418,44 @@
"singular": "Terminate old sessions"
}
},
- "lng_settings_top_peers_about": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_top_peers_about",
- "photo_url": "https://telegra.ph/file/p/edd1155f2d4/15d5212f88e7d79b7adaf17.jpg?c=55,192,476,476,280,280",
+ "lng_settings_theme_name_color": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_theme_name_color",
+ "photo_url": "https://telegra.ph/file/p/ab518103966/7326949f5580bcaeaded517.jpg?c=96,344,280,280,280,280",
"has_binding": true,
"values": {
- "singular": "Display people you message frequently at the top of the search section for quick access."
+ "singular": "Your name color"
}
},
- "lng_settings_top_peers_suggest": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_top_peers_suggest",
- "photo_url": "https://telegra.ph/file/p/edd1155f2d4/15d5212f88e7d79b7adaf17.jpg?c=72,247,280,280,280,280",
- "has_binding": true,
- "values": {
- "singular": "Suggest frequent contacts"
- }
- },
- "lng_settings_top_peers_title": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_top_peers_title",
- "photo_url": "https://telegra.ph/file/p/edd1155f2d4/15d5212f88e7d79b7adaf17.jpg?c=63,212,280,280,280,280",
+ "lng_settings_theme_settings": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_theme_settings",
+ "photo_url": "https://telegra.ph/file/p/ab518103966/7326949f5580bcaeaded517.jpg?c=59,309,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "Frequent contacts"
+ "singular": "Theme settings"
+ }
+ },
+ "lng_settings_title_account_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_title_account_name",
+ "photo_url": "https://telegra.ph/file/p/ec9d7fbbbb4/b73ba05abaebd0135bde617.jpg?c=102,314,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show active account"
+ }
+ },
+ "lng_settings_title_chat_name": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_title_chat_name",
+ "photo_url": "https://telegra.ph/file/p/ec9d7fbbbb4/b73ba05abaebd0135bde617.jpg?c=95,275,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Show chat name"
+ }
+ },
+ "lng_settings_title_total_count": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_title_total_count",
+ "photo_url": "https://telegra.ph/file/p/ec9d7fbbbb4/b73ba05abaebd0135bde617.jpg?c=99,352,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Total unread count"
}
},
"lng_settings_ttl_about": {
@@ -2722,6 +4557,15 @@
"plural": "
{count} weeks"
}
},
+ "lng_settings_ttl_select_chats_disabled_toast": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_ttl_select_chats_disabled_toast",
+ "photo_url": "https://telegra.ph/file/p/1ecac04233f/1f787245d49dd8f719def17.jpg?c=32,169,536,536,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Auto-delete timer has been disabled in
{count} selected chat.",
+ "plural": "Auto-delete timer has been disabled in
{count} selected chats."
+ }
+ },
"lng_settings_ttl_select_chats_status": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_ttl_select_chats_status",
"photo_url": "https://telegra.ph/file/p/bfb6b50ca7b/ebaeddf79a2983d1428d117.jpg?c=131,200,280,280,280,280",
@@ -2755,36 +4599,52 @@
"singular": "Auto-Delete Messages"
}
},
- "lng_settings_use_systempwd": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_use_systempwd",
- "photo_url": "https://telegra.ph/file/p/73919bfadf2/70f4040101d07b302ed9b17.jpg?c=118,290,314,314,280,280",
- "has_binding": false,
+ "lng_settings_unmuted_chats": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_unmuted_chats",
+ "photo_url": "https://telegra.ph/file/p/349697c8347/9433810eef4040fcb6da717.jpg?c=56,83,280,280,280,280",
+ "has_binding": true,
"values": {
- "singular": "Unlock with System Password"
+ "singular": "Unmuted chats"
}
},
- "lng_settings_use_systempwd_about": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_use_systempwd_about",
- "photo_url": "https://telegra.ph/file/p/73919bfadf2/70f4040101d07b302ed9b17.jpg?c=60,265,441,441,280,280",
- "has_binding": false,
+ "lng_settings_unmuted_chats_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_unmuted_chats_about",
+ "photo_url": "https://telegra.ph/file/p/349697c8347/9433810eef4040fcb6da717.jpg?c=51,91,482,482,280,280",
+ "has_binding": true,
"values": {
- "singular": "You need to enter your passcode once before unlocking Telegram with System Password."
+ "singular": "Keep archived chats in the Archive even if they are unmuted and get a new message."
}
},
- "lng_settings_use_winhello": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_use_winhello",
- "photo_url": "https://telegra.ph/file/p/8775b36fee2/201e9ffbacaa6e5df10eb17.jpg?c=121,292,294,294,280,280",
+ "lng_settings_upload": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_upload",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=642,255,312,312,280,280",
"has_binding": false,
"values": {
- "singular": "Unlock with Windows Hello"
+ "singular": "Set Profile Photo"
}
},
- "lng_settings_use_winhello_about": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_use_winhello_about",
- "photo_url": "https://telegra.ph/file/p/8775b36fee2/201e9ffbacaa6e5df10eb17.jpg?c=62,257,434,434,280,280",
+ "lng_settings_use_native_notifications": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_use_native_notifications",
+ "photo_url": "https://telegra.ph/file/p/0f74587607d/19a00337ddd690ae88dba16.jpg?c=2,97,280,280,280,280",
"has_binding": false,
"values": {
- "singular": "You need to enter your passcode once before unlocking Telegram with Windows Hello."
+ "singular": "Use native notifications"
+ }
+ },
+ "lng_settings_use_windows": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_use_windows",
+ "photo_url": "https://telegra.ph/file/p/da7895026aa/580fc1dbf61d15689c67f1d.jpg?c=392,227,315,315,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Use Windows notifications"
+ }
+ },
+ "lng_settings_username": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_username",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=335,535,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Username:"
}
},
"lng_settings_voices_privacy": {
@@ -2795,6 +4655,22 @@
"singular": "Voice messages"
}
},
+ "lng_settings_window_system": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_settings_window_system",
+ "photo_url": "https://telegra.ph/file/p/ec9d7fbbbb4/b73ba05abaebd0135bde617.jpg?c=56,240,280,280,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Window title bar"
+ }
+ },
+ "lng_signin_code": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_signin_code",
+ "photo_url": "https://telegra.ph/file/p/7876f45d8ba/3dd124039b05bfbfc93d51d.jpg?c=523,461,309,309,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Code from the email"
+ }
+ },
"lng_signin_hint": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_signin_hint",
"photo_url": "https://telegra.ph/file/p/ff114286b9a/1fd6f636085a49c18770b1d.jpg?c=532,549,280,280,280,280",
@@ -2811,6 +4687,30 @@
"singular": "Forgot password?"
}
},
+ "lng_signin_recover_hint": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_signin_recover_hint",
+ "photo_url": "https://telegra.ph/file/p/7876f45d8ba/3dd124039b05bfbfc93d51d.jpg?c=503,285,617,617,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "We sent a code to
{recover_email}"
+ }
+ },
+ "lng_signin_recover_title": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_signin_recover_title",
+ "photo_url": "https://telegra.ph/file/p/7876f45d8ba/3dd124039b05bfbfc93d51d.jpg?c=525,344,311,311,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Password reset"
+ }
+ },
+ "lng_status_online": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_status_online",
+ "photo_url": "https://telegra.ph/file/p/9d357678a0e/7f18039934ea9139237ad1d.jpg?c=551,188,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "online"
+ }
+ },
"lng_stickers_archive_pack": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_stickers_archive_pack",
"photo_url": "https://telegra.ph/file/p/45eb59958ab/c99a333afda3acbc581b617.jpg?c=279,79,280,280,280,280",
@@ -2819,6 +4719,14 @@
"singular": "Archive Stickers"
}
},
+ "lng_stickers_featured_installed": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_stickers_featured_installed",
+ "photo_url": "https://telegra.ph/file/p/7cc29413026/44282eda94ba090b4f32f17.jpg?c=272,246,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Added"
+ }
+ },
"lng_telegram_features_url": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_telegram_features_url",
"photo_url": "https://telegra.ph/file/p/94f2bf5e5a3/8edaf280734dc9cd33c9616.jpg?c=13,177,280,280,280,280",
@@ -2859,6 +4767,54 @@
"singular": "Import existing theme"
}
},
+ "lng_translate_settings_about": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_translate_settings_about",
+ "photo_url": "https://telegra.ph/file/p/ba5efffc2ef/d2b38cdf1c7b9f703a49f17.jpg?c=43,178,500,500,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "The 'Translate' button will appear in the context menu of messages containing text."
+ }
+ },
+ "lng_translate_settings_chat": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_translate_settings_chat",
+ "photo_url": "https://telegra.ph/file/p/c1fc663af60/1653b531e2e0e8e07ff1d17.jpg?c=83,128,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Translate Entire Chats"
+ }
+ },
+ "lng_translate_settings_choose": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_translate_settings_choose",
+ "photo_url": "https://telegra.ph/file/p/ba5efffc2ef/d2b38cdf1c7b9f703a49f17.jpg?c=55,199,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Do Not Translate"
+ }
+ },
+ "lng_translate_settings_one": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_translate_settings_one",
+ "photo_url": "https://telegra.ph/file/p/259b4ef769b/7c51afb8b8890164504bf17.jpg?c=3,150,585,585,280,280",
+ "has_binding": false,
+ "values": {
+ "singular": "Please choose at least one language so that it can be used as the \"Translate to\" language."
+ }
+ },
+ "lng_translate_settings_show": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_translate_settings_show",
+ "photo_url": "https://telegra.ph/file/p/ba5efffc2ef/d2b38cdf1c7b9f703a49f17.jpg?c=63,154,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Show Translate Button"
+ }
+ },
+ "lng_translate_settings_subtitle": {
+ "url": "https://translations.telegram.org/en/tdesktop/settings/lng_translate_settings_subtitle",
+ "photo_url": "https://telegra.ph/file/p/ba5efffc2ef/d2b38cdf1c7b9f703a49f17.jpg?c=60,111,280,280,280,280",
+ "has_binding": true,
+ "values": {
+ "singular": "Translate Messages"
+ }
+ },
"lng_tray_icon_text": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_tray_icon_text",
"photo_url": "https://telegra.ph/file/p/e88a59ba4ac/d1e191ff9c2a1c90bfaea1d.jpg?c=1010,595,280,280,280,280",
@@ -2867,14 +4823,6 @@
"singular": "Telegram is still running here,
you can change this in Settings.
If it disappears from the tray,
you can drag it back from the hidden icons."
}
},
- "lng_username_about": {
- "url": "https://translations.telegram.org/en/tdesktop/settings/lng_username_about",
- "photo_url": "https://telegra.ph/file/p/ef9967982e5/8d72408d90da3edbcd50b1d.jpg?c=536,382,656,656,280,280",
- "has_binding": true,
- "values": {
- "singular": "You can choose a username on Telegram.
If you do, people will be able to find
you by this username and contact you
without needing your phone number.
You can use a–z, 0–9 and underscores.
Minimum length is 5 characters."
- }
- },
"lng_username_purchase_available": {
"url": "https://translations.telegram.org/en/tdesktop/settings/lng_username_purchase_available",
"photo_url": "https://telegra.ph/file/p/d31106492bd/c694623d7501968c683e417.jpg?c=58,237,452,452,280,280",
diff --git a/data/web_tr/translations.telegram.org/en/tdesktop/unsorted.json b/data/web_tr/translations.telegram.org/en/tdesktop/unsorted.json
index 69519ac666..eae8a903fa 100644
--- a/data/web_tr/translations.telegram.org/en/tdesktop/unsorted.json
+++ b/data/web_tr/translations.telegram.org/en/tdesktop/unsorted.json
@@ -15,14 +15,6 @@
"singular": "This is an official message from the CEO of Telegram regarding the ongoing conflict."
}
},
- "cloud_lng_badge_psa_covid": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/cloud_lng_badge_psa_covid",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "COVID-19"
- }
- },
"cloud_lng_badge_psa_psa": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/cloud_lng_badge_psa_psa",
"photo_url": null,
@@ -31,14 +23,6 @@
"singular": "Announcement"
}
},
- "cloud_lng_forwarded_psa_covid": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/cloud_lng_forwarded_psa_covid",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "COVID-19 Notification from
{channel}"
- }
- },
"cloud_lng_forwarded_psa_psa": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/cloud_lng_forwarded_psa_psa",
"photo_url": null,
@@ -841,15 +825,6 @@
"singular": "
{peer} refunded
{amount}"
}
},
- "lng_action_proximity_distance_km": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_action_proximity_distance_km",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{count} km",
- "plural": "
{count} km"
- }
- },
"lng_action_suggested_photo": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_action_suggested_photo",
"photo_url": "https://telegra.ph/file/p/08f7659ba99/6f4c17c73fc91a02b596b17.jpg?c=203,224,280,280,280,280",
@@ -1258,22 +1233,6 @@
"singular": "
{from} joined via folder invite link
{link}"
}
},
- "lng_admin_log_participant_joined_by_link": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_admin_log_participant_joined_by_link",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{from} joined the group via
{link}"
- }
- },
- "lng_admin_log_participant_joined_by_link_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_admin_log_participant_joined_by_link_channel",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{from} joined the channel via
{link}"
- }
- },
"lng_admin_log_previous_links_order": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_admin_log_previous_links_order",
"photo_url": null,
@@ -1322,14 +1281,6 @@
"singular": "
{from} removed the group's emoji set"
}
},
- "lng_admin_log_removed_location_chat": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_admin_log_removed_location_chat",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "
{from} removed the group location"
- }
- },
"lng_admin_log_reordered_link_channel": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_admin_log_reordered_link_channel",
"photo_url": null,
@@ -1474,41 +1425,6 @@
"singular": "Subscribe to **Telegram Premium** to unlock this emoji."
}
},
- "lng_archived_chats": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_archived_chats",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{count} chat",
- "plural": "
{count} chats"
- }
- },
- "lng_archived_last": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_archived_last",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{chats} and
{count} more chat",
- "plural": "
{chats} and
{count} more chats"
- }
- },
- "lng_archived_last_list": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_archived_last_list",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{accumulated},
{chat}"
- }
- },
- "lng_archived_unread": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_archived_unread",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{chat},
{second_chat} and
{count} more unread chat",
- "plural": "
{chat},
{second_chat} and
{count} more unread chats"
- }
- },
"lng_audio_transcribe_long": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_audio_transcribe_long",
"photo_url": null,
@@ -1541,14 +1457,6 @@
"singular": "Enter your first and last name."
}
},
- "lng_badge_psa_default": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_badge_psa_default",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "PSA"
- }
- },
"lng_boost_channel_features": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_boost_channel_features",
"photo_url": null,
@@ -1924,22 +1832,6 @@
"singular": "Please enter your password to confirm this action."
}
},
- "lng_bots_password_confirm_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_bots_password_confirm_title",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Two-step verification"
- }
- },
- "lng_call_accept": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_accept",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Accept"
- }
- },
"lng_call_battery_level_low": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_battery_level_low",
"photo_url": null,
@@ -1956,30 +1848,6 @@
"singular": "Active video chats"
}
},
- "lng_call_cancel": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_cancel",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Cancel"
- }
- },
- "lng_call_decline": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_decline",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Decline"
- }
- },
- "lng_call_error_camera_not_started": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_error_camera_not_started",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You can switch to video call once you're connected."
- }
- },
"lng_call_error_camera_outdated": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_error_camera_outdated",
"photo_url": null,
@@ -1988,30 +1856,6 @@
"singular": "
{user}'s app does not support video calls. They need to update their app before you can call them."
}
},
- "lng_call_error_no_camera": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_error_no_camera",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "No camera could be found. Please make sure that your camera is connected to the computer."
- }
- },
- "lng_call_microphone_off": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_microphone_off",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "
{user}'s microphone is off"
- }
- },
- "lng_call_mute_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_mute_audio",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Mute"
- }
- },
"lng_call_start": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_start",
"photo_url": "https://telegra.ph/file/p/ceac6b88751/4cdd00ad060e05a06c7b319.jpg?c=555,619,280,280,280,280",
@@ -2036,38 +1880,6 @@
"singular": "Click on the Camera icon if you want to start a video call."
}
},
- "lng_call_stop_video": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_stop_video",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Stop Video"
- }
- },
- "lng_call_unmute_audio": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_call_unmute_audio",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Unmute"
- }
- },
- "lng_cant_invite_bot_to_channel": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_cant_invite_bot_to_channel",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Bots can only be added to channels as admins."
- }
- },
- "lng_channel_badge": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_channel_badge",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "channel"
- }
- },
"lng_channel_earn_balance_about": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_channel_earn_balance_about",
"photo_url": null,
@@ -2206,14 +2018,6 @@
"singular": "This action can not be undone. If the address above is incorrect you will lose your TON."
}
},
- "lng_channel_invite_private": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_channel_invite_private",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "This channel is private.
Please join it to continue viewing its content."
- }
- },
"lng_channel_usernames_activate_description": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_channel_usernames_activate_description",
"photo_url": null,
@@ -2288,22 +2092,6 @@
"singular": "No channels yet..."
}
},
- "lng_channels_too_much_located_other": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_channels_too_much_located_other",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Sorry, the target user has too many location-based groups already. Please ask them to delete or transfer one of their existing ones first."
- }
- },
- "lng_channels_too_much_public_other": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_channels_too_much_public_other",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Sorry, the target user has too many public groups or channels already. Please ask them to make one of their existing groups or channels private first."
- }
- },
"lng_chat_intro_subtitle": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_chat_intro_subtitle",
"photo_url": null,
@@ -2432,14 +2220,6 @@
"singular": "If you already signed up for Telegram, please enter the code which was sent to your mobile app.
If you haven’t signed up yet, please register from your phone or tablet first."
}
},
- "lng_code_telegram": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_code_telegram",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "We've sent a code
[b]via Telegram
[/b]to your other devices. Please enter it below."
- }
- },
"lng_collectible_phone_copy": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_collectible_phone_copy",
"photo_url": null,
@@ -2562,30 +2342,6 @@
"singular": "Edit Fact Check"
}
},
- "lng_context_hide_psa": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_hide_psa",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Hide this announcement"
- }
- },
- "lng_context_mark_read_all": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_mark_read_all",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Mark all chats as read"
- }
- },
- "lng_context_mark_read_all_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_mark_read_all_sure",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to mark all chats as read?"
- }
- },
"lng_context_new_window": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_context_new_window",
"photo_url": "https://telegra.ph/file/p/51fc379f095/e9d55c47f685f906a4b9417.jpg?c=74,142,280,280,280,280",
@@ -2723,14 +2479,6 @@
"singular": "Automatically delete messages in this group for everyone after a period of time."
}
},
- "lng_create_invite_link_about": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_create_invite_link_about",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "People can be added, or join via invite link or \"Groups nearby\""
- }
- },
"lng_credits_box_history_entry_about": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_credits_box_history_entry_about",
"photo_url": null,
@@ -2894,22 +2642,6 @@
"singular": "
{from} {topic}"
}
},
- "lng_download_path_clear": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_download_path_clear",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Clear all"
- }
- },
- "lng_download_path_label": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_download_path_label",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Download path:"
- }
- },
"lng_download_path_unset": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_download_path_unset",
"photo_url": null,
@@ -2935,22 +2667,6 @@
"plural": "You've reached the message text limit. Please make the text shorter by
{count} characters."
}
},
- "lng_edit_media_album_error": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_edit_media_album_error",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "This file cannot be saved as a part of an album."
- }
- },
- "lng_edit_media_invalid_file": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_edit_media_invalid_file",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Sorry, no way to use this file."
- }
- },
"lng_edit_privacy_about_always_empty": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_edit_privacy_about_always_empty",
"photo_url": null,
@@ -2983,14 +2699,6 @@
"singular": "Never Share With"
}
},
- "lng_edit_privacy_calls_description": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_edit_privacy_calls_description",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You can restrict who can call you:"
- }
- },
"lng_edit_privacy_profile_photo_public_toast": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_edit_privacy_profile_photo_public_toast",
"photo_url": null,
@@ -3095,30 +2803,6 @@
"singular": "Sorry, forwarding from this group is disabled by admins."
}
},
- "lng_export_option_only_my": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_export_option_only_my",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Only my messages"
- }
- },
- "lng_export_option_private_channels": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_export_option_private_channels",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Private channels"
- }
- },
- "lng_export_option_public_groups": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_export_option_public_groups",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Public groups"
- }
- },
"lng_export_skip_file": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_export_skip_file",
"photo_url": null,
@@ -3199,14 +2883,6 @@
"singular": "what's this?"
}
},
- "lng_fake_badge": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_fake_badge",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "FAKE"
- }
- },
"lng_feature_name_color_channel": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_feature_name_color_channel",
"photo_url": null,
@@ -3251,14 +2927,6 @@
"singular": "Limit Reached"
}
},
- "lng_filters_add": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_add",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Done"
- }
- },
"lng_filters_add_box_title": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_add_box_title",
"photo_url": null,
@@ -3267,22 +2935,6 @@
"singular": "Add to..."
}
},
- "lng_filters_default": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_default",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Please change at least one rule for this folder."
- }
- },
- "lng_filters_error_pinned_max": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_error_pinned_max",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Sorry, you can't pin any more chats to the top."
- }
- },
"lng_filters_link_group_admin_error": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_link_group_admin_error",
"photo_url": null,
@@ -3307,22 +2959,6 @@
"singular": "Remove from folder"
}
},
- "lng_filters_name_unmuted": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_name_unmuted",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Unmuted"
- }
- },
- "lng_filters_no_chats": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_filters_no_chats",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "No chats"
- }
- },
"lng_forum_choose_title_and_icon": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forum_choose_title_and_icon",
"photo_url": "https://telegra.ph/file/p/937b37a1070/ff2ec3078eda0dd14d71a17.jpg?c=95,180,296,296,280,280",
@@ -3508,14 +3144,6 @@
"singular": "View as Messages"
}
},
- "lng_forwarded_psa_default": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forwarded_psa_default",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Forwarded from
{channel}"
- }
- },
"lng_forwards_tooltip": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_forwards_tooltip",
"photo_url": "https://telegra.ph/file/p/e4426dbfbcc/99cfbe252d8aff673a65017.jpg?c=235,575,280,280,280,280",
@@ -3581,78 +3209,6 @@
"singular": "Only the recipient can see the link."
}
},
- "lng_gigagroup_convert_feature1": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_convert_feature1",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "No limit on the number of members."
- }
- },
- "lng_gigagroup_convert_feature2": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_convert_feature2",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Only admins can send messages."
- }
- },
- "lng_gigagroup_convert_feature3": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_convert_feature3",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Can't be turned back into a regular group."
- }
- },
- "lng_gigagroup_convert_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_convert_sure",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Convert"
- }
- },
- "lng_gigagroup_convert_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_convert_title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Broadcast Groups"
- }
- },
- "lng_gigagroup_done": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_done",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Your group can now have more than 200,000 members."
- }
- },
- "lng_gigagroup_suggest_more": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_suggest_more",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Learn more"
- }
- },
- "lng_gigagroup_suggest_text": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_suggest_text",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Your group has reached a limit of **200,000** members.
You can increase this limit by converting the group to a **broadcast group** where only admins can post. Interested?"
- }
- },
- "lng_gigagroup_suggest_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_suggest_title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Limit reached"
- }
- },
"lng_gigagroup_warning": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_warning",
"photo_url": null,
@@ -3661,14 +3217,6 @@
"singular": "Regular members of the group (non-admins) will **permanently** lose their right to send messages in the group.
This action **can't** be undone."
}
},
- "lng_gigagroup_warning_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_gigagroup_warning_title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Are you sure?"
- }
- },
"lng_giveaway_additional_about": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_giveaway_additional_about",
"photo_url": null,
@@ -3914,14 +3462,6 @@
"plural": "To watch the video stream, update
Telegram to the latest version."
}
},
- "lng_group_call_mac_accessibility": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_call_mac_accessibility",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Please allow **Accessibility** for Telegram in Privacy Settings.
You may need to restart the app."
- }
- },
"lng_group_call_more": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_call_more",
"photo_url": null,
@@ -3995,14 +3535,6 @@
"singular": "Video is paused"
}
},
- "lng_group_invite_expired_already": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_invite_expired_already",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "This link has expired."
- }
- },
"lng_group_invite_joined_via_filter": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_invite_joined_via_filter",
"photo_url": null,
@@ -4011,38 +3543,6 @@
"singular": "joined via a folder invite link"
}
},
- "lng_group_invite_link_revoked": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_invite_link_revoked",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Revoked"
- }
- },
- "lng_group_invite_permanent": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_invite_permanent",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Permanent link"
- }
- },
- "lng_group_invite_permanent_other": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_invite_permanent_other",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Permanent link of this admin"
- }
- },
- "lng_group_invite_revoke": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_group_invite_revoke",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Revoke Link"
- }
- },
"lng_in_dlg_audio_count": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_in_dlg_audio_count",
"photo_url": "https://telegra.ph/file/p/f8ea624690f/655585d2528750020349817.jpg?c=68,93,280,280,280,280",
@@ -4229,39 +3729,6 @@
"singular": "Your public communities"
}
},
- "lng_linux_menu_help": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_linux_menu_help",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Help"
- }
- },
- "lng_linux_menu_tools": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_linux_menu_tools",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Tools"
- }
- },
- "lng_linux_no_audio_prefs": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_linux_no_audio_prefs",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You don't have any audio configuration applications installed."
- }
- },
- "lng_local_storage_limit_weeks": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_local_storage_limit_weeks",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "
{count} week",
- "plural": "
{count} weeks"
- }
- },
"lng_location_address": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_location_address",
"photo_url": null,
@@ -4270,22 +3737,6 @@
"singular": "Enter Address"
}
},
- "lng_mac_choose_app": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mac_choose_app",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Choose Application"
- }
- },
- "lng_mac_menu_emoji_and_symbols": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mac_menu_emoji_and_symbols",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Emoji & Symbols"
- }
- },
"lng_mac_menu_player_stop": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mac_menu_player_stop",
"photo_url": null,
@@ -4294,14 +3745,6 @@
"singular": "Stop"
}
},
- "lng_mac_touchbar_favorite_stickers": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mac_touchbar_favorite_stickers",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Favorite stickers"
- }
- },
"lng_manage_messages_ttl_after4": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_manage_messages_ttl_after4",
"photo_url": null,
@@ -4431,22 +3874,6 @@
"singular": "Remove Masks"
}
},
- "lng_media_color_theme": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_media_color_theme",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Color theme"
- }
- },
- "lng_media_music_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_media_music_title",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Music"
- }
- },
"lng_mediaview_hours_ago": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mediaview_hours_ago",
"photo_url": null,
@@ -4497,14 +3924,6 @@
"singular": "Media viewer"
}
},
- "lng_mediaview_video_loading": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mediaview_video_loading",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Loading -
{percent}"
- }
- },
"lng_mediaview_video_saved_to": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_mediaview_video_saved_to",
"photo_url": null,
@@ -4554,22 +3973,6 @@
"singular": "Unmute"
}
},
- "lng_new_contact_share_done": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_new_contact_share_done",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "
{user} can now see your phone number."
- }
- },
- "lng_new_contact_share_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_new_contact_share_sure",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Do you want to share your phone number
{phone} with
{user}?"
- }
- },
"lng_notification_context_remove": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_notification_context_remove",
"photo_url": null,
@@ -4635,54 +4038,6 @@
"singular": "You need to enter your passcode
before you can use Touch ID."
}
},
- "lng_passcode_turn_off": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_passcode_turn_off",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Turn off"
- }
- },
- "lng_passport_code_sent": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_passport_code_sent",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "A confirmation code was sent to
{email}"
- }
- },
- "lng_passport_email_validate": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_passport_email_validate",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Validate"
- }
- },
- "lng_passport_front_side_name": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_passport_front_side_name",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Scan"
- }
- },
- "lng_passport_reverse_side_name": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_passport_reverse_side_name",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Scan"
- }
- },
- "lng_passport_selfie_name": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_passport_selfie_name",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Photo"
- }
- },
"lng_payments_already_paid": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_payments_already_paid",
"photo_url": null,
@@ -4851,47 +4206,6 @@
"singular": "Duplicate"
}
},
- "lng_pinned_hide_all": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_pinned_hide_all",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Don't show pinned messages"
- }
- },
- "lng_pinned_quiz": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_pinned_quiz",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Pinned quiz"
- }
- },
- "lng_polls_create_hint": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_polls_create_hint",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Click to choose the correct answer"
- }
- },
- "lng_polls_show_more": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_polls_show_more",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Show more (
{count})",
- "plural": "Show more (
{count})"
- }
- },
- "lng_polls_votes_collapse": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_polls_votes_collapse",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Collapse"
- }
- },
"lng_premium_emoji_status_title_colored": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_premium_emoji_status_title_colored",
"photo_url": null,
@@ -5684,23 +4998,6 @@
"singular": "This shortcut already exists."
}
},
- "lng_replies_header": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_replies_header",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "
{count} reply",
- "plural": "
{count} replies"
- }
- },
- "lng_replies_header_none": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_replies_header_none",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Replies"
- }
- },
"lng_replies_remove_text": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_replies_remove_text",
"photo_url": null,
@@ -5717,14 +5014,6 @@
"singular": "Remove Shortcut"
}
},
- "lng_replies_view_thread": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_replies_view_thread",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "View Thread"
- }
- },
"lng_replies_view_topic": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_replies_view_topic",
"photo_url": "https://telegra.ph/file/p/4beabfe8084/95dd1b7d256a7d6b860dc17.jpg?c=305,474,280,280,280,280",
@@ -5733,14 +5022,6 @@
"singular": "View in Topic"
}
},
- "lng_reply_cant": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_reply_cant",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You can't reply to messages from before this group was upgraded to a supergroup.
Groups get automatically upgraded when they reach 200 members or when you start using advanced features like chat history permissions or granular admin settings."
- }
- },
"lng_reply_from_private_chat": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_reply_from_private_chat",
"photo_url": null,
@@ -6358,30 +5639,6 @@
"singular": "Voice messages"
}
},
- "lng_rights_gigagroup_about": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_rights_gigagroup_about",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Broadcast groups can have over 200,000 members, but only admins can send messages in them."
- }
- },
- "lng_rights_gigagroup_convert": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_rights_gigagroup_convert",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Convert to Broadcast Group"
- }
- },
- "lng_rights_gigagroup_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_rights_gigagroup_title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Broadcast group"
- }
- },
"lng_saved_gif_limit_link": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_saved_gif_limit_link",
"photo_url": null,
@@ -6442,40 +5699,6 @@
"plural": "
{count}s"
}
},
- "lng_selected_unsend_about_group": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_selected_unsend_about_group",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You can also delete the
{count} message you sent from the inboxes of other group members by checking \"Unsend my messages\".",
- "plural": "You can also delete the
{count} messages you sent from the inboxes of other group members by checking \"Unsend my messages\"."
- }
- },
- "lng_selected_unsend_about_group_one": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_selected_unsend_about_group_one",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "You can also delete the message you sent from the inboxes of other group members by checking \"Unsend my messages\"."
- }
- },
- "lng_selected_unsend_about_user": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_selected_unsend_about_user",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You can also delete the
{count} message you sent from
{user}'s inbox by checking \"Unsend my messages\".",
- "plural": "You can also delete the
{count} messages you sent from
{user}'s inbox by checking \"Unsend my messages\"."
- }
- },
- "lng_selected_unsend_about_user_one": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_selected_unsend_about_user_one",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "You can also delete the message you sent from
{user}'s inbox by checking \"Unsend my messages\"."
- }
- },
"lng_send_compressed_one": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_send_compressed_one",
"photo_url": "https://telegra.ph/file/p/88632e0c92b/3efee661870983040dc9317.jpg?c=103,361,280,280,280,280",
@@ -6492,14 +5715,6 @@
"singular": "Send an image"
}
},
- "lng_send_media_invalid_files": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_send_media_invalid_files",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Sorry, no valid files found."
- }
- },
"lng_send_text_no": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_send_text_no",
"photo_url": "https://telegra.ph/file/p/2322353443f/84e15eb69e0495178495f17.jpg?c=131,548,280,280,280,280",
@@ -6596,14 +5811,6 @@
"singular": "Send a video file"
}
},
- "lng_sent_date": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_sent_date",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Sent:
{date}"
- }
- },
"lng_settings_add_account_about": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_add_account_about",
"photo_url": null,
@@ -6612,22 +5819,6 @@
"singular": "You can add up to four accounts with different phone numbers."
}
},
- "lng_settings_calls_privacy": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_calls_privacy",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Phone calls privacy"
- }
- },
- "lng_settings_close_sure": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_close_sure",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Are you sure you want to close this page? You didn't save your changes."
- }
- },
"lng_settings_cloud_password_email_confirm": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_cloud_password_email_confirm",
"photo_url": null,
@@ -6676,14 +5867,6 @@
"singular": "Unavailable"
}
},
- "lng_settings_edit_info": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_edit_info",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Edit information"
- }
- },
"lng_settings_faq_link": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_faq_link",
"photo_url": null,
@@ -6700,14 +5883,6 @@
"singular": "Please choose at least one recipient."
}
},
- "lng_settings_groups_invite_privacy": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_groups_invite_privacy",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Groups and Channels invite settings"
- }
- },
"lng_settings_logged_in_about": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_logged_in_about",
"photo_url": null,
@@ -6716,14 +5891,6 @@
"singular": "Websites where you've used Telegram to log in."
}
},
- "lng_settings_manage_enabled_dictionary": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_manage_enabled_dictionary",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Dictionary is enabled"
- }
- },
"lng_settings_monochrome_icon": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_monochrome_icon",
"photo_url": null,
@@ -6740,30 +5907,6 @@
"singular": "My Account"
}
},
- "lng_settings_password_reenter_email": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_password_reenter_email",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Re-enter recovery email"
- }
- },
- "lng_settings_peer_to_peer": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_peer_to_peer",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Peer-to-Peer"
- }
- },
- "lng_settings_self_destruct": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_self_destruct",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Account self-destruct settings"
- }
- },
"lng_settings_ttl_after_hours": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_settings_ttl_after_hours",
"photo_url": null,
@@ -6854,14 +5997,6 @@
"singular": "Username lets people contact you on Telegram without needing your phone number."
}
},
- "lng_signed_author": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_signed_author",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Author:
{user}"
- }
- },
"lng_similar_channels_more": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_similar_channels_more",
"photo_url": null,
@@ -6902,14 +6037,6 @@
"singular": "Add emoji"
}
},
- "lng_stickers_attached_sets": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_stickers_attached_sets",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Sets of attached stickers"
- }
- },
"lng_stickers_copied_emoji": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_stickers_copied_emoji",
"photo_url": "https://telegra.ph/file/p/974fc3dd7cd/d36f041a3927c74aa58e917.jpg?c=130,276,337,337,280,280",
@@ -6934,46 +6061,6 @@
"singular": "Share Emoji"
}
},
- "lng_suggest_hide_new_about": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_suggest_hide_new_about",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "You are receiving lots of new chats from users who are not in your Contact List.
Do you want to have such chats **automatically muted** and **archived**?"
- }
- },
- "lng_suggest_hide_new_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_suggest_hide_new_title",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Hide new chats?"
- }
- },
- "lng_suggest_hide_new_to_settings": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_suggest_hide_new_to_settings",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Go to Settings"
- }
- },
- "lng_theme_editor_attach_title": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_theme_editor_attach_title",
- "photo_url": null,
- "has_binding": false,
- "values": {
- "singular": "Attach desktop theme"
- }
- },
- "lng_tooltip_psa_default": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_tooltip_psa_default",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "This message provides you with a public service announcement."
- }
- },
"lng_topic_author_badge": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_topic_author_badge",
"photo_url": "https://telegra.ph/file/p/7982e7f9c04/35f2da5a69f483a3e959117.jpg?c=297,537,280,280,280,280",
@@ -7126,14 +6213,6 @@
"singular": "self-destruct timer"
}
},
- "lng_ttl_edit_save": {
- "url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_ttl_edit_save",
- "photo_url": null,
- "has_binding": true,
- "values": {
- "singular": "Confirm"
- }
- },
"lng_ttl_round_sent": {
"url": "https://translations.telegram.org/en/tdesktop/unsorted/lng_ttl_round_sent",
"photo_url": null,