mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-29 03:33:09 +01:00
Update content of files
This commit is contained in:
parent
e8d1de8954
commit
afcddf9ce2
3 changed files with 74 additions and 2 deletions
|
@ -10418,6 +10418,7 @@
|
|||
"New",
|
||||
"NewChannel",
|
||||
"NewChat",
|
||||
"NewChatsPrivacyDesc",
|
||||
"NewFolder",
|
||||
"NewGroup",
|
||||
"NewMessages",
|
||||
|
@ -10863,6 +10864,7 @@
|
|||
"PremiumRequiredCreateChatFolderInviteLink",
|
||||
"PremiumRequiredCreateFolder",
|
||||
"PremiumRequiredMoveFolder",
|
||||
"PremiumRequiredNewChats",
|
||||
"PremiumRequiredSticker",
|
||||
"PremiumRequiredVoiceVideo",
|
||||
"PrimaryInviteLink",
|
||||
|
@ -10940,6 +10942,10 @@
|
|||
"PrivacyLastSeenExceptionOn",
|
||||
"PrivacyLastSeenNobody",
|
||||
"PrivacyLastSeenNobodyExcept",
|
||||
"PrivacyMessage",
|
||||
"PrivacyMessageContactsPremium",
|
||||
"PrivacyMessageEverybody",
|
||||
"PrivacyMessageTitle",
|
||||
"PrivacyOther",
|
||||
"PrivacyOther",
|
||||
"PrivacyP2PContacts",
|
||||
|
@ -12164,6 +12170,7 @@
|
|||
"UserBirthdate",
|
||||
"UserDisabledMessages",
|
||||
"UserId",
|
||||
"UserNewChatRetricted",
|
||||
"UserPrivacyRestricted",
|
||||
"UserRestricted",
|
||||
"UserRestrictions",
|
||||
|
@ -12321,6 +12328,7 @@
|
|||
"WhoCanSeePhoneInfo",
|
||||
"WhoCanSeePhoto",
|
||||
"WhoCanSeePhotoInfo",
|
||||
"WhoCanSendMessages",
|
||||
"WhoCanSendVoiceVideo",
|
||||
"WiFiUsage",
|
||||
"WrongLayout",
|
||||
|
|
|
@ -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">4418</span>
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">4426</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 (1104)</div>
|
||||
<div class="tr-section-caption">Unsorted (1112)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -4460,6 +4460,14 @@
|
|||
"singular": "also"
|
||||
}
|
||||
},
|
||||
"NewChatsPrivacyDesc": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/NewChatsPrivacyDesc",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "You can restrict messages from users who are not in your contacts and don't have **Telegram Premium**."
|
||||
}
|
||||
},
|
||||
"NewMessages": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/NewMessages",
|
||||
"photo_url": null,
|
||||
|
@ -5033,6 +5041,14 @@
|
|||
"singular": "Sorry, you can't add more than **<mark class=\"token\">%1$d</mark>** chats to a folder. You can increase this limit to **<mark class=\"token\">%2$d</mark>** by subscribing to **Telegram Premium**."
|
||||
}
|
||||
},
|
||||
"PremiumRequiredNewChats": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PremiumRequiredNewChats",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "This setting requires a **Telegram Premium** subscription."
|
||||
}
|
||||
},
|
||||
"PrimaryLink": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PrimaryLink",
|
||||
"photo_url": null,
|
||||
|
@ -5146,6 +5162,38 @@
|
|||
"singular": "Do not have a link to your account (<mark class=\"token\">%1$s</mark>)"
|
||||
}
|
||||
},
|
||||
"PrivacyMessage": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PrivacyMessage",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Messages"
|
||||
}
|
||||
},
|
||||
"PrivacyMessageContactsPremium": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PrivacyMessageContactsPremium",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Only contacts and **Premium** users can message you"
|
||||
}
|
||||
},
|
||||
"PrivacyMessageEverybody": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PrivacyMessageEverybody",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Everybody can message you"
|
||||
}
|
||||
},
|
||||
"PrivacyMessageTitle": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PrivacyMessageTitle",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Messages"
|
||||
}
|
||||
},
|
||||
"PrivacyP2PExceptionContacts": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PrivacyP2PExceptionContacts",
|
||||
"photo_url": null,
|
||||
|
@ -6852,6 +6900,14 @@
|
|||
"singular": "You cannot send messages to this user"
|
||||
}
|
||||
},
|
||||
"UserNewChatRetricted": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/UserNewChatRetricted",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> accepts new chats only from contacts and **Telegram Premium** users."
|
||||
}
|
||||
},
|
||||
"UsernameInvalidLong": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/UsernameInvalidLong",
|
||||
"photo_url": null,
|
||||
|
@ -7151,6 +7207,14 @@
|
|||
"singular": "You can restrict who can see the date of birth on your profile with granular precision."
|
||||
}
|
||||
},
|
||||
"WhoCanSendMessages": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/WhoCanSendMessages",
|
||||
"photo_url": null,
|
||||
"has_binding": false,
|
||||
"values": {
|
||||
"singular": "Who can send me messages?"
|
||||
}
|
||||
},
|
||||
"WrongLayout": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/WrongLayout",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Reference in a new issue