mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-19 14:58:54 +01:00
Update content of files
This commit is contained in:
parent
e8c46b6465
commit
506957a2b9
4 changed files with 158 additions and 3 deletions
|
@ -5495,6 +5495,8 @@
|
|||
"ApplicationFolderWarningConfirm",
|
||||
"Apply",
|
||||
"ApplyToAll",
|
||||
"ApproveNewMembers",
|
||||
"ApproveNewMembersInfo",
|
||||
"Archive",
|
||||
"ArchiveChat",
|
||||
"ArchiveHide",
|
||||
|
@ -5653,6 +5655,7 @@
|
|||
"BlurLinear",
|
||||
"BlurRadial",
|
||||
"Bot",
|
||||
"BotDataSent",
|
||||
"BotDeleteHint",
|
||||
"BotHelp",
|
||||
"BotInvite",
|
||||
|
@ -5874,6 +5877,8 @@
|
|||
"ChatContentRoundVideo",
|
||||
"ChatContentScreenshot",
|
||||
"ChatContentSong",
|
||||
"ChatContentThemeDisabled",
|
||||
"ChatContentThemeDisabled_outgoing",
|
||||
"ChatContentThemeSet",
|
||||
"ChatContentThemeSet_outgoing",
|
||||
"ChatContentTtlDays",
|
||||
|
@ -5951,6 +5956,10 @@
|
|||
"ChatStyleBubbles",
|
||||
"ChatStyleBubblesChannel",
|
||||
"ChatSuggestionsDisabled",
|
||||
"ChatThemeDisabled",
|
||||
"ChatThemeDisabled_outgoing",
|
||||
"ChatThemeSet",
|
||||
"ChatThemeSet_outgoing",
|
||||
"ChatTitleEmpty",
|
||||
"ChatTitleSecretChat",
|
||||
"ChatTtl",
|
||||
|
@ -6588,6 +6597,7 @@
|
|||
"GifPlaybackError",
|
||||
"GifPlaybackUnsupported",
|
||||
"GifSaved",
|
||||
"GiftedPremium",
|
||||
"GlobalSearch",
|
||||
"Grain",
|
||||
"Group",
|
||||
|
@ -7455,6 +7465,7 @@
|
|||
"Page5Title",
|
||||
"Page6Message",
|
||||
"Page6Title",
|
||||
"PaidX",
|
||||
"PaintModeArrow",
|
||||
"PaintModeDoodle",
|
||||
"PaintModeFill",
|
||||
|
@ -7850,6 +7861,7 @@
|
|||
"RecoveryCodeSent",
|
||||
"RecoveryCodeSentEmailUnknown",
|
||||
"RecoveryEmailSent",
|
||||
"RecurringPayment",
|
||||
"ReduceMotion",
|
||||
"Reference",
|
||||
"Region",
|
||||
|
@ -7925,8 +7937,10 @@
|
|||
"ReportXMessages",
|
||||
"ReportedXChats",
|
||||
"RequestFollowChannelX",
|
||||
"RequestJoinChannel",
|
||||
"RequestJoinChannelBtn",
|
||||
"RequestJoinChannelSent",
|
||||
"RequestJoinGroup",
|
||||
"RequestJoinGroupBtn",
|
||||
"RequestJoinGroupSent",
|
||||
"RequestJoinGroupX",
|
||||
|
@ -8508,6 +8522,7 @@
|
|||
"TestModeWarn",
|
||||
"Text",
|
||||
"TextFormatBold",
|
||||
"TextFormatClear",
|
||||
"TextFormatItalic",
|
||||
"TextFormatLink",
|
||||
"TextFormatMonospace",
|
||||
|
@ -8955,6 +8970,7 @@
|
|||
"YouDisabledAutoDelete",
|
||||
"YouDisabledAutoDeletePosts",
|
||||
"YouDisabledTimer",
|
||||
"YouGiftedPremium",
|
||||
"YouHaveNewMessage",
|
||||
"YouJoinedByLink",
|
||||
"YouJoinedByLinkWithApproval",
|
||||
|
@ -9041,6 +9057,7 @@
|
|||
"error_CHAT_ADMIN_REQUIRED",
|
||||
"error_CHAT_SEND_POLL_FORBIDDEN",
|
||||
"error_ChatInfoNotFound",
|
||||
"error_INVITE_REQUEST_SENT",
|
||||
"error_LANG_CODE_NOT_SUPPORTED",
|
||||
"error_NotFound",
|
||||
"error_PEER_ID_INVALID",
|
||||
|
|
|
@ -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">3752</span>
|
||||
<a href="/en/" class="tr-back"></a>Android X<span class="tr-header-counter">3769</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 (707)</div>
|
||||
<div class="tr-section-caption">Unsorted (724)</div>
|
||||
</a></div>
|
||||
</div>
|
||||
</section></section>
|
||||
|
|
|
@ -2698,7 +2698,7 @@
|
|||
"photo_url": "https://telegra.ph/file/p/08cce2ee841/eb8157b911eb1bfefaac117.jpg?c=14,83,351,351,280,280",
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Request Admin Approval"
|
||||
"singular": "Approve New Members"
|
||||
}
|
||||
},
|
||||
"InviteLinkAdminApprovalHint": {
|
||||
|
|
|
@ -194,6 +194,22 @@
|
|||
"singular": "Restart"
|
||||
}
|
||||
},
|
||||
"ApproveNewMembers": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ApproveNewMembers",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Approve New Members"
|
||||
}
|
||||
},
|
||||
"ApproveNewMembersInfo": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ApproveNewMembersInfo",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Turn this on if you want new members to join only after they are approved by an admin."
|
||||
}
|
||||
},
|
||||
"ArchiveNonContacts": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ArchiveNonContacts",
|
||||
"photo_url": null,
|
||||
|
@ -322,6 +338,14 @@
|
|||
"singular": "Radial"
|
||||
}
|
||||
},
|
||||
"BotDataSent": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/BotDataSent",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Data from the \"<mark class=\"token\">%1$s</mark>\" button was transferred to the bot"
|
||||
}
|
||||
},
|
||||
"BotIsDown": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/BotIsDown",
|
||||
"photo_url": null,
|
||||
|
@ -713,6 +737,22 @@
|
|||
"singular": "Content Unavailable"
|
||||
}
|
||||
},
|
||||
"ChatContentThemeDisabled": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatContentThemeDisabled",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Disabled the chat theme"
|
||||
}
|
||||
},
|
||||
"ChatContentThemeDisabled_outgoing": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatContentThemeDisabled_outgoing",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Disabled the chat theme"
|
||||
}
|
||||
},
|
||||
"ChatContentVoiceChatFinished": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatContentVoiceChatFinished",
|
||||
"photo_url": null,
|
||||
|
@ -860,6 +900,38 @@
|
|||
"singular": "Admins have restricted you from sending polls in this group until <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatThemeDisabled": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatThemeDisabled",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> disabled the chat theme"
|
||||
}
|
||||
},
|
||||
"ChatThemeDisabled_outgoing": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatThemeDisabled_outgoing",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You disabled the chat theme"
|
||||
}
|
||||
},
|
||||
"ChatThemeSet": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatThemeSet",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%1$s</mark> set the chat theme to <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatThemeSet_outgoing": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatThemeSet_outgoing",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You set the chat theme to <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ChatTitleSecretChat": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ChatTitleSecretChat",
|
||||
"photo_url": null,
|
||||
|
@ -1520,6 +1592,15 @@
|
|||
"singular": "Invite to play"
|
||||
}
|
||||
},
|
||||
"GiftedPremium": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/GiftedPremium",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "<mark class=\"token\">%2$s</mark> gifted you <mark class=\"token\">%1$s</mark> month of Telegram Premium for <mark class=\"token\">%3$s</mark>",
|
||||
"plural": "<mark class=\"token\">%2$s</mark> gifted you <mark class=\"token\">%1$s</mark> months Telegram Premium for <mark class=\"token\">%3$s</mark>"
|
||||
}
|
||||
},
|
||||
"Group": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/Group",
|
||||
"photo_url": null,
|
||||
|
@ -2860,6 +2941,14 @@
|
|||
"singular": "PR #<mark class=\"token\">%1$d</mark>"
|
||||
}
|
||||
},
|
||||
"PaidX": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/PaidX",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You successfully paid <mark class=\"token\">%1$s</mark>"
|
||||
}
|
||||
},
|
||||
"ParticipantXLimitReached": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/ParticipantXLimitReached",
|
||||
"photo_url": null,
|
||||
|
@ -3375,6 +3464,14 @@
|
|||
"singular": "We have sent you an email to confirm your address."
|
||||
}
|
||||
},
|
||||
"RecurringPayment": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/RecurringPayment",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Recurring payment"
|
||||
}
|
||||
},
|
||||
"Region": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/Region",
|
||||
"photo_url": null,
|
||||
|
@ -3471,6 +3568,22 @@
|
|||
"singular": "Replies"
|
||||
}
|
||||
},
|
||||
"RequestJoinChannel": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/RequestJoinChannel",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Request to Join Channel"
|
||||
}
|
||||
},
|
||||
"RequestJoinGroup": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/RequestJoinGroup",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Request to Join Chat"
|
||||
}
|
||||
},
|
||||
"RequestToJoinChannelInfo": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/RequestToJoinChannelInfo",
|
||||
"photo_url": null,
|
||||
|
@ -4046,6 +4159,14 @@
|
|||
"singular": "Text"
|
||||
}
|
||||
},
|
||||
"TextFormatClear": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/TextFormatClear",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Plain text"
|
||||
}
|
||||
},
|
||||
"TextNotLoadedHint": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/TextNotLoadedHint",
|
||||
"photo_url": null,
|
||||
|
@ -4584,6 +4705,15 @@
|
|||
"singular": "You can't send messages to this chat"
|
||||
}
|
||||
},
|
||||
"YouGiftedPremium": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/YouGiftedPremium",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "You gifted <mark class=\"token\">%1$s</mark> month of Telegram Premium for <mark class=\"token\">%2$s</mark>",
|
||||
"plural": "You gifted <mark class=\"token\">%1$s</mark> months Telegram Premium for <mark class=\"token\">%2$s</mark>"
|
||||
}
|
||||
},
|
||||
"YouJoinedByLink": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/YouJoinedByLink",
|
||||
"photo_url": null,
|
||||
|
@ -4831,6 +4961,14 @@
|
|||
"singular": "Sorry, you don't have access to this chat or channel."
|
||||
}
|
||||
},
|
||||
"error_INVITE_REQUEST_SENT": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/error_INVITE_REQUEST_SENT",
|
||||
"photo_url": null,
|
||||
"has_binding": true,
|
||||
"values": {
|
||||
"singular": "Request to join this chat has been sent."
|
||||
}
|
||||
},
|
||||
"error_PEER_ID_INVALID": {
|
||||
"url": "https://translations.telegram.org/en/android_x/unsorted/error_PEER_ID_INVALID",
|
||||
"photo_url": null,
|
||||
|
|
Loading…
Add table
Reference in a new issue