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
8d57e54ac2
commit
2ecf621cc8
3 changed files with 120 additions and 2 deletions
|
@ -6464,6 +6464,7 @@
|
|||
"EditPrivacyVoice",
|
||||
"EditUserRestrictions",
|
||||
"EditUsername",
|
||||
"EmailInvalid",
|
||||
"EmailMatchesOldOne",
|
||||
"Emoji",
|
||||
"EmojiBuiltIn",
|
||||
|
@ -6499,6 +6500,7 @@
|
|||
"EnterAPassword",
|
||||
"EnterAPassword",
|
||||
"EnterCode",
|
||||
"EnterEmail",
|
||||
"EnterPassword",
|
||||
"EraseConfirm",
|
||||
"EraseDatabase",
|
||||
|
@ -6618,10 +6620,14 @@
|
|||
"EventLogPromotedTitleChange",
|
||||
"EventLogQuizStopped",
|
||||
"EventLogReactionsAdded",
|
||||
"EventLogReactionsAdded2",
|
||||
"EventLogReactionsChanged",
|
||||
"EventLogReactionsDisabled",
|
||||
"EventLogReactionsEnabled",
|
||||
"EventLogReactionsEnabledAll",
|
||||
"EventLogReactionsLimited",
|
||||
"EventLogReactionsRemoved",
|
||||
"EventLogReactionsRemoved2",
|
||||
"EventLogRemovedCaption",
|
||||
"EventLogRemovedChannelDescription",
|
||||
"EventLogRemovedChannelLink",
|
||||
|
@ -7136,6 +7142,7 @@
|
|||
"LogInAsOn",
|
||||
"LogOut",
|
||||
"LogOut",
|
||||
"LoginEmailInfo",
|
||||
"LoginErrorAirplane",
|
||||
"LoginErrorLongConnecting",
|
||||
"LoginErrorOffline",
|
||||
|
@ -7972,9 +7979,13 @@
|
|||
"QuizResultsTitle",
|
||||
"ReEnterAPassword",
|
||||
"Reactions",
|
||||
"ReactionsAllowAll",
|
||||
"ReactionsAllowNone",
|
||||
"ReactionsAllowSome",
|
||||
"ReactionsDisabled",
|
||||
"ReactionsDisabledDesc",
|
||||
"ReactionsEnabled",
|
||||
"ReactionsEnabledAll",
|
||||
"ReadAllChats",
|
||||
"ReadAllChatsDone",
|
||||
"ReadAllChatsInfo",
|
||||
|
@ -8315,6 +8326,7 @@
|
|||
"SentAppCode",
|
||||
"SentCallCode",
|
||||
"SentCallOnly",
|
||||
"SentEmailCode",
|
||||
"SentMissedCall",
|
||||
"SentMissedCallXDigits",
|
||||
"SentSmsCode",
|
||||
|
@ -9196,6 +9208,7 @@
|
|||
"error_PHONE_NUMBER_BANNED",
|
||||
"error_PREMIUM_ACCOUNT_REQUIRED",
|
||||
"error_STICKERSET_INVALID",
|
||||
"error_TOPIC_DELETED",
|
||||
"error_USER_NOT_MUTUAL_CONTACT",
|
||||
"failed",
|
||||
"fileSize_GB",
|
||||
|
|
|
@ -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>Android X<span class="tr-header-counter">3769</span>
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3782</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">
|
||||
|
@ -240,7 +240,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 (706)</div>
|
||||
<div class="tr-section-caption">Unsorted (719)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -1104,6 +1104,14 @@
|
|||
"singular": "Send Me Voice Messages"
|
||||
}
|
||||
},
|
||||
"EmailInvalid": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EmailInvalid",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Invalid email format."
|
||||
}
|
||||
},
|
||||
"EmojiUpdate": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EmojiUpdate",
|
||||
"photo_url": null,
|
||||
|
@ -1120,6 +1128,14 @@
|
|||
"singular": "Emoji update unavailable. Please try again later."
|
||||
}
|
||||
},
|
||||
"EnterEmail": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EnterEmail",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Enter a email address"
|
||||
}
|
||||
},
|
||||
"EraseConfirm": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EraseConfirm",
|
||||
"photo_url": null,
|
||||
|
@ -1320,6 +1336,14 @@
|
|||
"singular": "+ Added:<br/><mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"EventLogReactionsAdded2": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogReactionsAdded2",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "+ Added:"
|
||||
}
|
||||
},
|
||||
"EventLogReactionsChanged": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogReactionsChanged",
|
||||
"photo_url": "https://telegra.ph/file/p/4248b8caf3b/acb81ea9efbb229e9faa817.jpg?c=44,759,280,280,280,280",
|
||||
|
@ -1344,6 +1368,22 @@
|
|||
"singular": "Enabled chat reactions"
|
||||
}
|
||||
},
|
||||
"EventLogReactionsEnabledAll": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogReactionsEnabledAll",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Enabled all chat reactions"
|
||||
}
|
||||
},
|
||||
"EventLogReactionsLimited": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogReactionsLimited",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Limited available chat reactions to:"
|
||||
}
|
||||
},
|
||||
"EventLogReactionsRemoved": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogReactionsRemoved",
|
||||
"photo_url": "https://telegra.ph/file/p/4248b8caf3b/acb81ea9efbb229e9faa817.jpg?c=32,857,280,280,280,280",
|
||||
|
@ -1352,6 +1392,14 @@
|
|||
"singular": "– Removed:<br/><mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"EventLogReactionsRemoved2": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogReactionsRemoved2",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "– Removed:"
|
||||
}
|
||||
},
|
||||
"EventLogSlowModeDisabledYou": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/EventLogSlowModeDisabledYou",
|
||||
"photo_url": null,
|
||||
|
@ -2169,6 +2217,14 @@
|
|||
"singular": "To calculate sunrise and sunset times, allow Telegram X access to your location."
|
||||
}
|
||||
},
|
||||
"LoginEmailInfo": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/LoginEmailInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Please enter your valid email address."
|
||||
}
|
||||
},
|
||||
"LoginErrorAirplane": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/LoginErrorAirplane",
|
||||
"photo_url": null,
|
||||
|
@ -3311,6 +3367,39 @@
|
|||
"singular": "Tap to choose the correct answer."
|
||||
}
|
||||
},
|
||||
"ReactionsAllowAll": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ReactionsAllowAll",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Enabled"
|
||||
}
|
||||
},
|
||||
"ReactionsAllowNone": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ReactionsAllowNone",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Disabled"
|
||||
}
|
||||
},
|
||||
"ReactionsAllowSome": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ReactionsAllowSome",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> allowed",
|
||||
"plural": "<mark class=\"token\">%1$s</mark> allowed"
|
||||
}
|
||||
},
|
||||
"ReactionsEnabledAll": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ReactionsEnabledAll",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "**All** reactions enabled"
|
||||
}
|
||||
},
|
||||
"ReadAllChatsDone": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ReadAllChatsDone",
|
||||
"photo_url": null,
|
||||
|
@ -3760,6 +3849,14 @@
|
|||
"singular": "We've sent an activation call to your phone **<mark class=\"token\">%1$s</mark>**.<br/><br/>Don't accept the call, Telegram will process everything automatically."
|
||||
}
|
||||
},
|
||||
"SentEmailCode": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SentEmailCode",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "We've sent the code to your email **<mark class=\"token\">%1$s</mark>**."
|
||||
}
|
||||
},
|
||||
"SentMissedCall": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/SentMissedCall",
|
||||
"photo_url": null,
|
||||
|
@ -4865,6 +4962,14 @@
|
|||
"singular": "This feature requires Telegram Premium subscription."
|
||||
}
|
||||
},
|
||||
"error_TOPIC_DELETED": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/error_TOPIC_DELETED",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "This chat requires replying to some other message. Try sending a message as a reply"
|
||||
}
|
||||
},
|
||||
"fileSize_GiB": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/fileSize_GiB",
|
||||
"photo_url": "https://telegra.ph/file/p/2fc62185118/d6d6198b2c3c3f3df7af017.jpg?c=255,960,280,280,280,280",
|
||||
|
|
Loading…
Reference in a new issue