mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-20 16:15:08 +01:00
Update content of files
This commit is contained in:
parent
c9d8e82e38
commit
1a29563fa3
3 changed files with 30 additions and 2 deletions
|
@ -8494,6 +8494,7 @@
|
|||
"CallBrandingIncoming",
|
||||
"CallEmojiHint",
|
||||
"CallInProgressDesc",
|
||||
"CallLogsWarning",
|
||||
"CallMessageIncomingDeclined",
|
||||
"CallMessageOutgoingMissed",
|
||||
"CallMessageOutgoingMissed",
|
||||
|
@ -11513,6 +11514,7 @@
|
|||
"ShareBtnPost",
|
||||
"ShareBtnProxy",
|
||||
"ShareBtnStickerSet",
|
||||
"ShareCallLogs",
|
||||
"ShareContact",
|
||||
"ShareContentUnsupported",
|
||||
"ShareCustomEmoji",
|
||||
|
@ -11557,6 +11559,7 @@
|
|||
"ShareTitleContact",
|
||||
"ShareTitleFile",
|
||||
"ShareTitleFileX",
|
||||
"ShareTitleFiles",
|
||||
"ShareTitleGif",
|
||||
"ShareTitleGifX",
|
||||
"ShareTitleImage",
|
||||
|
|
|
@ -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 X<span class="tr-header-counter">4383</span>
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">4386</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/android_x/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/android_x/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/android_x/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_x/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (1181)</div>
|
||||
<div class="tr-section-caption">Unsorted (1184)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -699,6 +699,14 @@
|
|||
"singular": "Brush Size: <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"CallLogsWarning": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/CallLogsWarning",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "**Warning:** call diagnostics may contain **private data** such as IP addresses of the parties.<br/><br/>Do not share them with anyone, unless you know what you are doing."
|
||||
}
|
||||
},
|
||||
"CallNoLongerActive": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/CallNoLongerActive",
|
||||
"photo_url": null,
|
||||
|
@ -6844,6 +6852,14 @@
|
|||
"singular": "Set Public Photo"
|
||||
}
|
||||
},
|
||||
"ShareCallLogs": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShareCallLogs",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Share Call Diagnostics"
|
||||
}
|
||||
},
|
||||
"ShareContentUnsupported": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShareContentUnsupported",
|
||||
"photo_url": null,
|
||||
|
@ -6892,6 +6908,15 @@
|
|||
"singular": "Share contact to…"
|
||||
}
|
||||
},
|
||||
"ShareTitleFiles": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShareTitleFiles",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Share <mark class=\"token\">%1$s</mark> file to…",
|
||||
"plural": "Share <mark class=\"token\">%1$s</mark> files to…"
|
||||
}
|
||||
},
|
||||
"ShareTitleMedia": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ShareTitleMedia",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue