mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-21 00:17:06 +01:00
Update content of files
This commit is contained in:
parent
9c469c542a
commit
775648597f
3 changed files with 67 additions and 2 deletions
|
@ -515,6 +515,7 @@
|
|||
"AlwaysShareWithPlaceholder",
|
||||
"AlwaysShareWithTitle",
|
||||
"AlwaysShowPopup",
|
||||
"AmongWinners",
|
||||
"AndMoreTyping",
|
||||
"AndMoreTypingGroup",
|
||||
"AndOther",
|
||||
|
@ -1092,6 +1093,7 @@
|
|||
"BoostingBoostForGroups",
|
||||
"BoostingBoostForGroupsInfo",
|
||||
"BoostingBoostGroupMenu",
|
||||
"BoostingBoostStars",
|
||||
"BoostingBoostToSendMessages",
|
||||
"BoostingBoostsChannelByUserServiceMsg",
|
||||
"BoostingBoostsChannelByUserServiceMsgCount",
|
||||
|
@ -3799,6 +3801,8 @@
|
|||
"ImportedInfo",
|
||||
"ImportedMessage",
|
||||
"InAppNotifications",
|
||||
"InAppPopup",
|
||||
"InAppPopupInfo",
|
||||
"InAppPreview",
|
||||
"InAppSounds",
|
||||
"InAppVibrate",
|
||||
|
@ -4809,8 +4813,10 @@
|
|||
"NotificationMessageAudio",
|
||||
"NotificationMessageChannelGiveaway",
|
||||
"NotificationMessageChannelStarsGiveaway",
|
||||
"NotificationMessageChannelStarsGiveaway2",
|
||||
"NotificationMessageChatGiveaway",
|
||||
"NotificationMessageChatStarsGiveaway",
|
||||
"NotificationMessageChatStarsGiveaway2",
|
||||
"NotificationMessageContact",
|
||||
"NotificationMessageContact2",
|
||||
"NotificationMessageDocument",
|
||||
|
@ -4859,6 +4865,7 @@
|
|||
"NotificationMessageScheduled",
|
||||
"NotificationMessageScheduledName",
|
||||
"NotificationMessageStarsGiveaway",
|
||||
"NotificationMessageStarsGiveaway2",
|
||||
"NotificationMessageSticker",
|
||||
"NotificationMessageStickerEmoji",
|
||||
"NotificationMessageText",
|
||||
|
|
|
@ -199,7 +199,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">8182</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">8189</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -261,7 +261,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 (1887)</div>
|
||||
<div class="tr-section-caption">Unsorted (1894)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1317,6 +1317,15 @@
|
|||
"singular": "Enable alternative navigation"
|
||||
}
|
||||
},
|
||||
"AmongWinners": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/AmongWinners",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "among <mark class=\"token\">%d</mark> winner",
|
||||
"plural": "among <mark class=\"token\">%d</mark> winners"
|
||||
}
|
||||
},
|
||||
"AnimatedStickers": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/AnimatedStickers",
|
||||
"photo_url": null,
|
||||
|
@ -2155,6 +2164,15 @@
|
|||
"singular": "Subscribers of your channel can **boost** it so that it **levels up** and gets **exclusive features**."
|
||||
}
|
||||
},
|
||||
"BoostingBoostStars": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingBoostStars",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%d</mark> Star",
|
||||
"plural": "<mark class=\"token\">%d</mark> Stars"
|
||||
}
|
||||
},
|
||||
"BoostingBoostsChannelByUserServiceMsg": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/BoostingBoostsChannelByUserServiceMsg",
|
||||
"photo_url": null,
|
||||
|
@ -6898,6 +6916,22 @@
|
|||
"singular": "Importing messages and media... **<mark class=\"token\">%d</mark><mark class=\"token\">%%</mark>**"
|
||||
}
|
||||
},
|
||||
"InAppPopup": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/InAppPopup",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "In-App Pop on Screen"
|
||||
}
|
||||
},
|
||||
"InAppPopupInfo": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/InAppPopupInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Show pop-up notifications while in app."
|
||||
}
|
||||
},
|
||||
"IncomingCallsSystemSetting": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/IncomingCallsSystemSetting",
|
||||
"photo_url": null,
|
||||
|
@ -8671,6 +8705,14 @@
|
|||
"singular": "<mark class=\"token\">%1$s</mark> posted a giveaway of <mark class=\"token\">%3$s</mark> stars among <mark class=\"token\">%2$s</mark> winners"
|
||||
}
|
||||
},
|
||||
"NotificationMessageChannelStarsGiveaway2": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NotificationMessageChannelStarsGiveaway2",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> posted a giveaway of <mark class=\"token\">%3$s</mark> stars <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"NotificationMessageChatGiveaway": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NotificationMessageChatGiveaway",
|
||||
"photo_url": null,
|
||||
|
@ -8687,6 +8729,14 @@
|
|||
"singular": "<mark class=\"token\">%1$s</mark> sent a giveaway of <mark class=\"token\">%4$s</mark> stars among <mark class=\"token\">%3$s</mark> winners to the group <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"NotificationMessageChatStarsGiveaway2": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NotificationMessageChatStarsGiveaway2",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> sent a giveaway of <mark class=\"token\">%4$s</mark> stars <mark class=\"token\">%3$s</mark> to the group <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"NotificationMessageContact2": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NotificationMessageContact2",
|
||||
"photo_url": null,
|
||||
|
@ -8808,6 +8858,14 @@
|
|||
"singular": "<mark class=\"token\">%1$s</mark> sent you a giveaway of <mark class=\"token\">%3$s</mark> stars among <mark class=\"token\">%2$s</mark> winners"
|
||||
}
|
||||
},
|
||||
"NotificationMessageStarsGiveaway2": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NotificationMessageStarsGiveaway2",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> sent you a giveaway of <mark class=\"token\">%3$s</mark> stars <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"NotificationPinnedGiveaway": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/NotificationPinnedGiveaway",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue