mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-29 07:52:37 +01:00
Update content of files
This commit is contained in:
parent
a8969d76e1
commit
65ee98c9a5
5 changed files with 156 additions and 111 deletions
|
@ -832,6 +832,7 @@
|
|||
"BackgroundAnimate",
|
||||
"BackgroundAnimateInfo",
|
||||
"BackgroundBlurred",
|
||||
"BackgroundBlurred",
|
||||
"BackgroundBrightness",
|
||||
"BackgroundChoosePattern",
|
||||
"BackgroundColor",
|
||||
|
@ -845,10 +846,12 @@
|
|||
"BackgroundHexColorCode",
|
||||
"BackgroundIntensity",
|
||||
"BackgroundMotion",
|
||||
"BackgroundMotion",
|
||||
"BackgroundPattern",
|
||||
"BackgroundPreview",
|
||||
"BackgroundPreviewLine1",
|
||||
"BackgroundPreviewLine2",
|
||||
"BackgroundPreviewLine2",
|
||||
"BackgroundRestricted",
|
||||
"BackgroundSearchColor",
|
||||
"BackgroundToChats",
|
||||
|
@ -4661,6 +4664,7 @@
|
|||
"ScamMessage",
|
||||
"Schedule",
|
||||
"ScheduleMessage",
|
||||
"ScheduleMessage",
|
||||
"ScheduleWhenOnline",
|
||||
"ScheduledMessages",
|
||||
"ScheduledOrNoSoundHint",
|
||||
|
@ -4835,6 +4839,7 @@
|
|||
"SendWithoutGrouping",
|
||||
"SendWithoutGrouping",
|
||||
"SendWithoutSound",
|
||||
"SendWithoutSound",
|
||||
"SendingAudio",
|
||||
"SendingFile",
|
||||
"SendingGame",
|
||||
|
|
|
@ -208,7 +208,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/private_chats/" class="tr-section">
|
||||
<div class="tr-section-cover cover4"></div>
|
||||
<div class="tr-section-caption">Private chats (317)</div>
|
||||
<div class="tr-section-caption">Private chats (327)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/groups_and_channels/" class="tr-section">
|
||||
|
@ -233,7 +233,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/bots_and_payments/" class="tr-section">
|
||||
<div class="tr-section-cover cover9"></div>
|
||||
<div class="tr-section-caption">Bots And Payments (155)</div>
|
||||
<div class="tr-section-caption">Bots And Payments (162)</div>
|
||||
</a></div>
|
||||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/passport/" class="tr-section">
|
||||
|
@ -248,7 +248,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/android/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1429)</div>
|
||||
<div class="tr-section-caption">Unsorted (1417)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -199,6 +199,30 @@
|
|||
"singular": "This bot can't join groups."
|
||||
}
|
||||
},
|
||||
"BotChangeSettings": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotChangeSettings",
|
||||
"photo_url": "https://telegra.ph/file/p/3b1f3ccca59/20679956d1adddf81d39717.jpg?c=81,517,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Change Bot Settings"
|
||||
}
|
||||
},
|
||||
"BotEditCommands": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotEditCommands",
|
||||
"photo_url": "https://telegra.ph/file/p/3b1f3ccca59/20679956d1adddf81d39717.jpg?c=73,456,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Edit Commands"
|
||||
}
|
||||
},
|
||||
"BotEditIntro": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotEditIntro",
|
||||
"photo_url": "https://telegra.ph/file/p/3b1f3ccca59/20679956d1adddf81d39717.jpg?c=61,396,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Edit Intro"
|
||||
}
|
||||
},
|
||||
"BotHelp": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotHelp",
|
||||
"photo_url": "https://telegra.ph/file/p/ad543d48e37/7bcc6422e6c524d1ce1b51d.jpg?c=229,487,280,280,280,280",
|
||||
|
@ -223,6 +247,14 @@
|
|||
"singular": "Add to Group"
|
||||
}
|
||||
},
|
||||
"BotManageInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotManageInfo",
|
||||
"photo_url": "https://telegra.ph/file/p/3b1f3ccca59/20679956d1adddf81d39717.jpg?c=15,507,390,390,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Use @BotFather to manage this bot."
|
||||
}
|
||||
},
|
||||
"BotOpenPageMessage": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotOpenPageMessage",
|
||||
"photo_url": "https://telegra.ph/file/p/16b447a6f87/82c163acc1fdf3c93dd5717.jpg?c=46,341,477,477,280,280",
|
||||
|
@ -247,6 +279,14 @@
|
|||
"singular": "Allow <mark class=\"token\">%1$s</mark> to pass your Telegram name and id (not your phone number) to pages you open with this bot?"
|
||||
}
|
||||
},
|
||||
"BotPublicLink": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotPublicLink",
|
||||
"photo_url": "https://telegra.ph/file/p/3b1f3ccca59/20679956d1adddf81d39717.jpg?c=64,336,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Public Link"
|
||||
}
|
||||
},
|
||||
"BotRemoveFromMenu": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotRemoveFromMenu",
|
||||
"photo_url": "https://telegra.ph/file/p/e620f295565/7c6890e7bf09399a172a517.jpg?c=53,369,421,421,280,280",
|
||||
|
@ -279,6 +319,14 @@
|
|||
"singular": "Restart Bot"
|
||||
}
|
||||
},
|
||||
"BotSetPublicLinkHeader": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotSetPublicLinkHeader",
|
||||
"photo_url": "https://telegra.ph/file/p/68311b5b6b0/7bd8378d7469058b4573a17.jpg?c=14,109,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Set public link"
|
||||
}
|
||||
},
|
||||
"BotSettings": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotSettings",
|
||||
"photo_url": "https://telegra.ph/file/p/ad543d48e37/7bcc6422e6c524d1ce1b51d.jpg?c=248,412,280,280,280,280",
|
||||
|
@ -327,6 +375,14 @@
|
|||
"singular": "Block Bot"
|
||||
}
|
||||
},
|
||||
"BotUsernameHelp": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotUsernameHelp",
|
||||
"photo_url": "https://telegra.ph/file/p/68311b5b6b0/7bd8378d7469058b4573a17.jpg?c=0,135,600,609,276,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This link cannot be edited. You can acquire additional usernames on *Fragment*."
|
||||
}
|
||||
},
|
||||
"BotWebViewChangesMayNotBeSaved": {
|
||||
"url": "https://translations.telegram.org/en/android/bots_and_payments/BotWebViewChangesMayNotBeSaved",
|
||||
"photo_url": "https://telegra.ph/file/p/4c5de874757/be3bfd962e87c0593d1a817.jpg?c=42,330,502,502,280,280",
|
||||
|
|
|
@ -207,6 +207,14 @@
|
|||
"singular": "Telegram"
|
||||
}
|
||||
},
|
||||
"ApplyBackgroundForThisChat": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ApplyBackgroundForThisChat",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=141,899,317,317,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "APPLY FOR THIS CHAT"
|
||||
}
|
||||
},
|
||||
"ApplyLocalizationFile": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ApplyLocalizationFile",
|
||||
"photo_url": "https://telegra.ph/file/p/e205684d7ee/3f509b90f58cde943d8121d.jpg?c=74,340,332,332,280,280",
|
||||
|
@ -399,6 +407,38 @@
|
|||
"singular": "Waiting for <mark class=\"token\">%s</mark> to come online..."
|
||||
}
|
||||
},
|
||||
"BackgroundBlurred": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/BackgroundBlurred",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=110,860,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Blurred"
|
||||
}
|
||||
},
|
||||
"BackgroundColorSinglePreviewLine3": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/BackgroundColorSinglePreviewLine3",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=17,615,446,446,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Apply the wallpaper in this chat"
|
||||
}
|
||||
},
|
||||
"BackgroundMotion": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/BackgroundMotion",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=240,859,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Motion"
|
||||
}
|
||||
},
|
||||
"BackgroundPreviewLine2": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/BackgroundPreviewLine2",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=220,793,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Woo-hoo! Thanks"
|
||||
}
|
||||
},
|
||||
"BlockUserAlert": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/BlockUserAlert",
|
||||
"photo_url": "https://telegra.ph/file/p/9a7c750c7b3/ccf04c521389f7d5ea69f19.jpg?c=84,540,995,995,280,280",
|
||||
|
@ -575,6 +615,14 @@
|
|||
"singular": "Change colors"
|
||||
}
|
||||
},
|
||||
"ChatBackgroundHint": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ChatBackgroundHint",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=18,487,561,561,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%s</mark> will be able to apply this wallpaper"
|
||||
}
|
||||
},
|
||||
"ChatDistanceToPeer": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ChatDistanceToPeer",
|
||||
"photo_url": "https://telegra.ph/file/p/77804e05939/aca3e8146629f255a53d319.jpg?c=382,266,474,474,280,280",
|
||||
|
@ -1728,6 +1776,14 @@
|
|||
"singular": "Pin message"
|
||||
}
|
||||
},
|
||||
"PreviewWallpaperNight": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/PreviewWallpaperNight",
|
||||
"photo_url": "https://telegra.ph/file/p/b027a9a199a/328bbfd6514890623bdbb17.jpg?c=110,54,486,486,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Preview this background in night mode."
|
||||
}
|
||||
},
|
||||
"ProximityAlertCancelled": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ProximityAlertCancelled",
|
||||
"photo_url": "https://telegra.ph/file/p/2842fac93d5/4a00a192faeb789e597fb17.jpg?c=65,677,351,351,280,280",
|
||||
|
@ -1952,6 +2008,14 @@
|
|||
"singular": "Schedule"
|
||||
}
|
||||
},
|
||||
"ScheduleMessage": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ScheduleMessage",
|
||||
"photo_url": "https://telegra.ph/file/p/0ec95e608e4/95838ff2e11714fdd6bd117.jpg?c=274,735,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Schedule Message"
|
||||
}
|
||||
},
|
||||
"ScheduleWhenOnline": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/ScheduleWhenOnline",
|
||||
"photo_url": "https://telegra.ph/file/p/89f31a083c1/5df891ebcbab863d6f89417.jpg?c=104,391,471,471,280,280",
|
||||
|
@ -2105,6 +2169,14 @@
|
|||
"singular": "Send Sticker"
|
||||
}
|
||||
},
|
||||
"SendWhenOnline": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/SendWhenOnline",
|
||||
"photo_url": "https://telegra.ph/file/p/0ec95e608e4/95838ff2e11714fdd6bd117.jpg?c=269,796,280,280,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Send When Online"
|
||||
}
|
||||
},
|
||||
"SendWithoutCompression": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/SendWithoutCompression",
|
||||
"photo_url": "https://telegra.ph/file/p/83b856b63fd/ceeb1ff492e556b5ca1fc17.jpg?c=217,120,361,361,280,280",
|
||||
|
@ -2121,6 +2193,14 @@
|
|||
"singular": "Send without grouping"
|
||||
}
|
||||
},
|
||||
"SendWithoutSound": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/SendWithoutSound",
|
||||
"photo_url": "https://telegra.ph/file/p/0ec95e608e4/95838ff2e11714fdd6bd117.jpg?c=276,848,294,294,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Send Without Sound"
|
||||
}
|
||||
},
|
||||
"SendingAudio": {
|
||||
"url": "https://translations.telegram.org/en/android/private_chats/SendingAudio",
|
||||
"photo_url": null,
|
||||
|
|
|
@ -1089,7 +1089,7 @@
|
|||
},
|
||||
"AddedBy": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/AddedBy",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "added by <mark class=\"token\">%1$s</mark> <mark class=\"token\">%2$s</mark>"
|
||||
|
@ -1275,14 +1275,6 @@
|
|||
"singular": "**Photo updated**"
|
||||
}
|
||||
},
|
||||
"ApplyBackgroundForThisChat": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ApplyBackgroundForThisChat",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "APPLY FOR THIS CHAT"
|
||||
}
|
||||
},
|
||||
"April": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/April",
|
||||
"photo_url": null,
|
||||
|
@ -1851,14 +1843,6 @@
|
|||
"singular": "Salmon is a fish, not a color."
|
||||
}
|
||||
},
|
||||
"BackgroundColorSinglePreviewLine3": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BackgroundColorSinglePreviewLine3",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Apply the wallpaper in this chat"
|
||||
}
|
||||
},
|
||||
"BackgroundDimming": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BackgroundDimming",
|
||||
"photo_url": null,
|
||||
|
@ -1940,38 +1924,6 @@
|
|||
"singular": "This bot can't be opened in chats with users."
|
||||
}
|
||||
},
|
||||
"BotChangeSettings": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotChangeSettings",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Change Bot Settings"
|
||||
}
|
||||
},
|
||||
"BotEditCommands": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotEditCommands",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Edit Commands"
|
||||
}
|
||||
},
|
||||
"BotEditIntro": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotEditIntro",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Edit Intro"
|
||||
}
|
||||
},
|
||||
"BotManageInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotManageInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Use @BotFather to manage this bot."
|
||||
}
|
||||
},
|
||||
"BotMessagePreview": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotMessagePreview",
|
||||
"photo_url": null,
|
||||
|
@ -2020,14 +1972,6 @@
|
|||
"singular": "Please enter your password to confirm this action."
|
||||
}
|
||||
},
|
||||
"BotPublicLink": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotPublicLink",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Public Link"
|
||||
}
|
||||
},
|
||||
"BotPublicLinks": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotPublicLinks",
|
||||
"photo_url": null,
|
||||
|
@ -2068,14 +2012,6 @@
|
|||
"singular": "This link does not lead to a bot."
|
||||
}
|
||||
},
|
||||
"BotSetPublicLinkHeader": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotSetPublicLinkHeader",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Set public link"
|
||||
}
|
||||
},
|
||||
"BotSettingsChangedAlert": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotSettingsChangedAlert",
|
||||
"photo_url": null,
|
||||
|
@ -2100,14 +2036,6 @@
|
|||
"singular": "Start bot"
|
||||
}
|
||||
},
|
||||
"BotUsernameHelp": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotUsernameHelp",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This link cannot be edited. You can acquire additional usernames on *Fragment*."
|
||||
}
|
||||
},
|
||||
"BotUsernamesHelp": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BotUsernamesHelp",
|
||||
"photo_url": null,
|
||||
|
@ -2583,14 +2511,6 @@
|
|||
"singular": "<mark class=\"token\">%1$s</mark> updated its photo"
|
||||
}
|
||||
},
|
||||
"ChatBackgroundHint": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ChatBackgroundHint",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%s</mark> will be able to apply this wallpaper"
|
||||
}
|
||||
},
|
||||
"ChatHintsDelete": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ChatHintsDelete",
|
||||
"photo_url": null,
|
||||
|
@ -2665,7 +2585,7 @@
|
|||
},
|
||||
"ChatWithAdminChannelTitle": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ChatWithAdminChannelTitle",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Response to your join request"
|
||||
|
@ -5288,7 +5208,7 @@
|
|||
},
|
||||
"IsEnjoyngAnimations": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/IsEnjoyngAnimations",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> is **oo** watching <mark class=\"token\">%2$s</mark>"
|
||||
|
@ -6137,7 +6057,7 @@
|
|||
},
|
||||
"NoMemberRequests": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NoMemberRequests",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No join requests"
|
||||
|
@ -6225,7 +6145,7 @@
|
|||
},
|
||||
"NoSubscribeRequests": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NoSubscribeRequests",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No join requests"
|
||||
|
@ -7498,14 +7418,6 @@
|
|||
"singular": "Preview this background in day mode."
|
||||
}
|
||||
},
|
||||
"PreviewWallpaperNight": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PreviewWallpaperNight",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Preview this background in night mode."
|
||||
}
|
||||
},
|
||||
"PricePerMonth": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/PricePerMonth",
|
||||
"photo_url": "https://telegra.ph/file/p/5a73214613e/727c060653ba51b3c84a317.jpg?c=96,501,280,280,280,280",
|
||||
|
@ -8608,14 +8520,6 @@
|
|||
"singular": "The admins of this group only allow sending <mark class=\"token\">%s</mark>."
|
||||
}
|
||||
},
|
||||
"SendWhenOnline": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SendWhenOnline",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Send When Online"
|
||||
}
|
||||
},
|
||||
"SendingSms": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SendingSms",
|
||||
"photo_url": null,
|
||||
|
@ -9604,7 +9508,7 @@
|
|||
},
|
||||
"ThisIsYou": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/ThisIsYou",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "this is you"
|
||||
|
@ -11107,7 +11011,7 @@
|
|||
},
|
||||
"VoipGroupJoinCall": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupJoinCall",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Join video chat"
|
||||
|
@ -11139,7 +11043,7 @@
|
|||
},
|
||||
"VoipGroupOpenVoiceChat": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupOpenVoiceChat",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Open video chat"
|
||||
|
@ -11147,7 +11051,7 @@
|
|||
},
|
||||
"VoipGroupSoundMuted": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupSoundMuted",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Video chat sound muted."
|
||||
|
@ -11155,7 +11059,7 @@
|
|||
},
|
||||
"VoipGroupSoundUnmuted": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupSoundUnmuted",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Video chat sound unmuted."
|
||||
|
@ -11187,7 +11091,7 @@
|
|||
},
|
||||
"VoipGroupStopRecordingText": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupStopRecordingText",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Do you want to stop recording this video chat?"
|
||||
|
@ -11195,7 +11099,7 @@
|
|||
},
|
||||
"VoipGroupTooMuch": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/VoipGroupTooMuch",
|
||||
"photo_url": "https://telegra.ph/file/p/b5cfe2b7b20/b070f0898ca2c75f7522417.jpg?c=125,742,358,358,280,280",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Sorry, this video chat is full."
|
||||
|
|
Loading…
Reference in a new issue