mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-28 23:38:26 +01:00
Update content of files
This commit is contained in:
parent
b9523e596a
commit
d91bd45a0f
3 changed files with 38 additions and 2 deletions
|
@ -2244,6 +2244,8 @@
|
|||
"ExternalFolderInfo",
|
||||
"ExternalStorage",
|
||||
"Fade",
|
||||
"FailedStory",
|
||||
"FailedToUploadStory",
|
||||
"FakeMessage",
|
||||
"FallbackTooltip",
|
||||
"FavoriteStickers",
|
||||
|
@ -5453,6 +5455,7 @@
|
|||
"StoryEnableKeep",
|
||||
"StoryEnabledScreenshots",
|
||||
"StoryEnabledScreenshotsShare",
|
||||
"StoryError",
|
||||
"StoryExpiredSubtitle",
|
||||
"StoryHidFromToast",
|
||||
"StoryHideFrom",
|
||||
|
@ -5864,6 +5867,7 @@
|
|||
"TranslationFailedAlert2",
|
||||
"TrashHintDrag",
|
||||
"TrashHintRelease",
|
||||
"TryAgain",
|
||||
"TurnPasswordOff",
|
||||
"TurnPasswordOffPassport",
|
||||
"TurnPasswordOffQuestion",
|
||||
|
|
|
@ -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">6088</span>
|
||||
<a href="/en/" class="tr-back"></a>Android<span class="tr-header-counter">6092</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 (1452)</div>
|
||||
<div class="tr-section-caption">Unsorted (1456)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -4219,6 +4219,22 @@
|
|||
"singular": "Browse your external storage"
|
||||
}
|
||||
},
|
||||
"FailedStory": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FailedStory",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Failed"
|
||||
}
|
||||
},
|
||||
"FailedToUploadStory": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FailedToUploadStory",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "failed to upload"
|
||||
}
|
||||
},
|
||||
"FakeMessage": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/FakeMessage",
|
||||
"photo_url": null,
|
||||
|
@ -9373,6 +9389,14 @@
|
|||
"singular": "Uploading edit…"
|
||||
}
|
||||
},
|
||||
"StoryError": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/StoryError",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Couldn’t upload"
|
||||
}
|
||||
},
|
||||
"SubscribeToPremiumPerYear": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/SubscribeToPremiumPerYear",
|
||||
"photo_url": null,
|
||||
|
@ -10424,6 +10448,14 @@
|
|||
"singular": "Release to delete"
|
||||
}
|
||||
},
|
||||
"TryAgain": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/TryAgain",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Try Again"
|
||||
}
|
||||
},
|
||||
"TwoStepVerificationPasswordReturnPassport": {
|
||||
"url": "https://translations.telegram.org/en/android/unsorted/TwoStepVerificationPasswordReturnPassport",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue