mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-24 08:16:34 +01:00
Update content of files
This commit is contained in:
parent
c16939ff18
commit
f30bfb80b6
3 changed files with 47 additions and 2 deletions
|
@ -11796,6 +11796,10 @@
|
|||
"EmojiPackActionInfo.RemovedText",
|
||||
"EmojiPackActionInfo.RemovedTitle",
|
||||
"EmojiPacksSettings.Title",
|
||||
"EmojiSearch.SearchReactionsEmptyResult",
|
||||
"EmojiSearch.SearchReactionsPlaceholder",
|
||||
"EmojiSearch.SearchStatusesEmptyResult",
|
||||
"EmojiSearch.SearchStatusesPlaceholder",
|
||||
"EmojiStatusSetup.SetUntil",
|
||||
"EmojiStatusSetup.TimerOther",
|
||||
"EmojiStickerSettings.Info",
|
||||
|
@ -14626,6 +14630,7 @@
|
|||
"TextFormat.AddLinkText",
|
||||
"TextFormat.AddLinkTitle",
|
||||
"TextFormat.Bold",
|
||||
"TextFormat.Format",
|
||||
"TextFormat.Italic",
|
||||
"TextFormat.Link",
|
||||
"TextFormat.Monospace",
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
</div></nav>
|
||||
<section class="content clearfix">
|
||||
<section class="tr-content"><h3 class="tr-header">
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">5656</span>
|
||||
<a href="/en/" class="tr-back"></a>iOS<span class="tr-header-counter">5661</span>
|
||||
<div class="tr-header-tabs"><span class="tr-header-tab"><a href="/en/ios/recent/translations">Translations</a></span><span class="tr-header-tab"><a href="/en/ios/recent/suggestions">Suggestions</a></span><span class="tr-header-tab"><a href="/en/ios/recent/comments">Comments</a></span></div>
|
||||
</h3>
|
||||
<section class="tr-sections clearfix">
|
||||
|
@ -240,7 +240,7 @@
|
|||
</div><div class="tr-section-col col-lg-4 col-xs-6">
|
||||
<div class="tr-section-wrap"><a href="/en/ios/unsorted/" class="tr-section">
|
||||
<div class="tr-section-cover cover0"></div>
|
||||
<div class="tr-section-caption">Unsorted (816)</div>
|
||||
<div class="tr-section-caption">Unsorted (821)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2537,6 +2537,38 @@
|
|||
"singular": "Emoji Removed"
|
||||
}
|
||||
},
|
||||
"EmojiSearch.SearchReactionsEmptyResult": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/EmojiSearch.SearchReactionsEmptyResult",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No emoji found"
|
||||
}
|
||||
},
|
||||
"EmojiSearch.SearchReactionsPlaceholder": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/EmojiSearch.SearchReactionsPlaceholder",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Search Reactions"
|
||||
}
|
||||
},
|
||||
"EmojiSearch.SearchStatusesEmptyResult": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/EmojiSearch.SearchStatusesEmptyResult",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "No emoji found"
|
||||
}
|
||||
},
|
||||
"EmojiSearch.SearchStatusesPlaceholder": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/EmojiSearch.SearchStatusesPlaceholder",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Search Statuses"
|
||||
}
|
||||
},
|
||||
"EmojiStatusSetup.SetUntil": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/EmojiStatusSetup.SetUntil",
|
||||
"photo_url": "https://telegra.ph/file/p/965e488edc7/eba6f4af12c92c0683ec117.jpg?c=160,602,280,280,280,280",
|
||||
|
@ -5604,6 +5636,14 @@
|
|||
"singular": "Trending Premium Stickers"
|
||||
}
|
||||
},
|
||||
"TextFormat.Format": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/TextFormat.Format",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Format"
|
||||
}
|
||||
},
|
||||
"Theme.Colors.Accent": {
|
||||
"url": "https://translations.telegram.org/en/ios/unsorted/Theme.Colors.Accent",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue